@supernova-studio/client 1.95.3 → 1.95.5
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 +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4666,6 +4666,7 @@ var FigmaNodeStructureV2 = z129.object({
|
|
|
4666
4666
|
storagePath: z129.string().optional(),
|
|
4667
4667
|
createdAt: z129.coerce.date(),
|
|
4668
4668
|
updatedAt: z129.coerce.date(),
|
|
4669
|
+
lastUpdateStartedAt: z129.coerce.date().optional(),
|
|
4669
4670
|
importState: FigmaNodeStructureStateV2,
|
|
4670
4671
|
error: z129.string().optional(),
|
|
4671
4672
|
chunkSize: z129.number().optional(),
|
|
@@ -6350,7 +6351,6 @@ var ExporterWorkspaceMembership = z209.object({
|
|
|
6350
6351
|
// ../model/src/feature-flags/feature-flags.ts
|
|
6351
6352
|
import { z as z210 } from "zod";
|
|
6352
6353
|
var FlaggedFeature = z210.enum([
|
|
6353
|
-
"FigmaImporterV2",
|
|
6354
6354
|
"DisableImporter",
|
|
6355
6355
|
"VariablesOrder",
|
|
6356
6356
|
"TypographyPropsKeepAliases",
|
|
@@ -10787,9 +10787,10 @@ var DTOForgeFigmaNodeConversionVersion = z327.enum([
|
|
|
10787
10787
|
"V8",
|
|
10788
10788
|
"V9",
|
|
10789
10789
|
"V10",
|
|
10790
|
-
"V11"
|
|
10790
|
+
"V11",
|
|
10791
|
+
"V12"
|
|
10791
10792
|
]);
|
|
10792
|
-
var ForgeFigmaNodeLatestVersion = DTOForgeFigmaNodeConversionVersion.enum.
|
|
10793
|
+
var ForgeFigmaNodeLatestVersion = DTOForgeFigmaNodeConversionVersion.enum.V12;
|
|
10793
10794
|
var DTOForgeFigmaNodeOrigin = z327.object({
|
|
10794
10795
|
/**
|
|
10795
10796
|
* Figma file ID that was passed into the create request as a part of the Figma node URL
|