@supernova-studio/model 1.81.4 → 1.82.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.d.mts +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6574,8 +6574,7 @@ var ExporterFunctionPayload = z203.object({
|
|
|
6574
6574
|
exportContextId: z203.string(),
|
|
6575
6575
|
designSystemId: z203.string(),
|
|
6576
6576
|
workspaceId: z203.string(),
|
|
6577
|
-
exporterId: z203.string()
|
|
6578
|
-
runnerType: z203.enum(["High", "Low"])
|
|
6577
|
+
exporterId: z203.string()
|
|
6579
6578
|
});
|
|
6580
6579
|
|
|
6581
6580
|
// src/export/export-jobs.ts
|