@supernova-studio/client 1.50.1 → 1.50.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -119323,6 +119323,16 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
119323
119323
  renderMode: "Image" | "HTML" | "JSON";
119324
119324
  } | undefined;
119325
119325
  }>>;
119326
+ sandboxTemplate: z$1.ZodOptional<z$1.ZodObject<{
119327
+ id: z$1.ZodString;
119328
+ version: z$1.ZodString;
119329
+ }, "strip", z$1.ZodTypeAny, {
119330
+ id: string;
119331
+ version: string;
119332
+ }, {
119333
+ id: string;
119334
+ version: string;
119335
+ }>>;
119326
119336
  }, "strip", z$1.ZodTypeAny, {
119327
119337
  id: string;
119328
119338
  createdAt: Date;
@@ -120309,6 +120319,10 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
120309
120319
  name: string;
120310
120320
  tokenThemeIds: string[];
120311
120321
  }[] | undefined;
120322
+ sandboxTemplate?: {
120323
+ id: string;
120324
+ version: string;
120325
+ } | undefined;
120312
120326
  }, {
120313
120327
  id: string;
120314
120328
  createdAt: Date;
@@ -121295,6 +121309,10 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
121295
121309
  name: string;
121296
121310
  tokenThemeIds: string[];
121297
121311
  }[] | undefined;
121312
+ sandboxTemplate?: {
121313
+ id: string;
121314
+ version: string;
121315
+ } | undefined;
121298
121316
  }>;
121299
121317
  resolvedContext: z$1.ZodObject<{
121300
121318
  id: z$1.ZodString;
@@ -127976,6 +127994,16 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
127976
127994
  renderMode: "Image" | "HTML" | "JSON";
127977
127995
  } | undefined;
127978
127996
  }>>;
127997
+ sandboxTemplate: z$1.ZodOptional<z$1.ZodObject<{
127998
+ id: z$1.ZodString;
127999
+ version: z$1.ZodString;
128000
+ }, "strip", z$1.ZodTypeAny, {
128001
+ id: string;
128002
+ version: string;
128003
+ }, {
128004
+ id: string;
128005
+ version: string;
128006
+ }>>;
127979
128007
  }, "strip", z$1.ZodTypeAny, {
127980
128008
  id: string;
127981
128009
  createdAt: Date;
@@ -128962,6 +128990,10 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
128962
128990
  name: string;
128963
128991
  tokenThemeIds: string[];
128964
128992
  }[] | undefined;
128993
+ sandboxTemplate?: {
128994
+ id: string;
128995
+ version: string;
128996
+ } | undefined;
128965
128997
  }, {
128966
128998
  id: string;
128967
128999
  createdAt: Date;
@@ -129948,6 +129980,10 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
129948
129980
  name: string;
129949
129981
  tokenThemeIds: string[];
129950
129982
  }[] | undefined;
129983
+ sandboxTemplate?: {
129984
+ id: string;
129985
+ version: string;
129986
+ } | undefined;
129951
129987
  }>;
129952
129988
  }, "strip", z$1.ZodTypeAny, {
129953
129989
  override: {
@@ -131888,6 +131924,10 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
131888
131924
  name: string;
131889
131925
  tokenThemeIds: string[];
131890
131926
  }[] | undefined;
131927
+ sandboxTemplate?: {
131928
+ id: string;
131929
+ version: string;
131930
+ } | undefined;
131891
131931
  };
131892
131932
  resolvedContext: {
131893
131933
  id: string;
@@ -132875,6 +132915,10 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
132875
132915
  name: string;
132876
132916
  tokenThemeIds: string[];
132877
132917
  }[] | undefined;
132918
+ sandboxTemplate?: {
132919
+ id: string;
132920
+ version: string;
132921
+ } | undefined;
132878
132922
  };
132879
132923
  }, {
132880
132924
  override: {
@@ -134815,6 +134859,10 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
134815
134859
  name: string;
134816
134860
  tokenThemeIds: string[];
134817
134861
  }[] | undefined;
134862
+ sandboxTemplate?: {
134863
+ id: string;
134864
+ version: string;
134865
+ } | undefined;
134818
134866
  };
134819
134867
  resolvedContext: {
134820
134868
  id: string;
@@ -135802,6 +135850,10 @@ declare const DTOProjectContextOverrideResponse: z$1.ZodObject<{
135802
135850
  name: string;
135803
135851
  tokenThemeIds: string[];
135804
135852
  }[] | undefined;
135853
+ sandboxTemplate?: {
135854
+ id: string;
135855
+ version: string;
135856
+ } | undefined;
135805
135857
  };
135806
135858
  }>;
135807
135859
  type DTOProjectContextOverrideResponse = z$1.infer<typeof DTOProjectContextOverrideResponse>;
@@ -142517,6 +142569,16 @@ declare const DTOForgeProjectContextV2: z.ZodObject<{
142517
142569
  renderMode: "Image" | "HTML" | "JSON";
142518
142570
  } | undefined;
142519
142571
  }>>;
142572
+ sandboxTemplate: z.ZodOptional<z.ZodObject<{
142573
+ id: z.ZodString;
142574
+ version: z.ZodString;
142575
+ }, "strip", z.ZodTypeAny, {
142576
+ id: string;
142577
+ version: string;
142578
+ }, {
142579
+ id: string;
142580
+ version: string;
142581
+ }>>;
142520
142582
  }, "strip", z.ZodTypeAny, {
142521
142583
  id: string;
142522
142584
  createdAt: Date;
@@ -143503,6 +143565,10 @@ declare const DTOForgeProjectContextV2: z.ZodObject<{
143503
143565
  name: string;
143504
143566
  tokenThemeIds: string[];
143505
143567
  }[] | undefined;
143568
+ sandboxTemplate?: {
143569
+ id: string;
143570
+ version: string;
143571
+ } | undefined;
143506
143572
  }, {
143507
143573
  id: string;
143508
143574
  createdAt: Date;
@@ -144489,6 +144555,10 @@ declare const DTOForgeProjectContextV2: z.ZodObject<{
144489
144555
  name: string;
144490
144556
  tokenThemeIds: string[];
144491
144557
  }[] | undefined;
144558
+ sandboxTemplate?: {
144559
+ id: string;
144560
+ version: string;
144561
+ } | undefined;
144492
144562
  }>;
