authhero 8.12.1 → 8.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/dist/authhero.cjs +105 -117
  2. package/dist/authhero.d.ts +83 -83
  3. package/dist/authhero.mjs +8335 -8277
  4. package/dist/stats.html +1 -1
  5. package/dist/tsconfig.types.tsbuildinfo +1 -1
  6. package/dist/types/authentication-flows/password.d.ts +7 -0
  7. package/dist/types/authentication-flows/passwordless.d.ts +4 -4
  8. package/dist/types/helpers/dcr/metadata-mapping.d.ts +2 -2
  9. package/dist/types/index.d.ts +83 -83
  10. package/dist/types/routes/auth-api/index.d.ts +22 -22
  11. package/dist/types/routes/auth-api/passwordless.d.ts +10 -10
  12. package/dist/types/routes/auth-api/register/index.d.ts +2 -2
  13. package/dist/types/routes/auth-api/token.d.ts +10 -10
  14. package/dist/types/routes/management-api/action-executions.d.ts +1 -1
  15. package/dist/types/routes/management-api/actions.d.ts +1 -1
  16. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  17. package/dist/types/routes/management-api/client-grants.d.ts +8 -8
  18. package/dist/types/routes/management-api/clients.d.ts +9 -9
  19. package/dist/types/routes/management-api/connections.d.ts +5 -5
  20. package/dist/types/routes/management-api/custom-domains.d.ts +6 -6
  21. package/dist/types/routes/management-api/email-templates.d.ts +2 -2
  22. package/dist/types/routes/management-api/emails.d.ts +2 -2
  23. package/dist/types/routes/management-api/failed-events.d.ts +1 -1
  24. package/dist/types/routes/management-api/guardian.d.ts +5 -5
  25. package/dist/types/routes/management-api/hooks.d.ts +2 -2
  26. package/dist/types/routes/management-api/index.d.ts +56 -56
  27. package/dist/types/routes/management-api/logs.d.ts +3 -3
  28. package/dist/types/routes/management-api/organizations.d.ts +2 -2
  29. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  30. package/dist/types/routes/management-api/users.d.ts +2 -2
  31. package/dist/types/routes/universal-login/common.d.ts +4 -4
  32. package/dist/types/routes/universal-login/flow-api.d.ts +8 -8
  33. package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
  34. package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
  35. package/dist/types/types/IdToken.d.ts +1 -1
  36. package/package.json +2 -2
@@ -3103,7 +3103,7 @@ declare function init(config: AuthHeroConfig): {
3103
3103
  };
