@supernova-studio/client 1.43.6 → 1.43.7
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
|
@@ -10324,7 +10324,8 @@ var DTOForgeProject = z328.object({
|
|
|
10324
10324
|
}),
|
|
10325
10325
|
/** @deprecated prefer fetching from project contexts endpoint separately */
|
|
10326
10326
|
context: DTOForgeProjectContextV2,
|
|
10327
|
-
numberOfFeatures: z328.number().int().nonnegative()
|
|
10327
|
+
numberOfFeatures: z328.number().int().nonnegative(),
|
|
10328
|
+
numberOfDocuments: z328.number().int().nonnegative().optional()
|
|
10328
10329
|
});
|
|
10329
10330
|
var DTOForgeProjectCreate = DTOForgeProject.pick({
|
|
10330
10331
|
name: true,
|