authhero 5.17.0 → 5.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/dist/assets/u/widget/authhero-widget.esm.js +1 -1
  2. package/dist/assets/u/widget/p-35c8b265.entry.js +1 -0
  3. package/dist/authhero.cjs +118 -122
  4. package/dist/authhero.d.ts +111 -85
  5. package/dist/authhero.mjs +8804 -8712
  6. package/dist/stats.html +1 -1
  7. package/dist/tsconfig.types.tsbuildinfo +1 -1
  8. package/dist/types/authentication-flows/passwordless.d.ts +4 -4
  9. package/dist/types/emails/defaults/Layout.d.ts +4 -4
  10. package/dist/types/emails/defaults/PrimaryButton.d.ts +6 -3
  11. package/dist/types/emails/defaults/ResetEmail.d.ts +1 -1
  12. package/dist/types/emails/defaults/ResetEmailByCode.d.ts +1 -1
  13. package/dist/types/emails/defaults/UserInvitation.d.ts +1 -1
  14. package/dist/types/emails/defaults/VerifyEmail.d.ts +1 -1
  15. package/dist/types/emails/defaults/VerifyEmailByCode.d.ts +1 -1
  16. package/dist/types/emails/defaults/WelcomeEmail.d.ts +1 -1
  17. package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
  18. package/dist/types/index.d.ts +101 -84
  19. package/dist/types/middlewares/index.d.ts +3 -0
  20. package/dist/types/middlewares/prefer.d.ts +12 -0
  21. package/dist/types/routes/auth-api/index.d.ts +18 -18
  22. package/dist/types/routes/auth-api/passwordless.d.ts +16 -16
  23. package/dist/types/routes/auth-api/register/index.d.ts +2 -2
  24. package/dist/types/routes/management-api/action-executions.d.ts +1 -1
  25. package/dist/types/routes/management-api/actions.d.ts +1 -1
  26. package/dist/types/routes/management-api/branding.d.ts +9 -9
  27. package/dist/types/routes/management-api/clients.d.ts +9 -9
  28. package/dist/types/routes/management-api/connections.d.ts +5 -5
  29. package/dist/types/routes/management-api/custom-domains.d.ts +8 -8
  30. package/dist/types/routes/management-api/email-templates.d.ts +31 -14
  31. package/dist/types/routes/management-api/index.d.ts +75 -58
  32. package/dist/types/routes/management-api/logs.d.ts +3 -3
  33. package/dist/types/routes/management-api/organizations.d.ts +2 -2
  34. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  35. package/dist/types/routes/management-api/themes.d.ts +6 -6
  36. package/dist/types/routes/management-api/users.d.ts +2 -2
  37. package/dist/types/routes/universal-login/common.d.ts +10 -10
  38. package/dist/types/routes/universal-login/identifier.d.ts +2 -2
  39. package/dist/types/routes/universal-login/index.d.ts +2 -2
  40. package/dist/types/routes/universal-login/u2-index.d.ts +6 -6
  41. package/dist/types/routes/universal-login/u2-routes.d.ts +6 -6
  42. package/dist/types/types/Hooks.d.ts +1 -1
  43. package/dist/types/types/IdToken.d.ts +1 -1
  44. package/dist/types/types/Variables.d.ts +2 -0
  45. package/package.json +6 -6
  46. package/dist/assets/u/widget/p-f0f9eca3.entry.js +0 -1
@@ -891,7 +891,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
891
891
  };
892
892
  output: {};
893
893
  outputFormat: string;
894
- status: 201;
894
+ status: 204;
895
895
  };
896
896
  };
897
897
  } & {
@@ -1298,8 +1298,8 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
1298
1298
  };
1299
1299
  } & {
1300
1300
  json: {
1301
- show_as_button?: boolean | undefined;
1302
1301
  assign_membership_on_login?: boolean | undefined;
1302
+ show_as_button?: boolean | undefined;
1303
1303
  is_signup_enabled?: boolean | undefined;
1304
1304
  };
1305
1305
  };
