@supernova-studio/client 1.77.1 → 1.77.2

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 CHANGED
@@ -5721,7 +5721,8 @@ var ExporterFunctionPayload = _zod.z.object({
5721
5721
  exportContextId: _zod.z.string(),
5722
5722
  designSystemId: _zod.z.string(),
5723
5723
  workspaceId: _zod.z.string(),
5724
- exporterId: _zod.z.string()
5724
+ exporterId: _zod.z.string(),
5725
+ runnerType: _zod.z.enum(["High", "Low"])
5725
5726
  });
5726
5727
  var ExportJobDestinationType = _zod.z.enum([
5727
5728
  "s3",