@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.d.mts
CHANGED
|
@@ -149389,21 +149389,18 @@ declare const ExporterFunctionPayload: z$1.ZodObject<{
|
|
|
149389
149389
|
designSystemId: z$1.ZodString;
|
|
149390
149390
|
workspaceId: z$1.ZodString;
|
|
149391
149391
|
exporterId: z$1.ZodString;
|
|
149392
|
-
runnerType: z$1.ZodEnum<["High", "Low"]>;
|
|
149393
149392
|
}, "strip", z$1.ZodTypeAny, {
|
|
149394
149393
|
workspaceId: string;
|
|
149395
149394
|
designSystemId: string;
|
|
149396
149395
|
exporterId: string;
|
|
149397
149396
|
exportJobId: string;
|
|
149398
149397
|
exportContextId: string;
|
|
149399
|
-
runnerType: "High" | "Low";
|
|
149400
149398
|
}, {
|
|
149401
149399
|
workspaceId: string;
|
|
149402
149400
|
designSystemId: string;
|
|
149403
149401
|
exporterId: string;
|
|
149404
149402
|
exportJobId: string;
|
|
149405
149403
|
exportContextId: string;
|
|
149406
|
-
runnerType: "High" | "Low";
|
|
149407
149404
|
}>;
|
|
149408
149405
|
type ExporterFunctionPayload = z$1.infer<typeof ExporterFunctionPayload>;
|
|
149409
149406
|
|
package/dist/index.d.ts
CHANGED
|
@@ -149389,21 +149389,18 @@ declare const ExporterFunctionPayload: z$1.ZodObject<{
|
|
|
149389
149389
|
designSystemId: z$1.ZodString;
|
|
149390
149390
|
workspaceId: z$1.ZodString;
|
|
149391
149391
|
exporterId: z$1.ZodString;
|
|
149392
|
-
runnerType: z$1.ZodEnum<["High", "Low"]>;
|
|
149393
149392
|
}, "strip", z$1.ZodTypeAny, {
|
|
149394
149393
|
workspaceId: string;
|
|
149395
149394
|
designSystemId: string;
|
|
149396
149395
|
exporterId: string;
|
|
149397
149396
|
exportJobId: string;
|
|
149398
149397
|
exportContextId: string;
|
|
149399
|
-
runnerType: "High" | "Low";
|
|
149400
149398
|
}, {
|
|
149401
149399
|
workspaceId: string;
|
|
149402
149400
|
designSystemId: string;
|
|
149403
149401
|
exporterId: string;
|
|
149404
149402
|
exportJobId: string;
|
|
149405
149403
|
exportContextId: string;
|
|
149406
|
-
runnerType: "High" | "Low";
|
|
149407
149404
|
}>;
|
|
149408
149405
|
type ExporterFunctionPayload = z$1.infer<typeof ExporterFunctionPayload>;
|
|
149409
149406
|
|
package/dist/index.js
CHANGED
|
@@ -6574,8 +6574,7 @@ var ExporterFunctionPayload = _zod.z.object({
|
|
|
6574
6574
|
exportContextId: _zod.z.string(),
|
|
6575
6575
|
designSystemId: _zod.z.string(),
|
|
6576
6576
|
workspaceId: _zod.z.string(),
|
|
6577
|
-
exporterId: _zod.z.string()
|
|
6578
|
-
runnerType: _zod.z.enum(["High", "Low"])
|
|
6577
|
+
exporterId: _zod.z.string()
|
|
6579
6578
|
});
|
|
6580
6579
|
|
|
6581
6580
|
// src/export/export-jobs.ts
|