@supernova-studio/client 1.48.17 → 1.48.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 +7 -36
- package/dist/index.d.ts +7 -36
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12311,7 +12311,7 @@ var ForgeFeatureIterationsEndpoint = class {
|
|
|
12311
12311
|
validateIteration(workspaceId, projectId, featureId, body) {
|
|
12312
12312
|
return this.requestExecutor.json(
|
|
12313
12313
|
`/workspaces/${workspaceId}/forge/projects/${projectId}/features/${featureId}/iterations/validate-iteration`,
|
|
12314
|
-
|
|
12314
|
+
DTOFeatureIterationValidateResponse,
|
|
12315
12315
|
{
|
|
12316
12316
|
body,
|
|
12317
12317
|
method: "POST"
|