@supernova-studio/client 0.47.13 → 0.47.14
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
|
@@ -2737,8 +2737,9 @@ var ExportJobContext = _zod.z.object({
|
|
|
2737
2737
|
apiUrl: _zod.z.string(),
|
|
2738
2738
|
accessToken: _zod.z.string(),
|
|
2739
2739
|
designSystemId: _zod.z.string(),
|
|
2740
|
-
|
|
2740
|
+
versionId: _zod.z.string(),
|
|
2741
2741
|
brandId: _zod.z.string().optional(),
|
|
2742
|
+
themeId: _zod.z.string().optional(),
|
|
2742
2743
|
exporterPackageUrl: _zod.z.string(),
|
|
2743
2744
|
exporterPropertyValues: ExporterPropertyValue.array(),
|
|
2744
2745
|
documentation: ExportJobDocumentationContext.optional()
|