3104
3104
  } & {
3105
3105
  json: {
3106
- type: "email" | "passkey" | "push" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
3106
+ type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
3107
3107
  phone_number?: string | undefined;
3108
3108
  totp_secret?: string | undefined;
3109
3109
  credential_id?: string | undefined;
@@ -3243,7 +3243,7 @@ declare function init(config: AuthHeroConfig): {
3243
3243
  };
3244
3244
  };
3245
3245
  output: {
3246
- name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3246
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3247
3247
  enabled: boolean;
3248
3248
  trial_expired?: boolean | undefined;
3249
3249
  }[];
@@ -3398,7 +3398,7 @@ declare function init(config: AuthHeroConfig): {
3398
3398
  $get: {
3399
3399
  input: {
3400
3400
  param: {
3401
- factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3401
+ factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3402
3402
  };
3403
3403
  } & {
3404
3404
  header: {
@@ -3406,7 +3406,7 @@ declare function init(config: AuthHeroConfig): {
3406
3406
  };
3407
3407
  };
3408
3408
  output: {
3409
- name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3409
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3410
3410
  enabled: boolean;
3411
3411
  trial_expired?: boolean | undefined;
3412
3412
  };
@@ -3419,7 +3419,7 @@ declare function init(config: AuthHeroConfig): {
3419
3419
  $put: {
3420
3420
  input: {
3421
3421
  param: {
3422
- factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3422
+ factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3423
3423
  };
3424
3424
  } & {
3425
3425
  header: {
@@ -3431,7 +3431,7 @@ declare function init(config: AuthHeroConfig): {
3431
3431
  };
3432
3432
  };
3433
3433
  output: {
3434
- name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3434
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3435
3435
  enabled: boolean;
3436
3436
  trial_expired?: boolean | undefined;
3437
3437
  };
@@ -4229,7 +4229,7 @@ declare function init(config: AuthHeroConfig): {
4229
4229
  };
4230
4230
  output: {};
4231
4231
  outputFormat: string;
4232
- status: 404;
4232
+ status: 204;
4233
4233
  } | {
4234
4234
  input: {
4235
4235
  param: {
@@ -4243,7 +4243,7 @@ declare function init(config: AuthHeroConfig): {
4243
4243
  };
4244
4244
  output: {};
4245
4245
  outputFormat: string;
4246
- status: 204;
4246
+ status: 404;
4247
4247
  };
4248
4248
  };
4249
4249
  } & {
@@ -9835,7 +9835,7 @@ declare function init(config: AuthHeroConfig): {
9835
9835
  };
9836
9836
  };
9837
9837
  output: {
9838
- prompt: "signup" | "status" | "login" | "mfa" | "organizations" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "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";
9838
+ 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";
9839
9839
  language: string;
9840
9840
  }[];
9841
9841
  outputFormat: "json";
@@ -9873,7 +9873,7 @@ declare function init(config: AuthHeroConfig): {
9873
9873
  $get: {
9874
9874
  input: {
9875
9875
  param: {
9876
- prompt: "signup" | "status" | "login" | "mfa" | "organizations" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "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";
9876
+ 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";
9877
9877
  language: string;
9878
9878
  };
9879
9879
  } & {
@@ -9895,7 +9895,7 @@ declare function init(config: AuthHeroConfig): {
9895
9895
  $put: {
9896
9896
  input: {
9897
9897
  param: {
9898
- prompt: "signup" | "status" | "login" | "mfa" | "organizations" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "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";
9898
+ 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";
9899
9899
  language: string;
9900
9900
  };
9901
9901
  } & {
@@ -9919,7 +9919,7 @@ declare function init(config: AuthHeroConfig): {
9919
9919
  $delete: {
9920
9920
  input: {
9921
9921
  param: {
9922
- prompt: "signup" | "status" | "login" | "mfa" | "organizations" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "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";
9922
+ 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";
9923
9923
  language: string;
9924
9924
  };
9925
9925
  } & {
@@ -10058,7 +10058,7 @@ declare function init(config: AuthHeroConfig): {
10058
10058
  } | undefined;
10059
10059
  } | undefined;
10060
10060
  passkey_options?: {
10061
- challenge_ui?: "button" | "both" | "autofill" | undefined;
10061
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
10062
10062
  local_enrollment_enabled?: boolean | undefined;
10063
10063
  progressive_enrollment_enabled?: boolean | undefined;
10064
10064
  } | undefined;
@@ -10192,7 +10192,7 @@ declare function init(config: AuthHeroConfig): {
10192
10192
  } | undefined;
10193
10193
  } | undefined;
10194
10194
  passkey_options?: {
10195
- challenge_ui?: "button" | "both" | "autofill" | undefined;
10195
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
10196
10196
  local_enrollment_enabled?: boolean | undefined;
10197
10197
  progressive_enrollment_enabled?: boolean | undefined;
10198
10198
  } | undefined;
@@ -10341,7 +10341,7 @@ declare function init(config: AuthHeroConfig): {
10341
10341
  } | undefined;
10342
10342
  } | undefined;
10343
10343
  passkey_options?: {
10344
- challenge_ui?: "button" | "both" | "autofill" | undefined;
10344
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
10345
10345
  local_enrollment_enabled?: boolean | undefined;
10346
10346
  progressive_enrollment_enabled?: boolean | undefined;
10347
10347
  } | undefined;
@@ -10520,7 +10520,7 @@ declare function init(config: AuthHeroConfig): {
10520
10520
  } | undefined;
10521
10521
  } | undefined;
10522
10522
  passkey_options?: {
10523
- challenge_ui?: "button" | "both" | "autofill" | undefined;
10523
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
10524
10524
  local_enrollment_enabled?: boolean | undefined;
10525
10525
  progressive_enrollment_enabled?: boolean | undefined;
10526
10526
  } | undefined;
@@ -10678,7 +10678,7 @@ declare function init(config: AuthHeroConfig): {
10678
10678
  } | undefined;
10679
10679
  } | undefined;
10680
10680
  passkey_options?: {
10681
- challenge_ui?: "button" | "both" | "autofill" | undefined;
10681
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
10682
10682
  local_enrollment_enabled?: boolean | undefined;
10683
10683
  progressive_enrollment_enabled?: boolean | undefined;
10684
10684
  } | undefined;
@@ -11351,7 +11351,7 @@ declare function init(config: AuthHeroConfig): {
11351
11351
  };
11352
11352
  output: {};
11353
11353
  outputFormat: string;
11354
- status: 404;
11354
+ status: 400;
11355
11355
  } | {
11356
11356
  input: {
11357
11357
  param: {
@@ -11368,7 +11368,7 @@ declare function init(config: AuthHeroConfig): {
11368
11368
  };
11369
11369
  output: {};
11370
11370
  outputFormat: string;
11371
- status: 400;
11371
+ status: 404;
11372
11372
  } | {
11373
11373
  input: {
11374
11374
  param: {
@@ -11420,7 +11420,7 @@ declare function init(config: AuthHeroConfig): {
11420
11420
  log_type: string;
11421
11421
  category: "user_action" | "admin_action" | "system" | "api";
11422
11422
  actor: {
11423
- type: "api_key" | "client_credentials" | "user" | "system" | "admin";
11423
+ type: "user" | "client_credentials" | "system" | "admin" | "api_key";
11424
11424
  id?: string | undefined;
11425
11425
  email?: string | undefined;
11426
11426
  org_id?: string | undefined;
@@ -12068,7 +12068,7 @@ declare function init(config: AuthHeroConfig): {
12068
12068
  };
12069
12069
  };
12070
12070
  output: {
12071
- type: "i" | "s" | "fn" | "fc" | "fd" | "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";
12071
+ type: "fc" | "fd" | "fn" | "i" | "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" | "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";
12072
12072
  date: string;
12073
12073
  isMobile: boolean;
12074
12074
  log_id: string;
@@ -12107,7 +12107,7 @@ declare function init(config: AuthHeroConfig): {
12107
12107
  limit: number;
12108
12108
  length: number;
12109
12109
  logs: {
12110
- type: "i" | "s" | "fn" | "fc" | "fd" | "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";
12110
+ type: "fc" | "fd" | "fn" | "i" | "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" | "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";
12111
12111
  date: string;
12112
12112
  isMobile: boolean;
12113
12113
  log_id: string;
@@ -12161,7 +12161,7 @@ declare function init(config: AuthHeroConfig): {
12161
12161
  };
12162
12162
  };
12163
12163
  output: {
12164
- type: "i" | "s" | "fn" | "fc" | "fd" | "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";
12164
+ type: "fc" | "fd" | "fn" | "i" | "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" | "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";
12165
12165
  date: string;
12166
12166
  isMobile: boolean;
12167
12167
  log_id: string;
@@ -12316,7 +12316,7 @@ declare function init(config: AuthHeroConfig): {
12316
12316
  audience?: string | undefined;
12317
12317
  client_id?: string | undefined;
12318
12318
  allow_any_organization?: string | undefined;
12319
- subject_type?: "client" | "user" | undefined;
12319
+ subject_type?: "user" | "client" | undefined;
12320
12320
  };
12321
12321
  } & {
12322
12322
  header: {
@@ -12331,7 +12331,7 @@ declare function init(config: AuthHeroConfig): {
12331
12331
  organization_usage?: "deny" | "allow" | "require" | undefined;
12332
12332
  allow_any_organization?: boolean | undefined;
12333
12333
  is_system?: boolean | undefined;
12334
- subject_type?: "client" | "user" | undefined;
12334
+ subject_type?: "user" | "client" | undefined;
12335
12335
  authorization_details_types?: string[] | undefined;
12336
12336
  created_at?: string | undefined;
12337
12337
  updated_at?: string | undefined;
@@ -12347,7 +12347,7 @@ declare function init(config: AuthHeroConfig): {
12347
12347
  organization_usage?: "deny" | "allow" | "require" | undefined;
12348
12348
  allow_any_organization?: boolean | undefined;
12349
12349
  is_system?: boolean | undefined;
12350
- subject_type?: "client" | "user" | undefined;
12350
+ subject_type?: "user" | "client" | undefined;
12351
12351
  authorization_details_types?: string[] | undefined;
12352
12352
  created_at?: string | undefined;
12353
12353
  updated_at?: string | undefined;
@@ -12378,7 +12378,7 @@ declare function init(config: AuthHeroConfig): {
12378
12378
  organization_usage?: "deny" | "allow" | "require" | undefined;
12379
12379
  allow_any_organization?: boolean | undefined;
12380
12380
  is_system?: boolean | undefined;
12381
- subject_type?: "client" | "user" | undefined;
12381
+ subject_type?: "user" | "client" | undefined;
12382
12382
  authorization_details_types?: string[] | undefined;
12383
12383
  created_at?: string | undefined;
12384
12384
  updated_at?: string | undefined;
@@ -12423,7 +12423,7 @@ declare function init(config: AuthHeroConfig): {
12423
12423
  organization_usage?: "deny" | "allow" | "require" | undefined;
12424
12424
  allow_any_organization?: boolean | undefined;
12425
12425
  is_system?: boolean | undefined;
12426
- subject_type?: "client" | "user" | undefined;
12426
+ subject_type?: "user" | "client" | undefined;
12427
12427
  authorization_details_types?: string[] | undefined;
12428
12428
  };
12429
12429
  };
@@ -12435,7 +12435,7 @@ declare function init(config: AuthHeroConfig): {
12435
12435
  organization_usage?: "deny" | "allow" | "require" | undefined;
12436
12436
  allow_any_organization?: boolean | undefined;
12437
12437
  is_system?: boolean | undefined;
12438
- subject_type?: "client" | "user" | undefined;
12438
+ subject_type?: "user" | "client" | undefined;
12439
12439
  authorization_details_types?: string[] | undefined;
12440
12440
  created_at?: string | undefined;
12441
12441
  updated_at?: string | undefined;
@@ -12459,7 +12459,7 @@ declare function init(config: AuthHeroConfig): {
12459
12459
  organization_usage?: "deny" | "allow" | "require" | undefined;
12460
12460
  allow_any_organization?: boolean | undefined;
12461
12461
  is_system?: boolean | undefined;
12462
- subject_type?: "client" | "user" | undefined;
12462
+ subject_type?: "user" | "client" | undefined;
12463
12463
  authorization_details_types?: string[] | undefined;
12464
12464
  };
12465
12465
  };
@@ -12471,7 +12471,7 @@ declare function init(config: AuthHeroConfig): {
12471
12471
  organization_usage?: "deny" | "allow" | "require" | undefined;
12472
12472
  allow_any_organization?: boolean | undefined;
12473
12473
  is_system?: boolean | undefined;
12474
- subject_type?: "client" | "user" | undefined;
12474
+ subject_type?: "user" | "client" | undefined;
12475
12475
  authorization_details_types?: string[] | undefined;
12476
12476
  created_at?: string | undefined;
12477
12477
  updated_at?: string | undefined;
@@ -12549,7 +12549,7 @@ declare function init(config: AuthHeroConfig): {
12549
12549
  addons?: {
12550
12550
  [x: string]: any;
12551
12551
  } | undefined;
12552
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
12552
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12553
12553
  client_metadata?: {
12554
12554
  [x: string]: string;
12555
12555
  } | undefined;
@@ -12645,7 +12645,7 @@ declare function init(config: AuthHeroConfig): {
12645
12645
  addons?: {
12646
12646
  [x: string]: any;
12647
12647
  } | undefined;
12648
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
12648
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12649
12649
  client_metadata?: {
12650
12650
  [x: string]: string;
12651
12651
  } | undefined;
@@ -12756,7 +12756,7 @@ declare function init(config: AuthHeroConfig): {
12756
12756
  addons?: {
12757
12757
  [x: string]: any;
12758
12758
  } | undefined;
12759
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
12759
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12760
12760
  client_metadata?: {
12761
12761
  [x: string]: string;
12762
12762
  } | undefined;
@@ -12866,7 +12866,7 @@ declare function init(config: AuthHeroConfig): {
12866
12866
  custom_login_page_preview?: string | undefined;
12867
12867
  form_template?: string | undefined;
12868
12868
  addons?: Record<string, any> | undefined;
12869
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
12869
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12870
12870
  client_metadata?: Record<string, string> | undefined;
12871
12871
  hide_sign_up_disabled_error?: boolean | undefined;
12872
12872
  mobile?: Record<string, any> | undefined;
@@ -12946,7 +12946,7 @@ declare function init(config: AuthHeroConfig): {
12946
12946
  addons?: {
12947
12947
  [x: string]: any;
12948
12948
  } | undefined;
12949
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
12949
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12950
12950
  client_metadata?: {
12951
12951
  [x: string]: string;
12952
12952
  } | undefined;
@@ -13035,7 +13035,7 @@ declare function init(config: AuthHeroConfig): {
13035
13035
  custom_login_page_preview?: string | undefined;
13036
13036
  form_template?: string | undefined;
13037
13037
  addons?: Record<string, any> | undefined;
13038
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
13038
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
13039
13039
  client_metadata?: Record<string, string> | undefined;
13040
13040
  hide_sign_up_disabled_error?: boolean | undefined;
13041
13041
  mobile?: Record<string, any> | undefined;
@@ -13115,7 +13115,7 @@ declare function init(config: AuthHeroConfig): {
13115
13115
  addons?: {
13116
13116
  [x: string]: any;
13117
13117
  } | undefined;
13118
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
13118
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
13119
13119
  client_metadata?: {
13120
13120
  [x: string]: string;
13121
13121
  } | undefined;
@@ -13284,7 +13284,7 @@ declare function init(config: AuthHeroConfig): {
13284
13284
  } | undefined;
13285
13285
  } | undefined;
13286
13286
  passkey_options?: {
13287
- challenge_ui?: "button" | "both" | "autofill" | undefined;
13287
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
13288
13288
  local_enrollment_enabled?: boolean | undefined;
13289
13289
  progressive_enrollment_enabled?: boolean | undefined;
13290
13290
  } | undefined;
@@ -13438,7 +13438,7 @@ declare function init(config: AuthHeroConfig): {
13438
13438
  } | undefined;
13439
13439
  } | undefined;
13440
13440
  passkey_options?: {
13441
- challenge_ui?: "button" | "both" | "autofill" | undefined;
13441
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
13442
13442
  local_enrollment_enabled?: boolean | undefined;
13443
13443
  progressive_enrollment_enabled?: boolean | undefined;
13444
13444
  } | undefined;
@@ -14379,7 +14379,7 @@ declare function init(config: AuthHeroConfig): {
14379
14379
  };
14380
14380
  };
14381
14381
  output: {
14382
- type: "i" | "s" | "fn" | "fc" | "fd" | "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";
14382
+ type: "fc" | "fd" | "fn" | "i" | "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" | "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";
14383
14383
  date: string;
14384
14384
  isMobile: boolean;
14385
14385
  log_id: string;
@@ -14418,7 +14418,7 @@ declare function init(config: AuthHeroConfig): {
14418
14418
  limit: number;
14419
14419
  length: number;
14420
14420
  logs: {
14421
- type: "i" | "s" | "fn" | "fc" | "fd" | "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";
14421
+ type: "fc" | "fd" | "fn" | "i" | "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" | "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";
14422
14422
  date: string;
14423
14423
  isMobile: boolean;
14424
14424
  log_id: string;
@@ -14954,7 +14954,7 @@ declare function init(config: AuthHeroConfig): {
14954
14954
  };
14955
14955
  output: {};
14956
14956
  outputFormat: string;
14957
- status: 404;
14957
+ status: 204;
14958
14958
  } | {
14959
14959
  input: {
14960
14960
  param: {
@@ -14967,7 +14967,7 @@ declare function init(config: AuthHeroConfig): {
14967
14967
  };
14968
14968
  output: {};
14969
14969
  outputFormat: string;
14970
- status: 204;
14970
+ status: 404;
14971
14971
  };
14972
14972
  };
14973
14973
  } & {
@@ -15103,7 +15103,7 @@ declare function init(config: AuthHeroConfig): {
15103
15103
  };
15104
15104
  output: {};
15105
15105
  outputFormat: string;
15106
- status: 404;
15106
+ status: 204;
15107
15107
  } | {
15108
15108
  input: {
15109
15109
  header: {
@@ -15112,7 +15112,7 @@ declare function init(config: AuthHeroConfig): {
15112
15112
  };
15113
15113
  output: {};
15114
15114
  outputFormat: string;
15115
- status: 204;
15115
+ status: 404;
15116
15116
  };
15117
15117
  };
15118
15118
  }, "/emails/provider"> & hono_types.MergeSchemaPath<{
@@ -15221,7 +15221,7 @@ declare function init(config: AuthHeroConfig): {
15221
15221
  };
15222
15222
  output: {};
15223
15223
  outputFormat: string;
15224
- status: 404;
15224
+ status: 204;
15225
15225
  } | {
15226
15226
  input: {
15227
15227
  header: {
@@ -15230,7 +15230,7 @@ declare function init(config: AuthHeroConfig): {
15230
15230
  };
15231
15231
  output: {};
15232
15232
  outputFormat: string;
15233
- status: 204;
15233
+ status: 404;
15234
15234
  };
15235
15235
  };
15236
15236
  }, "/email/providers"> & hono_types.MergeSchemaPath<{
@@ -15258,7 +15258,7 @@ declare function init(config: AuthHeroConfig): {
15258
15258
  type: "auth0_managed_certs" | "self_managed_certs";
15259
15259
  custom_domain_id: string;
15260
15260
  primary: boolean;
15261
- status: "disabled" | "pending" | "ready" | "pending_verification";
15261
+ status: "pending" | "ready" | "disabled" | "pending_verification";
15262
15262
  verification_method?: "txt" | undefined;
15263
15263
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15264
15264
  domain_metadata?: {
@@ -15299,7 +15299,7 @@ declare function init(config: AuthHeroConfig): {
15299
15299
  type: "auth0_managed_certs" | "self_managed_certs";
15300
15300
  custom_domain_id: string;
15301
15301
  primary: boolean;
15302
- status: "disabled" | "pending" | "ready" | "pending_verification";
15302
+ status: "pending" | "ready" | "disabled" | "pending_verification";
15303
15303
  verification_method?: "txt" | undefined;
15304
15304
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15305
15305
  domain_metadata?: {
@@ -15363,7 +15363,7 @@ declare function init(config: AuthHeroConfig): {
15363
15363
  type: "auth0_managed_certs" | "self_managed_certs";
15364
15364
  custom_domain_id: string;
15365
15365
  primary: boolean;
15366
- status: "disabled" | "pending" | "ready" | "pending_verification";
15366
+ status: "pending" | "ready" | "disabled" | "pending_verification";
15367
15367
  verification_method?: "txt" | undefined;
15368
15368
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15369
15369
  domain_metadata?: {
@@ -15410,7 +15410,7 @@ declare function init(config: AuthHeroConfig): {
15410
15410
  type: "auth0_managed_certs" | "self_managed_certs";
15411
15411
  custom_domain_id: string;
15412
15412
  primary: boolean;
15413
- status: "disabled" | "pending" | "ready" | "pending_verification";
15413
+ status: "pending" | "ready" | "disabled" | "pending_verification";
15414
15414
  verification_method?: "txt" | undefined;
15415
15415
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15416
15416
  domain_metadata?: {
@@ -15456,7 +15456,7 @@ declare function init(config: AuthHeroConfig): {
15456
15456
  type: "auth0_managed_certs" | "self_managed_certs";
15457
15457
  custom_domain_id: string;
15458
15458
  primary: boolean;
15459
- status: "disabled" | "pending" | "ready" | "pending_verification";
15459
+ status: "pending" | "ready" | "disabled" | "pending_verification";
15460
15460
  verification_method?: "txt" | undefined;
15461
15461
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15462
15462
  domain_metadata?: {
@@ -15497,7 +15497,7 @@ declare function init(config: AuthHeroConfig): {
15497
15497
  type: "auth0_managed_certs" | "self_managed_certs";
15498
15498
  custom_domain_id: string;
15499
15499
  primary: boolean;
15500
- status: "disabled" | "pending" | "ready" | "pending_verification";
15500
+ status: "pending" | "ready" | "disabled" | "pending_verification";
15501
15501
  verification_method?: "txt" | undefined;
15502
15502
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15503
15503
  domain_metadata?: {
@@ -16218,7 +16218,7 @@ declare function init(config: AuthHeroConfig): {
16218
16218
  logs: {
16219
16219
  action_name: string;
16220
16220
  lines: {
16221
- level: "error" | "info" | "log" | "warn" | "debug";
16221
+ level: "log" | "error" | "info" | "warn" | "debug";
16222
16222
  message: string;
16223
16223
  }[];
16224
16224
  }[];
@@ -16885,7 +16885,7 @@ declare function init(config: AuthHeroConfig): {
16885
16885
  args: hono_utils_types.JSONValue[];
16886
16886
  }[];
16887
16887
  logs: {
16888
- level: "error" | "info" | "log" | "warn" | "debug";
16888
+ level: "log" | "error" | "info" | "warn" | "debug";
16889
16889
  message: string;
16890
16890
  }[];
16891
16891
  error?: string | undefined;
@@ -17196,7 +17196,7 @@ declare function init(config: AuthHeroConfig): {
17196
17196
  scope?: string | undefined;
17197
17197
  grant_types?: string[] | undefined;
17198
17198
  response_types?: string[] | undefined;
17199
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
17199
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
17200
17200
  jwks_uri?: string | undefined;
17201
17201
  jwks?: Record<string, unknown> | undefined;
17202
17202
  software_id?: string | undefined;
@@ -17285,7 +17285,7 @@ declare function init(config: AuthHeroConfig): {
17285
17285
  scope?: string | undefined;
17286
17286
  grant_types?: string[] | undefined;
17287
17287
  response_types?: string[] | undefined;
17288
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
17288
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
17289
17289
  jwks_uri?: string | undefined;
17290
17290
  jwks?: Record<string, unknown> | undefined;
17291
17291
  software_id?: string | undefined;
@@ -17631,16 +17631,16 @@ declare function init(config: AuthHeroConfig): {
17631
17631
  email: string;
17632
17632
  send: "code" | "link";
17633
17633
  authParams: {
17634
- response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
17635
- response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
17636
- scope?: string | undefined;
17637
17634
  username?: string | undefined;
17638
17635
  state?: string | undefined;
17639
17636
  audience?: string | undefined;
17640
- act_as?: string | undefined;
17641
- redirect_uri?: string | undefined;
17637
+ response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
17638
+ response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
17639
+ scope?: string | undefined;
17642
17640
  organization?: string | undefined;
17643
17641
  nonce?: string | undefined;
17642
+ redirect_uri?: string | undefined;
17643
+ act_as?: string | undefined;
17644
17644
  prompt?: string | undefined;
17645
17645
  code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
17646
17646
  code_challenge?: string | undefined;
@@ -17667,16 +17667,16 @@ declare function init(config: AuthHeroConfig): {
17667
17667
  phone_number: string;
17668
17668
  send: "code" | "link";
17669
17669
  authParams: {
17670
- response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
17671
- response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
17672
- scope?: string | undefined;
17673
17670
  username?: string | undefined;
17674
17671
  state?: string | undefined;
17675
17672
  audience?: string | undefined;
17676
- act_as?: string | undefined;
17677
- redirect_uri?: string | undefined;
17673
+ response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
17674
+ response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
17675
+ scope?: string | undefined;
17678
17676
  organization?: string | undefined;
17679
17677
  nonce?: string | undefined;
17678
+ redirect_uri?: string | undefined;
17679
+ act_as?: string | undefined;
17680
17680
  prompt?: string | undefined;
17681
17681
  code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
17682
17682
  code_challenge?: string | undefined;
@@ -17909,7 +17909,7 @@ declare function init(config: AuthHeroConfig): {
17909
17909
  client_id: string;
17910
17910
  username: string;
17911
17911
  otp: string;
17912
- realm: "email" | "sms";
17912
+ realm: "sms" | "email";
17913
17913
  } | {
17914
17914
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
17915
17915
  subject_token: string;
@@ -17956,7 +17956,7 @@ declare function init(config: AuthHeroConfig): {
17956
17956
  client_id: string;
17957
17957
  username: string;
17958
17958
  otp: string;
17959
- realm: "email" | "sms";
17959
+ realm: "sms" | "email";
17960
17960
  } | {
17961
17961
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
17962
17962
  subject_token: string;
@@ -18008,7 +18008,7 @@ declare function init(config: AuthHeroConfig): {
18008
18008
  client_id: string;
18009
18009
  username: string;
18010
18010
  otp: string;
18011
- realm: "email" | "sms";
18011
+ realm: "sms" | "email";
18012
18012
  } | {
18013
18013
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18014
18014
  subject_token: string;
@@ -18055,7 +18055,7 @@ declare function init(config: AuthHeroConfig): {
18055
18055
  client_id: string;
18056
18056
  username: string;
18057
18057
  otp: string;
18058
- realm: "email" | "sms";
18058
+ realm: "sms" | "email";
18059
18059
  } | {
18060
18060
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18061
18061
  subject_token: string;
@@ -18115,7 +18115,7 @@ declare function init(config: AuthHeroConfig): {
18115
18115
  client_id: string;
18116
18116
  username: string;
18117
18117
  otp: string;
18118
- realm: "email" | "sms";
18118
+ realm: "sms" | "email";
18119
18119
  } | {
18120
18120
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18121
18121
  subject_token: string;
@@ -18162,7 +18162,7 @@ declare function init(config: AuthHeroConfig): {
18162
18162
  client_id: string;
18163
18163
  username: string;
18164
18164
  otp: string;
18165
- realm: "email" | "sms";
18165
+ realm: "sms" | "email";
18166
18166
  } | {
18167
18167
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18168
18168
  subject_token: string;
@@ -18217,7 +18217,7 @@ declare function init(config: AuthHeroConfig): {
18217
18217
  client_id: string;
18218
18218
  username: string;
18219
18219
  otp: string;
18220
- realm: "email" | "sms";
18220
+ realm: "sms" | "email";
18221
18221
  } | {
18222
18222
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18223
18223
  subject_token: string;
@@ -18264,7 +18264,7 @@ declare function init(config: AuthHeroConfig): {
18264
18264
  client_id: string;
18265
18265
  username: string;
18266
18266
  otp: string;
18267
- realm: "email" | "sms";
18267
+ realm: "sms" | "email";
18268
18268
  } | {
18269
18269
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18270
18270
  subject_token: string;
@@ -18319,7 +18319,7 @@ declare function init(config: AuthHeroConfig): {
18319
18319
  client_id: string;
18320
18320
  username: string;
18321
18321
  otp: string;
18322
- realm: "email" | "sms";
18322
+ realm: "sms" | "email";
18323
18323
  } | {
18324
18324
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18325
18325
  subject_token: string;
@@ -18366,7 +18366,7 @@ declare function init(config: AuthHeroConfig): {
18366
18366
  client_id: string;
18367
18367
  username: string;
18368
18368
  otp: string;
18369
- realm: "email" | "sms";
18369
+ realm: "sms" | "email";
18370
18370
  } | {
18371
18371
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18372
18372
  subject_token: string;
@@ -19586,7 +19586,7 @@ declare function init(config: AuthHeroConfig): {
19586
19586
  $get: {
19587
19587
  input: {
19588
19588
  param: {
19589
- screen: "signup" | "login" | "consent" | "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";
19589
+ 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";
19590
19590
  };
19591
19591
  } & {
19592
19592
  query: {
@@ -19602,7 +19602,7 @@ declare function init(config: AuthHeroConfig): {
19602
19602
  } | {
19603
19603
  input: {
19604
19604
  param: {
19605
- screen: "signup" | "login" | "consent" | "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";
19605
+ 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";
19606
19606
  };
19607
19607
  } & {
19608
19608
  query: {
@@ -19618,7 +19618,7 @@ declare function init(config: AuthHeroConfig): {
19618
19618
  } | {
19619
19619
  input: {
19620
19620
  param: {
19621
- screen: "signup" | "login" | "consent" | "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";
19621
+ 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";
19622
19622
  };
19623
19623
  } & {
19624
19624
  query: {
@@ -19638,7 +19638,7 @@ declare function init(config: AuthHeroConfig): {
19638
19638
  $post: {
19639
19639
  input: {
19640
19640
  param: {
19641
- screen: "signup" | "login" | "consent" | "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";
19641
+ 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";
19642
19642
  };
19643
19643
  } & {
19644
19644
  query: {
@@ -19656,7 +19656,7 @@ declare function init(config: AuthHeroConfig): {
19656
19656
  } | {
19657
19657
  input: {
19658
19658
  param: {
19659
- screen: "signup" | "login" | "consent" | "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";
19659
+ 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";
19660
19660
  };
19661
19661
  } & {
19662
19662
  query: {