@supernova-studio/model 1.8.1 → 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
@@ -5650,7 +5650,7 @@ var ExportJobDebugContext = z177.object({
5650
5650
  concurrency: z177.number().optional(),
5651
5651
  preloadData: z177.string().optional(),
5652
5652
  concurrencyMode: z177.string().optional(),
5653
- cacheSdk: z177.boolean().optional(),
5653
+ cacheSdk: z177.string().optional(),
5654
5654
  logSdkNetwork: z177.boolean().optional(),
5655
5655
  profilerMode: z177.string().optional()
5656
5656
  });
@@ -5746,6 +5746,7 @@ var ExportJob = z179.object({
5746
5746
  createdByUserId: z179.string().optional(),
5747
5747
  exporterPropertyValues: ExporterPropertyValueMap.optional(),
5748
5748
  previewMode: z179.boolean().optional(),
5749
+ exportContextId: z179.string().optional().nullable(),
5749
5750
  // Destinations
5750
5751
  ...ExportDestinationsMap.shape
5751
5752
  });