@supernova-studio/client 0.47.22 → 0.47.23

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 CHANGED
@@ -24276,6 +24276,8 @@ declare const DTOExportJob: z.ZodObject<{
24276
24276
  url: string;
24277
24277
  } | undefined;
24278
24278
  }>>;
24279
+ brandPersistentId: z.ZodOptional<z.ZodString>;
24280
+ themePersistentId: z.ZodOptional<z.ZodString>;
24279
24281
  }, "strip", z.ZodTypeAny, {
24280
24282
  id: string;
24281
24283
  status: "InProgress" | "Success" | "Failed" | "Timeout";
@@ -24342,6 +24344,8 @@ declare const DTOExportJob: z.ZodObject<{
24342
24344
  description?: string | undefined;
24343
24345
  };
24344
24346
  };
24347
+ brandPersistentId?: string | undefined;
24348
+ themePersistentId?: string | undefined;
24345
24349
  finishedAt?: Date | undefined;
24346
24350
  index?: number | undefined;
24347
24351
  estimatedExecutionTime?: number | undefined;
@@ -24440,6 +24444,8 @@ declare const DTOExportJob: z.ZodObject<{
24440
24444
  description?: string | undefined;
24441
24445
  };
24442
24446
  };
24447
+ brandPersistentId?: string | undefined;
24448
+ themePersistentId?: string | undefined;
24443
24449
  finishedAt?: Date | undefined;
24444
24450
  index?: number | undefined;
24445
24451
  estimatedExecutionTime?: number | undefined;
@@ -24855,6 +24861,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
24855
24861
  url: string;
24856
24862
  } | undefined;
24857
24863
  }>>;
24864
+ brandPersistentId: z.ZodOptional<z.ZodString>;
24865
+ themePersistentId: z.ZodOptional<z.ZodString>;
24858
24866
  }, "strip", z.ZodTypeAny, {
24859
24867
  id: string;
24860
24868
  status: "InProgress" | "Success" | "Failed" | "Timeout";
@@ -24921,6 +24929,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
24921
24929
  description?: string | undefined;
24922
24930
  };
24923
24931
  };
24932
+ brandPersistentId?: string | undefined;
24933
+ themePersistentId?: string | undefined;
24924
24934
  finishedAt?: Date | undefined;
24925
24935
  index?: number | undefined;
24926
24936
  estimatedExecutionTime?: number | undefined;
@@ -25019,6 +25029,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
25019
25029
  description?: string | undefined;
25020
25030
  };
25021
25031
  };
25032
+ brandPersistentId?: string | undefined;
25033
+ themePersistentId?: string | undefined;
25022
25034
  finishedAt?: Date | undefined;
25023
25035
  index?: number | undefined;
25024
25036
  estimatedExecutionTime?: number | undefined;
@@ -25119,6 +25131,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
25119
25131
  description?: string | undefined;
25120
25132
  };
25121
25133
  };
25134
+ brandPersistentId?: string | undefined;
25135
+ themePersistentId?: string | undefined;
25122
25136
  finishedAt?: Date | undefined;
25123
25137
  index?: number | undefined;
25124
25138
  estimatedExecutionTime?: number | undefined;
@@ -25219,6 +25233,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
25219
25233
  description?: string | undefined;
25220
25234
  };
25221
25235
  };
25236
+ brandPersistentId?: string | undefined;
25237
+ themePersistentId?: string | undefined;
25222
25238
  finishedAt?: Date | undefined;
25223
25239
  index?: number | undefined;
25224
25240
  estimatedExecutionTime?: number | undefined;
@@ -25636,6 +25652,8 @@ declare const DTOPipeline: z.ZodObject<{
25636
25652
  url: string;
25637
25653
  } | undefined;
25638
25654
  }>>;
25655
+ brandPersistentId: z.ZodOptional<z.ZodString>;
25656
+ themePersistentId: z.ZodOptional<z.ZodString>;
25639
25657
  }, "strip", z.ZodTypeAny, {
25640
25658
  id: string;
25641
25659
  status: "InProgress" | "Success" | "Failed" | "Timeout";
@@ -25702,6 +25720,8 @@ declare const DTOPipeline: z.ZodObject<{
25702
25720
  description?: string | undefined;
25703
25721
  };
25704
25722
  };
