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