@baseplate-dev/plugin-auth 0.6.12 → 0.6.13
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/CHANGELOG.md +24 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +7 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +7 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +7 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +7 -0
- package/dist/better-auth/constants/packages.d.ts +1 -1
- package/dist/better-auth/constants/packages.js +1 -1
- package/dist/better-auth/generators/fastify/better-auth-admin-module/better-auth-admin-module.generator.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/index.d.ts +2 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-renderers.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/typed-templates.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/better-auth-email-templates.generator.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/index.d.ts +4 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-renderers.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/typed-templates.d.ts +3 -0
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts +43 -6
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js +21 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts +46 -10
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts +18 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js +6 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.d.ts +24 -6
- package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.js +8 -5
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts +20 -4
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js +10 -5
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/plugins/better-auth.plugin.ts +7 -4
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/auth.ts +76 -59
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/user-session.service.ts +58 -46
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +7 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +42 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +7 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +70 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +14 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +7 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +7 -0
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +7 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +7 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +7 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +7 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +7 -23
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +28 -66
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +7 -23
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js +2 -8
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +35 -66
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +1 -5
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.ts +8 -4
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts +3 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +4 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +9 -6
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +2 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +5 -3
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts +4 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +62 -8
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +21 -11
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +152 -10
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.js +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +52 -2
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +14 -4
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts +9 -3
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js +6 -3
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +102 -8
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +19 -5
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.d.ts +0 -4
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.js +2 -15
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.ts +2 -16
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.worker.d.ts +6 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.worker.js +18 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.worker.ts +22 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js +1 -2
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.ts +4 -2
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts +0 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js +0 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.ts +0 -2
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +9 -0
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +52 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +9 -0
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +77 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.tsx +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js +2 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.tsx +2 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.tsx +1 -1
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +14 -0
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +7 -0
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +14 -0
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +7 -0
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts +2 -2
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.d.ts +10 -2
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.js +8 -5
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.js +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.d.ts +3 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.js +2 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/{auth-module.generator.d.ts → placeholder-auth-module.generator.d.ts} +20 -3
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/{auth-module.generator.js → placeholder-auth-module.generator.js} +16 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.d.ts +5 -21
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.js +17 -26
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.ts +21 -31
- package/dist/web/assets/{_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-Bd_uRhIr.js → _virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-DxRuC5lD.js} +89 -73
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-BX1_Ngjt.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Dbjihoi-.js} +50 -13
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-CQuBII8a.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-CpEOtTmq.js} +50 -14
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-DsLoA9K7.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-BTSgZGcl.js} +6932 -6106
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CGsbw2Lx.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CJ027_El.js} +72 -151
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-DE4UUe5K.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-Do-7VDVw.js} +30 -247
- package/dist/web/assets/auth-gRzmaSZc.js +1 -0
- package/dist/web/assets/{common-ooa00sM_.js → common-B4cD6OfF.js} +6 -6
- package/dist/web/assets/{common-C0Hur22D.js → common-B9LNVIXT.js} +4 -4
- package/dist/web/assets/{common-BFKR_7HQ.js → common-B9sZoKR5.js} +6 -6
- package/dist/web/assets/{common-B8Z1_D6-.js → common-DF9FD3lJ.js} +4 -4
- package/dist/web/assets/{common-CLtpg163.js → common-S36tY-P3.js} +3 -3
- package/dist/web/assets/{common-CTYcv1u_.js → common-sMUs9FmV.js} +3 -3
- package/dist/web/assets/{dist-DicVrB_Z.js → dist-CtqdAorB.js} +374 -254
- package/dist/web/assets/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-CtbvyMZJ.js → dist-SBfmsOB2.js} +43 -359
- package/dist/web/assets/{get-auth-plugin-definition-DBdchbBZ.js → get-auth-plugin-definition-Bs9C6JrS.js} +2 -2
- package/dist/web/assets/hostInit-BtfjN9sB.js +99 -0
- package/dist/web/assets/{index-CR54yoeW.js → index-DVCa_MuH.js} +2 -2
- package/dist/web/assets/{mf-entry-bootstrap-0-4f84e81c.js → mf-entry-bootstrap-0-31a63adb.js} +5 -2
- package/dist/web/assets/{model-utils-CQpTF3uf.js → model-utils-BDM6ILfO.js} +42 -14
- package/dist/web/assets/{models-Bc3L4Vsl.js → models-1c2urnle.js} +3 -3
- package/dist/web/assets/{models-BIKzGkW3.js → models-DGhhwO8Q.js} +3 -3
- package/dist/web/assets/{plugin-definition-BhNnSvrD.js → plugin-definition-B-HRncfN.js} +3 -3
- package/dist/web/assets/{plugin-definition-33i4r91s.js → plugin-definition-Dluw2inU.js} +3 -3
- package/dist/web/assets/{styles-BT_OTXuv.js → styles-BTmSBHAy.js} +15 -12
- package/dist/web/assets/{virtualExposes-B_hX31Ln.js → virtualExposes-C1o-SyCQ.js} +1 -1
- package/dist/web/assets/virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-Bs76by83.js +259 -0
- package/dist/web/assets/{virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-BVNjo6R7.js → virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-B5SkIaaz.js} +13 -13
- package/dist/web/assets/{virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-B_7IVc8D.js → virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-DotA2McS.js} +50 -15
- package/dist/web/assets/{web-CJlCNegu.js → web-B2REeIGU.js} +3 -3
- package/dist/web/assets/{web-aKoJoBnQ.js → web-BEOhczx1.js} +16 -16
- package/dist/web/assets/{web-Dso6eI9u.js → web-Bh_3N1sv.js} +17 -17
- package/dist/web/assets/{web-BXB-pvWJ.js → web-CiuxQhgn.js} +20 -20
- package/dist/web/assets/{web-DYbNyLPi.js → web-DGv5-Arz.js} +35 -35
- package/dist/web/assets/{web-BDeHApaZ.js → web-jcCkQISW.js} +31 -18
- package/dist/web/assets/{web-BC9MejP0.js → web-wBaHshVG.js} +3 -3
- package/dist/web/index.html +2 -2
- package/dist/web/remoteEntry.js +1 -1
- package/dist/web/remoteEntry.ssr.js +1 -1
- package/package.json +26 -26
- package/dist/web/assets/auth-DS8ZnZZr.js +0 -1
- package/dist/web/assets/hostInit-CDVLjNbq.js +0 -119
|
@@ -92,6 +92,13 @@ export declare const pagesGroup: {
|
|
|
92
92
|
DropdownMenuSubContent: {};
|
|
93
93
|
DropdownMenuSubTrigger: {};
|
|
94
94
|
DropdownMenuTrigger: {};
|
|
95
|
+
Empty: {};
|
|
96
|
+
EmptyContent: {};
|
|
97
|
+
EmptyDescription: {};
|
|
98
|
+
EmptyHeader: {};
|
|
99
|
+
EmptyMedia: {};
|
|
100
|
+
emptyMediaVariants: {};
|
|
101
|
+
EmptyTitle: {};
|
|
95
102
|
ErrorableLoader: {};
|
|
96
103
|
ErrorDisplay: {};
|
|
97
104
|
Field: {};
|
|
@@ -337,6 +344,13 @@ export declare const pagesGroup: {
|
|
|
337
344
|
DropdownMenuSubContent: {};
|
|
338
345
|
DropdownMenuSubTrigger: {};
|
|
339
346
|
DropdownMenuTrigger: {};
|
|
347
|
+
Empty: {};
|
|
348
|
+
EmptyContent: {};
|
|
349
|
+
EmptyDescription: {};
|
|
350
|
+
EmptyHeader: {};
|
|
351
|
+
EmptyMedia: {};
|
|
352
|
+
emptyMediaVariants: {};
|
|
353
|
+
EmptyTitle: {};
|
|
340
354
|
ErrorableLoader: {};
|
|
341
355
|
ErrorDisplay: {};
|
|
342
356
|
Field: {};
|
|
@@ -582,6 +596,13 @@ export declare const pagesGroup: {
|
|
|
582
596
|
DropdownMenuSubContent: {};
|
|
583
597
|
DropdownMenuSubTrigger: {};
|
|
584
598
|
DropdownMenuTrigger: {};
|
|
599
|
+
Empty: {};
|
|
600
|
+
EmptyContent: {};
|
|
601
|
+
EmptyDescription: {};
|
|
602
|
+
EmptyHeader: {};
|
|
603
|
+
EmptyMedia: {};
|
|
604
|
+
emptyMediaVariants: {};
|
|
605
|
+
EmptyTitle: {};
|
|
585
606
|
ErrorableLoader: {};
|
|
586
607
|
ErrorDisplay: {};
|
|
587
608
|
Field: {};
|
|
@@ -827,6 +848,13 @@ export declare const pagesGroup: {
|
|
|
827
848
|
DropdownMenuSubContent: {};
|
|
828
849
|
DropdownMenuSubTrigger: {};
|
|
829
850
|
DropdownMenuTrigger: {};
|
|
851
|
+
Empty: {};
|
|
852
|
+
EmptyContent: {};
|
|
853
|
+
EmptyDescription: {};
|
|
854
|
+
EmptyHeader: {};
|
|
855
|
+
EmptyMedia: {};
|
|
856
|
+
emptyMediaVariants: {};
|
|
857
|
+
EmptyTitle: {};
|
|
830
858
|
ErrorableLoader: {};
|
|
831
859
|
ErrorDisplay: {};
|
|
832
860
|
Field: {};
|
|
@@ -1072,6 +1100,13 @@ export declare const pagesGroup: {
|
|
|
1072
1100
|
DropdownMenuSubContent: {};
|
|
1073
1101
|
DropdownMenuSubTrigger: {};
|
|
1074
1102
|
DropdownMenuTrigger: {};
|
|
1103
|
+
Empty: {};
|
|
1104
|
+
EmptyContent: {};
|
|
1105
|
+
EmptyDescription: {};
|
|
1106
|
+
EmptyHeader: {};
|
|
1107
|
+
EmptyMedia: {};
|
|
1108
|
+
emptyMediaVariants: {};
|
|
1109
|
+
EmptyTitle: {};
|
|
1075
1110
|
ErrorableLoader: {};
|
|
1076
1111
|
ErrorDisplay: {};
|
|
1077
1112
|
Field: {};
|
|
@@ -1320,6 +1355,13 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1320
1355
|
DropdownMenuSubContent: {};
|
|
1321
1356
|
DropdownMenuSubTrigger: {};
|
|
1322
1357
|
DropdownMenuTrigger: {};
|
|
1358
|
+
Empty: {};
|
|
1359
|
+
EmptyContent: {};
|
|
1360
|
+
EmptyDescription: {};
|
|
1361
|
+
EmptyHeader: {};
|
|
1362
|
+
EmptyMedia: {};
|
|
1363
|
+
emptyMediaVariants: {};
|
|
1364
|
+
EmptyTitle: {};
|
|
1323
1365
|
ErrorableLoader: {};
|
|
1324
1366
|
ErrorDisplay: {};
|
|
1325
1367
|
Field: {};
|
|
@@ -1565,6 +1607,13 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1565
1607
|
DropdownMenuSubContent: {};
|
|
1566
1608
|
DropdownMenuSubTrigger: {};
|
|
1567
1609
|
DropdownMenuTrigger: {};
|
|
1610
|
+
Empty: {};
|
|
1611
|
+
EmptyContent: {};
|
|
1612
|
+
EmptyDescription: {};
|
|
1613
|
+
EmptyHeader: {};
|
|
1614
|
+
EmptyMedia: {};
|
|
1615
|
+
emptyMediaVariants: {};
|
|
1616
|
+
EmptyTitle: {};
|
|
1568
1617
|
ErrorableLoader: {};
|
|
1569
1618
|
ErrorDisplay: {};
|
|
1570
1619
|
Field: {};
|
|
@@ -1810,6 +1859,13 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1810
1859
|
DropdownMenuSubContent: {};
|
|
1811
1860
|
DropdownMenuSubTrigger: {};
|
|
1812
1861
|
DropdownMenuTrigger: {};
|
|
1862
|
+
Empty: {};
|
|
1863
|
+
EmptyContent: {};
|
|
1864
|
+
EmptyDescription: {};
|
|
1865
|
+
EmptyHeader: {};
|
|
1866
|
+
EmptyMedia: {};
|
|
1867
|
+
emptyMediaVariants: {};
|
|
1868
|
+
EmptyTitle: {};
|
|
1813
1869
|
ErrorableLoader: {};
|
|
1814
1870
|
ErrorDisplay: {};
|
|
1815
1871
|
Field: {};
|
|
@@ -2055,6 +2111,13 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2055
2111
|
DropdownMenuSubContent: {};
|
|
2056
2112
|
DropdownMenuSubTrigger: {};
|
|
2057
2113
|
DropdownMenuTrigger: {};
|
|
2114
|
+
Empty: {};
|
|
2115
|
+
EmptyContent: {};
|
|
2116
|
+
EmptyDescription: {};
|
|
2117
|
+
EmptyHeader: {};
|
|
2118
|
+
EmptyMedia: {};
|
|
2119
|
+
emptyMediaVariants: {};
|
|
2120
|
+
EmptyTitle: {};
|
|
2058
2121
|
ErrorableLoader: {};
|
|
2059
2122
|
ErrorDisplay: {};
|
|
2060
2123
|
Field: {};
|
|
@@ -2300,6 +2363,13 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2300
2363
|
DropdownMenuSubContent: {};
|
|
2301
2364
|
DropdownMenuSubTrigger: {};
|
|
2302
2365
|
DropdownMenuTrigger: {};
|
|
2366
|
+
Empty: {};
|
|
2367
|
+
EmptyContent: {};
|
|
2368
|
+
EmptyDescription: {};
|
|
2369
|
+
EmptyHeader: {};
|
|
2370
|
+
EmptyMedia: {};
|
|
2371
|
+
emptyMediaVariants: {};
|
|
2372
|
+
EmptyTitle: {};
|
|
2303
2373
|
ErrorableLoader: {};
|
|
2304
2374
|
ErrorDisplay: {};
|
|
2305
2375
|
Field: {};
|
|
@@ -122,6 +122,13 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
122
122
|
DropdownMenuSubContent: {};
|
|
123
123
|
DropdownMenuSubTrigger: {};
|
|
124
124
|
DropdownMenuTrigger: {};
|
|
125
|
+
Empty: {};
|
|
126
|
+
EmptyContent: {};
|
|
127
|
+
EmptyDescription: {};
|
|
128
|
+
EmptyHeader: {};
|
|
129
|
+
EmptyMedia: {};
|
|
130
|
+
emptyMediaVariants: {};
|
|
131
|
+
EmptyTitle: {};
|
|
125
132
|
ErrorableLoader: {};
|
|
126
133
|
ErrorDisplay: {};
|
|
127
134
|
Field: {};
|
|
@@ -378,6 +385,13 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
378
385
|
DropdownMenuSubContent: {};
|
|
379
386
|
DropdownMenuSubTrigger: {};
|
|
380
387
|
DropdownMenuTrigger: {};
|
|
388
|
+
Empty: {};
|
|
389
|
+
EmptyContent: {};
|
|
390
|
+
EmptyDescription: {};
|
|
391
|
+
EmptyHeader: {};
|
|
392
|
+
EmptyMedia: {};
|
|
393
|
+
emptyMediaVariants: {};
|
|
394
|
+
EmptyTitle: {};
|
|
381
395
|
ErrorableLoader: {};
|
|
382
396
|
ErrorDisplay: {};
|
|
383
397
|
Field: {};
|
package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts
CHANGED
|
@@ -114,6 +114,13 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_RENDERERS: {
|
|
|
114
114
|
DropdownMenuSubContent: {};
|
|
115
115
|
DropdownMenuSubTrigger: {};
|
|
116
116
|
DropdownMenuTrigger: {};
|
|
117
|
+
Empty: {};
|
|
118
|
+
EmptyContent: {};
|
|
119
|
+
EmptyDescription: {};
|
|
120
|
+
EmptyHeader: {};
|
|
121
|
+
EmptyMedia: {};
|
|
122
|
+
emptyMediaVariants: {};
|
|
123
|
+
EmptyTitle: {};
|
|
117
124
|
ErrorableLoader: {};
|
|
118
125
|
ErrorDisplay: {};
|
|
119
126
|
Field: {};
|
|
@@ -100,6 +100,13 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_TEMPLATES: {
|
|
|
100
100
|
DropdownMenuSubContent: {};
|
|
101
101
|
DropdownMenuSubTrigger: {};
|
|
102
102
|
DropdownMenuTrigger: {};
|
|
103
|
+
Empty: {};
|
|
104
|
+
EmptyContent: {};
|
|
105
|
+
EmptyDescription: {};
|
|
106
|
+
EmptyHeader: {};
|
|
107
|
+
EmptyMedia: {};
|
|
108
|
+
emptyMediaVariants: {};
|
|
109
|
+
EmptyTitle: {};
|
|
103
110
|
ErrorableLoader: {};
|
|
104
111
|
ErrorDisplay: {};
|
|
105
112
|
Field: {};
|
package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts
CHANGED
|
@@ -115,6 +115,13 @@ export declare const reactBetterAuthGenerator: import("@baseplate-dev/sync").Gen
|
|
|
115
115
|
DropdownMenuSubContent: {};
|
|
116
116
|
DropdownMenuSubTrigger: {};
|
|
117
117
|
DropdownMenuTrigger: {};
|
|
118
|
+
Empty: {};
|
|
119
|
+
EmptyContent: {};
|
|
120
|
+
EmptyDescription: {};
|
|
121
|
+
EmptyHeader: {};
|
|
122
|
+
EmptyMedia: {};
|
|
123
|
+
emptyMediaVariants: {};
|
|
124
|
+
EmptyTitle: {};
|
|
118
125
|
ErrorableLoader: {};
|
|
119
126
|
ErrorDisplay: {};
|
|
120
127
|
Field: {};
|
|
@@ -111,6 +111,13 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
|
|
|
111
111
|
DropdownMenuSubContent: {};
|
|
112
112
|
DropdownMenuSubTrigger: {};
|
|
113
113
|
DropdownMenuTrigger: {};
|
|
114
|
+
Empty: {};
|
|
115
|
+
EmptyContent: {};
|
|
116
|
+
EmptyDescription: {};
|
|
117
|
+
EmptyHeader: {};
|
|
118
|
+
EmptyMedia: {};
|
|
119
|
+
emptyMediaVariants: {};
|
|
120
|
+
EmptyTitle: {};
|
|
114
121
|
ErrorableLoader: {};
|
|
115
122
|
ErrorDisplay: {};
|
|
116
123
|
Field: {};
|
|
@@ -349,6 +356,13 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
|
|
|
349
356
|
DropdownMenuSubContent: {};
|
|
350
357
|
DropdownMenuSubTrigger: {};
|
|
351
358
|
DropdownMenuTrigger: {};
|
|
359
|
+
Empty: {};
|
|
360
|
+
EmptyContent: {};
|
|
361
|
+
EmptyDescription: {};
|
|
362
|
+
EmptyHeader: {};
|
|
363
|
+
EmptyMedia: {};
|
|
364
|
+
emptyMediaVariants: {};
|
|
365
|
+
EmptyTitle: {};
|
|
352
366
|
ErrorableLoader: {};
|
|
353
367
|
ErrorDisplay: {};
|
|
354
368
|
Field: {};
|
package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts
CHANGED
|
@@ -109,6 +109,13 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
109
109
|
DropdownMenuSubContent: {};
|
|
110
110
|
DropdownMenuSubTrigger: {};
|
|
111
111
|
DropdownMenuTrigger: {};
|
|
112
|
+
Empty: {};
|
|
113
|
+
EmptyContent: {};
|
|
114
|
+
EmptyDescription: {};
|
|
115
|
+
EmptyHeader: {};
|
|
116
|
+
EmptyMedia: {};
|
|
117
|
+
emptyMediaVariants: {};
|
|
118
|
+
EmptyTitle: {};
|
|
112
119
|
ErrorableLoader: {};
|
|
113
120
|
ErrorDisplay: {};
|
|
114
121
|
Field: {};
|
|
@@ -358,6 +365,13 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
358
365
|
DropdownMenuSubContent: {};
|
|
359
366
|
DropdownMenuSubTrigger: {};
|
|
360
367
|
DropdownMenuTrigger: {};
|
|
368
|
+
Empty: {};
|
|
369
|
+
EmptyContent: {};
|
|
370
|
+
EmptyDescription: {};
|
|
371
|
+
EmptyHeader: {};
|
|
372
|
+
EmptyMedia: {};
|
|
373
|
+
emptyMediaVariants: {};
|
|
374
|
+
EmptyTitle: {};
|
|
361
375
|
ErrorableLoader: {};
|
|
362
376
|
ErrorDisplay: {};
|
|
363
377
|
Field: {};
|
|
@@ -108,6 +108,13 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
|
|
|
108
108
|
DropdownMenuSubContent: {};
|
|
109
109
|
DropdownMenuSubTrigger: {};
|
|
110
110
|
DropdownMenuTrigger: {};
|
|
111
|
+
Empty: {};
|
|
112
|
+
EmptyContent: {};
|
|
113
|
+
EmptyDescription: {};
|
|
114
|
+
EmptyHeader: {};
|
|
115
|
+
EmptyMedia: {};
|
|
116
|
+
emptyMediaVariants: {};
|
|
117
|
+
EmptyTitle: {};
|
|
111
118
|
ErrorableLoader: {};
|
|
112
119
|
ErrorDisplay: {};
|
|
113
120
|
Field: {};
|
|
@@ -98,6 +98,13 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
98
98
|
DropdownMenuSubContent: {};
|
|
99
99
|
DropdownMenuSubTrigger: {};
|
|
100
100
|
DropdownMenuTrigger: {};
|
|
101
|
+
Empty: {};
|
|
102
|
+
EmptyContent: {};
|
|
103
|
+
EmptyDescription: {};
|
|
104
|
+
EmptyHeader: {};
|
|
105
|
+
EmptyMedia: {};
|
|
106
|
+
emptyMediaVariants: {};
|
|
107
|
+
EmptyTitle: {};
|
|
101
108
|
ErrorableLoader: {};
|
|
102
109
|
ErrorDisplay: {};
|
|
103
110
|
Field: {};
|
|
@@ -110,6 +110,13 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
110
110
|
DropdownMenuSubContent: {};
|
|
111
111
|
DropdownMenuSubTrigger: {};
|
|
112
112
|
DropdownMenuTrigger: {};
|
|
113
|
+
Empty: {};
|
|
114
|
+
EmptyContent: {};
|
|
115
|
+
EmptyDescription: {};
|
|
116
|
+
EmptyHeader: {};
|
|
117
|
+
EmptyMedia: {};
|
|
118
|
+
emptyMediaVariants: {};
|
|
119
|
+
EmptyTitle: {};
|
|
113
120
|
ErrorableLoader: {};
|
|
114
121
|
ErrorDisplay: {};
|
|
115
122
|
Field: {};
|
|
@@ -348,6 +355,13 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
348
355
|
DropdownMenuSubContent: {};
|
|
349
356
|
DropdownMenuSubTrigger: {};
|
|
350
357
|
DropdownMenuTrigger: {};
|
|
358
|
+
Empty: {};
|
|
359
|
+
EmptyContent: {};
|
|
360
|
+
EmptyDescription: {};
|
|
361
|
+
EmptyHeader: {};
|
|
362
|
+
EmptyMedia: {};
|
|
363
|
+
emptyMediaVariants: {};
|
|
364
|
+
EmptyTitle: {};
|
|
351
365
|
ErrorableLoader: {};
|
|
352
366
|
ErrorDisplay: {};
|
|
353
367
|
Field: {};
|
package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts
CHANGED
|
@@ -109,6 +109,13 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATED
|
|
|
109
109
|
DropdownMenuSubContent: {};
|
|
110
110
|
DropdownMenuSubTrigger: {};
|
|
111
111
|
DropdownMenuTrigger: {};
|
|
112
|
+
Empty: {};
|
|
113
|
+
EmptyContent: {};
|
|
114
|
+
EmptyDescription: {};
|
|
115
|
+
EmptyHeader: {};
|
|
116
|
+
EmptyMedia: {};
|
|
117
|
+
emptyMediaVariants: {};
|
|
118
|
+
EmptyTitle: {};
|
|
112
119
|
ErrorableLoader: {};
|
|
113
120
|
ErrorDisplay: {};
|
|
114
121
|
Field: {};
|
|
@@ -357,6 +364,13 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATED
|
|
|
357
364
|
DropdownMenuSubContent: {};
|
|
358
365
|
DropdownMenuSubTrigger: {};
|
|
359
366
|
DropdownMenuTrigger: {};
|
|
367
|
+
Empty: {};
|
|
368
|
+
EmptyContent: {};
|
|
369
|
+
EmptyDescription: {};
|
|
370
|
+
EmptyHeader: {};
|
|
371
|
+
EmptyMedia: {};
|
|
372
|
+
emptyMediaVariants: {};
|
|
373
|
+
EmptyTitle: {};
|
|
360
374
|
ErrorableLoader: {};
|
|
361
375
|
ErrorDisplay: {};
|
|
362
376
|
Field: {};
|
|
@@ -108,6 +108,13 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_RENDERERS
|
|
|
108
108
|
DropdownMenuSubContent: {};
|
|
109
109
|
DropdownMenuSubTrigger: {};
|
|
110
110
|
DropdownMenuTrigger: {};
|
|
111
|
+
Empty: {};
|
|
112
|
+
EmptyContent: {};
|
|
113
|
+
EmptyDescription: {};
|
|
114
|
+
EmptyHeader: {};
|
|
115
|
+
EmptyMedia: {};
|
|
116
|
+
emptyMediaVariants: {};
|
|
117
|
+
EmptyTitle: {};
|
|
111
118
|
ErrorableLoader: {};
|
|
112
119
|
ErrorDisplay: {};
|
|
113
120
|
Field: {};
|
|
@@ -96,6 +96,13 @@ export declare const mainGroup: {
|
|
|
96
96
|
DropdownMenuSubContent: {};
|
|
97
97
|
DropdownMenuSubTrigger: {};
|
|
98
98
|
DropdownMenuTrigger: {};
|
|
99
|
+
Empty: {};
|
|
100
|
+
EmptyContent: {};
|
|
101
|
+
EmptyDescription: {};
|
|
102
|
+
EmptyHeader: {};
|
|
103
|
+
EmptyMedia: {};
|
|
104
|
+
emptyMediaVariants: {};
|
|
105
|
+
EmptyTitle: {};
|
|
99
106
|
ErrorableLoader: {};
|
|
100
107
|
ErrorDisplay: {};
|
|
101
108
|
Field: {};
|
|
@@ -343,6 +350,13 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATES
|
|
|
343
350
|
DropdownMenuSubContent: {};
|
|
344
351
|
DropdownMenuSubTrigger: {};
|
|
345
352
|
DropdownMenuTrigger: {};
|
|
353
|
+
Empty: {};
|
|
354
|
+
EmptyContent: {};
|
|
355
|
+
EmptyDescription: {};
|
|
356
|
+
EmptyHeader: {};
|
|
357
|
+
EmptyMedia: {};
|
|
358
|
+
emptyMediaVariants: {};
|
|
359
|
+
EmptyTitle: {};
|
|
346
360
|
ErrorableLoader: {};
|
|
347
361
|
ErrorDisplay: {};
|
|
348
362
|
Field: {};
|
|
@@ -93,6 +93,13 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
|
|
|
93
93
|
DropdownMenuSubContent: {};
|
|
94
94
|
DropdownMenuSubTrigger: {};
|
|
95
95
|
DropdownMenuTrigger: {};
|
|
96
|
+
Empty: {};
|
|
97
|
+
EmptyContent: {};
|
|
98
|
+
EmptyDescription: {};
|
|
99
|
+
EmptyHeader: {};
|
|
100
|
+
EmptyMedia: {};
|
|
101
|
+
emptyMediaVariants: {};
|
|
102
|
+
EmptyTitle: {};
|
|
96
103
|
ErrorableLoader: {};
|
|
97
104
|
ErrorDisplay: {};
|
|
98
105
|
Field: {};
|
package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts
CHANGED
|
@@ -31,7 +31,10 @@ export declare const authEmailPasswordGenerator: import("@baseplate-dev/sync").G
|
|
|
31
31
|
localAuthCoreAuthEmailPasswordRenderers: import("@baseplate-dev/sync").ProviderExport<import("./generated/template-renderers.js").LocalAuthCoreAuthEmailPasswordRenderers>;
|
|
32
32
|
}, {
|
|
33
33
|
authModuleImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
34
|
+
cleanupAuthVerificationQueue: {};
|
|
35
|
+
cleanupAuthVerificationWorker: {};
|
|
34
36
|
cleanupExpiredAuthVerifications: {};
|
|
37
|
+
CookieUserSessionService: {};
|
|
35
38
|
createAuthVerification: {};
|
|
36
39
|
userSessionPayload: {};
|
|
37
40
|
validateAuthVerification: {};
|
|
@@ -39,26 +42,6 @@ export declare const authEmailPasswordGenerator: import("@baseplate-dev/sync").G
|
|
|
39
42
|
configServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
40
43
|
config: {};
|
|
41
44
|
}>>;
|
|
42
|
-
emailModuleImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
43
|
-
EmailAdapter: {
|
|
44
|
-
isTypeOnly: true;
|
|
45
|
-
};
|
|
46
|
-
EmailAttachment: {
|
|
47
|
-
isTypeOnly: true;
|
|
48
|
-
};
|
|
49
|
-
EmailRawOptions: {
|
|
50
|
-
isTypeOnly: true;
|
|
51
|
-
};
|
|
52
|
-
EmailSendOptions: {
|
|
53
|
-
isTypeOnly: true;
|
|
54
|
-
};
|
|
55
|
-
sendEmail: {};
|
|
56
|
-
sendEmailQueue: {};
|
|
57
|
-
sendRawEmail: {};
|
|
58
|
-
TransformedEmailMessage: {
|
|
59
|
-
isTypeOnly: true;
|
|
60
|
-
};
|
|
61
|
-
}>>;
|
|
62
45
|
errorHandlerServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
63
46
|
BadRequestError: {};
|
|
64
47
|
ForbiddenError: {};
|
|
@@ -67,6 +50,7 @@ export declare const authEmailPasswordGenerator: import("@baseplate-dev/sync").G
|
|
|
67
50
|
InternalServerError: {};
|
|
68
51
|
logError: {};
|
|
69
52
|
NotFoundError: {};
|
|
53
|
+
throwIfPrismaNotFound: {};
|
|
70
54
|
TooManyRequestsError: {};
|
|
71
55
|
UnauthorizedError: {};
|
|
72
56
|
}>>;
|
|
@@ -105,11 +89,11 @@ export declare const authEmailPasswordGenerator: import("@baseplate-dev/sync").G
|
|
|
105
89
|
RequestServiceContext: {
|
|
106
90
|
isTypeOnly: true;
|
|
107
91
|
};
|
|
92
|
+
RequestServiceContextWith: {
|
|
93
|
+
isTypeOnly: true;
|
|
94
|
+
};
|
|
108
95
|
}>>;
|
|
109
96
|
typescriptFile: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").TypescriptFileProvider>;
|
|
110
|
-
userSessionServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
111
|
-
userSessionService: {};
|
|
112
|
-
}>>;
|
|
113
97
|
userSessionTypesImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
114
98
|
UserSessionPayload: {
|
|
115
99
|
isTypeOnly: true;
|
|
@@ -31,7 +31,10 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
31
31
|
localAuthCoreAuthEmailPasswordRenderers: import("@baseplate-dev/sync").ProviderExport<import("./template-renderers.js").LocalAuthCoreAuthEmailPasswordRenderers>;
|
|
32
32
|
}, {
|
|
33
33
|
authModuleImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
34
|
+
cleanupAuthVerificationQueue: {};
|
|
35
|
+
cleanupAuthVerificationWorker: {};
|
|
34
36
|
cleanupExpiredAuthVerifications: {};
|
|
37
|
+
CookieUserSessionService: {};
|
|
35
38
|
createAuthVerification: {};
|
|
36
39
|
userSessionPayload: {};
|
|
37
40
|
validateAuthVerification: {};
|
|
@@ -39,26 +42,6 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
39
42
|
configServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
40
43
|
config: {};
|
|
41
44
|
}>>;
|
|
42
|
-
emailModuleImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
43
|
-
EmailAdapter: {
|
|
44
|
-
isTypeOnly: true;
|
|
45
|
-
};
|
|
46
|
-
EmailAttachment: {
|
|
47
|
-
isTypeOnly: true;
|
|
48
|
-
};
|
|
49
|
-
EmailRawOptions: {
|
|
50
|
-
isTypeOnly: true;
|
|
51
|
-
};
|
|
52
|
-
EmailSendOptions: {
|
|
53
|
-
isTypeOnly: true;
|
|
54
|
-
};
|
|
55
|
-
sendEmail: {};
|
|
56
|
-
sendEmailQueue: {};
|
|
57
|
-
sendRawEmail: {};
|
|
58
|
-
TransformedEmailMessage: {
|
|
59
|
-
isTypeOnly: true;
|
|
60
|
-
};
|
|
61
|
-
}>>;
|
|
62
45
|
errorHandlerServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
63
46
|
BadRequestError: {};
|
|
64
47
|
ForbiddenError: {};
|
|
@@ -67,6 +50,7 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
67
50
|
InternalServerError: {};
|
|
68
51
|
logError: {};
|
|
69
52
|
NotFoundError: {};
|
|
53
|
+
throwIfPrismaNotFound: {};
|
|
70
54
|
TooManyRequestsError: {};
|
|
71
55
|
UnauthorizedError: {};
|
|
72
56
|
}>>;
|
|
@@ -105,11 +89,11 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
105
89
|
RequestServiceContext: {
|
|
106
90
|
isTypeOnly: true;
|
|
107
91
|
};
|
|
92
|
+
RequestServiceContextWith: {
|
|
93
|
+
isTypeOnly: true;
|
|
94
|
+
};
|
|
108
95
|
}>>;
|
|
109
96
|
typescriptFile: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").TypescriptFileProvider>;
|
|
110
|
-
userSessionServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
111
|
-
userSessionService: {};
|
|
112
|
-
}>>;
|
|
113
97
|
userSessionTypesImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
114
98
|
UserSessionPayload: {
|
|
115
99
|
isTypeOnly: true;
|
|
@@ -135,7 +119,10 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
135
119
|
TPL_USER_OBJECT_TYPE: {};
|
|
136
120
|
}, {
|
|
137
121
|
authModuleImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
122
|
+
cleanupAuthVerificationQueue: {};
|
|
123
|
+
cleanupAuthVerificationWorker: {};
|
|
138
124
|
cleanupExpiredAuthVerifications: {};
|
|
125
|
+
CookieUserSessionService: {};
|
|
139
126
|
createAuthVerification: {};
|
|
140
127
|
userSessionPayload: {};
|
|
141
128
|
validateAuthVerification: {};
|
|
@@ -151,7 +138,10 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
151
138
|
TPL_PASSWORD_RESET_EMAIL: {};
|
|
152
139
|
}, {
|
|
153
140
|
authModuleImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
141
|
+
cleanupAuthVerificationQueue: {};
|
|
142
|
+
cleanupAuthVerificationWorker: {};
|
|
154
143
|
cleanupExpiredAuthVerifications: {};
|
|
144
|
+
CookieUserSessionService: {};
|
|
155
145
|
createAuthVerification: {};
|
|
156
146
|
userSessionPayload: {};
|
|
157
147
|
validateAuthVerification: {};
|
|
@@ -159,26 +149,6 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
159
149
|
configServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
160
150
|
config: {};
|
|
161
151
|
}>>;
|
|
162
|
-
emailModuleImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
163
|
-
EmailAdapter: {
|
|
164
|
-
isTypeOnly: true;
|
|
165
|
-
};
|
|
166
|
-
EmailAttachment: {
|
|
167
|
-
isTypeOnly: true;
|
|
168
|
-
};
|
|
169
|
-
EmailRawOptions: {
|
|
170
|
-
isTypeOnly: true;
|
|
171
|
-
};
|
|
172
|
-
EmailSendOptions: {
|
|
173
|
-
isTypeOnly: true;
|
|
174
|
-
};
|
|
175
|
-
sendEmail: {};
|
|
176
|
-
sendEmailQueue: {};
|
|
177
|
-
sendRawEmail: {};
|
|
178
|
-
TransformedEmailMessage: {
|
|
179
|
-
isTypeOnly: true;
|
|
180
|
-
};
|
|
181
|
-
}>>;
|
|
182
152
|
errorHandlerServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
183
153
|
BadRequestError: {};
|
|
184
154
|
ForbiddenError: {};
|
|
@@ -187,6 +157,7 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
187
157
|
InternalServerError: {};
|
|
188
158
|
logError: {};
|
|
189
159
|
NotFoundError: {};
|
|
160
|
+
throwIfPrismaNotFound: {};
|
|
190
161
|
TooManyRequestsError: {};
|
|
191
162
|
UnauthorizedError: {};
|
|
192
163
|
}>>;
|
|
@@ -215,6 +186,9 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
215
186
|
RequestServiceContext: {
|
|
216
187
|
isTypeOnly: true;
|
|
217
188
|
};
|
|
189
|
+
RequestServiceContextWith: {
|
|
190
|
+
isTypeOnly: true;
|
|
191
|
+
};
|
|
218
192
|
}>>;
|
|
219
193
|
}, {
|
|
220
194
|
constantsPassword: {};
|
|
@@ -231,6 +205,7 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
231
205
|
InternalServerError: {};
|
|
232
206
|
logError: {};
|
|
233
207
|
NotFoundError: {};
|
|
208
|
+
throwIfPrismaNotFound: {};
|
|
234
209
|
TooManyRequestsError: {};
|
|
235
210
|
UnauthorizedError: {};
|
|
236
211
|
}>>;
|
|
@@ -265,9 +240,9 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
265
240
|
RequestServiceContext: {
|
|
266
241
|
isTypeOnly: true;
|
|
267
242
|
};
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
243
|
+
RequestServiceContextWith: {
|
|
244
|
+
isTypeOnly: true;
|
|
245
|
+
};
|
|
271
246
|
}>>;
|
|
272
247
|
userSessionTypesImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
273
248
|
UserSessionPayload: {
|
|
@@ -293,7 +268,10 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
293
268
|
TPL_ACCOUNT_VERIFICATION_EMAIL: {};
|
|
294
269
|
}, {
|
|
295
270
|
authModuleImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
271
|
+
cleanupAuthVerificationQueue: {};
|
|
272
|
+
cleanupAuthVerificationWorker: {};
|
|
296
273
|
cleanupExpiredAuthVerifications: {};
|
|
274
|
+
CookieUserSessionService: {};
|
|
297
275
|
createAuthVerification: {};
|
|
298
276
|
userSessionPayload: {};
|
|
299
277
|
validateAuthVerification: {};
|
|
@@ -301,26 +279,6 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
301
279
|
configServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
302
280
|
config: {};
|
|
303
281
|
}>>;
|
|
304
|
-
emailModuleImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
305
|
-
EmailAdapter: {
|
|
306
|
-
isTypeOnly: true;
|
|
307
|
-
};
|
|
308
|
-
EmailAttachment: {
|
|
309
|
-
isTypeOnly: true;
|
|
310
|
-
};
|
|
311
|
-
EmailRawOptions: {
|
|
312
|
-
isTypeOnly: true;
|
|
313
|
-
};
|
|
314
|
-
EmailSendOptions: {
|
|
315
|
-
isTypeOnly: true;
|
|
316
|
-
};
|
|
317
|
-
sendEmail: {};
|
|
318
|
-
sendEmailQueue: {};
|
|
319
|
-
sendRawEmail: {};
|
|
320
|
-
TransformedEmailMessage: {
|
|
321
|
-
isTypeOnly: true;
|
|
322
|
-
};
|
|
323
|
-
}>>;
|
|
324
282
|
errorHandlerServiceImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
325
283
|
BadRequestError: {};
|
|
326
284
|
ForbiddenError: {};
|
|
@@ -329,6 +287,7 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
329
287
|
InternalServerError: {};
|
|
330
288
|
logError: {};
|
|
331
289
|
NotFoundError: {};
|
|
290
|
+
throwIfPrismaNotFound: {};
|
|
332
291
|
TooManyRequestsError: {};
|
|
333
292
|
UnauthorizedError: {};
|
|
334
293
|
}>>;
|
|
@@ -353,6 +312,9 @@ export declare const LOCAL_AUTH_CORE_AUTH_EMAIL_PASSWORD_GENERATED: {
|
|
|
353
312
|
RequestServiceContext: {
|
|
354
313
|
isTypeOnly: true;
|
|
355
314
|
};
|
|
315
|
+
RequestServiceContextWith: {
|
|
316
|
+
isTypeOnly: true;
|
|
317
|
+
};
|
|
356
318
|
}>>;
|
|
357
319
|
}, {
|
|
358
320
|
constantsPassword: {};
|