@supernova-studio/client 1.77.4 → 1.78.1
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.mts +39 -0
- package/dist/index.d.ts +39 -0
- package/dist/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -332219,12 +332219,15 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
332219
332219
|
name: z$1.ZodString;
|
|
332220
332220
|
description: z$1.ZodString;
|
|
332221
332221
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
332222
|
+
files: z$1.ZodArray<z$1.ZodString, "many">;
|
|
332222
332223
|
}, "strip", z$1.ZodTypeAny, {
|
|
332224
|
+
files: string[];
|
|
332223
332225
|
id: string;
|
|
332224
332226
|
name: string;
|
|
332225
332227
|
description: string;
|
|
332226
332228
|
thumbnailUrl?: string | undefined;
|
|
332227
332229
|
}, {
|
|
332230
|
+
files: string[];
|
|
332228
332231
|
id: string;
|
|
332229
332232
|
name: string;
|
|
332230
332233
|
description: string;
|
|
@@ -332236,6 +332239,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
332236
332239
|
createdByUserId: string;
|
|
332237
332240
|
e2bTemplateId: string;
|
|
332238
332241
|
templates?: {
|
|
332242
|
+
files: string[];
|
|
332239
332243
|
id: string;
|
|
332240
332244
|
name: string;
|
|
332241
332245
|
description: string;
|
|
@@ -332247,6 +332251,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
332247
332251
|
createdByUserId: string;
|
|
332248
332252
|
e2bTemplateId: string;
|
|
332249
332253
|
templates?: {
|
|
332254
|
+
files: string[];
|
|
332250
332255
|
id: string;
|
|
332251
332256
|
name: string;
|
|
332252
332257
|
description: string;
|
|
@@ -332265,6 +332270,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
332265
332270
|
createdByUserId: string;
|
|
332266
332271
|
e2bTemplateId: string;
|
|
332267
332272
|
templates?: {
|
|
332273
|
+
files: string[];
|
|
332268
332274
|
id: string;
|
|
332269
332275
|
name: string;
|
|
332270
332276
|
description: string;
|
|
@@ -332283,6 +332289,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
332283
332289
|
createdByUserId: string;
|
|
332284
332290
|
e2bTemplateId: string;
|
|
332285
332291
|
templates?: {
|
|
332292
|
+
files: string[];
|
|
332286
332293
|
id: string;
|
|
332287
332294
|
name: string;
|
|
332288
332295
|
description: string;
|
|
@@ -332301,12 +332308,15 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
332301
332308
|
name: z$1.ZodString;
|
|
332302
332309
|
description: z$1.ZodString;
|
|
332303
332310
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
332311
|
+
files: z$1.ZodArray<z$1.ZodString, "many">;
|
|
332304
332312
|
}, "strip", z$1.ZodTypeAny, {
|
|
332313
|
+
files: string[];
|
|
332305
332314
|
id: string;
|
|
332306
332315
|
name: string;
|
|
332307
332316
|
description: string;
|
|
332308
332317
|
thumbnailUrl?: string | undefined;
|
|
332309
332318
|
}, {
|
|
332319
|
+
files: string[];
|
|
332310
332320
|
id: string;
|
|
332311
332321
|
name: string;
|
|
332312
332322
|
description: string;
|
|
@@ -332318,6 +332328,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
332318
332328
|
createdByUserId: string;
|
|
332319
332329
|
e2bTemplateId: string;
|
|
332320
332330
|
templates?: {
|
|
332331
|
+
files: string[];
|
|
332321
332332
|
id: string;
|
|
332322
332333
|
name: string;
|
|
332323
332334
|
description: string;
|
|
@@ -332329,6 +332340,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
332329
332340
|
createdByUserId: string;
|
|
332330
332341
|
e2bTemplateId: string;
|
|
332331
332342
|
templates?: {
|
|
332343
|
+
files: string[];
|
|
332332
332344
|
id: string;
|
|
332333
332345
|
name: string;
|
|
332334
332346
|
description: string;
|
|
@@ -332402,12 +332414,15 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
332402
332414
|
name: z$1.ZodString;
|
|
332403
332415
|
description: z$1.ZodString;
|
|
332404
332416
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
332417
|
+
files: z$1.ZodArray<z$1.ZodString, "many">;
|
|
332405
332418
|
}, "strip", z$1.ZodTypeAny, {
|
|
332419
|
+
files: string[];
|
|
332406
332420
|
id: string;
|
|
332407
332421
|
name: string;
|
|
332408
332422
|
description: string;
|
|
332409
332423
|
thumbnailUrl?: string | undefined;
|
|
332410
332424
|
}, {
|
|
332425
|
+
files: string[];
|
|
332411
332426
|
id: string;
|
|
332412
332427
|
name: string;
|
|
332413
332428
|
description: string;
|
|
@@ -332419,6 +332434,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
332419
332434
|
createdByUserId: string;
|
|
332420
332435
|
e2bTemplateId: string;
|
|
332421
332436
|
templates?: {
|
|
332437
|
+
files: string[];
|
|
332422
332438
|
id: string;
|
|
332423
332439
|
name: string;
|
|
332424
332440
|
description: string;
|
|
@@ -332430,6 +332446,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
332430
332446
|
createdByUserId: string;
|
|
332431
332447
|
e2bTemplateId: string;
|
|
332432
332448
|
templates?: {
|
|
332449
|
+
files: string[];
|
|
332433
332450
|
id: string;
|
|
332434
332451
|
name: string;
|
|
332435
332452
|
description: string;
|
|
@@ -332465,6 +332482,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
332465
332482
|
createdByUserId: string;
|
|
332466
332483
|
e2bTemplateId: string;
|
|
332467
332484
|
templates?: {
|
|
332485
|
+
files: string[];
|
|
332468
332486
|
id: string;
|
|
332469
332487
|
name: string;
|
|
332470
332488
|
description: string;
|
|
@@ -332484,6 +332502,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
332484
332502
|
createdByUserId: string;
|
|
332485
332503
|
e2bTemplateId: string;
|
|
332486
332504
|
templates?: {
|
|
332505
|
+
files: string[];
|
|
332487
332506
|
id: string;
|
|
332488
332507
|
name: string;
|
|
332489
332508
|
description: string;
|
|
@@ -332520,12 +332539,15 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332520
332539
|
name: z$1.ZodString;
|
|
332521
332540
|
description: z$1.ZodString;
|
|
332522
332541
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
332542
|
+
files: z$1.ZodArray<z$1.ZodString, "many">;
|
|
332523
332543
|
}, "strip", z$1.ZodTypeAny, {
|
|
332544
|
+
files: string[];
|
|
332524
332545
|
id: string;
|
|
332525
332546
|
name: string;
|
|
332526
332547
|
description: string;
|
|
332527
332548
|
thumbnailUrl?: string | undefined;
|
|
332528
332549
|
}, {
|
|
332550
|
+
files: string[];
|
|
332529
332551
|
id: string;
|
|
332530
332552
|
name: string;
|
|
332531
332553
|
description: string;
|
|
@@ -332537,6 +332559,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332537
332559
|
createdByUserId: string;
|
|
332538
332560
|
e2bTemplateId: string;
|
|
332539
332561
|
templates?: {
|
|
332562
|
+
files: string[];
|
|
332540
332563
|
id: string;
|
|
332541
332564
|
name: string;
|
|
332542
332565
|
description: string;
|
|
@@ -332548,6 +332571,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332548
332571
|
createdByUserId: string;
|
|
332549
332572
|
e2bTemplateId: string;
|
|
332550
332573
|
templates?: {
|
|
332574
|
+
files: string[];
|
|
332551
332575
|
id: string;
|
|
332552
332576
|
name: string;
|
|
332553
332577
|
description: string;
|
|
@@ -332566,6 +332590,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332566
332590
|
createdByUserId: string;
|
|
332567
332591
|
e2bTemplateId: string;
|
|
332568
332592
|
templates?: {
|
|
332593
|
+
files: string[];
|
|
332569
332594
|
id: string;
|
|
332570
332595
|
name: string;
|
|
332571
332596
|
description: string;
|
|
@@ -332584,6 +332609,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332584
332609
|
createdByUserId: string;
|
|
332585
332610
|
e2bTemplateId: string;
|
|
332586
332611
|
templates?: {
|
|
332612
|
+
files: string[];
|
|
332587
332613
|
id: string;
|
|
332588
332614
|
name: string;
|
|
332589
332615
|
description: string;
|
|
@@ -332604,6 +332630,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332604
332630
|
createdByUserId: string;
|
|
332605
332631
|
e2bTemplateId: string;
|
|
332606
332632
|
templates?: {
|
|
332633
|
+
files: string[];
|
|
332607
332634
|
id: string;
|
|
332608
332635
|
name: string;
|
|
332609
332636
|
description: string;
|
|
@@ -332624,6 +332651,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332624
332651
|
createdByUserId: string;
|
|
332625
332652
|
e2bTemplateId: string;
|
|
332626
332653
|
templates?: {
|
|
332654
|
+
files: string[];
|
|
332627
332655
|
id: string;
|
|
332628
332656
|
name: string;
|
|
332629
332657
|
description: string;
|
|
@@ -332650,12 +332678,15 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332650
332678
|
name: z$1.ZodString;
|
|
332651
332679
|
description: z$1.ZodString;
|
|
332652
332680
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
332681
|
+
files: z$1.ZodArray<z$1.ZodString, "many">;
|
|
332653
332682
|
}, "strip", z$1.ZodTypeAny, {
|
|
332683
|
+
files: string[];
|
|
332654
332684
|
id: string;
|
|
332655
332685
|
name: string;
|
|
332656
332686
|
description: string;
|
|
332657
332687
|
thumbnailUrl?: string | undefined;
|
|
332658
332688
|
}, {
|
|
332689
|
+
files: string[];
|
|
332659
332690
|
id: string;
|
|
332660
332691
|
name: string;
|
|
332661
332692
|
description: string;
|
|
@@ -332667,6 +332698,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332667
332698
|
createdByUserId: string;
|
|
332668
332699
|
e2bTemplateId: string;
|
|
332669
332700
|
templates?: {
|
|
332701
|
+
files: string[];
|
|
332670
332702
|
id: string;
|
|
332671
332703
|
name: string;
|
|
332672
332704
|
description: string;
|
|
@@ -332678,6 +332710,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332678
332710
|
createdByUserId: string;
|
|
332679
332711
|
e2bTemplateId: string;
|
|
332680
332712
|
templates?: {
|
|
332713
|
+
files: string[];
|
|
332681
332714
|
id: string;
|
|
332682
332715
|
name: string;
|
|
332683
332716
|
description: string;
|
|
@@ -332696,6 +332729,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332696
332729
|
createdByUserId: string;
|
|
332697
332730
|
e2bTemplateId: string;
|
|
332698
332731
|
templates?: {
|
|
332732
|
+
files: string[];
|
|
332699
332733
|
id: string;
|
|
332700
332734
|
name: string;
|
|
332701
332735
|
description: string;
|
|
@@ -332714,6 +332748,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332714
332748
|
createdByUserId: string;
|
|
332715
332749
|
e2bTemplateId: string;
|
|
332716
332750
|
templates?: {
|
|
332751
|
+
files: string[];
|
|
332717
332752
|
id: string;
|
|
332718
332753
|
name: string;
|
|
332719
332754
|
description: string;
|
|
@@ -332734,6 +332769,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332734
332769
|
createdByUserId: string;
|
|
332735
332770
|
e2bTemplateId: string;
|
|
332736
332771
|
templates?: {
|
|
332772
|
+
files: string[];
|
|
332737
332773
|
id: string;
|
|
332738
332774
|
name: string;
|
|
332739
332775
|
description: string;
|
|
@@ -332754,6 +332790,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332754
332790
|
createdByUserId: string;
|
|
332755
332791
|
e2bTemplateId: string;
|
|
332756
332792
|
templates?: {
|
|
332793
|
+
files: string[];
|
|
332757
332794
|
id: string;
|
|
332758
332795
|
name: string;
|
|
332759
332796
|
description: string;
|
|
@@ -388958,6 +388995,7 @@ declare class SandboxTemplatesEndpoint {
|
|
|
388958
388995
|
createdByUserId: string;
|
|
388959
388996
|
e2bTemplateId: string;
|
|
388960
388997
|
templates?: {
|
|
388998
|
+
files: string[];
|
|
388961
388999
|
id: string;
|
|
388962
389000
|
name: string;
|
|
388963
389001
|
description: string;
|
|
@@ -388979,6 +389017,7 @@ declare class SandboxTemplatesEndpoint {
|
|
|
388979
389017
|
createdByUserId: string;
|
|
388980
389018
|
e2bTemplateId: string;
|
|
388981
389019
|
templates?: {
|
|
389020
|
+
files: string[];
|
|
388982
389021
|
id: string;
|
|
388983
389022
|
name: string;
|
|
388984
389023
|
description: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -332219,12 +332219,15 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
332219
332219
|
name: z$1.ZodString;
|
|
332220
332220
|
description: z$1.ZodString;
|
|
332221
332221
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
332222
|
+
files: z$1.ZodArray<z$1.ZodString, "many">;
|
|
332222
332223
|
}, "strip", z$1.ZodTypeAny, {
|
|
332224
|
+
files: string[];
|
|
332223
332225
|
id: string;
|
|
332224
332226
|
name: string;
|
|
332225
332227
|
description: string;
|
|
332226
332228
|
thumbnailUrl?: string | undefined;
|
|
332227
332229
|
}, {
|
|
332230
|
+
files: string[];
|
|
332228
332231
|
id: string;
|
|
332229
332232
|
name: string;
|
|
332230
332233
|
description: string;
|
|
@@ -332236,6 +332239,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
332236
332239
|
createdByUserId: string;
|
|
332237
332240
|
e2bTemplateId: string;
|
|
332238
332241
|
templates?: {
|
|
332242
|
+
files: string[];
|
|
332239
332243
|
id: string;
|
|
332240
332244
|
name: string;
|
|
332241
332245
|
description: string;
|
|
@@ -332247,6 +332251,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
332247
332251
|
createdByUserId: string;
|
|
332248
332252
|
e2bTemplateId: string;
|
|
332249
332253
|
templates?: {
|
|
332254
|
+
files: string[];
|
|
332250
332255
|
id: string;
|
|
332251
332256
|
name: string;
|
|
332252
332257
|
description: string;
|
|
@@ -332265,6 +332270,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
332265
332270
|
createdByUserId: string;
|
|
332266
332271
|
e2bTemplateId: string;
|
|
332267
332272
|
templates?: {
|
|
332273
|
+
files: string[];
|
|
332268
332274
|
id: string;
|
|
332269
332275
|
name: string;
|
|
332270
332276
|
description: string;
|
|
@@ -332283,6 +332289,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
332283
332289
|
createdByUserId: string;
|
|
332284
332290
|
e2bTemplateId: string;
|
|
332285
332291
|
templates?: {
|
|
332292
|
+
files: string[];
|
|
332286
332293
|
id: string;
|
|
332287
332294
|
name: string;
|
|
332288
332295
|
description: string;
|
|
@@ -332301,12 +332308,15 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
332301
332308
|
name: z$1.ZodString;
|
|
332302
332309
|
description: z$1.ZodString;
|
|
332303
332310
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
332311
|
+
files: z$1.ZodArray<z$1.ZodString, "many">;
|
|
332304
332312
|
}, "strip", z$1.ZodTypeAny, {
|
|
332313
|
+
files: string[];
|
|
332305
332314
|
id: string;
|
|
332306
332315
|
name: string;
|
|
332307
332316
|
description: string;
|
|
332308
332317
|
thumbnailUrl?: string | undefined;
|
|
332309
332318
|
}, {
|
|
332319
|
+
files: string[];
|
|
332310
332320
|
id: string;
|
|
332311
332321
|
name: string;
|
|
332312
332322
|
description: string;
|
|
@@ -332318,6 +332328,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
332318
332328
|
createdByUserId: string;
|
|
332319
332329
|
e2bTemplateId: string;
|
|
332320
332330
|
templates?: {
|
|
332331
|
+
files: string[];
|
|
332321
332332
|
id: string;
|
|
332322
332333
|
name: string;
|
|
332323
332334
|
description: string;
|
|
@@ -332329,6 +332340,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
332329
332340
|
createdByUserId: string;
|
|
332330
332341
|
e2bTemplateId: string;
|
|
332331
332342
|
templates?: {
|
|
332343
|
+
files: string[];
|
|
332332
332344
|
id: string;
|
|
332333
332345
|
name: string;
|
|
332334
332346
|
description: string;
|
|
@@ -332402,12 +332414,15 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
332402
332414
|
name: z$1.ZodString;
|
|
332403
332415
|
description: z$1.ZodString;
|
|
332404
332416
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
332417
|
+
files: z$1.ZodArray<z$1.ZodString, "many">;
|
|
332405
332418
|
}, "strip", z$1.ZodTypeAny, {
|
|
332419
|
+
files: string[];
|
|
332406
332420
|
id: string;
|
|
332407
332421
|
name: string;
|
|
332408
332422
|
description: string;
|
|
332409
332423
|
thumbnailUrl?: string | undefined;
|
|
332410
332424
|
}, {
|
|
332425
|
+
files: string[];
|
|
332411
332426
|
id: string;
|
|
332412
332427
|
name: string;
|
|
332413
332428
|
description: string;
|
|
@@ -332419,6 +332434,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
332419
332434
|
createdByUserId: string;
|
|
332420
332435
|
e2bTemplateId: string;
|
|
332421
332436
|
templates?: {
|
|
332437
|
+
files: string[];
|
|
332422
332438
|
id: string;
|
|
332423
332439
|
name: string;
|
|
332424
332440
|
description: string;
|
|
@@ -332430,6 +332446,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
332430
332446
|
createdByUserId: string;
|
|
332431
332447
|
e2bTemplateId: string;
|
|
332432
332448
|
templates?: {
|
|
332449
|
+
files: string[];
|
|
332433
332450
|
id: string;
|
|
332434
332451
|
name: string;
|
|
332435
332452
|
description: string;
|
|
@@ -332465,6 +332482,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
332465
332482
|
createdByUserId: string;
|
|
332466
332483
|
e2bTemplateId: string;
|
|
332467
332484
|
templates?: {
|
|
332485
|
+
files: string[];
|
|
332468
332486
|
id: string;
|
|
332469
332487
|
name: string;
|
|
332470
332488
|
description: string;
|
|
@@ -332484,6 +332502,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
332484
332502
|
createdByUserId: string;
|
|
332485
332503
|
e2bTemplateId: string;
|
|
332486
332504
|
templates?: {
|
|
332505
|
+
files: string[];
|
|
332487
332506
|
id: string;
|
|
332488
332507
|
name: string;
|
|
332489
332508
|
description: string;
|
|
@@ -332520,12 +332539,15 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332520
332539
|
name: z$1.ZodString;
|
|
332521
332540
|
description: z$1.ZodString;
|
|
332522
332541
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
332542
|
+
files: z$1.ZodArray<z$1.ZodString, "many">;
|
|
332523
332543
|
}, "strip", z$1.ZodTypeAny, {
|
|
332544
|
+
files: string[];
|
|
332524
332545
|
id: string;
|
|
332525
332546
|
name: string;
|
|
332526
332547
|
description: string;
|
|
332527
332548
|
thumbnailUrl?: string | undefined;
|
|
332528
332549
|
}, {
|
|
332550
|
+
files: string[];
|
|
332529
332551
|
id: string;
|
|
332530
332552
|
name: string;
|
|
332531
332553
|
description: string;
|
|
@@ -332537,6 +332559,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332537
332559
|
createdByUserId: string;
|
|
332538
332560
|
e2bTemplateId: string;
|
|
332539
332561
|
templates?: {
|
|
332562
|
+
files: string[];
|
|
332540
332563
|
id: string;
|
|
332541
332564
|
name: string;
|
|
332542
332565
|
description: string;
|
|
@@ -332548,6 +332571,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332548
332571
|
createdByUserId: string;
|
|
332549
332572
|
e2bTemplateId: string;
|
|
332550
332573
|
templates?: {
|
|
332574
|
+
files: string[];
|
|
332551
332575
|
id: string;
|
|
332552
332576
|
name: string;
|
|
332553
332577
|
description: string;
|
|
@@ -332566,6 +332590,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332566
332590
|
createdByUserId: string;
|
|
332567
332591
|
e2bTemplateId: string;
|
|
332568
332592
|
templates?: {
|
|
332593
|
+
files: string[];
|
|
332569
332594
|
id: string;
|
|
332570
332595
|
name: string;
|
|
332571
332596
|
description: string;
|
|
@@ -332584,6 +332609,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332584
332609
|
createdByUserId: string;
|
|
332585
332610
|
e2bTemplateId: string;
|
|
332586
332611
|
templates?: {
|
|
332612
|
+
files: string[];
|
|
332587
332613
|
id: string;
|
|
332588
332614
|
name: string;
|
|
332589
332615
|
description: string;
|
|
@@ -332604,6 +332630,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332604
332630
|
createdByUserId: string;
|
|
332605
332631
|
e2bTemplateId: string;
|
|
332606
332632
|
templates?: {
|
|
332633
|
+
files: string[];
|
|
332607
332634
|
id: string;
|
|
332608
332635
|
name: string;
|
|
332609
332636
|
description: string;
|
|
@@ -332624,6 +332651,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
332624
332651
|
createdByUserId: string;
|
|
332625
332652
|
e2bTemplateId: string;
|
|
332626
332653
|
templates?: {
|
|
332654
|
+
files: string[];
|
|
332627
332655
|
id: string;
|
|
332628
332656
|
name: string;
|
|
332629
332657
|
description: string;
|
|
@@ -332650,12 +332678,15 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332650
332678
|
name: z$1.ZodString;
|
|
332651
332679
|
description: z$1.ZodString;
|
|
332652
332680
|
thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
332681
|
+
files: z$1.ZodArray<z$1.ZodString, "many">;
|
|
332653
332682
|
}, "strip", z$1.ZodTypeAny, {
|
|
332683
|
+
files: string[];
|
|
332654
332684
|
id: string;
|
|
332655
332685
|
name: string;
|
|
332656
332686
|
description: string;
|
|
332657
332687
|
thumbnailUrl?: string | undefined;
|
|
332658
332688
|
}, {
|
|
332689
|
+
files: string[];
|
|
332659
332690
|
id: string;
|
|
332660
332691
|
name: string;
|
|
332661
332692
|
description: string;
|
|
@@ -332667,6 +332698,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332667
332698
|
createdByUserId: string;
|
|
332668
332699
|
e2bTemplateId: string;
|
|
332669
332700
|
templates?: {
|
|
332701
|
+
files: string[];
|
|
332670
332702
|
id: string;
|
|
332671
332703
|
name: string;
|
|
332672
332704
|
description: string;
|
|
@@ -332678,6 +332710,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332678
332710
|
createdByUserId: string;
|
|
332679
332711
|
e2bTemplateId: string;
|
|
332680
332712
|
templates?: {
|
|
332713
|
+
files: string[];
|
|
332681
332714
|
id: string;
|
|
332682
332715
|
name: string;
|
|
332683
332716
|
description: string;
|
|
@@ -332696,6 +332729,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332696
332729
|
createdByUserId: string;
|
|
332697
332730
|
e2bTemplateId: string;
|
|
332698
332731
|
templates?: {
|
|
332732
|
+
files: string[];
|
|
332699
332733
|
id: string;
|
|
332700
332734
|
name: string;
|
|
332701
332735
|
description: string;
|
|
@@ -332714,6 +332748,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332714
332748
|
createdByUserId: string;
|
|
332715
332749
|
e2bTemplateId: string;
|
|
332716
332750
|
templates?: {
|
|
332751
|
+
files: string[];
|
|
332717
332752
|
id: string;
|
|
332718
332753
|
name: string;
|
|
332719
332754
|
description: string;
|
|
@@ -332734,6 +332769,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332734
332769
|
createdByUserId: string;
|
|
332735
332770
|
e2bTemplateId: string;
|
|
332736
332771
|
templates?: {
|
|
332772
|
+
files: string[];
|
|
332737
332773
|
id: string;
|
|
332738
332774
|
name: string;
|
|
332739
332775
|
description: string;
|
|
@@ -332754,6 +332790,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
332754
332790
|
createdByUserId: string;
|
|
332755
332791
|
e2bTemplateId: string;
|
|
332756
332792
|
templates?: {
|
|
332793
|
+
files: string[];
|
|
332757
332794
|
id: string;
|
|
332758
332795
|
name: string;
|
|
332759
332796
|
description: string;
|
|
@@ -388958,6 +388995,7 @@ declare class SandboxTemplatesEndpoint {
|
|
|
388958
388995
|
createdByUserId: string;
|
|
388959
388996
|
e2bTemplateId: string;
|
|
388960
388997
|
templates?: {
|
|
388998
|
+
files: string[];
|
|
388961
388999
|
id: string;
|
|
388962
389000
|
name: string;
|
|
388963
389001
|
description: string;
|
|
@@ -388979,6 +389017,7 @@ declare class SandboxTemplatesEndpoint {
|
|
|
388979
389017
|
createdByUserId: string;
|
|
388980
389018
|
e2bTemplateId: string;
|
|
388981
389019
|
templates?: {
|
|
389020
|
+
files: string[];
|
|
388982
389021
|
id: string;
|
|
388983
389022
|
name: string;
|
|
388984
389023
|
description: string;
|
package/dist/index.js
CHANGED
|
@@ -3993,13 +3993,15 @@ var ThemeOverrideImportModelBase = DesignTokenTypedData.and(
|
|
|
3993
3993
|
);
|
|
3994
3994
|
var ThemeOverrideImportModel = ThemeOverrideImportModelBase.and(
|
|
3995
3995
|
_zod.z.object({
|
|
3996
|
-
origin: ThemeOverrideOrigin
|
|
3996
|
+
origin: ThemeOverrideOrigin,
|
|
3997
|
+
collectionId: _zod.z.string().optional()
|
|
3997
3998
|
})
|
|
3998
3999
|
);
|
|
3999
4000
|
var ThemeOverrideImportModelInput = ThemeOverrideImportModelBase.and(
|
|
4000
4001
|
_zod.z.object({
|
|
4001
4002
|
originId: _zod.z.string(),
|
|
4002
|
-
originMetadata: ThemeOverrideOriginPart
|
|
4003
|
+
originMetadata: ThemeOverrideOriginPart,
|
|
4004
|
+
collectionId: _zod.z.string().optional()
|
|
4003
4005
|
})
|
|
4004
4006
|
);
|
|
4005
4007
|
var ThemeImportModel = _zod.z.object({
|
|
@@ -11940,7 +11942,8 @@ var DTOSandboxTemplateVersion = _zod2.default.object({
|
|
|
11940
11942
|
id: _zod2.default.string(),
|
|
11941
11943
|
name: _zod2.default.string(),
|
|
11942
11944
|
description: _zod2.default.string(),
|
|
11943
|
-
thumbnailUrl: _zod2.default.string().optional()
|
|
11945
|
+
thumbnailUrl: _zod2.default.string().optional(),
|
|
11946
|
+
files: _zod2.default.string().array()
|
|
11944
11947
|
}).array().optional()
|
|
11945
11948
|
});
|
|
11946
11949
|
var DTOSandboxTemplate = _zod2.default.object({
|