144493
144563
  type DTOForgeProjectContextV2 = z.infer<typeof DTOForgeProjectContextV2>;
144494
144564
  declare const DTOForgeThemeKnownPreset: z.ZodEnum<["Default", "Airbnb", "Spotify", "Windows98"]>;
@@ -151173,6 +151243,16 @@ declare const DTOForgeProjectContextCreateV2: z.ZodObject<Omit<{
151173
151243
  renderMode: "Image" | "HTML" | "JSON";
151174
151244
  } | undefined;
151175
151245
  }>>;
151246
+ sandboxTemplate: z.ZodOptional<z.ZodObject<{
151247
+ id: z.ZodString;
151248
+ version: z.ZodString;
151249
+ }, "strip", z.ZodTypeAny, {
151250
+ id: string;
151251
+ version: string;
151252
+ }, {
151253
+ id: string;
151254
+ version: string;
151255
+ }>>;
151176
151256
  }, "id" | "createdAt" | "updatedAt" | "thumbnail" | "isArchived"> & {
151177
151257
  thumbnailFileId: z.ZodOptional<z.ZodString>;
151178
151258
  }, "strip", z.ZodTypeAny, {
@@ -152145,6 +152225,10 @@ declare const DTOForgeProjectContextCreateV2: z.ZodObject<Omit<{
152145
152225
  name: string;
152146
152226
  tokenThemeIds: string[];
152147
152227
  }[] | undefined;
152228
+ sandboxTemplate?: {
152229
+ id: string;
152230
+ version: string;
152231
+ } | undefined;
152148
152232
  thumbnailFileId?: string | undefined;
152149
152233
  }, {
152150
152234
  name: string;
@@ -153116,6 +153200,10 @@ declare const DTOForgeProjectContextCreateV2: z.ZodObject<Omit<{
153116
153200
  name: string;
153117
153201
  tokenThemeIds: string[];
153118
153202
  }[] | undefined;
153203
+ sandboxTemplate?: {
153204
+ id: string;
153205
+ version: string;
153206
+ } | undefined;
153119
153207
  thumbnailFileId?: string | undefined;
153120
153208
  }>;
153121
153209
  type DTOForgeProjectContextCreateV2 = z.infer<typeof DTOForgeProjectContextCreateV2>;
@@ -159743,6 +159831,16 @@ declare const DTOForgeProjectContextUpdateV2: z.ZodObject<{
159743
159831
  type: "Phosphor" | "Lucide" | "Tabler";
159744
159832
  variant?: string | undefined;
159745
159833
  }>>;
159834
+ sandboxTemplate: z.ZodOptional<z.ZodOptional<z.ZodObject<{
159835
+ id: z.ZodString;
159836
+ version: z.ZodString;
159837
+ }, "strip", z.ZodTypeAny, {
159838
+ id: string;
159839
+ version: string;
159840
+ }, {
159841
+ id: string;
159842
+ version: string;
159843
+ }>>>;
159746
159844
  } & {
159747
159845
  thumbnailFileId: z.ZodOptional<z.ZodString>;
159748
159846
  }, "strip", z.ZodTypeAny, {
@@ -160715,6 +160813,10 @@ declare const DTOForgeProjectContextUpdateV2: z.ZodObject<{
160715
160813
  type: "Phosphor" | "Lucide" | "Tabler";
160716
160814
  variant?: string | undefined;
160717
160815
  } | undefined;
160816
+ sandboxTemplate?: {
160817
+ id: string;
160818
+ version: string;
160819
+ } | undefined;
160718
160820
  thumbnailFileId?: string | undefined;
160719
160821
  }, {
160720
160822
  name?: string | undefined;
@@ -161686,6 +161788,10 @@ declare const DTOForgeProjectContextUpdateV2: z.ZodObject<{
161686
161788
  type: "Phosphor" | "Lucide" | "Tabler";
161687
161789
  variant?: string | undefined;
161688
161790
  } | undefined;
161791
+ sandboxTemplate?: {
161792
+ id: string;
161793
+ version: string;
161794
+ } | undefined;
161689
161795
  thumbnailFileId?: string | undefined;
161690
161796
  }>;
161691
161797
  type DTOForgeProjectContextUpdateV2 = z.infer<typeof DTOForgeProjectContextUpdateV2>;
@@ -168374,6 +168480,16 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
168374
168480
  renderMode: "Image" | "HTML" | "JSON";
168375
168481
  } | undefined;
168376
168482
  }>>;
168483
+ sandboxTemplate: z.ZodOptional<z.ZodObject<{
168484
+ id: z.ZodString;
168485
+ version: z.ZodString;
168486
+ }, "strip", z.ZodTypeAny, {
168487
+ id: string;
168488
+ version: string;
168489
+ }, {
168490
+ id: string;
168491
+ version: string;
168492
+ }>>;
168377
168493
  }, "strip", z.ZodTypeAny, {
168378
168494
  id: string;
168379
168495
  createdAt: Date;
@@ -169360,6 +169476,10 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
169360
169476
  name: string;
169361
169477
  tokenThemeIds: string[];
169362
169478
  }[] | undefined;
