@supernova-studio/model 0.58.17 → 0.58.18
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 +39 -2
- package/dist/index.d.ts +39 -2
- 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/room-type.ts +60 -1
package/dist/index.mjs
CHANGED
|
@@ -4919,7 +4919,8 @@ 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["
|
|
4922
|
+
RoomTypeEnum2["DocumentationPageOld"] = "documentation-page";
|
|
4923
|
+
RoomTypeEnum2["DocumentationPage"] = "doc-page";
|
|
4923
4924
|
RoomTypeEnum2["DesignSystemVersion"] = "design-system-version";
|
|
4924
4925
|
RoomTypeEnum2["Workspace"] = "workspace";
|
|
4925
4926
|
return RoomTypeEnum2;
|