@supernova-studio/model 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 +8 -5
- package/dist/index.d.ts +8 -5
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4988,6 +4988,7 @@ var FigmaNodeStructureV2 = z129.object({
|
|
|
4988
4988
|
storagePath: z129.string().optional(),
|
|
4989
4989
|
createdAt: z129.coerce.date(),
|
|
4990
4990
|
updatedAt: z129.coerce.date(),
|
|
4991
|
+
lastUpdateStartedAt: z129.coerce.date().optional(),
|
|
4991
4992
|
importState: FigmaNodeStructureStateV2,
|
|
4992
4993
|
error: z129.string().optional(),
|
|
4993
4994
|
chunkSize: z129.number().optional(),
|
|
@@ -6732,7 +6733,6 @@ var ExporterWorkspaceMembership = z209.object({
|
|
|
6732
6733
|
// src/feature-flags/feature-flags.ts
|
|
6733
6734
|
import { z as z210 } from "zod";
|
|
6734
6735
|
var FlaggedFeature = z210.enum([
|
|
6735
|
-
"FigmaImporterV2",
|
|
6736
6736
|
"DisableImporter",
|
|
6737
6737
|
"VariablesOrder",
|
|
6738
6738
|
"TypographyPropsKeepAliases",
|