25723
+ brandPersistentId?: string | undefined;
25724
+ themePersistentId?: string | undefined;
25705
25725
  finishedAt?: Date | undefined;
25706
25726
  index?: number | undefined;
25707
25727
  estimatedExecutionTime?: number | undefined;
@@ -25800,6 +25820,8 @@ declare const DTOPipeline: z.ZodObject<{
25800
25820
  description?: string | undefined;
25801
25821
  };
25802
25822
  };
25823
+ brandPersistentId?: string | undefined;
25824
+ themePersistentId?: string | undefined;
25803
25825
  finishedAt?: Date | undefined;
25804
25826
  index?: number | undefined;
25805
25827
  estimatedExecutionTime?: number | undefined;
@@ -26031,6 +26053,8 @@ declare const DTOPipeline: z.ZodObject<{
26031
26053
  description?: string | undefined;
26032
26054
  };
26033
26055
  };
26056
+ brandPersistentId?: string | undefined;
26057
+ themePersistentId?: string | undefined;
26034
26058
  finishedAt?: Date | undefined;
26035
26059
  index?: number | undefined;
26036
26060
  estimatedExecutionTime?: number | undefined;
@@ -26183,6 +26207,8 @@ declare const DTOPipeline: z.ZodObject<{
26183
26207
  description?: string | undefined;
26184
26208
  };
26185
26209
  };
26210
+ brandPersistentId?: string | undefined;
26211
+ themePersistentId?: string | undefined;
26186
26212
  finishedAt?: Date | undefined;
26187
26213
  index?: number | undefined;
26188
26214
  estimatedExecutionTime?: number | undefined;
package/dist/index.d.ts CHANGED
@@ -24276,6 +24276,8 @@ declare const DTOExportJob: z.ZodObject<{
24276
24276
  url: string;
24277
24277
  } | undefined;
24278
24278
  }>>;
24279
+ brandPersistentId: z.ZodOptional<z.ZodString>;
24280
+ themePersistentId: z.ZodOptional<z.ZodString>;
24279
24281
  }, "strip", z.ZodTypeAny, {
24280
24282
  id: string;
24281
24283
  status: "InProgress" | "Success" | "Failed" | "Timeout";
@@ -24342,6 +24344,8 @@ declare const DTOExportJob: z.ZodObject<{
24342
24344
  description?: string | undefined;
24343
24345
  };
24344
24346
  };
24347
+ brandPersistentId?: string | undefined;
24348
+ themePersistentId?: string | undefined;
24345
24349
  finishedAt?: Date | undefined;
24346
24350
  index?: number | undefined;
24347
24351
  estimatedExecutionTime?: number | undefined;
@@ -24440,6 +24444,8 @@ declare const DTOExportJob: z.ZodObject<{
24440
24444
  description?: string | undefined;
24441
24445
  };
24442
24446
  };
24447
+ brandPersistentId?: string | undefined;
24448
+ themePersistentId?: string | undefined;
24443
24449
  finishedAt?: Date | undefined;
24444
24450
  index?: number | undefined;
24445
24451
  estimatedExecutionTime?: number | undefined;
@@ -24855,6 +24861,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
24855
24861
  url: string;
24856
24862
  } | undefined;
24857
24863
  }>>;
24864
+ brandPersistentId: z.ZodOptional<z.ZodString>;
24865
+ themePersistentId: z.ZodOptional<z.ZodString>;
24858
24866
  }, "strip", z.ZodTypeAny, {
24859
24867
  id: string;
24860
24868
  status: "InProgress" | "Success" | "Failed" | "Timeout";
@@ -24921,6 +24929,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
24921
24929
  description?: string | undefined;
24922
24930
  };
24923
24931
  };
24932
+ brandPersistentId?: string | undefined;
24933
+ themePersistentId?: string | undefined;
24924
24934
  finishedAt?: Date | undefined;
24925
24935
  index?: number | undefined;
24926
24936
  estimatedExecutionTime?: number | undefined;
@@ -25019,6 +25029,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
25019
25029
  description?: string | undefined;