169479
+ sandboxTemplate?: {
169480
+ id: string;
169481
+ version: string;
169482
+ } | undefined;
169363
169483
  }, {
169364
169484
  id: string;
169365
169485
  createdAt: Date;
@@ -170346,6 +170466,10 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
170346
170466
  name: string;
170347
170467
  tokenThemeIds: string[];
170348
170468
  }[] | undefined;
170469
+ sandboxTemplate?: {
170470
+ id: string;
170471
+ version: string;
170472
+ } | undefined;
170349
170473
  }>;
170350
170474
  }, "strip", z.ZodTypeAny, {
170351
170475
  context: {
@@ -171334,6 +171458,10 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
171334
171458
  name: string;
171335
171459
  tokenThemeIds: string[];
171336
171460
  }[] | undefined;
171461
+ sandboxTemplate?: {
171462
+ id: string;
171463
+ version: string;
171464
+ } | undefined;
171337
171465
  };
171338
171466
  }, {
171339
171467
  context: {
@@ -172322,6 +172450,10 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
172322
172450
  name: string;
172323
172451
  tokenThemeIds: string[];
172324
172452
  }[] | undefined;
172453
+ sandboxTemplate?: {
172454
+ id: string;
172455
+ version: string;
172456
+ } | undefined;
172325
172457
  };
172326
172458
  }>;
172327
172459
  type DTOForgeProjectContextResponseV2 = z.infer<typeof DTOForgeProjectContextResponseV2>;
@@ -179017,6 +179149,16 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
179017
179149
  renderMode: "Image" | "HTML" | "JSON";
179018
179150
  } | undefined;
179019
179151
  }>>;
179152
+ sandboxTemplate: z.ZodOptional<z.ZodObject<{
179153
+ id: z.ZodString;
179154
+ version: z.ZodString;
179155
+ }, "strip", z.ZodTypeAny, {
179156
+ id: string;
179157
+ version: string;
179158
+ }, {
179159
+ id: string;
179160
+ version: string;
179161
+ }>>;
179020
179162
  }, "strip", z.ZodTypeAny, {
179021
179163
  id: string;
179022
179164
  createdAt: Date;
@@ -180003,6 +180145,10 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
180003
180145
  name: string;
180004
180146
  tokenThemeIds: string[];
180005
180147
  }[] | undefined;
180148
+ sandboxTemplate?: {
180149
+ id: string;
180150
+ version: string;
180151
+ } | undefined;
180006
180152
  }, {
180007
180153
  id: string;
180008
180154
  createdAt: Date;
@@ -180989,6 +181135,10 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
180989
181135
  name: string;
180990
181136
  tokenThemeIds: string[];
180991
181137
  }[] | undefined;
181138
+ sandboxTemplate?: {
181139
+ id: string;
181140
+ version: string;
181141
+ } | undefined;
180992
181142
  }>, "many">;
180993
181143
  }, "strip", z.ZodTypeAny, {
180994
181144
  contexts: {
@@ -181977,6 +182127,10 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
181977
182127
  name: string;
181978
182128
  tokenThemeIds: string[];
181979
182129
  }[] | undefined;
182130
+ sandboxTemplate?: {
182131
+ id: string;
182132
+ version: string;
182133
+ } | undefined;
181980
182134
  }[];
181981
182135
  }, {
181982
182136
  contexts: {
@@ -182965,6 +183119,10 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
182965
183119
  name: string;
182966
183120
  tokenThemeIds: string[];
182967
183121
  }[] | undefined;
183122
+ sandboxTemplate?: {
183123
+ id: string;
183124
+ version: string;
183125
+ } | undefined;
182968
183126
  }[];
182969
183127
  }>;
182970
183128
  type DTOForgeProjectContextListResponseV2 = z.infer<typeof DTOForgeProjectContextListResponseV2>;
@@ -214932,6 +215090,16 @@ declare const DTOForgeProjectContextCreated: z.ZodObject<{
214932
215090
  renderMode: "Image" | "HTML" | "JSON";
214933
215091
  } | undefined;
214934
215092
  }>>;
215093
+ sandboxTemplate: z.ZodOptional<z.ZodObject<{
215094
+ id: z.ZodString;
215095
+ version: z.ZodString;
215096
+ }, "strip", z.ZodTypeAny, {
215097
+ id: string;
215098
+ version: string;
215099
+ }, {
215100
+ id: string;
215101
+ version: string;
215102
+ }>>;
214935
215103
  }, "strip", z.ZodTypeAny, {
214936
215104
  id: string;
214937
215105
  createdAt: Date;
@@ -215918,6 +216086,10 @@ declare const DTOForgeProjectContextCreated: z.ZodObject<{
215918
216086
  name: string;
215919
216087
  tokenThemeIds: string[];
215920
216088
  }[] | undefined;
216089
+ sandboxTemplate?: {
216090
+ id: string;
216091
+ version: string;
216092
+ } | undefined;
215921
216093
  }, {
215922
216094
  id: string;
215923
216095
  createdAt: Date;
@@ -216904,6 +217076,10 @@ declare const DTOForgeProjectContextCreated: z.ZodObject<{
216904
217076
  name: string;
216905
217077
  tokenThemeIds: string[];
216906
217078
  }[] | undefined;
217079
+ sandboxTemplate?: {
217080
+ id: string;
217081
+ version: string;
217082
+ } | undefined;
216907
217083
  }>;
216908
217084
  }, "strip", z.ZodTypeAny, {
216909
217085
  type: "ProjectContextCreated";
@@ -217893,6 +218069,10 @@ declare const DTOForgeProjectContextCreated: z.ZodObject<{
217893
218069
  name: string;
217894
218070
  tokenThemeIds: string[];
217895
218071
  }[] | undefined;
218072
+ sandboxTemplate?: {
218073
+ id: string;
218074
+ version: string;
218075
+ } | undefined;
217896
218076
  };
