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