Skip to content

Commit d4ea274

Browse files
committed
update types
1 parent 9184cd0 commit d4ea274

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/app/src/app/graphql/types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4295,6 +4295,7 @@ export type RecentlyDeletedTeamSandboxesQuery = {
42954295
isV2: boolean;
42964296
removedAt: string | null;
42974297
title: string | null;
4298+
teamId: any | null;
42984299
collection: {
42994300
__typename?: 'Collection';
43004301
id: any | null;
@@ -4791,6 +4792,7 @@ export type _SearchTeamSandboxesQuery = {
47914792
restricted: boolean;
47924793
privacy: number;
47934794
screenshotUrl: string | null;
4795+
teamId: any | null;
47944796
source: { __typename?: 'Source'; template: string | null };
47954797
customTemplate: {
47964798
__typename?: 'Template';
@@ -4861,6 +4863,7 @@ export type RecentlyAccessedSandboxesLegacyQuery = {
48614863
draft: boolean;
48624864
isV2: boolean;
48634865
screenshotUrl: string | null;
4866+
teamId: any | null;
48644867
source: { __typename?: 'Source'; template: string | null };
48654868
customTemplate: {
48664869
__typename?: 'Template';
@@ -4935,6 +4938,7 @@ export type GetWorkspaceSandboxesQuery = {
49354938
restricted: boolean;
49364939
privacy: number;
49374940
screenshotUrl: string | null;
4941+
teamId: any | null;
49384942
source: { __typename?: 'Source'; template: string | null };
49394943
customTemplate: {
49404944
__typename?: 'Template';
@@ -5035,6 +5039,7 @@ export type SharedWithMeSandboxesQuery = {
50355039
restricted: boolean;
50365040
privacy: number;
50375041
screenshotUrl: string | null;
5042+
teamId: any | null;
50385043
source: { __typename?: 'Source'; template: string | null };
50395044
customTemplate: {
50405045
__typename?: 'Template';

0 commit comments

Comments
 (0)