@@ -285,6 +285,7 @@ export type Sandbox = {
285285 insertedAt : Scalars [ 'String' ] ;
286286 invitations : Array < Invitation > ;
287287 isFrozen : Scalars [ 'Boolean' ] ;
288+ isSdk : Scalars [ 'Boolean' ] ;
288289 /** @deprecated No longer supported */
289290 isSse : Maybe < Scalars [ 'Boolean' ] > ;
290291 isV2 : Scalars [ 'Boolean' ] ;
@@ -427,6 +428,8 @@ export type Team = {
427428 */
428429 projects : Array < Project > ;
429430 sandboxes : Array < Sandbox > ;
431+ sdkTemplates : Array < SdkTemplate > ;
432+ sdkWorkspace : Scalars [ 'Boolean' ] ;
430433 settings : Maybe < WorkspaceSandboxSettings > ;
431434 shortid : Scalars [ 'String' ] ;
432435 subscription : Maybe < ProSubscription > ;
@@ -1064,6 +1067,26 @@ export type ProjectSettings = {
10641067 aiConsent : Maybe < Scalars [ 'Boolean' ] > ;
10651068} ;
10661069
1070+ export type SdkTemplate = {
1071+ __typename ?: 'SdkTemplate' ;
1072+ aliases : Array < SdkTemplateAlias > ;
1073+ id : Scalars [ 'UUID4' ] ;
1074+ insertedAt : Scalars [ 'DateTime' ] ;
1075+ sandboxes : Array < SdkTemplateSandbox > ;
1076+ } ;
1077+
1078+ export type SdkTemplateAlias = {
1079+ __typename ?: 'SdkTemplateAlias' ;
1080+ alias : Scalars [ 'String' ] ;
1081+ namespace : Scalars [ 'String' ] ;
1082+ } ;
1083+
1084+ export type SdkTemplateSandbox = {
1085+ __typename ?: 'SdkTemplateSandbox' ;
1086+ cluster : Scalars [ 'String' ] ;
1087+ shortid : Scalars [ 'String' ] ;
1088+ } ;
1089+
10671090export type WorkspaceSandboxSettings = {
10681091 __typename ?: 'WorkspaceSandboxSettings' ;
10691092 aiConsent : TeamAiConsent ;
@@ -3343,7 +3366,6 @@ export type SandboxFragmentDashboardFragment = {
33433366 privacy : number ;
33443367 isFrozen : boolean ;
33453368 screenshotUrl : string | null ;
3346- screenshotOutdated : boolean ;
33473369 viewCount : number ;
33483370 likeCount : number ;
33493371 isV2 : boolean ;
@@ -3390,7 +3412,6 @@ export type RepoFragmentDashboardFragment = {
33903412 privacy : number ;
33913413 isFrozen : boolean ;
33923414 screenshotUrl : string | null ;
3393- screenshotOutdated : boolean ;
33943415 viewCount : number ;
33953416 likeCount : number ;
33963417 isV2 : boolean ;
@@ -3465,7 +3486,6 @@ export type TemplateFragmentDashboardFragment = {
34653486 privacy : number ;
34663487 isFrozen : boolean ;
34673488 screenshotUrl : string | null ;
3468- screenshotOutdated : boolean ;
34693489 viewCount : number ;
34703490 likeCount : number ;
34713491 isV2 : boolean ;
@@ -3514,9 +3534,7 @@ export type TeamFragmentDashboardFragment = {
35143534 id : any ;
35153535 name : string ;
35163536 description : string | null ;
3517- creatorId : any | null ;
35183537 avatarUrl : string | null ;
3519- frozen : boolean ;
35203538 insertedAt : string ;
35213539 settings : {
35223540 __typename ?: 'WorkspaceSandboxSettings' ;
@@ -3569,13 +3587,11 @@ export type TeamFragmentDashboardFragment = {
35693587export type CurrentTeamInfoFragmentFragment = {
35703588 __typename ?: 'Team' ;
35713589 id : any ;
3572- creatorId : any | null ;
35733590 description : string | null ;
35743591 inviteToken : string ;
35753592 name : string ;
35763593 type : TeamType ;
35773594 avatarUrl : string | null ;
3578- legacy : boolean ;
35793595 frozen : boolean ;
35803596 insertedAt : string ;
35813597 users : Array < {
@@ -3813,9 +3829,7 @@ export type _CreateTeamMutation = {
38133829 id : any ;
38143830 name : string ;
38153831 description : string | null ;
3816- creatorId : any | null ;
38173832 avatarUrl : string | null ;
3818- frozen : boolean ;
38193833 insertedAt : string ;
38203834 settings : {
38213835 __typename ?: 'WorkspaceSandboxSettings' ;
@@ -3935,7 +3949,6 @@ export type AddToFolderMutation = {
39353949 privacy : number ;
39363950 isFrozen : boolean ;
39373951 screenshotUrl : string | null ;
3938- screenshotOutdated : boolean ;
39393952 viewCount : number ;
39403953 likeCount : number ;
39413954 isV2 : boolean ;
@@ -3988,7 +4001,6 @@ export type MoveToTrashMutation = {
39884001 privacy : number ;
39894002 isFrozen : boolean ;
39904003 screenshotUrl : string | null ;
3991- screenshotOutdated : boolean ;
39924004 viewCount : number ;
39934005 likeCount : number ;
39944006 isV2 : boolean ;
@@ -4042,7 +4054,6 @@ export type ChangePrivacyMutation = {
40424054 privacy : number ;
40434055 isFrozen : boolean ;
40444056 screenshotUrl : string | null ;
4045- screenshotOutdated : boolean ;
40464057 viewCount : number ;
40474058 likeCount : number ;
40484059 isV2 : boolean ;
@@ -4096,7 +4107,6 @@ export type ChangeFrozenMutation = {
40964107 privacy : number ;
40974108 isFrozen : boolean ;
40984109 screenshotUrl : string | null ;
4099- screenshotOutdated : boolean ;
41004110 viewCount : number ;
41014111 likeCount : number ;
41024112 isV2 : boolean ;
@@ -4150,7 +4160,6 @@ export type _RenameSandboxMutation = {
41504160 privacy : number ;
41514161 isFrozen : boolean ;
41524162 screenshotUrl : string | null ;
4153- screenshotOutdated : boolean ;
41544163 viewCount : number ;
41554164 likeCount : number ;
41564165 isV2 : boolean ;
@@ -4204,9 +4213,7 @@ export type _AcceptTeamInvitationMutation = {
42044213 id : any ;
42054214 name : string ;
42064215 description : string | null ;
4207- creatorId : any | null ;
42084216 avatarUrl : string | null ;
4209- frozen : boolean ;
42104217 insertedAt : string ;
42114218 settings : {
42124219 __typename ?: 'WorkspaceSandboxSettings' ;
@@ -4296,9 +4303,7 @@ export type _SetTeamNameMutation = {
42964303 id : any ;
42974304 name : string ;
42984305 description : string | null ;
4299- creatorId : any | null ;
43004306 avatarUrl : string | null ;
4301- frozen : boolean ;
43024307 insertedAt : string ;
43034308 settings : {
43044309 __typename ?: 'WorkspaceSandboxSettings' ;
@@ -4569,9 +4574,7 @@ export type SetTeamMetadataMutation = {
45694574 id : any ;
45704575 name : string ;
45714576 description : string | null ;
4572- creatorId : any | null ;
45734577 avatarUrl : string | null ;
4574- frozen : boolean ;
45754578 insertedAt : string ;
45764579 settings : {
45774580 __typename ?: 'WorkspaceSandboxSettings' ;
@@ -4654,7 +4657,6 @@ export type RecentlyDeletedTeamSandboxesQuery = {
46544657 privacy : number ;
46554658 isFrozen : boolean ;
46564659 screenshotUrl : string | null ;
4657- screenshotOutdated : boolean ;
46584660 viewCount : number ;
46594661 likeCount : number ;
46604662 isV2 : boolean ;
@@ -4722,7 +4724,6 @@ export type SandboxesByPathQuery = {
47224724 privacy : number ;
47234725 isFrozen : boolean ;
47244726 screenshotUrl : string | null ;
4725- screenshotOutdated : boolean ;
47264727 viewCount : number ;
47274728 likeCount : number ;
47284729 isV2 : boolean ;
@@ -4782,7 +4783,6 @@ export type TeamDraftsQuery = {
47824783 privacy : number ;
47834784 isFrozen : boolean ;
47844785 screenshotUrl : string | null ;
4785- screenshotOutdated : boolean ;
47864786 viewCount : number ;
47874787 likeCount : number ;
47884788 isV2 : boolean ;
@@ -4859,7 +4859,6 @@ export type GetTeamReposQuery = {
48594859 privacy : number ;
48604860 isFrozen : boolean ;
48614861 screenshotUrl : string | null ;
4862- screenshotOutdated : boolean ;
48634862 viewCount : number ;
48644863 likeCount : number ;
48654864 isV2 : boolean ;
@@ -4942,7 +4941,6 @@ export type TeamTemplatesQuery = {
49424941 privacy : number ;
49434942 isFrozen : boolean ;
49444943 screenshotUrl : string | null ;
4945- screenshotOutdated : boolean ;
49464944 viewCount : number ;
49474945 likeCount : number ;
49484946 isV2 : boolean ;
@@ -5001,9 +4999,7 @@ export type AllTeamsQuery = {
50014999 id : any ;
50025000 name : string ;
50035001 description : string | null ;
5004- creatorId : any | null ;
50055002 avatarUrl : string | null ;
5006- frozen : boolean ;
50075003 insertedAt : string ;
50085004 settings : {
50095005 __typename ?: 'WorkspaceSandboxSettings' ;
@@ -5078,7 +5074,6 @@ export type _SearchTeamSandboxesQuery = {
50785074 privacy : number ;
50795075 isFrozen : boolean ;
50805076 screenshotUrl : string | null ;
5081- screenshotOutdated : boolean ;
50825077 viewCount : number ;
50835078 likeCount : number ;
50845079 isV2 : boolean ;
@@ -5136,7 +5131,6 @@ export type RecentlyAccessedSandboxesQuery = {
51365131 privacy : number ;
51375132 isFrozen : boolean ;
51385133 screenshotUrl : string | null ;
5139- screenshotOutdated : boolean ;
51405134 viewCount : number ;
51415135 likeCount : number ;
51425136 isV2 : boolean ;
@@ -5224,7 +5218,6 @@ export type SharedWithMeSandboxesQuery = {
52245218 privacy : number ;
52255219 isFrozen : boolean ;
52265220 screenshotUrl : string | null ;
5227- screenshotOutdated : boolean ;
52285221 viewCount : number ;
52295222 likeCount : number ;
52305223 isV2 : boolean ;
@@ -5270,13 +5263,11 @@ export type GetTeamQuery = {
52705263 team : {
52715264 __typename ?: 'Team' ;
52725265 id : any ;
5273- creatorId : any | null ;
52745266 description : string | null ;
52755267 inviteToken : string ;
52765268 name : string ;
52775269 type : TeamType ;
52785270 avatarUrl : string | null ;
5279- legacy : boolean ;
52805271 frozen : boolean ;
52815272 insertedAt : string ;
52825273 users : Array < {
@@ -5820,7 +5811,6 @@ export type TeamSidebarDataQuery = {
58205811 privacy : number ;
58215812 isFrozen : boolean ;
58225813 screenshotUrl : string | null ;
5823- screenshotOutdated : boolean ;
58245814 viewCount : number ;
58255815 likeCount : number ;
58265816 isV2 : boolean ;
@@ -5883,7 +5873,6 @@ export type SandboxFragment = {
58835873 removedAt : string | null ;
58845874 privacy : number ;
58855875 screenshotUrl : string | null ;
5886- screenshotOutdated : boolean ;
58875876 teamId : any | null ;
58885877 source : { __typename ?: 'Source' ; template : string | null } ;
58895878 customTemplate : { __typename ?: 'Template' ; id : any | null } | null ;
@@ -5905,7 +5894,6 @@ export type TeamFragment = {
59055894 name : string ;
59065895 inviteToken : string ;
59075896 description : string | null ;
5908- creatorId : any | null ;
59095897 users : Array < {
59105898 __typename ?: 'User' ;
59115899 id : any ;
@@ -6007,7 +5995,6 @@ export type AddToCollectionMutation = {
60075995 removedAt : string | null ;
60085996 privacy : number ;
60095997 screenshotUrl : string | null ;
6010- screenshotOutdated : boolean ;
60115998 teamId : any | null ;
60125999 source : { __typename ?: 'Source' ; template : string | null } ;
60136000 customTemplate : { __typename ?: 'Template' ; id : any | null } | null ;
@@ -6041,7 +6028,6 @@ export type DeleteSandboxesMutation = {
60416028 removedAt : string | null ;
60426029 privacy : number ;
60436030 screenshotUrl : string | null ;
6044- screenshotOutdated : boolean ;
60456031 teamId : any | null ;
60466032 source : { __typename ?: 'Source' ; template : string | null } ;
60476033 customTemplate : { __typename ?: 'Template' ; id : any | null } | null ;
@@ -6076,7 +6062,6 @@ export type SetSandboxesPrivacyMutation = {
60766062 removedAt : string | null ;
60776063 privacy : number ;
60786064 screenshotUrl : string | null ;
6079- screenshotOutdated : boolean ;
60806065 teamId : any | null ;
60816066 source : { __typename ?: 'Source' ; template : string | null } ;
60826067 customTemplate : { __typename ?: 'Template' ; id : any | null } | null ;
@@ -6111,7 +6096,6 @@ export type RenameSandboxMutation = {
61116096 removedAt : string | null ;
61126097 privacy : number ;
61136098 screenshotUrl : string | null ;
6114- screenshotOutdated : boolean ;
61156099 teamId : any | null ;
61166100 source : { __typename ?: 'Source' ; template : string | null } ;
61176101 customTemplate : { __typename ?: 'Template' ; id : any | null } | null ;
@@ -6166,7 +6150,6 @@ export type PathedSandboxesQuery = {
61666150 removedAt : string | null ;
61676151 privacy : number ;
61686152 screenshotUrl : string | null ;
6169- screenshotOutdated : boolean ;
61706153 teamId : any | null ;
61716154 source : { __typename ?: 'Source' ; template : string | null } ;
61726155 customTemplate : { __typename ?: 'Template' ; id : any | null } | null ;
@@ -6205,7 +6188,6 @@ export type RecentSandboxesQuery = {
62056188 removedAt : string | null ;
62066189 privacy : number ;
62076190 screenshotUrl : string | null ;
6208- screenshotOutdated : boolean ;
62096191 teamId : any | null ;
62106192 source : { __typename ?: 'Source' ; template : string | null } ;
62116193 customTemplate : { __typename ?: 'Template' ; id : any | null } | null ;
@@ -6240,7 +6222,6 @@ export type SearchSandboxesQuery = {
62406222 removedAt : string | null ;
62416223 privacy : number ;
62426224 screenshotUrl : string | null ;
6243- screenshotOutdated : boolean ;
62446225 teamId : any | null ;
62456226 source : { __typename ?: 'Source' ; template : string | null } ;
62466227 customTemplate : { __typename ?: 'Template' ; id : any | null } | null ;
@@ -6275,7 +6256,6 @@ export type DeletedSandboxesQuery = {
62756256 removedAt : string | null ;
62766257 privacy : number ;
62776258 screenshotUrl : string | null ;
6278- screenshotOutdated : boolean ;
62796259 teamId : any | null ;
62806260 source : { __typename ?: 'Source' ; template : string | null } ;
62816261 customTemplate : { __typename ?: 'Template' ; id : any | null } | null ;
@@ -6307,7 +6287,6 @@ export type TeamQuery = {
63076287 name : string ;
63086288 inviteToken : string ;
63096289 description : string | null ;
6310- creatorId : any | null ;
63116290 users : Array < {
63126291 __typename ?: 'User' ;
63136292 id : any ;
@@ -6338,7 +6317,6 @@ export type AcceptTeamInvitationMutation = {
63386317 name : string ;
63396318 inviteToken : string ;
63406319 description : string | null ;
6341- creatorId : any | null ;
63426320 users : Array < {
63436321 __typename ?: 'User' ;
63446322 id : any ;
0 commit comments