@supernova-studio/client 1.8.0 → 1.8.1

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.mjs CHANGED
@@ -4949,7 +4949,8 @@ var ExporterFunctionPayload = z178.object({
4949
4949
  exportJobId: z178.string(),
4950
4950
  exportContextId: z178.string(),
4951
4951
  designSystemId: z178.string(),
4952
- workspaceId: z178.string()
4952
+ workspaceId: z178.string(),
4953
+ exporterId: z178.string()
4953
4954
  });
4954
4955
  var ExportJobDestinationType = z179.enum([
4955
4956
  "s3",