@supernova-studio/client 1.30.2 → 1.31.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 +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9260,6 +9260,7 @@ var DTOFeatureIterationArtifactDiff = z312.object({
|
|
|
9260
9260
|
});
|
|
9261
9261
|
var DTOFeatureIterationUpdateArtifactsInput = z312.object({
|
|
9262
9262
|
id: Id,
|
|
9263
|
+
name: z312.string().optional(),
|
|
9263
9264
|
artifactDiff: DTOFeatureIterationArtifactDiff
|
|
9264
9265
|
});
|
|
9265
9266
|
var DTOFeatureAgentWorkFinalizeInput = z312.object({
|