@@ -6601,7 +6601,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6601
6601
  };
6602
6602
  };
6603
6603
  output: {
6604
- prompt: "signup" | "status" | "mfa" | "organizations" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6604
+ prompt: "common" | "status" | "organizations" | "signup" | "mfa" | "invitation" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6605
6605
  language: string;
6606
6606
  }[];
6607
6607
  outputFormat: "json";
@@ -6639,7 +6639,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6639
6639
  $get: {
6640
6640
  input: {
6641
6641
  param: {
6642
- prompt: "signup" | "status" | "mfa" | "organizations" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6642
+ prompt: "common" | "status" | "organizations" | "signup" | "mfa" | "invitation" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6643
6643
  language: string;
6644
6644
  };
6645
6645
  } & {
@@ -6661,7 +6661,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6661
6661
  $put: {
6662
6662
  input: {
6663
6663
  param: {
6664
- prompt: "signup" | "status" | "mfa" | "organizations" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6664
+ prompt: "common" | "status" | "organizations" | "signup" | "mfa" | "invitation" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6665
6665
  language: string;
6666
6666
  };
6667
6667
  } & {
@@ -6685,7 +6685,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6685
6685
  $delete: {
6686
6686
  input: {
6687
6687
  param: {
6688
- prompt: "signup" | "status" | "mfa" | "organizations" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6688
+ prompt: "common" | "status" | "organizations" | "signup" | "mfa" | "invitation" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6689
6689
  language: string;
6690
6690
  };
6691
6691
  } & {
@@ -6824,7 +6824,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6824
6824
  } | undefined;
6825
6825
  } | undefined;
6826
6826
  passkey_options?: {
6827
- challenge_ui?: "both" | "autofill" | "button" | undefined;
6827
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
6828
6828
  local_enrollment_enabled?: boolean | undefined;
6829
6829
  progressive_enrollment_enabled?: boolean | undefined;
6830
6830
  } | undefined;
@@ -6958,7 +6958,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6958
6958
  } | undefined;
6959
6959
  } | undefined;
6960
6960
  passkey_options?: {
6961
- challenge_ui?: "both" | "autofill" | "button" | undefined;
6961
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
6962
6962
  local_enrollment_enabled?: boolean | undefined;
6963
6963
  progressive_enrollment_enabled?: boolean | undefined;
6964
6964
  } | undefined;
@@ -7107,7 +7107,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7107
7107
  } | undefined;
7108
7108
  } | undefined;
7109
7109
  passkey_options?: {
7110
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7110
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7111
7111
  local_enrollment_enabled?: boolean | undefined;
7112
7112
  progressive_enrollment_enabled?: boolean | undefined;
7113
7113
  } | undefined;
@@ -7286,7 +7286,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7286
7286
  } | undefined;
7287
7287
  } | undefined;
7288
7288
  passkey_options?: {
7289
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7289
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7290
7290
  local_enrollment_enabled?: boolean | undefined;
7291
7291
  progressive_enrollment_enabled?: boolean | undefined;
7292
7292
  } | undefined;
@@ -7444,7 +7444,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7444
7444
  } | undefined;
7445
7445
  } | undefined;
7446
7446
  passkey_options?: {
7447
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7447
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7448
7448
  local_enrollment_enabled?: boolean | undefined;
7449
7449
  progressive_enrollment_enabled?: boolean | undefined;
7450
7450
  } | undefined;
@@ -8774,7 +8774,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8774
8774
  };
8775
8775
  };
8776
8776
  output: {
8777
- type: "fn" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
8777
+ type: "i" | "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
8778
8778
  date: string;
8779
8779
  isMobile: boolean;
8780
8780
  log_id: string;
@@ -8813,7 +8813,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8813
8813
  limit: number;
8814
8814
  length: number;
8815
8815
  logs: {
8816
- type: "fn" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
8816
+ type: "i" | "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
8817
8817
  date: string;
8818
8818
  isMobile: boolean;
8819
8819
  log_id: string;
@@ -8867,7 +8867,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8867
8867
  };
8868
8868
  };
