@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.
- package/dist/kysely-adapter.cjs +1 -1
- package/dist/kysely-adapter.d.ts +1 -1
- package/dist/kysely-adapter.mjs +363 -268
- package/package.json +3 -3
package/dist/kysely-adapter.d.ts
CHANGED
|
@@ -4735,7 +4735,7 @@ declare const themeInsertSchema: z.ZodObject<{
|
|
|
4735
4735
|
social_buttons_layout: "bottom";
|
|
4736
4736
|
};
|
|
4737
4737
|
}>;
|
|
4738
|
-
export type ThemeInsert = z.
|
|
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;
|