25020
25030
  };
25021
25031
  };
25032
+ brandPersistentId?: string | undefined;
25033
+ themePersistentId?: string | undefined;
25022
25034
  finishedAt?: Date | undefined;
25023
25035
  index?: number | undefined;
25024
25036
  estimatedExecutionTime?: number | undefined;
@@ -25119,6 +25131,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
25119
25131
  description?: string | undefined;
25120
25132
  };
25121
25133
  };
25134
+ brandPersistentId?: string | undefined;
25135
+ themePersistentId?: string | undefined;
25122
25136
  finishedAt?: Date | undefined;
25123
25137
  index?: number | undefined;
25124
25138
  estimatedExecutionTime?: number | undefined;
@@ -25219,6 +25233,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
25219
25233
  description?: string | undefined;
25220
25234
  };
25221
25235
  };
25236
+ brandPersistentId?: string | undefined;
25237
+ themePersistentId?: string | undefined;
25222
25238
  finishedAt?: Date | undefined;
25223
25239
  index?: number | undefined;
25224
25240
  estimatedExecutionTime?: number | undefined;
@@ -25636,6 +25652,8 @@ declare const DTOPipeline: z.ZodObject<{
25636
25652
  url: string;
25637
25653
  } | undefined;
25638
25654
  }>>;
25655
+ brandPersistentId: z.ZodOptional<z.ZodString>;
25656
+ themePersistentId: z.ZodOptional<z.ZodString>;
25639
25657
  }, "strip", z.ZodTypeAny, {
25640
25658
  id: string;
25641
25659
  status: "InProgress" | "Success" | "Failed" | "Timeout";
@@ -25702,6 +25720,8 @@ declare const DTOPipeline: z.ZodObject<{
25702
25720
  description?: string | undefined;
25703
25721
  };
25704
25722
  };
25723
+ brandPersistentId?: string | undefined;
25724
+ themePersistentId?: string | undefined;
25705
25725
  finishedAt?: Date | undefined;
25706
25726
  index?: number | undefined;
25707
25727
  estimatedExecutionTime?: number | undefined;
@@ -25800,6 +25820,8 @@ declare const DTOPipeline: z.ZodObject<{
25800
25820
  description?: string | undefined;
25801
25821
  };
25802
25822
  };
25823
+ brandPersistentId?: string | undefined;
25824
+ themePersistentId?: string | undefined;
25803
25825
  finishedAt?: Date | undefined;
25804
25826
  index?: number | undefined;
25805
25827
  estimatedExecutionTime?: number | undefined;
@@ -26031,6 +26053,8 @@ declare const DTOPipeline: z.ZodObject<{
26031
26053
  description?: string | undefined;
26032
26054
  };
26033
26055
  };
26056
+ brandPersistentId?: string | undefined;
26057
+ themePersistentId?: string | undefined;
26034
26058
  finishedAt?: Date | undefined;
26035
26059
  index?: number | undefined;
26036
26060
  estimatedExecutionTime?: number | undefined;
@@ -26183,6 +26207,8 @@ declare const DTOPipeline: z.ZodObject<{
26183
26207
  description?: string | undefined;
26184
26208
  };
26185
26209
  };
26210
+ brandPersistentId?: string | undefined;
26211
+ themePersistentId?: string | undefined;
26186
26212
  finishedAt?: Date | undefined;
26187
26213
  index?: number | undefined;
26188
26214
  estimatedExecutionTime?: number | undefined;
package/dist/index.js CHANGED
@@ -5367,7 +5367,9 @@ var DTOExportJob = _zod.z.object({
5367
5367
  destinations: DTOExportJobDestinations,
5368
5368
  exporterId: _zod.z.string(),
5369
5369
  scheduleId: _zod.z.string().optional(),
5370
- result: ExportJobResult.optional()
5370
+ result: ExportJobResult.optional(),
5371
+ brandPersistentId: _zod.z.string().optional(),
5372
+ themePersistentId: _zod.z.string().optional()
5371
5373
  });
5372
5374
  var DTOExportJobResponse = _zod.z.object({
5373
5375
  job: DTOExportJob