217897
218077
  }, {
217898
218078
  type: "ProjectContextCreated";
@@ -218882,6 +219062,10 @@ declare const DTOForgeProjectContextCreated: z.ZodObject<{
218882
219062
  name: string;
218883
219063
  tokenThemeIds: string[];
218884
219064
  }[] | undefined;
219065
+ sandboxTemplate?: {
219066
+ id: string;
219067
+ version: string;
219068
+ } | undefined;
218885
219069
  };
218886
219070
  }>;
218887
219071
  type DTOForgeProjectContextCreated = z.infer<typeof DTOForgeProjectContextCreated>;
@@ -225567,6 +225751,16 @@ declare const DTOForgeProjectContextUpdated: z.ZodObject<{
225567
225751
  renderMode: "Image" | "HTML" | "JSON";
225568
225752
  } | undefined;
225569
225753
  }>>;
225754
+ sandboxTemplate: z.ZodOptional<z.ZodObject<{
225755
+ id: z.ZodString;
225756
+ version: z.ZodString;
225757
+ }, "strip", z.ZodTypeAny, {
225758
+ id: string;
225759
+ version: string;
225760
+ }, {
225761
+ id: string;
225762
+ version: string;
225763
+ }>>;
225570
225764
  }, "strip", z.ZodTypeAny, {
225571
225765
  id: string;
225572
225766
  createdAt: Date;
@@ -226553,6 +226747,10 @@ declare const DTOForgeProjectContextUpdated: z.ZodObject<{
226553
226747
  name: string;
226554
226748
  tokenThemeIds: string[];
226555
226749
  }[] | undefined;
226750
+ sandboxTemplate?: {
226751
+ id: string;
226752
+ version: string;
226753
+ } | undefined;
226556
226754
  }, {
226557
226755
  id: string;
226558
226756
  createdAt: Date;
@@ -227539,6 +227737,10 @@ declare const DTOForgeProjectContextUpdated: z.ZodObject<{
227539
227737
  name: string;
227540
227738
  tokenThemeIds: string[];
227541
227739
  }[] | undefined;
227740
+ sandboxTemplate?: {
227741
+ id: string;
227742
+ version: string;
227743
+ } | undefined;
227542
227744
  }>;
227543
227745
  }, "strip", z.ZodTypeAny, {
227544
227746
  type: "ProjectContextUpdated";
@@ -228528,6 +228730,10 @@ declare const DTOForgeProjectContextUpdated: z.ZodObject<{
228528
228730
  name: string;
228529
228731
  tokenThemeIds: string[];
228530
228732
  }[] | undefined;
228733
+ sandboxTemplate?: {
228734
+ id: string;
228735
+ version: string;
228736
+ } | undefined;
228531
228737
  };
228532
228738
  }, {
228533
228739
  type: "ProjectContextUpdated";
@@ -229517,6 +229723,10 @@ declare const DTOForgeProjectContextUpdated: z.ZodObject<{
229517
229723
  name: string;
229518
229724
  tokenThemeIds: string[];
229519
229725
  }[] | undefined;
229726
+ sandboxTemplate?: {
229727
+ id: string;
229728
+ version: string;
229729
+ } | undefined;
229520
229730
  };
229521
229731
  }>;
229522
229732
  type DTOForgeProjectContextUpdated = z.infer<typeof DTOForgeProjectContextUpdated>;
@@ -236202,6 +236412,16 @@ declare const DTOForgeProjectContextDeleted: z.ZodObject<{
236202
236412
  renderMode: "Image" | "HTML" | "JSON";
236203
236413
  } | undefined;
236204
236414
  }>>;
236415
+ sandboxTemplate: z.ZodOptional<z.ZodObject<{
236416
+ id: z.ZodString;
236417
+ version: z.ZodString;
236418
+ }, "strip", z.ZodTypeAny, {
236419
+ id: string;
236420
+ version: string;
236421
+ }, {
236422
+ id: string;
236423
+ version: string;
236424
+ }>>;
236205
236425
  }, "id">, "strip", z.ZodTypeAny, {
236206
236426
  id: string;
236207
236427
  }, {
@@ -242939,6 +243159,16 @@ declare const DTOWorkspaceRoomEvent: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
242939
243159
  renderMode: "Image" | "HTML" | "JSON";
242940
243160
  } | undefined;
242941
243161
  }>>;
243162
+ sandboxTemplate: z.ZodOptional<z.ZodObject<{
243163
+ id: z.ZodString;
243164
+ version: z.ZodString;
243165
+ }, "strip", z.ZodTypeAny, {
243166
+ id: string;
243167
+ version: string;
243168
+ }, {
243169
+ id: string;
243170
+ version: string;
243171
+ }>>;
242942
243172
  }, "strip", z.ZodTypeAny, {
242943
243173
  id: string;
242944
243174
  createdAt: Date;
@@ -243925,6 +244155,10 @@ declare const DTOWorkspaceRoomEvent: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
243925
244155
  name: string;
243926
244156
  tokenThemeIds: string[];
243927
244157
  }[] | undefined;
244158
+ sandboxTemplate?: {
244159
+ id: string;
244160
+ version: string;
244161
+ } | undefined;
243928
244162
  }, {
243929
244163
  id: string;
243930
244164
  createdAt: Date;
@@ -244911,6 +245145,10 @@ declare const DTOWorkspaceRoomEvent: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
244911
245145
  name: string;
244912
245146
  tokenThemeIds: string[];
244913
245147
  }[] | undefined;
