@supernova-studio/client 1.85.0 → 1.86.0
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 +35 -0
- package/dist/index.d.ts +35 -0
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -129600,6 +129600,7 @@ declare const DTOExportJobsListFilter: z.ZodObject<{
|
|
|
129600
129600
|
designSystemId: z.ZodOptional<z.ZodString>;
|
|
129601
129601
|
themeId: z.ZodOptional<z.ZodString>;
|
|
129602
129602
|
brandId: z.ZodOptional<z.ZodString>;
|
|
129603
|
+
docsEnvironment: z.ZodOptional<z.ZodEnum<["Live", "Preview"]>>;
|
|
129603
129604
|
destinations: z.ZodOptional<z.ZodEffects<z.ZodString, ("documentation" | "github" | "azure" | "gitlab" | "bitbucket" | "webhookUrl" | "s3")[], string>>;
|
|
129604
129605
|
}, "strip", z.ZodTypeAny, {
|
|
129605
129606
|
status?: "Timeout" | "InProgress" | "Success" | "Failed" | undefined;
|
|
@@ -129611,6 +129612,7 @@ declare const DTOExportJobsListFilter: z.ZodObject<{
|
|
|
129611
129612
|
exporterId?: string | undefined;
|
|
129612
129613
|
scheduleId?: string | undefined;
|
|
129613
129614
|
destinations?: ("documentation" | "github" | "azure" | "gitlab" | "bitbucket" | "webhookUrl" | "s3")[] | undefined;
|
|
129615
|
+
docsEnvironment?: "Live" | "Preview" | undefined;
|
|
129614
129616
|
}, {
|
|
129615
129617
|
status?: "Timeout" | "InProgress" | "Success" | "Failed" | undefined;
|
|
129616
129618
|
designSystemId?: string | undefined;
|
|
@@ -129621,6 +129623,7 @@ declare const DTOExportJobsListFilter: z.ZodObject<{
|
|
|
129621
129623
|
exporterId?: string | undefined;
|
|
129622
129624
|
scheduleId?: string | undefined;
|
|
129623
129625
|
destinations?: string | undefined;
|
|
129626
|
+
docsEnvironment?: "Live" | "Preview" | undefined;
|
|
129624
129627
|
}>;
|
|
129625
129628
|
type DTOExportJobsListFilter = z.infer<typeof DTOExportJobsListFilter>;
|
|
129626
129629
|
|
|
@@ -338054,6 +338057,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338054
338057
|
description: string;
|
|
338055
338058
|
thumbnailUrl?: string | undefined;
|
|
338056
338059
|
}>, "many">>;
|
|
338060
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338057
338061
|
}, "strip", z$1.ZodTypeAny, {
|
|
338058
338062
|
name: string;
|
|
338059
338063
|
createdAt: string;
|
|
@@ -338066,6 +338070,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338066
338070
|
description: string;
|
|
338067
338071
|
thumbnailUrl?: string | undefined;
|
|
338068
338072
|
}[] | undefined;
|
|
338073
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338069
338074
|
}, {
|
|
338070
338075
|
name: string;
|
|
338071
338076
|
createdAt: string;
|
|
@@ -338078,6 +338083,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338078
338083
|
description: string;
|
|
338079
338084
|
thumbnailUrl?: string | undefined;
|
|
338080
338085
|
}[] | undefined;
|
|
338086
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338081
338087
|
}>, "many">;
|
|
338082
338088
|
}, "strip", z$1.ZodTypeAny, {
|
|
338083
338089
|
id: string;
|
|
@@ -338097,6 +338103,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338097
338103
|
description: string;
|
|
338098
338104
|
thumbnailUrl?: string | undefined;
|
|
338099
338105
|
}[] | undefined;
|
|
338106
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338100
338107
|
}[];
|
|
338101
338108
|
}, {
|
|
338102
338109
|
id: string;
|
|
@@ -338116,6 +338123,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338116
338123
|
description: string;
|
|
338117
338124
|
thumbnailUrl?: string | undefined;
|
|
338118
338125
|
}[] | undefined;
|
|
338126
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338119
338127
|
}[];
|
|
338120
338128
|
}>;
|
|
338121
338129
|
type DTOSandboxTemplate = z$1.infer<typeof DTOSandboxTemplate>;
|
|
@@ -338163,6 +338171,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
338163
338171
|
description: string;
|
|
338164
338172
|
thumbnailUrl?: string | undefined;
|
|
338165
338173
|
}>, "many">>;
|
|
338174
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338166
338175
|
}, "strip", z$1.ZodTypeAny, {
|
|
338167
338176
|
name: string;
|
|
338168
338177
|
createdAt: string;
|
|
@@ -338175,6 +338184,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
338175
338184
|
description: string;
|
|
338176
338185
|
thumbnailUrl?: string | undefined;
|
|
338177
338186
|
}[] | undefined;
|
|
338187
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338178
338188
|
}, {
|
|
338179
338189
|
name: string;
|
|
338180
338190
|
createdAt: string;
|
|
@@ -338187,6 +338197,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
338187
338197
|
description: string;
|
|
338188
338198
|
thumbnailUrl?: string | undefined;
|
|
338189
338199
|
}[] | undefined;
|
|
338200
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338190
338201
|
}>;
|
|
338191
338202
|
type DTOSandboxTemplateVersion = z$1.infer<typeof DTOSandboxTemplateVersion>;
|
|
338192
338203
|
declare const DTOSandboxTemplateBuild: z$1.ZodObject<{
|
|
@@ -338269,6 +338280,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338269
338280
|
description: string;
|
|
338270
338281
|
thumbnailUrl?: string | undefined;
|
|
338271
338282
|
}>, "many">>;
|
|
338283
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338272
338284
|
}, "strip", z$1.ZodTypeAny, {
|
|
338273
338285
|
name: string;
|
|
338274
338286
|
createdAt: string;
|
|
@@ -338281,6 +338293,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338281
338293
|
description: string;
|
|
338282
338294
|
thumbnailUrl?: string | undefined;
|
|
338283
338295
|
}[] | undefined;
|
|
338296
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338284
338297
|
}, {
|
|
338285
338298
|
name: string;
|
|
338286
338299
|
createdAt: string;
|
|
@@ -338293,6 +338306,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338293
338306
|
description: string;
|
|
338294
338307
|
thumbnailUrl?: string | undefined;
|
|
338295
338308
|
}[] | undefined;
|
|
338309
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338296
338310
|
}>;
|
|
338297
338311
|
files: z$1.ZodArray<z$1.ZodObject<{
|
|
338298
338312
|
key: z$1.ZodString;
|
|
@@ -338329,6 +338343,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338329
338343
|
description: string;
|
|
338330
338344
|
thumbnailUrl?: string | undefined;
|
|
338331
338345
|
}[] | undefined;
|
|
338346
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338332
338347
|
};
|
|
338333
338348
|
}, {
|
|
338334
338349
|
files: {
|
|
@@ -338349,6 +338364,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338349
338364
|
description: string;
|
|
338350
338365
|
thumbnailUrl?: string | undefined;
|
|
338351
338366
|
}[] | undefined;
|
|
338367
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338352
338368
|
};
|
|
338353
338369
|
}>;
|
|
338354
338370
|
type DTOSandboxTemplateVersionDetail = z$1.infer<typeof DTOSandboxTemplateVersionDetail>;
|
|
@@ -338394,6 +338410,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338394
338410
|
description: string;
|
|
338395
338411
|
thumbnailUrl?: string | undefined;
|
|
338396
338412
|
}>, "many">>;
|
|
338413
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338397
338414
|
}, "strip", z$1.ZodTypeAny, {
|
|
338398
338415
|
name: string;
|
|
338399
338416
|
createdAt: string;
|
|
@@ -338406,6 +338423,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338406
338423
|
description: string;
|
|
338407
338424
|
thumbnailUrl?: string | undefined;
|
|
338408
338425
|
}[] | undefined;
|
|
338426
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338409
338427
|
}, {
|
|
338410
338428
|
name: string;
|
|
338411
338429
|
createdAt: string;
|
|
@@ -338418,6 +338436,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338418
338436
|
description: string;
|
|
338419
338437
|
thumbnailUrl?: string | undefined;
|
|
338420
338438
|
}[] | undefined;
|
|
338439
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338421
338440
|
}>, "many">;
|
|
338422
338441
|
}, "strip", z$1.ZodTypeAny, {
|
|
338423
338442
|
id: string;
|
|
@@ -338437,6 +338456,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338437
338456
|
description: string;
|
|
338438
338457
|
thumbnailUrl?: string | undefined;
|
|
338439
338458
|
}[] | undefined;
|
|
338459
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338440
338460
|
}[];
|
|
338441
338461
|
}, {
|
|
338442
338462
|
id: string;
|
|
@@ -338456,6 +338476,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338456
338476
|
description: string;
|
|
338457
338477
|
thumbnailUrl?: string | undefined;
|
|
338458
338478
|
}[] | undefined;
|
|
338479
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338459
338480
|
}[];
|
|
338460
338481
|
}>, "many">;
|
|
338461
338482
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -338477,6 +338498,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338477
338498
|
description: string;
|
|
338478
338499
|
thumbnailUrl?: string | undefined;
|
|
338479
338500
|
}[] | undefined;
|
|
338501
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338480
338502
|
}[];
|
|
338481
338503
|
}[];
|
|
338482
338504
|
}, {
|
|
@@ -338498,6 +338520,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338498
338520
|
description: string;
|
|
338499
338521
|
thumbnailUrl?: string | undefined;
|
|
338500
338522
|
}[] | undefined;
|
|
338523
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338501
338524
|
}[];
|
|
338502
338525
|
}[];
|
|
338503
338526
|
}>;
|
|
@@ -338533,6 +338556,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338533
338556
|
description: string;
|
|
338534
338557
|
thumbnailUrl?: string | undefined;
|
|
338535
338558
|
}>, "many">>;
|
|
338559
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338536
338560
|
}, "strip", z$1.ZodTypeAny, {
|
|
338537
338561
|
name: string;
|
|
338538
338562
|
createdAt: string;
|
|
@@ -338545,6 +338569,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338545
338569
|
description: string;
|
|
338546
338570
|
thumbnailUrl?: string | undefined;
|
|
338547
338571
|
}[] | undefined;
|
|
338572
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338548
338573
|
}, {
|
|
338549
338574
|
name: string;
|
|
338550
338575
|
createdAt: string;
|
|
@@ -338557,6 +338582,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338557
338582
|
description: string;
|
|
338558
338583
|
thumbnailUrl?: string | undefined;
|
|
338559
338584
|
}[] | undefined;
|
|
338585
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338560
338586
|
}>, "many">;
|
|
338561
338587
|
}, "strip", z$1.ZodTypeAny, {
|
|
338562
338588
|
id: string;
|
|
@@ -338576,6 +338602,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338576
338602
|
description: string;
|
|
338577
338603
|
thumbnailUrl?: string | undefined;
|
|
338578
338604
|
}[] | undefined;
|
|
338605
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338579
338606
|
}[];
|
|
338580
338607
|
}, {
|
|
338581
338608
|
id: string;
|
|
@@ -338595,6 +338622,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338595
338622
|
description: string;
|
|
338596
338623
|
thumbnailUrl?: string | undefined;
|
|
338597
338624
|
}[] | undefined;
|
|
338625
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338598
338626
|
}[];
|
|
338599
338627
|
}>;
|
|
338600
338628
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -338616,6 +338644,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338616
338644
|
description: string;
|
|
338617
338645
|
thumbnailUrl?: string | undefined;
|
|
338618
338646
|
}[] | undefined;
|
|
338647
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338619
338648
|
}[];
|
|
338620
338649
|
};
|
|
338621
338650
|
}, {
|
|
@@ -338637,6 +338666,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338637
338666
|
description: string;
|
|
338638
338667
|
thumbnailUrl?: string | undefined;
|
|
338639
338668
|
}[] | undefined;
|
|
338669
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338640
338670
|
}[];
|
|
338641
338671
|
};
|
|
338642
338672
|
}>;
|
|
@@ -338715,6 +338745,7 @@ declare const DTOSandboxTemplateBuildCreateInput: z$1.ZodObject<{
|
|
|
338715
338745
|
name: z$1.ZodString;
|
|
338716
338746
|
version: z$1.ZodString;
|
|
338717
338747
|
isExistingVersionUpdateAllowed: z$1.ZodBoolean;
|
|
338748
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338718
338749
|
templates: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
338719
338750
|
id: z$1.ZodString;
|
|
338720
338751
|
name: z$1.ZodString;
|
|
@@ -338747,6 +338778,7 @@ declare const DTOSandboxTemplateBuildCreateInput: z$1.ZodObject<{
|
|
|
338747
338778
|
description: string;
|
|
338748
338779
|
thumbnailUrl?: string | undefined;
|
|
338749
338780
|
}[] | undefined;
|
|
338781
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338750
338782
|
}, {
|
|
338751
338783
|
name: string;
|
|
338752
338784
|
version: string;
|
|
@@ -338760,6 +338792,7 @@ declare const DTOSandboxTemplateBuildCreateInput: z$1.ZodObject<{
|
|
|
338760
338792
|
description: string;
|
|
338761
338793
|
thumbnailUrl?: string | undefined;
|
|
338762
338794
|
}[] | undefined;
|
|
338795
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338763
338796
|
}>;
|
|
338764
338797
|
type DTOSandboxTemplateBuildCreateInput = z$1.infer<typeof DTOSandboxTemplateBuildCreateInput>;
|
|
338765
338798
|
declare const DTOSandboxTemplateBuildCreateResponse: z$1.ZodObject<{
|
|
@@ -402929,6 +402962,7 @@ declare class SandboxTemplatesEndpoint {
|
|
|
402929
402962
|
description: string;
|
|
402930
402963
|
thumbnailUrl?: string | undefined;
|
|
402931
402964
|
}[] | undefined;
|
|
402965
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
402932
402966
|
}[];
|
|
402933
402967
|
}[];
|
|
402934
402968
|
}>;
|
|
@@ -402951,6 +402985,7 @@ declare class SandboxTemplatesEndpoint {
|
|
|
402951
402985
|
description: string;
|
|
402952
402986
|
thumbnailUrl?: string | undefined;
|
|
402953
402987
|
}[] | undefined;
|
|
402988
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
402954
402989
|
}[];
|
|
402955
402990
|
};
|
|
402956
402991
|
}>;
|
package/dist/index.d.ts
CHANGED
|
@@ -129600,6 +129600,7 @@ declare const DTOExportJobsListFilter: z.ZodObject<{
|
|
|
129600
129600
|
designSystemId: z.ZodOptional<z.ZodString>;
|
|
129601
129601
|
themeId: z.ZodOptional<z.ZodString>;
|
|
129602
129602
|
brandId: z.ZodOptional<z.ZodString>;
|
|
129603
|
+
docsEnvironment: z.ZodOptional<z.ZodEnum<["Live", "Preview"]>>;
|
|
129603
129604
|
destinations: z.ZodOptional<z.ZodEffects<z.ZodString, ("documentation" | "github" | "azure" | "gitlab" | "bitbucket" | "webhookUrl" | "s3")[], string>>;
|
|
129604
129605
|
}, "strip", z.ZodTypeAny, {
|
|
129605
129606
|
status?: "Timeout" | "InProgress" | "Success" | "Failed" | undefined;
|
|
@@ -129611,6 +129612,7 @@ declare const DTOExportJobsListFilter: z.ZodObject<{
|
|
|
129611
129612
|
exporterId?: string | undefined;
|
|
129612
129613
|
scheduleId?: string | undefined;
|
|
129613
129614
|
destinations?: ("documentation" | "github" | "azure" | "gitlab" | "bitbucket" | "webhookUrl" | "s3")[] | undefined;
|
|
129615
|
+
docsEnvironment?: "Live" | "Preview" | undefined;
|
|
129614
129616
|
}, {
|
|
129615
129617
|
status?: "Timeout" | "InProgress" | "Success" | "Failed" | undefined;
|
|
129616
129618
|
designSystemId?: string | undefined;
|
|
@@ -129621,6 +129623,7 @@ declare const DTOExportJobsListFilter: z.ZodObject<{
|
|
|
129621
129623
|
exporterId?: string | undefined;
|
|
129622
129624
|
scheduleId?: string | undefined;
|
|
129623
129625
|
destinations?: string | undefined;
|
|
129626
|
+
docsEnvironment?: "Live" | "Preview" | undefined;
|
|
129624
129627
|
}>;
|
|
129625
129628
|
type DTOExportJobsListFilter = z.infer<typeof DTOExportJobsListFilter>;
|
|
129626
129629
|
|
|
@@ -338054,6 +338057,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338054
338057
|
description: string;
|
|
338055
338058
|
thumbnailUrl?: string | undefined;
|
|
338056
338059
|
}>, "many">>;
|
|
338060
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338057
338061
|
}, "strip", z$1.ZodTypeAny, {
|
|
338058
338062
|
name: string;
|
|
338059
338063
|
createdAt: string;
|
|
@@ -338066,6 +338070,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338066
338070
|
description: string;
|
|
338067
338071
|
thumbnailUrl?: string | undefined;
|
|
338068
338072
|
}[] | undefined;
|
|
338073
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338069
338074
|
}, {
|
|
338070
338075
|
name: string;
|
|
338071
338076
|
createdAt: string;
|
|
@@ -338078,6 +338083,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338078
338083
|
description: string;
|
|
338079
338084
|
thumbnailUrl?: string | undefined;
|
|
338080
338085
|
}[] | undefined;
|
|
338086
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338081
338087
|
}>, "many">;
|
|
338082
338088
|
}, "strip", z$1.ZodTypeAny, {
|
|
338083
338089
|
id: string;
|
|
@@ -338097,6 +338103,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338097
338103
|
description: string;
|
|
338098
338104
|
thumbnailUrl?: string | undefined;
|
|
338099
338105
|
}[] | undefined;
|
|
338106
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338100
338107
|
}[];
|
|
338101
338108
|
}, {
|
|
338102
338109
|
id: string;
|
|
@@ -338116,6 +338123,7 @@ declare const DTOSandboxTemplate: z$1.ZodObject<{
|
|
|
338116
338123
|
description: string;
|
|
338117
338124
|
thumbnailUrl?: string | undefined;
|
|
338118
338125
|
}[] | undefined;
|
|
338126
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338119
338127
|
}[];
|
|
338120
338128
|
}>;
|
|
338121
338129
|
type DTOSandboxTemplate = z$1.infer<typeof DTOSandboxTemplate>;
|
|
@@ -338163,6 +338171,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
338163
338171
|
description: string;
|
|
338164
338172
|
thumbnailUrl?: string | undefined;
|
|
338165
338173
|
}>, "many">>;
|
|
338174
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338166
338175
|
}, "strip", z$1.ZodTypeAny, {
|
|
338167
338176
|
name: string;
|
|
338168
338177
|
createdAt: string;
|
|
@@ -338175,6 +338184,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
338175
338184
|
description: string;
|
|
338176
338185
|
thumbnailUrl?: string | undefined;
|
|
338177
338186
|
}[] | undefined;
|
|
338187
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338178
338188
|
}, {
|
|
338179
338189
|
name: string;
|
|
338180
338190
|
createdAt: string;
|
|
@@ -338187,6 +338197,7 @@ declare const DTOSandboxTemplateVersion: z$1.ZodObject<{
|
|
|
338187
338197
|
description: string;
|
|
338188
338198
|
thumbnailUrl?: string | undefined;
|
|
338189
338199
|
}[] | undefined;
|
|
338200
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338190
338201
|
}>;
|
|
338191
338202
|
type DTOSandboxTemplateVersion = z$1.infer<typeof DTOSandboxTemplateVersion>;
|
|
338192
338203
|
declare const DTOSandboxTemplateBuild: z$1.ZodObject<{
|
|
@@ -338269,6 +338280,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338269
338280
|
description: string;
|
|
338270
338281
|
thumbnailUrl?: string | undefined;
|
|
338271
338282
|
}>, "many">>;
|
|
338283
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338272
338284
|
}, "strip", z$1.ZodTypeAny, {
|
|
338273
338285
|
name: string;
|
|
338274
338286
|
createdAt: string;
|
|
@@ -338281,6 +338293,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338281
338293
|
description: string;
|
|
338282
338294
|
thumbnailUrl?: string | undefined;
|
|
338283
338295
|
}[] | undefined;
|
|
338296
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338284
338297
|
}, {
|
|
338285
338298
|
name: string;
|
|
338286
338299
|
createdAt: string;
|
|
@@ -338293,6 +338306,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338293
338306
|
description: string;
|
|
338294
338307
|
thumbnailUrl?: string | undefined;
|
|
338295
338308
|
}[] | undefined;
|
|
338309
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338296
338310
|
}>;
|
|
338297
338311
|
files: z$1.ZodArray<z$1.ZodObject<{
|
|
338298
338312
|
key: z$1.ZodString;
|
|
@@ -338329,6 +338343,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338329
338343
|
description: string;
|
|
338330
338344
|
thumbnailUrl?: string | undefined;
|
|
338331
338345
|
}[] | undefined;
|
|
338346
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338332
338347
|
};
|
|
338333
338348
|
}, {
|
|
338334
338349
|
files: {
|
|
@@ -338349,6 +338364,7 @@ declare const DTOSandboxTemplateVersionDetail: z$1.ZodObject<{
|
|
|
338349
338364
|
description: string;
|
|
338350
338365
|
thumbnailUrl?: string | undefined;
|
|
338351
338366
|
}[] | undefined;
|
|
338367
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338352
338368
|
};
|
|
338353
338369
|
}>;
|
|
338354
338370
|
type DTOSandboxTemplateVersionDetail = z$1.infer<typeof DTOSandboxTemplateVersionDetail>;
|
|
@@ -338394,6 +338410,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338394
338410
|
description: string;
|
|
338395
338411
|
thumbnailUrl?: string | undefined;
|
|
338396
338412
|
}>, "many">>;
|
|
338413
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338397
338414
|
}, "strip", z$1.ZodTypeAny, {
|
|
338398
338415
|
name: string;
|
|
338399
338416
|
createdAt: string;
|
|
@@ -338406,6 +338423,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338406
338423
|
description: string;
|
|
338407
338424
|
thumbnailUrl?: string | undefined;
|
|
338408
338425
|
}[] | undefined;
|
|
338426
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338409
338427
|
}, {
|
|
338410
338428
|
name: string;
|
|
338411
338429
|
createdAt: string;
|
|
@@ -338418,6 +338436,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338418
338436
|
description: string;
|
|
338419
338437
|
thumbnailUrl?: string | undefined;
|
|
338420
338438
|
}[] | undefined;
|
|
338439
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338421
338440
|
}>, "many">;
|
|
338422
338441
|
}, "strip", z$1.ZodTypeAny, {
|
|
338423
338442
|
id: string;
|
|
@@ -338437,6 +338456,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338437
338456
|
description: string;
|
|
338438
338457
|
thumbnailUrl?: string | undefined;
|
|
338439
338458
|
}[] | undefined;
|
|
338459
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338440
338460
|
}[];
|
|
338441
338461
|
}, {
|
|
338442
338462
|
id: string;
|
|
@@ -338456,6 +338476,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338456
338476
|
description: string;
|
|
338457
338477
|
thumbnailUrl?: string | undefined;
|
|
338458
338478
|
}[] | undefined;
|
|
338479
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338459
338480
|
}[];
|
|
338460
338481
|
}>, "many">;
|
|
338461
338482
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -338477,6 +338498,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338477
338498
|
description: string;
|
|
338478
338499
|
thumbnailUrl?: string | undefined;
|
|
338479
338500
|
}[] | undefined;
|
|
338501
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338480
338502
|
}[];
|
|
338481
338503
|
}[];
|
|
338482
338504
|
}, {
|
|
@@ -338498,6 +338520,7 @@ declare const DTOSandboxTemplateListResponse: z$1.ZodObject<{
|
|
|
338498
338520
|
description: string;
|
|
338499
338521
|
thumbnailUrl?: string | undefined;
|
|
338500
338522
|
}[] | undefined;
|
|
338523
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338501
338524
|
}[];
|
|
338502
338525
|
}[];
|
|
338503
338526
|
}>;
|
|
@@ -338533,6 +338556,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338533
338556
|
description: string;
|
|
338534
338557
|
thumbnailUrl?: string | undefined;
|
|
338535
338558
|
}>, "many">>;
|
|
338559
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338536
338560
|
}, "strip", z$1.ZodTypeAny, {
|
|
338537
338561
|
name: string;
|
|
338538
338562
|
createdAt: string;
|
|
@@ -338545,6 +338569,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338545
338569
|
description: string;
|
|
338546
338570
|
thumbnailUrl?: string | undefined;
|
|
338547
338571
|
}[] | undefined;
|
|
338572
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338548
338573
|
}, {
|
|
338549
338574
|
name: string;
|
|
338550
338575
|
createdAt: string;
|
|
@@ -338557,6 +338582,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338557
338582
|
description: string;
|
|
338558
338583
|
thumbnailUrl?: string | undefined;
|
|
338559
338584
|
}[] | undefined;
|
|
338585
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338560
338586
|
}>, "many">;
|
|
338561
338587
|
}, "strip", z$1.ZodTypeAny, {
|
|
338562
338588
|
id: string;
|
|
@@ -338576,6 +338602,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338576
338602
|
description: string;
|
|
338577
338603
|
thumbnailUrl?: string | undefined;
|
|
338578
338604
|
}[] | undefined;
|
|
338605
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338579
338606
|
}[];
|
|
338580
338607
|
}, {
|
|
338581
338608
|
id: string;
|
|
@@ -338595,6 +338622,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338595
338622
|
description: string;
|
|
338596
338623
|
thumbnailUrl?: string | undefined;
|
|
338597
338624
|
}[] | undefined;
|
|
338625
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338598
338626
|
}[];
|
|
338599
338627
|
}>;
|
|
338600
338628
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -338616,6 +338644,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338616
338644
|
description: string;
|
|
338617
338645
|
thumbnailUrl?: string | undefined;
|
|
338618
338646
|
}[] | undefined;
|
|
338647
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338619
338648
|
}[];
|
|
338620
338649
|
};
|
|
338621
338650
|
}, {
|
|
@@ -338637,6 +338666,7 @@ declare const DTOSandboxTemplateResponse: z$1.ZodObject<{
|
|
|
338637
338666
|
description: string;
|
|
338638
338667
|
thumbnailUrl?: string | undefined;
|
|
338639
338668
|
}[] | undefined;
|
|
338669
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338640
338670
|
}[];
|
|
338641
338671
|
};
|
|
338642
338672
|
}>;
|
|
@@ -338715,6 +338745,7 @@ declare const DTOSandboxTemplateBuildCreateInput: z$1.ZodObject<{
|
|
|
338715
338745
|
name: z$1.ZodString;
|
|
338716
338746
|
version: z$1.ZodString;
|
|
338717
338747
|
isExistingVersionUpdateAllowed: z$1.ZodBoolean;
|
|
338748
|
+
hasDesignModePlugin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
338718
338749
|
templates: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
338719
338750
|
id: z$1.ZodString;
|
|
338720
338751
|
name: z$1.ZodString;
|
|
@@ -338747,6 +338778,7 @@ declare const DTOSandboxTemplateBuildCreateInput: z$1.ZodObject<{
|
|
|
338747
338778
|
description: string;
|
|
338748
338779
|
thumbnailUrl?: string | undefined;
|
|
338749
338780
|
}[] | undefined;
|
|
338781
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338750
338782
|
}, {
|
|
338751
338783
|
name: string;
|
|
338752
338784
|
version: string;
|
|
@@ -338760,6 +338792,7 @@ declare const DTOSandboxTemplateBuildCreateInput: z$1.ZodObject<{
|
|
|
338760
338792
|
description: string;
|
|
338761
338793
|
thumbnailUrl?: string | undefined;
|
|
338762
338794
|
}[] | undefined;
|
|
338795
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
338763
338796
|
}>;
|
|
338764
338797
|
type DTOSandboxTemplateBuildCreateInput = z$1.infer<typeof DTOSandboxTemplateBuildCreateInput>;
|
|
338765
338798
|
declare const DTOSandboxTemplateBuildCreateResponse: z$1.ZodObject<{
|
|
@@ -402929,6 +402962,7 @@ declare class SandboxTemplatesEndpoint {
|
|
|
402929
402962
|
description: string;
|
|
402930
402963
|
thumbnailUrl?: string | undefined;
|
|
402931
402964
|
}[] | undefined;
|
|
402965
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
402932
402966
|
}[];
|
|
402933
402967
|
}[];
|
|
402934
402968
|
}>;
|
|
@@ -402951,6 +402985,7 @@ declare class SandboxTemplatesEndpoint {
|
|
|
402951
402985
|
description: string;
|
|
402952
402986
|
thumbnailUrl?: string | undefined;
|
|
402953
402987
|
}[] | undefined;
|
|
402988
|
+
hasDesignModePlugin?: boolean | undefined;
|
|
402954
402989
|
}[];
|
|
402955
402990
|
};
|
|
402956
402991
|
}>;
|
package/dist/index.js
CHANGED
|
@@ -6349,7 +6349,8 @@ var FlaggedFeature = _zod.z.enum([
|
|
|
6349
6349
|
"CustomForgeTemplate",
|
|
6350
6350
|
"ForgeRestartPlaywright",
|
|
6351
6351
|
"ForgeCopyTemplatePreset",
|
|
6352
|
-
"ForgeSandboxTimeout"
|
|
6352
|
+
"ForgeSandboxTimeout",
|
|
6353
|
+
"ForgeFileUploadBatchSize"
|
|
6353
6354
|
]);
|
|
6354
6355
|
var FeatureFlagMap = _zod.z.record(FlaggedFeature, _zod.z.boolean());
|
|
6355
6356
|
var FeatureFlag = _zod.z.object({
|
|
@@ -8071,8 +8072,8 @@ var DTOLoginScreenSettingsUpdate = DTOLoginScreenSettings.extend({
|
|
|
8071
8072
|
logoFileId: _zod2.default.string().nullish(),
|
|
8072
8073
|
title: _zod2.default.string().nullish(),
|
|
8073
8074
|
color: _zod2.default.string().refine(
|
|
8074
|
-
(val) => val === null || /^#([0-9A-Fa-f]{3}|[0-9A-Fa-f]{6})$/.test(val),
|
|
8075
|
-
"Must be a valid hex color (e.g. #FF0000) or null"
|
|
8075
|
+
(val) => val === null || /^#([0-9A-Fa-f]{3}|[0-9A-Fa-f]{6}|[0-9A-Fa-f]{8})$/.test(val),
|
|
8076
|
+
"Must be a valid hex color (e.g. #FF0000 or #FF000080) or null"
|
|
8076
8077
|
).nullish()
|
|
8077
8078
|
}).omit({ logoUrl: true }).partial();
|
|
8078
8079
|
var DTOLoginScreenSettingsResponse = _zod2.default.object({
|
|
@@ -9209,6 +9210,7 @@ var DTOExportJobsListFilter = _zod.z.object({
|
|
|
9209
9210
|
designSystemId: _zod.z.string().optional(),
|
|
9210
9211
|
themeId: _zod.z.string().optional(),
|
|
9211
9212
|
brandId: _zod.z.string().optional(),
|
|
9213
|
+
docsEnvironment: PublishedDocEnvironment.optional(),
|
|
9212
9214
|
destinations: _zod.z.string().transform((s) => s.split(",").map((p) => ExportJobDestinationType.parse(p))).optional()
|
|
9213
9215
|
});
|
|
9214
9216
|
|
|
@@ -12077,7 +12079,8 @@ var DTOSandboxTemplateVersion = _zod2.default.object({
|
|
|
12077
12079
|
createdAt: _zod2.default.string(),
|
|
12078
12080
|
createdByUserId: _zod2.default.string(),
|
|
12079
12081
|
e2bTemplateId: _zod2.default.string(),
|
|
12080
|
-
templates: DTOSandboxTemplatePreset.array().optional()
|
|
12082
|
+
templates: DTOSandboxTemplatePreset.array().optional(),
|
|
12083
|
+
hasDesignModePlugin: _zod2.default.boolean().optional()
|
|
12081
12084
|
});
|
|
12082
12085
|
var DTOSandboxTemplate = _zod2.default.object({
|
|
12083
12086
|
id: _zod2.default.string(),
|
|
@@ -12129,6 +12132,7 @@ var DTOSandboxTemplateBuildCreateInput = _zod2.default.object({
|
|
|
12129
12132
|
name: _zod2.default.string(),
|
|
12130
12133
|
version: _zod2.default.string(),
|
|
12131
12134
|
isExistingVersionUpdateAllowed: _zod2.default.boolean(),
|
|
12135
|
+
hasDesignModePlugin: _zod2.default.boolean().optional(),
|
|
12132
12136
|
templates: _zod2.default.object({
|
|
12133
12137
|
id: _zod2.default.string(),
|
|
12134
12138
|
name: _zod2.default.string(),
|