8869
8869
  output: {
8870
- type: "fn" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
8870
+ type: "i" | "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
8871
8871
  date: string;
8872
8872
  isMobile: boolean;
8873
8873
  log_id: string;
@@ -9181,7 +9181,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9181
9181
  addons?: {
9182
9182
  [x: string]: any;
9183
9183
  } | undefined;
9184
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9184
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9185
9185
  client_metadata?: {
9186
9186
  [x: string]: string;
9187
9187
  } | undefined;
@@ -9277,7 +9277,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9277
9277
  addons?: {
9278
9278
  [x: string]: any;
9279
9279
  } | undefined;
9280
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9280
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9281
9281
  client_metadata?: {
9282
9282
  [x: string]: string;
9283
9283
  } | undefined;
@@ -9388,7 +9388,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9388
9388
  addons?: {
9389
9389
  [x: string]: any;
9390
9390
  } | undefined;
9391
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9391
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9392
9392
  client_metadata?: {
9393
9393
  [x: string]: string;
9394
9394
  } | undefined;
@@ -9498,7 +9498,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9498
9498
  custom_login_page_preview?: string | undefined;
9499
9499
  form_template?: string | undefined;
9500
9500
  addons?: Record<string, any> | undefined;
9501
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9501
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9502
9502
  client_metadata?: Record<string, string> | undefined;
9503
9503
  hide_sign_up_disabled_error?: boolean | undefined;
9504
9504
  mobile?: Record<string, any> | undefined;
@@ -9578,7 +9578,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9578
9578
  addons?: {
9579
9579
  [x: string]: any;
9580
9580
  } | undefined;
9581
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9581
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9582
9582
  client_metadata?: {
9583
9583
  [x: string]: string;
9584
9584
  } | undefined;
@@ -9667,7 +9667,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9667
9667
  custom_login_page_preview?: string | undefined;
9668
9668
  form_template?: string | undefined;
9669
9669
  addons?: Record<string, any> | undefined;
9670
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9670
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9671
9671
  client_metadata?: Record<string, string> | undefined;
9672
9672
  hide_sign_up_disabled_error?: boolean | undefined;
9673
9673
  mobile?: Record<string, any> | undefined;
@@ -9747,7 +9747,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9747
9747
  addons?: {
9748
9748
  [x: string]: any;
9749
9749
  } | undefined;
9750
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9750
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9751
9751
  client_metadata?: {
9752
9752
  [x: string]: string;
9753
9753
  } | undefined;
@@ -9916,7 +9916,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9916
9916
  } | undefined;
9917
9917
  } | undefined;
9918
9918
  passkey_options?: {
9919
- challenge_ui?: "both" | "autofill" | "button" | undefined;
9919
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
9920
9920
  local_enrollment_enabled?: boolean | undefined;
9921
9921
  progressive_enrollment_enabled?: boolean | undefined;
9922
9922
  } | undefined;
@@ -10070,7 +10070,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
10070
10070
  } | undefined;
10071
10071
  } | undefined;
10072
10072
  passkey_options?: {
10073
- challenge_ui?: "both" | "autofill" | "button" | undefined;
10073
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
10074
10074
  local_enrollment_enabled?: boolean | undefined;
10075
10075
  progressive_enrollment_enabled?: boolean | undefined;
10076
10076
  } | undefined;
@@ -11011,7 +11011,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11011
11011
  };
11012
11012
  };
