@supernova-studio/client 1.26.0 → 1.27.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.mjs CHANGED
@@ -9156,6 +9156,10 @@ var DTOFeatureArtifact = z312.object({
9156
9156
  * Id of the project file that holds content of this artifact
9157
9157
  */
9158
9158
  fileId: z312.string(),
9159
+ /**
9160
+ * Id of the Iteration that this artifact belongs to
9161
+ */
9162
+ iterationId: Id.optional(),
9159
9163
  /**
9160
9164
  * URL of the feature artifact's contents
9161
9165
  */
@@ -9203,7 +9207,8 @@ var DTOFeatureMessageReactionDeleteInput = z312.object({
9203
9207
  var DTOFeatureArtifactCreateInput = z312.object({
9204
9208
  id: Id,
9205
9209
  key: z312.string(),
9206
- fileId: z312.string()
9210
+ fileId: z312.string(),
9211
+ iterationId: Id.optional()
9207
9212
  });
9208
9213
  var DTOFeatureArtifactDeleteInput = z312.object({
9209
9214
  id: Id