245148
+ sandboxTemplate?: {
245149
+ id: string;
245150
+ version: string;
245151
+ } | undefined;
244914
245152
  }>;
244915
245153
  }, "strip", z.ZodTypeAny, {
244916
245154
  type: "ProjectContextCreated";
@@ -245900,6 +246138,10 @@ declare const DTOWorkspaceRoomEvent: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
245900
246138
  name: string;
245901
246139
  tokenThemeIds: string[];
245902
246140
  }[] | undefined;
246141
+ sandboxTemplate?: {
246142
+ id: string;
246143
+ version: string;
246144
+ } | undefined;
245903
246145
  };
245904
246146
  }, {
245905
246147
  type: "ProjectContextCreated";
@@ -246889,6 +247131,10 @@ declare const DTOWorkspaceRoomEvent: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
246889
247131
  name: string;
246890
247132
  tokenThemeIds: string[];
246891
247133
  }[] | undefined;
247134
+ sandboxTemplate?: {
247135
+ id: string;
247136
+ version: string;
247137
+ } | undefined;
246892
247138
  };
246893
247139
  }>, z.ZodObject<{
246894
247140
  type: z.ZodLiteral<"ProjectContextUpdated">;
@@ -253572,6 +253818,16 @@ declare const DTOWorkspaceRoomEvent: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
253572
253818
  renderMode: "Image" | "HTML" | "JSON";
253573
253819
  } | undefined;
253574
253820
  }>>;
253821
+ sandboxTemplate: z.ZodOptional<z.ZodObject<{
253822
+ id: z.ZodString;
253823
+ version: z.ZodString;
253824
+ }, "strip", z.ZodTypeAny, {
253825
+ id: string;
253826
+ version: string;
253827
+ }, {
253828
+ id: string;
253829
+ version: string;
253830
+ }>>;
253575
253831
  }, "strip", z.ZodTypeAny, {
253576
253832
  id: string;
253577
253833
  createdAt: Date;
@@ -254558,6 +254814,10 @@ declare const DTOWorkspaceRoomEvent: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
254558
254814
  name: string;
254559
254815
  tokenThemeIds: string[];
254560
254816
  }[] | undefined;
254817
+ sandboxTemplate?: {
254818
+ id: string;
254819
+ version: string;
254820
+ } | undefined;
254561
254821
  }, {
254562
254822
  id: string;
254563
254823
  createdAt: Date;
@@ -255544,6 +255804,10 @@ declare const DTOWorkspaceRoomEvent: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
255544
255804
  name: string;
255545
255805
  tokenThemeIds: string[];
255546
255806
  }[] | undefined;
255807
+ sandboxTemplate?: {
255808
+ id: string;
255809
+ version: string;
255810
+ } | undefined;
255547
255811
  }>;
255548
255812
  }, "strip", z.ZodTypeAny, {
255549
255813
  type: "ProjectContextUpdated";
@@ -256533,6 +256797,10 @@ declare const DTOWorkspaceRoomEvent: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
256533
256797
  name: string;
256534
256798
  tokenThemeIds: string[];
256535
256799
  }[] | undefined;
256800
+ sandboxTemplate?: {
256801
+ id: string;
256802
+ version: string;
256803
+ } | undefined;
256536
256804
  };
256537
256805
  }, {
256538
256806
  type: "ProjectContextUpdated";
@@ -257522,6 +257790,10 @@ declare const DTOWorkspaceRoomEvent: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
257522
257790
  name: string;
257523
257791
  tokenThemeIds: string[];
257524
257792
  }[] | undefined;
257793
+ sandboxTemplate?: {
257794
+ id: string;
257795
+ version: string;
257796
+ } | undefined;
257525
257797
  };
257526
257798
  }>, z.ZodObject<{
257527
257799
  type: z.ZodLiteral<"ProjectContextDeleted">;
@@ -264205,6 +264477,16 @@ declare const DTOWorkspaceRoomEvent: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
264205
264477
  renderMode: "Image" | "HTML" | "JSON";
264206
264478
  } | undefined;
264207
264479
  }>>;
264480
+ sandboxTemplate: z.ZodOptional<z.ZodObject<{
264481
+ id: z.ZodString;
264482
+ version: z.ZodString;
264483
+ }, "strip", z.ZodTypeAny, {
264484
+ id: string;
264485
+ version: string;
264486
+ }, {
264487
+ id: string;
264488
+ version: string;
264489
+ }>>;
264208
264490
  }, "id">, "strip", z.ZodTypeAny, {
264209
264491
  id: string;
264210
264492
  }, {
@@ -271612,6 +271894,16 @@ declare const DTOForgeProject: z.ZodObject<{
271612
271894
  renderMode: "Image" | "HTML" | "JSON";
271613
271895
  } | undefined;
271614
271896
  }>>;
271897
+ sandboxTemplate: z.ZodOptional<z.ZodObject<{
271898
+ id: z.ZodString;
271899
+ version: z.ZodString;
271900
+ }, "strip", z.ZodTypeAny, {
271901
+ id: string;
271902
+ version: string;
271903
+ }, {
271904
+ id: string;
271905
+ version: string;
271906
+ }>>;
271615
271907
  }, "strip", z.ZodTypeAny, {
271616
271908
  id: string;
271617
271909
  createdAt: Date;
@@ -272598,6 +272890,10 @@ declare const DTOForgeProject: z.ZodObject<{
272598
272890
  name: string;
272599
272891
  tokenThemeIds: string[];
272600
272892
  }[] | undefined;
272893
+ sandboxTemplate?: {
272894
+ id: string;
272895
+ version: string;
272896
+ } | undefined;
272601
272897
  }, {
272602
272898
  id: string;
272603
272899
  createdAt: Date;
@@ -273584,6 +273880,10 @@ declare const DTOForgeProject: z.ZodObject<{
273584
273880
  name: string;
273585
273881
  tokenThemeIds: string[];
273586
273882
  }[] | undefined;
273883
+ sandboxTemplate?: {
273884
+ id: string;
273885
+ version: string;
273886
+ } | undefined;
273587
273887
  }>>;
