authhero 8.25.1 → 8.25.2

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 (34) hide show
  1. package/dist/authhero.cjs +139 -139
  2. package/dist/authhero.d.ts +76 -76
  3. package/dist/authhero.mjs +11125 -13182
  4. package/dist/tsconfig.types.tsbuildinfo +1 -1
  5. package/dist/types/authentication-flows/passwordless.d.ts +4 -4
  6. package/dist/types/index.d.ts +76 -76
  7. package/dist/types/routes/auth-api/index.d.ts +27 -27
  8. package/dist/types/routes/auth-api/passwordless.d.ts +8 -8
  9. package/dist/types/routes/auth-api/register/index.d.ts +2 -2
  10. package/dist/types/routes/auth-api/revoke.d.ts +6 -6
  11. package/dist/types/routes/auth-api/token.d.ts +10 -10
  12. package/dist/types/routes/auth-api/well-known.d.ts +1 -1
  13. package/dist/types/routes/management-api/action-executions.d.ts +1 -1
  14. package/dist/types/routes/management-api/actions.d.ts +1 -1
  15. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  16. package/dist/types/routes/management-api/clients.d.ts +10 -10
  17. package/dist/types/routes/management-api/connections.d.ts +5 -5
  18. package/dist/types/routes/management-api/custom-domains.d.ts +6 -6
  19. package/dist/types/routes/management-api/failed-events.d.ts +1 -1
  20. package/dist/types/routes/management-api/guardian.d.ts +5 -5
  21. package/dist/types/routes/management-api/helpers.d.ts +1 -1
  22. package/dist/types/routes/management-api/index.d.ts +44 -44
  23. package/dist/types/routes/management-api/logs.d.ts +4 -4
  24. package/dist/types/routes/management-api/organizations.d.ts +4 -4
  25. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  26. package/dist/types/routes/management-api/tenants.d.ts +8 -8
  27. package/dist/types/routes/management-api/users.d.ts +2 -2
  28. package/dist/types/routes/universal-login/common.d.ts +4 -4
  29. package/dist/types/routes/universal-login/flow-api.d.ts +4 -4
  30. package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
  31. package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
  32. package/dist/types/types/IdToken.d.ts +4 -4
  33. package/dist/types/utils/jwks.d.ts +2 -2
  34. package/package.json +1 -1
@@ -162,7 +162,7 @@ export declare function init(config: AuthHeroConfig): {
162
162
  };
