@supernova-studio/client 0.47.68 → 0.47.69
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,7 +2737,8 @@ var DesignSystemVersion = _zod.z.object({
|
|
|
2737
2737
|
comment: _zod.z.string(),
|
|
2738
2738
|
isReadonly: _zod.z.boolean(),
|
|
2739
2739
|
changeLog: _zod.z.string(),
|
|
2740
|
-
parentId: _zod.z.string().optional()
|
|
2740
|
+
parentId: _zod.z.string().optional(),
|
|
2741
|
+
isDraftsFeatureAdopted: _zod.z.boolean()
|
|
2741
2742
|
});
|
|
2742
2743
|
var VersionCreationJobStatus = _zod.z.enum(["Success", "InProgress", "Error"]);
|
|
2743
2744
|
var VersionCreationJob = _zod.z.object({
|