@supernova-studio/client 0.54.9 → 0.54.10
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 +18 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/export/job.ts +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -8523,6 +8523,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
8523
8523
|
}>>;
|
|
8524
8524
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
8525
8525
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
8526
|
+
themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8526
8527
|
}, "strip", z.ZodTypeAny, {
|
|
8527
8528
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
8528
8529
|
id: string;
|
|
@@ -8643,6 +8644,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
8643
8644
|
id?: string | undefined;
|
|
8644
8645
|
}[] | undefined;
|
|
8645
8646
|
} | undefined;
|
|
8647
|
+
themePersistentIds?: string[] | undefined;
|
|
8646
8648
|
}, {
|
|
8647
8649
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
8648
8650
|
id: string;
|
|
@@ -8763,6 +8765,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
8763
8765
|
id?: string | undefined;
|
|
8764
8766
|
}[] | null | undefined;
|
|
8765
8767
|
} | undefined;
|
|
8768
|
+
themePersistentIds?: string[] | undefined;
|
|
8766
8769
|
}>;
|
|
8767
8770
|
}, "strip", z.ZodTypeAny, {
|
|
8768
8771
|
job: {
|
|
@@ -8885,6 +8888,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
8885
8888
|
id?: string | undefined;
|
|
8886
8889
|
}[] | undefined;
|
|
8887
8890
|
} | undefined;
|
|
8891
|
+
themePersistentIds?: string[] | undefined;
|
|
8888
8892
|
};
|
|
8889
8893
|
}, {
|
|
8890
8894
|
job: {
|
|
@@ -9007,6 +9011,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
9007
9011
|
id?: string | undefined;
|
|
9008
9012
|
}[] | null | undefined;
|
|
9009
9013
|
} | undefined;
|
|
9014
|
+
themePersistentIds?: string[] | undefined;
|
|
9010
9015
|
};
|
|
9011
9016
|
}>;
|
|
9012
9017
|
type DTOPublishDocumentationResponse = z.infer<typeof DTOPublishDocumentationResponse>;
|
|
@@ -30249,6 +30254,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
30249
30254
|
}>>;
|
|
30250
30255
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
30251
30256
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
30257
|
+
themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
30252
30258
|
}, "strip", z.ZodTypeAny, {
|
|
30253
30259
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
30254
30260
|
id: string;
|
|
@@ -30369,6 +30375,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
30369
30375
|
id?: string | undefined;
|
|
30370
30376
|
}[] | undefined;
|
|
30371
30377
|
} | undefined;
|
|
30378
|
+
themePersistentIds?: string[] | undefined;
|
|
30372
30379
|
}, {
|
|
30373
30380
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
30374
30381
|
id: string;
|
|
@@ -30489,6 +30496,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
30489
30496
|
id?: string | undefined;
|
|
30490
30497
|
}[] | null | undefined;
|
|
30491
30498
|
} | undefined;
|
|
30499
|
+
themePersistentIds?: string[] | undefined;
|
|
30492
30500
|
}>;
|
|
30493
30501
|
type DTOExportJob = z.infer<typeof DTOExportJob>;
|
|
30494
30502
|
declare const DTOExportJobResponse: z.ZodObject<{
|
|
@@ -31011,6 +31019,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
31011
31019
|
}>>;
|
|
31012
31020
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
31013
31021
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
31022
|
+
themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
31014
31023
|
}, "strip", z.ZodTypeAny, {
|
|
31015
31024
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
31016
31025
|
id: string;
|
|
@@ -31131,6 +31140,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
31131
31140
|
id?: string | undefined;
|
|
31132
31141
|
}[] | undefined;
|
|
31133
31142
|
} | undefined;
|
|
31143
|
+
themePersistentIds?: string[] | undefined;
|
|
31134
31144
|
}, {
|
|
31135
31145
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
31136
31146
|
id: string;
|
|
@@ -31251,6 +31261,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
31251
31261
|
id?: string | undefined;
|
|
31252
31262
|
}[] | null | undefined;
|
|
31253
31263
|
} | undefined;
|
|
31264
|
+
themePersistentIds?: string[] | undefined;
|
|
31254
31265
|
}>;
|
|
31255
31266
|
}, "strip", z.ZodTypeAny, {
|
|
31256
31267
|
job: {
|
|
@@ -31373,6 +31384,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
31373
31384
|
id?: string | undefined;
|
|
31374
31385
|
}[] | undefined;
|
|
31375
31386
|
} | undefined;
|
|
31387
|
+
themePersistentIds?: string[] | undefined;
|
|
31376
31388
|
};
|
|
31377
31389
|
}, {
|
|
31378
31390
|
job: {
|
|
@@ -31495,6 +31507,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
31495
31507
|
id?: string | undefined;
|
|
31496
31508
|
}[] | null | undefined;
|
|
31497
31509
|
} | undefined;
|
|
31510
|
+
themePersistentIds?: string[] | undefined;
|
|
31498
31511
|
};
|
|
31499
31512
|
}>;
|
|
31500
31513
|
type DTOExportJobResponse = z.infer<typeof DTOExportJobResponse>;
|
|
@@ -32019,6 +32032,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
32019
32032
|
}>>;
|
|
32020
32033
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
32021
32034
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
32035
|
+
themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
32022
32036
|
}, "strip", z.ZodTypeAny, {
|
|
32023
32037
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
32024
32038
|
id: string;
|
|
@@ -32139,6 +32153,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
32139
32153
|
id?: string | undefined;
|
|
32140
32154
|
}[] | undefined;
|
|
32141
32155
|
} | undefined;
|
|
32156
|
+
themePersistentIds?: string[] | undefined;
|
|
32142
32157
|
}, {
|
|
32143
32158
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
32144
32159
|
id: string;
|
|
@@ -32259,6 +32274,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
32259
32274
|
id?: string | undefined;
|
|
32260
32275
|
}[] | null | undefined;
|
|
32261
32276
|
} | undefined;
|
|
32277
|
+
themePersistentIds?: string[] | undefined;
|
|
32262
32278
|
}>, "many">;
|
|
32263
32279
|
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
32264
32280
|
destinationSnDocs: z.ZodOptional<z.ZodObject<{
|
|
@@ -32557,6 +32573,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
32557
32573
|
id?: string | undefined;
|
|
32558
32574
|
}[] | undefined;
|
|
32559
32575
|
} | undefined;
|
|
32576
|
+
themePersistentIds?: string[] | undefined;
|
|
32560
32577
|
}[];
|
|
32561
32578
|
brandPersistentId?: string | undefined;
|
|
32562
32579
|
themePersistentId?: string | undefined;
|
|
@@ -32743,6 +32760,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
32743
32760
|
id?: string | undefined;
|
|
32744
32761
|
}[] | null | undefined;
|
|
32745
32762
|
} | undefined;
|
|
32763
|
+
themePersistentIds?: string[] | undefined;
|
|
32746
32764
|
}[];
|
|
32747
32765
|
brandPersistentId?: string | undefined;
|
|
32748
32766
|
themePersistentId?: string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -8523,6 +8523,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
8523
8523
|
}>>;
|
|
8524
8524
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
8525
8525
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
8526
|
+
themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8526
8527
|
}, "strip", z.ZodTypeAny, {
|
|
8527
8528
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
8528
8529
|
id: string;
|
|
@@ -8643,6 +8644,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
8643
8644
|
id?: string | undefined;
|
|
8644
8645
|
}[] | undefined;
|
|
8645
8646
|
} | undefined;
|
|
8647
|
+
themePersistentIds?: string[] | undefined;
|
|
8646
8648
|
}, {
|
|
8647
8649
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
8648
8650
|
id: string;
|
|
@@ -8763,6 +8765,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
8763
8765
|
id?: string | undefined;
|
|
8764
8766
|
}[] | null | undefined;
|
|
8765
8767
|
} | undefined;
|
|
8768
|
+
themePersistentIds?: string[] | undefined;
|
|
8766
8769
|
}>;
|
|
8767
8770
|
}, "strip", z.ZodTypeAny, {
|
|
8768
8771
|
job: {
|
|
@@ -8885,6 +8888,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
8885
8888
|
id?: string | undefined;
|
|
8886
8889
|
}[] | undefined;
|
|
8887
8890
|
} | undefined;
|
|
8891
|
+
themePersistentIds?: string[] | undefined;
|
|
8888
8892
|
};
|
|
8889
8893
|
}, {
|
|
8890
8894
|
job: {
|
|
@@ -9007,6 +9011,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
9007
9011
|
id?: string | undefined;
|
|
9008
9012
|
}[] | null | undefined;
|
|
9009
9013
|
} | undefined;
|
|
9014
|
+
themePersistentIds?: string[] | undefined;
|
|
9010
9015
|
};
|
|
9011
9016
|
}>;
|
|
9012
9017
|
type DTOPublishDocumentationResponse = z.infer<typeof DTOPublishDocumentationResponse>;
|
|
@@ -30249,6 +30254,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
30249
30254
|
}>>;
|
|
30250
30255
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
30251
30256
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
30257
|
+
themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
30252
30258
|
}, "strip", z.ZodTypeAny, {
|
|
30253
30259
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
30254
30260
|
id: string;
|
|
@@ -30369,6 +30375,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
30369
30375
|
id?: string | undefined;
|
|
30370
30376
|
}[] | undefined;
|
|
30371
30377
|
} | undefined;
|
|
30378
|
+
themePersistentIds?: string[] | undefined;
|
|
30372
30379
|
}, {
|
|
30373
30380
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
30374
30381
|
id: string;
|
|
@@ -30489,6 +30496,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
30489
30496
|
id?: string | undefined;
|
|
30490
30497
|
}[] | null | undefined;
|
|
30491
30498
|
} | undefined;
|
|
30499
|
+
themePersistentIds?: string[] | undefined;
|
|
30492
30500
|
}>;
|
|
30493
30501
|
type DTOExportJob = z.infer<typeof DTOExportJob>;
|
|
30494
30502
|
declare const DTOExportJobResponse: z.ZodObject<{
|
|
@@ -31011,6 +31019,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
31011
31019
|
}>>;
|
|
31012
31020
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
31013
31021
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
31022
|
+
themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
31014
31023
|
}, "strip", z.ZodTypeAny, {
|
|
31015
31024
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
31016
31025
|
id: string;
|
|
@@ -31131,6 +31140,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
31131
31140
|
id?: string | undefined;
|
|
31132
31141
|
}[] | undefined;
|
|
31133
31142
|
} | undefined;
|
|
31143
|
+
themePersistentIds?: string[] | undefined;
|
|
31134
31144
|
}, {
|
|
31135
31145
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
31136
31146
|
id: string;
|
|
@@ -31251,6 +31261,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
31251
31261
|
id?: string | undefined;
|
|
31252
31262
|
}[] | null | undefined;
|
|
31253
31263
|
} | undefined;
|
|
31264
|
+
themePersistentIds?: string[] | undefined;
|
|
31254
31265
|
}>;
|
|
31255
31266
|
}, "strip", z.ZodTypeAny, {
|
|
31256
31267
|
job: {
|
|
@@ -31373,6 +31384,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
31373
31384
|
id?: string | undefined;
|
|
31374
31385
|
}[] | undefined;
|
|
31375
31386
|
} | undefined;
|
|
31387
|
+
themePersistentIds?: string[] | undefined;
|
|
31376
31388
|
};
|
|
31377
31389
|
}, {
|
|
31378
31390
|
job: {
|
|
@@ -31495,6 +31507,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
31495
31507
|
id?: string | undefined;
|
|
31496
31508
|
}[] | null | undefined;
|
|
31497
31509
|
} | undefined;
|
|
31510
|
+
themePersistentIds?: string[] | undefined;
|
|
31498
31511
|
};
|
|
31499
31512
|
}>;
|
|
31500
31513
|
type DTOExportJobResponse = z.infer<typeof DTOExportJobResponse>;
|
|
@@ -32019,6 +32032,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
32019
32032
|
}>>;
|
|
32020
32033
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
32021
32034
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
32035
|
+
themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
32022
32036
|
}, "strip", z.ZodTypeAny, {
|
|
32023
32037
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
32024
32038
|
id: string;
|
|
@@ -32139,6 +32153,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
32139
32153
|
id?: string | undefined;
|
|
32140
32154
|
}[] | undefined;
|
|
32141
32155
|
} | undefined;
|
|
32156
|
+
themePersistentIds?: string[] | undefined;
|
|
32142
32157
|
}, {
|
|
32143
32158
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
32144
32159
|
id: string;
|
|
@@ -32259,6 +32274,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
32259
32274
|
id?: string | undefined;
|
|
32260
32275
|
}[] | null | undefined;
|
|
32261
32276
|
} | undefined;
|
|
32277
|
+
themePersistentIds?: string[] | undefined;
|
|
32262
32278
|
}>, "many">;
|
|
32263
32279
|
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
32264
32280
|
destinationSnDocs: z.ZodOptional<z.ZodObject<{
|
|
@@ -32557,6 +32573,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
32557
32573
|
id?: string | undefined;
|
|
32558
32574
|
}[] | undefined;
|
|
32559
32575
|
} | undefined;
|
|
32576
|
+
themePersistentIds?: string[] | undefined;
|
|
32560
32577
|
}[];
|
|
32561
32578
|
brandPersistentId?: string | undefined;
|
|
32562
32579
|
themePersistentId?: string | undefined;
|
|
@@ -32743,6 +32760,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
32743
32760
|
id?: string | undefined;
|
|
32744
32761
|
}[] | null | undefined;
|
|
32745
32762
|
} | undefined;
|
|
32763
|
+
themePersistentIds?: string[] | undefined;
|
|
32746
32764
|
}[];
|
|
32747
32765
|
brandPersistentId?: string | undefined;
|
|
32748
32766
|
themePersistentId?: string | undefined;
|
package/dist/index.js
CHANGED
|
@@ -3840,6 +3840,7 @@ var Pipeline = _zod.z.object({
|
|
|
3840
3840
|
exporterId: _zod.z.string(),
|
|
3841
3841
|
brandPersistentId: _zod.z.string().optional(),
|
|
3842
3842
|
themePersistentId: _zod.z.string().optional(),
|
|
3843
|
+
themePersistentIds: _zod.z.string().array().optional(),
|
|
3843
3844
|
// Destinations
|
|
3844
3845
|
...ExportDestinationsMap.shape
|
|
3845
3846
|
});
|
|
@@ -4295,6 +4296,7 @@ var ExportJobContext = _zod.z.object({
|
|
|
4295
4296
|
versionId: _zod.z.string(),
|
|
4296
4297
|
brandId: _zod.z.string().optional(),
|
|
4297
4298
|
themeId: _zod.z.string().optional(),
|
|
4299
|
+
themePersistentIds: _zod.z.string().array().optional(),
|
|
4298
4300
|
exporterName: _zod.z.string(),
|
|
4299
4301
|
exporterPackageUrl: _zod.z.string(),
|
|
4300
4302
|
exporterPropertyValues: ExporterPropertyValue.array(),
|
|
@@ -4358,6 +4360,7 @@ var ExportJob = _zod.z.object({
|
|
|
4358
4360
|
exporterId: _zod.z.string(),
|
|
4359
4361
|
brandId: _zod.z.string().optional(),
|
|
4360
4362
|
themeId: _zod.z.string().optional(),
|
|
4363
|
+
themePersistentIds: _zod.z.string().array().optional(),
|
|
4361
4364
|
estimatedExecutionTime: _zod.z.number().optional(),
|
|
4362
4365
|
status: ExportJobStatus,
|
|
4363
4366
|
result: ExportJobResult.optional(),
|
|
@@ -5653,7 +5656,8 @@ var DTOExportJob = _zod.z.object({
|
|
|
5653
5656
|
scheduleId: _zod.z.string().optional(),
|
|
5654
5657
|
result: DTOExportJobResult.optional(),
|
|
5655
5658
|
brandPersistentId: _zod.z.string().optional(),
|
|
5656
|
-
themePersistentId: _zod.z.string().optional()
|
|
5659
|
+
themePersistentId: _zod.z.string().optional(),
|
|
5660
|
+
themePersistentIds: _zod.z.string().array().optional()
|
|
5657
5661
|
});
|
|
5658
5662
|
var DTOExportJobResponse = _zod.z.object({
|
|
5659
5663
|
job: DTOExportJob
|