@supernova-studio/model 0.59.8 → 0.59.9
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.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- 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/src/liveblocks/rooms/design-system-version-room.ts +2 -0
package/dist/index.mjs
CHANGED
|
@@ -5020,7 +5020,8 @@ var DesignSystemVersionRoomInitialState = z150.object({
|
|
|
5020
5020
|
pageSnapshots: z150.array(DocumentationPageSnapshot),
|
|
5021
5021
|
groupSnapshots: z150.array(ElementGroupSnapshot),
|
|
5022
5022
|
pageApprovals: z150.array(DocumentationPageApproval),
|
|
5023
|
-
internalSettings: DesignSystemVersionRoomInternalSettings
|
|
5023
|
+
internalSettings: DesignSystemVersionRoomInternalSettings,
|
|
5024
|
+
pageHashes: z150.record(z150.string()).optional()
|
|
5024
5025
|
});
|
|
5025
5026
|
var DesignSystemVersionRoomUpdate = z150.object({
|
|
5026
5027
|
pages: z150.array(DocumentationPageV2),
|