@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 +26 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/export/job.ts +3 -0
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
|