@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
|
@@ -127,6 +127,12 @@ export declare const mainGroup: {
|
|
|
127
127
|
InputGroupInput: {};
|
|
128
128
|
InputGroupText: {};
|
|
129
129
|
InputGroupTextarea: {};
|
|
130
|
+
InputOtp: {};
|
|
131
|
+
InputOtpField: {};
|
|
132
|
+
InputOtpFieldController: {};
|
|
133
|
+
InputOtpGroup: {};
|
|
134
|
+
InputOtpSeparator: {};
|
|
135
|
+
InputOtpSlot: {};
|
|
130
136
|
inputVariants: {};
|
|
131
137
|
Item: {};
|
|
132
138
|
ItemActions: {};
|
|
@@ -251,7 +257,10 @@ export declare const mainGroup: {
|
|
|
251
257
|
}, {
|
|
252
258
|
constants: {};
|
|
253
259
|
}>;
|
|
254
|
-
login: import("@baseplate-dev/core-generators").TsTemplateFile<{
|
|
260
|
+
login: import("@baseplate-dev/core-generators").TsTemplateFile<{
|
|
261
|
+
TPL_OTP_LOGIN_LINK: {};
|
|
262
|
+
TPL_REGISTER_LINK: {};
|
|
263
|
+
}, {
|
|
255
264
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
256
265
|
getApolloErrorCode: {};
|
|
257
266
|
getApolloErrorData: {};
|
|
@@ -383,6 +392,12 @@ export declare const mainGroup: {
|
|
|
383
392
|
InputGroupInput: {};
|
|
384
393
|
InputGroupText: {};
|
|
385
394
|
InputGroupTextarea: {};
|
|
395
|
+
InputOtp: {};
|
|
396
|
+
InputOtpField: {};
|
|
397
|
+
InputOtpFieldController: {};
|
|
398
|
+
InputOtpGroup: {};
|
|
399
|
+
InputOtpSeparator: {};
|
|
400
|
+
InputOtpSlot: {};
|
|
386
401
|
inputVariants: {};
|
|
387
402
|
Item: {};
|
|
388
403
|
ItemActions: {};
|
|
@@ -511,11 +526,7 @@ export declare const mainGroup: {
|
|
|
511
526
|
}, {
|
|
512
527
|
constants: {};
|
|
513
528
|
}>;
|
|
514
|
-
|
|
515
|
-
TPL_NAME_FORM_CONTROL: {};
|
|
516
|
-
TPL_REGISTER_INPUT: {};
|
|
517
|
-
TPL_REGISTER_SCHEMA: {};
|
|
518
|
-
}, {
|
|
529
|
+
resetPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
519
530
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
520
531
|
getApolloErrorCode: {};
|
|
521
532
|
getApolloErrorData: {};
|
|
@@ -647,6 +658,12 @@ export declare const mainGroup: {
|
|
|
647
658
|
InputGroupInput: {};
|
|
648
659
|
InputGroupText: {};
|
|
649
660
|
InputGroupTextarea: {};
|
|
661
|
+
InputOtp: {};
|
|
662
|
+
InputOtpField: {};
|
|
663
|
+
InputOtpFieldController: {};
|
|
664
|
+
InputOtpGroup: {};
|
|
665
|
+
InputOtpSeparator: {};
|
|
666
|
+
InputOtpSlot: {};
|
|
650
667
|
inputVariants: {};
|
|
651
668
|
Item: {};
|
|
652
669
|
ItemActions: {};
|
|
@@ -768,12 +785,13 @@ export declare const mainGroup: {
|
|
|
768
785
|
logAndFormatError: {};
|
|
769
786
|
logError: {};
|
|
770
787
|
}>>;
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
788
|
+
}, {
|
|
789
|
+
constants: {};
|
|
790
|
+
}>;
|
|
791
|
+
route: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
792
|
+
};
|
|
793
|
+
export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
794
|
+
acceptInvite: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
777
795
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
778
796
|
getApolloErrorCode: {};
|
|
779
797
|
getApolloErrorData: {};
|
|
@@ -905,6 +923,12 @@ export declare const mainGroup: {
|
|
|
905
923
|
InputGroupInput: {};
|
|
906
924
|
InputGroupText: {};
|
|
907
925
|
InputGroupTextarea: {};
|
|
926
|
+
InputOtp: {};
|
|
927
|
+
InputOtpField: {};
|
|
928
|
+
InputOtpFieldController: {};
|
|
929
|
+
InputOtpGroup: {};
|
|
930
|
+
InputOtpSeparator: {};
|
|
931
|
+
InputOtpSlot: {};
|
|
908
932
|
inputVariants: {};
|
|
909
933
|
Item: {};
|
|
910
934
|
ItemActions: {};
|
|
@@ -1026,271 +1050,282 @@ export declare const mainGroup: {
|
|
|
1026
1050
|
logAndFormatError: {};
|
|
1027
1051
|
logError: {};
|
|
1028
1052
|
}>>;
|
|
1053
|
+
reactSessionImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1054
|
+
UserSessionClient: {};
|
|
1055
|
+
userSessionClient: {};
|
|
1056
|
+
}>>;
|
|
1029
1057
|
}, {
|
|
1030
1058
|
constants: {};
|
|
1031
1059
|
}>;
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
}
|
|
1285
|
-
}
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
}
|
|
1060
|
+
loginOtp: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
1061
|
+
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1062
|
+
getApolloErrorCode: {};
|
|
1063
|
+
getApolloErrorData: {};
|
|
1064
|
+
getApolloErrorDetails: {};
|
|
1065
|
+
}>>;
|
|
1066
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1067
|
+
'*': {};
|
|
1068
|
+
graphql: {};
|
|
1069
|
+
readFragment: {};
|
|
1070
|
+
FragmentType: {
|
|
1071
|
+
isTypeOnly: true;
|
|
1072
|
+
};
|
|
1073
|
+
}>>;
|
|
1074
|
+
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1075
|
+
AddOptionRequiredFields: {
|
|
1076
|
+
isTypeOnly: true;
|
|
1077
|
+
};
|
|
1078
|
+
Alert: {};
|
|
1079
|
+
AlertDescription: {};
|
|
1080
|
+
AlertTitle: {};
|
|
1081
|
+
Autocomplete: {};
|
|
1082
|
+
AutocompleteClear: {};
|
|
1083
|
+
AutocompleteCollection: {};
|
|
1084
|
+
AutocompleteContent: {};
|
|
1085
|
+
AutocompleteEmpty: {};
|
|
1086
|
+
AutocompleteGroup: {};
|
|
1087
|
+
AutocompleteInput: {};
|
|
1088
|
+
AutocompleteItem: {};
|
|
1089
|
+
AutocompleteLabel: {};
|
|
1090
|
+
AutocompleteList: {};
|
|
1091
|
+
AutocompleteSeparator: {};
|
|
1092
|
+
AutocompleteStatus: {};
|
|
1093
|
+
AutocompleteTrigger: {};
|
|
1094
|
+
AutocompleteValue: {};
|
|
1095
|
+
Badge: {};
|
|
1096
|
+
badgeVariants: {};
|
|
1097
|
+
Breadcrumb: {};
|
|
1098
|
+
BreadcrumbEllipsis: {};
|
|
1099
|
+
BreadcrumbItem: {};
|
|
1100
|
+
BreadcrumbLink: {};
|
|
1101
|
+
BreadcrumbList: {};
|
|
1102
|
+
BreadcrumbPage: {};
|
|
1103
|
+
BreadcrumbSeparator: {};
|
|
1104
|
+
Button: {};
|
|
1105
|
+
buttonVariants: {};
|
|
1106
|
+
Calendar: {};
|
|
1107
|
+
Card: {};
|
|
1108
|
+
CardContent: {};
|
|
1109
|
+
CardDescription: {};
|
|
1110
|
+
CardFooter: {};
|
|
1111
|
+
CardHeader: {};
|
|
1112
|
+
CardTitle: {};
|
|
1113
|
+
Checkbox: {};
|
|
1114
|
+
CheckboxField: {};
|
|
1115
|
+
CheckboxFieldController: {};
|
|
1116
|
+
CircularProgress: {};
|
|
1117
|
+
cn: {};
|
|
1118
|
+
Collapsible: {};
|
|
1119
|
+
CollapsibleContent: {};
|
|
1120
|
+
CollapsibleTrigger: {};
|
|
1121
|
+
Combobox: {};
|
|
1122
|
+
ComboboxField: {};
|
|
1123
|
+
ComboboxFieldController: {};
|
|
1124
|
+
ConfirmDialog: {};
|
|
1125
|
+
DatePickerField: {};
|
|
1126
|
+
DatePickerFieldController: {};
|
|
1127
|
+
DateTimePickerField: {};
|
|
1128
|
+
DateTimePickerFieldController: {};
|
|
1129
|
+
Dialog: {};
|
|
1130
|
+
DialogClose: {};
|
|
1131
|
+
DialogContent: {};
|
|
1132
|
+
DialogDescription: {};
|
|
1133
|
+
DialogFooter: {};
|
|
1134
|
+
DialogHeader: {};
|
|
1135
|
+
DialogOverlay: {};
|
|
1136
|
+
DialogPortal: {};
|
|
1137
|
+
DialogTitle: {};
|
|
1138
|
+
DialogTrigger: {};
|
|
1139
|
+
DialogWidth: {
|
|
1140
|
+
isTypeOnly: true;
|
|
1141
|
+
};
|
|
1142
|
+
DropdownMenu: {};
|
|
1143
|
+
DropdownMenuCheckboxItem: {};
|
|
1144
|
+
DropdownMenuContent: {};
|
|
1145
|
+
DropdownMenuGroup: {};
|
|
1146
|
+
DropdownMenuItem: {};
|
|
1147
|
+
DropdownMenuLabel: {};
|
|
1148
|
+
DropdownMenuPortal: {};
|
|
1149
|
+
DropdownMenuRadioGroup: {};
|
|
1150
|
+
DropdownMenuRadioItem: {};
|
|
1151
|
+
DropdownMenuSeparator: {};
|
|
1152
|
+
DropdownMenuShortcut: {};
|
|
1153
|
+
DropdownMenuSub: {};
|
|
1154
|
+
DropdownMenuSubContent: {};
|
|
1155
|
+
DropdownMenuSubTrigger: {};
|
|
1156
|
+
DropdownMenuTrigger: {};
|
|
1157
|
+
Empty: {};
|
|
1158
|
+
EmptyContent: {};
|
|
1159
|
+
EmptyDescription: {};
|
|
1160
|
+
EmptyHeader: {};
|
|
1161
|
+
EmptyMedia: {};
|
|
1162
|
+
emptyMediaVariants: {};
|
|
1163
|
+
EmptyTitle: {};
|
|
1164
|
+
ErrorableLoader: {};
|
|
1165
|
+
ErrorDisplay: {};
|
|
1166
|
+
Field: {};
|
|
1167
|
+
FieldContent: {};
|
|
1168
|
+
FieldDescription: {};
|
|
1169
|
+
FieldError: {};
|
|
1170
|
+
FieldGroup: {};
|
|
1171
|
+
FieldLabel: {};
|
|
1172
|
+
FieldLegend: {};
|
|
1173
|
+
FieldSeparator: {};
|
|
1174
|
+
FieldSet: {};
|
|
1175
|
+
FieldTitle: {};
|
|
1176
|
+
fieldVariants: {};
|
|
1177
|
+
FormFieldProps: {
|
|
1178
|
+
isTypeOnly: true;
|
|
1179
|
+
};
|
|
1180
|
+
IconElement: {
|
|
1181
|
+
isTypeOnly: true;
|
|
1182
|
+
};
|
|
1183
|
+
Input: {};
|
|
1184
|
+
InputField: {};
|
|
1185
|
+
InputFieldController: {};
|
|
1186
|
+
InputGroup: {};
|
|
1187
|
+
InputGroupAddon: {};
|
|
1188
|
+
InputGroupButton: {};
|
|
1189
|
+
InputGroupInput: {};
|
|
1190
|
+
InputGroupText: {};
|
|
1191
|
+
InputGroupTextarea: {};
|
|
1192
|
+
InputOtp: {};
|
|
1193
|
+
InputOtpField: {};
|
|
1194
|
+
InputOtpFieldController: {};
|
|
1195
|
+
InputOtpGroup: {};
|
|
1196
|
+
InputOtpSeparator: {};
|
|
1197
|
+
InputOtpSlot: {};
|
|
1198
|
+
inputVariants: {};
|
|
1199
|
+
Item: {};
|
|
1200
|
+
ItemActions: {};
|
|
1201
|
+
ItemContent: {};
|
|
1202
|
+
ItemDescription: {};
|
|
1203
|
+
ItemFooter: {};
|
|
1204
|
+
ItemGroup: {};
|
|
1205
|
+
ItemHeader: {};
|
|
1206
|
+
ItemMedia: {};
|
|
1207
|
+
itemMediaVariants: {};
|
|
1208
|
+
ItemSeparator: {};
|
|
1209
|
+
ItemTitle: {};
|
|
1210
|
+
itemVariants: {};
|
|
1211
|
+
Label: {};
|
|
1212
|
+
Loader: {};
|
|
1213
|
+
mergeRefs: {};
|
|
1214
|
+
MultiComboboxField: {};
|
|
1215
|
+
MultiComboboxFieldController: {};
|
|
1216
|
+
MultiComboboxFieldProps: {
|
|
1217
|
+
isTypeOnly: true;
|
|
1218
|
+
};
|
|
1219
|
+
MultiSelectOptionProps: {
|
|
1220
|
+
isTypeOnly: true;
|
|
1221
|
+
};
|
|
1222
|
+
NavigationMenu: {};
|
|
1223
|
+
NavigationMenuContent: {};
|
|
1224
|
+
NavigationMenuIndicator: {};
|
|
1225
|
+
NavigationMenuItem: {};
|
|
1226
|
+
NavigationMenuItemWithLink: {};
|
|
1227
|
+
NavigationMenuLink: {};
|
|
1228
|
+
NavigationMenuList: {};
|
|
1229
|
+
NavigationMenuTrigger: {};
|
|
1230
|
+
navigationMenuTriggerStyle: {};
|
|
1231
|
+
NotFoundCard: {};
|
|
1232
|
+
NumberField: {};
|
|
1233
|
+
NumberFieldController: {};
|
|
1234
|
+
Popover: {};
|
|
1235
|
+
PopoverContent: {};
|
|
1236
|
+
PopoverTrigger: {};
|
|
1237
|
+
RadioField: {};
|
|
1238
|
+
RadioFieldController: {};
|
|
1239
|
+
RadioOptionProps: {
|
|
1240
|
+
isTypeOnly: true;
|
|
1241
|
+
};
|
|
1242
|
+
ScrollArea: {};
|
|
1243
|
+
Select: {};
|
|
1244
|
+
SelectField: {};
|
|
1245
|
+
SelectFieldController: {};
|
|
1246
|
+
SelectOptionProps: {
|
|
1247
|
+
isTypeOnly: true;
|
|
1248
|
+
};
|
|
1249
|
+
Separator: {};
|
|
1250
|
+
Sheet: {};
|
|
1251
|
+
SheetClose: {};
|
|
1252
|
+
SheetContent: {};
|
|
1253
|
+
SheetDescription: {};
|
|
1254
|
+
SheetFooter: {};
|
|
1255
|
+
SheetHeader: {};
|
|
1256
|
+
SheetTitle: {};
|
|
1257
|
+
SheetTrigger: {};
|
|
1258
|
+
Sidebar: {};
|
|
1259
|
+
SidebarContent: {};
|
|
1260
|
+
SidebarFooter: {};
|
|
1261
|
+
SidebarGroup: {};
|
|
1262
|
+
SidebarGroupAction: {};
|
|
1263
|
+
SidebarGroupContent: {};
|
|
1264
|
+
SidebarGroupLabel: {};
|
|
1265
|
+
SidebarHeader: {};
|
|
1266
|
+
SidebarInput: {};
|
|
1267
|
+
SidebarInset: {};
|
|
1268
|
+
SidebarMenu: {};
|
|
1269
|
+
SidebarMenuAction: {};
|
|
1270
|
+
SidebarMenuBadge: {};
|
|
1271
|
+
SidebarMenuButton: {};
|
|
1272
|
+
SidebarMenuItem: {};
|
|
1273
|
+
SidebarMenuSkeleton: {};
|
|
1274
|
+
SidebarMenuSub: {};
|
|
1275
|
+
SidebarMenuSubButton: {};
|
|
1276
|
+
SidebarMenuSubItem: {};
|
|
1277
|
+
SidebarProvider: {};
|
|
1278
|
+
SidebarRail: {};
|
|
1279
|
+
SidebarSeparator: {};
|
|
1280
|
+
SidebarTrigger: {};
|
|
1281
|
+
Skeleton: {};
|
|
1282
|
+
Slider: {};
|
|
1283
|
+
Spinner: {};
|
|
1284
|
+
Switch: {};
|
|
1285
|
+
SwitchField: {};
|
|
1286
|
+
SwitchFieldController: {};
|
|
1287
|
+
Table: {};
|
|
1288
|
+
TableBody: {};
|
|
1289
|
+
TableCaption: {};
|
|
1290
|
+
TableCell: {};
|
|
1291
|
+
TableFooter: {};
|
|
1292
|
+
TableHead: {};
|
|
1293
|
+
TableHeader: {};
|
|
1294
|
+
TableRow: {};
|
|
1295
|
+
Textarea: {};
|
|
1296
|
+
TextareaField: {};
|
|
1297
|
+
TextareaFieldController: {};
|
|
1298
|
+
Toaster: {};
|
|
1299
|
+
Tooltip: {};
|
|
1300
|
+
TooltipContent: {};
|
|
1301
|
+
TooltipProvider: {};
|
|
1302
|
+
TooltipTrigger: {};
|
|
1303
|
+
useAutocompleteFilter: {};
|
|
1304
|
+
useConfirmDialog: {};
|
|
1305
|
+
UseConfirmDialogRequestOptions: {
|
|
1306
|
+
isTypeOnly: true;
|
|
1307
|
+
};
|
|
1308
|
+
useConfirmDialogState: {};
|
|
1309
|
+
useControlledState: {};
|
|
1310
|
+
useControllerMerged: {};
|
|
1311
|
+
useIsMobile: {};
|
|
1312
|
+
useSidebar: {};
|
|
1313
|
+
}>>;
|
|
1314
|
+
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1315
|
+
formatError: {};
|
|
1316
|
+
logAndFormatError: {};
|
|
1317
|
+
logError: {};
|
|
1318
|
+
}>>;
|
|
1319
|
+
reactSessionImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1320
|
+
UserSessionClient: {};
|
|
1321
|
+
userSessionClient: {};
|
|
1322
|
+
}>>;
|
|
1323
|
+
}, {
|
|
1324
|
+
otpConstants: {};
|
|
1325
|
+
}>;
|
|
1326
|
+
mainGroup: {
|
|
1327
|
+
constants: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
1328
|
+
forgotPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
1294
1329
|
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1295
1330
|
'*': {};
|
|
1296
1331
|
graphql: {};
|
|
@@ -1417,6 +1452,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1417
1452
|
InputGroupInput: {};
|
|
1418
1453
|
InputGroupText: {};
|
|
1419
1454
|
InputGroupTextarea: {};
|
|
1455
|
+
InputOtp: {};
|
|
1456
|
+
InputOtpField: {};
|
|
1457
|
+
InputOtpFieldController: {};
|
|
1458
|
+
InputOtpGroup: {};
|
|
1459
|
+
InputOtpSeparator: {};
|
|
1460
|
+
InputOtpSlot: {};
|
|
1420
1461
|
inputVariants: {};
|
|
1421
1462
|
Item: {};
|
|
1422
1463
|
ItemActions: {};
|
|
@@ -1538,17 +1579,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1538
1579
|
logAndFormatError: {};
|
|
1539
1580
|
logError: {};
|
|
1540
1581
|
}>>;
|
|
1541
|
-
reactSessionImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1542
|
-
UserSessionClient: {};
|
|
1543
|
-
userSessionClient: {};
|
|
1544
|
-
}>>;
|
|
1545
1582
|
}, {
|
|
1546
1583
|
constants: {};
|
|
1547
1584
|
}>;
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
TPL_REGISTER_SCHEMA: {};
|
|
1585
|
+
login: import("@baseplate-dev/core-generators").TsTemplateFile<{
|
|
1586
|
+
TPL_OTP_LOGIN_LINK: {};
|
|
1587
|
+
TPL_REGISTER_LINK: {};
|
|
1552
1588
|
}, {
|
|
1553
1589
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1554
1590
|
getApolloErrorCode: {};
|
|
@@ -1681,6 +1717,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1681
1717
|
InputGroupInput: {};
|
|
1682
1718
|
InputGroupText: {};
|
|
1683
1719
|
InputGroupTextarea: {};
|
|
1720
|
+
InputOtp: {};
|
|
1721
|
+
InputOtpField: {};
|
|
1722
|
+
InputOtpFieldController: {};
|
|
1723
|
+
InputOtpGroup: {};
|
|
1724
|
+
InputOtpSeparator: {};
|
|
1725
|
+
InputOtpSlot: {};
|
|
1684
1726
|
inputVariants: {};
|
|
1685
1727
|
Item: {};
|
|
1686
1728
|
ItemActions: {};
|
|
@@ -1806,7 +1848,9 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1806
1848
|
UserSessionClient: {};
|
|
1807
1849
|
userSessionClient: {};
|
|
1808
1850
|
}>>;
|
|
1809
|
-
},
|
|
1851
|
+
}, {
|
|
1852
|
+
constants: {};
|
|
1853
|
+
}>;
|
|
1810
1854
|
resetPassword: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
1811
1855
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
1812
1856
|
getApolloErrorCode: {};
|
|
@@ -1939,6 +1983,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
1939
1983
|
InputGroupInput: {};
|
|
1940
1984
|
InputGroupText: {};
|
|
1941
1985
|
InputGroupTextarea: {};
|
|
1986
|
+
InputOtp: {};
|
|
1987
|
+
InputOtpField: {};
|
|
1988
|
+
InputOtpFieldController: {};
|
|
1989
|
+
InputOtpGroup: {};
|
|
1990
|
+
InputOtpSeparator: {};
|
|
1991
|
+
InputOtpSlot: {};
|
|
1942
1992
|
inputVariants: {};
|
|
1943
1993
|
Item: {};
|
|
1944
1994
|
ItemActions: {};
|
|
@@ -2065,6 +2115,275 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2065
2115
|
}>;
|
|
2066
2116
|
route: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
2067
2117
|
};
|
|
2118
|
+
otpConstants: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {}, Record<never, Record<never, never>>>;
|
|
2119
|
+
register: import("@baseplate-dev/core-generators").TsTemplateFile<{
|
|
2120
|
+
TPL_NAME_FORM_CONTROL: {};
|
|
2121
|
+
TPL_REGISTER_INPUT: {};
|
|
2122
|
+
TPL_REGISTER_SCHEMA: {};
|
|
2123
|
+
}, {
|
|
2124
|
+
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
2125
|
+
getApolloErrorCode: {};
|
|
2126
|
+
getApolloErrorData: {};
|
|
2127
|
+
getApolloErrorDetails: {};
|
|
2128
|
+
}>>;
|
|
2129
|
+
graphqlImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
2130
|
+
'*': {};
|
|
2131
|
+
graphql: {};
|
|
2132
|
+
readFragment: {};
|
|
2133
|
+
FragmentType: {
|
|
2134
|
+
isTypeOnly: true;
|
|
2135
|
+
};
|
|
2136
|
+
}>>;
|
|
2137
|
+
reactComponentsImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
2138
|
+
AddOptionRequiredFields: {
|
|
2139
|
+
isTypeOnly: true;
|
|
2140
|
+
};
|
|
2141
|
+
Alert: {};
|
|
2142
|
+
AlertDescription: {};
|
|
2143
|
+
AlertTitle: {};
|
|
2144
|
+
Autocomplete: {};
|
|
2145
|
+
AutocompleteClear: {};
|
|
2146
|
+
AutocompleteCollection: {};
|
|
2147
|
+
AutocompleteContent: {};
|
|
2148
|
+
AutocompleteEmpty: {};
|
|
2149
|
+
AutocompleteGroup: {};
|
|
2150
|
+
AutocompleteInput: {};
|
|
2151
|
+
AutocompleteItem: {};
|
|
2152
|
+
AutocompleteLabel: {};
|
|
2153
|
+
AutocompleteList: {};
|
|
2154
|
+
AutocompleteSeparator: {};
|
|
2155
|
+
AutocompleteStatus: {};
|
|
2156
|
+
AutocompleteTrigger: {};
|
|
2157
|
+
AutocompleteValue: {};
|
|
2158
|
+
Badge: {};
|
|
2159
|
+
badgeVariants: {};
|
|
2160
|
+
Breadcrumb: {};
|
|
2161
|
+
BreadcrumbEllipsis: {};
|
|
2162
|
+
BreadcrumbItem: {};
|
|
2163
|
+
BreadcrumbLink: {};
|
|
2164
|
+
BreadcrumbList: {};
|
|
2165
|
+
BreadcrumbPage: {};
|
|
2166
|
+
BreadcrumbSeparator: {};
|
|
2167
|
+
Button: {};
|
|
2168
|
+
buttonVariants: {};
|
|
2169
|
+
Calendar: {};
|
|
2170
|
+
Card: {};
|
|
2171
|
+
CardContent: {};
|
|
2172
|
+
CardDescription: {};
|
|
2173
|
+
CardFooter: {};
|
|
2174
|
+
CardHeader: {};
|
|
2175
|
+
CardTitle: {};
|
|
2176
|
+
Checkbox: {};
|
|
2177
|
+
CheckboxField: {};
|
|
2178
|
+
CheckboxFieldController: {};
|
|
2179
|
+
CircularProgress: {};
|
|
2180
|
+
cn: {};
|
|
2181
|
+
Collapsible: {};
|
|
2182
|
+
CollapsibleContent: {};
|
|
2183
|
+
CollapsibleTrigger: {};
|
|
2184
|
+
Combobox: {};
|
|
2185
|
+
ComboboxField: {};
|
|
2186
|
+
ComboboxFieldController: {};
|
|
2187
|
+
ConfirmDialog: {};
|
|
2188
|
+
DatePickerField: {};
|
|
2189
|
+
DatePickerFieldController: {};
|
|
2190
|
+
DateTimePickerField: {};
|
|
2191
|
+
DateTimePickerFieldController: {};
|
|
2192
|
+
Dialog: {};
|
|
2193
|
+
DialogClose: {};
|
|
2194
|
+
DialogContent: {};
|
|
2195
|
+
DialogDescription: {};
|
|
2196
|
+
DialogFooter: {};
|
|
2197
|
+
DialogHeader: {};
|
|
2198
|
+
DialogOverlay: {};
|
|
2199
|
+
DialogPortal: {};
|
|
2200
|
+
DialogTitle: {};
|
|
2201
|
+
DialogTrigger: {};
|
|
2202
|
+
DialogWidth: {
|
|
2203
|
+
isTypeOnly: true;
|
|
2204
|
+
};
|
|
2205
|
+
DropdownMenu: {};
|
|
2206
|
+
DropdownMenuCheckboxItem: {};
|
|
2207
|
+
DropdownMenuContent: {};
|
|
2208
|
+
DropdownMenuGroup: {};
|
|
2209
|
+
DropdownMenuItem: {};
|
|
2210
|
+
DropdownMenuLabel: {};
|
|
2211
|
+
DropdownMenuPortal: {};
|
|
2212
|
+
DropdownMenuRadioGroup: {};
|
|
2213
|
+
DropdownMenuRadioItem: {};
|
|
2214
|
+
DropdownMenuSeparator: {};
|
|
2215
|
+
DropdownMenuShortcut: {};
|
|
2216
|
+
DropdownMenuSub: {};
|
|
2217
|
+
DropdownMenuSubContent: {};
|
|
2218
|
+
DropdownMenuSubTrigger: {};
|
|
2219
|
+
DropdownMenuTrigger: {};
|
|
2220
|
+
Empty: {};
|
|
2221
|
+
EmptyContent: {};
|
|
2222
|
+
EmptyDescription: {};
|
|
2223
|
+
EmptyHeader: {};
|
|
2224
|
+
EmptyMedia: {};
|
|
2225
|
+
emptyMediaVariants: {};
|
|
2226
|
+
EmptyTitle: {};
|
|
2227
|
+
ErrorableLoader: {};
|
|
2228
|
+
ErrorDisplay: {};
|
|
2229
|
+
Field: {};
|
|
2230
|
+
FieldContent: {};
|
|
2231
|
+
FieldDescription: {};
|
|
2232
|
+
FieldError: {};
|
|
2233
|
+
FieldGroup: {};
|
|
2234
|
+
FieldLabel: {};
|
|
2235
|
+
FieldLegend: {};
|
|
2236
|
+
FieldSeparator: {};
|
|
2237
|
+
FieldSet: {};
|
|
2238
|
+
FieldTitle: {};
|
|
2239
|
+
fieldVariants: {};
|
|
2240
|
+
FormFieldProps: {
|
|
2241
|
+
isTypeOnly: true;
|
|
2242
|
+
};
|
|
2243
|
+
IconElement: {
|
|
2244
|
+
isTypeOnly: true;
|
|
2245
|
+
};
|
|
2246
|
+
Input: {};
|
|
2247
|
+
InputField: {};
|
|
2248
|
+
InputFieldController: {};
|
|
2249
|
+
InputGroup: {};
|
|
2250
|
+
InputGroupAddon: {};
|
|
2251
|
+
InputGroupButton: {};
|
|
2252
|
+
InputGroupInput: {};
|
|
2253
|
+
InputGroupText: {};
|
|
2254
|
+
InputGroupTextarea: {};
|
|
2255
|
+
InputOtp: {};
|
|
2256
|
+
InputOtpField: {};
|
|
2257
|
+
InputOtpFieldController: {};
|
|
2258
|
+
InputOtpGroup: {};
|
|
2259
|
+
InputOtpSeparator: {};
|
|
2260
|
+
InputOtpSlot: {};
|
|
2261
|
+
inputVariants: {};
|
|
2262
|
+
Item: {};
|
|
2263
|
+
ItemActions: {};
|
|
2264
|
+
ItemContent: {};
|
|
2265
|
+
ItemDescription: {};
|
|
2266
|
+
ItemFooter: {};
|
|
2267
|
+
ItemGroup: {};
|
|
2268
|
+
ItemHeader: {};
|
|
2269
|
+
ItemMedia: {};
|
|
2270
|
+
itemMediaVariants: {};
|
|
2271
|
+
ItemSeparator: {};
|
|
2272
|
+
ItemTitle: {};
|
|
2273
|
+
itemVariants: {};
|
|
2274
|
+
Label: {};
|
|
2275
|
+
Loader: {};
|
|
2276
|
+
mergeRefs: {};
|
|
2277
|
+
MultiComboboxField: {};
|
|
2278
|
+
MultiComboboxFieldController: {};
|
|
2279
|
+
MultiComboboxFieldProps: {
|
|
2280
|
+
isTypeOnly: true;
|
|
2281
|
+
};
|
|
2282
|
+
MultiSelectOptionProps: {
|
|
2283
|
+
isTypeOnly: true;
|
|
2284
|
+
};
|
|
2285
|
+
NavigationMenu: {};
|
|
2286
|
+
NavigationMenuContent: {};
|
|
2287
|
+
NavigationMenuIndicator: {};
|
|
2288
|
+
NavigationMenuItem: {};
|
|
2289
|
+
NavigationMenuItemWithLink: {};
|
|
2290
|
+
NavigationMenuLink: {};
|
|
2291
|
+
NavigationMenuList: {};
|
|
2292
|
+
NavigationMenuTrigger: {};
|
|
2293
|
+
navigationMenuTriggerStyle: {};
|
|
2294
|
+
NotFoundCard: {};
|
|
2295
|
+
NumberField: {};
|
|
2296
|
+
NumberFieldController: {};
|
|
2297
|
+
Popover: {};
|
|
2298
|
+
PopoverContent: {};
|
|
2299
|
+
PopoverTrigger: {};
|
|
2300
|
+
RadioField: {};
|
|
2301
|
+
RadioFieldController: {};
|
|
2302
|
+
RadioOptionProps: {
|
|
2303
|
+
isTypeOnly: true;
|
|
2304
|
+
};
|
|
2305
|
+
ScrollArea: {};
|
|
2306
|
+
Select: {};
|
|
2307
|
+
SelectField: {};
|
|
2308
|
+
SelectFieldController: {};
|
|
2309
|
+
SelectOptionProps: {
|
|
2310
|
+
isTypeOnly: true;
|
|
2311
|
+
};
|
|
2312
|
+
Separator: {};
|
|
2313
|
+
Sheet: {};
|
|
2314
|
+
SheetClose: {};
|
|
2315
|
+
SheetContent: {};
|
|
2316
|
+
SheetDescription: {};
|
|
2317
|
+
SheetFooter: {};
|
|
2318
|
+
SheetHeader: {};
|
|
2319
|
+
SheetTitle: {};
|
|
2320
|
+
SheetTrigger: {};
|
|
2321
|
+
Sidebar: {};
|
|
2322
|
+
SidebarContent: {};
|
|
2323
|
+
SidebarFooter: {};
|
|
2324
|
+
SidebarGroup: {};
|
|
2325
|
+
SidebarGroupAction: {};
|
|
2326
|
+
SidebarGroupContent: {};
|
|
2327
|
+
SidebarGroupLabel: {};
|
|
2328
|
+
SidebarHeader: {};
|
|
2329
|
+
SidebarInput: {};
|
|
2330
|
+
SidebarInset: {};
|
|
2331
|
+
SidebarMenu: {};
|
|
2332
|
+
SidebarMenuAction: {};
|
|
2333
|
+
SidebarMenuBadge: {};
|
|
2334
|
+
SidebarMenuButton: {};
|
|
2335
|
+
SidebarMenuItem: {};
|
|
2336
|
+
SidebarMenuSkeleton: {};
|
|
2337
|
+
SidebarMenuSub: {};
|
|
2338
|
+
SidebarMenuSubButton: {};
|
|
2339
|
+
SidebarMenuSubItem: {};
|
|
2340
|
+
SidebarProvider: {};
|
|
2341
|
+
SidebarRail: {};
|
|
2342
|
+
SidebarSeparator: {};
|
|
2343
|
+
SidebarTrigger: {};
|
|
2344
|
+
Skeleton: {};
|
|
2345
|
+
Slider: {};
|
|
2346
|
+
Spinner: {};
|
|
2347
|
+
Switch: {};
|
|
2348
|
+
SwitchField: {};
|
|
2349
|
+
SwitchFieldController: {};
|
|
2350
|
+
Table: {};
|
|
2351
|
+
TableBody: {};
|
|
2352
|
+
TableCaption: {};
|
|
2353
|
+
TableCell: {};
|
|
2354
|
+
TableFooter: {};
|
|
2355
|
+
TableHead: {};
|
|
2356
|
+
TableHeader: {};
|
|
2357
|
+
TableRow: {};
|
|
2358
|
+
Textarea: {};
|
|
2359
|
+
TextareaField: {};
|
|
2360
|
+
TextareaFieldController: {};
|
|
2361
|
+
Toaster: {};
|
|
2362
|
+
Tooltip: {};
|
|
2363
|
+
TooltipContent: {};
|
|
2364
|
+
TooltipProvider: {};
|
|
2365
|
+
TooltipTrigger: {};
|
|
2366
|
+
useAutocompleteFilter: {};
|
|
2367
|
+
useConfirmDialog: {};
|
|
2368
|
+
UseConfirmDialogRequestOptions: {
|
|
2369
|
+
isTypeOnly: true;
|
|
2370
|
+
};
|
|
2371
|
+
useConfirmDialogState: {};
|
|
2372
|
+
useControlledState: {};
|
|
2373
|
+
useControllerMerged: {};
|
|
2374
|
+
useIsMobile: {};
|
|
2375
|
+
useSidebar: {};
|
|
2376
|
+
}>>;
|
|
2377
|
+
reactErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
2378
|
+
formatError: {};
|
|
2379
|
+
logAndFormatError: {};
|
|
2380
|
+
logError: {};
|
|
2381
|
+
}>>;
|
|
2382
|
+
reactSessionImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
2383
|
+
UserSessionClient: {};
|
|
2384
|
+
userSessionClient: {};
|
|
2385
|
+
}>>;
|
|
2386
|
+
}, Record<never, Record<never, never>>>;
|
|
2068
2387
|
verifyEmail: import("@baseplate-dev/core-generators").TsTemplateFile<{}, {
|
|
2069
2388
|
apolloErrorImports: import("@baseplate-dev/sync").ProviderType<import("@baseplate-dev/core-generators").InferTsImportMapFromSchema<{
|
|
2070
2389
|
getApolloErrorCode: {};
|
|
@@ -2197,6 +2516,12 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
|
|
|
2197
2516
|
InputGroupInput: {};
|
|
2198
2517
|
InputGroupText: {};
|
|
2199
2518
|
InputGroupTextarea: {};
|
|
2519
|
+
InputOtp: {};
|
|
2520
|
+
InputOtpField: {};
|
|
2521
|
+
InputOtpFieldController: {};
|
|
2522
|
+
InputOtpGroup: {};
|
|
2523
|
+
InputOtpSeparator: {};
|
|
2524
|
+
InputOtpSlot: {};
|
|
2200
2525
|
inputVariants: {};
|
|
2201
2526
|
Item: {};
|
|
2202
2527
|
ItemActions: {};
|