@supernova-studio/client 1.48.2 → 1.48.3
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 +19 -0
- package/dist/index.d.ts +19 -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/dist/index.mjs
CHANGED
|
@@ -10547,7 +10547,8 @@ var DTOForgeProject = z331.object({
|
|
|
10547
10547
|
/** @deprecated use documents.length */
|
|
10548
10548
|
numberOfDocuments: z331.number().int().nonnegative().optional(),
|
|
10549
10549
|
/** @deprecated prefer fetching from project contexts endpoint separately */
|
|
10550
|
-
context: DTOForgeProjectContextV2.optional()
|
|
10550
|
+
context: DTOForgeProjectContextV2.optional(),
|
|
10551
|
+
liveblocksRoomId: z331.string().optional()
|
|
10551
10552
|
});
|
|
10552
10553
|
var DTOForgeProjectCreate = DTOForgeProject.pick({
|
|
10553
10554
|
name: true,
|