@supernova-studio/client 1.84.1 → 1.85.0
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
|
@@ -6215,7 +6215,8 @@ var ExporterFunctionPayload = _zod.z.object({
|
|
|
6215
6215
|
exportContextId: _zod.z.string(),
|
|
6216
6216
|
designSystemId: _zod.z.string(),
|
|
6217
6217
|
workspaceId: _zod.z.string(),
|
|
6218
|
-
exporterId: _zod.z.string()
|
|
6218
|
+
exporterId: _zod.z.string(),
|
|
6219
|
+
runnerType: _zod.z.enum(["High", "Low"])
|
|
6219
6220
|
});
|
|
6220
6221
|
|
|
6221
6222
|
// ../model/src/export/export-jobs.ts
|