@supernova-studio/client 1.36.0 → 1.37.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
@@ -9237,6 +9237,10 @@ var DTOFeatureIteration = z311.object({
9237
9237
  * Indicates whether the iteration is bookmarked by user
9238
9238
  */
9239
9239
  isBookmarked: z311.boolean().optional(),
9240
+ /**
9241
+ * URL of a static thumbnail of the feature iteration
9242
+ */
9243
+ thumbnailUrl: z311.string().optional(),
9240
9244
  createdAt: z311.string(),
9241
9245
  updatedAt: z311.string().optional(),
9242
9246
  artifactsDiff: DTOFeatureIterationArtifactsDiff.optional().nullable()