@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.d.mts
CHANGED
|
@@ -145351,7 +145351,7 @@ declare const DTOForgeFeatureRoomResponse: z.ZodObject<{
|
|
|
145351
145351
|
}>;
|
|
145352
145352
|
type DTOForgeFeatureRoomResponse = z.infer<typeof DTOForgeFeatureRoomResponse>;
|
|
145353
145353
|
|
|
145354
|
-
declare const ForgeFigmaNodeLatestVersion: "
|
|
145354
|
+
declare const ForgeFigmaNodeLatestVersion: "V12";
|
|
145355
145355
|
declare const DTOForgeFigmaNodeOrigin: z$1.ZodObject<{
|
|
145356
145356
|
/**
|
|
145357
145357
|
* Figma file ID that was passed into the create request as a part of the Figma node URL
|
|
@@ -146286,7 +146286,7 @@ declare const DTOForgeFigmaNodeValidateResponse: z$1.ZodObject<{
|
|
|
146286
146286
|
isValid: boolean;
|
|
146287
146287
|
}>;
|
|
146288
146288
|
type DTOForgeFigmaNodeValidateResponse = z$1.infer<typeof DTOForgeFigmaNodeValidateResponse>;
|
|
146289
|
-
declare const DTOForgeFigmaNodeConversionVersion: z$1.ZodEnum<["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8", "V9", "V10", "V11"]>;
|
|
146289
|
+
declare const DTOForgeFigmaNodeConversionVersion: z$1.ZodEnum<["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8", "V9", "V10", "V11", "V12"]>;
|
|
146290
146290
|
type DTOForgeFigmaNodeConversionVersion = z$1.infer<typeof DTOForgeFigmaNodeConversionVersion>;
|
|
146291
146291
|
|
|
146292
146292
|
declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
package/dist/index.d.ts
CHANGED
|
@@ -145351,7 +145351,7 @@ declare const DTOForgeFeatureRoomResponse: z.ZodObject<{
|
|
|
145351
145351
|
}>;
|
|
145352
145352
|
type DTOForgeFeatureRoomResponse = z.infer<typeof DTOForgeFeatureRoomResponse>;
|
|
145353
145353
|
|
|
145354
|
-
declare const ForgeFigmaNodeLatestVersion: "
|
|
145354
|
+
declare const ForgeFigmaNodeLatestVersion: "V12";
|
|
145355
145355
|
declare const DTOForgeFigmaNodeOrigin: z$1.ZodObject<{
|
|
145356
145356
|
/**
|
|
145357
145357
|
* Figma file ID that was passed into the create request as a part of the Figma node URL
|
|
@@ -146286,7 +146286,7 @@ declare const DTOForgeFigmaNodeValidateResponse: z$1.ZodObject<{
|
|
|
146286
146286
|
isValid: boolean;
|
|
146287
146287
|
}>;
|
|
146288
146288
|
type DTOForgeFigmaNodeValidateResponse = z$1.infer<typeof DTOForgeFigmaNodeValidateResponse>;
|
|
146289
|
-
declare const DTOForgeFigmaNodeConversionVersion: z$1.ZodEnum<["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8", "V9", "V10", "V11"]>;
|
|
146289
|
+
declare const DTOForgeFigmaNodeConversionVersion: z$1.ZodEnum<["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8", "V9", "V10", "V11", "V12"]>;
|
|
146290
146290
|
type DTOForgeFigmaNodeConversionVersion = z$1.infer<typeof DTOForgeFigmaNodeConversionVersion>;
|
|
146291
146291
|
|
|
146292
146292
|
declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
package/dist/index.js
CHANGED
|
@@ -4666,6 +4666,7 @@ var FigmaNodeStructureV2 = _zod.z.object({
|
|
|
4666
4666
|
storagePath: _zod.z.string().optional(),
|
|
4667
4667
|
createdAt: _zod.z.coerce.date(),
|
|
4668
4668
|
updatedAt: _zod.z.coerce.date(),
|
|
4669
|
+
lastUpdateStartedAt: _zod.z.coerce.date().optional(),
|
|
4669
4670
|
importState: FigmaNodeStructureStateV2,
|
|
4670
4671
|
error: _zod.z.string().optional(),
|
|
4671
4672
|
chunkSize: _zod.z.number().optional(),
|
|
@@ -6350,7 +6351,6 @@ var ExporterWorkspaceMembership = _zod.z.object({
|
|
|
6350
6351
|
// ../model/src/feature-flags/feature-flags.ts
|
|
6351
6352
|
|
|
6352
6353
|
var FlaggedFeature = _zod.z.enum([
|
|
6353
|
-
"FigmaImporterV2",
|
|
6354
6354
|
"DisableImporter",
|
|
6355
6355
|
"VariablesOrder",
|
|
6356
6356
|
"TypographyPropsKeepAliases",
|
|
@@ -10787,9 +10787,10 @@ var DTOForgeFigmaNodeConversionVersion = _zod2.default.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 = _zod2.default.object({
|
|
10794
10795
|
/**
|
|
10795
10796
|
* Figma file ID that was passed into the create request as a part of the Figma node URL
|