@supernova-studio/client 1.92.1 → 1.92.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
@@ -10766,8 +10766,20 @@ var DTOForgeFeatureRoomResponse = z326.object({
10766
10766
  // src/api/dto/forge/figma-node.ts
10767
10767
  import z327 from "zod";
10768
10768
  var DTOForgeFigmaNodeState = z327.enum(["Optimizing", "Success", "Failed"]);
10769
- var DTOForgeFigmaNodeConversionVersion = z327.enum(["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8", "V9", "V10"]);
10770
- var ForgeFigmaNodeLatestVersion = DTOForgeFigmaNodeConversionVersion.enum.V10;
10769
+ var DTOForgeFigmaNodeConversionVersion = z327.enum([
10770
+ "V1",
10771
+ "V2",
10772
+ "V3",
10773
+ "V4",
10774
+ "V5",
10775
+ "V6",
10776
+ "V7",
10777
+ "V8",
10778
+ "V9",
10779
+ "V10",
10780
+ "V11"
10781
+ ]);
10782
+ var ForgeFigmaNodeLatestVersion = DTOForgeFigmaNodeConversionVersion.enum.V11;
10771
10783
  var DTOForgeFigmaNodeOrigin = z327.object({
10772
10784
  /**
10773
10785
  * Figma file ID that was passed into the create request as a part of the Figma node URL