@supernova-studio/client 0.58.12 → 0.58.13

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 CHANGED
@@ -182,6 +182,7 @@ var _ipcidr = require('ip-cidr'); var _ipcidr2 = _interopRequireDefault(_ipcidr)
182
182
 
183
183
 
184
184
 
185
+
185
186
 
186
187
 
187
188
  var __defProp2 = Object.defineProperty;
@@ -4038,6 +4039,14 @@ var ExporterPropertyValuesCollection = _zod.z.object({
4038
4039
  exporterId: _zod.z.string(),
4039
4040
  values: _zod.z.array(ExporterPropertyValue)
4040
4041
  });
4042
+ var PublishedDocPageVisitsEntry = _zod.z.object({
4043
+ id: _zod.z.string(),
4044
+ versionId: _zod.z.string(),
4045
+ pageShortPersistentId: _zod.z.string(),
4046
+ locale: _zod.z.string().optional(),
4047
+ timestamp: _zod.z.coerce.date(),
4048
+ visits: _zod.z.number()
4049
+ });
4041
4050
  var PublishedDocPage = _zod.z.object({
4042
4051
  id: _zod.z.string(),
4043
4052
  publishedDocId: _zod.z.string(),