@supernova-studio/client 0.58.13 → 0.58.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 +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/design-systems/stats.ts +4 -0
package/dist/index.mjs
CHANGED
|
@@ -5595,9 +5595,13 @@ var DTODesignSystemVersionStats = z194.object({
|
|
|
5595
5595
|
tokens: z194.number(),
|
|
5596
5596
|
designSystemComponents: z194.number(),
|
|
5597
5597
|
assets: z194.number(),
|
|
5598
|
-
documentationPages: z194.number()
|
|
5598
|
+
documentationPages: z194.number(),
|
|
5599
|
+
figmaComponents: z194.number()
|
|
5599
5600
|
});
|
|
5600
5601
|
var DTODesignSystemVersionStatsQuery = z194.object({
|
|
5602
|
+
/**
|
|
5603
|
+
* Unique ID across versions (non-persistent ID)
|
|
5604
|
+
*/
|
|
5601
5605
|
brandId: z194.string().optional()
|
|
5602
5606
|
});
|
|
5603
5607
|
|