Skip to content

Commit 4f4e9a9

Browse files
chore: update GraphQL schema dump
Co-authored-by: octodog <[email protected]>
1 parent 7614158 commit 4f4e9a9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/ai/backend/manager/api/schema.graphql

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -728,17 +728,17 @@ type UserNode implements Node {
728728
sudo_session_enabled: Boolean
729729

730730
"""
731-
Added in 25.01.0. The user ID (UID) assigned to processes running inside the container.
731+
Added in 25.1.0. The user ID (UID) assigned to processes running inside the container.
732732
"""
733733
container_uid: Int
734734

735735
"""
736-
Added in 25.01.0. The primary group ID (GID) assigned to processes running inside the container.
736+
Added in 25.1.0. The primary group ID (GID) assigned to processes running inside the container.
737737
"""
738738
container_main_gid: Int
739739

740740
"""
741-
Added in 25.01.0. Supplementary group IDs assigned to processes running inside the container.
741+
Added in 25.1.0. Supplementary group IDs assigned to processes running inside the container.
742742
"""
743743
container_supplementary_gids: [Int]
744744
}
@@ -846,17 +846,17 @@ type User implements Item {
846846
main_access_key: String
847847

848848
"""
849-
Added in 25.01.0. The user ID (UID) assigned to processes running inside the container.
849+
Added in 25.1.0. The user ID (UID) assigned to processes running inside the container.
850850
"""
851851
container_uid: Int
852852

853853
"""
854-
Added in 25.01.0. The primary group ID (GID) assigned to processes running inside the container.
854+
Added in 25.1.0. The primary group ID (GID) assigned to processes running inside the container.
855855
"""
856856
container_main_gid: Int
857857

858858
"""
859-
Added in 25.01.0. Supplementary group IDs assigned to processes running inside the container.
859+
Added in 25.1.0. Supplementary group IDs assigned to processes running inside the container.
860860
"""
861861
container_supplementary_gids: [Int]
862862
groups: [UserGroup]
@@ -2079,17 +2079,17 @@ input UserInput {
20792079
sudo_session_enabled: Boolean = false
20802080

20812081
"""
2082-
Added in 25.01.0. The user ID (UID) assigned to processes running inside the container.
2082+
Added in 25.1.0. The user ID (UID) assigned to processes running inside the container.
20832083
"""
20842084
container_uid: Int
20852085

20862086
"""
2087-
Added in 25.01.0. The primary group ID (GID) assigned to processes running inside the container.
2087+
Added in 25.1.0. The primary group ID (GID) assigned to processes running inside the container.
20882088
"""
20892089
container_main_gid: Int
20902090

20912091
"""
2092-
Added in 25.01.0. Supplementary group IDs assigned to processes running inside the container.
2092+
Added in 25.1.0. Supplementary group IDs assigned to processes running inside the container.
20932093
"""
20942094
container_supplementary_gids: [Int]
20952095
}
@@ -2118,17 +2118,17 @@ input ModifyUserInput {
21182118
main_access_key: String
21192119

21202120
"""
2121-
Added in 25.01.0. The user ID (UID) assigned to processes running inside the container.
2121+
Added in 25.1.0. The user ID (UID) assigned to processes running inside the container.
21222122
"""
21232123
container_uid: Int
21242124

21252125
"""
2126-
Added in 25.01.0. The primary group ID (GID) assigned to processes running inside the container.
2126+
Added in 25.1.0. The primary group ID (GID) assigned to processes running inside the container.
21272127
"""
21282128
container_main_gid: Int
21292129

21302130
"""
2131-
Added in 25.01.0. Supplementary group IDs assigned to processes running inside the container.
2131+
Added in 25.1.0. Supplementary group IDs assigned to processes running inside the container.
21322132
"""
21332133
container_supplementary_gids: [Int]
21342134
}

0 commit comments

Comments
 (0)