@supernova-studio/client 0.48.24 → 0.48.25
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 +1 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3713,15 +3713,13 @@ var DocumentationPageRoomInitialStateUpdate = DocumentationPageRoomRoomUpdate.ex
|
|
|
3713
3713
|
pageItems: _zod.z.array(PageBlockEditorModelV2.or(PageSectionEditorModelV2)),
|
|
3714
3714
|
blockDefinitions: _zod.z.array(PageBlockDefinition)
|
|
3715
3715
|
});
|
|
3716
|
-
var DocumentationPageRestorationType = _zod.z.enum(["Restore", "Revert"]);
|
|
3717
3716
|
var RestoredDocumentationPage = _zod.z.object({
|
|
3718
3717
|
page: DocumentationPageV2,
|
|
3719
3718
|
pageParent: ElementGroup,
|
|
3720
3719
|
pageContent: DocumentationPageContentData,
|
|
3721
3720
|
contentHash: _zod.z.string(),
|
|
3722
3721
|
snapshotId: _zod.z.string(),
|
|
3723
|
-
roomId: _zod.z.string().optional()
|
|
3724
|
-
type: DocumentationPageRestorationType
|
|
3722
|
+
roomId: _zod.z.string().optional()
|
|
3725
3723
|
});
|
|
3726
3724
|
var RestoredDocumentationGroup = _zod.z.object({
|
|
3727
3725
|
group: ElementGroup,
|