@authhero/kysely-adapter 10.26.0 → 10.27.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.
@@ -4735,7 +4735,7 @@ declare const themeInsertSchema: z.ZodObject<{
4735
4735
  social_buttons_layout: "bottom";
4736
4736
  };
4737
4737
  }>;
4738
- export type ThemeInsert = z.infer<typeof themeInsertSchema>;
4738
+ export type ThemeInsert = z.input<typeof themeInsertSchema>;
4739
4739
  declare const themeSchema: z.ZodObject<{
4740
4740
  borders: z.ZodObject<{
4741
4741
  button_border_radius: z.ZodNumber;