Skip to content

Commit 6ee05cb

Browse files
chore: update api schema dump
Co-authored-by: octodog <mu001@lablup.com>
1 parent 41cb03d commit 6ee05cb

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

docs/manager/graphql-reference/supergraph.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10501,6 +10501,7 @@ enum RBACElementType
1050110501
DEPLOYMENT_TOKEN @join__enumValue(graph: STRAWBERRY)
1050210502
DEPLOYMENT_POLICY @join__enumValue(graph: STRAWBERRY)
1050310503
DEPLOYMENT_REVISION @join__enumValue(graph: STRAWBERRY)
10504+
IMAGE_ALIAS @join__enumValue(graph: STRAWBERRY)
1050410505
ARTIFACT_REVISION @join__enumValue(graph: STRAWBERRY)
1050510506
}
1050610507

docs/manager/graphql-reference/v2-schema.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6087,6 +6087,7 @@ enum RBACElementType {
60876087
DEPLOYMENT_TOKEN
60886088
DEPLOYMENT_POLICY
60896089
DEPLOYMENT_REVISION
6090+
IMAGE_ALIAS
60906091
ARTIFACT_REVISION
60916092
}
60926093

src/ai/backend/manager/repositories/deployment/db_source/db_source.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
from ai.backend.manager.repositories.deployment.creators import (
136136
DeploymentCreatorSpec,
137137
DeploymentPolicyCreatorSpec,
138+
DeploymentRevisionCreatorSpec,
138139
)
139140
from ai.backend.manager.repositories.deployment.creators.endpoint import LegacyEndpointCreatorSpec
140141
from ai.backend.manager.repositories.deployment.types import (

0 commit comments

Comments
 (0)