@supernova-studio/client 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.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
|
@@ -3858,6 +3858,8 @@ var FigmaNodeStructureV2 = z122.object({
|
|
|
3858
3858
|
createdAt: z122.coerce.date(),
|
|
3859
3859
|
updatedAt: z122.coerce.date(),
|
|
3860
3860
|
importState: FigmaNodeStructureStateV2,
|
|
3861
|
+
error: z122.string().optional(),
|
|
3862
|
+
chunkSize: z122.number().optional(),
|
|
3861
3863
|
// TODO Artem: remove after migration
|
|
3862
3864
|
isFromLegacyStorage: z122.boolean()
|
|
3863
3865
|
});
|