@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.d.mts +28 -0
- package/dist/index.d.ts +28 -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
|
@@ -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()
|