@supernova-studio/client 1.84.1 → 1.85.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 +32 -0
- package/dist/index.d.ts +32 -0
- package/dist/index.js +7 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -338054,6 +338054,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338054
338054
|
description: string;
|
|
338055
338055
|
thumbnailUrl?: string | undefined;
|
|
338056
338056
|
}>, "many">>;
|
|
338057
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338057
338058
|
}, "strip", z$1.ZodTypeAny, {
|
|
338058
338059
|
name: string;
|
|
338059
338060
|
createdAt: string;
|
|
@@ -338066,6 +338067,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338066
338067
|
description: string;
|
|
338067
338068
|
thumbnailUrl?: string | undefined;
|
|
338068
338069
|
}[] | undefined;
|
|
338070
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338069
338071
|
}, {
|
|
338070
338072
|
name: string;
|
|
338071
338073
|
createdAt: string;
|
|
@@ -338078,6 +338080,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338078
338080
|
description: string;
|
|
338079
338081
|
thumbnailUrl?: string | undefined;
|
|
338080
338082
|
}[] | undefined;
|
|
338083
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338081
338084
|
}>, "many">;
|
|
338082
338085
|
}, "strip", z$1.ZodTypeAny, {
|
|
338083
338086
|
id: string;
|
|
@@ -338097,6 +338100,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338097
338100
|
description: string;
|
|
338098
338101
|
thumbnailUrl?: string | undefined;
|
|
338099
338102
|
}[] | undefined;
|
|
338103
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338100
338104
|
}[];
|
|
338101
338105
|
}, {
|
|
338102
338106
|
id: string;
|
|
@@ -338116,6 +338120,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338116
338120
|
description: string;
|
|
338117
338121
|
thumbnailUrl?: string | undefined;
|
|
338118
338122
|
}[] | undefined;
|
|
338123
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338119
338124
|
}[];
|
|
338120
338125
|
}>;
|
|
338121
338126
|
type DTOSandboxTemplate = z$1.infer<typeof DTOSandboxTemplate>;
|
|
@@ -338163,6 +338168,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
338163
338168
|
description: string;
|
|
338164
338169
|
thumbnailUrl?: string | undefined;
|
|
338165
338170
|
}>, "many">>;
|
|
338171
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338166
338172
|
}, "strip", z$1.ZodTypeAny, {
|
|
338167
338173
|
name: string;
|
|
338168
338174
|
createdAt: string;
|
|
@@ -338175,6 +338181,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
338175
338181
|
description: string;
|
|
338176
338182
|
thumbnailUrl?: string | undefined;
|
|
338177
338183
|
}[] | undefined;
|
|
338184
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338178
338185
|
}, {
|
|
338179
338186
|
name: string;
|
|
338180
338187
|
createdAt: string;
|
|
@@ -338187,6 +338194,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
338187
338194
|
description: string;
|
|
338188
338195
|
thumbnailUrl?: string | undefined;
|
|
338189
338196
|
}[] | undefined;
|
|
338197
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338190
338198
|
}>;
|
|
338191
338199
|
type DTOSandboxTemplateVersion = z$1.infer<typeof DTOSandboxTemplateVersion>;
|
|
338192
338200
|
declare const DTOSandboxTemplateBuild: z$1.ZodObject<{
|
|
@@ -338269,6 +338277,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338269
338277
|
description: string;
|
|
338270
338278
|
thumbnailUrl?: string | undefined;
|
|
338271
338279
|
}>, "many">>;
|
|
338280
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338272
338281
|
}, "strip", z$1.ZodTypeAny, {
|
|
338273
338282
|
name: string;
|
|
338274
338283
|
createdAt: string;
|
|
@@ -338281,6 +338290,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338281
338290
|
description: string;
|
|
338282
338291
|
thumbnailUrl?: string | undefined;
|
|
338283
338292
|
}[] | undefined;
|
|
338293
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338284
338294
|
}, {
|
|
338285
338295
|
name: string;
|
|
338286
338296
|
createdAt: string;
|
|
@@ -338293,6 +338303,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338293
338303
|
description: string;
|
|
338294
338304
|
thumbnailUrl?: string | undefined;
|
|
338295
338305
|
}[] | undefined;
|
|
338306
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338296
338307
|
}>;
|
|
338297
338308
|
files: z$1.ZodArray<z$1.ZodObject<{
|
|
338298
338309
|
key: z$1.ZodString;
|
|
@@ -338329,6 +338340,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338329
338340
|
description: string;
|
|
338330
338341
|
thumbnailUrl?: string | undefined;
|
|
338331
338342
|
}[] | undefined;
|
|
338343
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338332
338344
|
};
|
|
338333
338345
|
}, {
|
|
338334
338346
|
files: {
|
|
@@ -338349,6 +338361,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338349
338361
|
description: string;
|
|
338350
338362
|
thumbnailUrl?: string | undefined;
|
|
338351
338363
|
}[] | undefined;
|
|
338364
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338352
338365
|
};
|
|
338353
338366
|
}>;
|
|
338354
338367
|
type DTOSandboxTemplateVersionDetail = z$1.infer<typeof DTOSandboxTemplateVersionDetail>;
|
|
@@ -338394,6 +338407,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338394
338407
|
description: string;
|
|
338395
338408
|
thumbnailUrl?: string | undefined;
|
|
338396
338409
|
}>, "many">>;
|
|
338410
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338397
338411
|
}, "strip", z$1.ZodTypeAny, {
|
|
338398
338412
|
name: string;
|
|
338399
338413
|
createdAt: string;
|
|
@@ -338406,6 +338420,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338406
338420
|
description: string;
|
|
338407
338421
|
thumbnailUrl?: string | undefined;
|
|
338408
338422
|
}[] | undefined;
|
|
338423
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338409
338424
|
}, {
|
|
338410
338425
|
name: string;
|
|
338411
338426
|
createdAt: string;
|
|
@@ -338418,6 +338433,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338418
338433
|
description: string;
|
|
338419
338434
|
thumbnailUrl?: string | undefined;
|
|
338420
338435
|
}[] | undefined;
|
|
338436
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338421
338437
|
}>, "many">;
|
|
338422
338438
|
}, "strip", z$1.ZodTypeAny, {
|
|
338423
338439
|
id: string;
|
|
@@ -338437,6 +338453,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338437
338453
|
description: string;
|
|
338438
338454
|
thumbnailUrl?: string | undefined;
|
|
338439
338455
|
}[] | undefined;
|
|
338456
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338440
338457
|
}[];
|
|
338441
338458
|
}, {
|
|
338442
338459
|
id: string;
|
|
@@ -338456,6 +338473,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338456
338473
|
description: string;
|
|
338457
338474
|
thumbnailUrl?: string | undefined;
|
|
338458
338475
|
}[] | undefined;
|
|
338476
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338459
338477
|
}[];
|
|
338460
338478
|
}>, "many">;
|
|
338461
338479
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -338477,6 +338495,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338477
338495
|
description: string;
|
|
338478
338496
|
thumbnailUrl?: string | undefined;
|
|
338479
338497
|
}[] | undefined;
|
|
338498
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338480
338499
|
}[];
|
|
338481
338500
|
}[];
|
|
338482
338501
|
}, {
|
|
@@ -338498,6 +338517,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338498
338517
|
description: string;
|
|
338499
338518
|
thumbnailUrl?: string | undefined;
|
|
338500
338519
|
}[] | undefined;
|
|
338520
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338501
338521
|
}[];
|
|
338502
338522
|
}[];
|
|
338503
338523
|
}>;
|
|
@@ -338533,6 +338553,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338533
338553
|
description: string;
|
|
338534
338554
|
thumbnailUrl?: string | undefined;
|
|
338535
338555
|
}>, "many">>;
|
|
338556
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338536
338557
|
}, "strip", z$1.ZodTypeAny, {
|
|
338537
338558
|
name: string;
|
|
338538
338559
|
createdAt: string;
|
|
@@ -338545,6 +338566,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338545
338566
|
description: string;
|
|
338546
338567
|
thumbnailUrl?: string | undefined;
|
|
338547
338568
|
}[] | undefined;
|
|
338569
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338548
338570
|
}, {
|
|
338549
338571
|
name: string;
|
|
338550
338572
|
createdAt: string;
|
|
@@ -338557,6 +338579,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338557
338579
|
description: string;
|
|
338558
338580
|
thumbnailUrl?: string | undefined;
|
|
338559
338581
|
}[] | undefined;
|
|
338582
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338560
338583
|
}>, "many">;
|
|
338561
338584
|
}, "strip", z$1.ZodTypeAny, {
|
|
338562
338585
|
id: string;
|
|
@@ -338576,6 +338599,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338576
338599
|
description: string;
|
|
338577
338600
|
thumbnailUrl?: string | undefined;
|
|
338578
338601
|
}[] | undefined;
|
|
338602
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338579
338603
|
}[];
|
|
338580
338604
|
}, {
|
|
338581
338605
|
id: string;
|
|
@@ -338595,6 +338619,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338595
338619
|
description: string;
|
|
338596
338620
|
thumbnailUrl?: string | undefined;
|
|
338597
338621
|
}[] | undefined;
|
|
338622
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338598
338623
|
}[];
|
|
338599
338624
|
}>;
|
|
338600
338625
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -338616,6 +338641,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338616
338641
|
description: string;
|
|
338617
338642
|
thumbnailUrl?: string | undefined;
|
|
338618
338643
|
}[] | undefined;
|
|
338644
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338619
338645
|
}[];
|
|
338620
338646
|
};
|
|
338621
338647
|
}, {
|
|
@@ -338637,6 +338663,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338637
338663
|
description: string;
|
|
338638
338664
|
thumbnailUrl?: string | undefined;
|
|
338639
338665
|
}[] | undefined;
|
|
338666
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338640
338667
|
}[];
|
|
338641
338668
|
};
|
|
338642
338669
|
}>;
|
|
@@ -338715,6 +338742,7 @@ declare const DTOSandboxTemplateBuildCreateInput: z$1.ZodObject<{
|
|
|
338715
338742
|
name: z$1.ZodString;
|
|
338716
338743
|
version: z$1.ZodString;
|
|
338717
338744
|
isExistingVersionUpdateAllowed: z$1.ZodBoolean;
|
|
338745
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338718
338746
|
templates: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
338719
338747
|
id: z$1.ZodString;
|
|
338720
338748
|
name: z$1.ZodString;
|
|
@@ -338747,6 +338775,7 @@ declare const DTOSandboxTemplateBuildCreateInput: z$1.ZodObject<{
|
|
|
338747
338775
|
description: string;
|
|
338748
338776
|
thumbnailUrl?: string | undefined;
|
|
338749
338777
|
}[] | undefined;
|
|
338778
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338750
338779
|
}, {
|
|
338751
338780
|
name: string;
|
|
338752
338781
|
version: string;
|
|
@@ -338760,6 +338789,7 @@ declare const DTOSandboxTemplateBuildCreateInput: z$1.ZodObject<{
|
|
|
338760
338789
|
description: string;
|
|
338761
338790
|
thumbnailUrl?: string | undefined;
|
|
338762
338791
|
}[] | undefined;
|
|
338792
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338763
338793
|
}>;
|
|
338764
338794
|
type DTOSandboxTemplateBuildCreateInput = z$1.infer<typeof DTOSandboxTemplateBuildCreateInput>;
|
|
338765
338795
|
declare const DTOSandboxTemplateBuildCreateResponse: z$1.ZodObject<{
|
|
@@ -402929,6 +402959,7 @@ declare class SandboxTemplatesEndpoint {
|
|
|
402929
402959
|
description: string;
|
|
402930
402960
|
thumbnailUrl?: string | undefined;
|
|
402931
402961
|
}[] | undefined;
|
|
402962
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
402932
402963
|
}[];
|
|
402933
402964
|
}[];
|
|
402934
402965
|
}>;
|
|
@@ -402951,6 +402982,7 @@ declare class SandboxTemplatesEndpoint {
|
|
|
402951
402982
|
description: string;
|
|
402952
402983
|
thumbnailUrl?: string | undefined;
|
|
402953
402984
|
}[] | undefined;
|
|
402985
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
402954
402986
|
}[];
|
|
402955
402987
|
};
|
|
402956
402988
|
}>;
|
package/dist/index.d.ts
CHANGED
|
@@ -338054,6 +338054,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338054
338054
|
description: string;
|
|
338055
338055
|
thumbnailUrl?: string | undefined;
|
|
338056
338056
|
}>, "many">>;
|
|
338057
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338057
338058
|
}, "strip", z$1.ZodTypeAny, {
|
|
338058
338059
|
name: string;
|
|
338059
338060
|
createdAt: string;
|
|
@@ -338066,6 +338067,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338066
338067
|
description: string;
|
|
338067
338068
|
thumbnailUrl?: string | undefined;
|
|
338068
338069
|
}[] | undefined;
|
|
338070
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338069
338071
|
}, {
|
|
338070
338072
|
name: string;
|
|
338071
338073
|
createdAt: string;
|
|
@@ -338078,6 +338080,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338078
338080
|
description: string;
|
|
338079
338081
|
thumbnailUrl?: string | undefined;
|
|
338080
338082
|
}[] | undefined;
|
|
338083
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338081
338084
|
}>, "many">;
|
|
338082
338085
|
}, "strip", z$1.ZodTypeAny, {
|
|
338083
338086
|
id: string;
|
|
@@ -338097,6 +338100,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338097
338100
|
description: string;
|
|
338098
338101
|
thumbnailUrl?: string | undefined;
|
|
338099
338102
|
}[] | undefined;
|
|
338103
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338100
338104
|
}[];
|
|
338101
338105
|
}, {
|
|
338102
338106
|
id: string;
|
|
@@ -338116,6 +338120,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338116
338120
|
description: string;
|
|
338117
338121
|
thumbnailUrl?: string | undefined;
|
|
338118
338122
|
}[] | undefined;
|
|
338123
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338119
338124
|
}[];
|
|
338120
338125
|
}>;
|
|
338121
338126
|
type DTOSandboxTemplate = z$1.infer<typeof DTOSandboxTemplate>;
|
|
@@ -338163,6 +338168,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
338163
338168
|
description: string;
|
|
338164
338169
|
thumbnailUrl?: string | undefined;
|
|
338165
338170
|
}>, "many">>;
|
|
338171
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338166
338172
|
}, "strip", z$1.ZodTypeAny, {
|
|
338167
338173
|
name: string;
|
|
338168
338174
|
createdAt: string;
|
|
@@ -338175,6 +338181,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
338175
338181
|
description: string;
|
|
338176
338182
|
thumbnailUrl?: string | undefined;
|
|
338177
338183
|
}[] | undefined;
|
|
338184
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338178
338185
|
}, {
|
|
338179
338186
|
name: string;
|
|
338180
338187
|
createdAt: string;
|
|
@@ -338187,6 +338194,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
338187
338194
|
description: string;
|
|
338188
338195
|
thumbnailUrl?: string | undefined;
|
|
338189
338196
|
}[] | undefined;
|
|
338197
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338190
338198
|
}>;
|
|
338191
338199
|
type DTOSandboxTemplateVersion = z$1.infer<typeof DTOSandboxTemplateVersion>;
|
|
338192
338200
|
declare const DTOSandboxTemplateBuild: z$1.ZodObject<{
|
|
@@ -338269,6 +338277,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338269
338277
|
description: string;
|
|
338270
338278
|
thumbnailUrl?: string | undefined;
|
|
338271
338279
|
}>, "many">>;
|
|
338280
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338272
338281
|
}, "strip", z$1.ZodTypeAny, {
|
|
338273
338282
|
name: string;
|
|
338274
338283
|
createdAt: string;
|
|
@@ -338281,6 +338290,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338281
338290
|
description: string;
|
|
338282
338291
|
thumbnailUrl?: string | undefined;
|
|
338283
338292
|
}[] | undefined;
|
|
338293
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338284
338294
|
}, {
|
|
338285
338295
|
name: string;
|
|
338286
338296
|
createdAt: string;
|
|
@@ -338293,6 +338303,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338293
338303
|
description: string;
|
|
338294
338304
|
thumbnailUrl?: string | undefined;
|
|
338295
338305
|
}[] | undefined;
|
|
338306
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338296
338307
|
}>;
|
|
338297
338308
|
files: z$1.ZodArray<z$1.ZodObject<{
|
|
338298
338309
|
key: z$1.ZodString;
|
|
@@ -338329,6 +338340,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338329
338340
|
description: string;
|
|
338330
338341
|
thumbnailUrl?: string | undefined;
|
|
338331
338342
|
}[] | undefined;
|
|
338343
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338332
338344
|
};
|
|
338333
338345
|
}, {
|
|
338334
338346
|
files: {
|
|
@@ -338349,6 +338361,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338349
338361
|
description: string;
|
|
338350
338362
|
thumbnailUrl?: string | undefined;
|
|
338351
338363
|
}[] | undefined;
|
|
338364
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338352
338365
|
};
|
|
338353
338366
|
}>;
|
|
338354
338367
|
type DTOSandboxTemplateVersionDetail = z$1.infer<typeof DTOSandboxTemplateVersionDetail>;
|
|
@@ -338394,6 +338407,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338394
338407
|
description: string;
|
|
338395
338408
|
thumbnailUrl?: string | undefined;
|
|
338396
338409
|
}>, "many">>;
|
|
338410
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338397
338411
|
}, "strip", z$1.ZodTypeAny, {
|
|
338398
338412
|
name: string;
|
|
338399
338413
|
createdAt: string;
|
|
@@ -338406,6 +338420,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338406
338420
|
description: string;
|
|
338407
338421
|
thumbnailUrl?: string | undefined;
|
|
338408
338422
|
}[] | undefined;
|
|
338423
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338409
338424
|
}, {
|
|
338410
338425
|
name: string;
|
|
338411
338426
|
createdAt: string;
|
|
@@ -338418,6 +338433,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338418
338433
|
description: string;
|
|
338419
338434
|
thumbnailUrl?: string | undefined;
|
|
338420
338435
|
}[] | undefined;
|
|
338436
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338421
338437
|
}>, "many">;
|
|
338422
338438
|
}, "strip", z$1.ZodTypeAny, {
|
|
338423
338439
|
id: string;
|
|
@@ -338437,6 +338453,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338437
338453
|
description: string;
|
|
338438
338454
|
thumbnailUrl?: string | undefined;
|
|
338439
338455
|
}[] | undefined;
|
|
338456
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338440
338457
|
}[];
|
|
338441
338458
|
}, {
|
|
338442
338459
|
id: string;
|
|
@@ -338456,6 +338473,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338456
338473
|
description: string;
|
|
338457
338474
|
thumbnailUrl?: string | undefined;
|
|
338458
338475
|
}[] | undefined;
|
|
338476
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338459
338477
|
}[];
|
|
338460
338478
|
}>, "many">;
|
|
338461
338479
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -338477,6 +338495,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338477
338495
|
description: string;
|
|
338478
338496
|
thumbnailUrl?: string | undefined;
|
|
338479
338497
|
}[] | undefined;
|
|
338498
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338480
338499
|
}[];
|
|
338481
338500
|
}[];
|
|
338482
338501
|
}, {
|
|
@@ -338498,6 +338517,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338498
338517
|
description: string;
|
|
338499
338518
|
thumbnailUrl?: string | undefined;
|
|
338500
338519
|
}[] | undefined;
|
|
338520
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338501
338521
|
}[];
|
|
338502
338522
|
}[];
|
|
338503
338523
|
}>;
|
|
@@ -338533,6 +338553,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338533
338553
|
description: string;
|
|
338534
338554
|
thumbnailUrl?: string | undefined;
|
|
338535
338555
|
}>, "many">>;
|
|
338556
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338536
338557
|
}, "strip", z$1.ZodTypeAny, {
|
|
338537
338558
|
name: string;
|
|
338538
338559
|
createdAt: string;
|
|
@@ -338545,6 +338566,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338545
338566
|
description: string;
|
|
338546
338567
|
thumbnailUrl?: string | undefined;
|
|
338547
338568
|
}[] | undefined;
|
|
338569
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338548
338570
|
}, {
|
|
338549
338571
|
name: string;
|
|
338550
338572
|
createdAt: string;
|
|
@@ -338557,6 +338579,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338557
338579
|
description: string;
|
|
338558
338580
|
thumbnailUrl?: string | undefined;
|
|
338559
338581
|
}[] | undefined;
|
|
338582
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338560
338583
|
}>, "many">;
|
|
338561
338584
|
}, "strip", z$1.ZodTypeAny, {
|
|
338562
338585
|
id: string;
|
|
@@ -338576,6 +338599,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338576
338599
|
description: string;
|
|
338577
338600
|
thumbnailUrl?: string | undefined;
|
|
338578
338601
|
}[] | undefined;
|
|
338602
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338579
338603
|
}[];
|
|
338580
338604
|
}, {
|
|
338581
338605
|
id: string;
|
|
@@ -338595,6 +338619,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338595
338619
|
description: string;
|
|
338596
338620
|
thumbnailUrl?: string | undefined;
|
|
338597
338621
|
}[] | undefined;
|
|
338622
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338598
338623
|
}[];
|
|
338599
338624
|
}>;
|
|
338600
338625
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -338616,6 +338641,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338616
338641
|
description: string;
|
|
338617
338642
|
thumbnailUrl?: string | undefined;
|
|
338618
338643
|
}[] | undefined;
|
|
338644
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338619
338645
|
}[];
|
|
338620
338646
|
};
|
|
338621
338647
|
}, {
|
|
@@ -338637,6 +338663,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338637
338663
|
description: string;
|
|
338638
338664
|
thumbnailUrl?: string | undefined;
|
|
338639
338665
|
}[] | undefined;
|
|
338666
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338640
338667
|
}[];
|
|
338641
338668
|
};
|
|
338642
338669
|
}>;
|
|
@@ -338715,6 +338742,7 @@ declare const DTOSandboxTemplateBuildCreateInput: z$1.ZodObject<{
|
|
|
338715
338742
|
name: z$1.ZodString;
|
|
338716
338743
|
version: z$1.ZodString;
|
|
338717
338744
|
isExistingVersionUpdateAllowed: z$1.ZodBoolean;
|
|
338745
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338718
338746
|
templates: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
338719
338747
|
id: z$1.ZodString;
|
|
338720
338748
|
name: z$1.ZodString;
|
|
@@ -338747,6 +338775,7 @@ declare const DTOSandboxTemplateBuildCreateInput: z$1.ZodObject<{
|
|
|
338747
338775
|
description: string;
|
|
338748
338776
|
thumbnailUrl?: string | undefined;
|
|
338749
338777
|
}[] | undefined;
|
|
338778
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338750
338779
|
}, {
|
|
338751
338780
|
name: string;
|
|
338752
338781
|
version: string;
|
|
@@ -338760,6 +338789,7 @@ declare const DTOSandboxTemplateBuildCreateInput: z$1.ZodObject<{
|
|
|
338760
338789
|
description: string;
|
|
338761
338790
|
thumbnailUrl?: string | undefined;
|
|
338762
338791
|
}[] | undefined;
|
|
338792
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338763
338793
|
}>;
|
|
338764
338794
|
type DTOSandboxTemplateBuildCreateInput = z$1.infer<typeof DTOSandboxTemplateBuildCreateInput>;
|
|
338765
338795
|
declare const DTOSandboxTemplateBuildCreateResponse: z$1.ZodObject<{
|
|
@@ -402929,6 +402959,7 @@ declare class SandboxTemplatesEndpoint {
|
|
|
402929
402959
|
description: string;
|
|
402930
402960
|
thumbnailUrl?: string | undefined;
|
|
402931
402961
|
}[] | undefined;
|
|
402962
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
402932
402963
|
}[];
|
|
402933
402964
|
}[];
|
|
402934
402965
|
}>;
|
|
@@ -402951,6 +402982,7 @@ declare class SandboxTemplatesEndpoint {
|
|
|
402951
402982
|
description: string;
|
|
402952
402983
|
thumbnailUrl?: string | undefined;
|
|
402953
402984
|
}[] | undefined;
|
|
402985
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
402954
402986
|
}[];
|
|
402955
402987
|
};
|
|
402956
402988
|
}>;
|
package/dist/index.js
CHANGED
|
@@ -6215,7 +6215,8 @@ var ExporterFunctionPayload = _zod.z.object({
|
|
|
6215
6215
|
exportContextId: _zod.z.string(),
|
|
6216
6216
|
designSystemId: _zod.z.string(),
|
|
6217
6217
|
workspaceId: _zod.z.string(),
|
|
6218
|
-
exporterId: _zod.z.string()
|
|
6218
|
+
exporterId: _zod.z.string(),
|
|
6219
|
+
runnerType: _zod.z.enum(["High", "Low"])
|
|
6219
6220
|
});
|
|
6220
6221
|
|
|
6221
6222
|
// ../model/src/export/export-jobs.ts
|
|
@@ -6348,7 +6349,8 @@ var FlaggedFeature = _zod.z.enum([
|
|
|
6348
6349
|
"CustomForgeTemplate",
|
|
6349
6350
|
"ForgeRestartPlaywright",
|
|
6350
6351
|
"ForgeCopyTemplatePreset",
|
|
6351
|
-
"ForgeSandboxTimeout"
|
|
6352
|
+
"ForgeSandboxTimeout",
|
|
6353
|
+
"ForgeFileUploadBatchSize"
|
|
6352
6354
|
]);
|
|
6353
6355
|
var FeatureFlagMap = _zod.z.record(FlaggedFeature, _zod.z.boolean());
|
|
6354
6356
|
var FeatureFlag = _zod.z.object({
|
|
@@ -12076,7 +12078,8 @@ var DTOSandboxTemplateVersion = _zod2.default.object({
|
|
|
12076
12078
|
createdAt: _zod2.default.string(),
|
|
12077
12079
|
createdByUserId: _zod2.default.string(),
|
|
12078
12080
|
e2bTemplateId: _zod2.default.string(),
|
|
12079
|
-
templates: DTOSandboxTemplatePreset.array().optional()
|
|
12081
|
+
templates: DTOSandboxTemplatePreset.array().optional(),
|
|
12082
|
+
hasDesignModePlugin: _zod2.default.boolean().optional()
|
|
12080
12083
|
});
|
|
12081
12084
|
var DTOSandboxTemplate = _zod2.default.object({
|
|
12082
12085
|
id: _zod2.default.string(),
|
|
@@ -12128,6 +12131,7 @@ var DTOSandboxTemplateBuildCreateInput = _zod2.default.object({
|
|
|
12128
12131
|
name: _zod2.default.string(),
|
|
12129
12132
|
version: _zod2.default.string(),
|
|
12130
12133
|
isExistingVersionUpdateAllowed: _zod2.default.boolean(),
|
|
12134
|
+
hasDesignModePlugin: _zod2.default.boolean().optional(),
|
|
12131
12135
|
templates: _zod2.default.object({
|
|
12132
12136
|
id: _zod2.default.string(),
|
|
12133
12137
|
name: _zod2.default.string(),
|