@supernova-studio/client 0.52.13 → 0.52.14
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 +3 -3
- package/dist/index.d.ts +3 -3
- 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/src/api/dto/elements/components/figma-component.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5632,7 +5632,6 @@ var DTOFigmaComponent = z201.object({
|
|
|
5632
5632
|
persistentId: z201.string(),
|
|
5633
5633
|
designSystemVersionId: z201.string(),
|
|
5634
5634
|
brandId: z201.string(),
|
|
5635
|
-
parentComponentId: z201.string().optional(),
|
|
5636
5635
|
thumbnailUrl: z201.string().optional(),
|
|
5637
5636
|
svgUrl: z201.string().optional(),
|
|
5638
5637
|
exportProperties: z201.object({
|
|
@@ -5642,6 +5641,7 @@ var DTOFigmaComponent = z201.object({
|
|
|
5642
5641
|
updatedAt: z201.coerce.date(),
|
|
5643
5642
|
meta: ObjectMeta,
|
|
5644
5643
|
originComponent: FigmaComponentOrigin.optional(),
|
|
5644
|
+
parentComponentPersistentId: z201.string().optional(),
|
|
5645
5645
|
componentPropertyDefinitions: FigmaComponentPropertyMap.optional()
|
|
5646
5646
|
});
|
|
5647
5647
|
|