@supernova-studio/model 0.48.24 → 0.48.26
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 +4 -6
- package/dist/index.d.ts +4 -6
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/group.ts +6 -2
- package/src/liveblocks/rooms/documentation-page-room.ts +1 -5
package/dist/index.mjs
CHANGED
|
@@ -4267,15 +4267,13 @@ var DocumentationPageRoomInitialStateUpdate = DocumentationPageRoomRoomUpdate.ex
|
|
|
4267
4267
|
pageItems: z126.array(PageBlockEditorModelV2.or(PageSectionEditorModelV2)),
|
|
4268
4268
|
blockDefinitions: z126.array(PageBlockDefinition)
|
|
4269
4269
|
});
|
|
4270
|
-
var DocumentationPageRestorationType = z126.enum(["Restore", "Revert"]);
|
|
4271
4270
|
var RestoredDocumentationPage = z126.object({
|
|
4272
4271
|
page: DocumentationPageV2,
|
|
4273
4272
|
pageParent: ElementGroup,
|
|
4274
4273
|
pageContent: DocumentationPageContentData,
|
|
4275
4274
|
contentHash: z126.string(),
|
|
4276
4275
|
snapshotId: z126.string(),
|
|
4277
|
-
roomId: z126.string().optional()
|
|
4278
|
-
type: DocumentationPageRestorationType
|
|
4276
|
+
roomId: z126.string().optional()
|
|
4279
4277
|
});
|
|
4280
4278
|
var RestoredDocumentationGroup = z126.object({
|
|
4281
4279
|
group: ElementGroup,
|
|
@@ -5129,7 +5127,6 @@ export {
|
|
|
5129
5127
|
DocumentationPageDataV1,
|
|
5130
5128
|
DocumentationPageDataV2,
|
|
5131
5129
|
DocumentationPageGroup,
|
|
5132
|
-
DocumentationPageRestorationType,
|
|
5133
5130
|
DocumentationPageRoom,
|
|
5134
5131
|
DocumentationPageRoomDump,
|
|
5135
5132
|
DocumentationPageRoomInitialStateUpdate,
|