11013
11013
  output: {
11014
- type: "fn" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11014
+ type: "i" | "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11015
11015
  date: string;
11016
11016
  isMobile: boolean;
11017
11017
  log_id: string;
@@ -11050,7 +11050,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11050
11050
  limit: number;
11051
11051
  length: number;
11052
11052
  logs: {
11053
- type: "fn" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11053
+ type: "i" | "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11054
11054
  date: string;
11055
11055
  isMobile: boolean;
11056
11056
  log_id: string;
@@ -11365,7 +11365,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11365
11365
  };
11366
11366
  } & {
11367
11367
  json: {
11368
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11368
+ template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11369
11369
  body: string;
11370
11370
  from: string;
11371
11371
  subject: string;
@@ -11386,7 +11386,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11386
11386
  };
11387
11387
  } & {
11388
11388
  json: {
11389
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11389
+ template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11390
11390
  body: string;
11391
11391
  from: string;
11392
11392
  subject: string;
@@ -11398,7 +11398,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11398
11398
  };
11399
11399
  };
11400
11400
  output: {
11401
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11401
+ template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11402
11402
  body: string;
11403
11403
  from: string;
11404
11404
  subject: string;
@@ -11412,12 +11412,29 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11412
11412
  status: 201;
11413
11413
  };
11414
11414
  };
