@supernova-studio/client 0.55.15 → 0.55.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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2244,7 +2244,9 @@ var PageBlockItemFigmaComponentValue = _zod.z.object({
|
|
|
2244
2244
|
_zod.z.object({
|
|
2245
2245
|
entityId: _zod.z.string(),
|
|
2246
2246
|
entityType: _zod.z.enum(["FigmaComponent"]),
|
|
2247
|
-
|
|
2247
|
+
entityMeta: _zod.z.object({
|
|
2248
|
+
selectedComponentProperties: _zod.z.string().array().optional()
|
|
2249
|
+
}).optional()
|
|
2248
2250
|
})
|
|
2249
2251
|
).default([])
|
|
2250
2252
|
});
|