@supernova-studio/client 1.8.0 → 1.8.1
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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4949,7 +4949,8 @@ var ExporterFunctionPayload = _zod.z.object({
|
|
|
4949
4949
|
exportJobId: _zod.z.string(),
|
|
4950
4950
|
exportContextId: _zod.z.string(),
|
|
4951
4951
|
designSystemId: _zod.z.string(),
|
|
4952
|
-
workspaceId: _zod.z.string()
|
|
4952
|
+
workspaceId: _zod.z.string(),
|
|
4953
|
+
exporterId: _zod.z.string()
|
|
4953
4954
|
});
|
|
4954
4955
|
var ExportJobDestinationType = _zod.z.enum([
|
|
4955
4956
|
"s3",
|