273588
273888
  liveblocksRoomId: z.ZodOptional<z.ZodString>;
273589
273889
  }, "strip", z.ZodTypeAny, {
@@ -274630,6 +274930,10 @@ declare const DTOForgeProject: z.ZodObject<{
274630
274930
  name: string;
274631
274931
  tokenThemeIds: string[];
274632
274932
  }[] | undefined;
274933
+ sandboxTemplate?: {
274934
+ id: string;
274935
+ version: string;
274936
+ } | undefined;
274633
274937
  } | undefined;
274634
274938
  tokenThemeSetId?: string | undefined;
274635
274939
  lastUserActivityAt?: Date | undefined;
@@ -275678,6 +275982,10 @@ declare const DTOForgeProject: z.ZodObject<{
275678
275982
  name: string;
275679
275983
  tokenThemeIds: string[];
275680
275984
  }[] | undefined;
275985
+ sandboxTemplate?: {
275986
+ id: string;
275987
+ version: string;
275988
+ } | undefined;
275681
275989
  } | undefined;
275682
275990
  tokenThemeSetId?: string | undefined;
275683
275991
  lastUserActivityAt?: Date | undefined;
@@ -282583,6 +282891,16 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
282583
282891
  renderMode: "Image" | "HTML" | "JSON";
282584
282892
  } | undefined;
282585
282893
  }>>;
282894
+ sandboxTemplate: z.ZodOptional<z.ZodObject<{
282895
+ id: z.ZodString;
282896
+ version: z.ZodString;
282897
+ }, "strip", z.ZodTypeAny, {
282898
+ id: string;
282899
+ version: string;
282900
+ }, {
282901
+ id: string;
282902
+ version: string;
282903
+ }>>;
282586
282904
  }, "strip", z.ZodTypeAny, {
282587
282905
  id: string;
282588
282906
  createdAt: Date;
@@ -283569,6 +283887,10 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
283569
283887
  name: string;
283570
283888
  tokenThemeIds: string[];
283571
283889
  }[] | undefined;
283890
+ sandboxTemplate?: {
283891
+ id: string;
283892
+ version: string;
283893
+ } | undefined;
283572
283894
  }, {
283573
283895
  id: string;
283574
283896
  createdAt: Date;
@@ -284555,6 +284877,10 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
284555
284877
  name: string;
284556
284878
  tokenThemeIds: string[];
284557
284879
  }[] | undefined;
284880
+ sandboxTemplate?: {
284881
+ id: string;
284882
+ version: string;
284883
+ } | undefined;
284558
284884
  }>>;
284559
284885
  liveblocksRoomId: z.ZodOptional<z.ZodString>;
284560
284886
  }, "name" | "description" | "emoji" | "tags" | "instruction" | "tokenThemeSetId"> & {
@@ -292535,6 +292861,16 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
292535
292861
  renderMode: "Image" | "HTML" | "JSON";
292536
292862
  } | undefined;
292537
292863
  }>>;
292864
+ sandboxTemplate: z.ZodOptional<z.ZodObject<{
292865
+ id: z.ZodString;
292866
+ version: z.ZodString;
292867
+ }, "strip", z.ZodTypeAny, {
292868
+ id: string;
292869
+ version: string;
292870
+ }, {
292871
+ id: string;
292872
+ version: string;
292873
+ }>>;
292538
292874
  }, "strip", z.ZodTypeAny, {
292539
292875
  id: string;
292540
292876
  createdAt: Date;
@@ -293521,6 +293857,10 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
293521
293857
  name: string;
293522
293858
  tokenThemeIds: string[];
293523
293859
  }[] | undefined;
293860
+ sandboxTemplate?: {
293861
+ id: string;
293862
+ version: string;
293863
+ } | undefined;
293524
293864
  }, {
293525
293865
  id: string;
293526
293866
  createdAt: Date;
@@ -294507,6 +294847,10 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
294507
294847
  name: string;
294508
294848
  tokenThemeIds: string[];
294509
294849
  }[] | undefined;
294850
+ sandboxTemplate?: {
294851
+ id: string;
294852
+ version: string;
294853
+ } | undefined;
294510
294854
  }>>;
294511
294855
  liveblocksRoomId: z.ZodOptional<z.ZodString>;
294512
294856
  } & {
@@ -295556,6 +295900,10 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
295556
295900
  name: string;
295557
295901
  tokenThemeIds: string[];
295558
295902
  }[] | undefined;
295903
+ sandboxTemplate?: {
295904
+ id: string;
295905
+ version: string;
295906
+ } | undefined;
295559
295907
  } | undefined;
295560
295908
  tokenThemeSetId?: string | undefined;
295561
295909
  lastUserActivityAt?: Date | undefined;
@@ -296605,6 +296953,10 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
296605
296953
  name: string;
296606
296954
  tokenThemeIds: string[];
296607
296955
  }[] | undefined;
296956
+ sandboxTemplate?: {
296957
+ id: string;
296958
+ version: string;
296959
+ } | undefined;
296608
296960
  } | undefined;
296609
296961
  tokenThemeSetId?: string | undefined;
296610
296962
  lastUserActivityAt?: Date | undefined;
@@ -297656,6 +298008,10 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
297656
298008
  name: string;
297657
298009
  tokenThemeIds: string[];
297658
298010
  }[] | undefined;
298011
+ sandboxTemplate?: {
298012
+ id: string;
298013
+ version: string;
298014
+ } | undefined;
297659
298015
  } | undefined;
