@supernova-studio/model 0.59.11 → 0.59.13
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 +1 -0
package/dist/index.mjs
CHANGED
|
@@ -5045,7 +5045,8 @@ var DesignSystemVersionRoomUpdate = z151.object({
|
|
|
5045
5045
|
groupSnapshotIdsToDelete: z151.array(z151.string()),
|
|
5046
5046
|
pageHashesToUpdate: z151.record(z151.string(), z151.string()),
|
|
5047
5047
|
pageApprovals: z151.array(DocumentationPageApproval),
|
|
5048
|
-
pageApprovalIdsToDelete: z151.array(z151.string())
|
|
5048
|
+
pageApprovalIdsToDelete: z151.array(z151.string()),
|
|
5049
|
+
executedTransactionIds: z151.array(z151.string())
|
|
5049
5050
|
});
|
|
5050
5051
|
|
|
5051
5052
|
// src/liveblocks/rooms/documentation-page-room.ts
|