@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.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().optional(),
4922
- anonymousId: z149.string().optional()
4921
+ userId: nullishToOptional(z149.string()),
4922
+ anonymousId: nullishToOptional(z149.string())
4923
4923
  });
4924
4924
 
4925
4925
  // src/dsm/published-doc-page.ts