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
@@ -4132,7 +4132,7 @@ declare function init(config: AuthHeroConfig): {
4132
4132
  };
4133
4133
  } & {
4134
4134
  json: {
4135
- type: "email" | "passkey" | "push" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
4135
+ type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
4136
4136
  phone_number?: string | undefined;
4137
4137
  totp_secret?: string | undefined;
4138
4138
  credential_id?: string | undefined;
@@ -4272,7 +4272,7 @@ declare function init(config: AuthHeroConfig): {
4272
4272
  };
4273
4273
  };
4274
4274
  output: {
4275
- name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
4275
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
4276
4276
  enabled: boolean;
4277
4277
  trial_expired?: boolean | undefined;
4278
4278
  }[];
@@ -4427,7 +4427,7 @@ declare function init(config: AuthHeroConfig): {
4427
4427
  $get: {
4428
4428
  input: {
4429
4429
  param: {
4430
- factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
4430
+ factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
4431
4431
  };
4432
4432
  } & {
4433
4433
  header: {
@@ -4435,7 +4435,7 @@ declare function init(config: AuthHeroConfig): {
4435
4435
  };
4436
4436
  };
4437
4437
  output: {
4438
- name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
4438
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
4439
4439
  enabled: boolean;
4440
4440
  trial_expired?: boolean | undefined;
4441
4441
  };
@@ -4448,7 +4448,7 @@ declare function init(config: AuthHeroConfig): {
4448
4448
  $put: {
4449
4449
  input: {
4450
4450
  param: {
4451
- factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
4451
+ factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
4452
4452
  };
4453
4453
  } & {
4454
4454
  header: {
@@ -4460,7 +4460,7 @@ declare function init(config: AuthHeroConfig): {
4460
4460
  };
4461
4461
  };
4462
4462
  output: {
4463
- name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
4463
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
4464
4464
  enabled: boolean;
4465
4465
  trial_expired?: boolean | undefined;
4466
4466
  };
@@ -5232,19 +5232,19 @@ declare function init(config: AuthHeroConfig): {
5232
5232
  } & {
5233
5233
  json: {
5234
5234
  client_id: string;
5235
- inviter: {
5236
- name?: string | undefined;
5237
- };
5238
5235
  invitee: {
5239
5236
  email?: string | undefined;
5240
5237
  };
5238
+ inviter: {
5239
+ name?: string | undefined;
5240
+ };
5241
5241
  id?: string | undefined;
5242
5242
  app_metadata?: Record<string, any> | undefined;
5243
5243
  user_metadata?: Record<string, any> | undefined;
5244
5244
  connection_id?: string | undefined;
5245
5245
  roles?: string[] | undefined;
5246
- ttl_sec?: number | undefined;
5247
5246
  send_invitation_email?: boolean | undefined;
5247
+ ttl_sec?: number | undefined;
5248
5248
  };
5249
5249
  };
5250
5250
  output: {
@@ -10953,7 +10953,7 @@ declare function init(config: AuthHeroConfig): {
10953
10953
  };
10954
10954
  };
10955
10955
  output: {
10956
- 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";
10956
+ 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";
10957
10957
  language: string;
10958
10958
  }[];
10959
10959
  outputFormat: "json";
@@ -10991,7 +10991,7 @@ declare function init(config: AuthHeroConfig): {
10991
10991
  $get: {
10992
10992
  input: {
10993
10993
  param: {
10994
- 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";
10994
+ 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";
10995
10995
  language: string;
10996
10996
  };
10997
10997
  } & {
@@ -11013,7 +11013,7 @@ declare function init(config: AuthHeroConfig): {
11013
11013
  $put: {
11014
11014
  input: {
11015
11015
  param: {
11016
- 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";
11016
+ 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";
11017
11017
  language: string;
11018
11018
  };
11019
11019
  } & {
@@ -11037,7 +11037,7 @@ declare function init(config: AuthHeroConfig): {
11037
11037
  $delete: {
11038
11038
  input: {
11039
11039
  param: {
11040
- 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";
11040
+ 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";
11041
11041
  language: string;
11042
11042
  };
11043
11043
  } & {
@@ -11176,7 +11176,7 @@ declare function init(config: AuthHeroConfig): {
11176
11176
  } | undefined;
11177
11177
  } | undefined;
11178
11178
  passkey_options?: {
11179
- challenge_ui?: "both" | "autofill" | "button" | undefined;
11179
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
11180
11180
  local_enrollment_enabled?: boolean | undefined;
11181
11181
  progressive_enrollment_enabled?: boolean | undefined;
11182
11182
  } | undefined;
@@ -11310,7 +11310,7 @@ declare function init(config: AuthHeroConfig): {
11310
11310
  } | undefined;
11311
11311
  } | undefined;
11312
11312
  passkey_options?: {
11313
- challenge_ui?: "both" | "autofill" | "button" | undefined;
11313
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
11314
11314
  local_enrollment_enabled?: boolean | undefined;
11315
11315
  progressive_enrollment_enabled?: boolean | undefined;
11316
11316
  } | undefined;
@@ -11460,7 +11460,7 @@ declare function init(config: AuthHeroConfig): {
11460
11460
  } | undefined;
11461
11461
  } | undefined;
11462
11462
  passkey_options?: {
11463
- challenge_ui?: "both" | "autofill" | "button" | undefined;
11463
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
11464
11464
  local_enrollment_enabled?: boolean | undefined;
11465
11465
  progressive_enrollment_enabled?: boolean | undefined;
11466
11466
  } | undefined;
@@ -11639,7 +11639,7 @@ declare function init(config: AuthHeroConfig): {
11639
11639
  } | undefined;
11640
11640
  } | undefined;
11641
11641
  passkey_options?: {
11642
- challenge_ui?: "both" | "autofill" | "button" | undefined;
11642
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
11643
11643
  local_enrollment_enabled?: boolean | undefined;
11644
11644
  progressive_enrollment_enabled?: boolean | undefined;
11645
11645
  } | undefined;
@@ -11797,7 +11797,7 @@ declare function init(config: AuthHeroConfig): {
11797
11797
  } | undefined;
11798
11798
  } | undefined;
11799
11799
  passkey_options?: {
11800
- challenge_ui?: "both" | "autofill" | "button" | undefined;
11800
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
11801
11801
  local_enrollment_enabled?: boolean | undefined;
11802
11802
  progressive_enrollment_enabled?: boolean | undefined;
11803
11803
  } | undefined;
@@ -12540,7 +12540,7 @@ declare function init(config: AuthHeroConfig): {
12540
12540
  log_type: string;
12541
12541
  category: "user_action" | "admin_action" | "system" | "api";
12542
12542
  actor: {
12543
- type: "client_credentials" | "user" | "system" | "admin" | "api_key";
12543
+ type: "user" | "client_credentials" | "system" | "admin" | "api_key";
12544
12544
  id?: string | undefined;
12545
12545
  email?: string | undefined;
12546
12546
  org_id?: string | undefined;
@@ -13190,7 +13190,7 @@ declare function init(config: AuthHeroConfig): {
13190
13190
  };
13191
13191
  };
13192
13192
  output: {
13193
- 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";
13193
+ 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";
13194
13194
  date: string;
13195
13195
  isMobile: boolean;
13196
13196
  log_id: string;
@@ -13229,7 +13229,7 @@ declare function init(config: AuthHeroConfig): {
13229
13229
  limit: number;
13230
13230
  length: number;
13231
13231
  logs: {
13232
- 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";
13232
+ 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";
13233
13233
  date: string;
13234
13234
  isMobile: boolean;
13235
13235
  log_id: string;
@@ -13268,7 +13268,7 @@ declare function init(config: AuthHeroConfig): {
13268
13268
  next?: string | undefined;
13269
13269
  } | {
13270
13270
  logs: {
13271
- 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";
13271
+ 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";
13272
13272
  date: string;
13273
13273
  isMobile: boolean;
13274
13274
  log_id: string;
@@ -13322,7 +13322,7 @@ declare function init(config: AuthHeroConfig): {
13322
13322
  };
13323
13323
  };
13324
13324
  output: {
13325
- 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";
13325
+ 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";
13326
13326
  date: string;
13327
13327
  isMobile: boolean;
13328
13328
  log_id: string;
@@ -13733,7 +13733,7 @@ declare function init(config: AuthHeroConfig): {
13733
13733
  addons?: {
13734
13734
  [x: string]: any;
13735
13735
  } | undefined;
13736
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
13736
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
13737
13737
  client_metadata?: {
13738
13738
  [x: string]: string;
13739
13739
  } | undefined;
@@ -13835,7 +13835,7 @@ declare function init(config: AuthHeroConfig): {
13835
13835
  addons?: {
13836
13836
  [x: string]: any;
13837
13837
  } | undefined;
13838
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
13838
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
13839
13839
  client_metadata?: {
13840
13840
  [x: string]: string;
13841
13841
  } | undefined;
@@ -13937,7 +13937,7 @@ declare function init(config: AuthHeroConfig): {
13937
13937
  addons?: {
13938
13938
  [x: string]: any;
13939
13939
  } | undefined;
13940
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
13940
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
13941
13941
  client_metadata?: {
13942
13942
  [x: string]: string;
13943
13943
  } | undefined;
@@ -14054,7 +14054,7 @@ declare function init(config: AuthHeroConfig): {
14054
14054
  addons?: {
14055
14055
  [x: string]: any;
14056
14056
  } | undefined;
14057
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
14057
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14058
14058
  client_metadata?: {
14059
14059
  [x: string]: string;
14060
14060
  } | undefined;
@@ -14172,7 +14172,7 @@ declare function init(config: AuthHeroConfig): {
14172
14172
  custom_login_page_preview?: string | undefined;
14173
14173
  form_template?: string | undefined;
14174
14174
  addons?: Record<string, any> | undefined;
14175
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
14175
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14176
14176
  client_metadata?: Record<string, string> | undefined;
14177
14177
  hide_sign_up_disabled_error?: boolean | undefined;
14178
14178
  mobile?: Record<string, any> | undefined;
@@ -14258,7 +14258,7 @@ declare function init(config: AuthHeroConfig): {
14258
14258
  addons?: {
14259
14259
  [x: string]: any;
14260
14260
  } | undefined;
14261
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
14261
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14262
14262
  client_metadata?: {
14263
14263
  [x: string]: string;
14264
14264
  } | undefined;
@@ -14355,7 +14355,7 @@ declare function init(config: AuthHeroConfig): {
14355
14355
  custom_login_page_preview?: string | undefined;
14356
14356
  form_template?: string | undefined;
14357
14357
  addons?: Record<string, any> | undefined;
14358
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
14358
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14359
14359
  client_metadata?: Record<string, string> | undefined;
14360
14360
  hide_sign_up_disabled_error?: boolean | undefined;
14361
14361
  mobile?: Record<string, any> | undefined;
@@ -14441,7 +14441,7 @@ declare function init(config: AuthHeroConfig): {
14441
14441
  addons?: {
14442
14442
  [x: string]: any;
14443
14443
  } | undefined;
14444
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
14444
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14445
14445
  client_metadata?: {
14446
14446
  [x: string]: string;
14447
14447
  } | undefined;
@@ -14610,7 +14610,7 @@ declare function init(config: AuthHeroConfig): {
14610
14610
  } | undefined;
14611
14611
  } | undefined;
14612
14612
  passkey_options?: {
14613
- challenge_ui?: "both" | "autofill" | "button" | undefined;
14613
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
14614
14614
  local_enrollment_enabled?: boolean | undefined;
14615
14615
  progressive_enrollment_enabled?: boolean | undefined;
14616
14616
  } | undefined;
@@ -14764,7 +14764,7 @@ declare function init(config: AuthHeroConfig): {
14764
14764
  } | undefined;
14765
14765
  } | undefined;
14766
14766
  passkey_options?: {
14767
- challenge_ui?: "both" | "autofill" | "button" | undefined;
14767
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
14768
14768
  local_enrollment_enabled?: boolean | undefined;
14769
14769
  progressive_enrollment_enabled?: boolean | undefined;
14770
14770
  } | undefined;
@@ -15777,7 +15777,7 @@ declare function init(config: AuthHeroConfig): {
15777
15777
  };
15778
15778
  };
15779
15779
  output: {
15780
- 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";
15780
+ 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";
15781
15781
  date: string;
15782
15782
  isMobile: boolean;
15783
15783
  log_id: string;
@@ -15816,7 +15816,7 @@ declare function init(config: AuthHeroConfig): {
15816
15816
  limit: number;
15817
15817
  length: number;
15818
15818
  logs: {
15819
- 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";
15819
+ 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";
15820
15820
  date: string;
15821
15821
  isMobile: boolean;
15822
15822
  log_id: string;
@@ -16660,7 +16660,7 @@ declare function init(config: AuthHeroConfig): {
16660
16660
  type: "auth0_managed_certs" | "self_managed_certs";
16661
16661
  custom_domain_id: string;
16662
16662
  primary: boolean;
16663
- status: "disabled" | "pending" | "ready" | "pending_verification";
16663
+ status: "pending" | "ready" | "disabled" | "pending_verification";
16664
16664
  verification_method?: "txt" | undefined;
16665
16665
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
16666
16666
  domain_metadata?: {
@@ -16701,7 +16701,7 @@ declare function init(config: AuthHeroConfig): {
16701
16701
  type: "auth0_managed_certs" | "self_managed_certs";
16702
16702
  custom_domain_id: string;
16703
16703
  primary: boolean;
16704
- status: "disabled" | "pending" | "ready" | "pending_verification";
16704
+ status: "pending" | "ready" | "disabled" | "pending_verification";
16705
16705
  verification_method?: "txt" | undefined;
16706
16706
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
16707
16707
  domain_metadata?: {
@@ -16765,7 +16765,7 @@ declare function init(config: AuthHeroConfig): {
16765
16765
  type: "auth0_managed_certs" | "self_managed_certs";
16766
16766
  custom_domain_id: string;
16767
16767
  primary: boolean;
16768
- status: "disabled" | "pending" | "ready" | "pending_verification";
16768
+ status: "pending" | "ready" | "disabled" | "pending_verification";
16769
16769
  verification_method?: "txt" | undefined;
16770
16770
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
16771
16771
  domain_metadata?: {
@@ -16812,7 +16812,7 @@ declare function init(config: AuthHeroConfig): {
16812
16812
  type: "auth0_managed_certs" | "self_managed_certs";
16813
16813
  custom_domain_id: string;
16814
16814
  primary: boolean;
16815
- status: "disabled" | "pending" | "ready" | "pending_verification";
16815
+ status: "pending" | "ready" | "disabled" | "pending_verification";
16816
16816
  verification_method?: "txt" | undefined;
16817
16817
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
16818
16818
  domain_metadata?: {
@@ -16858,7 +16858,7 @@ declare function init(config: AuthHeroConfig): {
16858
16858
  type: "auth0_managed_certs" | "self_managed_certs";
16859
16859
  custom_domain_id: string;
16860
16860
  primary: boolean;
16861
- status: "disabled" | "pending" | "ready" | "pending_verification";
16861
+ status: "pending" | "ready" | "disabled" | "pending_verification";
16862
16862
  verification_method?: "txt" | undefined;
16863
16863
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
16864
16864
  domain_metadata?: {
@@ -16899,7 +16899,7 @@ declare function init(config: AuthHeroConfig): {
16899
16899
  type: "auth0_managed_certs" | "self_managed_certs";
16900
16900
  custom_domain_id: string;
16901
16901
  primary: boolean;
16902
- status: "disabled" | "pending" | "ready" | "pending_verification";
16902
+ status: "pending" | "ready" | "disabled" | "pending_verification";
16903
16903
  verification_method?: "txt" | undefined;
16904
16904
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
16905
16905
  domain_metadata?: {
@@ -17620,7 +17620,7 @@ declare function init(config: AuthHeroConfig): {
17620
17620
  logs: {
17621
17621
  action_name: string;
17622
17622
  lines: {
17623
- level: "error" | "log" | "info" | "warn" | "debug";
17623
+ level: "log" | "error" | "info" | "warn" | "debug";
17624
17624
  message: string;
17625
17625
  }[];
17626
17626
  }[];
@@ -18289,7 +18289,7 @@ declare function init(config: AuthHeroConfig): {
18289
18289
  args: hono_utils_types.JSONValue[];
18290
18290
  }[];
18291
18291
  logs: {
18292
- level: "error" | "log" | "info" | "warn" | "debug";
18292
+ level: "log" | "error" | "info" | "warn" | "debug";
18293
18293
  message: string;
18294
18294
  }[];
18295
18295
  error?: string | undefined;
@@ -18600,7 +18600,7 @@ declare function init(config: AuthHeroConfig): {
18600
18600
  scope?: string | undefined;
18601
18601
  grant_types?: string[] | undefined;
18602
18602
  response_types?: string[] | undefined;
18603
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
18603
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
18604
18604
  jwks_uri?: string | undefined;
18605
18605
  jwks?: Record<string, unknown> | undefined;
18606
18606
  software_id?: string | undefined;
@@ -18689,7 +18689,7 @@ declare function init(config: AuthHeroConfig): {
18689
18689
  scope?: string | undefined;
18690
18690
  grant_types?: string[] | undefined;
18691
18691
  response_types?: string[] | undefined;
18692
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
18692
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
18693
18693
  jwks_uri?: string | undefined;
18694
18694
  jwks?: Record<string, unknown> | undefined;
18695
18695
  software_id?: string | undefined;
@@ -19035,16 +19035,16 @@ declare function init(config: AuthHeroConfig): {
19035
19035
  email: string;
19036
19036
  send: "code" | "link";
19037
19037
  authParams: {
19038
+ username?: string | undefined;
19039
+ state?: string | undefined;
19040
+ audience?: string | undefined;
19038
19041
  response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
19039
19042
  response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
19040
19043
  scope?: string | undefined;
19041
- username?: string | undefined;
19042
- audience?: string | undefined;
19043
19044
  organization?: string | undefined;
19044
- state?: string | undefined;
19045
19045
  nonce?: string | undefined;
19046
- act_as?: string | undefined;
19047
19046
  redirect_uri?: string | undefined;
19047
+ act_as?: string | undefined;
19048
19048
  prompt?: string | undefined;
19049
19049
  code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
19050
19050
  code_challenge?: string | undefined;
@@ -19071,16 +19071,16 @@ declare function init(config: AuthHeroConfig): {
19071
19071
  phone_number: string;
19072
19072
  send: "code" | "link";
19073
19073
  authParams: {
19074
+ username?: string | undefined;
19075
+ state?: string | undefined;
19076
+ audience?: string | undefined;
19074
19077
  response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
19075
19078
  response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
19076
19079
  scope?: string | undefined;
19077
- username?: string | undefined;
19078
- audience?: string | undefined;
19079
19080
  organization?: string | undefined;
19080
- state?: string | undefined;
19081
19081
  nonce?: string | undefined;
19082
- act_as?: string | undefined;
19083
19082
  redirect_uri?: string | undefined;
19083
+ act_as?: string | undefined;
19084
19084
  prompt?: string | undefined;
19085
19085
  code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
19086
19086
  code_challenge?: string | undefined;
@@ -19215,14 +19215,14 @@ declare function init(config: AuthHeroConfig): {
19215
19215
  input: {
19216
19216
  form: {
19217
19217
  token: string;
19218
- token_type_hint?: "access_token" | "refresh_token" | undefined;
19218
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
19219
19219
  client_id?: string | undefined;
19220
19220
  client_secret?: string | undefined;
19221
19221
  };
19222
19222
  } & {
19223
19223
  json: {
19224
19224
  token: string;
19225
- token_type_hint?: "access_token" | "refresh_token" | undefined;
19225
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
19226
19226
  client_id?: string | undefined;
19227
19227
  client_secret?: string | undefined;
19228
19228
  };
@@ -19234,14 +19234,14 @@ declare function init(config: AuthHeroConfig): {
19234
19234
  input: {
19235
19235
  form: {
19236
19236
  token: string;
19237
- token_type_hint?: "access_token" | "refresh_token" | undefined;
19237
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
19238
19238
  client_id?: string | undefined;
19239
19239
  client_secret?: string | undefined;
19240
19240
  };
19241
19241
  } & {
19242
19242
  json: {
19243
19243
  token: string;
19244
- token_type_hint?: "access_token" | "refresh_token" | undefined;
19244
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
19245
19245
  client_id?: string | undefined;
19246
19246
  client_secret?: string | undefined;
19247
19247
  };
@@ -19256,14 +19256,14 @@ declare function init(config: AuthHeroConfig): {
19256
19256
  input: {
19257
19257
  form: {
19258
19258
  token: string;
19259
- token_type_hint?: "access_token" | "refresh_token" | undefined;
19259
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
19260
19260
  client_id?: string | undefined;
19261
19261
  client_secret?: string | undefined;
19262
19262
  };
19263
19263
  } & {
19264
19264
  json: {
19265
19265
  token: string;
19266
- token_type_hint?: "access_token" | "refresh_token" | undefined;
19266
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
19267
19267
  client_id?: string | undefined;
19268
19268
  client_secret?: string | undefined;
19269
19269
  };
@@ -19313,7 +19313,7 @@ declare function init(config: AuthHeroConfig): {
19313
19313
  client_id: string;
19314
19314
  username: string;
19315
19315
  otp: string;
19316
- realm: "email" | "sms";
19316
+ realm: "sms" | "email";
19317
19317
  } | {
19318
19318
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
19319
19319
  subject_token: string;
@@ -19360,7 +19360,7 @@ declare function init(config: AuthHeroConfig): {
19360
19360
  client_id: string;
19361
19361
  username: string;
19362
19362
  otp: string;
19363
- realm: "email" | "sms";
19363
+ realm: "sms" | "email";
19364
19364
  } | {
19365
19365
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
19366
19366
  subject_token: string;
@@ -19412,7 +19412,7 @@ declare function init(config: AuthHeroConfig): {
19412
19412
  client_id: string;
19413
19413
  username: string;
19414
19414
  otp: string;
19415
- realm: "email" | "sms";
19415
+ realm: "sms" | "email";
19416
19416
  } | {
19417
19417
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
19418
19418
  subject_token: string;
@@ -19459,7 +19459,7 @@ declare function init(config: AuthHeroConfig): {
19459
19459
  client_id: string;
19460
19460
  username: string;
19461
19461
  otp: string;
19462
- realm: "email" | "sms";
19462
+ realm: "sms" | "email";
19463
19463
  } | {
19464
19464
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
19465
19465
  subject_token: string;
@@ -19519,7 +19519,7 @@ declare function init(config: AuthHeroConfig): {
19519
19519
  client_id: string;
19520
19520
  username: string;
19521
19521
  otp: string;
19522
- realm: "email" | "sms";
19522
+ realm: "sms" | "email";
19523
19523
  } | {
19524
19524
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
19525
19525
  subject_token: string;
@@ -19566,7 +19566,7 @@ declare function init(config: AuthHeroConfig): {
19566
19566
  client_id: string;
19567
19567
  username: string;
19568
19568
  otp: string;
19569
- realm: "email" | "sms";
19569
+ realm: "sms" | "email";
19570
19570
  } | {
19571
19571
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
19572
19572
  subject_token: string;
@@ -19621,7 +19621,7 @@ declare function init(config: AuthHeroConfig): {
19621
19621
  client_id: string;
19622
19622
  username: string;
19623
19623
  otp: string;
19624
- realm: "email" | "sms";
19624
+ realm: "sms" | "email";
19625
19625
  } | {
19626
19626
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
19627
19627
  subject_token: string;
@@ -19668,7 +19668,7 @@ declare function init(config: AuthHeroConfig): {
19668
19668
  client_id: string;
19669
19669
  username: string;
19670
19670
  otp: string;
19671
- realm: "email" | "sms";
19671
+ realm: "sms" | "email";
19672
19672
  } | {
19673
19673
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
19674
19674
  subject_token: string;
@@ -19723,7 +19723,7 @@ declare function init(config: AuthHeroConfig): {
19723
19723
  client_id: string;
19724
19724
  username: string;
19725
19725
  otp: string;
19726
- realm: "email" | "sms";
19726
+ realm: "sms" | "email";
19727
19727
  } | {
19728
19728
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
19729
19729
  subject_token: string;
@@ -19770,7 +19770,7 @@ declare function init(config: AuthHeroConfig): {
19770
19770
  client_id: string;
19771
19771
  username: string;
19772
19772
  otp: string;
19773
- realm: "email" | "sms";
19773
+ realm: "sms" | "email";
19774
19774
  } | {
19775
19775
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
19776
19776
  subject_token: string;
@@ -19799,7 +19799,7 @@ declare function init(config: AuthHeroConfig): {
19799
19799
  output: {
19800
19800
  keys: {
19801
19801
  alg: "RS256" | "RS384" | "RS512" | "ES256" | "ES384" | "ES512" | "HS256" | "HS384" | "HS512";
19802
- kty: "RSA" | "EC" | "oct";
19802
+ kty: "EC" | "RSA" | "oct";
19803
19803
  kid?: string | undefined;
19804
19804
  use?: "sig" | "enc" | undefined;
19805
19805
  n?: string | undefined;
@@ -20994,7 +20994,7 @@ declare function init(config: AuthHeroConfig): {
20994
20994
  $get: {
20995
20995
  input: {
20996
20996
  param: {
20997
- 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";
20997
+ 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";
20998
20998
  };
20999
20999
  } & {
21000
21000
  query: {
@@ -21010,7 +21010,7 @@ declare function init(config: AuthHeroConfig): {
21010
21010
  } | {
21011
21011
  input: {
21012
21012
  param: {
21013
- 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";
21013
+ 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";
21014
21014
  };
21015
21015
  } & {
21016
21016
  query: {
@@ -21026,7 +21026,7 @@ declare function init(config: AuthHeroConfig): {
21026
21026
  } | {
21027
21027
  input: {
21028
21028
  param: {
21029
- 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";
21029
+ 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";
21030
21030
  };
21031
21031
  } & {
21032
21032
  query: {
@@ -21046,7 +21046,7 @@ declare function init(config: AuthHeroConfig): {
21046
21046
  $post: {
21047
21047
  input: {
21048
21048
  param: {
21049
- 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";
21049
+ 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";
21050
21050
  };
21051
21051
  } & {
21052
21052
  query: {
@@ -21064,7 +21064,7 @@ declare function init(config: AuthHeroConfig): {
21064
21064
  } | {
21065
21065
  input: {
21066
21066
  param: {
21067
- 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";
21067
+ 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";
21068
21068
  };
21069
21069
  } & {
21070
21070
  query: {