@supernova-studio/client 0.58.13 → 0.58.15

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
@@ -4042,7 +4042,7 @@ var ExporterPropertyValuesCollection = z140.object({
4042
4042
  var PublishedDocPageVisitsEntry = z141.object({
4043
4043
  id: z141.string(),
4044
4044
  versionId: z141.string(),
4045
- pageShortPersistentId: z141.string(),
4045
+ pagePersistentId: z141.string(),
4046
4046
  locale: z141.string().optional(),
4047
4047
  timestamp: z141.coerce.date(),
4048
4048
  visits: z141.number()
@@ -4051,6 +4051,7 @@ var PublishedDocPage = z142.object({
4051
4051
  id: z142.string(),
4052
4052
  publishedDocId: z142.string(),
4053
4053
  pageShortPersistentId: z142.string(),
4054
+ pagePersistentId: z142.string().optional(),
4054
4055
  pathV1: z142.string(),
4055
4056
  pathV2: z142.string(),
4056
4057
  storagePath: z142.string(),
@@ -5595,9 +5596,13 @@ var DTODesignSystemVersionStats = z194.object({
5595
5596
  tokens: z194.number(),
5596
5597
  designSystemComponents: z194.number(),
5597
5598
  assets: z194.number(),
5598
- documentationPages: z194.number()
5599
+ documentationPages: z194.number(),
5600
+ figmaComponents: z194.number()
5599
5601
  });
5600
5602
  var DTODesignSystemVersionStatsQuery = z194.object({
5603
+ /**
5604
+ * Unique ID across versions (non-persistent ID)
5605
+ */
5601
5606
  brandId: z194.string().optional()
5602
5607
  });
5603
5608