@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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10729,8 +10729,8 @@ var DTOForgeFeatureRoomResponse = z324.object({
|
|
|
10729
10729
|
// src/api/dto/forge/figma-node.ts
|
|
10730
10730
|
import z325 from "zod";
|
|
10731
10731
|
var DTOForgeFigmaNodeState = z325.enum(["Optimizing", "Success", "Failed"]);
|
|
10732
|
-
var DTOForgeFigmaNodeConversionVersion = z325.enum(["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8"]);
|
|
10733
|
-
var ForgeFigmaNodeLatestVersion = DTOForgeFigmaNodeConversionVersion.enum.
|
|
10732
|
+
var DTOForgeFigmaNodeConversionVersion = z325.enum(["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8", "V9"]);
|
|
10733
|
+
var ForgeFigmaNodeLatestVersion = DTOForgeFigmaNodeConversionVersion.enum.V9;
|
|
10734
10734
|
var DTOForgeFigmaNodeOrigin = z325.object({
|
|
10735
10735
|
/**
|
|
10736
10736
|
* Figma file ID that was passed into the create request as a part of the Figma node URL
|