@supernova-studio/client 1.90.4 → 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.mjs CHANGED
@@ -6338,7 +6338,8 @@ var FlaggedFeature = z208.enum([
6338
6338
  "ForgeFileUploadBatchSize",
6339
6339
  "DSVersionRoomYJSStorageVersion",
6340
6340
  "ForgeTemplateUploadForAll",
6341
- "LargeWorkspaceFileUpload"
6341
+ "LargeWorkspaceFileUpload",
6342
+ "CliMinimumVersion"
6342
6343
  ]);
6343
6344
  var FeatureFlagMap = z208.record(FlaggedFeature, z208.boolean());
6344
6345
  var FeatureFlag = z208.object({
@@ -6347,6 +6348,7 @@ var FeatureFlag = z208.object({
6347
6348
  createdAt: z208.coerce.date(),
6348
6349
  enabled: z208.boolean(),
6349
6350
  designSystemId: z208.string().optional(),
6351
+ workspaceId: z208.string().optional(),
6350
6352
  data: z208.record(z208.any()).nullable().optional()
6351
6353
  });
6352
6354
 
@@ -10727,8 +10729,8 @@ var DTOForgeFeatureRoomResponse = z324.object({
10727
10729
  // src/api/dto/forge/figma-node.ts
10728
10730
  import z325 from "zod";
10729
10731
  var DTOForgeFigmaNodeState = z325.enum(["Optimizing", "Success", "Failed"]);
10730
- var DTOForgeFigmaNodeConversionVersion = z325.enum(["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8"]);
10731
- var ForgeFigmaNodeLatestVersion = DTOForgeFigmaNodeConversionVersion.enum.V8;
10732
+ var DTOForgeFigmaNodeConversionVersion = z325.enum(["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8", "V9"]);
10733
+ var ForgeFigmaNodeLatestVersion = DTOForgeFigmaNodeConversionVersion.enum.V9;
10732
10734
  var DTOForgeFigmaNodeOrigin = z325.object({
10733
10735
  /**
10734
10736
  * Figma file ID that was passed into the create request as a part of the Figma node URL