@baseplate-dev/plugin-auth 0.6.17 → 0.6.18
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 +20 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +12 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +12 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +6 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +6 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +12 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +12 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +6 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +12 -0
- package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +6 -0
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +6 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +36 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +6 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +60 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +12 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +6 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +6 -0
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +6 -0
- package/dist/local-auth/admin/common.js +6 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/admin-crud-invite-user-action.generator.d.ts +531 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/admin-crud-invite-user-action.generator.js +119 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/index.d.ts +540 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/index.js +11 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-paths.d.ts +12 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-paths.js +24 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-renderers.d.ts +276 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-renderers.js +45 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/typed-templates.d.ts +263 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/typed-templates.js +21 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/index.d.ts +2 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/index.js +2 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/templates/routes/-components/invite-user-dialog.d.ts +21 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/templates/routes/-components/invite-user-dialog.js +69 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/templates/routes/-components/invite-user-dialog.tsx +122 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +12 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +12 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +6 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +6 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +12 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +12 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +6 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +12 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +6 -0
- package/dist/local-auth/admin/node.js +13 -0
- package/dist/local-auth/admin/schema/invite-user-action.d.ts +12 -0
- package/dist/local-auth/admin/schema/invite-user-action.js +6 -0
- package/dist/local-auth/admin/web.js +8 -0
- package/dist/local-auth/core/common.js +7 -2
- package/dist/local-auth/core/components/local-auth-definition-editor.js +2 -1
- package/dist/local-auth/core/components/local-auth-web-app-settings-form.d.ts +9 -0
- package/dist/local-auth/core/components/local-auth-web-app-settings-form.js +11 -0
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +6 -0
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js +66 -6
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +188 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts +5 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.js +5 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +18 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js +66 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +192 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +82 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/otp.constants.d.ts +19 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/otp.constants.js +20 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/otp.constants.ts +22 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts +12 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js +12 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.ts +14 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-otp.mutations.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-otp.mutations.js +30 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-otp.mutations.ts +38 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/invite.mutations.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/invite.mutations.js +42 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/invite.mutations.ts +54 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js +2 -19
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.ts +1 -22
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-otp.service.d.ts +37 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-otp.service.js +225 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-otp.service.ts +333 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/invite.service.d.ts +39 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/invite.service.js +138 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/invite.service.ts +209 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +3 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +3 -2
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts +3 -1
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js +18 -3
- package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts +40 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js +2 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts +6 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js +20 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts +40 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js +24 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/email-otp.email.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/email-otp.email.js +18 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/email-otp.email.tsx +57 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/invite.email.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/invite.email.js +14 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/invite.email.tsx +47 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +4 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +5 -1
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +20 -0
- 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 +3 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +13 -0
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts +9 -0
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js +6 -0
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +17 -0
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +20 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.d.ts +4 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.js +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.ts +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.d.ts +66 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.js +134 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.ts +184 -0
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +8 -0
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js +38 -5
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +840 -268
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js +3 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +18 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js +51 -0
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +608 -283
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js +69 -23
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-otp-constants.d.ts +9 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-otp-constants.js +10 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-otp-constants.ts +11 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/accept-invite.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/accept-invite.js +148 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/accept-invite.tsx +264 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login-otp.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login-otp.js +184 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login-otp.tsx +311 -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 +2 -9
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +12 -0
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +6 -0
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +12 -0
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +6 -0
- package/dist/local-auth/core/node.js +24 -6
- package/dist/local-auth/core/schema/migrations.d.ts +3 -0
- package/dist/local-auth/core/schema/migrations.js +36 -0
- package/dist/local-auth/core/schema/models.js +8 -0
- package/dist/local-auth/core/schema/plugin-definition.d.ts +1 -0
- package/dist/local-auth/core/schema/plugin-definition.js +1 -0
- package/dist/local-auth/core/schema/web-app-schema.d.ts +15 -0
- package/dist/local-auth/core/schema/web-app-schema.js +16 -0
- package/dist/local-auth/core/web.js +8 -1
- package/dist/web/assets/{_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-ChkXxpXe.js → _virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth__mf_owner__1-CKKmnLep.js} +42 -34
- package/dist/web/assets/{dist-DY7ZXvq4.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Cx7TvZ_H.js} +16717 -373
- 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-37vlYRxk.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-D3Nvasea.js} +90 -38
- 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-DRSNXPPo.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-C2GDE8Py.js} +1645 -921
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-DfiQqvVC.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CiccpWjh.js} +212 -57
- package/dist/web/assets/auth-CsHp2bQi.js +1 -0
- package/dist/web/assets/common-BGTuTgx7.js +43 -0
- package/dist/web/assets/common-C8_sC5pp.js +70 -0
- package/dist/web/assets/{common-ByxS61u8.js → common-Co5lW_TK.js} +10 -10
- package/dist/web/assets/{common-iHaemino.js → common-CoLuMS7U.js} +6 -6
- package/dist/web/assets/common-Dueu_1NG.js +36 -0
- package/dist/web/assets/{common-TDf_PrjX.js → common-N3skPbzk.js} +10 -10
- package/dist/web/assets/{dist-CrLSslv6.js → dist-DQd1TAJX.js} +273 -132
- package/dist/web/assets/{get-auth-plugin-definition-kDCtXq_6.js → get-auth-plugin-definition-DyokUVjX.js} +3 -3
- package/dist/web/assets/{hostInit-Cruek6c6.js → hostInit-BCYmw0H5.js} +32 -5
- package/dist/web/assets/{mf-entry-bootstrap-0-dfed0275.js → mf-entry-bootstrap-0-3ede9334.js} +2 -1
- package/dist/web/assets/{mf-entry-bootstrap-1-5275674a.js → mf-entry-bootstrap-1-3da85eea.js} +3 -2
- package/dist/web/assets/{mf-entry-bootstrap-2-39fb9255.js → mf-entry-bootstrap-2-32e24e11.js} +3 -2
- package/dist/web/assets/{mf-entry-bootstrap-3-49e64336.js → mf-entry-bootstrap-3-a3cfea9d.js} +3 -2
- package/dist/web/assets/{models-DSvs_3bA.js → models-BcPOQC5p.js} +4 -5
- package/dist/web/assets/{models-BZmCbizK.js → models-BcUgOGGn.js} +11 -6
- package/dist/web/assets/{plugin-definition-CYj29S3q.js → plugin-definition-D1EImXIf.js} +9 -10
- package/dist/web/assets/plugin-definition-lw-gB4hU.js +10 -0
- package/dist/web/assets/{styles-yjbHBTlw.js → styles-EOyEbGA4.js} +9 -10
- package/dist/web/assets/{virtualExposes-CbPBmicF.js → virtualExposes-DWORnjyA.js} +1 -1
- package/dist/web/assets/virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-t-KnBiUh.js +747 -0
- package/dist/web/assets/{virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-B6BXIeF1.js → virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-DZfE3QCR.js} +13 -13
- package/dist/web/assets/{web-VqBA3jxZ.js → web-CBVepebK.js} +22 -22
- package/dist/web/assets/{web-D0MSKfyv.js → web-Dgb85jhs.js} +47 -47
- package/dist/web/assets/{web-CXAHKjIY.js → web-EDeSquSP.js} +28 -28
- package/dist/web/assets/{web-1eTcxMhf.js → web-PqAcfBSy.js} +9 -9
- package/dist/web/assets/{web-CDAKPPK9.js → web-RhChfBw_.js} +21 -21
- package/dist/web/assets/web-kaD9AzNS.js +59 -0
- package/dist/web/assets/web-xJ-GnSkC.js +148 -0
- package/dist/web/index.html +5 -5
- package/dist/web/remoteEntry.js +1 -1
- package/package.json +14 -14
- 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-CO5Pvo0y.js +0 -384
- package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-BEZ7A-cz.js +0 -13566
- package/dist/web/assets/auth-BxAE0rgh.js +0 -1
- package/dist/web/assets/common-CKl_XlvH.js +0 -37
- package/dist/web/assets/common-UpVCKZeW.js +0 -41
- package/dist/web/assets/common-crSwCD36.js +0 -37
- package/dist/web/assets/model-utils-C0WDb_Ec.js +0 -1599
- package/dist/web/assets/plugin-definition-DOMmPL2Z.js +0 -11
- package/dist/web/assets/virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-XM6iYVxf.js +0 -259
- package/dist/web/assets/virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-DGjg7Brm.js +0 -129
- package/dist/web/assets/web-DbeAaDTV.js +0 -118
- package/dist/web/assets/web-miDovYk_.js +0 -46
- package/dist/web/remoteEntry.ssr.js +0 -43
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @baseplate-dev/plugin-auth
|
|
2
2
|
|
|
3
|
+
## 0.6.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1026](https://github.com/halfdomelabs/baseplate/pull/1026) [`f72a34c`](https://github.com/halfdomelabs/baseplate/commit/f72a34c5d3d18ce0d24d2ab96a4468d0ed974a06) Thanks [@kingston](https://github.com/kingston)! - Local auth now supports inviting a user by email to set up their account via a "Send Invite" admin action, and each web app can independently disable self-service registration; once every web app on a backend disables it, the registration mutation itself is removed from the API.
|
|
8
|
+
|
|
9
|
+
- [#1023](https://github.com/halfdomelabs/baseplate/pull/1023) [`865e976`](https://github.com/halfdomelabs/baseplate/commit/865e97651f2306580f21532a939dc317d53bf4f8) Thanks [@kingston](https://github.com/kingston)! - Local auth can now offer passwordless sign-in with a single-use code emailed to the user, enabled with the new "Email Sign-in Codes" setting. Existing local auth projects pick up a schema change and will need a database migration on their next sync.
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`eeff7b5`](https://github.com/halfdomelabs/baseplate/commit/eeff7b5895155dc252720d70ced0eca64272ad6a), [`ce52092`](https://github.com/halfdomelabs/baseplate/commit/ce5209240d4163966967f60cc9fa6286c4f8dcbb), [`e766854`](https://github.com/halfdomelabs/baseplate/commit/e766854f565d24003c7d4adc8011445953713917), [`6f6e083`](https://github.com/halfdomelabs/baseplate/commit/6f6e0834b3963046e91e509fc6638130f290428e), [`6f6e083`](https://github.com/halfdomelabs/baseplate/commit/6f6e0834b3963046e91e509fc6638130f290428e), [`6f6e083`](https://github.com/halfdomelabs/baseplate/commit/6f6e0834b3963046e91e509fc6638130f290428e), [`8285b67`](https://github.com/halfdomelabs/baseplate/commit/8285b67d1627e0b4200d716ebdce6accc7fd67a1), [`865e976`](https://github.com/halfdomelabs/baseplate/commit/865e97651f2306580f21532a939dc317d53bf4f8), [`a091468`](https://github.com/halfdomelabs/baseplate/commit/a091468889619613d028db530acd42f7ab476d58), [`ff22f21`](https://github.com/halfdomelabs/baseplate/commit/ff22f21b3d92705b904fdacb90819bb3bdd6c303), [`93aee4f`](https://github.com/halfdomelabs/baseplate/commit/93aee4f95c4cef9e16e08e1934ccae2d5d3f3ce6)]:
|
|
12
|
+
- @baseplate-dev/utils@0.6.18
|
|
13
|
+
- @baseplate-dev/sync@0.6.18
|
|
14
|
+
- @baseplate-dev/core-generators@0.6.18
|
|
15
|
+
- @baseplate-dev/fastify-generators@0.6.18
|
|
16
|
+
- @baseplate-dev/react-generators@0.6.18
|
|
17
|
+
- @baseplate-dev/plugin-email@0.6.18
|
|
18
|
+
- @baseplate-dev/ui-components@0.6.18
|
|
19
|
+
- @baseplate-dev/project-builder-lib@0.6.18
|
|
20
|
+
- @baseplate-dev/plugin-queue@0.6.18
|
|
21
|
+
- @baseplate-dev/plugin-rate-limit@0.6.18
|
|
22
|
+
|
|
3
23
|
## 0.6.17
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -141,6 +141,12 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
|
|
|
141
141
|
InputGroupInput: {};
|
|
142
142
|
InputGroupText: {};
|
|
143
143
|
InputGroupTextarea: {};
|
|
144
|
+
InputOtp: {};
|
|
145
|
+
InputOtpField: {};
|
|
146
|
+
InputOtpFieldController: {};
|
|
147
|
+
InputOtpGroup: {};
|
|
148
|
+
InputOtpSeparator: {};
|
|
149
|
+
InputOtpSlot: {};
|
|
144
150
|
inputVariants: {};
|
|
145
151
|
Item: {};
|
|
146
152
|
ItemActions: {};
|
|
@@ -379,6 +385,12 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
|
|
|
379
385
|
InputGroupInput: {};
|
|
380
386
|
InputGroupText: {};
|
|
381
387
|
InputGroupTextarea: {};
|
|
388
|
+
InputOtp: {};
|
|
389
|
+
InputOtpField: {};
|
|
390
|
+
InputOtpFieldController: {};
|
|
391
|
+
InputOtpGroup: {};
|
|
392
|
+
InputOtpSeparator: {};
|
|
393
|
+
InputOtpSlot: {};
|
|
382
394
|
inputVariants: {};
|
|
383
395
|
Item: {};
|
|
384
396
|
ItemActions: {};
|
package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts
CHANGED
|
@@ -139,6 +139,12 @@ export declare const BETTER_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
139
139
|
InputGroupInput: {};
|
|
140
140
|
InputGroupText: {};
|
|
141
141
|
InputGroupTextarea: {};
|
|
142
|
+
InputOtp: {};
|
|
143
|
+
InputOtpField: {};
|
|
144
|
+
InputOtpFieldController: {};
|
|
145
|
+
InputOtpGroup: {};
|
|
146
|
+
InputOtpSeparator: {};
|
|
147
|
+
InputOtpSlot: {};
|
|
142
148
|
inputVariants: {};
|
|
143
149
|
Item: {};
|
|
144
150
|
ItemActions: {};
|
|
@@ -388,6 +394,12 @@ export declare const BETTER_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
|
|
|
388
394
|
InputGroupInput: {};
|
|
389
395
|
InputGroupText: {};
|
|
390
396
|
InputGroupTextarea: {};
|
|
397
|
+
InputOtp: {};
|
|
398
|
+
InputOtpField: {};
|
|
399
|
+
InputOtpFieldController: {};
|
|
400
|
+
InputOtpGroup: {};
|
|
401
|
+
InputOtpSeparator: {};
|
|
402
|
+
InputOtpSlot: {};
|
|
391
403
|
inputVariants: {};
|
|
392
404
|
Item: {};
|
|
393
405
|
ItemActions: {};
|
|
@@ -138,6 +138,12 @@ export declare const BETTER_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
|
|
|
138
138
|
InputGroupInput: {};
|
|
139
139
|
InputGroupText: {};
|
|
140
140
|
InputGroupTextarea: {};
|
|
141
|
+
InputOtp: {};
|
|
142
|
+
InputOtpField: {};
|
|
143
|
+
InputOtpFieldController: {};
|
|
144
|
+
InputOtpGroup: {};
|
|
145
|
+
InputOtpSeparator: {};
|
|
146
|
+
InputOtpSlot: {};
|
|
141
147
|
inputVariants: {};
|
|
142
148
|
Item: {};
|
|
143
149
|
ItemActions: {};
|
|
@@ -128,6 +128,12 @@ export declare const BETTER_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_TEMPLATES:
|
|
|
128
128
|
InputGroupInput: {};
|
|
129
129
|
InputGroupText: {};
|
|
130
130
|
InputGroupTextarea: {};
|
|
131
|
+
InputOtp: {};
|
|
132
|
+
InputOtpField: {};
|
|
133
|
+
InputOtpFieldController: {};
|
|
134
|
+
InputOtpGroup: {};
|
|
135
|
+
InputOtpSeparator: {};
|
|
136
|
+
InputOtpSlot: {};
|
|
131
137
|
inputVariants: {};
|
|
132
138
|
Item: {};
|
|
133
139
|
ItemActions: {};
|
|
@@ -140,6 +140,12 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
140
140
|
InputGroupInput: {};
|
|
141
141
|
InputGroupText: {};
|
|
142
142
|
InputGroupTextarea: {};
|
|
143
|
+
InputOtp: {};
|
|
144
|
+
InputOtpField: {};
|
|
145
|
+
InputOtpFieldController: {};
|
|
146
|
+
InputOtpGroup: {};
|
|
147
|
+
InputOtpSeparator: {};
|
|
148
|
+
InputOtpSlot: {};
|
|
143
149
|
inputVariants: {};
|
|
144
150
|
Item: {};
|
|
145
151
|
ItemActions: {};
|
|
@@ -378,6 +384,12 @@ export declare const adminCrudResetPasswordActionGenerator: import("@baseplate-d
|
|
|
378
384
|
InputGroupInput: {};
|
|
379
385
|
InputGroupText: {};
|
|
380
386
|
InputGroupTextarea: {};
|
|
387
|
+
InputOtp: {};
|
|
388
|
+
InputOtpField: {};
|
|
389
|
+
InputOtpFieldController: {};
|
|
390
|
+
InputOtpGroup: {};
|
|
391
|
+
InputOtpSeparator: {};
|
|
392
|
+
InputOtpSlot: {};
|
|
381
393
|
inputVariants: {};
|
|
382
394
|
Item: {};
|
|
383
395
|
ItemActions: {};
|
package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts
CHANGED
|
@@ -139,6 +139,12 @@ export declare const BETTER_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATE
|
|
|
139
139
|
InputGroupInput: {};
|
|
140
140
|
InputGroupText: {};
|
|
141
141
|
InputGroupTextarea: {};
|
|
142
|
+
InputOtp: {};
|
|
143
|
+
InputOtpField: {};
|
|
144
|
+
InputOtpFieldController: {};
|
|
145
|
+
InputOtpGroup: {};
|
|
146
|
+
InputOtpSeparator: {};
|
|
147
|
+
InputOtpSlot: {};
|
|
142
148
|
inputVariants: {};
|
|
143
149
|
Item: {};
|
|
144
150
|
ItemActions: {};
|
|
@@ -387,6 +393,12 @@ export declare const BETTER_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_GENERATE
|
|
|
387
393
|
InputGroupInput: {};
|
|
388
394
|
InputGroupText: {};
|
|
389
395
|
InputGroupTextarea: {};
|
|
396
|
+
InputOtp: {};
|
|
397
|
+
InputOtpField: {};
|
|
398
|
+
InputOtpFieldController: {};
|
|
399
|
+
InputOtpGroup: {};
|
|
400
|
+
InputOtpSeparator: {};
|
|
401
|
+
InputOtpSlot: {};
|
|
390
402
|
inputVariants: {};
|
|
391
403
|
Item: {};
|
|
392
404
|
ItemActions: {};
|
|
@@ -138,6 +138,12 @@ export declare const BETTER_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_RENDERER
|
|
|
138
138
|
InputGroupInput: {};
|
|
139
139
|
InputGroupText: {};
|
|
140
140
|
InputGroupTextarea: {};
|
|
141
|
+
InputOtp: {};
|
|
142
|
+
InputOtpField: {};
|
|
143
|
+
InputOtpFieldController: {};
|
|
144
|
+
InputOtpGroup: {};
|
|
145
|
+
InputOtpSeparator: {};
|
|
146
|
+
InputOtpSlot: {};
|
|
141
147
|
inputVariants: {};
|
|
142
148
|
Item: {};
|
|
143
149
|
ItemActions: {};
|
|
@@ -126,6 +126,12 @@ export declare const mainGroup: {
|
|
|
126
126
|
InputGroupInput: {};
|
|
127
127
|
InputGroupText: {};
|
|
128
128
|
InputGroupTextarea: {};
|
|
129
|
+
InputOtp: {};
|
|
130
|
+
InputOtpField: {};
|
|
131
|
+
InputOtpFieldController: {};
|
|
132
|
+
InputOtpGroup: {};
|
|
133
|
+
InputOtpSeparator: {};
|
|
134
|
+
InputOtpSlot: {};
|
|
129
135
|
inputVariants: {};
|
|
130
136
|
Item: {};
|
|
131
137
|
ItemActions: {};
|
|
@@ -373,6 +379,12 @@ export declare const BETTER_AUTH_ADMIN_ADMIN_CRUD_RESET_PASSWORD_ACTION_TEMPLATE
|
|
|
373
379
|
InputGroupInput: {};
|
|
374
380
|
InputGroupText: {};
|
|
375
381
|
InputGroupTextarea: {};
|
|
382
|
+
InputOtp: {};
|
|
383
|
+
InputOtpField: {};
|
|
384
|
+
InputOtpFieldController: {};
|
|
385
|
+
InputOtpGroup: {};
|
|
386
|
+
InputOtpSeparator: {};
|
|
387
|
+
InputOtpSlot: {};
|
|
376
388
|
inputVariants: {};
|
|
377
389
|
Item: {};
|
|
378
390
|
ItemActions: {};
|
|
@@ -123,6 +123,12 @@ export declare const adminCrudRolesColumnGenerator: import("@baseplate-dev/sync"
|
|
|
123
123
|
InputGroupInput: {};
|
|
124
124
|
InputGroupText: {};
|
|
125
125
|
InputGroupTextarea: {};
|
|
126
|
+
InputOtp: {};
|
|
127
|
+
InputOtpField: {};
|
|
128
|
+
InputOtpFieldController: {};
|
|
129
|
+
InputOtpGroup: {};
|
|
130
|
+
InputOtpSeparator: {};
|
|
131
|
+
InputOtpSlot: {};
|
|
126
132
|
inputVariants: {};
|
|
127
133
|
Item: {};
|
|
128
134
|
ItemActions: {};
|
package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts
CHANGED
|
@@ -130,6 +130,12 @@ export declare const betterAuthPagesGenerator: import("@baseplate-dev/sync").Gen
|
|
|
130
130
|
InputGroupInput: {};
|
|
131
131
|
InputGroupText: {};
|
|
132
132
|
InputGroupTextarea: {};
|
|
133
|
+
InputOtp: {};
|
|
134
|
+
InputOtpField: {};
|
|
135
|
+
InputOtpFieldController: {};
|
|
136
|
+
InputOtpGroup: {};
|
|
137
|
+
InputOtpSeparator: {};
|
|
138
|
+
InputOtpSlot: {};
|
|
133
139
|
inputVariants: {};
|
|
134
140
|
Item: {};
|
|
135
141
|
ItemActions: {};
|
|
@@ -135,6 +135,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
135
135
|
InputGroupInput: {};
|
|
136
136
|
InputGroupText: {};
|
|
137
137
|
InputGroupTextarea: {};
|
|
138
|
+
InputOtp: {};
|
|
139
|
+
InputOtpField: {};
|
|
140
|
+
InputOtpFieldController: {};
|
|
141
|
+
InputOtpGroup: {};
|
|
142
|
+
InputOtpSeparator: {};
|
|
143
|
+
InputOtpSlot: {};
|
|
138
144
|
inputVariants: {};
|
|
139
145
|
Item: {};
|
|
140
146
|
ItemActions: {};
|
|
@@ -384,6 +390,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
384
390
|
InputGroupInput: {};
|
|
385
391
|
InputGroupText: {};
|
|
386
392
|
InputGroupTextarea: {};
|
|
393
|
+
InputOtp: {};
|
|
394
|
+
InputOtpField: {};
|
|
395
|
+
InputOtpFieldController: {};
|
|
396
|
+
InputOtpGroup: {};
|
|
397
|
+
InputOtpSeparator: {};
|
|
398
|
+
InputOtpSlot: {};
|
|
387
399
|
inputVariants: {};
|
|
388
400
|
Item: {};
|
|
389
401
|
ItemActions: {};
|
|
@@ -629,6 +641,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
629
641
|
InputGroupInput: {};
|
|
630
642
|
InputGroupText: {};
|
|
631
643
|
InputGroupTextarea: {};
|
|
644
|
+
InputOtp: {};
|
|
645
|
+
InputOtpField: {};
|
|
646
|
+
InputOtpFieldController: {};
|
|
647
|
+
InputOtpGroup: {};
|
|
648
|
+
InputOtpSeparator: {};
|
|
649
|
+
InputOtpSlot: {};
|
|
632
650
|
inputVariants: {};
|
|
633
651
|
Item: {};
|
|
634
652
|
ItemActions: {};
|
|
@@ -874,6 +892,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
874
892
|
InputGroupInput: {};
|
|
875
893
|
InputGroupText: {};
|
|
876
894
|
InputGroupTextarea: {};
|
|
895
|
+
InputOtp: {};
|
|
896
|
+
InputOtpField: {};
|
|
897
|
+
InputOtpFieldController: {};
|
|
898
|
+
InputOtpGroup: {};
|
|
899
|
+
InputOtpSeparator: {};
|
|
900
|
+
InputOtpSlot: {};
|
|
877
901
|
inputVariants: {};
|
|
878
902
|
Item: {};
|
|
879
903
|
ItemActions: {};
|
|
@@ -1119,6 +1143,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1119
1143
|
InputGroupInput: {};
|
|
1120
1144
|
InputGroupText: {};
|
|
1121
1145
|
InputGroupTextarea: {};
|
|
1146
|
+
InputOtp: {};
|
|
1147
|
+
InputOtpField: {};
|
|
1148
|
+
InputOtpFieldController: {};
|
|
1149
|
+
InputOtpGroup: {};
|
|
1150
|
+
InputOtpSeparator: {};
|
|
1151
|
+
InputOtpSlot: {};
|
|
1122
1152
|
inputVariants: {};
|
|
1123
1153
|
Item: {};
|
|
1124
1154
|
ItemActions: {};
|
|
@@ -1364,6 +1394,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1364
1394
|
InputGroupInput: {};
|
|
1365
1395
|
InputGroupText: {};
|
|
1366
1396
|
InputGroupTextarea: {};
|
|
1397
|
+
InputOtp: {};
|
|
1398
|
+
InputOtpField: {};
|
|
1399
|
+
InputOtpFieldController: {};
|
|
1400
|
+
InputOtpGroup: {};
|
|
1401
|
+
InputOtpSeparator: {};
|
|
1402
|
+
InputOtpSlot: {};
|
|
1367
1403
|
inputVariants: {};
|
|
1368
1404
|
Item: {};
|
|
1369
1405
|
ItemActions: {};
|
package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts
CHANGED
|
@@ -134,6 +134,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
134
134
|
InputGroupInput: {};
|
|
135
135
|
InputGroupText: {};
|
|
136
136
|
InputGroupTextarea: {};
|
|
137
|
+
InputOtp: {};
|
|
138
|
+
InputOtpField: {};
|
|
139
|
+
InputOtpFieldController: {};
|
|
140
|
+
InputOtpGroup: {};
|
|
141
|
+
InputOtpSeparator: {};
|
|
142
|
+
InputOtpSlot: {};
|
|
137
143
|
inputVariants: {};
|
|
138
144
|
Item: {};
|
|
139
145
|
ItemActions: {};
|
|
@@ -122,6 +122,12 @@ export declare const pagesGroup: {
|
|
|
122
122
|
InputGroupInput: {};
|
|
123
123
|
InputGroupText: {};
|
|
124
124
|
InputGroupTextarea: {};
|
|
125
|
+
InputOtp: {};
|
|
126
|
+
InputOtpField: {};
|
|
127
|
+
InputOtpFieldController: {};
|
|
128
|
+
InputOtpGroup: {};
|
|
129
|
+
InputOtpSeparator: {};
|
|
130
|
+
InputOtpSlot: {};
|
|
125
131
|
inputVariants: {};
|
|
126
132
|
Item: {};
|
|
127
133
|
ItemActions: {};
|
|
@@ -367,6 +373,12 @@ export declare const pagesGroup: {
|
|
|
367
373
|
InputGroupInput: {};
|
|
368
374
|
InputGroupText: {};
|
|
369
375
|
InputGroupTextarea: {};
|
|
376
|
+
InputOtp: {};
|
|
377
|
+
InputOtpField: {};
|
|
378
|
+
InputOtpFieldController: {};
|
|
379
|
+
InputOtpGroup: {};
|
|
380
|
+
InputOtpSeparator: {};
|
|
381
|
+
InputOtpSlot: {};
|
|
370
382
|
inputVariants: {};
|
|
371
383
|
Item: {};
|
|
372
384
|
ItemActions: {};
|
|
@@ -612,6 +624,12 @@ export declare const pagesGroup: {
|
|
|
612
624
|
InputGroupInput: {};
|
|
613
625
|
InputGroupText: {};
|
|
614
626
|
InputGroupTextarea: {};
|
|
627
|
+
InputOtp: {};
|
|
628
|
+
InputOtpField: {};
|
|
629
|
+
InputOtpFieldController: {};
|
|
630
|
+
InputOtpGroup: {};
|
|
631
|
+
InputOtpSeparator: {};
|
|
632
|
+
InputOtpSlot: {};
|
|
615
633
|
inputVariants: {};
|
|
616
634
|
Item: {};
|
|
617
635
|
ItemActions: {};
|
|
@@ -857,6 +875,12 @@ export declare const pagesGroup: {
|
|
|
857
875
|
InputGroupInput: {};
|
|
858
876
|
InputGroupText: {};
|
|
859
877
|
InputGroupTextarea: {};
|
|
878
|
+
InputOtp: {};
|
|
879
|
+
InputOtpField: {};
|
|
880
|
+
InputOtpFieldController: {};
|
|
881
|
+
InputOtpGroup: {};
|
|
882
|
+
InputOtpSeparator: {};
|
|
883
|
+
InputOtpSlot: {};
|
|
860
884
|
inputVariants: {};
|
|
861
885
|
Item: {};
|
|
862
886
|
ItemActions: {};
|
|
@@ -1102,6 +1126,12 @@ export declare const pagesGroup: {
|
|
|
1102
1126
|
InputGroupInput: {};
|
|
1103
1127
|
InputGroupText: {};
|
|
1104
1128
|
InputGroupTextarea: {};
|
|
1129
|
+
InputOtp: {};
|
|
1130
|
+
InputOtpField: {};
|
|
1131
|
+
InputOtpFieldController: {};
|
|
1132
|
+
InputOtpGroup: {};
|
|
1133
|
+
InputOtpSeparator: {};
|
|
1134
|
+
InputOtpSlot: {};
|
|
1105
1135
|
inputVariants: {};
|
|
1106
1136
|
Item: {};
|
|
1107
1137
|
ItemActions: {};
|
|
@@ -1350,6 +1380,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1350
1380
|
InputGroupInput: {};
|
|
1351
1381
|
InputGroupText: {};
|
|
1352
1382
|
InputGroupTextarea: {};
|
|
1383
|
+
InputOtp: {};
|
|
1384
|
+
InputOtpField: {};
|
|
1385
|
+
InputOtpFieldController: {};
|
|
1386
|
+
InputOtpGroup: {};
|
|
1387
|
+
InputOtpSeparator: {};
|
|
1388
|
+
InputOtpSlot: {};
|
|
1353
1389
|
inputVariants: {};
|
|
1354
1390
|
Item: {};
|
|
1355
1391
|
ItemActions: {};
|
|
@@ -1595,6 +1631,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1595
1631
|
InputGroupInput: {};
|
|
1596
1632
|
InputGroupText: {};
|
|
1597
1633
|
InputGroupTextarea: {};
|
|
1634
|
+
InputOtp: {};
|
|
1635
|
+
InputOtpField: {};
|
|
1636
|
+
InputOtpFieldController: {};
|
|
1637
|
+
InputOtpGroup: {};
|
|
1638
|
+
InputOtpSeparator: {};
|
|
1639
|
+
InputOtpSlot: {};
|
|
1598
1640
|
inputVariants: {};
|
|
1599
1641
|
Item: {};
|
|
1600
1642
|
ItemActions: {};
|
|
@@ -1840,6 +1882,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1840
1882
|
InputGroupInput: {};
|
|
1841
1883
|
InputGroupText: {};
|
|
1842
1884
|
InputGroupTextarea: {};
|
|
1885
|
+
InputOtp: {};
|
|
1886
|
+
InputOtpField: {};
|
|
1887
|
+
InputOtpFieldController: {};
|
|
1888
|
+
InputOtpGroup: {};
|
|
1889
|
+
InputOtpSeparator: {};
|
|
1890
|
+
InputOtpSlot: {};
|
|
1843
1891
|
inputVariants: {};
|
|
1844
1892
|
Item: {};
|
|
1845
1893
|
ItemActions: {};
|
|
@@ -2085,6 +2133,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2085
2133
|
InputGroupInput: {};
|
|
2086
2134
|
InputGroupText: {};
|
|
2087
2135
|
InputGroupTextarea: {};
|
|
2136
|
+
InputOtp: {};
|
|
2137
|
+
InputOtpField: {};
|
|
2138
|
+
InputOtpFieldController: {};
|
|
2139
|
+
InputOtpGroup: {};
|
|
2140
|
+
InputOtpSeparator: {};
|
|
2141
|
+
InputOtpSlot: {};
|
|
2088
2142
|
inputVariants: {};
|
|
2089
2143
|
Item: {};
|
|
2090
2144
|
ItemActions: {};
|
|
@@ -2330,6 +2384,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2330
2384
|
InputGroupInput: {};
|
|
2331
2385
|
InputGroupText: {};
|
|
2332
2386
|
InputGroupTextarea: {};
|
|
2387
|
+
InputOtp: {};
|
|
2388
|
+
InputOtpField: {};
|
|
2389
|
+
InputOtpFieldController: {};
|
|
2390
|
+
InputOtpGroup: {};
|
|
2391
|
+
InputOtpSeparator: {};
|
|
2392
|
+
InputOtpSlot: {};
|
|
2333
2393
|
inputVariants: {};
|
|
2334
2394
|
Item: {};
|
|
2335
2395
|
ItemActions: {};
|
|
@@ -152,6 +152,12 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
152
152
|
InputGroupInput: {};
|
|
153
153
|
InputGroupText: {};
|
|
154
154
|
InputGroupTextarea: {};
|
|
155
|
+
InputOtp: {};
|
|
156
|
+
InputOtpField: {};
|
|
157
|
+
InputOtpFieldController: {};
|
|
158
|
+
InputOtpGroup: {};
|
|
159
|
+
InputOtpSeparator: {};
|
|
160
|
+
InputOtpSlot: {};
|
|
155
161
|
inputVariants: {};
|
|
156
162
|
Item: {};
|
|
157
163
|
ItemActions: {};
|
|
@@ -408,6 +414,12 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
|
|
|
408
414
|
InputGroupInput: {};
|
|
409
415
|
InputGroupText: {};
|
|
410
416
|
InputGroupTextarea: {};
|
|
417
|
+
InputOtp: {};
|
|
418
|
+
InputOtpField: {};
|
|
419
|
+
InputOtpFieldController: {};
|
|
420
|
+
InputOtpGroup: {};
|
|
421
|
+
InputOtpSeparator: {};
|
|
422
|
+
InputOtpSlot: {};
|
|
411
423
|
inputVariants: {};
|
|
412
424
|
Item: {};
|
|
413
425
|
ItemActions: {};
|
package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts
CHANGED
|
@@ -144,6 +144,12 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_RENDERERS: {
|
|
|
144
144
|
InputGroupInput: {};
|
|
145
145
|
InputGroupText: {};
|
|
146
146
|
InputGroupTextarea: {};
|
|
147
|
+
InputOtp: {};
|
|
148
|
+
InputOtpField: {};
|
|
149
|
+
InputOtpFieldController: {};
|
|
150
|
+
InputOtpGroup: {};
|
|
151
|
+
InputOtpSeparator: {};
|
|
152
|
+
InputOtpSlot: {};
|
|
147
153
|
inputVariants: {};
|
|
148
154
|
Item: {};
|
|
149
155
|
ItemActions: {};
|
|
@@ -130,6 +130,12 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_TEMPLATES: {
|
|
|
130
130
|
InputGroupInput: {};
|
|
131
131
|
InputGroupText: {};
|
|
132
132
|
InputGroupTextarea: {};
|
|
133
|
+
InputOtp: {};
|
|
134
|
+
InputOtpField: {};
|
|
135
|
+
InputOtpFieldController: {};
|
|
136
|
+
InputOtpGroup: {};
|
|
137
|
+
InputOtpSeparator: {};
|
|
138
|
+
InputOtpSlot: {};
|
|
133
139
|
inputVariants: {};
|
|
134
140
|
Item: {};
|
|
135
141
|
ItemActions: {};
|
package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts
CHANGED
|
@@ -145,6 +145,12 @@ export declare const reactBetterAuthGenerator: import("@baseplate-dev/sync").Gen
|
|
|
145
145
|
InputGroupInput: {};
|
|
146
146
|
InputGroupText: {};
|
|
147
147
|
InputGroupTextarea: {};
|
|
148
|
+
InputOtp: {};
|
|
149
|
+
InputOtpField: {};
|
|
150
|
+
InputOtpFieldController: {};
|
|
151
|
+
InputOtpGroup: {};
|
|
152
|
+
InputOtpSeparator: {};
|
|
153
|
+
InputOtpSlot: {};
|
|
148
154
|
inputVariants: {};
|
|
149
155
|
Item: {};
|
|
150
156
|
ItemActions: {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { adminCrudActionSpec, adminCrudColumnSpec, createAdminCrudActionType, createAdminCrudColumnType, createPluginModule, } from '@baseplate-dev/project-builder-lib';
|
|
2
|
+
import { createAdminCrudInviteUserActionSchema } from './schema/invite-user-action.js';
|
|
2
3
|
import { createAdminCrudManageRolesActionSchema } from './schema/manage-role-action.js';
|
|
3
4
|
import { createAdminCrudResetPasswordActionSchema } from './schema/reset-password-action.js';
|
|
4
5
|
import { createAdminCrudRolesColumnSchema } from './schema/roles-column.js';
|
|
@@ -19,6 +20,11 @@ export default createPluginModule({
|
|
|
19
20
|
name: 'reset-password',
|
|
20
21
|
createSchema: createAdminCrudResetPasswordActionSchema,
|
|
21
22
|
}));
|
|
23
|
+
// Register the invite-user action type
|
|
24
|
+
adminCrudAction.actions.add(createAdminCrudActionType({
|
|
25
|
+
name: 'invite-user',
|
|
26
|
+
createSchema: createAdminCrudInviteUserActionSchema,
|
|
27
|
+
}));
|
|
22
28
|
// Register the roles column type
|
|
23
29
|
adminCrudColumn.columns.add(createAdminCrudColumnType({
|
|
24
30
|
name: 'roles',
|