@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.mjs CHANGED
@@ -5367,7 +5367,9 @@ var DTOExportJob = z189.object({
5367
5367
  destinations: DTOExportJobDestinations,
5368
5368
  exporterId: z189.string(),
5369
5369
  scheduleId: z189.string().optional(),
5370
- result: ExportJobResult.optional()
5370
+ result: ExportJobResult.optional(),
5371
+ brandPersistentId: z189.string().optional(),
5372
+ themePersistentId: z189.string().optional()
5371
5373
  });
5372
5374
  var DTOExportJobResponse = z189.object({
5373
5375
  job: DTOExportJob