@supernova-studio/model 0.58.18 → 1.0.0-alpha.0

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.mjs CHANGED
@@ -4919,8 +4919,7 @@ var RestoredDocumentationGroup = z149.object({
4919
4919
  // src/liveblocks/rooms/room-type.ts
4920
4920
  import { z as z150 } from "zod";
4921
4921
  var RoomTypeEnum = /* @__PURE__ */ ((RoomTypeEnum2) => {
4922
- RoomTypeEnum2["DocumentationPageOld"] = "documentation-page";
4923
- RoomTypeEnum2["DocumentationPage"] = "doc-page";
4922
+ RoomTypeEnum2["DocumentationPage"] = "documentation-page";
4924
4923
  RoomTypeEnum2["DesignSystemVersion"] = "design-system-version";
4925
4924
  RoomTypeEnum2["Workspace"] = "workspace";
4926
4925
  return RoomTypeEnum2;