@supernova-studio/model 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.d.mts +96 -46
- package/dist/index.d.ts +96 -46
- 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/src/dsm/published-doc-page-visits.ts +1 -1
- package/src/dsm/published-doc-page.ts +5 -1
package/dist/index.mjs
CHANGED
|
@@ -4635,7 +4635,7 @@ import { z as z141 } from "zod";
|
|
|
4635
4635
|
var PublishedDocPageVisitsEntry = z141.object({
|
|
4636
4636
|
id: z141.string(),
|
|
4637
4637
|
versionId: z141.string(),
|
|
4638
|
-
|
|
4638
|
+
pagePersistentId: z141.string(),
|
|
4639
4639
|
locale: z141.string().optional(),
|
|
4640
4640
|
timestamp: z141.coerce.date(),
|
|
4641
4641
|
visits: z141.number()
|
|
@@ -4653,6 +4653,7 @@ var PublishedDocPage = z142.object({
|
|
|
4653
4653
|
id: z142.string(),
|
|
4654
4654
|
publishedDocId: z142.string(),
|
|
4655
4655
|
pageShortPersistentId: z142.string(),
|
|
4656
|
+
pagePersistentId: z142.string().optional(),
|
|
4656
4657
|
pathV1: z142.string(),
|
|
4657
4658
|
pathV2: z142.string(),
|
|
4658
4659
|
storagePath: z142.string(),
|