@tulip-systems/core 0.3.0 → 0.4.1
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/auth/client.d.mts +10 -0
- package/dist/auth/client.mjs +11 -0
- package/dist/auth/server.d.mts +8 -0
- package/dist/auth/server.mjs +9 -0
- package/dist/auth.d.mts +5 -0
- package/dist/auth.mjs +6 -0
- package/dist/commands/client.d.mts +15 -0
- package/dist/commands/client.mjs +16 -0
- package/dist/commands.d.mts +3 -0
- package/dist/commands.mjs +3 -0
- package/dist/components/client.d.mts +36 -0
- package/dist/components/client.mjs +37 -0
- package/dist/components/common/icons.d.mts +61 -0
- package/dist/components/common/icons.d.mts.map +1 -0
- package/dist/components/common/icons.mjs +122 -0
- package/dist/components/common/icons.mjs.map +1 -0
- package/dist/components/common/status.d.mts +53 -0
- package/dist/components/common/status.d.mts.map +1 -0
- package/dist/components/common/status.mjs +56 -0
- package/dist/components/common/status.mjs.map +1 -0
- package/dist/components/editor/components/block-dropdown.mjs +83 -0
- package/dist/components/editor/components/block-dropdown.mjs.map +1 -0
- package/dist/components/editor/components/content.client.d.mts +7 -0
- package/dist/components/editor/components/content.client.d.mts.map +1 -0
- package/dist/components/editor/components/content.client.mjs +17 -0
- package/dist/components/editor/components/content.client.mjs.map +1 -0
- package/dist/components/editor/components/fixed-menu.client.d.mts +7 -0
- package/dist/components/editor/components/fixed-menu.client.d.mts.map +1 -0
- package/dist/components/editor/components/fixed-menu.client.mjs +134 -0
- package/dist/components/editor/components/fixed-menu.client.mjs.map +1 -0
- package/dist/components/editor/context.client.d.mts +33 -0
- package/dist/components/editor/context.client.d.mts.map +1 -0
- package/dist/components/editor/context.client.mjs +45 -0
- package/dist/components/editor/context.client.mjs.map +1 -0
- package/dist/components/editor/index.client.d.mts +11 -0
- package/dist/components/editor/index.client.d.mts.map +1 -0
- package/dist/components/editor/index.client.mjs +17 -0
- package/dist/components/editor/index.client.mjs.map +1 -0
- package/dist/components/editor/lib/helpers.d.mts +15 -0
- package/dist/components/editor/lib/helpers.d.mts.map +1 -0
- package/dist/components/editor/lib/helpers.mjs +20 -0
- package/dist/components/editor/lib/helpers.mjs.map +1 -0
- package/dist/components/editor/lib/types.d.mts +11 -0
- package/dist/components/editor/lib/types.d.mts.map +1 -0
- package/dist/components/editor/preview.client.d.mts +12 -0
- package/dist/components/editor/preview.client.d.mts.map +1 -0
- package/dist/components/editor/preview.client.mjs +19 -0
- package/dist/components/editor/preview.client.mjs.map +1 -0
- package/dist/components/emails/forget-password-email.mjs +52 -0
- package/dist/components/emails/forget-password-email.mjs.map +1 -0
- package/dist/components/header/back-button.client.d.mts +10 -0
- package/dist/components/header/back-button.client.d.mts.map +1 -0
- package/dist/components/header/back-button.client.mjs +43 -0
- package/dist/components/header/back-button.client.mjs.map +1 -0
- package/dist/components/header/bottom-bar.client.d.mts +29 -0
- package/dist/components/header/bottom-bar.client.d.mts.map +1 -0
- package/dist/components/header/bottom-bar.client.mjs +38 -0
- package/dist/components/header/bottom-bar.client.mjs.map +1 -0
- package/dist/components/header/breadcrumbs.client.d.mts +35 -0
- package/dist/components/header/breadcrumbs.client.d.mts.map +1 -0
- package/dist/components/header/breadcrumbs.client.mjs +64 -0
- package/dist/components/header/breadcrumbs.client.mjs.map +1 -0
- package/dist/components/header/header.client.d.mts +12 -0
- package/dist/components/header/header.client.d.mts.map +1 -0
- package/dist/components/header/header.client.mjs +15 -0
- package/dist/components/header/header.client.mjs.map +1 -0
- package/dist/components/header/indicator.client.mjs +25 -0
- package/dist/components/header/indicator.client.mjs.map +1 -0
- package/dist/components/header/mobile-nav-switcher.client.d.mts +10 -0
- package/dist/components/header/mobile-nav-switcher.client.d.mts.map +1 -0
- package/dist/components/header/mobile-nav-switcher.client.mjs +19 -0
- package/dist/components/header/mobile-nav-switcher.client.mjs.map +1 -0
- package/dist/components/header/top-bar.client.d.mts +43 -0
- package/dist/components/header/top-bar.client.d.mts.map +1 -0
- package/dist/components/header/top-bar.client.mjs +48 -0
- package/dist/components/header/top-bar.client.mjs.map +1 -0
- package/dist/components/layouts/admin-content.client.d.mts +13 -0
- package/dist/components/layouts/admin-content.client.d.mts.map +1 -0
- package/dist/components/layouts/admin-content.client.mjs +23 -0
- package/dist/components/layouts/admin-content.client.mjs.map +1 -0
- package/dist/components/layouts/admin-layout.d.mts +8 -0
- package/dist/components/layouts/admin-layout.d.mts.map +1 -0
- package/dist/components/layouts/admin-layout.mjs +14 -0
- package/dist/components/layouts/admin-layout.mjs.map +1 -0
- package/dist/components/layouts/admin-loading.d.mts +8 -0
- package/dist/components/layouts/admin-loading.d.mts.map +1 -0
- package/dist/components/layouts/admin-loading.mjs +14 -0
- package/dist/components/layouts/admin-loading.mjs.map +1 -0
- package/dist/components/layouts/empty-page.d.mts +31 -0
- package/dist/components/layouts/empty-page.d.mts.map +1 -0
- package/dist/components/layouts/empty-page.mjs +29 -0
- package/dist/components/layouts/empty-page.mjs.map +1 -0
- package/dist/components/layouts/list-layout.d.mts +12 -0
- package/dist/components/layouts/list-layout.d.mts.map +1 -0
- package/dist/components/layouts/list-layout.mjs +15 -0
- package/dist/components/layouts/list-layout.mjs.map +1 -0
- package/dist/components/layouts/not-found-page.d.mts +8 -0
- package/dist/components/layouts/not-found-page.d.mts.map +1 -0
- package/dist/components/layouts/not-found-page.mjs +20 -0
- package/dist/components/layouts/not-found-page.mjs.map +1 -0
- package/dist/components/layouts/not-found-section.mjs +30 -0
- package/dist/components/layouts/not-found-section.mjs.map +1 -0
- package/dist/components/layouts/providers.client.d.mts +10 -0
- package/dist/components/layouts/providers.client.d.mts.map +1 -0
- package/dist/components/layouts/providers.client.mjs +31 -0
- package/dist/components/layouts/providers.client.mjs.map +1 -0
- package/dist/components/layouts/root-layout.server.d.mts +37 -0
- package/dist/components/layouts/root-layout.server.d.mts.map +1 -0
- package/dist/components/layouts/root-layout.server.mjs +47 -0
- package/dist/components/layouts/root-layout.server.mjs.map +1 -0
- package/dist/components/layouts/root-loading.d.mts +7 -0
- package/dist/components/layouts/root-loading.d.mts.map +1 -0
- package/dist/components/layouts/root-loading.mjs +14 -0
- package/dist/components/layouts/root-loading.mjs.map +1 -0
- package/dist/components/layouts/tab-layout.d.mts +23 -0
- package/dist/components/layouts/tab-layout.d.mts.map +1 -0
- package/dist/components/layouts/tab-layout.mjs +51 -0
- package/dist/components/layouts/tab-layout.mjs.map +1 -0
- package/dist/components/lists/data-list.d.mts +31 -0
- package/dist/components/lists/data-list.d.mts.map +1 -0
- package/dist/components/lists/data-list.mjs +36 -0
- package/dist/components/lists/data-list.mjs.map +1 -0
- package/dist/components/lists/data-stack.d.mts +49 -0
- package/dist/components/lists/data-stack.d.mts.map +1 -0
- package/dist/components/lists/data-stack.mjs +57 -0
- package/dist/components/lists/data-stack.mjs.map +1 -0
- package/dist/components/navigation/admin-sidebar-header.client.mjs +92 -0
- package/dist/components/navigation/admin-sidebar-header.client.mjs.map +1 -0
- package/dist/components/navigation/admin-sidebar-paths.client.d.mts +82 -0
- package/dist/components/navigation/admin-sidebar-paths.client.d.mts.map +1 -0
- package/dist/components/navigation/admin-sidebar-paths.client.mjs +142 -0
- package/dist/components/navigation/admin-sidebar-paths.client.mjs.map +1 -0
- package/dist/components/navigation/admin-sidebar-skeleton.mjs +31 -0
- package/dist/components/navigation/admin-sidebar-skeleton.mjs.map +1 -0
- package/dist/components/server.d.mts +3 -0
- package/dist/components/server.mjs +4 -0
- package/dist/components/ui/accordion.d.mts +25 -0
- package/dist/components/ui/accordion.d.mts.map +1 -0
- package/dist/components/ui/accordion.mjs +47 -0
- package/dist/components/ui/accordion.mjs.map +1 -0
- package/dist/components/ui/alert-dialog.d.mts +43 -0
- package/dist/components/ui/alert-dialog.d.mts.map +1 -0
- package/dist/components/ui/alert-dialog.mjs +85 -0
- package/dist/components/ui/alert-dialog.mjs.map +1 -0
- package/dist/components/ui/alert.d.mts +25 -0
- package/dist/components/ui/alert.d.mts.map +1 -0
- package/dist/components/ui/alert.mjs +39 -0
- package/dist/components/ui/alert.mjs.map +1 -0
- package/dist/components/ui/aspect-ratio.d.mts +8 -0
- package/dist/components/ui/aspect-ratio.d.mts.map +1 -0
- package/dist/components/ui/aspect-ratio.mjs +16 -0
- package/dist/components/ui/aspect-ratio.mjs.map +1 -0
- package/dist/components/ui/avatar.client.d.mts +20 -0
- package/dist/components/ui/avatar.client.d.mts.map +1 -0
- package/dist/components/ui/avatar.client.mjs +33 -0
- package/dist/components/ui/avatar.client.mjs.map +1 -0
- package/dist/components/ui/badge.d.mts +20 -0
- package/dist/components/ui/badge.d.mts.map +1 -0
- package/dist/components/ui/badge.mjs +27 -0
- package/dist/components/ui/badge.mjs.map +1 -0
- package/dist/components/ui/breadcrumb.d.mts +36 -0
- package/dist/components/ui/breadcrumb.d.mts.map +1 -0
- package/dist/components/ui/breadcrumb.mjs +72 -0
- package/dist/components/ui/breadcrumb.mjs.map +1 -0
- package/dist/components/ui/button.d.mts +22 -0
- package/dist/components/ui/button.d.mts.map +1 -0
- package/dist/components/ui/button.mjs +44 -0
- package/dist/components/ui/button.mjs.map +1 -0
- package/dist/components/ui/calendar.d.mts +14 -0
- package/dist/components/ui/calendar.d.mts.map +1 -0
- package/dist/components/ui/calendar.mjs +56 -0
- package/dist/components/ui/calendar.mjs.map +1 -0
- package/dist/components/ui/card.d.mts +31 -0
- package/dist/components/ui/card.d.mts.map +1 -0
- package/dist/components/ui/card.mjs +51 -0
- package/dist/components/ui/card.mjs.map +1 -0
- package/dist/components/ui/carousel.d.mts +48 -0
- package/dist/components/ui/carousel.d.mts.map +1 -0
- package/dist/components/ui/carousel.mjs +136 -0
- package/dist/components/ui/carousel.mjs.map +1 -0
- package/dist/components/ui/chart.client.d.mts +72 -0
- package/dist/components/ui/chart.client.d.mts.map +1 -0
- package/dist/components/ui/chart.client.mjs +143 -0
- package/dist/components/ui/chart.client.mjs.map +1 -0
- package/dist/components/ui/checkbox.d.mts +12 -0
- package/dist/components/ui/checkbox.d.mts.map +1 -0
- package/dist/components/ui/checkbox.mjs +25 -0
- package/dist/components/ui/checkbox.mjs.map +1 -0
- package/dist/components/ui/collapsible.client.d.mts +16 -0
- package/dist/components/ui/collapsible.client.d.mts.map +1 -0
- package/dist/components/ui/collapsible.client.mjs +28 -0
- package/dist/components/ui/collapsible.client.mjs.map +1 -0
- package/dist/components/ui/color-picker.client.d.mts +16 -0
- package/dist/components/ui/color-picker.client.d.mts.map +1 -0
- package/dist/components/ui/color-picker.client.mjs +38 -0
- package/dist/components/ui/color-picker.client.mjs.map +1 -0
- package/dist/components/ui/combobox-dropdown.client.d.mts +47 -0
- package/dist/components/ui/combobox-dropdown.client.d.mts.map +1 -0
- package/dist/components/ui/combobox-dropdown.client.mjs +94 -0
- package/dist/components/ui/combobox-dropdown.client.mjs.map +1 -0
- package/dist/components/ui/combobox.client.d.mts +31 -0
- package/dist/components/ui/combobox.client.d.mts.map +1 -0
- package/dist/components/ui/combobox.client.mjs +67 -0
- package/dist/components/ui/combobox.client.mjs.map +1 -0
- package/dist/components/ui/command.d.mts +49 -0
- package/dist/components/ui/command.d.mts.map +1 -0
- package/dist/components/ui/command.mjs +89 -0
- package/dist/components/ui/command.mjs.map +1 -0
- package/dist/components/ui/context-menu.d.mts +77 -0
- package/dist/components/ui/context-menu.d.mts.map +1 -0
- package/dist/components/ui/context-menu.mjs +126 -0
- package/dist/components/ui/context-menu.mjs.map +1 -0
- package/dist/components/ui/date-picker.client.d.mts +21 -0
- package/dist/components/ui/date-picker.client.d.mts.map +1 -0
- package/dist/components/ui/date-picker.client.mjs +44 -0
- package/dist/components/ui/date-picker.client.mjs.map +1 -0
- package/dist/components/ui/dialog.client.d.mts +45 -0
- package/dist/components/ui/dialog.client.d.mts.map +1 -0
- package/dist/components/ui/dialog.client.mjs +89 -0
- package/dist/components/ui/dialog.client.mjs.map +1 -0
- package/dist/components/ui/drawer.client.d.mts +45 -0
- package/dist/components/ui/drawer.client.d.mts.map +1 -0
- package/dist/components/ui/drawer.client.mjs +82 -0
- package/dist/components/ui/drawer.client.mjs.map +1 -0
- package/dist/components/ui/dropdown-menu.d.mts +78 -0
- package/dist/components/ui/dropdown-menu.d.mts.map +1 -0
- package/dist/components/ui/dropdown-menu.mjs +127 -0
- package/dist/components/ui/dropdown-menu.mjs.map +1 -0
- package/dist/components/ui/form.client.d.mts +49 -0
- package/dist/components/ui/form.client.d.mts.map +1 -0
- package/dist/components/ui/form.client.mjs +93 -0
- package/dist/components/ui/form.client.mjs.map +1 -0
- package/dist/components/ui/hover-card.client.d.mts +20 -0
- package/dist/components/ui/hover-card.client.d.mts.map +1 -0
- package/dist/components/ui/hover-card.client.mjs +33 -0
- package/dist/components/ui/hover-card.client.mjs.map +1 -0
- package/dist/components/ui/input-recipient.d.mts +25 -0
- package/dist/components/ui/input-recipient.d.mts.map +1 -0
- package/dist/components/ui/input-recipient.mjs +219 -0
- package/dist/components/ui/input-recipient.mjs.map +1 -0
- package/dist/components/ui/input.d.mts +12 -0
- package/dist/components/ui/input.d.mts.map +1 -0
- package/dist/components/ui/input.mjs +17 -0
- package/dist/components/ui/input.mjs.map +1 -0
- package/dist/components/ui/label.d.mts +12 -0
- package/dist/components/ui/label.d.mts.map +1 -0
- package/dist/components/ui/label.mjs +19 -0
- package/dist/components/ui/label.mjs.map +1 -0
- package/dist/components/ui/navigation-menu.d.mts +47 -0
- package/dist/components/ui/navigation-menu.d.mts.map +1 -0
- package/dist/components/ui/navigation-menu.mjs +85 -0
- package/dist/components/ui/navigation-menu.mjs.map +1 -0
- package/dist/components/ui/pagination.d.mts +40 -0
- package/dist/components/ui/pagination.d.mts.map +1 -0
- package/dist/components/ui/pagination.mjs +81 -0
- package/dist/components/ui/pagination.mjs.map +1 -0
- package/dist/components/ui/popover.d.mts +23 -0
- package/dist/components/ui/popover.d.mts.map +1 -0
- package/dist/components/ui/popover.mjs +39 -0
- package/dist/components/ui/popover.mjs.map +1 -0
- package/dist/components/ui/progress.client.d.mts +13 -0
- package/dist/components/ui/progress.client.d.mts.map +1 -0
- package/dist/components/ui/progress.client.mjs +24 -0
- package/dist/components/ui/progress.client.mjs.map +1 -0
- package/dist/components/ui/radio-group.d.mts +16 -0
- package/dist/components/ui/radio-group.d.mts.map +1 -0
- package/dist/components/ui/radio-group.mjs +32 -0
- package/dist/components/ui/radio-group.mjs.map +1 -0
- package/dist/components/ui/resizable.client.d.mts +22 -0
- package/dist/components/ui/resizable.client.d.mts.map +1 -0
- package/dist/components/ui/resizable.client.mjs +37 -0
- package/dist/components/ui/resizable.client.mjs.map +1 -0
- package/dist/components/ui/scroll-area.d.mts +18 -0
- package/dist/components/ui/scroll-area.d.mts.map +1 -0
- package/dist/components/ui/scroll-area.mjs +40 -0
- package/dist/components/ui/scroll-area.mjs.map +1 -0
- package/dist/components/ui/select.client.d.mts +49 -0
- package/dist/components/ui/select.client.d.mts.map +1 -0
- package/dist/components/ui/select.client.mjs +99 -0
- package/dist/components/ui/select.client.mjs.map +1 -0
- package/dist/components/ui/separator.d.mts +14 -0
- package/dist/components/ui/separator.d.mts.map +1 -0
- package/dist/components/ui/separator.mjs +21 -0
- package/dist/components/ui/separator.mjs.map +1 -0
- package/dist/components/ui/sheet.client.d.mts +41 -0
- package/dist/components/ui/sheet.client.d.mts.map +1 -0
- package/dist/components/ui/sheet.client.mjs +84 -0
- package/dist/components/ui/sheet.client.mjs.map +1 -0
- package/dist/components/ui/sidebar.client.d.mts +168 -0
- package/dist/components/ui/sidebar.client.d.mts.map +1 -0
- package/dist/components/ui/sidebar.client.mjs +374 -0
- package/dist/components/ui/sidebar.client.mjs.map +1 -0
- package/dist/components/ui/skeleton.d.mts +10 -0
- package/dist/components/ui/skeleton.d.mts.map +1 -0
- package/dist/components/ui/skeleton.mjs +15 -0
- package/dist/components/ui/skeleton.mjs.map +1 -0
- package/dist/components/ui/slider.d.mts +16 -0
- package/dist/components/ui/slider.d.mts.map +1 -0
- package/dist/components/ui/slider.mjs +40 -0
- package/dist/components/ui/slider.mjs.map +1 -0
- package/dist/components/ui/sonner.client.d.mts +10 -0
- package/dist/components/ui/sonner.client.d.mts.map +1 -0
- package/dist/components/ui/sonner.client.mjs +25 -0
- package/dist/components/ui/sonner.client.mjs.map +1 -0
- package/dist/components/ui/spinner.mjs +63 -0
- package/dist/components/ui/spinner.mjs.map +1 -0
- package/dist/components/ui/switch.d.mts +12 -0
- package/dist/components/ui/switch.d.mts.map +1 -0
- package/dist/components/ui/switch.mjs +23 -0
- package/dist/components/ui/switch.mjs.map +1 -0
- package/dist/components/ui/tabs.d.mts +24 -0
- package/dist/components/ui/tabs.d.mts.map +1 -0
- package/dist/components/ui/tabs.mjs +40 -0
- package/dist/components/ui/tabs.mjs.map +1 -0
- package/dist/components/ui/textarea.d.mts +11 -0
- package/dist/components/ui/textarea.d.mts.map +1 -0
- package/dist/components/ui/textarea.mjs +16 -0
- package/dist/components/ui/textarea.mjs.map +1 -0
- package/dist/components/ui/time-input.client.d.mts +16 -0
- package/dist/components/ui/time-input.client.d.mts.map +1 -0
- package/dist/components/ui/time-input.client.mjs +53 -0
- package/dist/components/ui/time-input.client.mjs.map +1 -0
- package/dist/components/ui/time-picker-input.client.d.mts +15 -0
- package/dist/components/ui/time-picker-input.client.d.mts.map +1 -0
- package/dist/components/ui/time-picker-input.client.mjs +64 -0
- package/dist/components/ui/time-picker-input.client.mjs.map +1 -0
- package/dist/components/ui/toggle-group.client.d.mts +24 -0
- package/dist/components/ui/toggle-group.client.d.mts.map +1 -0
- package/dist/components/ui/toggle-group.client.mjs +47 -0
- package/dist/components/ui/toggle-group.client.mjs.map +1 -0
- package/dist/components/ui/toggle.d.mts +20 -0
- package/dist/components/ui/toggle.d.mts.map +1 -0
- package/dist/components/ui/toggle.mjs +41 -0
- package/dist/components/ui/toggle.mjs.map +1 -0
- package/dist/components/ui/tooltip.client.d.mts +24 -0
- package/dist/components/ui/tooltip.client.d.mts.map +1 -0
- package/dist/components/ui/tooltip.client.mjs +40 -0
- package/dist/components/ui/tooltip.client.mjs.map +1 -0
- package/dist/components.d.mts +41 -0
- package/dist/components.mjs +41 -0
- package/dist/config/server.d.mts +4 -0
- package/dist/config/server.mjs +5 -0
- package/dist/config.d.mts +7 -0
- package/dist/config.mjs +6 -0
- package/dist/data-tables/client.d.mts +21 -0
- package/dist/data-tables/client.mjs +22 -0
- package/dist/data-tables/server.d.mts +7 -0
- package/dist/data-tables/server.mjs +8 -0
- package/dist/data-tables.d.mts +13 -0
- package/dist/data-tables.mjs +13 -0
- package/dist/inline-edit/client.d.mts +14 -0
- package/dist/inline-edit/client.mjs +15 -0
- package/dist/inline-edit.d.mts +2 -0
- package/dist/inline-edit.mjs +3 -0
- package/dist/lib/client.d.mts +4 -0
- package/dist/lib/client.mjs +5 -0
- package/dist/lib/config/constants.d.mts +5 -0
- package/dist/lib/config/constants.d.mts.map +1 -0
- package/dist/lib/config/constants.mjs +6 -0
- package/dist/lib/config/constants.mjs.map +1 -0
- package/dist/lib/hooks/use-action.d.mts +18 -0
- package/dist/lib/hooks/use-action.d.mts.map +1 -0
- package/dist/lib/hooks/use-action.mjs +42 -0
- package/dist/lib/hooks/use-action.mjs.map +1 -0
- package/dist/lib/hooks/use-indicator.d.mts +32 -0
- package/dist/lib/hooks/use-indicator.d.mts.map +1 -0
- package/dist/lib/hooks/use-indicator.mjs +50 -0
- package/dist/lib/hooks/use-indicator.mjs.map +1 -0
- package/dist/lib/hooks/use-mobile.client.d.mts +7 -0
- package/dist/lib/hooks/use-mobile.client.d.mts.map +1 -0
- package/dist/lib/hooks/use-mobile.client.mjs +22 -0
- package/dist/lib/hooks/use-mobile.client.mjs.map +1 -0
- package/dist/lib/types/config.d.mts +12 -0
- package/dist/lib/types/config.d.mts.map +1 -0
- package/dist/lib/utils/array-move.d.mts +11 -0
- package/dist/lib/utils/array-move.d.mts.map +1 -0
- package/dist/lib/utils/array-move.mjs +13 -0
- package/dist/lib/utils/array-move.mjs.map +1 -0
- package/dist/lib/utils/cn.d.mts +7 -0
- package/dist/lib/utils/cn.d.mts.map +1 -0
- package/dist/lib/utils/cn.mjs +11 -0
- package/dist/lib/utils/cn.mjs.map +1 -0
- package/dist/lib/utils/fonts.d.mts +8 -0
- package/dist/lib/utils/fonts.d.mts.map +1 -0
- package/dist/lib/utils/fonts.mjs +12 -0
- package/dist/lib/utils/fonts.mjs.map +1 -0
- package/dist/lib/utils/format.d.mts +52 -0
- package/dist/lib/utils/format.d.mts.map +1 -0
- package/dist/lib/utils/format.mjs +114 -0
- package/dist/lib/utils/format.mjs.map +1 -0
- package/dist/lib/utils/manifest.d.mts +8 -0
- package/dist/lib/utils/manifest.d.mts.map +1 -0
- package/dist/lib/utils/manifest.mjs +36 -0
- package/dist/lib/utils/manifest.mjs.map +1 -0
- package/dist/lib/utils/time-picker.d.mts +6 -0
- package/dist/lib/utils/time-picker.d.mts.map +1 -0
- package/dist/lib/utils/time-picker.mjs +104 -0
- package/dist/lib/utils/time-picker.mjs.map +1 -0
- package/dist/lib/utils/url.d.mts +10 -0
- package/dist/lib/utils/url.d.mts.map +1 -0
- package/dist/lib/utils/url.mjs +15 -0
- package/dist/lib/utils/url.mjs.map +1 -0
- package/dist/lib/utils/user-agent.mjs +60 -0
- package/dist/lib/utils/user-agent.mjs.map +1 -0
- package/dist/lib.d.mts +9 -0
- package/dist/lib.mjs +9 -0
- package/dist/modules/auth/components/allowed.client.d.mts +21 -0
- package/dist/modules/auth/components/allowed.client.d.mts.map +1 -0
- package/dist/modules/auth/components/allowed.client.mjs +15 -0
- package/dist/modules/auth/components/allowed.client.mjs.map +1 -0
- package/dist/modules/auth/components/auth-layout.server.d.mts +10 -0
- package/dist/modules/auth/components/auth-layout.server.d.mts.map +1 -0
- package/dist/modules/auth/components/auth-layout.server.mjs +37 -0
- package/dist/modules/auth/components/auth-layout.server.mjs.map +1 -0
- package/dist/modules/auth/components/auth-loading.d.mts +7 -0
- package/dist/modules/auth/components/auth-loading.d.mts.map +1 -0
- package/dist/modules/auth/components/auth-loading.mjs +18 -0
- package/dist/modules/auth/components/auth-loading.mjs.map +1 -0
- package/dist/modules/auth/components/create-first-user-page.client.d.mts +7 -0
- package/dist/modules/auth/components/create-first-user-page.client.d.mts.map +1 -0
- package/dist/modules/auth/components/create-first-user-page.client.mjs +152 -0
- package/dist/modules/auth/components/create-first-user-page.client.mjs.map +1 -0
- package/dist/modules/auth/components/forget-password-page.client.d.mts +7 -0
- package/dist/modules/auth/components/forget-password-page.client.d.mts.map +1 -0
- package/dist/modules/auth/components/forget-password-page.client.mjs +72 -0
- package/dist/modules/auth/components/forget-password-page.client.mjs.map +1 -0
- package/dist/modules/auth/components/guard-first-user.server.d.mts +18 -0
- package/dist/modules/auth/components/guard-first-user.server.d.mts.map +1 -0
- package/dist/modules/auth/components/guard-first-user.server.mjs +16 -0
- package/dist/modules/auth/components/guard-first-user.server.mjs.map +1 -0
- package/dist/modules/auth/components/guard.server.d.mts +14 -0
- package/dist/modules/auth/components/guard.server.d.mts.map +1 -0
- package/dist/modules/auth/components/guard.server.mjs +20 -0
- package/dist/modules/auth/components/guard.server.mjs.map +1 -0
- package/dist/modules/auth/components/login-page.client.d.mts +12 -0
- package/dist/modules/auth/components/login-page.client.d.mts.map +1 -0
- package/dist/modules/auth/components/login-page.client.mjs +155 -0
- package/dist/modules/auth/components/login-page.client.mjs.map +1 -0
- package/dist/modules/auth/components/reset-password-page.client.d.mts +12 -0
- package/dist/modules/auth/components/reset-password-page.client.d.mts.map +1 -0
- package/dist/modules/auth/components/reset-password-page.client.mjs +121 -0
- package/dist/modules/auth/components/reset-password-page.client.mjs.map +1 -0
- package/dist/modules/auth/components/update-password-command.d.mts +23 -0
- package/dist/modules/auth/components/update-password-command.d.mts.map +1 -0
- package/dist/modules/auth/components/update-password-command.mjs +49 -0
- package/dist/modules/auth/components/update-password-command.mjs.map +1 -0
- package/dist/modules/auth/db/schema.d.mts +967 -0
- package/dist/modules/auth/db/schema.d.mts.map +1 -0
- package/dist/modules/auth/db/schema.mjs +110 -0
- package/dist/modules/auth/db/schema.mjs.map +1 -0
- package/dist/modules/auth/handler/client.client.d.mts +1406 -0
- package/dist/modules/auth/handler/client.client.d.mts.map +1 -0
- package/dist/modules/auth/handler/client.client.mjs +17 -0
- package/dist/modules/auth/handler/client.client.mjs.map +1 -0
- package/dist/modules/auth/handler/init.d.mts +1853 -0
- package/dist/modules/auth/handler/init.d.mts.map +1 -0
- package/dist/modules/auth/handler/init.mjs +74 -0
- package/dist/modules/auth/handler/init.mjs.map +1 -0
- package/dist/modules/auth/handler/proxy.server.d.mts +13 -0
- package/dist/modules/auth/handler/proxy.server.d.mts.map +1 -0
- package/dist/modules/auth/handler/proxy.server.mjs +22 -0
- package/dist/modules/auth/handler/proxy.server.mjs.map +1 -0
- package/dist/modules/auth/handler/route.server.d.mts +18 -0
- package/dist/modules/auth/handler/route.server.d.mts.map +1 -0
- package/dist/modules/auth/handler/route.server.mjs +29 -0
- package/dist/modules/auth/handler/route.server.mjs.map +1 -0
- package/dist/modules/auth/hooks/use-permission.d.mts +26 -0
- package/dist/modules/auth/hooks/use-permission.d.mts.map +1 -0
- package/dist/modules/auth/hooks/use-permission.mjs +52 -0
- package/dist/modules/auth/hooks/use-permission.mjs.map +1 -0
- package/dist/modules/auth/hooks/use-session.d.mts +34 -0
- package/dist/modules/auth/hooks/use-session.d.mts.map +1 -0
- package/dist/modules/auth/hooks/use-session.mjs +20 -0
- package/dist/modules/auth/hooks/use-session.mjs.map +1 -0
- package/dist/modules/auth/lib/helpers.server.d.mts +85 -0
- package/dist/modules/auth/lib/helpers.server.d.mts.map +1 -0
- package/dist/modules/auth/lib/helpers.server.mjs +42 -0
- package/dist/modules/auth/lib/helpers.server.mjs.map +1 -0
- package/dist/modules/auth/lib/permissions.d.mts +18 -0
- package/dist/modules/auth/lib/permissions.d.mts.map +1 -0
- package/dist/modules/auth/lib/permissions.mjs +15 -0
- package/dist/modules/auth/lib/permissions.mjs.map +1 -0
- package/dist/modules/auth/lib/utils.mjs +21 -0
- package/dist/modules/auth/lib/utils.mjs.map +1 -0
- package/dist/modules/auth/lib/validators.d.mts +64 -0
- package/dist/modules/auth/lib/validators.d.mts.map +1 -0
- package/dist/modules/auth/lib/validators.mjs +56 -0
- package/dist/modules/auth/lib/validators.mjs.map +1 -0
- package/dist/modules/commands/components/alert-dialog-command.client.d.mts +93 -0
- package/dist/modules/commands/components/alert-dialog-command.client.d.mts.map +1 -0
- package/dist/modules/commands/components/alert-dialog-command.client.mjs +159 -0
- package/dist/modules/commands/components/alert-dialog-command.client.mjs.map +1 -0
- package/dist/modules/commands/components/click-command.client.d.mts +27 -0
- package/dist/modules/commands/components/click-command.client.d.mts.map +1 -0
- package/dist/modules/commands/components/click-command.client.mjs +65 -0
- package/dist/modules/commands/components/click-command.client.mjs.map +1 -0
- package/dist/modules/commands/components/command-trigger.client.d.mts +34 -0
- package/dist/modules/commands/components/command-trigger.client.d.mts.map +1 -0
- package/dist/modules/commands/components/command-trigger.client.mjs +50 -0
- package/dist/modules/commands/components/command-trigger.client.mjs.map +1 -0
- package/dist/modules/commands/components/dialog-command.client.d.mts +68 -0
- package/dist/modules/commands/components/dialog-command.client.d.mts.map +1 -0
- package/dist/modules/commands/components/dialog-command.client.mjs +130 -0
- package/dist/modules/commands/components/dialog-command.client.mjs.map +1 -0
- package/dist/modules/commands/components/dropdown-command.client.d.mts +60 -0
- package/dist/modules/commands/components/dropdown-command.client.d.mts.map +1 -0
- package/dist/modules/commands/components/dropdown-command.client.mjs +132 -0
- package/dist/modules/commands/components/dropdown-command.client.mjs.map +1 -0
- package/dist/modules/commands/components/empty-command.client.d.mts +19 -0
- package/dist/modules/commands/components/empty-command.client.d.mts.map +1 -0
- package/dist/modules/commands/components/empty-command.client.mjs +56 -0
- package/dist/modules/commands/components/empty-command.client.mjs.map +1 -0
- package/dist/modules/commands/components/form-dialog-command.client.d.mts +100 -0
- package/dist/modules/commands/components/form-dialog-command.client.d.mts.map +1 -0
- package/dist/modules/commands/components/form-dialog-command.client.mjs +186 -0
- package/dist/modules/commands/components/form-dialog-command.client.mjs.map +1 -0
- package/dist/modules/commands/components/render-command.mjs +16 -0
- package/dist/modules/commands/components/render-command.mjs.map +1 -0
- package/dist/modules/commands/hooks/context.client.mjs +32 -0
- package/dist/modules/commands/hooks/context.client.mjs.map +1 -0
- package/dist/modules/commands/hooks/use-command-action.client.d.mts +22 -0
- package/dist/modules/commands/hooks/use-command-action.client.d.mts.map +1 -0
- package/dist/modules/commands/hooks/use-command-action.client.mjs +74 -0
- package/dist/modules/commands/hooks/use-command-action.client.mjs.map +1 -0
- package/dist/modules/commands/hooks/use-command-menu.client.d.mts +17 -0
- package/dist/modules/commands/hooks/use-command-menu.client.d.mts.map +1 -0
- package/dist/modules/commands/hooks/use-command-menu.client.mjs +89 -0
- package/dist/modules/commands/hooks/use-command-menu.client.mjs.map +1 -0
- package/dist/modules/commands/lib/definitions.d.mts +54 -0
- package/dist/modules/commands/lib/definitions.d.mts.map +1 -0
- package/dist/modules/commands/lib/factory.d.mts +25 -0
- package/dist/modules/commands/lib/factory.d.mts.map +1 -0
- package/dist/modules/commands/lib/factory.mjs +8 -0
- package/dist/modules/commands/lib/factory.mjs.map +1 -0
- package/dist/modules/commands/menus/context-menu.client.d.mts +27 -0
- package/dist/modules/commands/menus/context-menu.client.d.mts.map +1 -0
- package/dist/modules/commands/menus/context-menu.client.mjs +60 -0
- package/dist/modules/commands/menus/context-menu.client.mjs.map +1 -0
- package/dist/modules/commands/menus/data-table-menu.client.mjs +46 -0
- package/dist/modules/commands/menus/data-table-menu.client.mjs.map +1 -0
- package/dist/modules/commands/menus/dropdown-menu.client.d.mts +19 -0
- package/dist/modules/commands/menus/dropdown-menu.client.d.mts.map +1 -0
- package/dist/modules/commands/menus/dropdown-menu.client.mjs +63 -0
- package/dist/modules/commands/menus/dropdown-menu.client.mjs.map +1 -0
- package/dist/modules/commands/menus/inline-menu.client.d.mts +20 -0
- package/dist/modules/commands/menus/inline-menu.client.d.mts.map +1 -0
- package/dist/modules/commands/menus/inline-menu.client.mjs +47 -0
- package/dist/modules/commands/menus/inline-menu.client.mjs.map +1 -0
- package/dist/modules/commands/menus/responsive-menu.client.d.mts +10 -0
- package/dist/modules/commands/menus/responsive-menu.client.d.mts.map +1 -0
- package/dist/modules/commands/menus/responsive-menu.client.mjs +23 -0
- package/dist/modules/commands/menus/responsive-menu.client.mjs.map +1 -0
- package/dist/modules/commands/utils/archive-command.client.d.mts +33 -0
- package/dist/modules/commands/utils/archive-command.client.d.mts.map +1 -0
- package/dist/modules/commands/utils/archive-command.client.mjs +38 -0
- package/dist/modules/commands/utils/archive-command.client.mjs.map +1 -0
- package/dist/modules/commands/utils/delete-command.client.d.mts +23 -0
- package/dist/modules/commands/utils/delete-command.client.d.mts.map +1 -0
- package/dist/modules/commands/utils/delete-command.client.mjs +27 -0
- package/dist/modules/commands/utils/delete-command.client.mjs.map +1 -0
- package/dist/modules/config/db/helpers.d.mts +16 -0
- package/dist/modules/config/db/helpers.d.mts.map +1 -0
- package/dist/modules/config/db/helpers.mjs +17 -0
- package/dist/modules/config/db/helpers.mjs.map +1 -0
- package/dist/modules/config/db/init.d.mts +23 -0
- package/dist/modules/config/db/init.d.mts.map +1 -0
- package/dist/modules/config/db/init.mjs +16 -0
- package/dist/modules/config/db/init.mjs.map +1 -0
- package/dist/modules/config/db/types.d.mts +5 -0
- package/dist/modules/config/db/types.d.mts.map +1 -0
- package/dist/modules/config/lib/config.d.mts +17 -0
- package/dist/modules/config/lib/config.d.mts.map +1 -0
- package/dist/modules/config/lib/config.mjs +9 -0
- package/dist/modules/config/lib/config.mjs.map +1 -0
- package/dist/modules/config/lib/context.d.mts +19 -0
- package/dist/modules/config/lib/context.d.mts.map +1 -0
- package/dist/modules/config/lib/context.mjs +8 -0
- package/dist/modules/config/lib/context.mjs.map +1 -0
- package/dist/modules/config/paths/helpers.d.mts +11 -0
- package/dist/modules/config/paths/helpers.d.mts.map +1 -0
- package/dist/modules/config/paths/helpers.mjs +9 -0
- package/dist/modules/config/paths/helpers.mjs.map +1 -0
- package/dist/modules/config/paths/types.d.mts +33 -0
- package/dist/modules/config/paths/types.d.mts.map +1 -0
- package/dist/modules/config/providers/blob.d.mts +10 -0
- package/dist/modules/config/providers/blob.d.mts.map +1 -0
- package/dist/modules/config/providers/blob.mjs +11 -0
- package/dist/modules/config/providers/blob.mjs.map +1 -0
- package/dist/modules/config/providers/email.d.mts +12 -0
- package/dist/modules/config/providers/email.d.mts.map +1 -0
- package/dist/modules/config/providers/email.mjs +11 -0
- package/dist/modules/config/providers/email.mjs.map +1 -0
- package/dist/modules/data-tables/components/cell/common.client.d.mts +27 -0
- package/dist/modules/data-tables/components/cell/common.client.d.mts.map +1 -0
- package/dist/modules/data-tables/components/cell/common.client.mjs +36 -0
- package/dist/modules/data-tables/components/cell/common.client.mjs.map +1 -0
- package/dist/modules/data-tables/components/cell/index.client.d.mts +11 -0
- package/dist/modules/data-tables/components/cell/index.client.d.mts.map +1 -0
- package/dist/modules/data-tables/components/cell/index.client.mjs +25 -0
- package/dist/modules/data-tables/components/cell/index.client.mjs.map +1 -0
- package/dist/modules/data-tables/components/cell/select.client.d.mts +11 -0
- package/dist/modules/data-tables/components/cell/select.client.d.mts.map +1 -0
- package/dist/modules/data-tables/components/cell/select.client.mjs +37 -0
- package/dist/modules/data-tables/components/cell/select.client.mjs.map +1 -0
- package/dist/modules/data-tables/components/column-header.d.mts +16 -0
- package/dist/modules/data-tables/components/column-header.d.mts.map +1 -0
- package/dist/modules/data-tables/components/column-header.mjs +47 -0
- package/dist/modules/data-tables/components/column-header.mjs.map +1 -0
- package/dist/modules/data-tables/components/filters/combobox.client.d.mts +28 -0
- package/dist/modules/data-tables/components/filters/combobox.client.d.mts.map +1 -0
- package/dist/modules/data-tables/components/filters/combobox.client.mjs +97 -0
- package/dist/modules/data-tables/components/filters/combobox.client.mjs.map +1 -0
- package/dist/modules/data-tables/components/filters/slider.client.d.mts +23 -0
- package/dist/modules/data-tables/components/filters/slider.client.d.mts.map +1 -0
- package/dist/modules/data-tables/components/filters/slider.client.mjs +129 -0
- package/dist/modules/data-tables/components/filters/slider.client.mjs.map +1 -0
- package/dist/modules/data-tables/components/footer.mjs +29 -0
- package/dist/modules/data-tables/components/footer.mjs.map +1 -0
- package/dist/modules/data-tables/components/header.d.mts +41 -0
- package/dist/modules/data-tables/components/header.d.mts.map +1 -0
- package/dist/modules/data-tables/components/header.mjs +44 -0
- package/dist/modules/data-tables/components/header.mjs.map +1 -0
- package/dist/modules/data-tables/components/layout.d.mts +12 -0
- package/dist/modules/data-tables/components/layout.d.mts.map +1 -0
- package/dist/modules/data-tables/components/layout.mjs +15 -0
- package/dist/modules/data-tables/components/layout.mjs.map +1 -0
- package/dist/modules/data-tables/components/search-input.client.d.mts +7 -0
- package/dist/modules/data-tables/components/search-input.client.d.mts.map +1 -0
- package/dist/modules/data-tables/components/search-input.client.mjs +20 -0
- package/dist/modules/data-tables/components/search-input.client.mjs.map +1 -0
- package/dist/modules/data-tables/components/skeleton.d.mts +7 -0
- package/dist/modules/data-tables/components/skeleton.d.mts.map +1 -0
- package/dist/modules/data-tables/components/skeleton.mjs +22 -0
- package/dist/modules/data-tables/components/skeleton.mjs.map +1 -0
- package/dist/modules/data-tables/components/table.d.mts +34 -0
- package/dist/modules/data-tables/components/table.d.mts.map +1 -0
- package/dist/modules/data-tables/components/table.mjs +57 -0
- package/dist/modules/data-tables/components/table.mjs.map +1 -0
- package/dist/modules/data-tables/components/toolbar.d.mts +23 -0
- package/dist/modules/data-tables/components/toolbar.d.mts.map +1 -0
- package/dist/modules/data-tables/components/toolbar.mjs +22 -0
- package/dist/modules/data-tables/components/toolbar.mjs.map +1 -0
- package/dist/modules/data-tables/hooks/use-context.client.d.mts +56 -0
- package/dist/modules/data-tables/hooks/use-context.client.d.mts.map +1 -0
- package/dist/modules/data-tables/hooks/use-context.client.mjs +35 -0
- package/dist/modules/data-tables/hooks/use-context.client.mjs.map +1 -0
- package/dist/modules/data-tables/hooks/use-search.client.mjs +40 -0
- package/dist/modules/data-tables/hooks/use-search.client.mjs.map +1 -0
- package/dist/modules/data-tables/hooks/use-selection.client.mjs +39 -0
- package/dist/modules/data-tables/hooks/use-selection.client.mjs.map +1 -0
- package/dist/modules/data-tables/hooks/use-table.client.d.mts +12 -0
- package/dist/modules/data-tables/hooks/use-table.client.d.mts.map +1 -0
- package/dist/modules/data-tables/hooks/use-table.client.mjs +55 -0
- package/dist/modules/data-tables/hooks/use-table.client.mjs.map +1 -0
- package/dist/modules/data-tables/lib/converters/cursor.d.mts +19 -0
- package/dist/modules/data-tables/lib/converters/cursor.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/converters/cursor.mjs +16 -0
- package/dist/modules/data-tables/lib/converters/cursor.mjs.map +1 -0
- package/dist/modules/data-tables/lib/converters/dto.d.mts +52 -0
- package/dist/modules/data-tables/lib/converters/dto.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/converters/dto.mjs +25 -0
- package/dist/modules/data-tables/lib/converters/dto.mjs.map +1 -0
- package/dist/modules/data-tables/lib/converters/filter.d.mts +10 -0
- package/dist/modules/data-tables/lib/converters/filter.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/converters/filter.mjs +14 -0
- package/dist/modules/data-tables/lib/converters/filter.mjs.map +1 -0
- package/dist/modules/data-tables/lib/converters/search.d.mts +17 -0
- package/dist/modules/data-tables/lib/converters/search.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/converters/search.mjs +16 -0
- package/dist/modules/data-tables/lib/converters/search.mjs.map +1 -0
- package/dist/modules/data-tables/lib/converters/sorting.d.mts +15 -0
- package/dist/modules/data-tables/lib/converters/sorting.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/converters/sorting.mjs +20 -0
- package/dist/modules/data-tables/lib/converters/sorting.mjs.map +1 -0
- package/dist/modules/data-tables/lib/filters/config.d.mts +11 -0
- package/dist/modules/data-tables/lib/filters/config.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/filters/config.mjs +6 -0
- package/dist/modules/data-tables/lib/filters/config.mjs.map +1 -0
- package/dist/modules/data-tables/lib/filters/parsers.d.mts +32 -0
- package/dist/modules/data-tables/lib/filters/parsers.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/filters/parsers.mjs +29 -0
- package/dist/modules/data-tables/lib/filters/parsers.mjs.map +1 -0
- package/dist/modules/data-tables/lib/filters/resolvers.d.mts +24 -0
- package/dist/modules/data-tables/lib/filters/resolvers.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/filters/resolvers.mjs +49 -0
- package/dist/modules/data-tables/lib/filters/resolvers.mjs.map +1 -0
- package/dist/modules/data-tables/lib/helpers/create-column.mjs +11 -0
- package/dist/modules/data-tables/lib/helpers/create-column.mjs.map +1 -0
- package/dist/modules/data-tables/lib/search-params.d.mts +22 -0
- package/dist/modules/data-tables/lib/search-params.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/search-params.mjs +17 -0
- package/dist/modules/data-tables/lib/search-params.mjs.map +1 -0
- package/dist/modules/data-tables/lib/types.d.mts +57 -0
- package/dist/modules/data-tables/lib/types.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/validators.d.mts +21 -0
- package/dist/modules/data-tables/lib/validators.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/validators.mjs +17 -0
- package/dist/modules/data-tables/lib/validators.mjs.map +1 -0
- package/dist/modules/data-tables/server/get-data.server.d.mts +31 -0
- package/dist/modules/data-tables/server/get-data.server.d.mts.map +1 -0
- package/dist/modules/data-tables/server/get-data.server.mjs +48 -0
- package/dist/modules/data-tables/server/get-data.server.mjs.map +1 -0
- package/dist/modules/data-tables/strategies/helpers/sorting.mjs +38 -0
- package/dist/modules/data-tables/strategies/helpers/sorting.mjs.map +1 -0
- package/dist/modules/data-tables/strategies/infinite/components.mjs +51 -0
- package/dist/modules/data-tables/strategies/infinite/components.mjs.map +1 -0
- package/dist/modules/data-tables/strategies/infinite/strategy.d.mts +21 -0
- package/dist/modules/data-tables/strategies/infinite/strategy.d.mts.map +1 -0
- package/dist/modules/data-tables/strategies/infinite/strategy.mjs +48 -0
- package/dist/modules/data-tables/strategies/infinite/strategy.mjs.map +1 -0
- package/dist/modules/data-tables/strategies/pagination/components.mjs +132 -0
- package/dist/modules/data-tables/strategies/pagination/components.mjs.map +1 -0
- package/dist/modules/data-tables/strategies/pagination/strategy.d.mts +13 -0
- package/dist/modules/data-tables/strategies/pagination/strategy.d.mts.map +1 -0
- package/dist/modules/data-tables/strategies/pagination/strategy.mjs +46 -0
- package/dist/modules/data-tables/strategies/pagination/strategy.mjs.map +1 -0
- package/dist/modules/data-tables/tables/data-table/components/body.mjs +33 -0
- package/dist/modules/data-tables/tables/data-table/components/body.mjs.map +1 -0
- package/dist/modules/data-tables/tables/data-table/components/header.mjs +13 -0
- package/dist/modules/data-tables/tables/data-table/components/header.mjs.map +1 -0
- package/dist/modules/data-tables/tables/data-table/components/row.mjs +25 -0
- package/dist/modules/data-tables/tables/data-table/components/row.mjs.map +1 -0
- package/dist/modules/data-tables/tables/data-table/components/table.d.mts +11 -0
- package/dist/modules/data-tables/tables/data-table/components/table.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/data-table/components/table.mjs +37 -0
- package/dist/modules/data-tables/tables/data-table/components/table.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/body.mjs +70 -0
- package/dist/modules/data-tables/tables/inline-table/components/body.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.mts +12 -0
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.mjs +16 -0
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.mts +25 -0
- package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.mjs +39 -0
- package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/header.mjs +11 -0
- package/dist/modules/data-tables/tables/inline-table/components/header.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.mts +29 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.mjs +52 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.mts +27 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.mjs +29 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.mts +39 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.mjs +71 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.mts +12 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.mjs +16 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.mts +33 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.mjs +52 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/row.client.mjs +41 -0
- package/dist/modules/data-tables/tables/inline-table/components/row.client.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/table.d.mts +16 -0
- package/dist/modules/data-tables/tables/inline-table/components/table.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/table.mjs +46 -0
- package/dist/modules/data-tables/tables/inline-table/components/table.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.mts +47 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.mjs +58 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.mjs +27 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.d.mts +17 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.mjs +53 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/combobox-dropdown.client.d.mts +20 -0
- package/dist/modules/inline-edit/components/combobox-dropdown.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/combobox-dropdown.client.mjs +28 -0
- package/dist/modules/inline-edit/components/combobox-dropdown.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/combobox.client.d.mts +15 -0
- package/dist/modules/inline-edit/components/combobox.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/combobox.client.mjs +27 -0
- package/dist/modules/inline-edit/components/combobox.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/date-input.client.d.mts +14 -0
- package/dist/modules/inline-edit/components/date-input.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/date-input.client.mjs +78 -0
- package/dist/modules/inline-edit/components/date-input.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/date-picker.client.d.mts +16 -0
- package/dist/modules/inline-edit/components/date-picker.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/date-picker.client.mjs +50 -0
- package/dist/modules/inline-edit/components/date-picker.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/editor.client.d.mts +18 -0
- package/dist/modules/inline-edit/components/editor.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/editor.client.mjs +35 -0
- package/dist/modules/inline-edit/components/editor.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/input-recipient.client.d.mts +24 -0
- package/dist/modules/inline-edit/components/input-recipient.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/input-recipient.client.mjs +30 -0
- package/dist/modules/inline-edit/components/input-recipient.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/input-toggle.client.d.mts +17 -0
- package/dist/modules/inline-edit/components/input-toggle.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/input-toggle.client.mjs +46 -0
- package/dist/modules/inline-edit/components/input-toggle.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/input.client.d.mts +33 -0
- package/dist/modules/inline-edit/components/input.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/input.client.mjs +49 -0
- package/dist/modules/inline-edit/components/input.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/richtext.client.d.mts +15 -0
- package/dist/modules/inline-edit/components/richtext.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/richtext.client.mjs +31 -0
- package/dist/modules/inline-edit/components/richtext.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/select.client.d.mts +27 -0
- package/dist/modules/inline-edit/components/select.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/select.client.mjs +43 -0
- package/dist/modules/inline-edit/components/select.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/switch.client.d.mts +14 -0
- package/dist/modules/inline-edit/components/switch.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/switch.client.mjs +26 -0
- package/dist/modules/inline-edit/components/switch.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/toggle.client.d.mts +16 -0
- package/dist/modules/inline-edit/components/toggle.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/toggle.client.mjs +33 -0
- package/dist/modules/inline-edit/components/toggle.client.mjs.map +1 -0
- package/dist/modules/inline-edit/hooks/context.client.d.mts +28 -0
- package/dist/modules/inline-edit/hooks/context.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/hooks/context.client.mjs +28 -0
- package/dist/modules/inline-edit/hooks/context.client.mjs.map +1 -0
- package/dist/modules/inline-edit/hooks/use-inline.client.d.mts +16 -0
- package/dist/modules/inline-edit/hooks/use-inline.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/hooks/use-inline.client.mjs +56 -0
- package/dist/modules/inline-edit/hooks/use-inline.client.mjs.map +1 -0
- package/dist/modules/inline-edit/lib/validators.d.mts +58 -0
- package/dist/modules/inline-edit/lib/validators.d.mts.map +1 -0
- package/dist/modules/inline-edit/lib/validators.mjs +35 -0
- package/dist/modules/inline-edit/lib/validators.mjs.map +1 -0
- package/dist/modules/inline-edit/lib/variants.d.mts +11 -0
- package/dist/modules/inline-edit/lib/variants.d.mts.map +1 -0
- package/dist/modules/inline-edit/lib/variants.mjs +14 -0
- package/dist/modules/inline-edit/lib/variants.mjs.map +1 -0
- package/dist/modules/router/handler/caller.client.d.mts +12 -0
- package/dist/modules/router/handler/caller.client.d.mts.map +1 -0
- package/dist/modules/router/handler/caller.client.mjs +24 -0
- package/dist/modules/router/handler/caller.client.mjs.map +1 -0
- package/dist/modules/router/handler/caller.server.d.mts +7 -0
- package/dist/modules/router/handler/caller.server.d.mts.map +1 -0
- package/dist/modules/router/handler/caller.server.mjs +8 -0
- package/dist/modules/router/handler/caller.server.mjs.map +1 -0
- package/dist/modules/router/handler/context.server.d.mts +61 -0
- package/dist/modules/router/handler/context.server.d.mts.map +1 -0
- package/dist/modules/router/handler/context.server.mjs +21 -0
- package/dist/modules/router/handler/context.server.mjs.map +1 -0
- package/dist/modules/router/handler/init.server.d.mts +91 -0
- package/dist/modules/router/handler/init.server.d.mts.map +1 -0
- package/dist/modules/router/handler/init.server.mjs +53 -0
- package/dist/modules/router/handler/init.server.mjs.map +1 -0
- package/dist/modules/router/handler/register.server.d.mts +9 -0
- package/dist/modules/router/handler/register.server.d.mts.map +1 -0
- package/dist/modules/router/handler/register.server.mjs +11 -0
- package/dist/modules/router/handler/register.server.mjs.map +1 -0
- package/dist/modules/router/handler/route.server.d.mts +23 -0
- package/dist/modules/router/handler/route.server.d.mts.map +1 -0
- package/dist/modules/router/handler/route.server.mjs +33 -0
- package/dist/modules/router/handler/route.server.mjs.map +1 -0
- package/dist/modules/router/lib/helpers.mjs +8 -0
- package/dist/modules/router/lib/helpers.mjs.map +1 -0
- package/dist/modules/router/lib/query-client.d.mts +11 -0
- package/dist/modules/router/lib/query-client.d.mts.map +1 -0
- package/dist/modules/router/lib/query-client.mjs +51 -0
- package/dist/modules/router/lib/query-client.mjs.map +1 -0
- package/dist/modules/router/lib/query-client.server.d.mts +18 -0
- package/dist/modules/router/lib/query-client.server.d.mts.map +1 -0
- package/dist/modules/router/lib/query-client.server.mjs +24 -0
- package/dist/modules/router/lib/query-client.server.mjs.map +1 -0
- package/dist/modules/router/lib/validators.d.mts +14 -0
- package/dist/modules/router/lib/validators.d.mts.map +1 -0
- package/dist/modules/router/lib/validators.mjs +11 -0
- package/dist/modules/router/lib/validators.mjs.map +1 -0
- package/dist/modules/uploads/components/button.client.d.mts +12 -0
- package/dist/modules/uploads/components/button.client.d.mts.map +1 -0
- package/dist/modules/uploads/components/button.client.mjs +34 -0
- package/dist/modules/uploads/components/button.client.mjs.map +1 -0
- package/dist/modules/uploads/components/dropzone/context.d.mts +19 -0
- package/dist/modules/uploads/components/dropzone/context.d.mts.map +1 -0
- package/dist/modules/uploads/components/dropzone/context.mjs +18 -0
- package/dist/modules/uploads/components/dropzone/context.mjs.map +1 -0
- package/dist/modules/uploads/components/dropzone/index.d.mts +53 -0
- package/dist/modules/uploads/components/dropzone/index.d.mts.map +1 -0
- package/dist/modules/uploads/components/dropzone/index.mjs +111 -0
- package/dist/modules/uploads/components/dropzone/index.mjs.map +1 -0
- package/dist/modules/uploads/components/images/grid.client.d.mts +11 -0
- package/dist/modules/uploads/components/images/grid.client.d.mts.map +1 -0
- package/dist/modules/uploads/components/images/grid.client.mjs +119 -0
- package/dist/modules/uploads/components/images/grid.client.mjs.map +1 -0
- package/dist/modules/uploads/components/images/input.client.d.mts +16 -0
- package/dist/modules/uploads/components/images/input.client.d.mts.map +1 -0
- package/dist/modules/uploads/components/images/input.client.mjs +28 -0
- package/dist/modules/uploads/components/images/input.client.mjs.map +1 -0
- package/dist/modules/uploads/components/preview-dialog.client.d.mts +16 -0
- package/dist/modules/uploads/components/preview-dialog.client.d.mts.map +1 -0
- package/dist/modules/uploads/components/preview-dialog.client.mjs +22 -0
- package/dist/modules/uploads/components/preview-dialog.client.mjs.map +1 -0
- package/dist/modules/uploads/components/zone.client.d.mts +21 -0
- package/dist/modules/uploads/components/zone.client.d.mts.map +1 -0
- package/dist/modules/uploads/components/zone.client.mjs +38 -0
- package/dist/modules/uploads/components/zone.client.mjs.map +1 -0
- package/dist/modules/uploads/hooks/use-upload-image.client.d.mts +34 -0
- package/dist/modules/uploads/hooks/use-upload-image.client.d.mts.map +1 -0
- package/dist/modules/uploads/hooks/use-upload-image.client.mjs +101 -0
- package/dist/modules/uploads/hooks/use-upload-image.client.mjs.map +1 -0
- package/dist/modules/uploads/hooks/use-upload-zone.client.d.mts +39 -0
- package/dist/modules/uploads/hooks/use-upload-zone.client.d.mts.map +1 -0
- package/dist/modules/uploads/hooks/use-upload-zone.client.mjs +20 -0
- package/dist/modules/uploads/hooks/use-upload-zone.client.mjs.map +1 -0
- package/dist/modules/uploads/lib/constants.d.mts +9 -0
- package/dist/modules/uploads/lib/constants.d.mts.map +1 -0
- package/dist/modules/uploads/lib/constants.mjs +17 -0
- package/dist/modules/uploads/lib/constants.mjs.map +1 -0
- package/dist/modules/uploads/lib/filters.d.mts +15 -0
- package/dist/modules/uploads/lib/filters.d.mts.map +1 -0
- package/dist/modules/uploads/lib/filters.mjs +15 -0
- package/dist/modules/uploads/lib/filters.mjs.map +1 -0
- package/dist/modules/uploads/lib/helpers.d.mts +36 -0
- package/dist/modules/uploads/lib/helpers.d.mts.map +1 -0
- package/dist/modules/uploads/lib/helpers.mjs +93 -0
- package/dist/modules/uploads/lib/helpers.mjs.map +1 -0
- package/dist/modules/uploads/lib/procedures.server.d.mts +13628 -0
- package/dist/modules/uploads/lib/procedures.server.d.mts.map +1 -0
- package/dist/modules/uploads/lib/procedures.server.mjs +176 -0
- package/dist/modules/uploads/lib/procedures.server.mjs.map +1 -0
- package/dist/modules/uploads/lib/proxy.server.d.mts +54 -0
- package/dist/modules/uploads/lib/proxy.server.d.mts.map +1 -0
- package/dist/modules/uploads/lib/proxy.server.mjs +97 -0
- package/dist/modules/uploads/lib/proxy.server.mjs.map +1 -0
- package/dist/modules/uploads/lib/route.server.d.mts +43 -0
- package/dist/modules/uploads/lib/route.server.d.mts.map +1 -0
- package/dist/modules/uploads/lib/route.server.mjs +70 -0
- package/dist/modules/uploads/lib/route.server.mjs.map +1 -0
- package/dist/modules/uploads/lib/schema.d.mts +850 -0
- package/dist/modules/uploads/lib/schema.d.mts.map +1 -0
- package/dist/modules/uploads/lib/schema.mjs +68 -0
- package/dist/modules/uploads/lib/schema.mjs.map +1 -0
- package/dist/modules/uploads/lib/validators.d.mts +1008 -0
- package/dist/modules/uploads/lib/validators.d.mts.map +1 -0
- package/dist/modules/uploads/lib/validators.mjs +26 -0
- package/dist/modules/uploads/lib/validators.mjs.map +1 -0
- package/dist/router/client.d.mts +2 -0
- package/dist/router/client.mjs +3 -0
- package/dist/router/server.d.mts +8 -0
- package/dist/router/server.mjs +9 -0
- package/dist/router.d.mts +2 -0
- package/dist/router.mjs +3 -0
- package/dist/uploads/client.d.mts +10 -0
- package/dist/uploads/client.mjs +11 -0
- package/dist/uploads/server.d.mts +4 -0
- package/dist/uploads/server.mjs +5 -0
- package/dist/uploads.d.mts +6 -0
- package/dist/uploads.mjs +7 -0
- package/package.json +90 -84
- package/src/components/common/icons.tsx +2 -0
- package/src/components/editor/context.client.tsx +4 -4
- package/src/components/editor/lib/helpers.ts +17 -0
- package/src/components/editor/lib/types.ts +6 -0
- package/src/components/editor/preview.client.tsx +2 -2
- package/src/components/entry.client.ts +1 -1
- package/src/components/entry.ts +2 -0
- package/src/components/header/bottom-bar.client.tsx +25 -12
- package/src/components/header/top-bar.client.tsx +1 -1
- package/src/components/layouts/admin-layout.tsx +4 -7
- package/src/components/layouts/not-found-page.tsx +9 -1
- package/src/components/layouts/not-found-section.tsx +10 -5
- package/src/components/layouts/providers.client.tsx +1 -1
- package/src/components/layouts/root-layout.server.tsx +2 -5
- package/src/components/navigation/admin-sidebar-header.client.tsx +49 -5
- package/src/components/ui/accordion.tsx +1 -1
- package/src/components/ui/date-picker.client.tsx +65 -0
- package/src/components/ui/form.client.tsx +4 -1
- package/src/components/ui/input-recipient.tsx +286 -0
- package/src/entry.ts +6 -0
- package/src/lib/utils/format.ts +20 -0
- package/src/lib/utils/manifest.ts +2 -3
- package/src/lib/utils/user-agent.ts +63 -0
- package/src/modules/auth/components/auth-loading.tsx +1 -1
- package/src/modules/auth/components/create-first-user-page.client.tsx +167 -0
- package/src/modules/auth/components/guard-first-user.server.tsx +28 -0
- package/src/modules/auth/components/guard.server.tsx +22 -0
- package/src/modules/auth/components/login-page.client.tsx +111 -40
- package/src/modules/auth/components/reset-password-page.client.tsx +47 -4
- package/src/modules/auth/components/update-password-command.tsx +19 -6
- package/src/modules/auth/db/schema.ts +68 -1
- package/src/modules/auth/entry.client.ts +1 -0
- package/src/modules/auth/entry.server.ts +15 -1
- package/src/modules/auth/handler/client.client.ts +3 -13
- package/src/modules/auth/handler/init.ts +108 -0
- package/src/modules/auth/handler/proxy.server.ts +28 -0
- package/src/modules/auth/handler/route.server.ts +4 -9
- package/src/modules/auth/hooks/use-permission.ts +3 -6
- package/src/modules/auth/lib/helpers.server.ts +6 -10
- package/src/modules/commands/components/alert-dialog-command.client.tsx +29 -80
- package/src/modules/commands/components/click-command.client.tsx +22 -11
- package/src/modules/commands/components/dropdown-command.client.tsx +38 -11
- package/src/modules/commands/components/form-dialog-command.client.tsx +45 -17
- package/src/modules/commands/hooks/use-command-action.client.tsx +28 -20
- package/src/modules/commands/lib/definitions.ts +1 -2
- package/src/modules/commands/lib/factory.ts +1 -1
- package/src/modules/commands/utils/archive-command.client.tsx +26 -17
- package/src/modules/commands/utils/delete-command.client.tsx +17 -11
- package/src/modules/commands/utils/send-mail-command.client.tsx +136 -173
- package/src/modules/config/db/helpers.ts +3 -1
- package/src/modules/config/db/init.ts +25 -0
- package/src/modules/config/entry.server.ts +5 -8
- package/src/modules/config/entry.ts +3 -3
- package/src/modules/config/lib/config.ts +15 -0
- package/src/modules/config/lib/context.ts +17 -0
- package/src/modules/config/providers/blob.ts +11 -0
- package/src/modules/config/providers/email.ts +13 -0
- package/src/modules/data-tables/hooks/use-search.client.ts +3 -2
- package/src/modules/data-tables/server/get-data.server.ts +10 -4
- package/src/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.tsx +9 -2
- package/src/modules/data-tables/tables/inline-table/components/row.client.tsx +2 -1
- package/src/modules/inline-edit/components/combobox-dropdown.client.tsx +6 -0
- package/src/modules/inline-edit/components/editor.client.tsx +7 -2
- package/src/modules/inline-edit/components/input-recipient.client.tsx +43 -0
- package/src/modules/inline-edit/components/input.client.tsx +26 -10
- package/src/modules/inline-edit/components/richtext.client.tsx +2 -0
- package/src/modules/inline-edit/components/select.client.tsx +8 -2
- package/src/modules/inline-edit/entry.client.ts +1 -0
- package/src/modules/inline-edit/hooks/use-inline.client.tsx +3 -3
- package/src/modules/inline-edit/lib/variants.ts +16 -0
- package/src/modules/router/entry.client.ts +4 -0
- package/src/modules/router/entry.server.ts +14 -0
- package/src/modules/router/entry.ts +4 -0
- package/src/modules/router/handler/caller.client.tsx +32 -0
- package/src/modules/router/handler/caller.server.ts +3 -0
- package/src/modules/router/handler/context.server.ts +28 -0
- package/src/modules/router/handler/init.server.ts +77 -0
- package/src/modules/router/handler/register.server.ts +14 -0
- package/src/modules/router/handler/route.server.ts +41 -0
- package/src/modules/router/lib/query-client.server.tsx +19 -0
- package/src/modules/uploads/components/dropzone/context.tsx +23 -0
- package/src/modules/uploads/components/dropzone/index.tsx +152 -0
- package/src/modules/uploads/entry.client.ts +2 -0
- package/src/modules/uploads/entry.server.ts +2 -2
- package/src/modules/uploads/lib/filters.ts +4 -1
- package/src/modules/uploads/lib/helpers.ts +17 -0
- package/src/modules/uploads/lib/procedures.server.ts +332 -0
- package/src/modules/uploads/lib/proxy.server.ts +29 -21
- package/src/modules/uploads/lib/route.server.ts +4 -6
- package/src/modules/uploads/lib/schema.ts +2 -2
- package/src/modules/uploads/lib/validators.ts +4 -1
- package/dist/auth/client.d.ts +0 -9
- package/dist/auth/client.js +0 -10
- package/dist/auth/server.d.ts +0 -5
- package/dist/auth/server.js +0 -6
- package/dist/auth.d.ts +0 -5
- package/dist/auth.js +0 -6
- package/dist/commands/client.d.ts +0 -16
- package/dist/commands/client.js +0 -17
- package/dist/commands.d.ts +0 -3
- package/dist/commands.js +0 -3
- package/dist/components/client.d.ts +0 -36
- package/dist/components/client.js +0 -37
- package/dist/components/common/icons.d.ts +0 -60
- package/dist/components/common/icons.d.ts.map +0 -1
- package/dist/components/common/icons.js +0 -121
- package/dist/components/common/icons.js.map +0 -1
- package/dist/components/common/status.d.ts +0 -53
- package/dist/components/common/status.d.ts.map +0 -1
- package/dist/components/common/status.js +0 -56
- package/dist/components/common/status.js.map +0 -1
- package/dist/components/editor/components/block-dropdown.js +0 -83
- package/dist/components/editor/components/block-dropdown.js.map +0 -1
- package/dist/components/editor/components/content.client.d.ts +0 -7
- package/dist/components/editor/components/content.client.d.ts.map +0 -1
- package/dist/components/editor/components/content.client.js +0 -18
- package/dist/components/editor/components/content.client.js.map +0 -1
- package/dist/components/editor/components/fixed-menu.client.d.ts +0 -7
- package/dist/components/editor/components/fixed-menu.client.d.ts.map +0 -1
- package/dist/components/editor/components/fixed-menu.client.js +0 -134
- package/dist/components/editor/components/fixed-menu.client.js.map +0 -1
- package/dist/components/editor/context.client.d.ts +0 -32
- package/dist/components/editor/context.client.d.ts.map +0 -1
- package/dist/components/editor/context.client.js +0 -46
- package/dist/components/editor/context.client.js.map +0 -1
- package/dist/components/editor/index.client.d.ts +0 -11
- package/dist/components/editor/index.client.d.ts.map +0 -1
- package/dist/components/editor/index.client.js +0 -17
- package/dist/components/editor/index.client.js.map +0 -1
- package/dist/components/editor/preview.client.d.ts +0 -12
- package/dist/components/editor/preview.client.d.ts.map +0 -1
- package/dist/components/editor/preview.client.js +0 -20
- package/dist/components/editor/preview.client.js.map +0 -1
- package/dist/components/emails/forget-password-email.js +0 -52
- package/dist/components/emails/forget-password-email.js.map +0 -1
- package/dist/components/header/back-button.client.d.ts +0 -10
- package/dist/components/header/back-button.client.d.ts.map +0 -1
- package/dist/components/header/back-button.client.js +0 -44
- package/dist/components/header/back-button.client.js.map +0 -1
- package/dist/components/header/bottom-bar.client.d.ts +0 -29
- package/dist/components/header/bottom-bar.client.d.ts.map +0 -1
- package/dist/components/header/bottom-bar.client.js +0 -31
- package/dist/components/header/bottom-bar.client.js.map +0 -1
- package/dist/components/header/breadcrumbs.client.d.ts +0 -35
- package/dist/components/header/breadcrumbs.client.d.ts.map +0 -1
- package/dist/components/header/breadcrumbs.client.js +0 -64
- package/dist/components/header/breadcrumbs.client.js.map +0 -1
- package/dist/components/header/header.client.d.ts +0 -12
- package/dist/components/header/header.client.d.ts.map +0 -1
- package/dist/components/header/header.client.js +0 -15
- package/dist/components/header/header.client.js.map +0 -1
- package/dist/components/header/indicator.client.js +0 -26
- package/dist/components/header/indicator.client.js.map +0 -1
- package/dist/components/header/mobile-nav-switcher.client.d.ts +0 -10
- package/dist/components/header/mobile-nav-switcher.client.d.ts.map +0 -1
- package/dist/components/header/mobile-nav-switcher.client.js +0 -20
- package/dist/components/header/mobile-nav-switcher.client.js.map +0 -1
- package/dist/components/header/top-bar.client.d.ts +0 -43
- package/dist/components/header/top-bar.client.d.ts.map +0 -1
- package/dist/components/header/top-bar.client.js +0 -48
- package/dist/components/header/top-bar.client.js.map +0 -1
- package/dist/components/layouts/admin-content.client.d.ts +0 -13
- package/dist/components/layouts/admin-content.client.d.ts.map +0 -1
- package/dist/components/layouts/admin-content.client.js +0 -24
- package/dist/components/layouts/admin-content.client.js.map +0 -1
- package/dist/components/layouts/admin-layout.d.ts +0 -8
- package/dist/components/layouts/admin-layout.d.ts.map +0 -1
- package/dist/components/layouts/admin-layout.js +0 -15
- package/dist/components/layouts/admin-layout.js.map +0 -1
- package/dist/components/layouts/admin-loading.d.ts +0 -8
- package/dist/components/layouts/admin-loading.d.ts.map +0 -1
- package/dist/components/layouts/admin-loading.js +0 -14
- package/dist/components/layouts/admin-loading.js.map +0 -1
- package/dist/components/layouts/empty-page.d.ts +0 -31
- package/dist/components/layouts/empty-page.d.ts.map +0 -1
- package/dist/components/layouts/empty-page.js +0 -29
- package/dist/components/layouts/empty-page.js.map +0 -1
- package/dist/components/layouts/list-layout.d.ts +0 -12
- package/dist/components/layouts/list-layout.d.ts.map +0 -1
- package/dist/components/layouts/list-layout.js +0 -15
- package/dist/components/layouts/list-layout.js.map +0 -1
- package/dist/components/layouts/not-found-page.d.ts +0 -7
- package/dist/components/layouts/not-found-page.d.ts.map +0 -1
- package/dist/components/layouts/not-found-page.js +0 -14
- package/dist/components/layouts/not-found-page.js.map +0 -1
- package/dist/components/layouts/not-found-section.js +0 -30
- package/dist/components/layouts/not-found-section.js.map +0 -1
- package/dist/components/layouts/providers.client.d.ts +0 -10
- package/dist/components/layouts/providers.client.d.ts.map +0 -1
- package/dist/components/layouts/providers.client.js +0 -32
- package/dist/components/layouts/providers.client.js.map +0 -1
- package/dist/components/layouts/root-layout.server.d.ts +0 -38
- package/dist/components/layouts/root-layout.server.d.ts.map +0 -1
- package/dist/components/layouts/root-layout.server.js +0 -47
- package/dist/components/layouts/root-layout.server.js.map +0 -1
- package/dist/components/layouts/root-loading.d.ts +0 -7
- package/dist/components/layouts/root-loading.d.ts.map +0 -1
- package/dist/components/layouts/root-loading.js +0 -14
- package/dist/components/layouts/root-loading.js.map +0 -1
- package/dist/components/layouts/tab-layout.d.ts +0 -23
- package/dist/components/layouts/tab-layout.d.ts.map +0 -1
- package/dist/components/layouts/tab-layout.js +0 -52
- package/dist/components/layouts/tab-layout.js.map +0 -1
- package/dist/components/lists/data-list.d.ts +0 -31
- package/dist/components/lists/data-list.d.ts.map +0 -1
- package/dist/components/lists/data-list.js +0 -36
- package/dist/components/lists/data-list.js.map +0 -1
- package/dist/components/lists/data-stack.d.ts +0 -49
- package/dist/components/lists/data-stack.d.ts.map +0 -1
- package/dist/components/lists/data-stack.js +0 -57
- package/dist/components/lists/data-stack.js.map +0 -1
- package/dist/components/navigation/admin-sidebar-header.client.js +0 -75
- package/dist/components/navigation/admin-sidebar-header.client.js.map +0 -1
- package/dist/components/navigation/admin-sidebar-paths.client.d.ts +0 -81
- package/dist/components/navigation/admin-sidebar-paths.client.d.ts.map +0 -1
- package/dist/components/navigation/admin-sidebar-paths.client.js +0 -143
- package/dist/components/navigation/admin-sidebar-paths.client.js.map +0 -1
- package/dist/components/navigation/admin-sidebar-skeleton.js +0 -31
- package/dist/components/navigation/admin-sidebar-skeleton.js.map +0 -1
- package/dist/components/server.d.ts +0 -3
- package/dist/components/server.js +0 -4
- package/dist/components/ui/accordion.d.ts +0 -25
- package/dist/components/ui/accordion.d.ts.map +0 -1
- package/dist/components/ui/accordion.js +0 -49
- package/dist/components/ui/accordion.js.map +0 -1
- package/dist/components/ui/alert-dialog.d.ts +0 -43
- package/dist/components/ui/alert-dialog.d.ts.map +0 -1
- package/dist/components/ui/alert-dialog.js +0 -86
- package/dist/components/ui/alert-dialog.js.map +0 -1
- package/dist/components/ui/alert.d.ts +0 -25
- package/dist/components/ui/alert.d.ts.map +0 -1
- package/dist/components/ui/alert.js +0 -39
- package/dist/components/ui/alert.js.map +0 -1
- package/dist/components/ui/aspect-ratio.d.ts +0 -8
- package/dist/components/ui/aspect-ratio.d.ts.map +0 -1
- package/dist/components/ui/aspect-ratio.js +0 -17
- package/dist/components/ui/aspect-ratio.js.map +0 -1
- package/dist/components/ui/avatar.client.d.ts +0 -20
- package/dist/components/ui/avatar.client.d.ts.map +0 -1
- package/dist/components/ui/avatar.client.js +0 -34
- package/dist/components/ui/avatar.client.js.map +0 -1
- package/dist/components/ui/badge.d.ts +0 -20
- package/dist/components/ui/badge.d.ts.map +0 -1
- package/dist/components/ui/badge.js +0 -27
- package/dist/components/ui/badge.js.map +0 -1
- package/dist/components/ui/breadcrumb.d.ts +0 -36
- package/dist/components/ui/breadcrumb.d.ts.map +0 -1
- package/dist/components/ui/breadcrumb.js +0 -72
- package/dist/components/ui/breadcrumb.js.map +0 -1
- package/dist/components/ui/button.d.ts +0 -22
- package/dist/components/ui/button.d.ts.map +0 -1
- package/dist/components/ui/button.js +0 -44
- package/dist/components/ui/button.js.map +0 -1
- package/dist/components/ui/calendar.d.ts +0 -14
- package/dist/components/ui/calendar.d.ts.map +0 -1
- package/dist/components/ui/calendar.js +0 -57
- package/dist/components/ui/calendar.js.map +0 -1
- package/dist/components/ui/card.d.ts +0 -31
- package/dist/components/ui/card.d.ts.map +0 -1
- package/dist/components/ui/card.js +0 -51
- package/dist/components/ui/card.js.map +0 -1
- package/dist/components/ui/carousel.d.ts +0 -48
- package/dist/components/ui/carousel.d.ts.map +0 -1
- package/dist/components/ui/carousel.js +0 -137
- package/dist/components/ui/carousel.js.map +0 -1
- package/dist/components/ui/chart.client.d.ts +0 -72
- package/dist/components/ui/chart.client.d.ts.map +0 -1
- package/dist/components/ui/chart.client.js +0 -144
- package/dist/components/ui/chart.client.js.map +0 -1
- package/dist/components/ui/checkbox.d.ts +0 -12
- package/dist/components/ui/checkbox.d.ts.map +0 -1
- package/dist/components/ui/checkbox.js +0 -26
- package/dist/components/ui/checkbox.js.map +0 -1
- package/dist/components/ui/collapsible.client.d.ts +0 -16
- package/dist/components/ui/collapsible.client.d.ts.map +0 -1
- package/dist/components/ui/collapsible.client.js +0 -29
- package/dist/components/ui/collapsible.client.js.map +0 -1
- package/dist/components/ui/color-picker.client.d.ts +0 -16
- package/dist/components/ui/color-picker.client.d.ts.map +0 -1
- package/dist/components/ui/color-picker.client.js +0 -39
- package/dist/components/ui/color-picker.client.js.map +0 -1
- package/dist/components/ui/combobox-dropdown.client.d.ts +0 -47
- package/dist/components/ui/combobox-dropdown.client.d.ts.map +0 -1
- package/dist/components/ui/combobox-dropdown.client.js +0 -95
- package/dist/components/ui/combobox-dropdown.client.js.map +0 -1
- package/dist/components/ui/combobox.client.d.ts +0 -31
- package/dist/components/ui/combobox.client.d.ts.map +0 -1
- package/dist/components/ui/combobox.client.js +0 -68
- package/dist/components/ui/combobox.client.js.map +0 -1
- package/dist/components/ui/command.d.ts +0 -49
- package/dist/components/ui/command.d.ts.map +0 -1
- package/dist/components/ui/command.js +0 -90
- package/dist/components/ui/command.js.map +0 -1
- package/dist/components/ui/context-menu.d.ts +0 -77
- package/dist/components/ui/context-menu.d.ts.map +0 -1
- package/dist/components/ui/context-menu.js +0 -127
- package/dist/components/ui/context-menu.js.map +0 -1
- package/dist/components/ui/dialog.client.d.ts +0 -45
- package/dist/components/ui/dialog.client.d.ts.map +0 -1
- package/dist/components/ui/dialog.client.js +0 -90
- package/dist/components/ui/dialog.client.js.map +0 -1
- package/dist/components/ui/drawer.client.d.ts +0 -45
- package/dist/components/ui/drawer.client.d.ts.map +0 -1
- package/dist/components/ui/drawer.client.js +0 -83
- package/dist/components/ui/drawer.client.js.map +0 -1
- package/dist/components/ui/dropdown-menu.d.ts +0 -78
- package/dist/components/ui/dropdown-menu.d.ts.map +0 -1
- package/dist/components/ui/dropdown-menu.js +0 -128
- package/dist/components/ui/dropdown-menu.js.map +0 -1
- package/dist/components/ui/form.client.d.ts +0 -46
- package/dist/components/ui/form.client.d.ts.map +0 -1
- package/dist/components/ui/form.client.js +0 -93
- package/dist/components/ui/form.client.js.map +0 -1
- package/dist/components/ui/hover-card.client.d.ts +0 -20
- package/dist/components/ui/hover-card.client.d.ts.map +0 -1
- package/dist/components/ui/hover-card.client.js +0 -34
- package/dist/components/ui/hover-card.client.js.map +0 -1
- package/dist/components/ui/input.d.ts +0 -12
- package/dist/components/ui/input.d.ts.map +0 -1
- package/dist/components/ui/input.js +0 -17
- package/dist/components/ui/input.js.map +0 -1
- package/dist/components/ui/label.d.ts +0 -12
- package/dist/components/ui/label.d.ts.map +0 -1
- package/dist/components/ui/label.js +0 -20
- package/dist/components/ui/label.js.map +0 -1
- package/dist/components/ui/navigation-menu.d.ts +0 -47
- package/dist/components/ui/navigation-menu.d.ts.map +0 -1
- package/dist/components/ui/navigation-menu.js +0 -86
- package/dist/components/ui/navigation-menu.js.map +0 -1
- package/dist/components/ui/pagination.d.ts +0 -40
- package/dist/components/ui/pagination.d.ts.map +0 -1
- package/dist/components/ui/pagination.js +0 -81
- package/dist/components/ui/pagination.js.map +0 -1
- package/dist/components/ui/popover.d.ts +0 -23
- package/dist/components/ui/popover.d.ts.map +0 -1
- package/dist/components/ui/popover.js +0 -40
- package/dist/components/ui/popover.js.map +0 -1
- package/dist/components/ui/progress.client.d.ts +0 -13
- package/dist/components/ui/progress.client.d.ts.map +0 -1
- package/dist/components/ui/progress.client.js +0 -25
- package/dist/components/ui/progress.client.js.map +0 -1
- package/dist/components/ui/radio-group.d.ts +0 -16
- package/dist/components/ui/radio-group.d.ts.map +0 -1
- package/dist/components/ui/radio-group.js +0 -33
- package/dist/components/ui/radio-group.js.map +0 -1
- package/dist/components/ui/resizable.client.d.ts +0 -22
- package/dist/components/ui/resizable.client.d.ts.map +0 -1
- package/dist/components/ui/resizable.client.js +0 -38
- package/dist/components/ui/resizable.client.js.map +0 -1
- package/dist/components/ui/scroll-area.d.ts +0 -18
- package/dist/components/ui/scroll-area.d.ts.map +0 -1
- package/dist/components/ui/scroll-area.js +0 -41
- package/dist/components/ui/scroll-area.js.map +0 -1
- package/dist/components/ui/select.client.d.ts +0 -49
- package/dist/components/ui/select.client.d.ts.map +0 -1
- package/dist/components/ui/select.client.js +0 -100
- package/dist/components/ui/select.client.js.map +0 -1
- package/dist/components/ui/separator.d.ts +0 -14
- package/dist/components/ui/separator.d.ts.map +0 -1
- package/dist/components/ui/separator.js +0 -22
- package/dist/components/ui/separator.js.map +0 -1
- package/dist/components/ui/sheet.client.d.ts +0 -41
- package/dist/components/ui/sheet.client.d.ts.map +0 -1
- package/dist/components/ui/sheet.client.js +0 -84
- package/dist/components/ui/sheet.client.js.map +0 -1
- package/dist/components/ui/sidebar.client.d.ts +0 -168
- package/dist/components/ui/sidebar.client.d.ts.map +0 -1
- package/dist/components/ui/sidebar.client.js +0 -375
- package/dist/components/ui/sidebar.client.js.map +0 -1
- package/dist/components/ui/skeleton.d.ts +0 -10
- package/dist/components/ui/skeleton.d.ts.map +0 -1
- package/dist/components/ui/skeleton.js +0 -15
- package/dist/components/ui/skeleton.js.map +0 -1
- package/dist/components/ui/slider.d.ts +0 -16
- package/dist/components/ui/slider.d.ts.map +0 -1
- package/dist/components/ui/slider.js +0 -41
- package/dist/components/ui/slider.js.map +0 -1
- package/dist/components/ui/sonner.client.d.ts +0 -10
- package/dist/components/ui/sonner.client.d.ts.map +0 -1
- package/dist/components/ui/sonner.client.js +0 -26
- package/dist/components/ui/sonner.client.js.map +0 -1
- package/dist/components/ui/spinner.js +0 -63
- package/dist/components/ui/spinner.js.map +0 -1
- package/dist/components/ui/switch.d.ts +0 -12
- package/dist/components/ui/switch.d.ts.map +0 -1
- package/dist/components/ui/switch.js +0 -24
- package/dist/components/ui/switch.js.map +0 -1
- package/dist/components/ui/tabs.d.ts +0 -24
- package/dist/components/ui/tabs.d.ts.map +0 -1
- package/dist/components/ui/tabs.js +0 -41
- package/dist/components/ui/tabs.js.map +0 -1
- package/dist/components/ui/textarea.d.ts +0 -11
- package/dist/components/ui/textarea.d.ts.map +0 -1
- package/dist/components/ui/textarea.js +0 -16
- package/dist/components/ui/textarea.js.map +0 -1
- package/dist/components/ui/time-input.client.d.ts +0 -16
- package/dist/components/ui/time-input.client.d.ts.map +0 -1
- package/dist/components/ui/time-input.client.js +0 -53
- package/dist/components/ui/time-input.client.js.map +0 -1
- package/dist/components/ui/time-picker-input.client.d.ts +0 -15
- package/dist/components/ui/time-picker-input.client.d.ts.map +0 -1
- package/dist/components/ui/time-picker-input.client.js +0 -65
- package/dist/components/ui/time-picker-input.client.js.map +0 -1
- package/dist/components/ui/toggle-group.client.d.ts +0 -24
- package/dist/components/ui/toggle-group.client.d.ts.map +0 -1
- package/dist/components/ui/toggle-group.client.js +0 -48
- package/dist/components/ui/toggle-group.client.js.map +0 -1
- package/dist/components/ui/toggle.d.ts +0 -20
- package/dist/components/ui/toggle.d.ts.map +0 -1
- package/dist/components/ui/toggle.js +0 -42
- package/dist/components/ui/toggle.js.map +0 -1
- package/dist/components/ui/tooltip.client.d.ts +0 -24
- package/dist/components/ui/tooltip.client.d.ts.map +0 -1
- package/dist/components/ui/tooltip.client.js +0 -41
- package/dist/components/ui/tooltip.client.js.map +0 -1
- package/dist/components/ui/tree.client.d.ts +0 -43
- package/dist/components/ui/tree.client.d.ts.map +0 -1
- package/dist/components/ui/tree.client.js +0 -103
- package/dist/components/ui/tree.client.js.map +0 -1
- package/dist/components.d.ts +0 -39
- package/dist/components.js +0 -40
- package/dist/config/server.d.ts +0 -7
- package/dist/config/server.js +0 -8
- package/dist/config.d.ts +0 -7
- package/dist/config.js +0 -6
- package/dist/data-tables/client.d.ts +0 -21
- package/dist/data-tables/client.js +0 -22
- package/dist/data-tables/server.d.ts +0 -7
- package/dist/data-tables/server.js +0 -8
- package/dist/data-tables.d.ts +0 -13
- package/dist/data-tables.js +0 -13
- package/dist/inline-edit/client.d.ts +0 -13
- package/dist/inline-edit/client.js +0 -14
- package/dist/inline-edit.d.ts +0 -2
- package/dist/inline-edit.js +0 -3
- package/dist/lib/client.d.ts +0 -4
- package/dist/lib/client.js +0 -5
- package/dist/lib/config/constants.d.ts +0 -5
- package/dist/lib/config/constants.d.ts.map +0 -1
- package/dist/lib/config/constants.js +0 -6
- package/dist/lib/config/constants.js.map +0 -1
- package/dist/lib/hooks/use-action.d.ts +0 -18
- package/dist/lib/hooks/use-action.d.ts.map +0 -1
- package/dist/lib/hooks/use-action.js +0 -42
- package/dist/lib/hooks/use-action.js.map +0 -1
- package/dist/lib/hooks/use-indicator.d.ts +0 -32
- package/dist/lib/hooks/use-indicator.d.ts.map +0 -1
- package/dist/lib/hooks/use-indicator.js +0 -51
- package/dist/lib/hooks/use-indicator.js.map +0 -1
- package/dist/lib/hooks/use-mobile.client.d.ts +0 -7
- package/dist/lib/hooks/use-mobile.client.d.ts.map +0 -1
- package/dist/lib/hooks/use-mobile.client.js +0 -22
- package/dist/lib/hooks/use-mobile.client.js.map +0 -1
- package/dist/lib/types/config.d.ts +0 -12
- package/dist/lib/types/config.d.ts.map +0 -1
- package/dist/lib/utils/array-move.d.ts +0 -11
- package/dist/lib/utils/array-move.d.ts.map +0 -1
- package/dist/lib/utils/array-move.js +0 -13
- package/dist/lib/utils/array-move.js.map +0 -1
- package/dist/lib/utils/cn.d.ts +0 -7
- package/dist/lib/utils/cn.d.ts.map +0 -1
- package/dist/lib/utils/cn.js +0 -11
- package/dist/lib/utils/cn.js.map +0 -1
- package/dist/lib/utils/fonts.d.ts +0 -8
- package/dist/lib/utils/fonts.d.ts.map +0 -1
- package/dist/lib/utils/fonts.js +0 -12
- package/dist/lib/utils/fonts.js.map +0 -1
- package/dist/lib/utils/format.d.ts +0 -41
- package/dist/lib/utils/format.d.ts.map +0 -1
- package/dist/lib/utils/format.js +0 -96
- package/dist/lib/utils/format.js.map +0 -1
- package/dist/lib/utils/manifest.d.ts +0 -9
- package/dist/lib/utils/manifest.d.ts.map +0 -1
- package/dist/lib/utils/manifest.js +0 -36
- package/dist/lib/utils/manifest.js.map +0 -1
- package/dist/lib/utils/time-picker.d.ts +0 -6
- package/dist/lib/utils/time-picker.d.ts.map +0 -1
- package/dist/lib/utils/time-picker.js +0 -104
- package/dist/lib/utils/time-picker.js.map +0 -1
- package/dist/lib/utils/url.d.ts +0 -10
- package/dist/lib/utils/url.d.ts.map +0 -1
- package/dist/lib/utils/url.js +0 -15
- package/dist/lib/utils/url.js.map +0 -1
- package/dist/lib.d.ts +0 -9
- package/dist/lib.js +0 -9
- package/dist/modules/auth/components/allowed.client.d.ts +0 -21
- package/dist/modules/auth/components/allowed.client.d.ts.map +0 -1
- package/dist/modules/auth/components/allowed.client.js +0 -16
- package/dist/modules/auth/components/allowed.client.js.map +0 -1
- package/dist/modules/auth/components/allowed.server.d.ts +0 -23
- package/dist/modules/auth/components/allowed.server.d.ts.map +0 -1
- package/dist/modules/auth/components/allowed.server.js +0 -24
- package/dist/modules/auth/components/allowed.server.js.map +0 -1
- package/dist/modules/auth/components/auth-layout.server.d.ts +0 -10
- package/dist/modules/auth/components/auth-layout.server.d.ts.map +0 -1
- package/dist/modules/auth/components/auth-layout.server.js +0 -37
- package/dist/modules/auth/components/auth-layout.server.js.map +0 -1
- package/dist/modules/auth/components/auth-loading.d.ts +0 -7
- package/dist/modules/auth/components/auth-loading.d.ts.map +0 -1
- package/dist/modules/auth/components/auth-loading.js +0 -18
- package/dist/modules/auth/components/auth-loading.js.map +0 -1
- package/dist/modules/auth/components/forget-password-page.client.d.ts +0 -7
- package/dist/modules/auth/components/forget-password-page.client.d.ts.map +0 -1
- package/dist/modules/auth/components/forget-password-page.client.js +0 -73
- package/dist/modules/auth/components/forget-password-page.client.js.map +0 -1
- package/dist/modules/auth/components/guard.js +0 -16
- package/dist/modules/auth/components/guard.js.map +0 -1
- package/dist/modules/auth/components/login-page.client.d.ts +0 -7
- package/dist/modules/auth/components/login-page.client.d.ts.map +0 -1
- package/dist/modules/auth/components/login-page.client.js +0 -112
- package/dist/modules/auth/components/login-page.client.js.map +0 -1
- package/dist/modules/auth/components/reset-password-page.client.d.ts +0 -12
- package/dist/modules/auth/components/reset-password-page.client.d.ts.map +0 -1
- package/dist/modules/auth/components/reset-password-page.client.js +0 -97
- package/dist/modules/auth/components/reset-password-page.client.js.map +0 -1
- package/dist/modules/auth/components/update-password-command.d.ts +0 -20
- package/dist/modules/auth/components/update-password-command.d.ts.map +0 -1
- package/dist/modules/auth/components/update-password-command.js +0 -50
- package/dist/modules/auth/components/update-password-command.js.map +0 -1
- package/dist/modules/auth/db/schema.d.ts +0 -739
- package/dist/modules/auth/db/schema.d.ts.map +0 -1
- package/dist/modules/auth/db/schema.js +0 -60
- package/dist/modules/auth/db/schema.js.map +0 -1
- package/dist/modules/auth/handler/client.client.d.ts +0 -3806
- package/dist/modules/auth/handler/client.client.d.ts.map +0 -1
- package/dist/modules/auth/handler/client.client.js +0 -16
- package/dist/modules/auth/handler/client.client.js.map +0 -1
- package/dist/modules/auth/handler/route.server.d.ts +0 -17
- package/dist/modules/auth/handler/route.server.d.ts.map +0 -1
- package/dist/modules/auth/handler/route.server.js +0 -32
- package/dist/modules/auth/handler/route.server.js.map +0 -1
- package/dist/modules/auth/handler/server.server.js +0 -61
- package/dist/modules/auth/handler/server.server.js.map +0 -1
- package/dist/modules/auth/hooks/use-permission.d.ts +0 -26
- package/dist/modules/auth/hooks/use-permission.d.ts.map +0 -1
- package/dist/modules/auth/hooks/use-permission.js +0 -54
- package/dist/modules/auth/hooks/use-permission.js.map +0 -1
- package/dist/modules/auth/hooks/use-session.d.ts +0 -34
- package/dist/modules/auth/hooks/use-session.d.ts.map +0 -1
- package/dist/modules/auth/hooks/use-session.js +0 -21
- package/dist/modules/auth/hooks/use-session.js.map +0 -1
- package/dist/modules/auth/lib/helpers.server.d.ts +0 -84
- package/dist/modules/auth/lib/helpers.server.d.ts.map +0 -1
- package/dist/modules/auth/lib/helpers.server.js +0 -45
- package/dist/modules/auth/lib/helpers.server.js.map +0 -1
- package/dist/modules/auth/lib/permissions.d.ts +0 -19
- package/dist/modules/auth/lib/permissions.d.ts.map +0 -1
- package/dist/modules/auth/lib/permissions.js +0 -15
- package/dist/modules/auth/lib/permissions.js.map +0 -1
- package/dist/modules/auth/lib/utils.js +0 -21
- package/dist/modules/auth/lib/utils.js.map +0 -1
- package/dist/modules/auth/lib/validators.d.ts +0 -64
- package/dist/modules/auth/lib/validators.d.ts.map +0 -1
- package/dist/modules/auth/lib/validators.js +0 -56
- package/dist/modules/auth/lib/validators.js.map +0 -1
- package/dist/modules/commands/components/alert-dialog-command.client.d.ts +0 -93
- package/dist/modules/commands/components/alert-dialog-command.client.d.ts.map +0 -1
- package/dist/modules/commands/components/alert-dialog-command.client.js +0 -157
- package/dist/modules/commands/components/alert-dialog-command.client.js.map +0 -1
- package/dist/modules/commands/components/click-command.client.d.ts +0 -27
- package/dist/modules/commands/components/click-command.client.d.ts.map +0 -1
- package/dist/modules/commands/components/click-command.client.js +0 -66
- package/dist/modules/commands/components/click-command.client.js.map +0 -1
- package/dist/modules/commands/components/command-trigger.client.d.ts +0 -34
- package/dist/modules/commands/components/command-trigger.client.d.ts.map +0 -1
- package/dist/modules/commands/components/command-trigger.client.js +0 -51
- package/dist/modules/commands/components/command-trigger.client.js.map +0 -1
- package/dist/modules/commands/components/dialog-command.client.d.ts +0 -68
- package/dist/modules/commands/components/dialog-command.client.d.ts.map +0 -1
- package/dist/modules/commands/components/dialog-command.client.js +0 -131
- package/dist/modules/commands/components/dialog-command.client.js.map +0 -1
- package/dist/modules/commands/components/dropdown-command.client.d.ts +0 -60
- package/dist/modules/commands/components/dropdown-command.client.d.ts.map +0 -1
- package/dist/modules/commands/components/dropdown-command.client.js +0 -130
- package/dist/modules/commands/components/dropdown-command.client.js.map +0 -1
- package/dist/modules/commands/components/empty-command.client.d.ts +0 -19
- package/dist/modules/commands/components/empty-command.client.d.ts.map +0 -1
- package/dist/modules/commands/components/empty-command.client.js +0 -57
- package/dist/modules/commands/components/empty-command.client.js.map +0 -1
- package/dist/modules/commands/components/form-dialog-command.client.d.ts +0 -100
- package/dist/modules/commands/components/form-dialog-command.client.d.ts.map +0 -1
- package/dist/modules/commands/components/form-dialog-command.client.js +0 -184
- package/dist/modules/commands/components/form-dialog-command.client.js.map +0 -1
- package/dist/modules/commands/components/render-command.js +0 -16
- package/dist/modules/commands/components/render-command.js.map +0 -1
- package/dist/modules/commands/hooks/context.client.js +0 -33
- package/dist/modules/commands/hooks/context.client.js.map +0 -1
- package/dist/modules/commands/hooks/use-command-action.client.d.ts +0 -21
- package/dist/modules/commands/hooks/use-command-action.client.d.ts.map +0 -1
- package/dist/modules/commands/hooks/use-command-action.client.js +0 -69
- package/dist/modules/commands/hooks/use-command-action.client.js.map +0 -1
- package/dist/modules/commands/hooks/use-command-menu.client.d.ts +0 -16
- package/dist/modules/commands/hooks/use-command-menu.client.d.ts.map +0 -1
- package/dist/modules/commands/hooks/use-command-menu.client.js +0 -90
- package/dist/modules/commands/hooks/use-command-menu.client.js.map +0 -1
- package/dist/modules/commands/lib/definitions.d.ts +0 -54
- package/dist/modules/commands/lib/definitions.d.ts.map +0 -1
- package/dist/modules/commands/lib/factory.d.ts +0 -24
- package/dist/modules/commands/lib/factory.d.ts.map +0 -1
- package/dist/modules/commands/lib/factory.js +0 -8
- package/dist/modules/commands/lib/factory.js.map +0 -1
- package/dist/modules/commands/lib/schema.d.ts +0 -18
- package/dist/modules/commands/lib/schema.d.ts.map +0 -1
- package/dist/modules/commands/menus/context-menu.client.d.ts +0 -27
- package/dist/modules/commands/menus/context-menu.client.d.ts.map +0 -1
- package/dist/modules/commands/menus/context-menu.client.js +0 -61
- package/dist/modules/commands/menus/context-menu.client.js.map +0 -1
- package/dist/modules/commands/menus/data-table-menu.client.js +0 -47
- package/dist/modules/commands/menus/data-table-menu.client.js.map +0 -1
- package/dist/modules/commands/menus/dropdown-menu.client.d.ts +0 -19
- package/dist/modules/commands/menus/dropdown-menu.client.d.ts.map +0 -1
- package/dist/modules/commands/menus/dropdown-menu.client.js +0 -64
- package/dist/modules/commands/menus/dropdown-menu.client.js.map +0 -1
- package/dist/modules/commands/menus/inline-menu.client.d.ts +0 -20
- package/dist/modules/commands/menus/inline-menu.client.d.ts.map +0 -1
- package/dist/modules/commands/menus/inline-menu.client.js +0 -48
- package/dist/modules/commands/menus/inline-menu.client.js.map +0 -1
- package/dist/modules/commands/menus/responsive-menu.client.d.ts +0 -10
- package/dist/modules/commands/menus/responsive-menu.client.d.ts.map +0 -1
- package/dist/modules/commands/menus/responsive-menu.client.js +0 -24
- package/dist/modules/commands/menus/responsive-menu.client.js.map +0 -1
- package/dist/modules/commands/utils/archive-command.client.d.ts +0 -33
- package/dist/modules/commands/utils/archive-command.client.d.ts.map +0 -1
- package/dist/modules/commands/utils/archive-command.client.js +0 -39
- package/dist/modules/commands/utils/archive-command.client.js.map +0 -1
- package/dist/modules/commands/utils/delete-command.client.d.ts +0 -23
- package/dist/modules/commands/utils/delete-command.client.d.ts.map +0 -1
- package/dist/modules/commands/utils/delete-command.client.js +0 -28
- package/dist/modules/commands/utils/delete-command.client.js.map +0 -1
- package/dist/modules/commands/utils/send-mail-command.client.d.ts +0 -41
- package/dist/modules/commands/utils/send-mail-command.client.d.ts.map +0 -1
- package/dist/modules/commands/utils/send-mail-command.client.js +0 -119
- package/dist/modules/commands/utils/send-mail-command.client.js.map +0 -1
- package/dist/modules/config/db/create-client.js +0 -28
- package/dist/modules/config/db/create-client.js.map +0 -1
- package/dist/modules/config/db/helpers.d.ts +0 -15
- package/dist/modules/config/db/helpers.d.ts.map +0 -1
- package/dist/modules/config/db/helpers.js +0 -16
- package/dist/modules/config/db/helpers.js.map +0 -1
- package/dist/modules/config/db/types.d.ts +0 -5
- package/dist/modules/config/db/types.d.ts.map +0 -1
- package/dist/modules/config/lib/config.server.d.ts +0 -35
- package/dist/modules/config/lib/config.server.d.ts.map +0 -1
- package/dist/modules/config/lib/config.server.js +0 -11
- package/dist/modules/config/lib/config.server.js.map +0 -1
- package/dist/modules/config/lib/resolve.server.d.ts +0 -2064
- package/dist/modules/config/lib/resolve.server.d.ts.map +0 -1
- package/dist/modules/config/lib/resolve.server.js +0 -45
- package/dist/modules/config/lib/resolve.server.js.map +0 -1
- package/dist/modules/config/paths/helpers.d.ts +0 -11
- package/dist/modules/config/paths/helpers.d.ts.map +0 -1
- package/dist/modules/config/paths/helpers.js +0 -9
- package/dist/modules/config/paths/helpers.js.map +0 -1
- package/dist/modules/config/paths/types.d.ts +0 -33
- package/dist/modules/config/paths/types.d.ts.map +0 -1
- package/dist/modules/config/router/client.d.ts +0 -11
- package/dist/modules/config/router/client.d.ts.map +0 -1
- package/dist/modules/config/router/client.js +0 -25
- package/dist/modules/config/router/client.js.map +0 -1
- package/dist/modules/config/router/client.server.d.ts +0 -25
- package/dist/modules/config/router/client.server.d.ts.map +0 -1
- package/dist/modules/config/router/client.server.js +0 -31
- package/dist/modules/config/router/client.server.js.map +0 -1
- package/dist/modules/config/router/context.server.d.ts +0 -2091
- package/dist/modules/config/router/context.server.d.ts.map +0 -1
- package/dist/modules/config/router/context.server.js +0 -23
- package/dist/modules/config/router/context.server.js.map +0 -1
- package/dist/modules/config/router/helpers.js +0 -8
- package/dist/modules/config/router/helpers.js.map +0 -1
- package/dist/modules/config/router/init.server.d.ts +0 -2124
- package/dist/modules/config/router/init.server.d.ts.map +0 -1
- package/dist/modules/config/router/init.server.js +0 -53
- package/dist/modules/config/router/init.server.js.map +0 -1
- package/dist/modules/config/router/query-client.d.ts +0 -11
- package/dist/modules/config/router/query-client.d.ts.map +0 -1
- package/dist/modules/config/router/query-client.js +0 -51
- package/dist/modules/config/router/query-client.js.map +0 -1
- package/dist/modules/config/router/validators.d.ts +0 -14
- package/dist/modules/config/router/validators.d.ts.map +0 -1
- package/dist/modules/config/router/validators.js +0 -11
- package/dist/modules/config/router/validators.js.map +0 -1
- package/dist/modules/data-tables/components/cell/common.client.d.ts +0 -27
- package/dist/modules/data-tables/components/cell/common.client.d.ts.map +0 -1
- package/dist/modules/data-tables/components/cell/common.client.js +0 -36
- package/dist/modules/data-tables/components/cell/common.client.js.map +0 -1
- package/dist/modules/data-tables/components/cell/index.client.d.ts +0 -10
- package/dist/modules/data-tables/components/cell/index.client.d.ts.map +0 -1
- package/dist/modules/data-tables/components/cell/index.client.js +0 -25
- package/dist/modules/data-tables/components/cell/index.client.js.map +0 -1
- package/dist/modules/data-tables/components/cell/select.client.d.ts +0 -10
- package/dist/modules/data-tables/components/cell/select.client.d.ts.map +0 -1
- package/dist/modules/data-tables/components/cell/select.client.js +0 -37
- package/dist/modules/data-tables/components/cell/select.client.js.map +0 -1
- package/dist/modules/data-tables/components/column-header.d.ts +0 -16
- package/dist/modules/data-tables/components/column-header.d.ts.map +0 -1
- package/dist/modules/data-tables/components/column-header.js +0 -47
- package/dist/modules/data-tables/components/column-header.js.map +0 -1
- package/dist/modules/data-tables/components/filters/combobox.client.d.ts +0 -28
- package/dist/modules/data-tables/components/filters/combobox.client.d.ts.map +0 -1
- package/dist/modules/data-tables/components/filters/combobox.client.js +0 -98
- package/dist/modules/data-tables/components/filters/combobox.client.js.map +0 -1
- package/dist/modules/data-tables/components/filters/slider.client.d.ts +0 -23
- package/dist/modules/data-tables/components/filters/slider.client.d.ts.map +0 -1
- package/dist/modules/data-tables/components/filters/slider.client.js +0 -130
- package/dist/modules/data-tables/components/filters/slider.client.js.map +0 -1
- package/dist/modules/data-tables/components/footer.js +0 -30
- package/dist/modules/data-tables/components/footer.js.map +0 -1
- package/dist/modules/data-tables/components/header.d.ts +0 -41
- package/dist/modules/data-tables/components/header.d.ts.map +0 -1
- package/dist/modules/data-tables/components/header.js +0 -44
- package/dist/modules/data-tables/components/header.js.map +0 -1
- package/dist/modules/data-tables/components/layout.d.ts +0 -12
- package/dist/modules/data-tables/components/layout.d.ts.map +0 -1
- package/dist/modules/data-tables/components/layout.js +0 -15
- package/dist/modules/data-tables/components/layout.js.map +0 -1
- package/dist/modules/data-tables/components/search-input.client.d.ts +0 -7
- package/dist/modules/data-tables/components/search-input.client.d.ts.map +0 -1
- package/dist/modules/data-tables/components/search-input.client.js +0 -21
- package/dist/modules/data-tables/components/search-input.client.js.map +0 -1
- package/dist/modules/data-tables/components/skeleton.d.ts +0 -7
- package/dist/modules/data-tables/components/skeleton.d.ts.map +0 -1
- package/dist/modules/data-tables/components/skeleton.js +0 -22
- package/dist/modules/data-tables/components/skeleton.js.map +0 -1
- package/dist/modules/data-tables/components/table.d.ts +0 -34
- package/dist/modules/data-tables/components/table.d.ts.map +0 -1
- package/dist/modules/data-tables/components/table.js +0 -58
- package/dist/modules/data-tables/components/table.js.map +0 -1
- package/dist/modules/data-tables/components/toolbar.d.ts +0 -23
- package/dist/modules/data-tables/components/toolbar.d.ts.map +0 -1
- package/dist/modules/data-tables/components/toolbar.js +0 -22
- package/dist/modules/data-tables/components/toolbar.js.map +0 -1
- package/dist/modules/data-tables/hooks/use-context.client.d.ts +0 -56
- package/dist/modules/data-tables/hooks/use-context.client.d.ts.map +0 -1
- package/dist/modules/data-tables/hooks/use-context.client.js +0 -36
- package/dist/modules/data-tables/hooks/use-context.client.js.map +0 -1
- package/dist/modules/data-tables/hooks/use-search.client.js +0 -37
- package/dist/modules/data-tables/hooks/use-search.client.js.map +0 -1
- package/dist/modules/data-tables/hooks/use-selection.client.js +0 -40
- package/dist/modules/data-tables/hooks/use-selection.client.js.map +0 -1
- package/dist/modules/data-tables/hooks/use-table.client.d.ts +0 -12
- package/dist/modules/data-tables/hooks/use-table.client.d.ts.map +0 -1
- package/dist/modules/data-tables/hooks/use-table.client.js +0 -56
- package/dist/modules/data-tables/hooks/use-table.client.js.map +0 -1
- package/dist/modules/data-tables/lib/converters/cursor.d.ts +0 -19
- package/dist/modules/data-tables/lib/converters/cursor.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/converters/cursor.js +0 -16
- package/dist/modules/data-tables/lib/converters/cursor.js.map +0 -1
- package/dist/modules/data-tables/lib/converters/dto.d.ts +0 -52
- package/dist/modules/data-tables/lib/converters/dto.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/converters/dto.js +0 -25
- package/dist/modules/data-tables/lib/converters/dto.js.map +0 -1
- package/dist/modules/data-tables/lib/converters/filter.d.ts +0 -10
- package/dist/modules/data-tables/lib/converters/filter.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/converters/filter.js +0 -14
- package/dist/modules/data-tables/lib/converters/filter.js.map +0 -1
- package/dist/modules/data-tables/lib/converters/search.d.ts +0 -17
- package/dist/modules/data-tables/lib/converters/search.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/converters/search.js +0 -16
- package/dist/modules/data-tables/lib/converters/search.js.map +0 -1
- package/dist/modules/data-tables/lib/converters/sorting.d.ts +0 -15
- package/dist/modules/data-tables/lib/converters/sorting.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/converters/sorting.js +0 -20
- package/dist/modules/data-tables/lib/converters/sorting.js.map +0 -1
- package/dist/modules/data-tables/lib/filters/config.d.ts +0 -11
- package/dist/modules/data-tables/lib/filters/config.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/filters/config.js +0 -6
- package/dist/modules/data-tables/lib/filters/config.js.map +0 -1
- package/dist/modules/data-tables/lib/filters/parsers.d.ts +0 -32
- package/dist/modules/data-tables/lib/filters/parsers.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/filters/parsers.js +0 -29
- package/dist/modules/data-tables/lib/filters/parsers.js.map +0 -1
- package/dist/modules/data-tables/lib/filters/resolvers.d.ts +0 -24
- package/dist/modules/data-tables/lib/filters/resolvers.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/filters/resolvers.js +0 -49
- package/dist/modules/data-tables/lib/filters/resolvers.js.map +0 -1
- package/dist/modules/data-tables/lib/helpers/create-column.js +0 -11
- package/dist/modules/data-tables/lib/helpers/create-column.js.map +0 -1
- package/dist/modules/data-tables/lib/search-params.d.ts +0 -22
- package/dist/modules/data-tables/lib/search-params.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/search-params.js +0 -17
- package/dist/modules/data-tables/lib/search-params.js.map +0 -1
- package/dist/modules/data-tables/lib/types.d.ts +0 -57
- package/dist/modules/data-tables/lib/types.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/validators.d.ts +0 -21
- package/dist/modules/data-tables/lib/validators.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/validators.js +0 -17
- package/dist/modules/data-tables/lib/validators.js.map +0 -1
- package/dist/modules/data-tables/server/get-data.server.d.ts +0 -30
- package/dist/modules/data-tables/server/get-data.server.d.ts.map +0 -1
- package/dist/modules/data-tables/server/get-data.server.js +0 -48
- package/dist/modules/data-tables/server/get-data.server.js.map +0 -1
- package/dist/modules/data-tables/strategies/helpers/sorting.js +0 -38
- package/dist/modules/data-tables/strategies/helpers/sorting.js.map +0 -1
- package/dist/modules/data-tables/strategies/infinite/components.js +0 -52
- package/dist/modules/data-tables/strategies/infinite/components.js.map +0 -1
- package/dist/modules/data-tables/strategies/infinite/strategy.d.ts +0 -21
- package/dist/modules/data-tables/strategies/infinite/strategy.d.ts.map +0 -1
- package/dist/modules/data-tables/strategies/infinite/strategy.js +0 -49
- package/dist/modules/data-tables/strategies/infinite/strategy.js.map +0 -1
- package/dist/modules/data-tables/strategies/pagination/components.js +0 -133
- package/dist/modules/data-tables/strategies/pagination/components.js.map +0 -1
- package/dist/modules/data-tables/strategies/pagination/strategy.d.ts +0 -13
- package/dist/modules/data-tables/strategies/pagination/strategy.d.ts.map +0 -1
- package/dist/modules/data-tables/strategies/pagination/strategy.js +0 -47
- package/dist/modules/data-tables/strategies/pagination/strategy.js.map +0 -1
- package/dist/modules/data-tables/tables/data-table/components/body.js +0 -34
- package/dist/modules/data-tables/tables/data-table/components/body.js.map +0 -1
- package/dist/modules/data-tables/tables/data-table/components/header.js +0 -14
- package/dist/modules/data-tables/tables/data-table/components/header.js.map +0 -1
- package/dist/modules/data-tables/tables/data-table/components/row.js +0 -25
- package/dist/modules/data-tables/tables/data-table/components/row.js.map +0 -1
- package/dist/modules/data-tables/tables/data-table/components/table.d.ts +0 -11
- package/dist/modules/data-tables/tables/data-table/components/table.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/data-table/components/table.js +0 -38
- package/dist/modules/data-tables/tables/data-table/components/table.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/body.js +0 -71
- package/dist/modules/data-tables/tables/inline-table/components/body.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.ts +0 -12
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.js +0 -16
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.ts +0 -10
- package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.js +0 -40
- package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/header.js +0 -11
- package/dist/modules/data-tables/tables/inline-table/components/header.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.ts +0 -29
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.js +0 -53
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.ts +0 -27
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.js +0 -30
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.ts +0 -39
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.js +0 -72
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.ts +0 -12
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.js +0 -16
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.ts +0 -33
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.js +0 -53
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/row.client.js +0 -38
- package/dist/modules/data-tables/tables/inline-table/components/row.client.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/table.d.ts +0 -16
- package/dist/modules/data-tables/tables/inline-table/components/table.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/table.js +0 -47
- package/dist/modules/data-tables/tables/inline-table/components/table.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.ts +0 -47
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.js +0 -59
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.js +0 -27
- package/dist/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.d.ts +0 -15
- package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.js +0 -53
- package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.js.map +0 -1
- package/dist/modules/inline-edit/components/combobox-dropdown.client.d.ts +0 -17
- package/dist/modules/inline-edit/components/combobox-dropdown.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/combobox-dropdown.client.js +0 -26
- package/dist/modules/inline-edit/components/combobox-dropdown.client.js.map +0 -1
- package/dist/modules/inline-edit/components/combobox.client.d.ts +0 -15
- package/dist/modules/inline-edit/components/combobox.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/combobox.client.js +0 -28
- package/dist/modules/inline-edit/components/combobox.client.js.map +0 -1
- package/dist/modules/inline-edit/components/date-input.client.d.ts +0 -14
- package/dist/modules/inline-edit/components/date-input.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/date-input.client.js +0 -79
- package/dist/modules/inline-edit/components/date-input.client.js.map +0 -1
- package/dist/modules/inline-edit/components/date-picker.client.d.ts +0 -16
- package/dist/modules/inline-edit/components/date-picker.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/date-picker.client.js +0 -51
- package/dist/modules/inline-edit/components/date-picker.client.js.map +0 -1
- package/dist/modules/inline-edit/components/editor.client.d.ts +0 -16
- package/dist/modules/inline-edit/components/editor.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/editor.client.js +0 -35
- package/dist/modules/inline-edit/components/editor.client.js.map +0 -1
- package/dist/modules/inline-edit/components/input-toggle.client.d.ts +0 -17
- package/dist/modules/inline-edit/components/input-toggle.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/input-toggle.client.js +0 -47
- package/dist/modules/inline-edit/components/input-toggle.client.js.map +0 -1
- package/dist/modules/inline-edit/components/input.client.d.ts +0 -30
- package/dist/modules/inline-edit/components/input.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/input.client.js +0 -49
- package/dist/modules/inline-edit/components/input.client.js.map +0 -1
- package/dist/modules/inline-edit/components/richtext.client.d.ts +0 -14
- package/dist/modules/inline-edit/components/richtext.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/richtext.client.js +0 -31
- package/dist/modules/inline-edit/components/richtext.client.js.map +0 -1
- package/dist/modules/inline-edit/components/select.client.d.ts +0 -22
- package/dist/modules/inline-edit/components/select.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/select.client.js +0 -39
- package/dist/modules/inline-edit/components/select.client.js.map +0 -1
- package/dist/modules/inline-edit/components/switch.client.d.ts +0 -14
- package/dist/modules/inline-edit/components/switch.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/switch.client.js +0 -27
- package/dist/modules/inline-edit/components/switch.client.js.map +0 -1
- package/dist/modules/inline-edit/components/toggle.client.d.ts +0 -16
- package/dist/modules/inline-edit/components/toggle.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/toggle.client.js +0 -34
- package/dist/modules/inline-edit/components/toggle.client.js.map +0 -1
- package/dist/modules/inline-edit/hooks/context.client.d.ts +0 -28
- package/dist/modules/inline-edit/hooks/context.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/hooks/context.client.js +0 -29
- package/dist/modules/inline-edit/hooks/context.client.js.map +0 -1
- package/dist/modules/inline-edit/hooks/use-inline.client.d.ts +0 -16
- package/dist/modules/inline-edit/hooks/use-inline.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/hooks/use-inline.client.js +0 -57
- package/dist/modules/inline-edit/hooks/use-inline.client.js.map +0 -1
- package/dist/modules/inline-edit/lib/validators.d.ts +0 -58
- package/dist/modules/inline-edit/lib/validators.d.ts.map +0 -1
- package/dist/modules/inline-edit/lib/validators.js +0 -35
- package/dist/modules/inline-edit/lib/validators.js.map +0 -1
- package/dist/modules/uploads/components/button.client.d.ts +0 -12
- package/dist/modules/uploads/components/button.client.d.ts.map +0 -1
- package/dist/modules/uploads/components/button.client.js +0 -35
- package/dist/modules/uploads/components/button.client.js.map +0 -1
- package/dist/modules/uploads/components/images/grid.client.d.ts +0 -11
- package/dist/modules/uploads/components/images/grid.client.d.ts.map +0 -1
- package/dist/modules/uploads/components/images/grid.client.js +0 -120
- package/dist/modules/uploads/components/images/grid.client.js.map +0 -1
- package/dist/modules/uploads/components/images/input.client.d.ts +0 -16
- package/dist/modules/uploads/components/images/input.client.d.ts.map +0 -1
- package/dist/modules/uploads/components/images/input.client.js +0 -28
- package/dist/modules/uploads/components/images/input.client.js.map +0 -1
- package/dist/modules/uploads/components/preview-dialog.client.d.ts +0 -16
- package/dist/modules/uploads/components/preview-dialog.client.d.ts.map +0 -1
- package/dist/modules/uploads/components/preview-dialog.client.js +0 -22
- package/dist/modules/uploads/components/preview-dialog.client.js.map +0 -1
- package/dist/modules/uploads/components/zone.client.d.ts +0 -21
- package/dist/modules/uploads/components/zone.client.d.ts.map +0 -1
- package/dist/modules/uploads/components/zone.client.js +0 -39
- package/dist/modules/uploads/components/zone.client.js.map +0 -1
- package/dist/modules/uploads/hooks/use-upload-image.client.d.ts +0 -33
- package/dist/modules/uploads/hooks/use-upload-image.client.d.ts.map +0 -1
- package/dist/modules/uploads/hooks/use-upload-image.client.js +0 -101
- package/dist/modules/uploads/hooks/use-upload-image.client.js.map +0 -1
- package/dist/modules/uploads/hooks/use-upload-zone.client.d.ts +0 -39
- package/dist/modules/uploads/hooks/use-upload-zone.client.d.ts.map +0 -1
- package/dist/modules/uploads/hooks/use-upload-zone.client.js +0 -20
- package/dist/modules/uploads/hooks/use-upload-zone.client.js.map +0 -1
- package/dist/modules/uploads/lib/constants.d.ts +0 -9
- package/dist/modules/uploads/lib/constants.d.ts.map +0 -1
- package/dist/modules/uploads/lib/constants.js +0 -17
- package/dist/modules/uploads/lib/constants.js.map +0 -1
- package/dist/modules/uploads/lib/filters.d.ts +0 -10
- package/dist/modules/uploads/lib/filters.d.ts.map +0 -1
- package/dist/modules/uploads/lib/filters.js +0 -10
- package/dist/modules/uploads/lib/filters.js.map +0 -1
- package/dist/modules/uploads/lib/helpers.d.ts +0 -32
- package/dist/modules/uploads/lib/helpers.d.ts.map +0 -1
- package/dist/modules/uploads/lib/helpers.js +0 -73
- package/dist/modules/uploads/lib/helpers.js.map +0 -1
- package/dist/modules/uploads/lib/proxy.server.d.ts +0 -46
- package/dist/modules/uploads/lib/proxy.server.d.ts.map +0 -1
- package/dist/modules/uploads/lib/proxy.server.js +0 -96
- package/dist/modules/uploads/lib/proxy.server.js.map +0 -1
- package/dist/modules/uploads/lib/route.server.d.ts +0 -43
- package/dist/modules/uploads/lib/route.server.d.ts.map +0 -1
- package/dist/modules/uploads/lib/route.server.js +0 -72
- package/dist/modules/uploads/lib/route.server.js.map +0 -1
- package/dist/modules/uploads/lib/router.server.d.ts +0 -12765
- package/dist/modules/uploads/lib/router.server.d.ts.map +0 -1
- package/dist/modules/uploads/lib/router.server.js +0 -177
- package/dist/modules/uploads/lib/router.server.js.map +0 -1
- package/dist/modules/uploads/lib/schema.d.ts +0 -815
- package/dist/modules/uploads/lib/schema.d.ts.map +0 -1
- package/dist/modules/uploads/lib/schema.js +0 -66
- package/dist/modules/uploads/lib/schema.js.map +0 -1
- package/dist/modules/uploads/lib/validators.d.ts +0 -939
- package/dist/modules/uploads/lib/validators.d.ts.map +0 -1
- package/dist/modules/uploads/lib/validators.js +0 -25
- package/dist/modules/uploads/lib/validators.js.map +0 -1
- package/dist/uploads/client.d.ts +0 -8
- package/dist/uploads/client.js +0 -9
- package/dist/uploads/server.d.ts +0 -4
- package/dist/uploads/server.js +0 -5
- package/dist/uploads.d.ts +0 -6
- package/dist/uploads.js +0 -7
- package/src/components/ui/tree.client.tsx +0 -173
- package/src/modules/auth/components/allowed.server.tsx +0 -41
- package/src/modules/auth/handler/server.server.ts +0 -82
- package/src/modules/config/lib/config.server.ts +0 -39
- package/src/modules/config/lib/resolve.server.ts +0 -75
- package/src/modules/config/lib/router.server.ts +0 -64
- package/src/modules/config/router/client.server.tsx +0 -57
- package/src/modules/config/router/client.tsx +0 -31
- package/src/modules/config/router/context.server.ts +0 -29
- package/src/modules/config/router/init.server.ts +0 -77
- package/src/modules/uploads/lib/router.server.ts +0 -340
- /package/dist/commands/{server.d.ts → server.d.mts} +0 -0
- /package/dist/commands/{server.js → server.mjs} +0 -0
- /package/dist/config/{client.d.ts → client.d.mts} +0 -0
- /package/dist/config/{client.js → client.mjs} +0 -0
- /package/dist/inline-edit/{server.d.ts → server.d.mts} +0 -0
- /package/dist/inline-edit/{server.js → server.mjs} +0 -0
- /package/dist/lib/{server.d.ts → server.d.mts} +0 -0
- /package/dist/lib/{server.js → server.mjs} +0 -0
- /package/dist/modules/{config/router/error.server.d.ts → router/lib/error.server.d.mts} +0 -0
- /package/dist/modules/{config/router/error.server.js → router/lib/error.server.mjs} +0 -0
- /package/src/components/editor/{utils.ts → lib/utils.ts} +0 -0
- /package/src/modules/auth/components/{guard.tsx → guard.client.tsx} +0 -0
- /package/src/modules/{config/router → router/lib}/error.server.ts +0 -0
- /package/src/modules/{config/router → router/lib}/helpers.ts +0 -0
- /package/src/modules/{config/router → router/lib}/query-client.ts +0 -0
- /package/src/modules/{config/router → router/lib}/validators.ts +0 -0
|
@@ -1,2091 +0,0 @@
|
|
|
1
|
-
import { TDatabaseSchema } from "../db/types.js";
|
|
2
|
-
import { GetTulipParams } from "../lib/resolve.server.js";
|
|
3
|
-
import * as zod239 from "zod";
|
|
4
|
-
import "server-cli-only";
|
|
5
|
-
import * as better_auth258 from "better-auth";
|
|
6
|
-
import * as better_auth_plugins51 from "better-auth/plugins";
|
|
7
|
-
import * as drizzle_orm_postgres_js1 from "drizzle-orm/postgres-js";
|
|
8
|
-
import * as _aws_sdk_client_s30 from "@aws-sdk/client-s3";
|
|
9
|
-
import * as resend0 from "resend";
|
|
10
|
-
import * as next_dist_server_web_spec_extension_adapters_headers0 from "next/dist/server/web/spec-extension/adapters/headers";
|
|
11
|
-
|
|
12
|
-
//#region src/modules/config/router/context.server.d.ts
|
|
13
|
-
/**
|
|
14
|
-
* Create the router context
|
|
15
|
-
*/
|
|
16
|
-
declare const createRPCContext: <TSchema extends TDatabaseSchema>(params: GetTulipParams<TSchema>) => Promise<{
|
|
17
|
-
session: {
|
|
18
|
-
session: {
|
|
19
|
-
id: string;
|
|
20
|
-
createdAt: Date;
|
|
21
|
-
updatedAt: Date;
|
|
22
|
-
userId: string;
|
|
23
|
-
expiresAt: Date;
|
|
24
|
-
token: string;
|
|
25
|
-
ipAddress?: string | null | undefined | undefined;
|
|
26
|
-
userAgent?: string | null | undefined | undefined;
|
|
27
|
-
impersonatedBy?: string | null | undefined;
|
|
28
|
-
};
|
|
29
|
-
user: {
|
|
30
|
-
id: string;
|
|
31
|
-
createdAt: Date;
|
|
32
|
-
updatedAt: Date;
|
|
33
|
-
email: string;
|
|
34
|
-
emailVerified: boolean;
|
|
35
|
-
name: string;
|
|
36
|
-
image?: string | null | undefined | undefined;
|
|
37
|
-
firstName: string;
|
|
38
|
-
lastName: string;
|
|
39
|
-
banned: boolean | null | undefined;
|
|
40
|
-
role?: string | null | undefined;
|
|
41
|
-
banReason?: string | null | undefined;
|
|
42
|
-
banExpires?: Date | null | undefined;
|
|
43
|
-
};
|
|
44
|
-
} | null;
|
|
45
|
-
headers: next_dist_server_web_spec_extension_adapters_headers0.ReadonlyHeaders;
|
|
46
|
-
general: {
|
|
47
|
-
name: string;
|
|
48
|
-
shortName: string;
|
|
49
|
-
};
|
|
50
|
-
paths: any;
|
|
51
|
-
schema: TSchema;
|
|
52
|
-
db: drizzle_orm_postgres_js1.PostgresJsDatabase<TSchema>;
|
|
53
|
-
auth: better_auth258.Auth<{
|
|
54
|
-
database: (options: better_auth258.BetterAuthOptions) => better_auth258.Adapter;
|
|
55
|
-
emailAndPassword: {
|
|
56
|
-
enabled: true;
|
|
57
|
-
};
|
|
58
|
-
user: {
|
|
59
|
-
changeEmail: {
|
|
60
|
-
enabled: true;
|
|
61
|
-
};
|
|
62
|
-
additionalFields: {
|
|
63
|
-
firstName: {
|
|
64
|
-
type: "string";
|
|
65
|
-
required: true;
|
|
66
|
-
input: true;
|
|
67
|
-
};
|
|
68
|
-
lastName: {
|
|
69
|
-
type: "string";
|
|
70
|
-
required: true;
|
|
71
|
-
input: true;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
|
-
plugins: [{
|
|
76
|
-
id: "next-cookies";
|
|
77
|
-
hooks: {
|
|
78
|
-
after: {
|
|
79
|
-
matcher(ctx: better_auth258.HookEndpointContext): true;
|
|
80
|
-
handler: (inputContext: better_auth258.MiddlewareInputContext<better_auth258.MiddlewareOptions>) => Promise<void>;
|
|
81
|
-
}[];
|
|
82
|
-
};
|
|
83
|
-
}, {
|
|
84
|
-
id: "admin";
|
|
85
|
-
init(): {
|
|
86
|
-
options: {
|
|
87
|
-
databaseHooks: {
|
|
88
|
-
user: {
|
|
89
|
-
create: {
|
|
90
|
-
before(user: {
|
|
91
|
-
id: string;
|
|
92
|
-
createdAt: Date;
|
|
93
|
-
updatedAt: Date;
|
|
94
|
-
email: string;
|
|
95
|
-
emailVerified: boolean;
|
|
96
|
-
name: string;
|
|
97
|
-
image?: string | null | undefined;
|
|
98
|
-
} & Record<string, unknown>): Promise<{
|
|
99
|
-
data: {
|
|
100
|
-
id: string;
|
|
101
|
-
createdAt: Date;
|
|
102
|
-
updatedAt: Date;
|
|
103
|
-
email: string;
|
|
104
|
-
emailVerified: boolean;
|
|
105
|
-
name: string;
|
|
106
|
-
image?: string | null | undefined;
|
|
107
|
-
role: string;
|
|
108
|
-
};
|
|
109
|
-
}>;
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
session: {
|
|
113
|
-
create: {
|
|
114
|
-
before(session: {
|
|
115
|
-
id: string;
|
|
116
|
-
createdAt: Date;
|
|
117
|
-
updatedAt: Date;
|
|
118
|
-
userId: string;
|
|
119
|
-
expiresAt: Date;
|
|
120
|
-
token: string;
|
|
121
|
-
ipAddress?: string | null | undefined;
|
|
122
|
-
userAgent?: string | null | undefined;
|
|
123
|
-
} & Record<string, unknown>, ctx: better_auth258.GenericEndpointContext | undefined): Promise<void>;
|
|
124
|
-
};
|
|
125
|
-
};
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
|
-
};
|
|
129
|
-
hooks: {
|
|
130
|
-
after: {
|
|
131
|
-
matcher(context: better_auth258.HookEndpointContext): boolean;
|
|
132
|
-
handler: (inputContext: better_auth258.MiddlewareInputContext<better_auth258.MiddlewareOptions>) => Promise<better_auth_plugins51.SessionWithImpersonatedBy[] | undefined>;
|
|
133
|
-
}[];
|
|
134
|
-
};
|
|
135
|
-
endpoints: {
|
|
136
|
-
setRole: {
|
|
137
|
-
<AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
|
|
138
|
-
body: {
|
|
139
|
-
userId: string;
|
|
140
|
-
role: string | string[];
|
|
141
|
-
};
|
|
142
|
-
} & {
|
|
143
|
-
method?: "POST" | undefined;
|
|
144
|
-
} & {
|
|
145
|
-
query?: Record<string, any> | undefined;
|
|
146
|
-
} & {
|
|
147
|
-
params?: Record<string, any>;
|
|
148
|
-
} & {
|
|
149
|
-
request?: Request;
|
|
150
|
-
} & {
|
|
151
|
-
headers: HeadersInit;
|
|
152
|
-
} & {
|
|
153
|
-
asResponse?: boolean;
|
|
154
|
-
returnHeaders?: boolean;
|
|
155
|
-
use?: better_auth258.Middleware[];
|
|
156
|
-
path?: string;
|
|
157
|
-
} & {
|
|
158
|
-
asResponse?: AsResponse | undefined;
|
|
159
|
-
returnHeaders?: ReturnHeaders | undefined;
|
|
160
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
|
|
161
|
-
headers: Headers;
|
|
162
|
-
response: {
|
|
163
|
-
user: better_auth_plugins51.UserWithRole;
|
|
164
|
-
};
|
|
165
|
-
} : {
|
|
166
|
-
user: better_auth_plugins51.UserWithRole;
|
|
167
|
-
}>;
|
|
168
|
-
options: {
|
|
169
|
-
method: "POST";
|
|
170
|
-
body: zod239.ZodObject<{
|
|
171
|
-
userId: zod239.ZodCoercedString<unknown>;
|
|
172
|
-
role: zod239.ZodUnion<readonly [zod239.ZodString, zod239.ZodArray<zod239.ZodString>]>;
|
|
173
|
-
}, better_auth258.$strip>;
|
|
174
|
-
requireHeaders: true;
|
|
175
|
-
use: ((inputContext: better_auth258.MiddlewareInputContext<better_auth258.MiddlewareOptions>) => Promise<{
|
|
176
|
-
session: {
|
|
177
|
-
user: better_auth_plugins51.UserWithRole;
|
|
178
|
-
session: better_auth258.Session;
|
|
179
|
-
};
|
|
180
|
-
}>)[];
|
|
181
|
-
metadata: {
|
|
182
|
-
openapi: {
|
|
183
|
-
operationId: string;
|
|
184
|
-
summary: string;
|
|
185
|
-
description: string;
|
|
186
|
-
responses: {
|
|
187
|
-
200: {
|
|
188
|
-
description: string;
|
|
189
|
-
content: {
|
|
190
|
-
"application/json": {
|
|
191
|
-
schema: {
|
|
192
|
-
type: "object";
|
|
193
|
-
properties: {
|
|
194
|
-
user: {
|
|
195
|
-
$ref: string;
|
|
196
|
-
};
|
|
197
|
-
};
|
|
198
|
-
};
|
|
199
|
-
};
|
|
200
|
-
};
|
|
201
|
-
};
|
|
202
|
-
};
|
|
203
|
-
};
|
|
204
|
-
$Infer: {
|
|
205
|
-
body: {
|
|
206
|
-
userId: string;
|
|
207
|
-
role: string | string[];
|
|
208
|
-
};
|
|
209
|
-
};
|
|
210
|
-
};
|
|
211
|
-
} & {
|
|
212
|
-
use: any[];
|
|
213
|
-
};
|
|
214
|
-
path: "/admin/set-role";
|
|
215
|
-
};
|
|
216
|
-
getUser: {
|
|
217
|
-
<AsResponse extends boolean = false, ReturnHeaders_1 extends boolean = false>(inputCtx_0: {
|
|
218
|
-
body?: undefined;
|
|
219
|
-
} & {
|
|
220
|
-
method?: "GET" | undefined;
|
|
221
|
-
} & {
|
|
222
|
-
query: {
|
|
223
|
-
id: string;
|
|
224
|
-
};
|
|
225
|
-
} & {
|
|
226
|
-
params?: Record<string, any>;
|
|
227
|
-
} & {
|
|
228
|
-
request?: Request;
|
|
229
|
-
} & {
|
|
230
|
-
headers?: HeadersInit;
|
|
231
|
-
} & {
|
|
232
|
-
asResponse?: boolean;
|
|
233
|
-
returnHeaders?: boolean;
|
|
234
|
-
use?: better_auth258.Middleware[];
|
|
235
|
-
path?: string;
|
|
236
|
-
} & {
|
|
237
|
-
asResponse?: AsResponse | undefined;
|
|
238
|
-
returnHeaders?: ReturnHeaders_1 | undefined;
|
|
239
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_1] extends [true] ? {
|
|
240
|
-
headers: Headers;
|
|
241
|
-
response: {
|
|
242
|
-
id: string;
|
|
243
|
-
createdAt: Date;
|
|
244
|
-
updatedAt: Date;
|
|
245
|
-
email: string;
|
|
246
|
-
emailVerified: boolean;
|
|
247
|
-
name: string;
|
|
248
|
-
image?: string | null | undefined;
|
|
249
|
-
};
|
|
250
|
-
} : {
|
|
251
|
-
id: string;
|
|
252
|
-
createdAt: Date;
|
|
253
|
-
updatedAt: Date;
|
|
254
|
-
email: string;
|
|
255
|
-
emailVerified: boolean;
|
|
256
|
-
name: string;
|
|
257
|
-
image?: string | null | undefined;
|
|
258
|
-
}>;
|
|
259
|
-
options: {
|
|
260
|
-
method: "GET";
|
|
261
|
-
query: zod239.ZodObject<{
|
|
262
|
-
id: zod239.ZodString;
|
|
263
|
-
}, better_auth258.$strip>;
|
|
264
|
-
use: ((inputContext: better_auth258.MiddlewareInputContext<better_auth258.MiddlewareOptions>) => Promise<{
|
|
265
|
-
session: {
|
|
266
|
-
user: better_auth_plugins51.UserWithRole;
|
|
267
|
-
session: better_auth258.Session;
|
|
268
|
-
};
|
|
269
|
-
}>)[];
|
|
270
|
-
metadata: {
|
|
271
|
-
openapi: {
|
|
272
|
-
operationId: string;
|
|
273
|
-
summary: string;
|
|
274
|
-
description: string;
|
|
275
|
-
responses: {
|
|
276
|
-
200: {
|
|
277
|
-
description: string;
|
|
278
|
-
content: {
|
|
279
|
-
"application/json": {
|
|
280
|
-
schema: {
|
|
281
|
-
type: "object";
|
|
282
|
-
properties: {
|
|
283
|
-
user: {
|
|
284
|
-
$ref: string;
|
|
285
|
-
};
|
|
286
|
-
};
|
|
287
|
-
};
|
|
288
|
-
};
|
|
289
|
-
};
|
|
290
|
-
};
|
|
291
|
-
};
|
|
292
|
-
};
|
|
293
|
-
};
|
|
294
|
-
} & {
|
|
295
|
-
use: any[];
|
|
296
|
-
};
|
|
297
|
-
path: "/admin/get-user";
|
|
298
|
-
};
|
|
299
|
-
createUser: {
|
|
300
|
-
<AsResponse extends boolean = false, ReturnHeaders_2 extends boolean = false>(inputCtx_0: {
|
|
301
|
-
body: {
|
|
302
|
-
email: string;
|
|
303
|
-
password: string;
|
|
304
|
-
name: string;
|
|
305
|
-
role?: string | string[] | undefined;
|
|
306
|
-
data?: Record<string, any>;
|
|
307
|
-
};
|
|
308
|
-
} & {
|
|
309
|
-
method?: "POST" | undefined;
|
|
310
|
-
} & {
|
|
311
|
-
query?: Record<string, any> | undefined;
|
|
312
|
-
} & {
|
|
313
|
-
params?: Record<string, any>;
|
|
314
|
-
} & {
|
|
315
|
-
request?: Request;
|
|
316
|
-
} & {
|
|
317
|
-
headers?: HeadersInit;
|
|
318
|
-
} & {
|
|
319
|
-
asResponse?: boolean;
|
|
320
|
-
returnHeaders?: boolean;
|
|
321
|
-
use?: better_auth258.Middleware[];
|
|
322
|
-
path?: string;
|
|
323
|
-
} & {
|
|
324
|
-
asResponse?: AsResponse | undefined;
|
|
325
|
-
returnHeaders?: ReturnHeaders_2 | undefined;
|
|
326
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_2] extends [true] ? {
|
|
327
|
-
headers: Headers;
|
|
328
|
-
response: {
|
|
329
|
-
user: better_auth_plugins51.UserWithRole;
|
|
330
|
-
};
|
|
331
|
-
} : {
|
|
332
|
-
user: better_auth_plugins51.UserWithRole;
|
|
333
|
-
}>;
|
|
334
|
-
options: {
|
|
335
|
-
method: "POST";
|
|
336
|
-
body: zod239.ZodObject<{
|
|
337
|
-
email: zod239.ZodString;
|
|
338
|
-
password: zod239.ZodString;
|
|
339
|
-
name: zod239.ZodString;
|
|
340
|
-
role: zod239.ZodOptional<zod239.ZodUnion<readonly [zod239.ZodString, zod239.ZodArray<zod239.ZodString>]>>;
|
|
341
|
-
data: zod239.ZodOptional<zod239.ZodRecord<zod239.ZodString, zod239.ZodAny>>;
|
|
342
|
-
}, better_auth258.$strip>;
|
|
343
|
-
metadata: {
|
|
344
|
-
openapi: {
|
|
345
|
-
operationId: string;
|
|
346
|
-
summary: string;
|
|
347
|
-
description: string;
|
|
348
|
-
responses: {
|
|
349
|
-
200: {
|
|
350
|
-
description: string;
|
|
351
|
-
content: {
|
|
352
|
-
"application/json": {
|
|
353
|
-
schema: {
|
|
354
|
-
type: "object";
|
|
355
|
-
properties: {
|
|
356
|
-
user: {
|
|
357
|
-
$ref: string;
|
|
358
|
-
};
|
|
359
|
-
};
|
|
360
|
-
};
|
|
361
|
-
};
|
|
362
|
-
};
|
|
363
|
-
};
|
|
364
|
-
};
|
|
365
|
-
};
|
|
366
|
-
$Infer: {
|
|
367
|
-
body: {
|
|
368
|
-
email: string;
|
|
369
|
-
password: string;
|
|
370
|
-
name: string;
|
|
371
|
-
role?: string | string[] | undefined;
|
|
372
|
-
data?: Record<string, any>;
|
|
373
|
-
};
|
|
374
|
-
};
|
|
375
|
-
};
|
|
376
|
-
} & {
|
|
377
|
-
use: any[];
|
|
378
|
-
};
|
|
379
|
-
path: "/admin/create-user";
|
|
380
|
-
};
|
|
381
|
-
adminUpdateUser: {
|
|
382
|
-
<AsResponse extends boolean = false, ReturnHeaders_3 extends boolean = false>(inputCtx_0: {
|
|
383
|
-
body: {
|
|
384
|
-
userId: unknown;
|
|
385
|
-
data: Record<any, any>;
|
|
386
|
-
};
|
|
387
|
-
} & {
|
|
388
|
-
method?: "POST" | undefined;
|
|
389
|
-
} & {
|
|
390
|
-
query?: Record<string, any> | undefined;
|
|
391
|
-
} & {
|
|
392
|
-
params?: Record<string, any>;
|
|
393
|
-
} & {
|
|
394
|
-
request?: Request;
|
|
395
|
-
} & {
|
|
396
|
-
headers?: HeadersInit;
|
|
397
|
-
} & {
|
|
398
|
-
asResponse?: boolean;
|
|
399
|
-
returnHeaders?: boolean;
|
|
400
|
-
use?: better_auth258.Middleware[];
|
|
401
|
-
path?: string;
|
|
402
|
-
} & {
|
|
403
|
-
asResponse?: AsResponse | undefined;
|
|
404
|
-
returnHeaders?: ReturnHeaders_3 | undefined;
|
|
405
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_3] extends [true] ? {
|
|
406
|
-
headers: Headers;
|
|
407
|
-
response: better_auth_plugins51.UserWithRole;
|
|
408
|
-
} : better_auth_plugins51.UserWithRole>;
|
|
409
|
-
options: {
|
|
410
|
-
method: "POST";
|
|
411
|
-
body: zod239.ZodObject<{
|
|
412
|
-
userId: zod239.ZodCoercedString<unknown>;
|
|
413
|
-
data: zod239.ZodRecord<zod239.ZodAny, zod239.ZodAny>;
|
|
414
|
-
}, better_auth258.$strip>;
|
|
415
|
-
use: ((inputContext: better_auth258.MiddlewareInputContext<better_auth258.MiddlewareOptions>) => Promise<{
|
|
416
|
-
session: {
|
|
417
|
-
user: better_auth_plugins51.UserWithRole;
|
|
418
|
-
session: better_auth258.Session;
|
|
419
|
-
};
|
|
420
|
-
}>)[];
|
|
421
|
-
metadata: {
|
|
422
|
-
openapi: {
|
|
423
|
-
operationId: string;
|
|
424
|
-
summary: string;
|
|
425
|
-
description: string;
|
|
426
|
-
responses: {
|
|
427
|
-
200: {
|
|
428
|
-
description: string;
|
|
429
|
-
content: {
|
|
430
|
-
"application/json": {
|
|
431
|
-
schema: {
|
|
432
|
-
type: "object";
|
|
433
|
-
properties: {
|
|
434
|
-
user: {
|
|
435
|
-
$ref: string;
|
|
436
|
-
};
|
|
437
|
-
};
|
|
438
|
-
};
|
|
439
|
-
};
|
|
440
|
-
};
|
|
441
|
-
};
|
|
442
|
-
};
|
|
443
|
-
};
|
|
444
|
-
};
|
|
445
|
-
} & {
|
|
446
|
-
use: any[];
|
|
447
|
-
};
|
|
448
|
-
path: "/admin/update-user";
|
|
449
|
-
};
|
|
450
|
-
listUsers: {
|
|
451
|
-
<AsResponse extends boolean = false, ReturnHeaders_4 extends boolean = false>(inputCtx_0: {
|
|
452
|
-
body?: undefined;
|
|
453
|
-
} & {
|
|
454
|
-
method?: "GET" | undefined;
|
|
455
|
-
} & {
|
|
456
|
-
query: {
|
|
457
|
-
searchValue?: string | undefined;
|
|
458
|
-
searchField?: "name" | "email" | undefined;
|
|
459
|
-
searchOperator?: "contains" | "starts_with" | "ends_with" | undefined;
|
|
460
|
-
limit?: string | number | undefined;
|
|
461
|
-
offset?: string | number | undefined;
|
|
462
|
-
sortBy?: string | undefined;
|
|
463
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
464
|
-
filterField?: string | undefined;
|
|
465
|
-
filterValue?: string | number | boolean | undefined;
|
|
466
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
467
|
-
};
|
|
468
|
-
} & {
|
|
469
|
-
params?: Record<string, any>;
|
|
470
|
-
} & {
|
|
471
|
-
request?: Request;
|
|
472
|
-
} & {
|
|
473
|
-
headers?: HeadersInit;
|
|
474
|
-
} & {
|
|
475
|
-
asResponse?: boolean;
|
|
476
|
-
returnHeaders?: boolean;
|
|
477
|
-
use?: better_auth258.Middleware[];
|
|
478
|
-
path?: string;
|
|
479
|
-
} & {
|
|
480
|
-
asResponse?: AsResponse | undefined;
|
|
481
|
-
returnHeaders?: ReturnHeaders_4 | undefined;
|
|
482
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_4] extends [true] ? {
|
|
483
|
-
headers: Headers;
|
|
484
|
-
response: {
|
|
485
|
-
users: better_auth_plugins51.UserWithRole[];
|
|
486
|
-
total: number;
|
|
487
|
-
limit: number | undefined;
|
|
488
|
-
offset: number | undefined;
|
|
489
|
-
} | {
|
|
490
|
-
users: never[];
|
|
491
|
-
total: number;
|
|
492
|
-
};
|
|
493
|
-
} : {
|
|
494
|
-
users: better_auth_plugins51.UserWithRole[];
|
|
495
|
-
total: number;
|
|
496
|
-
limit: number | undefined;
|
|
497
|
-
offset: number | undefined;
|
|
498
|
-
} | {
|
|
499
|
-
users: never[];
|
|
500
|
-
total: number;
|
|
501
|
-
}>;
|
|
502
|
-
options: {
|
|
503
|
-
method: "GET";
|
|
504
|
-
use: ((inputContext: better_auth258.MiddlewareInputContext<better_auth258.MiddlewareOptions>) => Promise<{
|
|
505
|
-
session: {
|
|
506
|
-
user: better_auth_plugins51.UserWithRole;
|
|
507
|
-
session: better_auth258.Session;
|
|
508
|
-
};
|
|
509
|
-
}>)[];
|
|
510
|
-
query: zod239.ZodObject<{
|
|
511
|
-
searchValue: zod239.ZodOptional<zod239.ZodString>;
|
|
512
|
-
searchField: zod239.ZodOptional<zod239.ZodEnum<{
|
|
513
|
-
name: "name";
|
|
514
|
-
email: "email";
|
|
515
|
-
}>>;
|
|
516
|
-
searchOperator: zod239.ZodOptional<zod239.ZodEnum<{
|
|
517
|
-
contains: "contains";
|
|
518
|
-
starts_with: "starts_with";
|
|
519
|
-
ends_with: "ends_with";
|
|
520
|
-
}>>;
|
|
521
|
-
limit: zod239.ZodOptional<zod239.ZodUnion<[zod239.ZodString, zod239.ZodNumber]>>;
|
|
522
|
-
offset: zod239.ZodOptional<zod239.ZodUnion<[zod239.ZodString, zod239.ZodNumber]>>;
|
|
523
|
-
sortBy: zod239.ZodOptional<zod239.ZodString>;
|
|
524
|
-
sortDirection: zod239.ZodOptional<zod239.ZodEnum<{
|
|
525
|
-
asc: "asc";
|
|
526
|
-
desc: "desc";
|
|
527
|
-
}>>;
|
|
528
|
-
filterField: zod239.ZodOptional<zod239.ZodString>;
|
|
529
|
-
filterValue: zod239.ZodOptional<zod239.ZodUnion<[zod239.ZodUnion<[zod239.ZodString, zod239.ZodNumber]>, zod239.ZodBoolean]>>;
|
|
530
|
-
filterOperator: zod239.ZodOptional<zod239.ZodEnum<{
|
|
531
|
-
eq: "eq";
|
|
532
|
-
ne: "ne";
|
|
533
|
-
lt: "lt";
|
|
534
|
-
lte: "lte";
|
|
535
|
-
gt: "gt";
|
|
536
|
-
gte: "gte";
|
|
537
|
-
contains: "contains";
|
|
538
|
-
}>>;
|
|
539
|
-
}, better_auth258.$strip>;
|
|
540
|
-
metadata: {
|
|
541
|
-
openapi: {
|
|
542
|
-
operationId: string;
|
|
543
|
-
summary: string;
|
|
544
|
-
description: string;
|
|
545
|
-
responses: {
|
|
546
|
-
200: {
|
|
547
|
-
description: string;
|
|
548
|
-
content: {
|
|
549
|
-
"application/json": {
|
|
550
|
-
schema: {
|
|
551
|
-
type: "object";
|
|
552
|
-
properties: {
|
|
553
|
-
users: {
|
|
554
|
-
type: string;
|
|
555
|
-
items: {
|
|
556
|
-
$ref: string;
|
|
557
|
-
};
|
|
558
|
-
};
|
|
559
|
-
total: {
|
|
560
|
-
type: string;
|
|
561
|
-
};
|
|
562
|
-
limit: {
|
|
563
|
-
type: string;
|
|
564
|
-
};
|
|
565
|
-
offset: {
|
|
566
|
-
type: string;
|
|
567
|
-
};
|
|
568
|
-
};
|
|
569
|
-
required: string[];
|
|
570
|
-
};
|
|
571
|
-
};
|
|
572
|
-
};
|
|
573
|
-
};
|
|
574
|
-
};
|
|
575
|
-
};
|
|
576
|
-
};
|
|
577
|
-
} & {
|
|
578
|
-
use: any[];
|
|
579
|
-
};
|
|
580
|
-
path: "/admin/list-users";
|
|
581
|
-
};
|
|
582
|
-
listUserSessions: {
|
|
583
|
-
<AsResponse extends boolean = false, ReturnHeaders_5 extends boolean = false>(inputCtx_0: {
|
|
584
|
-
body: {
|
|
585
|
-
userId: unknown;
|
|
586
|
-
};
|
|
587
|
-
} & {
|
|
588
|
-
method?: "POST" | undefined;
|
|
589
|
-
} & {
|
|
590
|
-
query?: Record<string, any> | undefined;
|
|
591
|
-
} & {
|
|
592
|
-
params?: Record<string, any>;
|
|
593
|
-
} & {
|
|
594
|
-
request?: Request;
|
|
595
|
-
} & {
|
|
596
|
-
headers?: HeadersInit;
|
|
597
|
-
} & {
|
|
598
|
-
asResponse?: boolean;
|
|
599
|
-
returnHeaders?: boolean;
|
|
600
|
-
use?: better_auth258.Middleware[];
|
|
601
|
-
path?: string;
|
|
602
|
-
} & {
|
|
603
|
-
asResponse?: AsResponse | undefined;
|
|
604
|
-
returnHeaders?: ReturnHeaders_5 | undefined;
|
|
605
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_5] extends [true] ? {
|
|
606
|
-
headers: Headers;
|
|
607
|
-
response: {
|
|
608
|
-
sessions: better_auth_plugins51.SessionWithImpersonatedBy[];
|
|
609
|
-
};
|
|
610
|
-
} : {
|
|
611
|
-
sessions: better_auth_plugins51.SessionWithImpersonatedBy[];
|
|
612
|
-
}>;
|
|
613
|
-
options: {
|
|
614
|
-
method: "POST";
|
|
615
|
-
use: ((inputContext: better_auth258.MiddlewareInputContext<better_auth258.MiddlewareOptions>) => Promise<{
|
|
616
|
-
session: {
|
|
617
|
-
user: better_auth_plugins51.UserWithRole;
|
|
618
|
-
session: better_auth258.Session;
|
|
619
|
-
};
|
|
620
|
-
}>)[];
|
|
621
|
-
body: zod239.ZodObject<{
|
|
622
|
-
userId: zod239.ZodCoercedString<unknown>;
|
|
623
|
-
}, better_auth258.$strip>;
|
|
624
|
-
metadata: {
|
|
625
|
-
openapi: {
|
|
626
|
-
operationId: string;
|
|
627
|
-
summary: string;
|
|
628
|
-
description: string;
|
|
629
|
-
responses: {
|
|
630
|
-
200: {
|
|
631
|
-
description: string;
|
|
632
|
-
content: {
|
|
633
|
-
"application/json": {
|
|
634
|
-
schema: {
|
|
635
|
-
type: "object";
|
|
636
|
-
properties: {
|
|
637
|
-
sessions: {
|
|
638
|
-
type: string;
|
|
639
|
-
items: {
|
|
640
|
-
$ref: string;
|
|
641
|
-
};
|
|
642
|
-
};
|
|
643
|
-
};
|
|
644
|
-
};
|
|
645
|
-
};
|
|
646
|
-
};
|
|
647
|
-
};
|
|
648
|
-
};
|
|
649
|
-
};
|
|
650
|
-
};
|
|
651
|
-
} & {
|
|
652
|
-
use: any[];
|
|
653
|
-
};
|
|
654
|
-
path: "/admin/list-user-sessions";
|
|
655
|
-
};
|
|
656
|
-
unbanUser: {
|
|
657
|
-
<AsResponse extends boolean = false, ReturnHeaders_6 extends boolean = false>(inputCtx_0: {
|
|
658
|
-
body: {
|
|
659
|
-
userId: unknown;
|
|
660
|
-
};
|
|
661
|
-
} & {
|
|
662
|
-
method?: "POST" | undefined;
|
|
663
|
-
} & {
|
|
664
|
-
query?: Record<string, any> | undefined;
|
|
665
|
-
} & {
|
|
666
|
-
params?: Record<string, any>;
|
|
667
|
-
} & {
|
|
668
|
-
request?: Request;
|
|
669
|
-
} & {
|
|
670
|
-
headers?: HeadersInit;
|
|
671
|
-
} & {
|
|
672
|
-
asResponse?: boolean;
|
|
673
|
-
returnHeaders?: boolean;
|
|
674
|
-
use?: better_auth258.Middleware[];
|
|
675
|
-
path?: string;
|
|
676
|
-
} & {
|
|
677
|
-
asResponse?: AsResponse | undefined;
|
|
678
|
-
returnHeaders?: ReturnHeaders_6 | undefined;
|
|
679
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_6] extends [true] ? {
|
|
680
|
-
headers: Headers;
|
|
681
|
-
response: {
|
|
682
|
-
user: any;
|
|
683
|
-
};
|
|
684
|
-
} : {
|
|
685
|
-
user: any;
|
|
686
|
-
}>;
|
|
687
|
-
options: {
|
|
688
|
-
method: "POST";
|
|
689
|
-
body: zod239.ZodObject<{
|
|
690
|
-
userId: zod239.ZodCoercedString<unknown>;
|
|
691
|
-
}, better_auth258.$strip>;
|
|
692
|
-
use: ((inputContext: better_auth258.MiddlewareInputContext<better_auth258.MiddlewareOptions>) => Promise<{
|
|
693
|
-
session: {
|
|
694
|
-
user: better_auth_plugins51.UserWithRole;
|
|
695
|
-
session: better_auth258.Session;
|
|
696
|
-
};
|
|
697
|
-
}>)[];
|
|
698
|
-
metadata: {
|
|
699
|
-
openapi: {
|
|
700
|
-
operationId: string;
|
|
701
|
-
summary: string;
|
|
702
|
-
description: string;
|
|
703
|
-
responses: {
|
|
704
|
-
200: {
|
|
705
|
-
description: string;
|
|
706
|
-
content: {
|
|
707
|
-
"application/json": {
|
|
708
|
-
schema: {
|
|
709
|
-
type: "object";
|
|
710
|
-
properties: {
|
|
711
|
-
user: {
|
|
712
|
-
$ref: string;
|
|
713
|
-
};
|
|
714
|
-
};
|
|
715
|
-
};
|
|
716
|
-
};
|
|
717
|
-
};
|
|
718
|
-
};
|
|
719
|
-
};
|
|
720
|
-
};
|
|
721
|
-
};
|
|
722
|
-
} & {
|
|
723
|
-
use: any[];
|
|
724
|
-
};
|
|
725
|
-
path: "/admin/unban-user";
|
|
726
|
-
};
|
|
727
|
-
banUser: {
|
|
728
|
-
<AsResponse extends boolean = false, ReturnHeaders_7 extends boolean = false>(inputCtx_0: {
|
|
729
|
-
body: {
|
|
730
|
-
userId: unknown;
|
|
731
|
-
banReason?: string | undefined;
|
|
732
|
-
banExpiresIn?: number | undefined;
|
|
733
|
-
};
|
|
734
|
-
} & {
|
|
735
|
-
method?: "POST" | undefined;
|
|
736
|
-
} & {
|
|
737
|
-
query?: Record<string, any> | undefined;
|
|
738
|
-
} & {
|
|
739
|
-
params?: Record<string, any>;
|
|
740
|
-
} & {
|
|
741
|
-
request?: Request;
|
|
742
|
-
} & {
|
|
743
|
-
headers?: HeadersInit;
|
|
744
|
-
} & {
|
|
745
|
-
asResponse?: boolean;
|
|
746
|
-
returnHeaders?: boolean;
|
|
747
|
-
use?: better_auth258.Middleware[];
|
|
748
|
-
path?: string;
|
|
749
|
-
} & {
|
|
750
|
-
asResponse?: AsResponse | undefined;
|
|
751
|
-
returnHeaders?: ReturnHeaders_7 | undefined;
|
|
752
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_7] extends [true] ? {
|
|
753
|
-
headers: Headers;
|
|
754
|
-
response: {
|
|
755
|
-
user: any;
|
|
756
|
-
};
|
|
757
|
-
} : {
|
|
758
|
-
user: any;
|
|
759
|
-
}>;
|
|
760
|
-
options: {
|
|
761
|
-
method: "POST";
|
|
762
|
-
body: zod239.ZodObject<{
|
|
763
|
-
userId: zod239.ZodCoercedString<unknown>;
|
|
764
|
-
banReason: zod239.ZodOptional<zod239.ZodString>;
|
|
765
|
-
banExpiresIn: zod239.ZodOptional<zod239.ZodNumber>;
|
|
766
|
-
}, better_auth258.$strip>;
|
|
767
|
-
use: ((inputContext: better_auth258.MiddlewareInputContext<better_auth258.MiddlewareOptions>) => Promise<{
|
|
768
|
-
session: {
|
|
769
|
-
user: better_auth_plugins51.UserWithRole;
|
|
770
|
-
session: better_auth258.Session;
|
|
771
|
-
};
|
|
772
|
-
}>)[];
|
|
773
|
-
metadata: {
|
|
774
|
-
openapi: {
|
|
775
|
-
operationId: string;
|
|
776
|
-
summary: string;
|
|
777
|
-
description: string;
|
|
778
|
-
responses: {
|
|
779
|
-
200: {
|
|
780
|
-
description: string;
|
|
781
|
-
content: {
|
|
782
|
-
"application/json": {
|
|
783
|
-
schema: {
|
|
784
|
-
type: "object";
|
|
785
|
-
properties: {
|
|
786
|
-
user: {
|
|
787
|
-
$ref: string;
|
|
788
|
-
};
|
|
789
|
-
};
|
|
790
|
-
};
|
|
791
|
-
};
|
|
792
|
-
};
|
|
793
|
-
};
|
|
794
|
-
};
|
|
795
|
-
};
|
|
796
|
-
};
|
|
797
|
-
} & {
|
|
798
|
-
use: any[];
|
|
799
|
-
};
|
|
800
|
-
path: "/admin/ban-user";
|
|
801
|
-
};
|
|
802
|
-
impersonateUser: {
|
|
803
|
-
<AsResponse extends boolean = false, ReturnHeaders_8 extends boolean = false>(inputCtx_0: {
|
|
804
|
-
body: {
|
|
805
|
-
userId: unknown;
|
|
806
|
-
};
|
|
807
|
-
} & {
|
|
808
|
-
method?: "POST" | undefined;
|
|
809
|
-
} & {
|
|
810
|
-
query?: Record<string, any> | undefined;
|
|
811
|
-
} & {
|
|
812
|
-
params?: Record<string, any>;
|
|
813
|
-
} & {
|
|
814
|
-
request?: Request;
|
|
815
|
-
} & {
|
|
816
|
-
headers?: HeadersInit;
|
|
817
|
-
} & {
|
|
818
|
-
asResponse?: boolean;
|
|
819
|
-
returnHeaders?: boolean;
|
|
820
|
-
use?: better_auth258.Middleware[];
|
|
821
|
-
path?: string;
|
|
822
|
-
} & {
|
|
823
|
-
asResponse?: AsResponse | undefined;
|
|
824
|
-
returnHeaders?: ReturnHeaders_8 | undefined;
|
|
825
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_8] extends [true] ? {
|
|
826
|
-
headers: Headers;
|
|
827
|
-
response: {
|
|
828
|
-
session: {
|
|
829
|
-
id: string;
|
|
830
|
-
createdAt: Date;
|
|
831
|
-
updatedAt: Date;
|
|
832
|
-
userId: string;
|
|
833
|
-
expiresAt: Date;
|
|
834
|
-
token: string;
|
|
835
|
-
ipAddress?: string | null | undefined;
|
|
836
|
-
userAgent?: string | null | undefined;
|
|
837
|
-
};
|
|
838
|
-
user: {
|
|
839
|
-
id: string;
|
|
840
|
-
createdAt: Date;
|
|
841
|
-
updatedAt: Date;
|
|
842
|
-
email: string;
|
|
843
|
-
emailVerified: boolean;
|
|
844
|
-
name: string;
|
|
845
|
-
image?: string | null | undefined;
|
|
846
|
-
};
|
|
847
|
-
};
|
|
848
|
-
} : {
|
|
849
|
-
session: {
|
|
850
|
-
id: string;
|
|
851
|
-
createdAt: Date;
|
|
852
|
-
updatedAt: Date;
|
|
853
|
-
userId: string;
|
|
854
|
-
expiresAt: Date;
|
|
855
|
-
token: string;
|
|
856
|
-
ipAddress?: string | null | undefined;
|
|
857
|
-
userAgent?: string | null | undefined;
|
|
858
|
-
};
|
|
859
|
-
user: {
|
|
860
|
-
id: string;
|
|
861
|
-
createdAt: Date;
|
|
862
|
-
updatedAt: Date;
|
|
863
|
-
email: string;
|
|
864
|
-
emailVerified: boolean;
|
|
865
|
-
name: string;
|
|
866
|
-
image?: string | null | undefined;
|
|
867
|
-
};
|
|
868
|
-
}>;
|
|
869
|
-
options: {
|
|
870
|
-
method: "POST";
|
|
871
|
-
body: zod239.ZodObject<{
|
|
872
|
-
userId: zod239.ZodCoercedString<unknown>;
|
|
873
|
-
}, better_auth258.$strip>;
|
|
874
|
-
use: ((inputContext: better_auth258.MiddlewareInputContext<better_auth258.MiddlewareOptions>) => Promise<{
|
|
875
|
-
session: {
|
|
876
|
-
user: better_auth_plugins51.UserWithRole;
|
|
877
|
-
session: better_auth258.Session;
|
|
878
|
-
};
|
|
879
|
-
}>)[];
|
|
880
|
-
metadata: {
|
|
881
|
-
openapi: {
|
|
882
|
-
operationId: string;
|
|
883
|
-
summary: string;
|
|
884
|
-
description: string;
|
|
885
|
-
responses: {
|
|
886
|
-
200: {
|
|
887
|
-
description: string;
|
|
888
|
-
content: {
|
|
889
|
-
"application/json": {
|
|
890
|
-
schema: {
|
|
891
|
-
type: "object";
|
|
892
|
-
properties: {
|
|
893
|
-
session: {
|
|
894
|
-
$ref: string;
|
|
895
|
-
};
|
|
896
|
-
user: {
|
|
897
|
-
$ref: string;
|
|
898
|
-
};
|
|
899
|
-
};
|
|
900
|
-
};
|
|
901
|
-
};
|
|
902
|
-
};
|
|
903
|
-
};
|
|
904
|
-
};
|
|
905
|
-
};
|
|
906
|
-
};
|
|
907
|
-
} & {
|
|
908
|
-
use: any[];
|
|
909
|
-
};
|
|
910
|
-
path: "/admin/impersonate-user";
|
|
911
|
-
};
|
|
912
|
-
stopImpersonating: {
|
|
913
|
-
<AsResponse extends boolean = false, ReturnHeaders_9 extends boolean = false>(inputCtx_0: {
|
|
914
|
-
body?: undefined;
|
|
915
|
-
} & {
|
|
916
|
-
method?: "POST" | undefined;
|
|
917
|
-
} & {
|
|
918
|
-
query?: Record<string, any> | undefined;
|
|
919
|
-
} & {
|
|
920
|
-
params?: Record<string, any>;
|
|
921
|
-
} & {
|
|
922
|
-
request?: Request;
|
|
923
|
-
} & {
|
|
924
|
-
headers: HeadersInit;
|
|
925
|
-
} & {
|
|
926
|
-
asResponse?: boolean;
|
|
927
|
-
returnHeaders?: boolean;
|
|
928
|
-
use?: better_auth258.Middleware[];
|
|
929
|
-
path?: string;
|
|
930
|
-
} & {
|
|
931
|
-
asResponse?: AsResponse | undefined;
|
|
932
|
-
returnHeaders?: ReturnHeaders_9 | undefined;
|
|
933
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_9] extends [true] ? {
|
|
934
|
-
headers: Headers;
|
|
935
|
-
response: {
|
|
936
|
-
session: better_auth258.Session & Record<string, any>;
|
|
937
|
-
user: packages_core_dist_db.User & Record<string, any>;
|
|
938
|
-
};
|
|
939
|
-
} : {
|
|
940
|
-
session: better_auth258.Session & Record<string, any>;
|
|
941
|
-
user: packages_core_dist_db.User & Record<string, any>;
|
|
942
|
-
}>;
|
|
943
|
-
options: {
|
|
944
|
-
method: "POST";
|
|
945
|
-
requireHeaders: true;
|
|
946
|
-
} & {
|
|
947
|
-
use: any[];
|
|
948
|
-
};
|
|
949
|
-
path: "/admin/stop-impersonating";
|
|
950
|
-
};
|
|
951
|
-
revokeUserSession: {
|
|
952
|
-
<AsResponse extends boolean = false, ReturnHeaders_10 extends boolean = false>(inputCtx_0: {
|
|
953
|
-
body: {
|
|
954
|
-
sessionToken: string;
|
|
955
|
-
};
|
|
956
|
-
} & {
|
|
957
|
-
method?: "POST" | undefined;
|
|
958
|
-
} & {
|
|
959
|
-
query?: Record<string, any> | undefined;
|
|
960
|
-
} & {
|
|
961
|
-
params?: Record<string, any>;
|
|
962
|
-
} & {
|
|
963
|
-
request?: Request;
|
|
964
|
-
} & {
|
|
965
|
-
headers?: HeadersInit;
|
|
966
|
-
} & {
|
|
967
|
-
asResponse?: boolean;
|
|
968
|
-
returnHeaders?: boolean;
|
|
969
|
-
use?: better_auth258.Middleware[];
|
|
970
|
-
path?: string;
|
|
971
|
-
} & {
|
|
972
|
-
asResponse?: AsResponse | undefined;
|
|
973
|
-
returnHeaders?: ReturnHeaders_10 | undefined;
|
|
974
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_10] extends [true] ? {
|
|
975
|
-
headers: Headers;
|
|
976
|
-
response: {
|
|
977
|
-
success: boolean;
|
|
978
|
-
};
|
|
979
|
-
} : {
|
|
980
|
-
success: boolean;
|
|
981
|
-
}>;
|
|
982
|
-
options: {
|
|
983
|
-
method: "POST";
|
|
984
|
-
body: zod239.ZodObject<{
|
|
985
|
-
sessionToken: zod239.ZodString;
|
|
986
|
-
}, better_auth258.$strip>;
|
|
987
|
-
use: ((inputContext: better_auth258.MiddlewareInputContext<better_auth258.MiddlewareOptions>) => Promise<{
|
|
988
|
-
session: {
|
|
989
|
-
user: better_auth_plugins51.UserWithRole;
|
|
990
|
-
session: better_auth258.Session;
|
|
991
|
-
};
|
|
992
|
-
}>)[];
|
|
993
|
-
metadata: {
|
|
994
|
-
openapi: {
|
|
995
|
-
operationId: string;
|
|
996
|
-
summary: string;
|
|
997
|
-
description: string;
|
|
998
|
-
responses: {
|
|
999
|
-
200: {
|
|
1000
|
-
description: string;
|
|
1001
|
-
content: {
|
|
1002
|
-
"application/json": {
|
|
1003
|
-
schema: {
|
|
1004
|
-
type: "object";
|
|
1005
|
-
properties: {
|
|
1006
|
-
success: {
|
|
1007
|
-
type: string;
|
|
1008
|
-
};
|
|
1009
|
-
};
|
|
1010
|
-
};
|
|
1011
|
-
};
|
|
1012
|
-
};
|
|
1013
|
-
};
|
|
1014
|
-
};
|
|
1015
|
-
};
|
|
1016
|
-
};
|
|
1017
|
-
} & {
|
|
1018
|
-
use: any[];
|
|
1019
|
-
};
|
|
1020
|
-
path: "/admin/revoke-user-session";
|
|
1021
|
-
};
|
|
1022
|
-
revokeUserSessions: {
|
|
1023
|
-
<AsResponse extends boolean = false, ReturnHeaders_11 extends boolean = false>(inputCtx_0: {
|
|
1024
|
-
body: {
|
|
1025
|
-
userId: unknown;
|
|
1026
|
-
};
|
|
1027
|
-
} & {
|
|
1028
|
-
method?: "POST" | undefined;
|
|
1029
|
-
} & {
|
|
1030
|
-
query?: Record<string, any> | undefined;
|
|
1031
|
-
} & {
|
|
1032
|
-
params?: Record<string, any>;
|
|
1033
|
-
} & {
|
|
1034
|
-
request?: Request;
|
|
1035
|
-
} & {
|
|
1036
|
-
headers?: HeadersInit;
|
|
1037
|
-
} & {
|
|
1038
|
-
asResponse?: boolean;
|
|
1039
|
-
returnHeaders?: boolean;
|
|
1040
|
-
use?: better_auth258.Middleware[];
|
|
1041
|
-
path?: string;
|
|
1042
|
-
} & {
|
|
1043
|
-
asResponse?: AsResponse | undefined;
|
|
1044
|
-
returnHeaders?: ReturnHeaders_11 | undefined;
|
|
1045
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_11] extends [true] ? {
|
|
1046
|
-
headers: Headers;
|
|
1047
|
-
response: {
|
|
1048
|
-
success: boolean;
|
|
1049
|
-
};
|
|
1050
|
-
} : {
|
|
1051
|
-
success: boolean;
|
|
1052
|
-
}>;
|
|
1053
|
-
options: {
|
|
1054
|
-
method: "POST";
|
|
1055
|
-
body: zod239.ZodObject<{
|
|
1056
|
-
userId: zod239.ZodCoercedString<unknown>;
|
|
1057
|
-
}, better_auth258.$strip>;
|
|
1058
|
-
use: ((inputContext: better_auth258.MiddlewareInputContext<better_auth258.MiddlewareOptions>) => Promise<{
|
|
1059
|
-
session: {
|
|
1060
|
-
user: better_auth_plugins51.UserWithRole;
|
|
1061
|
-
session: better_auth258.Session;
|
|
1062
|
-
};
|
|
1063
|
-
}>)[];
|
|
1064
|
-
metadata: {
|
|
1065
|
-
openapi: {
|
|
1066
|
-
operationId: string;
|
|
1067
|
-
summary: string;
|
|
1068
|
-
description: string;
|
|
1069
|
-
responses: {
|
|
1070
|
-
200: {
|
|
1071
|
-
description: string;
|
|
1072
|
-
content: {
|
|
1073
|
-
"application/json": {
|
|
1074
|
-
schema: {
|
|
1075
|
-
type: "object";
|
|
1076
|
-
properties: {
|
|
1077
|
-
success: {
|
|
1078
|
-
type: string;
|
|
1079
|
-
};
|
|
1080
|
-
};
|
|
1081
|
-
};
|
|
1082
|
-
};
|
|
1083
|
-
};
|
|
1084
|
-
};
|
|
1085
|
-
};
|
|
1086
|
-
};
|
|
1087
|
-
};
|
|
1088
|
-
} & {
|
|
1089
|
-
use: any[];
|
|
1090
|
-
};
|
|
1091
|
-
path: "/admin/revoke-user-sessions";
|
|
1092
|
-
};
|
|
1093
|
-
removeUser: {
|
|
1094
|
-
<AsResponse extends boolean = false, ReturnHeaders_12 extends boolean = false>(inputCtx_0: {
|
|
1095
|
-
body: {
|
|
1096
|
-
userId: unknown;
|
|
1097
|
-
};
|
|
1098
|
-
} & {
|
|
1099
|
-
method?: "POST" | undefined;
|
|
1100
|
-
} & {
|
|
1101
|
-
query?: Record<string, any> | undefined;
|
|
1102
|
-
} & {
|
|
1103
|
-
params?: Record<string, any>;
|
|
1104
|
-
} & {
|
|
1105
|
-
request?: Request;
|
|
1106
|
-
} & {
|
|
1107
|
-
headers?: HeadersInit;
|
|
1108
|
-
} & {
|
|
1109
|
-
asResponse?: boolean;
|
|
1110
|
-
returnHeaders?: boolean;
|
|
1111
|
-
use?: better_auth258.Middleware[];
|
|
1112
|
-
path?: string;
|
|
1113
|
-
} & {
|
|
1114
|
-
asResponse?: AsResponse | undefined;
|
|
1115
|
-
returnHeaders?: ReturnHeaders_12 | undefined;
|
|
1116
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_12] extends [true] ? {
|
|
1117
|
-
headers: Headers;
|
|
1118
|
-
response: {
|
|
1119
|
-
success: boolean;
|
|
1120
|
-
};
|
|
1121
|
-
} : {
|
|
1122
|
-
success: boolean;
|
|
1123
|
-
}>;
|
|
1124
|
-
options: {
|
|
1125
|
-
method: "POST";
|
|
1126
|
-
body: zod239.ZodObject<{
|
|
1127
|
-
userId: zod239.ZodCoercedString<unknown>;
|
|
1128
|
-
}, better_auth258.$strip>;
|
|
1129
|
-
use: ((inputContext: better_auth258.MiddlewareInputContext<better_auth258.MiddlewareOptions>) => Promise<{
|
|
1130
|
-
session: {
|
|
1131
|
-
user: better_auth_plugins51.UserWithRole;
|
|
1132
|
-
session: better_auth258.Session;
|
|
1133
|
-
};
|
|
1134
|
-
}>)[];
|
|
1135
|
-
metadata: {
|
|
1136
|
-
openapi: {
|
|
1137
|
-
operationId: string;
|
|
1138
|
-
summary: string;
|
|
1139
|
-
description: string;
|
|
1140
|
-
responses: {
|
|
1141
|
-
200: {
|
|
1142
|
-
description: string;
|
|
1143
|
-
content: {
|
|
1144
|
-
"application/json": {
|
|
1145
|
-
schema: {
|
|
1146
|
-
type: "object";
|
|
1147
|
-
properties: {
|
|
1148
|
-
success: {
|
|
1149
|
-
type: string;
|
|
1150
|
-
};
|
|
1151
|
-
};
|
|
1152
|
-
};
|
|
1153
|
-
};
|
|
1154
|
-
};
|
|
1155
|
-
};
|
|
1156
|
-
};
|
|
1157
|
-
};
|
|
1158
|
-
};
|
|
1159
|
-
} & {
|
|
1160
|
-
use: any[];
|
|
1161
|
-
};
|
|
1162
|
-
path: "/admin/remove-user";
|
|
1163
|
-
};
|
|
1164
|
-
setUserPassword: {
|
|
1165
|
-
<AsResponse extends boolean = false, ReturnHeaders_13 extends boolean = false>(inputCtx_0: {
|
|
1166
|
-
body: {
|
|
1167
|
-
newPassword: string;
|
|
1168
|
-
userId: unknown;
|
|
1169
|
-
};
|
|
1170
|
-
} & {
|
|
1171
|
-
method?: "POST" | undefined;
|
|
1172
|
-
} & {
|
|
1173
|
-
query?: Record<string, any> | undefined;
|
|
1174
|
-
} & {
|
|
1175
|
-
params?: Record<string, any>;
|
|
1176
|
-
} & {
|
|
1177
|
-
request?: Request;
|
|
1178
|
-
} & {
|
|
1179
|
-
headers?: HeadersInit;
|
|
1180
|
-
} & {
|
|
1181
|
-
asResponse?: boolean;
|
|
1182
|
-
returnHeaders?: boolean;
|
|
1183
|
-
use?: better_auth258.Middleware[];
|
|
1184
|
-
path?: string;
|
|
1185
|
-
} & {
|
|
1186
|
-
asResponse?: AsResponse | undefined;
|
|
1187
|
-
returnHeaders?: ReturnHeaders_13 | undefined;
|
|
1188
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_13] extends [true] ? {
|
|
1189
|
-
headers: Headers;
|
|
1190
|
-
response: {
|
|
1191
|
-
status: boolean;
|
|
1192
|
-
};
|
|
1193
|
-
} : {
|
|
1194
|
-
status: boolean;
|
|
1195
|
-
}>;
|
|
1196
|
-
options: {
|
|
1197
|
-
method: "POST";
|
|
1198
|
-
body: zod239.ZodObject<{
|
|
1199
|
-
newPassword: zod239.ZodString;
|
|
1200
|
-
userId: zod239.ZodCoercedString<unknown>;
|
|
1201
|
-
}, better_auth258.$strip>;
|
|
1202
|
-
use: ((inputContext: better_auth258.MiddlewareInputContext<better_auth258.MiddlewareOptions>) => Promise<{
|
|
1203
|
-
session: {
|
|
1204
|
-
user: better_auth_plugins51.UserWithRole;
|
|
1205
|
-
session: better_auth258.Session;
|
|
1206
|
-
};
|
|
1207
|
-
}>)[];
|
|
1208
|
-
metadata: {
|
|
1209
|
-
openapi: {
|
|
1210
|
-
operationId: string;
|
|
1211
|
-
summary: string;
|
|
1212
|
-
description: string;
|
|
1213
|
-
responses: {
|
|
1214
|
-
200: {
|
|
1215
|
-
description: string;
|
|
1216
|
-
content: {
|
|
1217
|
-
"application/json": {
|
|
1218
|
-
schema: {
|
|
1219
|
-
type: "object";
|
|
1220
|
-
properties: {
|
|
1221
|
-
status: {
|
|
1222
|
-
type: string;
|
|
1223
|
-
};
|
|
1224
|
-
};
|
|
1225
|
-
};
|
|
1226
|
-
};
|
|
1227
|
-
};
|
|
1228
|
-
};
|
|
1229
|
-
};
|
|
1230
|
-
};
|
|
1231
|
-
};
|
|
1232
|
-
} & {
|
|
1233
|
-
use: any[];
|
|
1234
|
-
};
|
|
1235
|
-
path: "/admin/set-user-password";
|
|
1236
|
-
};
|
|
1237
|
-
userHasPermission: {
|
|
1238
|
-
<AsResponse extends boolean = false, ReturnHeaders_14 extends boolean = false>(inputCtx_0: {
|
|
1239
|
-
body: ({
|
|
1240
|
-
permission: {
|
|
1241
|
-
readonly [x: string]: better_auth258.LiteralString[] | undefined;
|
|
1242
|
-
};
|
|
1243
|
-
permissions?: never;
|
|
1244
|
-
} | {
|
|
1245
|
-
permissions: {
|
|
1246
|
-
readonly [x: string]: better_auth258.LiteralString[] | undefined;
|
|
1247
|
-
};
|
|
1248
|
-
permission?: never;
|
|
1249
|
-
}) & {
|
|
1250
|
-
userId?: string;
|
|
1251
|
-
role?: string | undefined;
|
|
1252
|
-
};
|
|
1253
|
-
} & {
|
|
1254
|
-
method?: "POST" | undefined;
|
|
1255
|
-
} & {
|
|
1256
|
-
query?: Record<string, any> | undefined;
|
|
1257
|
-
} & {
|
|
1258
|
-
params?: Record<string, any>;
|
|
1259
|
-
} & {
|
|
1260
|
-
request?: Request;
|
|
1261
|
-
} & {
|
|
1262
|
-
headers?: HeadersInit;
|
|
1263
|
-
} & {
|
|
1264
|
-
asResponse?: boolean;
|
|
1265
|
-
returnHeaders?: boolean;
|
|
1266
|
-
use?: better_auth258.Middleware[];
|
|
1267
|
-
path?: string;
|
|
1268
|
-
} & {
|
|
1269
|
-
asResponse?: AsResponse | undefined;
|
|
1270
|
-
returnHeaders?: ReturnHeaders_14 | undefined;
|
|
1271
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_14] extends [true] ? {
|
|
1272
|
-
headers: Headers;
|
|
1273
|
-
response: {
|
|
1274
|
-
error: null;
|
|
1275
|
-
success: boolean;
|
|
1276
|
-
};
|
|
1277
|
-
} : {
|
|
1278
|
-
error: null;
|
|
1279
|
-
success: boolean;
|
|
1280
|
-
}>;
|
|
1281
|
-
options: {
|
|
1282
|
-
method: "POST";
|
|
1283
|
-
body: zod239.ZodIntersection<zod239.ZodObject<{
|
|
1284
|
-
userId: zod239.ZodOptional<zod239.ZodCoercedString<unknown>>;
|
|
1285
|
-
role: zod239.ZodOptional<zod239.ZodString>;
|
|
1286
|
-
}, better_auth258.$strip>, zod239.ZodUnion<readonly [zod239.ZodObject<{
|
|
1287
|
-
permission: zod239.ZodRecord<zod239.ZodString, zod239.ZodArray<zod239.ZodString>>;
|
|
1288
|
-
permissions: zod239.ZodUndefined;
|
|
1289
|
-
}, better_auth258.$strip>, zod239.ZodObject<{
|
|
1290
|
-
permission: zod239.ZodUndefined;
|
|
1291
|
-
permissions: zod239.ZodRecord<zod239.ZodString, zod239.ZodArray<zod239.ZodString>>;
|
|
1292
|
-
}, better_auth258.$strip>]>>;
|
|
1293
|
-
metadata: {
|
|
1294
|
-
openapi: {
|
|
1295
|
-
description: string;
|
|
1296
|
-
requestBody: {
|
|
1297
|
-
content: {
|
|
1298
|
-
"application/json": {
|
|
1299
|
-
schema: {
|
|
1300
|
-
type: "object";
|
|
1301
|
-
properties: {
|
|
1302
|
-
permission: {
|
|
1303
|
-
type: string;
|
|
1304
|
-
description: string;
|
|
1305
|
-
deprecated: boolean;
|
|
1306
|
-
};
|
|
1307
|
-
permissions: {
|
|
1308
|
-
type: string;
|
|
1309
|
-
description: string;
|
|
1310
|
-
};
|
|
1311
|
-
};
|
|
1312
|
-
required: string[];
|
|
1313
|
-
};
|
|
1314
|
-
};
|
|
1315
|
-
};
|
|
1316
|
-
};
|
|
1317
|
-
responses: {
|
|
1318
|
-
"200": {
|
|
1319
|
-
description: string;
|
|
1320
|
-
content: {
|
|
1321
|
-
"application/json": {
|
|
1322
|
-
schema: {
|
|
1323
|
-
type: "object";
|
|
1324
|
-
properties: {
|
|
1325
|
-
error: {
|
|
1326
|
-
type: string;
|
|
1327
|
-
};
|
|
1328
|
-
success: {
|
|
1329
|
-
type: string;
|
|
1330
|
-
};
|
|
1331
|
-
};
|
|
1332
|
-
required: string[];
|
|
1333
|
-
};
|
|
1334
|
-
};
|
|
1335
|
-
};
|
|
1336
|
-
};
|
|
1337
|
-
};
|
|
1338
|
-
};
|
|
1339
|
-
$Infer: {
|
|
1340
|
-
body: ({
|
|
1341
|
-
permission: {
|
|
1342
|
-
readonly [x: string]: better_auth258.LiteralString[] | undefined;
|
|
1343
|
-
};
|
|
1344
|
-
permissions?: never;
|
|
1345
|
-
} | {
|
|
1346
|
-
permissions: {
|
|
1347
|
-
readonly [x: string]: better_auth258.LiteralString[] | undefined;
|
|
1348
|
-
};
|
|
1349
|
-
permission?: never;
|
|
1350
|
-
}) & {
|
|
1351
|
-
userId?: string;
|
|
1352
|
-
role?: string | undefined;
|
|
1353
|
-
};
|
|
1354
|
-
};
|
|
1355
|
-
};
|
|
1356
|
-
} & {
|
|
1357
|
-
use: any[];
|
|
1358
|
-
};
|
|
1359
|
-
path: "/admin/has-permission";
|
|
1360
|
-
};
|
|
1361
|
-
};
|
|
1362
|
-
$ERROR_CODES: {
|
|
1363
|
-
readonly FAILED_TO_CREATE_USER: "Failed to create user";
|
|
1364
|
-
readonly USER_ALREADY_EXISTS: "User already exists.";
|
|
1365
|
-
readonly USER_ALREADY_EXISTS_USE_ANOTHER_EMAIL: "User already exists. Use another email.";
|
|
1366
|
-
readonly YOU_CANNOT_BAN_YOURSELF: "You cannot ban yourself";
|
|
1367
|
-
readonly YOU_ARE_NOT_ALLOWED_TO_CHANGE_USERS_ROLE: "You are not allowed to change users role";
|
|
1368
|
-
readonly YOU_ARE_NOT_ALLOWED_TO_CREATE_USERS: "You are not allowed to create users";
|
|
1369
|
-
readonly YOU_ARE_NOT_ALLOWED_TO_LIST_USERS: "You are not allowed to list users";
|
|
1370
|
-
readonly YOU_ARE_NOT_ALLOWED_TO_LIST_USERS_SESSIONS: "You are not allowed to list users sessions";
|
|
1371
|
-
readonly YOU_ARE_NOT_ALLOWED_TO_BAN_USERS: "You are not allowed to ban users";
|
|
1372
|
-
readonly YOU_ARE_NOT_ALLOWED_TO_IMPERSONATE_USERS: "You are not allowed to impersonate users";
|
|
1373
|
-
readonly YOU_ARE_NOT_ALLOWED_TO_REVOKE_USERS_SESSIONS: "You are not allowed to revoke users sessions";
|
|
1374
|
-
readonly YOU_ARE_NOT_ALLOWED_TO_DELETE_USERS: "You are not allowed to delete users";
|
|
1375
|
-
readonly YOU_ARE_NOT_ALLOWED_TO_SET_USERS_PASSWORD: "You are not allowed to set users password";
|
|
1376
|
-
readonly BANNED_USER: "You have been banned from this application";
|
|
1377
|
-
readonly YOU_ARE_NOT_ALLOWED_TO_GET_USER: "You are not allowed to get user";
|
|
1378
|
-
readonly NO_DATA_TO_UPDATE: "No data to update";
|
|
1379
|
-
readonly YOU_ARE_NOT_ALLOWED_TO_UPDATE_USERS: "You are not allowed to update users";
|
|
1380
|
-
readonly YOU_CANNOT_REMOVE_YOURSELF: "You cannot remove yourself";
|
|
1381
|
-
};
|
|
1382
|
-
schema: {
|
|
1383
|
-
user: {
|
|
1384
|
-
fields: {
|
|
1385
|
-
role: {
|
|
1386
|
-
type: "string";
|
|
1387
|
-
required: false;
|
|
1388
|
-
input: false;
|
|
1389
|
-
};
|
|
1390
|
-
banned: {
|
|
1391
|
-
type: "boolean";
|
|
1392
|
-
defaultValue: false;
|
|
1393
|
-
required: false;
|
|
1394
|
-
input: false;
|
|
1395
|
-
};
|
|
1396
|
-
banReason: {
|
|
1397
|
-
type: "string";
|
|
1398
|
-
required: false;
|
|
1399
|
-
input: false;
|
|
1400
|
-
};
|
|
1401
|
-
banExpires: {
|
|
1402
|
-
type: "date";
|
|
1403
|
-
required: false;
|
|
1404
|
-
input: false;
|
|
1405
|
-
};
|
|
1406
|
-
};
|
|
1407
|
-
};
|
|
1408
|
-
session: {
|
|
1409
|
-
fields: {
|
|
1410
|
-
impersonatedBy: {
|
|
1411
|
-
type: "string";
|
|
1412
|
-
required: false;
|
|
1413
|
-
};
|
|
1414
|
-
};
|
|
1415
|
-
};
|
|
1416
|
-
};
|
|
1417
|
-
options: any;
|
|
1418
|
-
}, {
|
|
1419
|
-
id: "email-otp";
|
|
1420
|
-
init(ctx: better_auth258.AuthContext): {
|
|
1421
|
-
options: {
|
|
1422
|
-
emailVerification: {
|
|
1423
|
-
sendVerificationEmail(data: {
|
|
1424
|
-
user: packages_core_dist_db.User;
|
|
1425
|
-
url: string;
|
|
1426
|
-
token: string;
|
|
1427
|
-
}, request: Request | undefined): Promise<void>;
|
|
1428
|
-
};
|
|
1429
|
-
};
|
|
1430
|
-
} | undefined;
|
|
1431
|
-
endpoints: {
|
|
1432
|
-
createVerificationOTP: {
|
|
1433
|
-
<AsResponse extends boolean = false, ReturnHeaders_15 extends boolean = false>(inputCtx_0: {
|
|
1434
|
-
body: {
|
|
1435
|
-
email: string;
|
|
1436
|
-
type: "sign-in" | "forget-password" | "email-verification";
|
|
1437
|
-
};
|
|
1438
|
-
} & {
|
|
1439
|
-
method?: "POST" | undefined;
|
|
1440
|
-
} & {
|
|
1441
|
-
query?: Record<string, any> | undefined;
|
|
1442
|
-
} & {
|
|
1443
|
-
params?: Record<string, any>;
|
|
1444
|
-
} & {
|
|
1445
|
-
request?: Request;
|
|
1446
|
-
} & {
|
|
1447
|
-
headers?: HeadersInit;
|
|
1448
|
-
} & {
|
|
1449
|
-
asResponse?: boolean;
|
|
1450
|
-
returnHeaders?: boolean;
|
|
1451
|
-
use?: better_auth258.Middleware[];
|
|
1452
|
-
path?: string;
|
|
1453
|
-
} & {
|
|
1454
|
-
asResponse?: AsResponse | undefined;
|
|
1455
|
-
returnHeaders?: ReturnHeaders_15 | undefined;
|
|
1456
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_15] extends [true] ? {
|
|
1457
|
-
headers: Headers;
|
|
1458
|
-
response: string;
|
|
1459
|
-
} : string>;
|
|
1460
|
-
options: {
|
|
1461
|
-
method: "POST";
|
|
1462
|
-
body: zod239.ZodObject<{
|
|
1463
|
-
email: zod239.ZodString;
|
|
1464
|
-
type: zod239.ZodEnum<{
|
|
1465
|
-
"sign-in": "sign-in";
|
|
1466
|
-
"forget-password": "forget-password";
|
|
1467
|
-
"email-verification": "email-verification";
|
|
1468
|
-
}>;
|
|
1469
|
-
}, better_auth258.$strip>;
|
|
1470
|
-
metadata: {
|
|
1471
|
-
SERVER_ONLY: true;
|
|
1472
|
-
openapi: {
|
|
1473
|
-
description: string;
|
|
1474
|
-
responses: {
|
|
1475
|
-
200: {
|
|
1476
|
-
description: string;
|
|
1477
|
-
content: {
|
|
1478
|
-
"application/json": {
|
|
1479
|
-
schema: {
|
|
1480
|
-
type: "string";
|
|
1481
|
-
};
|
|
1482
|
-
};
|
|
1483
|
-
};
|
|
1484
|
-
};
|
|
1485
|
-
};
|
|
1486
|
-
};
|
|
1487
|
-
};
|
|
1488
|
-
} & {
|
|
1489
|
-
use: any[];
|
|
1490
|
-
};
|
|
1491
|
-
path: "/email-otp/create-verification-otp";
|
|
1492
|
-
};
|
|
1493
|
-
getVerificationOTP: {
|
|
1494
|
-
<AsResponse extends boolean = false, ReturnHeaders_16 extends boolean = false>(inputCtx_0: {
|
|
1495
|
-
body?: undefined;
|
|
1496
|
-
} & {
|
|
1497
|
-
method?: "GET" | undefined;
|
|
1498
|
-
} & {
|
|
1499
|
-
query: {
|
|
1500
|
-
email: string;
|
|
1501
|
-
type: "sign-in" | "forget-password" | "email-verification";
|
|
1502
|
-
};
|
|
1503
|
-
} & {
|
|
1504
|
-
params?: Record<string, any>;
|
|
1505
|
-
} & {
|
|
1506
|
-
request?: Request;
|
|
1507
|
-
} & {
|
|
1508
|
-
headers?: HeadersInit;
|
|
1509
|
-
} & {
|
|
1510
|
-
asResponse?: boolean;
|
|
1511
|
-
returnHeaders?: boolean;
|
|
1512
|
-
use?: better_auth258.Middleware[];
|
|
1513
|
-
path?: string;
|
|
1514
|
-
} & {
|
|
1515
|
-
asResponse?: AsResponse | undefined;
|
|
1516
|
-
returnHeaders?: ReturnHeaders_16 | undefined;
|
|
1517
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_16] extends [true] ? {
|
|
1518
|
-
headers: Headers;
|
|
1519
|
-
response: {
|
|
1520
|
-
otp: null;
|
|
1521
|
-
} | {
|
|
1522
|
-
otp: string;
|
|
1523
|
-
};
|
|
1524
|
-
} : {
|
|
1525
|
-
otp: null;
|
|
1526
|
-
} | {
|
|
1527
|
-
otp: string;
|
|
1528
|
-
}>;
|
|
1529
|
-
options: {
|
|
1530
|
-
method: "GET";
|
|
1531
|
-
query: zod239.ZodObject<{
|
|
1532
|
-
email: zod239.ZodString;
|
|
1533
|
-
type: zod239.ZodEnum<{
|
|
1534
|
-
"sign-in": "sign-in";
|
|
1535
|
-
"forget-password": "forget-password";
|
|
1536
|
-
"email-verification": "email-verification";
|
|
1537
|
-
}>;
|
|
1538
|
-
}, better_auth258.$strip>;
|
|
1539
|
-
metadata: {
|
|
1540
|
-
SERVER_ONLY: true;
|
|
1541
|
-
openapi: {
|
|
1542
|
-
description: string;
|
|
1543
|
-
responses: {
|
|
1544
|
-
"200": {
|
|
1545
|
-
description: string;
|
|
1546
|
-
content: {
|
|
1547
|
-
"application/json": {
|
|
1548
|
-
schema: {
|
|
1549
|
-
type: "object";
|
|
1550
|
-
properties: {
|
|
1551
|
-
otp: {
|
|
1552
|
-
type: string;
|
|
1553
|
-
nullable: boolean;
|
|
1554
|
-
description: string;
|
|
1555
|
-
};
|
|
1556
|
-
};
|
|
1557
|
-
required: string[];
|
|
1558
|
-
};
|
|
1559
|
-
};
|
|
1560
|
-
};
|
|
1561
|
-
};
|
|
1562
|
-
};
|
|
1563
|
-
};
|
|
1564
|
-
};
|
|
1565
|
-
} & {
|
|
1566
|
-
use: any[];
|
|
1567
|
-
};
|
|
1568
|
-
path: "/email-otp/get-verification-otp";
|
|
1569
|
-
};
|
|
1570
|
-
checkVerificationOTP: {
|
|
1571
|
-
<AsResponse extends boolean = false, ReturnHeaders_17 extends boolean = false>(inputCtx_0: {
|
|
1572
|
-
body: {
|
|
1573
|
-
email: string;
|
|
1574
|
-
type: "sign-in" | "forget-password" | "email-verification";
|
|
1575
|
-
otp: string;
|
|
1576
|
-
};
|
|
1577
|
-
} & {
|
|
1578
|
-
method?: "POST" | undefined;
|
|
1579
|
-
} & {
|
|
1580
|
-
query?: Record<string, any> | undefined;
|
|
1581
|
-
} & {
|
|
1582
|
-
params?: Record<string, any>;
|
|
1583
|
-
} & {
|
|
1584
|
-
request?: Request;
|
|
1585
|
-
} & {
|
|
1586
|
-
headers?: HeadersInit;
|
|
1587
|
-
} & {
|
|
1588
|
-
asResponse?: boolean;
|
|
1589
|
-
returnHeaders?: boolean;
|
|
1590
|
-
use?: better_auth258.Middleware[];
|
|
1591
|
-
path?: string;
|
|
1592
|
-
} & {
|
|
1593
|
-
asResponse?: AsResponse | undefined;
|
|
1594
|
-
returnHeaders?: ReturnHeaders_17 | undefined;
|
|
1595
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_17] extends [true] ? {
|
|
1596
|
-
headers: Headers;
|
|
1597
|
-
response: {
|
|
1598
|
-
success: boolean;
|
|
1599
|
-
};
|
|
1600
|
-
} : {
|
|
1601
|
-
success: boolean;
|
|
1602
|
-
}>;
|
|
1603
|
-
options: {
|
|
1604
|
-
method: "POST";
|
|
1605
|
-
body: zod239.ZodObject<{
|
|
1606
|
-
email: zod239.ZodString;
|
|
1607
|
-
type: zod239.ZodEnum<{
|
|
1608
|
-
"sign-in": "sign-in";
|
|
1609
|
-
"forget-password": "forget-password";
|
|
1610
|
-
"email-verification": "email-verification";
|
|
1611
|
-
}>;
|
|
1612
|
-
otp: zod239.ZodString;
|
|
1613
|
-
}, better_auth258.$strip>;
|
|
1614
|
-
metadata: {
|
|
1615
|
-
openapi: {
|
|
1616
|
-
description: string;
|
|
1617
|
-
responses: {
|
|
1618
|
-
200: {
|
|
1619
|
-
description: string;
|
|
1620
|
-
content: {
|
|
1621
|
-
"application/json": {
|
|
1622
|
-
schema: {
|
|
1623
|
-
type: "object";
|
|
1624
|
-
properties: {
|
|
1625
|
-
success: {
|
|
1626
|
-
type: string;
|
|
1627
|
-
};
|
|
1628
|
-
};
|
|
1629
|
-
};
|
|
1630
|
-
};
|
|
1631
|
-
};
|
|
1632
|
-
};
|
|
1633
|
-
};
|
|
1634
|
-
};
|
|
1635
|
-
};
|
|
1636
|
-
} & {
|
|
1637
|
-
use: any[];
|
|
1638
|
-
};
|
|
1639
|
-
path: "/email-otp/check-verification-otp";
|
|
1640
|
-
};
|
|
1641
|
-
verifyEmailOTP: {
|
|
1642
|
-
<AsResponse extends boolean = false, ReturnHeaders_18 extends boolean = false>(inputCtx_0: {
|
|
1643
|
-
body: {
|
|
1644
|
-
email: string;
|
|
1645
|
-
otp: string;
|
|
1646
|
-
};
|
|
1647
|
-
} & {
|
|
1648
|
-
method?: "POST" | undefined;
|
|
1649
|
-
} & {
|
|
1650
|
-
query?: Record<string, any> | undefined;
|
|
1651
|
-
} & {
|
|
1652
|
-
params?: Record<string, any>;
|
|
1653
|
-
} & {
|
|
1654
|
-
request?: Request;
|
|
1655
|
-
} & {
|
|
1656
|
-
headers?: HeadersInit;
|
|
1657
|
-
} & {
|
|
1658
|
-
asResponse?: boolean;
|
|
1659
|
-
returnHeaders?: boolean;
|
|
1660
|
-
use?: better_auth258.Middleware[];
|
|
1661
|
-
path?: string;
|
|
1662
|
-
} & {
|
|
1663
|
-
asResponse?: AsResponse | undefined;
|
|
1664
|
-
returnHeaders?: ReturnHeaders_18 | undefined;
|
|
1665
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_18] extends [true] ? {
|
|
1666
|
-
headers: Headers;
|
|
1667
|
-
response: {
|
|
1668
|
-
status: boolean;
|
|
1669
|
-
token: string;
|
|
1670
|
-
user: {
|
|
1671
|
-
id: any;
|
|
1672
|
-
email: any;
|
|
1673
|
-
emailVerified: any;
|
|
1674
|
-
name: any;
|
|
1675
|
-
image: any;
|
|
1676
|
-
createdAt: any;
|
|
1677
|
-
updatedAt: any;
|
|
1678
|
-
};
|
|
1679
|
-
} | {
|
|
1680
|
-
status: boolean;
|
|
1681
|
-
token: null;
|
|
1682
|
-
user: {
|
|
1683
|
-
id: any;
|
|
1684
|
-
email: any;
|
|
1685
|
-
emailVerified: any;
|
|
1686
|
-
name: any;
|
|
1687
|
-
image: any;
|
|
1688
|
-
createdAt: any;
|
|
1689
|
-
updatedAt: any;
|
|
1690
|
-
};
|
|
1691
|
-
};
|
|
1692
|
-
} : {
|
|
1693
|
-
status: boolean;
|
|
1694
|
-
token: string;
|
|
1695
|
-
user: {
|
|
1696
|
-
id: any;
|
|
1697
|
-
email: any;
|
|
1698
|
-
emailVerified: any;
|
|
1699
|
-
name: any;
|
|
1700
|
-
image: any;
|
|
1701
|
-
createdAt: any;
|
|
1702
|
-
updatedAt: any;
|
|
1703
|
-
};
|
|
1704
|
-
} | {
|
|
1705
|
-
status: boolean;
|
|
1706
|
-
token: null;
|
|
1707
|
-
user: {
|
|
1708
|
-
id: any;
|
|
1709
|
-
email: any;
|
|
1710
|
-
emailVerified: any;
|
|
1711
|
-
name: any;
|
|
1712
|
-
image: any;
|
|
1713
|
-
createdAt: any;
|
|
1714
|
-
updatedAt: any;
|
|
1715
|
-
};
|
|
1716
|
-
}>;
|
|
1717
|
-
options: {
|
|
1718
|
-
method: "POST";
|
|
1719
|
-
body: zod239.ZodObject<{
|
|
1720
|
-
email: zod239.ZodString;
|
|
1721
|
-
otp: zod239.ZodString;
|
|
1722
|
-
}, better_auth258.$strip>;
|
|
1723
|
-
metadata: {
|
|
1724
|
-
openapi: {
|
|
1725
|
-
description: string;
|
|
1726
|
-
responses: {
|
|
1727
|
-
200: {
|
|
1728
|
-
description: string;
|
|
1729
|
-
content: {
|
|
1730
|
-
"application/json": {
|
|
1731
|
-
schema: {
|
|
1732
|
-
type: "object";
|
|
1733
|
-
properties: {
|
|
1734
|
-
status: {
|
|
1735
|
-
type: string;
|
|
1736
|
-
description: string;
|
|
1737
|
-
enum: boolean[];
|
|
1738
|
-
};
|
|
1739
|
-
token: {
|
|
1740
|
-
type: string;
|
|
1741
|
-
nullable: boolean;
|
|
1742
|
-
description: string;
|
|
1743
|
-
};
|
|
1744
|
-
user: {
|
|
1745
|
-
$ref: string;
|
|
1746
|
-
};
|
|
1747
|
-
required: string[];
|
|
1748
|
-
};
|
|
1749
|
-
};
|
|
1750
|
-
};
|
|
1751
|
-
};
|
|
1752
|
-
};
|
|
1753
|
-
};
|
|
1754
|
-
};
|
|
1755
|
-
};
|
|
1756
|
-
} & {
|
|
1757
|
-
use: any[];
|
|
1758
|
-
};
|
|
1759
|
-
path: "/email-otp/verify-email";
|
|
1760
|
-
};
|
|
1761
|
-
signInEmailOTP: {
|
|
1762
|
-
<AsResponse extends boolean = false, ReturnHeaders_19 extends boolean = false>(inputCtx_0: {
|
|
1763
|
-
body: {
|
|
1764
|
-
email: string;
|
|
1765
|
-
otp: string;
|
|
1766
|
-
};
|
|
1767
|
-
} & {
|
|
1768
|
-
method?: "POST" | undefined;
|
|
1769
|
-
} & {
|
|
1770
|
-
query?: Record<string, any> | undefined;
|
|
1771
|
-
} & {
|
|
1772
|
-
params?: Record<string, any>;
|
|
1773
|
-
} & {
|
|
1774
|
-
request?: Request;
|
|
1775
|
-
} & {
|
|
1776
|
-
headers?: HeadersInit;
|
|
1777
|
-
} & {
|
|
1778
|
-
asResponse?: boolean;
|
|
1779
|
-
returnHeaders?: boolean;
|
|
1780
|
-
use?: better_auth258.Middleware[];
|
|
1781
|
-
path?: string;
|
|
1782
|
-
} & {
|
|
1783
|
-
asResponse?: AsResponse | undefined;
|
|
1784
|
-
returnHeaders?: ReturnHeaders_19 | undefined;
|
|
1785
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_19] extends [true] ? {
|
|
1786
|
-
headers: Headers;
|
|
1787
|
-
response: {
|
|
1788
|
-
token: string;
|
|
1789
|
-
user: {
|
|
1790
|
-
id: string;
|
|
1791
|
-
email: string;
|
|
1792
|
-
emailVerified: boolean;
|
|
1793
|
-
name: string;
|
|
1794
|
-
image: string | null | undefined;
|
|
1795
|
-
createdAt: Date;
|
|
1796
|
-
updatedAt: Date;
|
|
1797
|
-
};
|
|
1798
|
-
};
|
|
1799
|
-
} : {
|
|
1800
|
-
token: string;
|
|
1801
|
-
user: {
|
|
1802
|
-
id: string;
|
|
1803
|
-
email: string;
|
|
1804
|
-
emailVerified: boolean;
|
|
1805
|
-
name: string;
|
|
1806
|
-
image: string | null | undefined;
|
|
1807
|
-
createdAt: Date;
|
|
1808
|
-
updatedAt: Date;
|
|
1809
|
-
};
|
|
1810
|
-
}>;
|
|
1811
|
-
options: {
|
|
1812
|
-
method: "POST";
|
|
1813
|
-
body: zod239.ZodObject<{
|
|
1814
|
-
email: zod239.ZodString;
|
|
1815
|
-
otp: zod239.ZodString;
|
|
1816
|
-
}, better_auth258.$strip>;
|
|
1817
|
-
metadata: {
|
|
1818
|
-
openapi: {
|
|
1819
|
-
description: string;
|
|
1820
|
-
responses: {
|
|
1821
|
-
200: {
|
|
1822
|
-
description: string;
|
|
1823
|
-
content: {
|
|
1824
|
-
"application/json": {
|
|
1825
|
-
schema: {
|
|
1826
|
-
type: "object";
|
|
1827
|
-
properties: {
|
|
1828
|
-
token: {
|
|
1829
|
-
type: string;
|
|
1830
|
-
description: string;
|
|
1831
|
-
};
|
|
1832
|
-
user: {
|
|
1833
|
-
$ref: string;
|
|
1834
|
-
};
|
|
1835
|
-
};
|
|
1836
|
-
required: string[];
|
|
1837
|
-
};
|
|
1838
|
-
};
|
|
1839
|
-
};
|
|
1840
|
-
};
|
|
1841
|
-
};
|
|
1842
|
-
};
|
|
1843
|
-
};
|
|
1844
|
-
} & {
|
|
1845
|
-
use: any[];
|
|
1846
|
-
};
|
|
1847
|
-
path: "/sign-in/email-otp";
|
|
1848
|
-
};
|
|
1849
|
-
forgetPasswordEmailOTP: {
|
|
1850
|
-
<AsResponse extends boolean = false, ReturnHeaders_20 extends boolean = false>(inputCtx_0: {
|
|
1851
|
-
body: {
|
|
1852
|
-
email: string;
|
|
1853
|
-
};
|
|
1854
|
-
} & {
|
|
1855
|
-
method?: "POST" | undefined;
|
|
1856
|
-
} & {
|
|
1857
|
-
query?: Record<string, any> | undefined;
|
|
1858
|
-
} & {
|
|
1859
|
-
params?: Record<string, any>;
|
|
1860
|
-
} & {
|
|
1861
|
-
request?: Request;
|
|
1862
|
-
} & {
|
|
1863
|
-
headers?: HeadersInit;
|
|
1864
|
-
} & {
|
|
1865
|
-
asResponse?: boolean;
|
|
1866
|
-
returnHeaders?: boolean;
|
|
1867
|
-
use?: better_auth258.Middleware[];
|
|
1868
|
-
path?: string;
|
|
1869
|
-
} & {
|
|
1870
|
-
asResponse?: AsResponse | undefined;
|
|
1871
|
-
returnHeaders?: ReturnHeaders_20 | undefined;
|
|
1872
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_20] extends [true] ? {
|
|
1873
|
-
headers: Headers;
|
|
1874
|
-
response: {
|
|
1875
|
-
success: boolean;
|
|
1876
|
-
};
|
|
1877
|
-
} : {
|
|
1878
|
-
success: boolean;
|
|
1879
|
-
}>;
|
|
1880
|
-
options: {
|
|
1881
|
-
method: "POST";
|
|
1882
|
-
body: zod239.ZodObject<{
|
|
1883
|
-
email: zod239.ZodString;
|
|
1884
|
-
}, better_auth258.$strip>;
|
|
1885
|
-
metadata: {
|
|
1886
|
-
openapi: {
|
|
1887
|
-
description: string;
|
|
1888
|
-
responses: {
|
|
1889
|
-
200: {
|
|
1890
|
-
description: string;
|
|
1891
|
-
content: {
|
|
1892
|
-
"application/json": {
|
|
1893
|
-
schema: {
|
|
1894
|
-
type: "object";
|
|
1895
|
-
properties: {
|
|
1896
|
-
success: {
|
|
1897
|
-
type: string;
|
|
1898
|
-
description: string;
|
|
1899
|
-
};
|
|
1900
|
-
};
|
|
1901
|
-
};
|
|
1902
|
-
};
|
|
1903
|
-
};
|
|
1904
|
-
};
|
|
1905
|
-
};
|
|
1906
|
-
};
|
|
1907
|
-
};
|
|
1908
|
-
} & {
|
|
1909
|
-
use: any[];
|
|
1910
|
-
};
|
|
1911
|
-
path: "/forget-password/email-otp";
|
|
1912
|
-
};
|
|
1913
|
-
resetPasswordEmailOTP: {
|
|
1914
|
-
<AsResponse extends boolean = false, ReturnHeaders_21 extends boolean = false>(inputCtx_0: {
|
|
1915
|
-
body: {
|
|
1916
|
-
email: string;
|
|
1917
|
-
otp: string;
|
|
1918
|
-
password: string;
|
|
1919
|
-
};
|
|
1920
|
-
} & {
|
|
1921
|
-
method?: "POST" | undefined;
|
|
1922
|
-
} & {
|
|
1923
|
-
query?: Record<string, any> | undefined;
|
|
1924
|
-
} & {
|
|
1925
|
-
params?: Record<string, any>;
|
|
1926
|
-
} & {
|
|
1927
|
-
request?: Request;
|
|
1928
|
-
} & {
|
|
1929
|
-
headers?: HeadersInit;
|
|
1930
|
-
} & {
|
|
1931
|
-
asResponse?: boolean;
|
|
1932
|
-
returnHeaders?: boolean;
|
|
1933
|
-
use?: better_auth258.Middleware[];
|
|
1934
|
-
path?: string;
|
|
1935
|
-
} & {
|
|
1936
|
-
asResponse?: AsResponse | undefined;
|
|
1937
|
-
returnHeaders?: ReturnHeaders_21 | undefined;
|
|
1938
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_21] extends [true] ? {
|
|
1939
|
-
headers: Headers;
|
|
1940
|
-
response: {
|
|
1941
|
-
success: boolean;
|
|
1942
|
-
};
|
|
1943
|
-
} : {
|
|
1944
|
-
success: boolean;
|
|
1945
|
-
}>;
|
|
1946
|
-
options: {
|
|
1947
|
-
method: "POST";
|
|
1948
|
-
body: zod239.ZodObject<{
|
|
1949
|
-
email: zod239.ZodString;
|
|
1950
|
-
otp: zod239.ZodString;
|
|
1951
|
-
password: zod239.ZodString;
|
|
1952
|
-
}, better_auth258.$strip>;
|
|
1953
|
-
metadata: {
|
|
1954
|
-
openapi: {
|
|
1955
|
-
description: string;
|
|
1956
|
-
responses: {
|
|
1957
|
-
200: {
|
|
1958
|
-
description: string;
|
|
1959
|
-
contnt: {
|
|
1960
|
-
"application/json": {
|
|
1961
|
-
schema: {
|
|
1962
|
-
type: string;
|
|
1963
|
-
properties: {
|
|
1964
|
-
success: {
|
|
1965
|
-
type: string;
|
|
1966
|
-
};
|
|
1967
|
-
};
|
|
1968
|
-
};
|
|
1969
|
-
};
|
|
1970
|
-
};
|
|
1971
|
-
};
|
|
1972
|
-
};
|
|
1973
|
-
};
|
|
1974
|
-
};
|
|
1975
|
-
} & {
|
|
1976
|
-
use: any[];
|
|
1977
|
-
};
|
|
1978
|
-
path: "/email-otp/reset-password";
|
|
1979
|
-
};
|
|
1980
|
-
sendVerificationOTP: {
|
|
1981
|
-
<AsResponse extends boolean = false, ReturnHeaders_22 extends boolean = false>(inputCtx_0: {
|
|
1982
|
-
body: {
|
|
1983
|
-
email: string;
|
|
1984
|
-
type: "sign-in" | "forget-password" | "email-verification";
|
|
1985
|
-
};
|
|
1986
|
-
} & {
|
|
1987
|
-
method?: "POST" | undefined;
|
|
1988
|
-
} & {
|
|
1989
|
-
query?: Record<string, any> | undefined;
|
|
1990
|
-
} & {
|
|
1991
|
-
params?: Record<string, any>;
|
|
1992
|
-
} & {
|
|
1993
|
-
request?: Request;
|
|
1994
|
-
} & {
|
|
1995
|
-
headers?: HeadersInit;
|
|
1996
|
-
} & {
|
|
1997
|
-
asResponse?: boolean;
|
|
1998
|
-
returnHeaders?: boolean;
|
|
1999
|
-
use?: better_auth258.Middleware[];
|
|
2000
|
-
path?: string;
|
|
2001
|
-
} & {
|
|
2002
|
-
asResponse?: AsResponse | undefined;
|
|
2003
|
-
returnHeaders?: ReturnHeaders_22 | undefined;
|
|
2004
|
-
}): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders_22] extends [true] ? {
|
|
2005
|
-
headers: Headers;
|
|
2006
|
-
response: {
|
|
2007
|
-
success: boolean;
|
|
2008
|
-
};
|
|
2009
|
-
} : {
|
|
2010
|
-
success: boolean;
|
|
2011
|
-
}>;
|
|
2012
|
-
options: {
|
|
2013
|
-
method: "POST";
|
|
2014
|
-
body: zod239.ZodObject<{
|
|
2015
|
-
email: zod239.ZodString;
|
|
2016
|
-
type: zod239.ZodEnum<{
|
|
2017
|
-
"sign-in": "sign-in";
|
|
2018
|
-
"forget-password": "forget-password";
|
|
2019
|
-
"email-verification": "email-verification";
|
|
2020
|
-
}>;
|
|
2021
|
-
}, better_auth258.$strip>;
|
|
2022
|
-
metadata: {
|
|
2023
|
-
openapi: {
|
|
2024
|
-
description: string;
|
|
2025
|
-
responses: {
|
|
2026
|
-
200: {
|
|
2027
|
-
description: string;
|
|
2028
|
-
content: {
|
|
2029
|
-
"application/json": {
|
|
2030
|
-
schema: {
|
|
2031
|
-
type: "object";
|
|
2032
|
-
properties: {
|
|
2033
|
-
success: {
|
|
2034
|
-
type: string;
|
|
2035
|
-
};
|
|
2036
|
-
};
|
|
2037
|
-
};
|
|
2038
|
-
};
|
|
2039
|
-
};
|
|
2040
|
-
};
|
|
2041
|
-
};
|
|
2042
|
-
};
|
|
2043
|
-
};
|
|
2044
|
-
} & {
|
|
2045
|
-
use: any[];
|
|
2046
|
-
};
|
|
2047
|
-
path: "/email-otp/send-verification-otp";
|
|
2048
|
-
};
|
|
2049
|
-
};
|
|
2050
|
-
hooks: {
|
|
2051
|
-
after: {
|
|
2052
|
-
matcher(context: better_auth258.HookEndpointContext): boolean;
|
|
2053
|
-
handler: (inputContext: better_auth258.MiddlewareInputContext<better_auth258.MiddlewareOptions>) => Promise<void>;
|
|
2054
|
-
}[];
|
|
2055
|
-
};
|
|
2056
|
-
$ERROR_CODES: {
|
|
2057
|
-
readonly OTP_EXPIRED: "otp expired";
|
|
2058
|
-
readonly INVALID_OTP: "Invalid OTP";
|
|
2059
|
-
readonly INVALID_EMAIL: "Invalid email";
|
|
2060
|
-
readonly USER_NOT_FOUND: "User not found";
|
|
2061
|
-
readonly TOO_MANY_ATTEMPTS: "Too many attempts";
|
|
2062
|
-
};
|
|
2063
|
-
rateLimit: ({
|
|
2064
|
-
pathMatcher(path: string): path is "/email-otp/send-verification-otp";
|
|
2065
|
-
window: number;
|
|
2066
|
-
max: number;
|
|
2067
|
-
} | {
|
|
2068
|
-
pathMatcher(path: string): path is "/email-otp/check-verification-otp";
|
|
2069
|
-
window: number;
|
|
2070
|
-
max: number;
|
|
2071
|
-
} | {
|
|
2072
|
-
pathMatcher(path: string): path is "/email-otp/verify-email";
|
|
2073
|
-
window: number;
|
|
2074
|
-
max: number;
|
|
2075
|
-
} | {
|
|
2076
|
-
pathMatcher(path: string): path is "/sign-in/email-otp";
|
|
2077
|
-
window: number;
|
|
2078
|
-
max: number;
|
|
2079
|
-
})[];
|
|
2080
|
-
}];
|
|
2081
|
-
}>;
|
|
2082
|
-
resend: resend0.Resend;
|
|
2083
|
-
blob: _aws_sdk_client_s30.S3Client;
|
|
2084
|
-
}>;
|
|
2085
|
-
type RPCContext<TSchema extends TDatabaseSchema = any> = Awaited<ReturnType<typeof createRPCContext<TSchema>>>;
|
|
2086
|
-
type ProtectedRPCContext<TSchema extends TDatabaseSchema = any> = RPCContext<TSchema> & {
|
|
2087
|
-
session: NonNullable<RPCContext<TSchema>["session"]>;
|
|
2088
|
-
};
|
|
2089
|
-
//#endregion
|
|
2090
|
-
export { ProtectedRPCContext, RPCContext, createRPCContext };
|
|
2091
|
-
//# sourceMappingURL=context.server.d.ts.map
|