@supernova-studio/client 1.42.10 → 1.43.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.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
|
@@ -10292,7 +10292,8 @@ var DTOForgeProject = z328.object({
|
|
|
10292
10292
|
description: z328.string().optional()
|
|
10293
10293
|
}),
|
|
10294
10294
|
/** @deprecated prefer fetching from project contexts endpoint separately */
|
|
10295
|
-
context: DTOForgeProjectContextV2
|
|
10295
|
+
context: DTOForgeProjectContextV2,
|
|
10296
|
+
numberOfFeatures: z328.number().int().nonnegative()
|
|
10296
10297
|
});
|
|
10297
10298
|
var DTOForgeProjectCreate = DTOForgeProject.pick({
|
|
10298
10299
|
name: true,
|