@supernova-studio/client 1.35.1 → 1.35.2

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
@@ -9285,6 +9285,9 @@ var DTOFeatureIterationCreateInput = DTOFeatureIteration.pick({
9285
9285
  var DTOFeatureIterationPromoteInput = z311.object({
9286
9286
  id: Id
9287
9287
  });
9288
+ var DTOFeatureIterationSetLatestInput = z311.object({
9289
+ id: Id
9290
+ });
9288
9291
  var DTOFeatureIterationUpdateInput = z311.object({
9289
9292
  id: Id,
9290
9293
  isBookmarked: z311.boolean().optional()
@@ -18520,6 +18523,7 @@ export {
18520
18523
  DTOFeatureIterationListResponse,
18521
18524
  DTOFeatureIterationPromoteInput,
18522
18525
  DTOFeatureIterationResponse,
18526
+ DTOFeatureIterationSetLatestInput,
18523
18527
  DTOFeatureIterationTag,
18524
18528
  DTOFeatureIterationTagCreateInput,
18525
18529
  DTOFeatureIterationTagListResponse,