@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.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