297660
298016
  tokenThemeSetId?: string | undefined;
297661
298017
  lastUserActivityAt?: Date | undefined;
@@ -298707,6 +299063,10 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
298707
299063
  name: string;
298708
299064
  tokenThemeIds: string[];
298709
299065
  }[] | undefined;
299066
+ sandboxTemplate?: {
299067
+ id: string;
299068
+ version: string;
299069
+ } | undefined;
298710
299070
  } | undefined;
298711
299071
  tokenThemeSetId?: string | undefined;
298712
299072
  lastUserActivityAt?: Date | undefined;
@@ -305614,6 +305974,16 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
305614
305974
  renderMode: "Image" | "HTML" | "JSON";
305615
305975
  } | undefined;
305616
305976
  }>>;
305977
+ sandboxTemplate: z.ZodOptional<z.ZodObject<{
305978
+ id: z.ZodString;
305979
+ version: z.ZodString;
305980
+ }, "strip", z.ZodTypeAny, {
305981
+ id: string;
305982
+ version: string;
305983
+ }, {
305984
+ id: string;
305985
+ version: string;
305986
+ }>>;
305617
305987
  }, "strip", z.ZodTypeAny, {
305618
305988
  id: string;
305619
305989
  createdAt: Date;
@@ -306600,6 +306970,10 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
306600
306970
  name: string;
306601
306971
  tokenThemeIds: string[];
306602
306972
  }[] | undefined;
306973
+ sandboxTemplate?: {
306974
+ id: string;
306975
+ version: string;
306976
+ } | undefined;
306603
306977
  }, {
306604
306978
  id: string;
306605
306979
  createdAt: Date;
@@ -307586,6 +307960,10 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
307586
307960
  name: string;
307587
307961
  tokenThemeIds: string[];
307588
307962
  }[] | undefined;
307963
+ sandboxTemplate?: {
307964
+ id: string;
307965
+ version: string;
307966
+ } | undefined;
307589
307967
  }>>;
307590
307968
  liveblocksRoomId: z.ZodOptional<z.ZodString>;
307591
307969
  } & {
@@ -308635,6 +309013,10 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
308635
309013
  name: string;
308636
309014
  tokenThemeIds: string[];
308637
309015
  }[] | undefined;
309016
+ sandboxTemplate?: {
309017
+ id: string;
309018
+ version: string;
309019
+ } | undefined;
308638
309020
  } | undefined;
308639
309021
  tokenThemeSetId?: string | undefined;
308640
309022
  lastUserActivityAt?: Date | undefined;
@@ -309684,6 +310066,10 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
309684
310066
  name: string;
309685
310067
  tokenThemeIds: string[];
309686
310068
  }[] | undefined;
310069
+ sandboxTemplate?: {
310070
+ id: string;
310071
+ version: string;
310072
+ } | undefined;
309687
310073
  } | undefined;
309688
310074
  tokenThemeSetId?: string | undefined;
309689
310075
  lastUserActivityAt?: Date | undefined;
@@ -310735,6 +311121,10 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
310735
311121
  name: string;
310736
311122
  tokenThemeIds: string[];
310737
311123
  }[] | undefined;
311124
+ sandboxTemplate?: {
311125
+ id: string;
311126
+ version: string;
311127
+ } | undefined;
310738
311128
  } | undefined;
310739
311129
  tokenThemeSetId?: string | undefined;
310740
311130
  lastUserActivityAt?: Date | undefined;
@@ -311786,6 +312176,10 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
311786
312176
  name: string;
311787
312177
  tokenThemeIds: string[];
311788
312178
  }[] | undefined;
312179
+ sandboxTemplate?: {
312180
+ id: string;
312181
+ version: string;
312182
+ } | undefined;
311789
312183
  } | undefined;
311790
312184
  tokenThemeSetId?: string | undefined;
311791
312185
  lastUserActivityAt?: Date | undefined;
@@ -343323,6 +343717,7 @@ declare const DTOSubscription: z$1.ZodObject<{
343323
343717
  max?: number | undefined;
343324
343718
  };
343325
343719
  }>>;
343720
+ allowedRoles: z$1.ZodArray<z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>, "many">;
343326
343721
  /**
343327
343722
  * @deprecated get available-products for this information
343328
343723
  */
@@ -343396,6 +343791,7 @@ declare const DTOSubscription: z$1.ZodObject<{
343396
343791
  amount: number;
343397
343792
  isTrial: boolean;
343398
343793
  product: "free" | "pro" | "team" | "company" | "enterprise";
343794
+ allowedRoles: ("Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor")[];
343399
343795
  planPriceId: string;
343400
343796
  planInterval: "daily" | "monthly" | "yearly";
343401
343797
  seats: number;
@@ -343597,6 +343993,7 @@ declare const DTOSubscription: z$1.ZodObject<{
343597
343993
  amount: number;
343598
343994
  isTrial: boolean;
343599
343995
  product: "free" | "pro" | "team" | "company" | "enterprise";
343996
+ allowedRoles: ("Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor")[];
343600
343997
  planPriceId: string;
343601
343998
  planInterval: "daily" | "monthly" | "yearly";
343602
343999
  seats: number;
@@ -344530,6 +344927,7 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
344530
344927
  max?: number | undefined;
344531
344928
  };
344532
344929
  }>>;
344930
+ allowedRoles: z$1.ZodArray<z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]>, "many">;
344533
344931
  /**
344534
344932
  * @deprecated get available-products for this information
344535
344933
  */
@@ -344603,6 +345001,7 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
344603
345001
  amount: number;
344604
345002
  isTrial: boolean;
344605
345003
  product: "free" | "pro" | "team" | "company" | "enterprise";
