@supernova-studio/client 0.48.5 → 0.48.6
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 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2861,6 +2861,8 @@ var DesignSystemVersionRoomInternalSettings = _zod.z.object({
|
|
|
2861
2861
|
var DesignSystemVersionRoomInitialState = _zod.z.object({
|
|
2862
2862
|
pages: _zod.z.array(DocumentationPageV2),
|
|
2863
2863
|
groups: _zod.z.array(ElementGroup),
|
|
2864
|
+
pageSnapshots: _zod.z.array(DocumentationPageSnapshot),
|
|
2865
|
+
groupSnapshots: _zod.z.array(ElementGroupSnapshot),
|
|
2864
2866
|
internalSettings: DesignSystemVersionRoomInternalSettings
|
|
2865
2867
|
});
|
|
2866
2868
|
var DesignSystemVersionRoomUpdate = _zod.z.object({
|