@supernova-studio/client 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.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4921,7 +4921,7 @@ var ExportJobDebugContext = _zod.z.object({
|
|
|
4921
4921
|
concurrency: _zod.z.number().optional(),
|
|
4922
4922
|
preloadData: _zod.z.string().optional(),
|
|
4923
4923
|
concurrencyMode: _zod.z.string().optional(),
|
|
4924
|
-
cacheSdk: _zod.z.
|
|
4924
|
+
cacheSdk: _zod.z.string().optional(),
|
|
4925
4925
|
logSdkNetwork: _zod.z.boolean().optional(),
|
|
4926
4926
|
profilerMode: _zod.z.string().optional()
|
|
4927
4927
|
});
|
|
@@ -5011,6 +5011,7 @@ var ExportJob = _zod.z.object({
|
|
|
5011
5011
|
createdByUserId: _zod.z.string().optional(),
|
|
5012
5012
|
exporterPropertyValues: ExporterPropertyValueMap.optional(),
|
|
5013
5013
|
previewMode: _zod.z.boolean().optional(),
|
|
5014
|
+
exportContextId: _zod.z.string().optional().nullable(),
|
|
5014
5015
|
// Destinations
|
|
5015
5016
|
...ExportDestinationsMap.shape
|
|
5016
5017
|
});
|