@supernova-studio/client 0.57.3 → 0.57.5
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.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4433,10 +4433,12 @@ var ExportJobContext = z161.object({
|
|
|
4433
4433
|
themeId: z161.string().optional(),
|
|
4434
4434
|
themePersistentIds: z161.string().array().optional(),
|
|
4435
4435
|
exporterName: z161.string(),
|
|
4436
|
-
exporterPackageUrl: z161.string(),
|
|
4437
|
-
exporterPropertyValues: ExporterPropertyValue.array(),
|
|
4438
4436
|
documentation: ExportJobDocumentationContext.optional()
|
|
4439
4437
|
});
|
|
4438
|
+
var ExportJobExporterConfiguration = z161.object({
|
|
4439
|
+
exporterPackageUrl: z161.string(),
|
|
4440
|
+
exporterPropertyValues: ExporterPropertyValue.array()
|
|
4441
|
+
});
|
|
4440
4442
|
var ExporterFunctionPayload = z162.object({
|
|
4441
4443
|
exportJobId: z162.string(),
|
|
4442
4444
|
exportContextId: z162.string(),
|