@authhero/adapter-interfaces 0.74.0 → 0.75.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.
@@ -13137,7 +13137,7 @@ export declare const themeInsertSchema: z.ZodObject<{
13137
13137
  social_buttons_layout: "bottom";
13138
13138
  };
13139
13139
  }>;
13140
- export type ThemeInsert = z.infer<typeof themeInsertSchema>;
13140
+ export type ThemeInsert = z.input<typeof themeInsertSchema>;
13141
13141
  export declare const themeSchema: z.ZodObject<{
13142
13142
  borders: z.ZodObject<{
13143
13143
  button_border_radius: z.ZodNumber;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "type": "git",
12
12
  "url": "https://github.com/markusahlstrand/authhero"
13
13
  },
14
- "version": "0.74.0",
14
+ "version": "0.75.0",
15
15
  "files": [
16
16
  "dist"
17
17
  ],