@supernova-studio/model 1.4.12 → 1.4.14

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
@@ -5383,6 +5383,7 @@ var Session = z166.object({
5383
5383
  id: z166.string(),
5384
5384
  expiresAt: z166.coerce.date(),
5385
5385
  userId: z166.string().nullable(),
5386
+ anonymousId: z166.string().nullable(),
5386
5387
  data: SessionData
5387
5388
  });
5388
5389
  var AuthTokens = z166.object({