11415
+ } & {
11416
+ "/defaults": {
11417
+ $get: {
11418
+ input: {
11419
+ header: {
11420
+ "tenant-id"?: string | undefined;
11421
+ };
11422
+ };
11423
+ output: {
11424
+ name: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11425
+ body: string;
11426
+ subject: string;
11427
+ }[];
11428
+ outputFormat: "json";
11429
+ status: 200;
11430
+ };
11431
+ };
11415
11432
  } & {
11416
11433
  "/:templateName": {
11417
11434
  $get: {
11418
11435
  input: {
11419
11436
  param: {
11420
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11437
+ templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11421
11438
  };
11422
11439
  } & {
11423
11440
  header: {
@@ -11430,7 +11447,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11430
11447
  } | {
11431
11448
  input: {
11432
11449
  param: {
11433
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11450
+ templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11434
11451
  };
11435
11452
  } & {
11436
11453
  header: {
@@ -11438,7 +11455,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11438
11455
  };
11439
11456
  };
11440
11457
  output: {
11441
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11458
+ template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11442
11459
  body: string;
11443
11460
  from: string;
11444
11461
  subject: string;
@@ -11457,7 +11474,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11457
11474
  $put: {
11458
11475
  input: {
11459
11476
  param: {
11460
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11477
+ templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11461
11478
  };
11462
11479
  } & {
11463
11480
  header: {
@@ -11465,7 +11482,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11465
11482
  };
11466
11483
  } & {
11467
11484
  json: {
11468
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11485
+ template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11469
11486
  body: string;
11470
11487
  from: string;
11471
11488
  subject: string;
@@ -11477,7 +11494,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11477
11494
  };
11478
11495
  };
11479
11496
  output: {
11480
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11497
+ template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11481
11498
  body: string;
11482
11499
  from: string;
11483
11500
  subject: string;
@@ -11496,7 +11513,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11496
11513
  $patch: {
11497
11514
  input: {
11498
11515
  param: {
11499
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11516
+ templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11500
11517
  };
11501
11518
  } & {
11502
11519
  header: {
@@ -11504,7 +11521,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11504
11521
  };
11505
11522
  } & {
11506
11523
  json: {
11507
- template?: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11524
+ template?: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11508
11525
  body?: string | undefined;
11509
11526
  from?: string | undefined;
11510
11527
  subject?: string | undefined;
@@ -11521,7 +11538,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11521
11538
  } | {
11522
11539
  input: {
11523
11540
  param: {
11524
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11541
+ templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11525
11542
  };
11526
11543
  } & {
11527
11544
  header: {
@@ -11529,7 +11546,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11529
11546
  };
11530
11547
  } & {
11531
11548
  json: {
11532
- template?: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11549
+ template?: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11533
11550
  body?: string | undefined;
11534
11551
  from?: string | undefined;
11535
11552
  subject?: string | undefined;
@@ -11541,7 +11558,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11541
11558
  };
11542
11559
  };
11543
11560
  output: {
11544
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11561
+ template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11545
11562
  body: string;
11546
11563
  from: string;
11547
11564
  subject: string;
@@ -11818,7 +11835,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11818
11835
  primary: boolean;
11819
11836
  status: "disabled" | "pending" | "pending_verification" | "ready";
11820
11837
  verification_method?: "txt" | undefined;
11821
- custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
11838
+ custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
11822
11839
  domain_metadata?: {
11823
11840
  [x: string]: string;
11824
11841
  } | undefined;
@@ -11859,7 +11876,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11859
11876
  primary: boolean;
11860
11877
  status: "disabled" | "pending" | "pending_verification" | "ready";
11861
11878
  verification_method?: "txt" | undefined;
11862
- custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
11879
+ custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
11863
11880
  domain_metadata?: {
11864
11881
  [x: string]: string;
11865
11882
  } | undefined;
@@ -11914,7 +11931,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11914
11931
  domain?: string | undefined;
11915
11932
  type?: "auth0_managed_certs" | "self_managed_certs" | undefined;
11916
11933
  verification_method?: "txt" | undefined;
11917
- custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
11934
+ custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
11918
11935
  domain_metadata?: Record<string, string> | undefined;
11919
11936
  custom_domain_id?: string | undefined;
11920
11937
  primary?: boolean | undefined;
@@ -11941,7 +11958,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11941
11958
  primary: boolean;
11942
11959
  status: "disabled" | "pending" | "pending_verification" | "ready";
11943
11960
  verification_method?: "txt" | undefined;
11944
- custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
11961
+ custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
11945
11962
  domain_metadata?: {
11946
11963
  [x: string]: string;
11947
11964
  } | undefined;
@@ -11977,7 +11994,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11977
11994
  custom_domain_id?: string | undefined;
11978
11995
  verification_method?: "txt" | undefined;
11979
11996
  tls_policy?: "recommended" | undefined;
11980
- custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
11997
+ custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
11981
11998
  domain_metadata?: Record<string, string> | undefined;
11982
11999
  };
11983
12000
  };
@@ -11988,7 +12005,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11988
12005
  primary: boolean;
11989
12006
  status: "disabled" | "pending" | "pending_verification" | "ready";
11990
12007
  verification_method?: "txt" | undefined;
11991
- custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12008
+ custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
11992
12009
  domain_metadata?: {
11993
12010
  [x: string]: string;
11994
12011
  } | undefined;
@@ -12034,7 +12051,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12034
12051
  primary: boolean;
12035
12052
  status: "disabled" | "pending" | "pending_verification" | "ready";
12036
12053
  verification_method?: "txt" | undefined;
12037
- custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12054
+ custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
12038
12055
  domain_metadata?: {
12039
12056
  [x: string]: string;
12040
12057
  } | undefined;
@@ -12075,7 +12092,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12075
12092
  primary: boolean;
12076
12093
  status: "disabled" | "pending" | "pending_verification" | "ready";
12077
12094
  verification_method?: "txt" | undefined;
12078
- custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12095
+ custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
12079
12096
  domain_metadata?: {
12080
12097
  [x: string]: string;
12081
12098
  } | undefined;
@@ -12121,7 +12138,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12121
12138
  base_focus_color: string;
12122
12139
  base_hover_color: string;
12123
12140
  body_text: string;
12124
- captcha_widget_theme: "dark" | "light" | "auto";
12141
+ captcha_widget_theme: "auto" | "light" | "dark";
12125
12142
  error: string;
12126
12143
  header: string;
12127
12144
  icons: string;
@@ -12172,7 +12189,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12172
12189
  background_color: string;
12173
12190
  background_image_url: string;
12174
12191
  page_layout: "center" | "left" | "right";
12175
- logo_placement?: "none" | "widget" | "chip" | undefined;
12192
+ logo_placement?: "widget" | "chip" | "none" | undefined;
12176
12193
  };
12177
12194
  widget: {
12178
12195
  header_text_alignment: "center" | "left" | "right";
@@ -12211,7 +12228,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12211
12228
  base_focus_color: string;
12212
12229
  base_hover_color: string;
12213
12230
  body_text: string;
12214
- captcha_widget_theme: "dark" | "light" | "auto";
12231
+ captcha_widget_theme: "auto" | "light" | "dark";
12215
12232
  error: string;
12216
12233
  header: string;
12217
12234
  icons: string;
@@ -12262,7 +12279,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12262
12279
  background_color: string;
12263
12280
  background_image_url: string;
12264
12281
  page_layout: "center" | "left" | "right";
12265
- logo_placement?: "none" | "widget" | "chip" | undefined;
12282
+ logo_placement?: "widget" | "chip" | "none" | undefined;
12266
12283
  };
12267
12284
  widget: {
12268
12285
  header_text_alignment: "center" | "left" | "right";
@@ -12290,7 +12307,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12290
12307
  base_focus_color: string;
12291
12308
  base_hover_color: string;
12292
12309
  body_text: string;
12293
- captcha_widget_theme: "dark" | "light" | "auto";
12310
+ captcha_widget_theme: "auto" | "light" | "dark";
12294
12311
  error: string;
12295
12312
  header: string;
12296
12313
  icons: string;
@@ -12341,7 +12358,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12341
12358
  background_color: string;
12342
12359
  background_image_url: string;
12343
12360
  page_layout: "center" | "left" | "right";
12344
- logo_placement?: "none" | "widget" | "chip" | undefined;
12361
+ logo_placement?: "widget" | "chip" | "none" | undefined;
12345
12362
  };
12346
12363
  widget: {
12347
12364
  header_text_alignment: "center" | "left" | "right";
@@ -12380,7 +12397,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12380
12397
  font?: {
12381
12398
  url: string;
12382
12399
  } | undefined;
12383
- dark_mode?: "dark" | "light" | "auto" | undefined;
12400
+ dark_mode?: "auto" | "light" | "dark" | undefined;
12384
12401
  };
12385
12402
  outputFormat: "json";
12386
12403
  status: 200;
@@ -12410,7 +12427,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12410
12427
  font?: {
12411
12428
  url: string;
12412
12429
  } | undefined;
12413
- dark_mode?: "dark" | "light" | "auto" | undefined;
12430
+ dark_mode?: "auto" | "light" | "dark" | undefined;
12414
12431
  };
12415
12432
  };
12416
12433
  output: {
@@ -12429,7 +12446,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12429
12446
  font?: {
12430
12447
  url: string;
12431
12448
  } | undefined;
12432
- dark_mode?: "dark" | "light" | "auto" | undefined;
12449
+ dark_mode?: "auto" | "light" | "dark" | undefined;
12433
12450
  };
12434
12451
  outputFormat: "json";
12435
12452
  status: 200;
@@ -12680,7 +12697,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12680
12697
  logs: {
12681
12698
  action_name: string;
12682
12699
  lines: {
12683
- level: "error" | "log" | "info" | "warn" | "debug";
12700
+ level: "log" | "error" | "info" | "warn" | "debug";
12684
12701
  message: string;
12685
12702
  }[];
12686
12703
  }[];
@@ -13347,7 +13364,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
13347
13364
  args: import("hono/utils/types").JSONValue[];
13348
13365
  }[];
13349
13366
  logs: {
13350
- level: "error" | "log" | "info" | "warn" | "debug";
13367
+ level: "log" | "error" | "info" | "warn" | "debug";
13351
13368
  message: string;
13352
13369
  }[];
13353
13370
  error?: string | undefined;