@supernova-studio/client 1.8.0 → 1.9.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.mjs CHANGED
@@ -4921,7 +4921,7 @@ var ExportJobDebugContext = z177.object({
4921
4921
  concurrency: z177.number().optional(),
4922
4922
  preloadData: z177.string().optional(),
4923
4923
  concurrencyMode: z177.string().optional(),
4924
- cacheSdk: z177.boolean().optional(),
4924
+ cacheSdk: z177.string().optional(),
4925
4925
  logSdkNetwork: z177.boolean().optional(),
4926
4926
  profilerMode: z177.string().optional()
4927
4927
  });
@@ -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",
@@ -5010,6 +5011,7 @@ var ExportJob = z179.object({
5010
5011
  createdByUserId: z179.string().optional(),
5011
5012
  exporterPropertyValues: ExporterPropertyValueMap.optional(),
5012
5013
  previewMode: z179.boolean().optional(),
5014
+ exportContextId: z179.string().optional().nullable(),
5013
5015
  // Destinations
5014
5016
  ...ExportDestinationsMap.shape
5015
5017
  });