@supernova-studio/client 1.4.14 → 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.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
|
@@ -4276,7 +4276,9 @@ var PublishedDocPageVisitsEntry = z149.object({
|
|
|
4276
4276
|
pagePersistentId: z149.string(),
|
|
4277
4277
|
locale: z149.string().optional(),
|
|
4278
4278
|
timestamp: z149.coerce.date(),
|
|
4279
|
-
visits: z149.number()
|
|
4279
|
+
visits: z149.number(),
|
|
4280
|
+
userId: z149.string().optional(),
|
|
4281
|
+
anonymousId: z149.string().optional()
|
|
4280
4282
|
});
|
|
4281
4283
|
var PublishedDocPage = z150.object({
|
|
4282
4284
|
id: z150.string(),
|