@supernova-studio/client 0.58.14 → 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.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4042,7 +4042,7 @@ var ExporterPropertyValuesCollection = _zod.z.object({
|
|
|
4042
4042
|
var PublishedDocPageVisitsEntry = _zod.z.object({
|
|
4043
4043
|
id: _zod.z.string(),
|
|
4044
4044
|
versionId: _zod.z.string(),
|
|
4045
|
-
|
|
4045
|
+
pagePersistentId: _zod.z.string(),
|
|
4046
4046
|
locale: _zod.z.string().optional(),
|
|
4047
4047
|
timestamp: _zod.z.coerce.date(),
|
|
4048
4048
|
visits: _zod.z.number()
|
|
@@ -4051,6 +4051,7 @@ var PublishedDocPage = _zod.z.object({
|
|
|
4051
4051
|
id: _zod.z.string(),
|
|
4052
4052
|
publishedDocId: _zod.z.string(),
|
|
4053
4053
|
pageShortPersistentId: _zod.z.string(),
|
|
4054
|
+
pagePersistentId: _zod.z.string().optional(),
|
|
4054
4055
|
pathV1: _zod.z.string(),
|
|
4055
4056
|
pathV2: _zod.z.string(),
|
|
4056
4057
|
storagePath: _zod.z.string(),
|