@supernova-studio/client 1.35.3 → 1.35.4

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 CHANGED
@@ -68704,13 +68704,6 @@ declare const DTOFeatureMessageAttachments: z__default.ZodObject<{
68704
68704
  iterationId?: string | undefined;
68705
68705
  }>;
68706
68706
  type DTOFeatureMessageAttachments = z__default.infer<typeof DTOFeatureMessageAttachments>;
68707
- declare const DTOFeatureIterationSetLatestInput: z__default.ZodObject<{
68708
- id: z__default.ZodString;
68709
- }, "strip", z__default.ZodTypeAny, {
68710
- id: string;
68711
- }, {
68712
- id: string;
68713
- }>;
68714
68707
  declare const DTOFeatureMessageCreateInput: z__default.ZodObject<Pick<{
68715
68708
  id: z__default.ZodString;
68716
68709
  /**
@@ -68919,6 +68912,14 @@ declare const DTOFeatureIterationPromoteInput: z__default.ZodObject<{
68919
68912
  id: string;
68920
68913
  }>;
68921
68914
  type DTOFeatureIterationPromoteInput = z__default.infer<typeof DTOFeatureIterationPromoteInput>;
68915
+ declare const DTOFeatureIterationSetLatestInput: z__default.ZodObject<{
68916
+ id: z__default.ZodString;
68917
+ }, "strip", z__default.ZodTypeAny, {
68918
+ id: string;
68919
+ }, {
68920
+ id: string;
68921
+ }>;
68922
+ type DTOFeatureIterationSetLatestInput = z__default.infer<typeof DTOFeatureIterationSetLatestInput>;
68922
68923
  declare const DTOFeatureIterationUpdateInput: z__default.ZodObject<{
68923
68924
  id: z__default.ZodString;
68924
68925
  isBookmarked: z__default.ZodOptional<z__default.ZodBoolean>;
package/dist/index.d.ts CHANGED
@@ -68704,13 +68704,6 @@ declare const DTOFeatureMessageAttachments: z__default.ZodObject<{
68704
68704
  iterationId?: string | undefined;
68705
68705
  }>;
68706
68706
  type DTOFeatureMessageAttachments = z__default.infer<typeof DTOFeatureMessageAttachments>;
68707
- declare const DTOFeatureIterationSetLatestInput: z__default.ZodObject<{
68708
- id: z__default.ZodString;
68709
- }, "strip", z__default.ZodTypeAny, {
68710
- id: string;
68711
- }, {
68712
- id: string;
68713
- }>;
68714
68707
  declare const DTOFeatureMessageCreateInput: z__default.ZodObject<Pick<{
68715
68708
  id: z__default.ZodString;
68716
68709
  /**
@@ -68919,6 +68912,14 @@ declare const DTOFeatureIterationPromoteInput: z__default.ZodObject<{
68919
68912
  id: string;
68920
68913
  }>;
68921
68914
  type DTOFeatureIterationPromoteInput = z__default.infer<typeof DTOFeatureIterationPromoteInput>;
68915
+ declare const DTOFeatureIterationSetLatestInput: z__default.ZodObject<{
68916
+ id: z__default.ZodString;
68917
+ }, "strip", z__default.ZodTypeAny, {
68918
+ id: string;
68919
+ }, {
68920
+ id: string;
68921
+ }>;
68922
+ type DTOFeatureIterationSetLatestInput = z__default.infer<typeof DTOFeatureIterationSetLatestInput>;
68922
68923
  declare const DTOFeatureIterationUpdateInput: z__default.ZodObject<{
68923
68924
  id: z__default.ZodString;
68924
68925
  isBookmarked: z__default.ZodOptional<z__default.ZodBoolean>;