@supernova-studio/model 1.4.17 → 1.4.18

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
@@ -4681,11 +4681,8 @@ var UserSource = z139.enum(["SignUp", "Invite", "SSO"]);
4681
4681
  var User = z139.object({
4682
4682
  id: z139.string(),
4683
4683
  email: z139.string(),
4684
- emailVerified: z139.boolean(),
4685
4684
  createdAt: z139.coerce.date(),
4686
- trialExpiresAt: z139.coerce.date().optional(),
4687
4685
  profile: UserProfile,
4688
- linkedIntegrations: UserLinkedIntegrations.optional(),
4689
4686
  loggedOutAt: z139.coerce.date().optional(),
4690
4687
  isProtected: z139.boolean(),
4691
4688
  source: UserSource.optional()