@supernova-studio/model 1.4.13 → 1.4.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 +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4918,7 +4918,9 @@ var PublishedDocPageVisitsEntry = z149.object({
|
|
|
4918
4918
|
pagePersistentId: z149.string(),
|
|
4919
4919
|
locale: z149.string().optional(),
|
|
4920
4920
|
timestamp: z149.coerce.date(),
|
|
4921
|
-
visits: z149.number()
|
|
4921
|
+
visits: z149.number(),
|
|
4922
|
+
userId: z149.string().optional(),
|
|
4923
|
+
anonymousId: z149.string().optional()
|
|
4922
4924
|
});
|
|
4923
4925
|
|
|
4924
4926
|
// src/dsm/published-doc-page.ts
|