@supernova-studio/model 1.4.15 → 1.4.16
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 +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4389,6 +4389,8 @@ var FigmaNodeStructureV2 = z122.object({
|
|
|
4389
4389
|
createdAt: z122.coerce.date(),
|
|
4390
4390
|
updatedAt: z122.coerce.date(),
|
|
4391
4391
|
importState: FigmaNodeStructureStateV2,
|
|
4392
|
+
error: z122.string().optional(),
|
|
4393
|
+
chunkSize: z122.number().optional(),
|
|
4392
4394
|
// TODO Artem: remove after migration
|
|
4393
4395
|
isFromLegacyStorage: z122.boolean()
|
|
4394
4396
|
});
|