163
163
  } & {
164
164
  json: {
165
- type: "email" | "passkey" | "push" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
165
+ type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
166
166
  phone_number?: string | undefined;
167
167
  totp_secret?: string | undefined;
168
168
  credential_id?: string | undefined;
@@ -302,7 +302,7 @@ export declare function init(config: AuthHeroConfig): {
302
302
  };
303
303
  };
304
304
  output: {
305
- name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
305
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
306
306
  enabled: boolean;
307
307
  trial_expired?: boolean | undefined;
308
308
  }[];
@@ -457,7 +457,7 @@ export declare function init(config: AuthHeroConfig): {
457
457
  $get: {
458
458
  input: {
459
459
  param: {
460
- factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
460
+ factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
461
461
  };
462
462
  } & {
463
463
  header: {
@@ -465,7 +465,7 @@ export declare function init(config: AuthHeroConfig): {
465
465
  };
466
466
  };
467
467
  output: {
468
- name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
468
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
469
469
  enabled: boolean;
470
470
  trial_expired?: boolean | undefined;
471
471
  };
@@ -478,7 +478,7 @@ export declare function init(config: AuthHeroConfig): {
478
478
  $put: {
479
479
  input: {
480
480
  param: {
481
- factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
481
+ factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
482
482
  };
483
483
  } & {
484
484
  header: {
@@ -490,7 +490,7 @@ export declare function init(config: AuthHeroConfig): {
490
490
  };
491
491
  };
492
492
  output: {
493
- name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
493
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
494
494
  enabled: boolean;
495
495
  trial_expired?: boolean | undefined;
496
496
  };
@@ -1262,19 +1262,19 @@ export declare function init(config: AuthHeroConfig): {
1262
1262
  } & {
1263
1263
  json: {
1264
1264
  client_id: string;
1265
- inviter: {
1266
- name?: string | undefined;
1267
- };
1268
1265
  invitee: {
1269
1266
  email?: string | undefined;
1270
1267
  };
1268
+ inviter: {
1269
+ name?: string | undefined;
1270
+ };
1271
1271
  id?: string | undefined;
1272
1272
  app_metadata?: Record<string, any> | undefined;
1273
1273
  user_metadata?: Record<string, any> | undefined;
1274
1274
  connection_id?: string | undefined;
1275
1275
  roles?: string[] | undefined;
1276
- ttl_sec?: number | undefined;
1277
1276
  send_invitation_email?: boolean | undefined;
1277
+ ttl_sec?: number | undefined;
1278
1278
  };
1279
1279
  };
1280
1280
  output: {
@@ -6983,7 +6983,7 @@ export declare function init(config: AuthHeroConfig): {
6983
6983
  };
6984
6984
  };
6985
6985
  output: {
6986
- 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";
6986
+ prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
6987
6987
  language: string;
6988
6988
  }[];
6989
6989
  outputFormat: "json";
@@ -7021,7 +7021,7 @@ export declare function init(config: AuthHeroConfig): {
7021
7021
  $get: {
7022
7022
  input: {
7023
7023
  param: {
7024
- 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";
7024
+ prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
7025
7025
  language: string;
7026
7026
  };
7027
7027
  } & {
@@ -7043,7 +7043,7 @@ export declare function init(config: AuthHeroConfig): {
7043
7043
  $put: {
7044
7044
  input: {
7045
7045
  param: {
7046
- 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";
7046
+ prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
7047
7047
  language: string;
7048
7048
  };
7049
7049
  } & {
@@ -7067,7 +7067,7 @@ export declare function init(config: AuthHeroConfig): {
7067
7067
  $delete: {
7068
7068
  input: {
7069
7069
  param: {
7070
- 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";
7070
+ prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
7071
7071
  language: string;
7072
7072
  };
7073
7073
  } & {
@@ -7206,7 +7206,7 @@ export declare function init(config: AuthHeroConfig): {
7206
7206
  } | undefined;
7207
7207
  } | undefined;
7208
7208
  passkey_options?: {
7209
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7209
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7210
7210
  local_enrollment_enabled?: boolean | undefined;
7211
7211
  progressive_enrollment_enabled?: boolean | undefined;
7212
7212
  } | undefined;
@@ -7340,7 +7340,7 @@ export declare function init(config: AuthHeroConfig): {
7340
7340
  } | undefined;
7341
7341
  } | undefined;
7342
7342
  passkey_options?: {
7343
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7343
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7344
7344
  local_enrollment_enabled?: boolean | undefined;
7345
7345
  progressive_enrollment_enabled?: boolean | undefined;
7346
7346
  } | undefined;
@@ -7490,7 +7490,7 @@ export declare function init(config: AuthHeroConfig): {
7490
7490
  } | undefined;
7491
7491
  } | undefined;
7492
7492
  passkey_options?: {
7493
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7493
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7494
7494
  local_enrollment_enabled?: boolean | undefined;
7495
7495
  progressive_enrollment_enabled?: boolean | undefined;
7496
7496
  } | undefined;
@@ -7669,7 +7669,7 @@ export declare function init(config: AuthHeroConfig): {
7669
7669
  } | undefined;
7670
7670
  } | undefined;
7671
7671
  passkey_options?: {
7672
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7672
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7673
7673
  local_enrollment_enabled?: boolean | undefined;
7674
7674
  progressive_enrollment_enabled?: boolean | undefined;
7675
7675
  } | undefined;
@@ -7827,7 +7827,7 @@ export declare function init(config: AuthHeroConfig): {
7827
7827
  } | undefined;
7828
7828
  } | undefined;
7829
7829
  passkey_options?: {
7830
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7830
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7831
7831
  local_enrollment_enabled?: boolean | undefined;
7832
7832
  progressive_enrollment_enabled?: boolean | undefined;
7833
7833
  } | undefined;
@@ -8570,7 +8570,7 @@ export declare function init(config: AuthHeroConfig): {
8570
8570
  log_type: string;
8571
8571
  category: "user_action" | "admin_action" | "system" | "api";
8572
8572
  actor: {
8573
- type: "client_credentials" | "user" | "system" | "admin" | "api_key";
8573
+ type: "user" | "client_credentials" | "system" | "admin" | "api_key";
8574
8574
  id?: string | undefined;
8575
8575
  email?: string | undefined;
8576
8576
  org_id?: string | undefined;
@@ -9220,7 +9220,7 @@ export declare function init(config: AuthHeroConfig): {
9220
9220
  };
9221
9221
  };
9222
9222
  output: {
9223
- type: "sapi" | "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" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
9223
+ type: "i" | "s" | "fc" | "fd" | "fn" | "sapi" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
9224
9224
  date: string;
9225
9225
  isMobile: boolean;
9226
9226
  log_id: string;
@@ -9259,7 +9259,7 @@ export declare function init(config: AuthHeroConfig): {
9259
9259
  limit: number;
9260
9260
  length: number;
9261
9261
  logs: {
9262
- type: "sapi" | "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" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
9262
+ type: "i" | "s" | "fc" | "fd" | "fn" | "sapi" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
9263
9263
  date: string;
9264
9264
  isMobile: boolean;
9265
9265
  log_id: string;
@@ -9298,7 +9298,7 @@ export declare function init(config: AuthHeroConfig): {
9298
9298
  next?: string | undefined;
9299
9299
  } | {
9300
9300
  logs: {
9301
- type: "sapi" | "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" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
9301
+ type: "i" | "s" | "fc" | "fd" | "fn" | "sapi" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
9302
9302
  date: string;
9303
9303
  isMobile: boolean;
9304
9304
  log_id: string;
@@ -9352,7 +9352,7 @@ export declare function init(config: AuthHeroConfig): {
9352
9352
  };
9353
9353
  };
9354
9354
  output: {
9355
- type: "sapi" | "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" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
9355
+ type: "i" | "s" | "fc" | "fd" | "fn" | "sapi" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
9356
9356
  date: string;
9357
9357
  isMobile: boolean;
9358
9358
  log_id: string;
@@ -9763,7 +9763,7 @@ export declare function init(config: AuthHeroConfig): {
9763
9763
  addons?: {
9764
9764
  [x: string]: any;
9765
9765
  } | undefined;
9766
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9766
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9767
9767
  client_metadata?: {
9768
9768
  [x: string]: string;
9769
9769
  } | undefined;
@@ -9865,7 +9865,7 @@ export declare function init(config: AuthHeroConfig): {
9865
9865
  addons?: {
9866
9866
  [x: string]: any;
9867
9867
  } | undefined;
9868
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9868
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9869
9869
  client_metadata?: {
9870
9870
  [x: string]: string;
9871
9871
  } | undefined;
@@ -9967,7 +9967,7 @@ export declare function init(config: AuthHeroConfig): {
9967
9967
  addons?: {
9968
9968
  [x: string]: any;
9969
9969
  } | undefined;
9970
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9970
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9971
9971
  client_metadata?: {
9972
9972
  [x: string]: string;
9973
9973
  } | undefined;
@@ -10084,7 +10084,7 @@ export declare function init(config: AuthHeroConfig): {
10084
10084
  addons?: {
10085
10085
  [x: string]: any;
10086
10086
  } | undefined;
10087
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10087
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10088
10088
  client_metadata?: {
10089
10089
  [x: string]: string;
10090
10090
  } | undefined;
@@ -10202,7 +10202,7 @@ export declare function init(config: AuthHeroConfig): {
10202
10202
  custom_login_page_preview?: string | undefined;
10203
10203
  form_template?: string | undefined;
10204
10204
  addons?: Record<string, any> | undefined;
10205
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10205
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10206
10206
  client_metadata?: Record<string, string> | undefined;
10207
10207
  hide_sign_up_disabled_error?: boolean | undefined;
10208
10208
  mobile?: Record<string, any> | undefined;
@@ -10288,7 +10288,7 @@ export declare function init(config: AuthHeroConfig): {
10288
10288
  addons?: {
10289
10289
  [x: string]: any;
10290
10290
  } | undefined;
10291
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10291
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10292
10292
  client_metadata?: {
10293
10293
  [x: string]: string;
10294
10294
  } | undefined;
@@ -10385,7 +10385,7 @@ export declare function init(config: AuthHeroConfig): {
10385
10385
  custom_login_page_preview?: string | undefined;
10386
10386
  form_template?: string | undefined;
10387
10387
  addons?: Record<string, any> | undefined;
10388
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10388
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10389
10389
  client_metadata?: Record<string, string> | undefined;
10390
10390
  hide_sign_up_disabled_error?: boolean | undefined;
10391
10391
  mobile?: Record<string, any> | undefined;
@@ -10471,7 +10471,7 @@ export declare function init(config: AuthHeroConfig): {
10471
10471
  addons?: {
10472
10472
  [x: string]: any;
10473
10473
  } | undefined;
10474
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10474
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10475
10475
  client_metadata?: {
10476
10476
  [x: string]: string;
10477
10477
  } | undefined;
@@ -10640,7 +10640,7 @@ export declare function init(config: AuthHeroConfig): {
10640
10640
  } | undefined;
10641
10641
  } | undefined;
10642
10642
  passkey_options?: {
10643
- challenge_ui?: "both" | "autofill" | "button" | undefined;
10643
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
10644
10644
  local_enrollment_enabled?: boolean | undefined;
10645
10645
  progressive_enrollment_enabled?: boolean | undefined;
10646
10646
  } | undefined;
@@ -10794,7 +10794,7 @@ export declare function init(config: AuthHeroConfig): {
10794
10794
  } | undefined;
10795
10795
  } | undefined;
10796
10796
  passkey_options?: {
10797
- challenge_ui?: "both" | "autofill" | "button" | undefined;
10797
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
10798
10798
  local_enrollment_enabled?: boolean | undefined;
10799
10799
  progressive_enrollment_enabled?: boolean | undefined;
10800
10800
  } | undefined;
@@ -11807,7 +11807,7 @@ export declare function init(config: AuthHeroConfig): {
11807
11807
  };
11808
11808
  };
11809
11809
  output: {
11810
- type: "sapi" | "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" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
11810
+ type: "i" | "s" | "fc" | "fd" | "fn" | "sapi" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
11811
11811
  date: string;
11812
11812
  isMobile: boolean;
11813
11813
  log_id: string;
@@ -11846,7 +11846,7 @@ export declare function init(config: AuthHeroConfig): {
11846
11846
  limit: number;
11847
11847
  length: number;
11848
11848
  logs: {
11849
- type: "sapi" | "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" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
11849
+ type: "i" | "s" | "fc" | "fd" | "fn" | "sapi" | "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" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "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" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "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";
11850
11850
  date: string;
11851
11851
  isMobile: boolean;
11852
11852
  log_id: string;
@@ -12690,7 +12690,7 @@ export declare function init(config: AuthHeroConfig): {
12690
12690
  type: "auth0_managed_certs" | "self_managed_certs";
12691
12691
  custom_domain_id: string;
12692
12692
  primary: boolean;
12693
- status: "disabled" | "pending" | "ready" | "pending_verification";
12693
+ status: "pending" | "ready" | "disabled" | "pending_verification";
12694
12694
  verification_method?: "txt" | undefined;
12695
12695
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12696
12696
  domain_metadata?: {
@@ -12731,7 +12731,7 @@ export declare function init(config: AuthHeroConfig): {
12731
12731
  type: "auth0_managed_certs" | "self_managed_certs";
12732
12732
  custom_domain_id: string;
12733
12733
  primary: boolean;
12734
- status: "disabled" | "pending" | "ready" | "pending_verification";
12734
+ status: "pending" | "ready" | "disabled" | "pending_verification";
12735
12735
  verification_method?: "txt" | undefined;
12736
12736
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12737
12737
  domain_metadata?: {
@@ -12795,7 +12795,7 @@ export declare function init(config: AuthHeroConfig): {
12795
12795
  type: "auth0_managed_certs" | "self_managed_certs";
12796
12796
  custom_domain_id: string;
12797
12797
  primary: boolean;
12798
- status: "disabled" | "pending" | "ready" | "pending_verification";
12798
+ status: "pending" | "ready" | "disabled" | "pending_verification";
12799
12799
  verification_method?: "txt" | undefined;
12800
12800
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12801
12801
  domain_metadata?: {
@@ -12842,7 +12842,7 @@ export declare function init(config: AuthHeroConfig): {
12842
12842
  type: "auth0_managed_certs" | "self_managed_certs";
12843
12843
  custom_domain_id: string;
12844
12844
  primary: boolean;
12845
- status: "disabled" | "pending" | "ready" | "pending_verification";
12845
+ status: "pending" | "ready" | "disabled" | "pending_verification";
12846
12846
  verification_method?: "txt" | undefined;
12847
12847
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12848
12848
  domain_metadata?: {
@@ -12888,7 +12888,7 @@ export declare function init(config: AuthHeroConfig): {
12888
12888
  type: "auth0_managed_certs" | "self_managed_certs";
12889
12889
  custom_domain_id: string;
12890
12890
  primary: boolean;
12891
- status: "disabled" | "pending" | "ready" | "pending_verification";
12891
+ status: "pending" | "ready" | "disabled" | "pending_verification";
12892
12892
  verification_method?: "txt" | undefined;
12893
12893
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12894
12894
  domain_metadata?: {
@@ -12929,7 +12929,7 @@ export declare function init(config: AuthHeroConfig): {
12929
12929
  type: "auth0_managed_certs" | "self_managed_certs";
12930
12930
  custom_domain_id: string;
12931
12931
  primary: boolean;
12932
- status: "disabled" | "pending" | "ready" | "pending_verification";
12932
+ status: "pending" | "ready" | "disabled" | "pending_verification";
12933
12933
  verification_method?: "txt" | undefined;
12934
12934
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12935
12935
  domain_metadata?: {
@@ -13650,7 +13650,7 @@ export declare function init(config: AuthHeroConfig): {
13650
13650
  logs: {
13651
13651
  action_name: string;
13652
13652
  lines: {
13653
- level: "error" | "log" | "info" | "warn" | "debug";
13653
+ level: "log" | "error" | "info" | "warn" | "debug";
13654
13654
  message: string;
13655
13655
  }[];
13656
13656
  }[];
@@ -14319,7 +14319,7 @@ export declare function init(config: AuthHeroConfig): {
14319
14319
  args: import("hono/utils/types").JSONValue[];
14320
14320
  }[];
14321
14321
  logs: {
14322
- level: "error" | "log" | "info" | "warn" | "debug";
14322
+ level: "log" | "error" | "info" | "warn" | "debug";
14323
14323
  message: string;
14324
14324
  }[];
14325
14325
  error?: string | undefined;
@@ -14630,7 +14630,7 @@ export declare function init(config: AuthHeroConfig): {
14630
14630
  scope?: string | undefined;
14631
14631
  grant_types?: string[] | undefined;
14632
14632
  response_types?: string[] | undefined;
14633
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
14633
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14634
14634
  jwks_uri?: string | undefined;
14635
14635
  jwks?: Record<string, unknown> | undefined;
14636
14636
  software_id?: string | undefined;
@@ -14719,7 +14719,7 @@ export declare function init(config: AuthHeroConfig): {
14719
14719
  scope?: string | undefined;
14720
14720
  grant_types?: string[] | undefined;
14721
14721
  response_types?: string[] | undefined;
14722
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
14722
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14723
14723
  jwks_uri?: string | undefined;
14724
14724
  jwks?: Record<string, unknown> | undefined;
14725
14725
  software_id?: string | undefined;
@@ -15065,16 +15065,16 @@ export declare function init(config: AuthHeroConfig): {
15065
15065
  email: string;
15066
15066
  send: "code" | "link";
15067
15067
  authParams: {
15068
+ username?: string | undefined;
15069
+ state?: string | undefined;
15070
+ audience?: string | undefined;
15068
15071
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
15069
15072
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
15070
15073
  scope?: string | undefined;
15071
- username?: string | undefined;
15072
- audience?: string | undefined;
15073
15074
  organization?: string | undefined;
15074
- state?: string | undefined;
15075
15075
  nonce?: string | undefined;
15076
- act_as?: string | undefined;
15077
15076
  redirect_uri?: string | undefined;
15077
+ act_as?: string | undefined;
15078
15078
  prompt?: string | undefined;
15079
15079
  code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
15080
15080
  code_challenge?: string | undefined;
@@ -15101,16 +15101,16 @@ export declare function init(config: AuthHeroConfig): {
15101
15101
  phone_number: string;
15102
15102
  send: "code" | "link";
15103
15103
  authParams: {
15104
+ username?: string | undefined;
15105
+ state?: string | undefined;
15106
+ audience?: string | undefined;
15104
15107
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
15105
15108
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
15106
15109
  scope?: string | undefined;
15107
- username?: string | undefined;
15108
- audience?: string | undefined;
15109
15110
  organization?: string | undefined;
15110
- state?: string | undefined;
15111
15111
  nonce?: string | undefined;
15112
- act_as?: string | undefined;
15113
15112
  redirect_uri?: string | undefined;
15113
+ act_as?: string | undefined;
15114
15114
  prompt?: string | undefined;
15115
15115
  code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
15116
15116
  code_challenge?: string | undefined;
@@ -15245,14 +15245,14 @@ export declare function init(config: AuthHeroConfig): {
15245
15245
  input: {
15246
15246
  form: {
15247
15247
  token: string;
15248
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15248
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15249
15249
  client_id?: string | undefined;
15250
15250
  client_secret?: string | undefined;
15251
15251
  };
15252
15252
  } & {
15253
15253
  json: {
15254
15254
  token: string;
15255
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15255
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15256
15256
  client_id?: string | undefined;
15257
15257
  client_secret?: string | undefined;
15258
15258
  };
@@ -15264,14 +15264,14 @@ export declare function init(config: AuthHeroConfig): {
15264
15264
  input: {
15265
15265
  form: {
15266
15266
  token: string;
15267
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15267
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15268
15268
  client_id?: string | undefined;
15269
15269
  client_secret?: string | undefined;
15270
15270
  };
15271
15271
  } & {
15272
15272
  json: {
15273
15273
  token: string;
15274
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15274
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15275
15275
  client_id?: string | undefined;
15276
15276
  client_secret?: string | undefined;
15277
15277
  };
@@ -15286,14 +15286,14 @@ export declare function init(config: AuthHeroConfig): {
15286
15286
  input: {
15287
15287
  form: {
15288
15288
  token: string;
15289
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15289
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15290
15290
  client_id?: string | undefined;
15291
15291
  client_secret?: string | undefined;
15292
15292
  };
15293
15293
  } & {
15294
15294
  json: {
15295
15295
  token: string;
15296
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15296
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15297
15297
  client_id?: string | undefined;
15298
15298
  client_secret?: string | undefined;
15299
15299
  };
@@ -15343,7 +15343,7 @@ export declare function init(config: AuthHeroConfig): {
15343
15343
  client_id: string;
15344
15344
  username: string;
15345
15345
  otp: string;
15346
- realm: "email" | "sms";
15346
+ realm: "sms" | "email";
15347
15347
  } | {
15348
15348
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15349
15349
  subject_token: string;
@@ -15390,7 +15390,7 @@ export declare function init(config: AuthHeroConfig): {
15390
15390
  client_id: string;
15391
15391
  username: string;
15392
15392
  otp: string;
15393
- realm: "email" | "sms";
15393
+ realm: "sms" | "email";
15394
15394
  } | {
15395
15395
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15396
15396
  subject_token: string;
@@ -15442,7 +15442,7 @@ export declare function init(config: AuthHeroConfig): {
15442
15442
  client_id: string;
15443
15443
  username: string;
15444
15444
  otp: string;
15445
- realm: "email" | "sms";
15445
+ realm: "sms" | "email";
15446
15446
  } | {
15447
15447
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15448
15448
  subject_token: string;
@@ -15489,7 +15489,7 @@ export declare function init(config: AuthHeroConfig): {
15489
15489
  client_id: string;
15490
15490
  username: string;
15491
15491
  otp: string;
15492
- realm: "email" | "sms";
15492
+ realm: "sms" | "email";
15493
15493
  } | {
15494
15494
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15495
15495
  subject_token: string;
@@ -15549,7 +15549,7 @@ export declare function init(config: AuthHeroConfig): {
15549
15549
  client_id: string;
15550
15550
  username: string;
15551
15551
  otp: string;
15552
- realm: "email" | "sms";
15552
+ realm: "sms" | "email";
15553
15553
  } | {
15554
15554
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15555
15555
  subject_token: string;
@@ -15596,7 +15596,7 @@ export declare function init(config: AuthHeroConfig): {
15596
15596
  client_id: string;
15597
15597
  username: string;
15598
15598
  otp: string;
15599
- realm: "email" | "sms";
15599
+ realm: "sms" | "email";
15600
15600
  } | {
15601
15601
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15602
15602
  subject_token: string;
@@ -15651,7 +15651,7 @@ export declare function init(config: AuthHeroConfig): {
15651
15651
  client_id: string;
15652
15652
  username: string;
15653
15653
  otp: string;
15654
- realm: "email" | "sms";
15654
+ realm: "sms" | "email";
15655
15655
  } | {
15656
15656
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15657
15657
  subject_token: string;
@@ -15698,7 +15698,7 @@ export declare function init(config: AuthHeroConfig): {
15698
15698
  client_id: string;
15699
15699
  username: string;
15700
15700
  otp: string;
15701
- realm: "email" | "sms";
15701
+ realm: "sms" | "email";
15702
15702
  } | {
15703
15703
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15704
15704
  subject_token: string;
@@ -15753,7 +15753,7 @@ export declare function init(config: AuthHeroConfig): {
15753
15753
  client_id: string;
15754
15754
  username: string;
15755
15755
  otp: string;
15756
- realm: "email" | "sms";
15756
+ realm: "sms" | "email";
15757
15757
  } | {
15758
15758
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15759
15759
  subject_token: string;
@@ -15800,7 +15800,7 @@ export declare function init(config: AuthHeroConfig): {
15800
15800
  client_id: string;
15801
15801
  username: string;
15802
15802
  otp: string;
15803
- realm: "email" | "sms";
15803
+ realm: "sms" | "email";
15804
15804
  } | {
15805
15805
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15806
15806
  subject_token: string;
@@ -15829,7 +15829,7 @@ export declare function init(config: AuthHeroConfig): {
15829
15829
  output: {
15830
15830
  keys: {
15831
15831
  alg: "RS256" | "RS384" | "RS512" | "ES256" | "ES384" | "ES512" | "HS256" | "HS384" | "HS512";
15832
- kty: "RSA" | "EC" | "oct";
15832
+ kty: "EC" | "RSA" | "oct";
15833
15833
  kid?: string | undefined;
15834
15834
  use?: "sig" | "enc" | undefined;
15835
15835
  n?: string | undefined;
@@ -17024,7 +17024,7 @@ export declare function init(config: AuthHeroConfig): {
17024
17024
  $get: {
17025
17025
  input: {
17026
17026
  param: {
17027
- screen: "signup" | "login" | "account" | "reset-password" | "consent" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17027
+ screen: "signup" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17028
17028
  };
17029
17029
  } & {
17030
17030
  query: {
@@ -17040,7 +17040,7 @@ export declare function init(config: AuthHeroConfig): {
17040
17040
  } | {
17041
17041
  input: {
17042
17042
  param: {
17043
- screen: "signup" | "login" | "account" | "reset-password" | "consent" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17043
+ screen: "signup" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17044
17044
  };
17045
17045
  } & {
17046
17046
  query: {
@@ -17056,7 +17056,7 @@ export declare function init(config: AuthHeroConfig): {
17056
17056
  } | {
17057
17057
  input: {
17058
17058
  param: {
17059
- screen: "signup" | "login" | "account" | "reset-password" | "consent" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17059
+ screen: "signup" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17060
17060
  };
17061
17061
  } & {
17062
17062
  query: {
@@ -17076,7 +17076,7 @@ export declare function init(config: AuthHeroConfig): {
17076
17076
  $post: {
17077
17077
  input: {
17078
17078
  param: {
17079
- screen: "signup" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17079
+ screen: "signup" | "consent" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17080
17080
  };
17081
17081
  } & {
17082
17082
  query: {
@@ -17094,7 +17094,7 @@ export declare function init(config: AuthHeroConfig): {
17094
17094
  } | {
17095
17095
  input: {
17096
17096
  param: {
17097
- screen: "signup" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17097
+ screen: "signup" | "consent" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17098
17098
  };
17099
17099
  } & {
17100
17100
  query: {