@authhero/kysely-adapter 11.14.1 → 11.15.0

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.
@@ -121,7 +121,6 @@ declare const sqlUserSchema: z.ZodObject<{
121
121
  family_name: z.ZodOptional<z.ZodString>;
122
122
  }, z.core.$catchall<z.ZodAny>>>;
123
123
  }, z.core.$strip>>>;
124
- login_count: z.ZodOptional<z.ZodNumber>;
125
124
  email_verified: z.ZodNumber;
126
125
  phone_verified: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
127
126
  is_social: z.ZodNumber;