@supernova-studio/client 1.90.5 → 1.90.6

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
@@ -145802,7 +145802,7 @@ declare const DTOForgeFeatureRoomResponse: z.ZodObject<{
145802
145802
  }>;
145803
145803
  type DTOForgeFeatureRoomResponse = z.infer<typeof DTOForgeFeatureRoomResponse>;
145804
145804
 
145805
- declare const ForgeFigmaNodeLatestVersion: "V8";
145805
+ declare const ForgeFigmaNodeLatestVersion: "V9";
145806
145806
  declare const DTOForgeFigmaNodeOrigin: z$1.ZodObject<{
145807
145807
  /**
145808
145808
  * Figma file ID that was passed into the create request as a part of the Figma node URL
@@ -146737,7 +146737,7 @@ declare const DTOForgeFigmaNodeValidateResponse: z$1.ZodObject<{
146737
146737
  isValid: boolean;
146738
146738
  }>;
146739
146739
  type DTOForgeFigmaNodeValidateResponse = z$1.infer<typeof DTOForgeFigmaNodeValidateResponse>;
146740
- declare const DTOForgeFigmaNodeConversionVersion: z$1.ZodEnum<["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8"]>;
146740
+ declare const DTOForgeFigmaNodeConversionVersion: z$1.ZodEnum<["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8", "V9"]>;
146741
146741
  type DTOForgeFigmaNodeConversionVersion = z$1.infer<typeof DTOForgeFigmaNodeConversionVersion>;
146742
146742
 
146743
146743
  declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
package/dist/index.d.ts CHANGED
@@ -145802,7 +145802,7 @@ declare const DTOForgeFeatureRoomResponse: z.ZodObject<{
145802
145802
  }>;
145803
145803
  type DTOForgeFeatureRoomResponse = z.infer<typeof DTOForgeFeatureRoomResponse>;
145804
145804
 
145805
- declare const ForgeFigmaNodeLatestVersion: "V8";
145805
+ declare const ForgeFigmaNodeLatestVersion: "V9";
145806
145806
  declare const DTOForgeFigmaNodeOrigin: z$1.ZodObject<{
145807
145807
  /**
145808
145808
  * Figma file ID that was passed into the create request as a part of the Figma node URL
@@ -146737,7 +146737,7 @@ declare const DTOForgeFigmaNodeValidateResponse: z$1.ZodObject<{
146737
146737
  isValid: boolean;
146738
146738
  }>;
146739
146739
  type DTOForgeFigmaNodeValidateResponse = z$1.infer<typeof DTOForgeFigmaNodeValidateResponse>;
146740
- declare const DTOForgeFigmaNodeConversionVersion: z$1.ZodEnum<["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8"]>;
146740
+ declare const DTOForgeFigmaNodeConversionVersion: z$1.ZodEnum<["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8", "V9"]>;
146741
146741
  type DTOForgeFigmaNodeConversionVersion = z$1.infer<typeof DTOForgeFigmaNodeConversionVersion>;
146742
146742
 
146743
146743
  declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
package/dist/index.js CHANGED
@@ -10729,8 +10729,8 @@ var DTOForgeFeatureRoomResponse = _zod.z.object({
10729
10729
  // src/api/dto/forge/figma-node.ts
10730
10730
 
10731
10731
  var DTOForgeFigmaNodeState = _zod2.default.enum(["Optimizing", "Success", "Failed"]);
10732
- var DTOForgeFigmaNodeConversionVersion = _zod2.default.enum(["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8"]);
10733
- var ForgeFigmaNodeLatestVersion = DTOForgeFigmaNodeConversionVersion.enum.V8;
10732
+ var DTOForgeFigmaNodeConversionVersion = _zod2.default.enum(["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8", "V9"]);
10733
+ var ForgeFigmaNodeLatestVersion = DTOForgeFigmaNodeConversionVersion.enum.V9;
10734
10734
  var DTOForgeFigmaNodeOrigin = _zod2.default.object({
10735
10735
  /**
10736
10736
  * Figma file ID that was passed into the create request as a part of the Figma node URL