@supernova-studio/client 1.87.6 → 1.87.7
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 +4 -133
- package/dist/index.d.ts +4 -133
- package/dist/index.js +3 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10634,6 +10634,8 @@ var DTOForgeFeatureRoomResponse = z321.object({
|
|
|
10634
10634
|
// src/api/dto/forge/figma-node.ts
|
|
10635
10635
|
import z322 from "zod";
|
|
10636
10636
|
var DTOForgeFigmaNodeState = z322.enum(["Optimizing", "Success", "Failed"]);
|
|
10637
|
+
var DTOForgeFigmaNodeConversionVersion = z322.enum(["V1", "V2"]);
|
|
10638
|
+
var ForgeFigmaNodeLatestVersion = DTOForgeFigmaNodeConversionVersion.enum.V2;
|
|
10637
10639
|
var DTOForgeFigmaNodeOrigin = z322.object({
|
|
10638
10640
|
/**
|
|
10639
10641
|
* Figma file ID that was passed into the create request as a part of the Figma node URL
|
|
@@ -12034,16 +12036,6 @@ var DTOFigmaExportNodeConfiguration = z346.object({
|
|
|
12034
12036
|
minifyOutput: z346.boolean().optional(),
|
|
12035
12037
|
customFontUrls: z346.string().array().optional()
|
|
12036
12038
|
});
|
|
12037
|
-
var DTOFigmaExportNodePayload = z346.object({
|
|
12038
|
-
designSystemId: z346.string(),
|
|
12039
|
-
figmaUrl: z346.string(),
|
|
12040
|
-
configuration: DTOFigmaExportNodeConfiguration
|
|
12041
|
-
});
|
|
12042
|
-
var DTOFigmaExportNodeResponse = z346.object({
|
|
12043
|
-
file: DTOFile,
|
|
12044
|
-
// TODO (jovanblazek): Remove sceneNodes from response when done with development
|
|
12045
|
-
scene: z346.any().optional()
|
|
12046
|
-
});
|
|
12047
12039
|
|
|
12048
12040
|
// src/api/dto/liveblocks/auth-response.ts
|
|
12049
12041
|
import { z as z347 } from "zod";
|
|
@@ -21375,8 +21367,6 @@ export {
|
|
|
21375
21367
|
DTOFigmaComponentListResponse,
|
|
21376
21368
|
DTOFigmaExportNodeConfiguration,
|
|
21377
21369
|
DTOFigmaExportNodeFormat,
|
|
21378
|
-
DTOFigmaExportNodePayload,
|
|
21379
|
-
DTOFigmaExportNodeResponse,
|
|
21380
21370
|
DTOFigmaNode,
|
|
21381
21371
|
DTOFigmaNodeData,
|
|
21382
21372
|
DTOFigmaNodeDataV2,
|
|
@@ -21452,6 +21442,7 @@ export {
|
|
|
21452
21442
|
DTOForgeFeatureRoomResponse,
|
|
21453
21443
|
DTOForgeFigmaArtifact,
|
|
21454
21444
|
DTOForgeFigmaNode,
|
|
21445
|
+
DTOForgeFigmaNodeConversionVersion,
|
|
21455
21446
|
DTOForgeFigmaNodeCreateRequest,
|
|
21456
21447
|
DTOForgeFigmaNodeOrigin,
|
|
21457
21448
|
DTOForgeFigmaNodeResponse,
|
|
@@ -21879,6 +21870,7 @@ export {
|
|
|
21879
21870
|
ForgeFeatureIterationTagsEndpoint,
|
|
21880
21871
|
ForgeFeatureIterationsEndpoint,
|
|
21881
21872
|
ForgeFeatureMessagesEndpoint,
|
|
21873
|
+
ForgeFigmaNodeLatestVersion,
|
|
21882
21874
|
ForgeMemoryEndpoint,
|
|
21883
21875
|
ForgeProjectContentRepository,
|
|
21884
21876
|
ForgeProjectContextsEndpoint,
|