@supernova-studio/client 1.29.4 → 1.29.5
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 +26 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9165,6 +9165,10 @@ var DTOFeatureArtifact = z312.object({
|
|
|
9165
9165
|
});
|
|
9166
9166
|
var DTOFeatureIteration = z312.object({
|
|
9167
9167
|
id: Id,
|
|
9168
|
+
/**
|
|
9169
|
+
* Name of the iteration
|
|
9170
|
+
*/
|
|
9171
|
+
name: z312.string(),
|
|
9168
9172
|
/**
|
|
9169
9173
|
* ID of the iteration that this iteration is based on
|
|
9170
9174
|
*/
|