345004
+ allowedRoles: ("Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor")[];
344606
345005
  planPriceId: string;
344607
345006
  planInterval: "daily" | "monthly" | "yearly";
344608
345007
  seats: number;
@@ -344804,6 +345203,7 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
344804
345203
  amount: number;
344805
345204
  isTrial: boolean;
344806
345205
  product: "free" | "pro" | "team" | "company" | "enterprise";
345206
+ allowedRoles: ("Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor")[];
344807
345207
  planPriceId: string;
344808
345208
  planInterval: "daily" | "monthly" | "yearly";
344809
345209
  seats: number;
@@ -345176,6 +345576,7 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
345176
345576
  amount: number;
345177
345577
  isTrial: boolean;
345178
345578
  product: "free" | "pro" | "team" | "company" | "enterprise";
345579
+ allowedRoles: ("Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor")[];
345179
345580
  planPriceId: string;
345180
345581
  planInterval: "daily" | "monthly" | "yearly";
345181
345582
  seats: number;
@@ -345416,6 +345817,7 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
345416
345817
  amount: number;
345417
345818
  isTrial: boolean;
345418
345819
  product: "free" | "pro" | "team" | "company" | "enterprise";
345820
+ allowedRoles: ("Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor")[];
345419
345821
  planPriceId: string;
345420
345822
  planInterval: "daily" | "monthly" | "yearly";
345421
345823
  seats: number;
@@ -359597,6 +359999,10 @@ declare class ForgeProjectContextsEndpoint {
359597
359999
  name: string;
359598
360000
  tokenThemeIds: string[];
359599
360001
  }[] | undefined;
360002
+ sandboxTemplate?: {
360003
+ id: string;
360004
+ version: string;
360005
+ } | undefined;
359600
360006
  }[];
359601
360007
  }>;
359602
360008
  create(body: DTOForgeProjectContextCreateV2): Promise<{
@@ -360586,6 +360992,10 @@ declare class ForgeProjectContextsEndpoint {
360586
360992
  name: string;
360587
360993
  tokenThemeIds: string[];
360588
360994
  }[] | undefined;
360995
+ sandboxTemplate?: {
360996
+ id: string;
360997
+ version: string;
360998
+ } | undefined;
360589
360999
  };
360590
361000
  }>;
360591
361001
  update(workspaceId: string, contextId: string, body: DTOUpdateForgeProjectContext): Promise<{
@@ -361575,6 +361985,10 @@ declare class ForgeProjectContextsEndpoint {
361575
361985
  name: string;
361576
361986
  tokenThemeIds: string[];
361577
361987
  }[] | undefined;
361988
+ sandboxTemplate?: {
361989
+ id: string;
361990
+ version: string;
361991
+ } | undefined;
361578
361992
  };
361579
361993
  }>;
361580
361994
  }
@@ -362823,6 +363237,10 @@ declare class ForgeProjectsEndpoint {
362823
363237
  name: string;
362824
363238
  tokenThemeIds: string[];
362825
363239
  }[] | undefined;
363240
+ sandboxTemplate?: {
363241
+ id: string;
363242
+ version: string;
363243
+ } | undefined;
362826
363244
  } | undefined;
362827
363245
  tokenThemeSetId?: string | undefined;
362828
363246
  lastUserActivityAt?: Date | undefined;
@@ -363875,6 +364293,10 @@ declare class ForgeProjectsEndpoint {
363875
364293
  name: string;
363876
364294
  tokenThemeIds: string[];
363877
364295
  }[] | undefined;
364296
+ sandboxTemplate?: {
364297
+ id: string;
364298
+ version: string;
364299
+ } | undefined;
363878
364300
  } | undefined;
363879
364301
  tokenThemeSetId?: string | undefined;
363880
364302
  lastUserActivityAt?: Date | undefined;
@@ -364927,6 +365349,10 @@ declare class ForgeProjectsEndpoint {
364927
365349
  name: string;
364928
365350
  tokenThemeIds: string[];
364929
365351
  }[] | undefined;
365352
+ sandboxTemplate?: {
365353
+ id: string;
365354
+ version: string;
365355
+ } | undefined;
364930
365356
  } | undefined;
364931
365357
  tokenThemeSetId?: string | undefined;
364932
365358
  lastUserActivityAt?: Date | undefined;
@@ -365979,6 +366405,10 @@ declare class ForgeProjectsEndpoint {
365979
366405
  name: string;
365980
366406
  tokenThemeIds: string[];
365981
366407
  }[] | undefined;
366408
+ sandboxTemplate?: {
366409
+ id: string;
366410
+ version: string;
366411
+ } | undefined;
365982
366412
  } | undefined;
365983
366413
  tokenThemeSetId?: string | undefined;
365984
366414
  lastUserActivityAt?: Date | undefined;
@@ -367031,6 +367461,10 @@ declare class ForgeProjectsEndpoint {
367031
367461
  name: string;
367032
367462
  tokenThemeIds: string[];
367033
367463
  }[] | undefined;
367464
+ sandboxTemplate?: {
367465
+ id: string;
367466
+ version: string;
367467
+ } | undefined;
367034
367468
  } | undefined;
367035
367469
  tokenThemeSetId?: string | undefined;
367036
367470
  lastUserActivityAt?: Date | undefined;
@@ -368019,6 +368453,7 @@ declare class WorkspaceSubscriptionEndpoint {
368019
368453
  amount: number;
368020
368454
  isTrial: boolean;
368021
368455
  product: "free" | "pro" | "team" | "company" | "enterprise";
368456
+ allowedRoles: ("Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor")[];
368022
368457
  planPriceId: string;
368023
368458
  planInterval: "daily" | "monthly" | "yearly";
368024
368459
  seats: number;