authhero 8.17.2 → 8.17.3

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.
@@ -3042,8 +3042,8 @@ declare function init(config: AuthHeroConfig): {
3042
3042
  $get: {
3043
3043
  input: {
3044
3044
  query: {
3045
- include_password_hashes?: "true" | "false" | undefined;
3046
- gzip?: "true" | "false" | undefined;
3045
+ include_password_hashes?: "false" | "true" | undefined;
3046
+ gzip?: "false" | "true" | undefined;
3047
3047
  };
3048
3048
  } & {
3049
3049
  header: {
@@ -3056,8 +3056,8 @@ declare function init(config: AuthHeroConfig): {
3056
3056
  } | {
3057
3057
  input: {
3058
3058
  query: {
3059
- include_password_hashes?: "true" | "false" | undefined;
3060
- gzip?: "true" | "false" | undefined;
3059
+ include_password_hashes?: "false" | "true" | undefined;
3060
+ gzip?: "false" | "true" | undefined;
3061
3061
  };
3062
3062
  } & {
3063
3063
  header: {
@@ -3076,7 +3076,7 @@ declare function init(config: AuthHeroConfig): {
3076
3076
  $post: {
3077
3077
  input: {
3078
3078
  query: {
3079
- include_password_hashes?: "true" | "false" | undefined;
3079
+ include_password_hashes?: "false" | "true" | undefined;
3080
3080
  };
3081
3081
  } & {
3082
3082
  header: {
@@ -3130,7 +3130,7 @@ declare function init(config: AuthHeroConfig): {
3130
3130
  };
3131
3131
  } & {
3132
3132
  json: {
3133
- type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
3133
+ type: "push" | "email" | "passkey" | "webauthn-roaming" | "webauthn-platform" | "phone" | "totp";
3134
3134
  phone_number?: string | undefined;
3135
3135
  totp_secret?: string | undefined;
3136
3136
  credential_id?: string | undefined;
@@ -3270,7 +3270,7 @@ declare function init(config: AuthHeroConfig): {
3270
3270
  };
3271
3271
  };
3272
3272
  output: {
3273
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3273
+ name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
3274
3274
  enabled: boolean;
3275
3275
  trial_expired?: boolean | undefined;
3276
3276
  }[];
@@ -3425,7 +3425,7 @@ declare function init(config: AuthHeroConfig): {
3425
3425
  $get: {
3426
3426
  input: {
3427
3427
  param: {
3428
- factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3428
+ factor_name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
3429
3429
  };
3430
3430
  } & {
3431
3431
  header: {
@@ -3433,7 +3433,7 @@ declare function init(config: AuthHeroConfig): {
3433
3433
  };
3434
3434
  };
3435
3435
  output: {
3436
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3436
+ name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
3437
3437
  enabled: boolean;
3438
3438
  trial_expired?: boolean | undefined;
3439
3439
  };
@@ -3446,7 +3446,7 @@ declare function init(config: AuthHeroConfig): {
3446
3446
  $put: {
3447
3447
  input: {
3448
3448
  param: {
3449
- factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3449
+ factor_name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
3450
3450
  };
3451
3451
  } & {
3452
3452
  header: {
@@ -3458,7 +3458,7 @@ declare function init(config: AuthHeroConfig): {
3458
3458
  };
3459
3459
  };
3460
3460
  output: {
3461
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3461
+ name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
3462
3462
  enabled: boolean;
3463
3463
  trial_expired?: boolean | undefined;
3464
3464
  };
@@ -4391,8 +4391,8 @@ declare function init(config: AuthHeroConfig): {
4391
4391
  };
4392
4392
  } & {
4393
4393
  json: {
4394
- show_as_button?: boolean | undefined;
4395
4394
  assign_membership_on_login?: boolean | undefined;
4395
+ show_as_button?: boolean | undefined;
4396
4396
  is_signup_enabled?: boolean | undefined;
4397
4397
  };
4398
4398
  };
@@ -9862,7 +9862,7 @@ declare function init(config: AuthHeroConfig): {
9862
9862
  };
9863
9863
  };
9864
9864
  output: {
9865
- 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";
9865
+ prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "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";
9866
9866
  language: string;
9867
9867
  }[];
9868
9868
  outputFormat: "json";
@@ -9900,7 +9900,7 @@ declare function init(config: AuthHeroConfig): {
9900
9900
  $get: {
9901
9901
  input: {
9902
9902
  param: {
9903
- 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";
9903
+ prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "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";
9904
9904
  language: string;
9905
9905
  };
9906
9906
  } & {
@@ -9922,7 +9922,7 @@ declare function init(config: AuthHeroConfig): {
9922
9922
  $put: {
9923
9923
  input: {
9924
9924
  param: {
9925
- 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";
9925
+ prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "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";
9926
9926
  language: string;
9927
9927
  };
9928
9928
  } & {
@@ -9946,7 +9946,7 @@ declare function init(config: AuthHeroConfig): {
9946
9946
  $delete: {
9947
9947
  input: {
9948
9948
  param: {
9949
- 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";
9949
+ prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "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";
9950
9950
  language: string;
9951
9951
  };
9952
9952
  } & {
@@ -10038,7 +10038,7 @@ declare function init(config: AuthHeroConfig): {
10038
10038
  active?: boolean | undefined;
10039
10039
  } | undefined;
10040
10040
  signup?: {
10041
- status?: "optional" | "required" | "disabled" | undefined;
10041
+ status?: "required" | "optional" | "disabled" | undefined;
10042
10042
  verification?: {
10043
10043
  active?: boolean | undefined;
10044
10044
  } | undefined;
@@ -10055,7 +10055,7 @@ declare function init(config: AuthHeroConfig): {
10055
10055
  active?: boolean | undefined;
10056
10056
  } | undefined;
10057
10057
  signup?: {
10058
- status?: "optional" | "required" | "disabled" | undefined;
10058
+ status?: "required" | "optional" | "disabled" | undefined;
10059
10059
  } | undefined;
10060
10060
  validation?: {
10061
10061
  max_length?: number | undefined;
@@ -10072,7 +10072,7 @@ declare function init(config: AuthHeroConfig): {
10072
10072
  active?: boolean | undefined;
10073
10073
  } | undefined;
10074
10074
  signup?: {
10075
- status?: "optional" | "required" | "disabled" | undefined;
10075
+ status?: "required" | "optional" | "disabled" | undefined;
10076
10076
  } | undefined;
10077
10077
  } | undefined;
10078
10078
  } | undefined;
@@ -10172,7 +10172,7 @@ declare function init(config: AuthHeroConfig): {
10172
10172
  active?: boolean | undefined;
10173
10173
  } | undefined;
10174
10174
  signup?: {
10175
- status?: "optional" | "required" | "disabled" | undefined;
10175
+ status?: "required" | "optional" | "disabled" | undefined;
10176
10176
  verification?: {
10177
10177
  active?: boolean | undefined;
10178
10178
  } | undefined;
@@ -10189,7 +10189,7 @@ declare function init(config: AuthHeroConfig): {
10189
10189
  active?: boolean | undefined;
10190
10190
  } | undefined;
10191
10191
  signup?: {
10192
- status?: "optional" | "required" | "disabled" | undefined;
10192
+ status?: "required" | "optional" | "disabled" | undefined;
10193
10193
  } | undefined;
10194
10194
  validation?: {
10195
10195
  max_length?: number | undefined;
@@ -10206,7 +10206,7 @@ declare function init(config: AuthHeroConfig): {
10206
10206
  active?: boolean | undefined;
10207
10207
  } | undefined;
10208
10208
  signup?: {
10209
- status?: "optional" | "required" | "disabled" | undefined;
10209
+ status?: "required" | "optional" | "disabled" | undefined;
10210
10210
  } | undefined;
10211
10211
  } | undefined;
10212
10212
  } | undefined;
@@ -10321,7 +10321,7 @@ declare function init(config: AuthHeroConfig): {
10321
10321
  active?: boolean | undefined;
10322
10322
  } | undefined;
10323
10323
  signup?: {
10324
- status?: "optional" | "required" | "disabled" | undefined;
10324
+ status?: "required" | "optional" | "disabled" | undefined;
10325
10325
  verification?: {
10326
10326
  active?: boolean | undefined;
10327
10327
  } | undefined;
@@ -10338,7 +10338,7 @@ declare function init(config: AuthHeroConfig): {
10338
10338
  active?: boolean | undefined;
10339
10339
  } | undefined;
10340
10340
  signup?: {
10341
- status?: "optional" | "required" | "disabled" | undefined;
10341
+ status?: "required" | "optional" | "disabled" | undefined;
10342
10342
  } | undefined;
10343
10343
  validation?: {
10344
10344
  max_length?: number | undefined;
@@ -10355,7 +10355,7 @@ declare function init(config: AuthHeroConfig): {
10355
10355
  active?: boolean | undefined;
10356
10356
  } | undefined;
10357
10357
  signup?: {
10358
- status?: "optional" | "required" | "disabled" | undefined;
10358
+ status?: "required" | "optional" | "disabled" | undefined;
10359
10359
  } | undefined;
10360
10360
  } | undefined;
10361
10361
  } | undefined;
@@ -10500,7 +10500,7 @@ declare function init(config: AuthHeroConfig): {
10500
10500
  active?: boolean | undefined;
10501
10501
  } | undefined;
10502
10502
  signup?: {
10503
- status?: "optional" | "required" | "disabled" | undefined;
10503
+ status?: "required" | "optional" | "disabled" | undefined;
10504
10504
  verification?: {
10505
10505
  active?: boolean | undefined;
10506
10506
  } | undefined;
@@ -10517,7 +10517,7 @@ declare function init(config: AuthHeroConfig): {
10517
10517
  active?: boolean | undefined;
10518
10518
  } | undefined;
10519
10519
  signup?: {
10520
- status?: "optional" | "required" | "disabled" | undefined;
10520
+ status?: "required" | "optional" | "disabled" | undefined;
10521
10521
  } | undefined;
10522
10522
  validation?: {
10523
10523
  max_length?: number | undefined;
@@ -10534,7 +10534,7 @@ declare function init(config: AuthHeroConfig): {
10534
10534
  active?: boolean | undefined;
10535
10535
  } | undefined;
10536
10536
  signup?: {
10537
- status?: "optional" | "required" | "disabled" | undefined;
10537
+ status?: "required" | "optional" | "disabled" | undefined;
10538
10538
  } | undefined;
10539
10539
  } | undefined;
10540
10540
  } | undefined;
@@ -10658,7 +10658,7 @@ declare function init(config: AuthHeroConfig): {
10658
10658
  active?: boolean | undefined;
10659
10659
  } | undefined;
10660
10660
  signup?: {
10661
- status?: "optional" | "required" | "disabled" | undefined;
10661
+ status?: "required" | "optional" | "disabled" | undefined;
10662
10662
  verification?: {
10663
10663
  active?: boolean | undefined;
10664
10664
  } | undefined;
@@ -10675,7 +10675,7 @@ declare function init(config: AuthHeroConfig): {
10675
10675
  active?: boolean | undefined;
10676
10676
  } | undefined;
10677
10677
  signup?: {
10678
- status?: "optional" | "required" | "disabled" | undefined;
10678
+ status?: "required" | "optional" | "disabled" | undefined;
10679
10679
  } | undefined;
10680
10680
  validation?: {
10681
10681
  max_length?: number | undefined;
@@ -10692,7 +10692,7 @@ declare function init(config: AuthHeroConfig): {
10692
10692
  active?: boolean | undefined;
10693
10693
  } | undefined;
10694
10694
  signup?: {
10695
- status?: "optional" | "required" | "disabled" | undefined;
10695
+ status?: "required" | "optional" | "disabled" | undefined;
10696
10696
  } | undefined;
10697
10697
  } | undefined;
10698
10698
  } | undefined;
@@ -10844,7 +10844,7 @@ declare function init(config: AuthHeroConfig): {
10844
10844
  tenant_id: string;
10845
10845
  created_at: string;
10846
10846
  updated_at: string;
10847
- deploymentStatus: "failed" | "deployed" | "not_required";
10847
+ deploymentStatus: "deployed" | "failed" | "not_required";
10848
10848
  secrets?: {
10849
10849
  [x: string]: string;
10850
10850
  } | undefined;
@@ -10934,7 +10934,7 @@ declare function init(config: AuthHeroConfig): {
10934
10934
  tenant_id: string;
10935
10935
  created_at: string;
10936
10936
  updated_at: string;
10937
- deploymentStatus: "failed" | "deployed" | "not_required";
10937
+ deploymentStatus: "deployed" | "failed" | "not_required";
10938
10938
  secrets?: {
10939
10939
  [x: string]: string;
10940
10940
  } | undefined;
@@ -11757,7 +11757,7 @@ declare function init(config: AuthHeroConfig): {
11757
11757
  created_at: string;
11758
11758
  updated_at: string;
11759
11759
  name: string;
11760
- provider: "auth0" | "oidc" | "okta" | "cognito";
11760
+ provider: "auth0" | "cognito" | "okta" | "oidc";
11761
11761
  connection: string;
11762
11762
  enabled: boolean;
11763
11763
  credentials: {
@@ -11789,7 +11789,7 @@ declare function init(config: AuthHeroConfig): {
11789
11789
  created_at: string;
11790
11790
  updated_at: string;
11791
11791
  name: string;
11792
- provider: "auth0" | "oidc" | "okta" | "cognito";
11792
+ provider: "auth0" | "cognito" | "okta" | "oidc";
11793
11793
  connection: string;
11794
11794
  enabled: boolean;
11795
11795
  credentials: {
@@ -11815,7 +11815,7 @@ declare function init(config: AuthHeroConfig): {
11815
11815
  } & {
11816
11816
  json: {
11817
11817
  name: string;
11818
- provider: "auth0" | "oidc" | "okta" | "cognito";
11818
+ provider: "auth0" | "cognito" | "okta" | "oidc";
11819
11819
  connection: string;
11820
11820
  credentials: {
11821
11821
  domain: string;
@@ -11832,7 +11832,7 @@ declare function init(config: AuthHeroConfig): {
11832
11832
  created_at: string;
11833
11833
  updated_at: string;
11834
11834
  name: string;
11835
- provider: "auth0" | "oidc" | "okta" | "cognito";
11835
+ provider: "auth0" | "cognito" | "okta" | "oidc";
11836
11836
  connection: string;
11837
11837
  enabled: boolean;
11838
11838
  credentials: {
@@ -11863,7 +11863,7 @@ declare function init(config: AuthHeroConfig): {
11863
11863
  json: {
11864
11864
  id?: string | undefined;
11865
11865
  name?: string | undefined;
11866
- provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
11866
+ provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
11867
11867
  connection?: string | undefined;
11868
11868
  enabled?: boolean | undefined;
11869
11869
  credentials?: {
@@ -11879,7 +11879,7 @@ declare function init(config: AuthHeroConfig): {
11879
11879
  created_at: string;
11880
11880
  updated_at: string;
11881
11881
  name: string;
11882
- provider: "auth0" | "oidc" | "okta" | "cognito";
11882
+ provider: "auth0" | "cognito" | "okta" | "oidc";
11883
11883
  connection: string;
11884
11884
  enabled: boolean;
11885
11885
  credentials: {
@@ -12097,7 +12097,7 @@ declare function init(config: AuthHeroConfig): {
12097
12097
  };
12098
12098
  };
12099
12099
  output: {
12100
- 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";
12100
+ type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "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";
12101
12101
  date: string;
12102
12102
  isMobile: boolean;
12103
12103
  log_id: string;
@@ -12136,7 +12136,7 @@ declare function init(config: AuthHeroConfig): {
12136
12136
  limit: number;
12137
12137
  length: number;
12138
12138
  logs: {
12139
- 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";
12139
+ type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "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";
12140
12140
  date: string;
12141
12141
  isMobile: boolean;
12142
12142
  log_id: string;
@@ -12190,7 +12190,7 @@ declare function init(config: AuthHeroConfig): {
12190
12190
  };
12191
12191
  };
12192
12192
  output: {
12193
- 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";
12193
+ type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "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";
12194
12194
  date: string;
12195
12195
  isMobile: boolean;
12196
12196
  log_id: string;
@@ -12578,7 +12578,7 @@ declare function init(config: AuthHeroConfig): {
12578
12578
  addons?: {
12579
12579
  [x: string]: any;
12580
12580
  } | undefined;
12581
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12581
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
12582
12582
  client_metadata?: {
12583
12583
  [x: string]: string;
12584
12584
  } | undefined;
@@ -12674,7 +12674,7 @@ declare function init(config: AuthHeroConfig): {
12674
12674
  addons?: {
12675
12675
  [x: string]: any;
12676
12676
  } | undefined;
12677
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12677
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
12678
12678
  client_metadata?: {
12679
12679
  [x: string]: string;
12680
12680
  } | undefined;
@@ -12785,7 +12785,7 @@ declare function init(config: AuthHeroConfig): {
12785
12785
  addons?: {
12786
12786
  [x: string]: any;
12787
12787
  } | undefined;
12788
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12788
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
12789
12789
  client_metadata?: {
12790
12790
  [x: string]: string;
12791
12791
  } | undefined;
@@ -12895,7 +12895,7 @@ declare function init(config: AuthHeroConfig): {
12895
12895
  custom_login_page_preview?: string | undefined;
12896
12896
  form_template?: string | undefined;
12897
12897
  addons?: Record<string, any> | undefined;
12898
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12898
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
12899
12899
  client_metadata?: Record<string, string> | undefined;
12900
12900
  hide_sign_up_disabled_error?: boolean | undefined;
12901
12901
  mobile?: Record<string, any> | undefined;
@@ -12975,7 +12975,7 @@ declare function init(config: AuthHeroConfig): {
12975
12975
  addons?: {
12976
12976
  [x: string]: any;
12977
12977
  } | undefined;
12978
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12978
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
12979
12979
  client_metadata?: {
12980
12980
  [x: string]: string;
12981
12981
  } | undefined;
@@ -13064,7 +13064,7 @@ declare function init(config: AuthHeroConfig): {
13064
13064
  custom_login_page_preview?: string | undefined;
13065
13065
  form_template?: string | undefined;
13066
13066
  addons?: Record<string, any> | undefined;
13067
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
13067
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
13068
13068
  client_metadata?: Record<string, string> | undefined;
13069
13069
  hide_sign_up_disabled_error?: boolean | undefined;
13070
13070
  mobile?: Record<string, any> | undefined;
@@ -13144,7 +13144,7 @@ declare function init(config: AuthHeroConfig): {
13144
13144
  addons?: {
13145
13145
  [x: string]: any;
13146
13146
  } | undefined;
13147
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
13147
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
13148
13148
  client_metadata?: {
13149
13149
  [x: string]: string;
13150
13150
  } | undefined;
@@ -13266,7 +13266,7 @@ declare function init(config: AuthHeroConfig): {
13266
13266
  active?: boolean | undefined;
13267
13267
  } | undefined;
13268
13268
  signup?: {
13269
- status?: "optional" | "required" | "disabled" | undefined;
13269
+ status?: "required" | "optional" | "disabled" | undefined;
13270
13270
  verification?: {
13271
13271
  active?: boolean | undefined;
13272
13272
  } | undefined;
@@ -13283,7 +13283,7 @@ declare function init(config: AuthHeroConfig): {
13283
13283
  active?: boolean | undefined;
13284
13284
  } | undefined;
13285
13285
  signup?: {
13286
- status?: "optional" | "required" | "disabled" | undefined;
13286
+ status?: "required" | "optional" | "disabled" | undefined;
13287
13287
  } | undefined;
13288
13288
  validation?: {
13289
13289
  max_length?: number | undefined;
@@ -13300,7 +13300,7 @@ declare function init(config: AuthHeroConfig): {
13300
13300
  active?: boolean | undefined;
13301
13301
  } | undefined;
13302
13302
  signup?: {
13303
- status?: "optional" | "required" | "disabled" | undefined;
13303
+ status?: "required" | "optional" | "disabled" | undefined;
13304
13304
  } | undefined;
13305
13305
  } | undefined;
13306
13306
  } | undefined;
@@ -13420,7 +13420,7 @@ declare function init(config: AuthHeroConfig): {
13420
13420
  active?: boolean | undefined;
13421
13421
  } | undefined;
13422
13422
  signup?: {
13423
- status?: "optional" | "required" | "disabled" | undefined;
13423
+ status?: "required" | "optional" | "disabled" | undefined;
13424
13424
  verification?: {
13425
13425
  active?: boolean | undefined;
13426
13426
  } | undefined;
@@ -13437,7 +13437,7 @@ declare function init(config: AuthHeroConfig): {
13437
13437
  active?: boolean | undefined;
13438
13438
  } | undefined;
13439
13439
  signup?: {
13440
- status?: "optional" | "required" | "disabled" | undefined;
13440
+ status?: "required" | "optional" | "disabled" | undefined;
13441
13441
  } | undefined;
13442
13442
  validation?: {
13443
13443
  max_length?: number | undefined;
@@ -13454,7 +13454,7 @@ declare function init(config: AuthHeroConfig): {
13454
13454
  active?: boolean | undefined;
13455
13455
  } | undefined;
13456
13456
  signup?: {
13457
- status?: "optional" | "required" | "disabled" | undefined;
13457
+ status?: "required" | "optional" | "disabled" | undefined;
13458
13458
  } | undefined;
13459
13459
  } | undefined;
13460
13460
  } | undefined;
@@ -14408,7 +14408,7 @@ declare function init(config: AuthHeroConfig): {
14408
14408
  };
14409
14409
  };
14410
14410
  output: {
14411
- 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";
14411
+ type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "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";
14412
14412
  date: string;
14413
14413
  isMobile: boolean;
14414
14414
  log_id: string;
@@ -14447,7 +14447,7 @@ declare function init(config: AuthHeroConfig): {
14447
14447
  limit: number;
14448
14448
  length: number;
14449
14449
  logs: {
14450
- 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";
14450
+ type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "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";
14451
14451
  date: string;
14452
14452
  isMobile: boolean;
14453
14453
  log_id: string;
@@ -14762,7 +14762,7 @@ declare function init(config: AuthHeroConfig): {
14762
14762
  };
14763
14763
  } & {
14764
14764
  json: {
14765
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14765
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14766
14766
  body: string;
14767
14767
  from: string;
14768
14768
  subject: string;
@@ -14783,7 +14783,7 @@ declare function init(config: AuthHeroConfig): {
14783
14783
  };
14784
14784
  } & {
14785
14785
  json: {
14786
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14786
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14787
14787
  body: string;
14788
14788
  from: string;
14789
14789
  subject: string;
@@ -14795,7 +14795,7 @@ declare function init(config: AuthHeroConfig): {
14795
14795
  };
14796
14796
  };
14797
14797
  output: {
14798
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14798
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14799
14799
  body: string;
14800
14800
  from: string;
14801
14801
  subject: string;
@@ -14818,7 +14818,7 @@ declare function init(config: AuthHeroConfig): {
14818
14818
  };
14819
14819
  };
14820
14820
  output: {
14821
- name: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14821
+ name: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14822
14822
  body: string;
14823
14823
  subject: string;
14824
14824
  }[];
@@ -14831,7 +14831,7 @@ declare function init(config: AuthHeroConfig): {
14831
14831
  $get: {
14832
14832
  input: {
14833
14833
  param: {
14834
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14834
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14835
14835
  };
14836
14836
  } & {
14837
14837
  header: {
@@ -14844,7 +14844,7 @@ declare function init(config: AuthHeroConfig): {
14844
14844
  } | {
14845
14845
  input: {
14846
14846
  param: {
14847
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14847
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14848
14848
  };
14849
14849
  } & {
14850
14850
  header: {
@@ -14852,7 +14852,7 @@ declare function init(config: AuthHeroConfig): {
14852
14852
  };
14853
14853
  };
14854
14854
  output: {
14855
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14855
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14856
14856
  body: string;
14857
14857
  from: string;
14858
14858
  subject: string;
@@ -14871,7 +14871,7 @@ declare function init(config: AuthHeroConfig): {
14871
14871
  $put: {
14872
14872
  input: {
14873
14873
  param: {
14874
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14874
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14875
14875
  };
14876
14876
  } & {
14877
14877
  header: {
@@ -14879,7 +14879,7 @@ declare function init(config: AuthHeroConfig): {
14879
14879
  };
14880
14880
  } & {
14881
14881
  json: {
14882
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14882
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14883
14883
  body: string;
14884
14884
  subject: string;
14885
14885
  syntax?: "liquid" | undefined;
@@ -14891,7 +14891,7 @@ declare function init(config: AuthHeroConfig): {
14891
14891
  };
14892
14892
  };
14893
14893
  output: {
14894
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14894
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14895
14895
  body: string;
14896
14896
  from: string;
14897
14897
  subject: string;
@@ -14910,7 +14910,7 @@ declare function init(config: AuthHeroConfig): {
14910
14910
  $patch: {
14911
14911
  input: {
14912
14912
  param: {
14913
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14913
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14914
14914
  };
14915
14915
  } & {
14916
14916
  header: {
@@ -14918,7 +14918,7 @@ declare function init(config: AuthHeroConfig): {
14918
14918
  };
14919
14919
  } & {
14920
14920
  json: {
14921
- template?: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
14921
+ template?: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
14922
14922
  body?: string | undefined;
14923
14923
  from?: string | undefined;
14924
14924
  subject?: string | undefined;
@@ -14935,7 +14935,7 @@ declare function init(config: AuthHeroConfig): {
14935
14935
  } | {
14936
14936
  input: {
14937
14937
  param: {
14938
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14938
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14939
14939
  };
14940
14940
  } & {
14941
14941
  header: {
@@ -14943,7 +14943,7 @@ declare function init(config: AuthHeroConfig): {
14943
14943
  };
14944
14944
  } & {
14945
14945
  json: {
14946
- template?: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
14946
+ template?: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
14947
14947
  body?: string | undefined;
14948
14948
  from?: string | undefined;
14949
14949
  subject?: string | undefined;
@@ -14955,7 +14955,7 @@ declare function init(config: AuthHeroConfig): {
14955
14955
  };
14956
14956
  };
14957
14957
  output: {
14958
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14958
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14959
14959
  body: string;
14960
14960
  from: string;
14961
14961
  subject: string;
@@ -14974,7 +14974,7 @@ declare function init(config: AuthHeroConfig): {
14974
14974
  $delete: {
14975
14975
  input: {
14976
14976
  param: {
14977
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14977
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14978
14978
  };
14979
14979
  } & {
14980
14980
  header: {
@@ -14987,7 +14987,7 @@ declare function init(config: AuthHeroConfig): {
14987
14987
  } | {
14988
14988
  input: {
14989
14989
  param: {
14990
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14990
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
14991
14991
  };
14992
14992
  } & {
14993
14993
  header: {
@@ -15004,7 +15004,7 @@ declare function init(config: AuthHeroConfig): {
15004
15004
  $post: {
15005
15005
  input: {
15006
15006
  param: {
15007
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
15007
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
15008
15008
  };
15009
15009
  } & {
15010
15010
  header: {
@@ -15287,7 +15287,7 @@ declare function init(config: AuthHeroConfig): {
15287
15287
  type: "auth0_managed_certs" | "self_managed_certs";
15288
15288
  custom_domain_id: string;
15289
15289
  primary: boolean;
15290
- status: "pending" | "ready" | "disabled" | "pending_verification";
15290
+ status: "disabled" | "pending" | "ready" | "pending_verification";
15291
15291
  verification_method?: "txt" | undefined;
15292
15292
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15293
15293
  domain_metadata?: {
@@ -15328,7 +15328,7 @@ declare function init(config: AuthHeroConfig): {
15328
15328
  type: "auth0_managed_certs" | "self_managed_certs";
15329
15329
  custom_domain_id: string;
15330
15330
  primary: boolean;
15331
- status: "pending" | "ready" | "disabled" | "pending_verification";
15331
+ status: "disabled" | "pending" | "ready" | "pending_verification";
15332
15332
  verification_method?: "txt" | undefined;
15333
15333
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15334
15334
  domain_metadata?: {
@@ -15392,7 +15392,7 @@ declare function init(config: AuthHeroConfig): {
15392
15392
  type: "auth0_managed_certs" | "self_managed_certs";
15393
15393
  custom_domain_id: string;
15394
15394
  primary: boolean;
15395
- status: "pending" | "ready" | "disabled" | "pending_verification";
15395
+ status: "disabled" | "pending" | "ready" | "pending_verification";
15396
15396
  verification_method?: "txt" | undefined;
15397
15397
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15398
15398
  domain_metadata?: {
@@ -15439,7 +15439,7 @@ declare function init(config: AuthHeroConfig): {
15439
15439
  type: "auth0_managed_certs" | "self_managed_certs";
15440
15440
  custom_domain_id: string;
15441
15441
  primary: boolean;
15442
- status: "pending" | "ready" | "disabled" | "pending_verification";
15442
+ status: "disabled" | "pending" | "ready" | "pending_verification";
15443
15443
  verification_method?: "txt" | undefined;
15444
15444
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15445
15445
  domain_metadata?: {
@@ -15485,7 +15485,7 @@ declare function init(config: AuthHeroConfig): {
15485
15485
  type: "auth0_managed_certs" | "self_managed_certs";
15486
15486
  custom_domain_id: string;
15487
15487
  primary: boolean;
15488
- status: "pending" | "ready" | "disabled" | "pending_verification";
15488
+ status: "disabled" | "pending" | "ready" | "pending_verification";
15489
15489
  verification_method?: "txt" | undefined;
15490
15490
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15491
15491
  domain_metadata?: {
@@ -15526,7 +15526,7 @@ declare function init(config: AuthHeroConfig): {
15526
15526
  type: "auth0_managed_certs" | "self_managed_certs";
15527
15527
  custom_domain_id: string;
15528
15528
  primary: boolean;
15529
- status: "pending" | "ready" | "disabled" | "pending_verification";
15529
+ status: "disabled" | "pending" | "ready" | "pending_verification";
15530
15530
  verification_method?: "txt" | undefined;
15531
15531
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15532
15532
  domain_metadata?: {
@@ -15956,7 +15956,7 @@ declare function init(config: AuthHeroConfig): {
15956
15956
  } & {
15957
15957
  json: {
15958
15958
  body?: string | undefined;
15959
- screen?: "identifier" | "signup" | "password" | "login" | undefined;
15959
+ screen?: "password" | "identifier" | "signup" | "login" | undefined;
15960
15960
  branding?: {
15961
15961
  colors?: {
15962
15962
  primary: string;
@@ -16200,7 +16200,7 @@ declare function init(config: AuthHeroConfig): {
16200
16200
  output: {
16201
16201
  id: string;
16202
16202
  trigger_id: string;
16203
- status: "pending" | "unspecified" | "final" | "partial" | "canceled" | "suspended";
16203
+ status: "unspecified" | "pending" | "final" | "partial" | "canceled" | "suspended";
16204
16204
  results: {
16205
16205
  action_name: string;
16206
16206
  error: {
@@ -16247,7 +16247,7 @@ declare function init(config: AuthHeroConfig): {
16247
16247
  logs: {
16248
16248
  action_name: string;
16249
16249
  lines: {
16250
- level: "log" | "error" | "info" | "warn" | "debug";
16250
+ level: "error" | "log" | "info" | "warn" | "debug";
16251
16251
  message: string;
16252
16252
  }[];
16253
16253
  }[];
@@ -16914,7 +16914,7 @@ declare function init(config: AuthHeroConfig): {
16914
16914
  args: hono_utils_types.JSONValue[];
16915
16915
  }[];
16916
16916
  logs: {
16917
- level: "log" | "error" | "info" | "warn" | "debug";
16917
+ level: "error" | "log" | "info" | "warn" | "debug";
16918
16918
  message: string;
16919
16919
  }[];
16920
16920
  error?: string | undefined;
@@ -17225,7 +17225,7 @@ declare function init(config: AuthHeroConfig): {
17225
17225
  scope?: string | undefined;
17226
17226
  grant_types?: string[] | undefined;
17227
17227
  response_types?: string[] | undefined;
17228
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
17228
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
17229
17229
  jwks_uri?: string | undefined;
17230
17230
  jwks?: Record<string, unknown> | undefined;
17231
17231
  software_id?: string | undefined;
@@ -17314,7 +17314,7 @@ declare function init(config: AuthHeroConfig): {
17314
17314
  scope?: string | undefined;
17315
17315
  grant_types?: string[] | undefined;
17316
17316
  response_types?: string[] | undefined;
17317
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
17317
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
17318
17318
  jwks_uri?: string | undefined;
17319
17319
  jwks?: Record<string, unknown> | undefined;
17320
17320
  software_id?: string | undefined;
@@ -17661,16 +17661,16 @@ declare function init(config: AuthHeroConfig): {
17661
17661
  send: "code" | "link";
17662
17662
  authParams: {
17663
17663
  username?: string | undefined;
17664
- state?: string | undefined;
17665
17664
  audience?: string | undefined;
17665
+ scope?: string | undefined;
17666
+ state?: string | undefined;
17666
17667
  response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
17667
17668
  response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
17668
- scope?: string | undefined;
17669
+ prompt?: string | undefined;
17670
+ act_as?: string | undefined;
17671
+ redirect_uri?: string | undefined;
17669
17672
  organization?: string | undefined;
17670
17673
  nonce?: string | undefined;
17671
- redirect_uri?: string | undefined;
17672
- act_as?: string | undefined;
17673
- prompt?: string | undefined;
17674
17674
  code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
17675
17675
  code_challenge?: string | undefined;
17676
17676
  ui_locales?: string | undefined;
@@ -17697,16 +17697,16 @@ declare function init(config: AuthHeroConfig): {
17697
17697
  send: "code" | "link";
17698
17698
  authParams: {
17699
17699
  username?: string | undefined;
17700
- state?: string | undefined;
17701
17700
  audience?: string | undefined;
17701
+ scope?: string | undefined;
17702
+ state?: string | undefined;
17702
17703
  response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
17703
17704
  response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
17704
- scope?: string | undefined;
17705
+ prompt?: string | undefined;
17706
+ act_as?: string | undefined;
17707
+ redirect_uri?: string | undefined;
17705
17708
  organization?: string | undefined;
17706
17709
  nonce?: string | undefined;
17707
- redirect_uri?: string | undefined;
17708
- act_as?: string | undefined;
17709
- prompt?: string | undefined;
17710
17710
  code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
17711
17711
  code_challenge?: string | undefined;
17712
17712
  ui_locales?: string | undefined;
@@ -17840,14 +17840,14 @@ declare function init(config: AuthHeroConfig): {
17840
17840
  input: {
17841
17841
  form: {
17842
17842
  token: string;
17843
- token_type_hint?: "refresh_token" | "access_token" | undefined;
17843
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
17844
17844
  client_id?: string | undefined;
17845
17845
  client_secret?: string | undefined;
17846
17846
  };
17847
17847
  } & {
17848
17848
  json: {
17849
17849
  token: string;
17850
- token_type_hint?: "refresh_token" | "access_token" | undefined;
17850
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
17851
17851
  client_id?: string | undefined;
17852
17852
  client_secret?: string | undefined;
17853
17853
  };
@@ -17859,14 +17859,14 @@ declare function init(config: AuthHeroConfig): {
17859
17859
  input: {
17860
17860
  form: {
17861
17861
  token: string;
17862
- token_type_hint?: "refresh_token" | "access_token" | undefined;
17862
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
17863
17863
  client_id?: string | undefined;
17864
17864
  client_secret?: string | undefined;
17865
17865
  };
17866
17866
  } & {
17867
17867
  json: {
17868
17868
  token: string;
17869
- token_type_hint?: "refresh_token" | "access_token" | undefined;
17869
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
17870
17870
  client_id?: string | undefined;
17871
17871
  client_secret?: string | undefined;
17872
17872
  };
@@ -17881,14 +17881,14 @@ declare function init(config: AuthHeroConfig): {
17881
17881
  input: {
17882
17882
  form: {
17883
17883
  token: string;
17884
- token_type_hint?: "refresh_token" | "access_token" | undefined;
17884
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
17885
17885
  client_id?: string | undefined;
17886
17886
  client_secret?: string | undefined;
17887
17887
  };
17888
17888
  } & {
17889
17889
  json: {
17890
17890
  token: string;
17891
- token_type_hint?: "refresh_token" | "access_token" | undefined;
17891
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
17892
17892
  client_id?: string | undefined;
17893
17893
  client_secret?: string | undefined;
17894
17894
  };
@@ -17938,7 +17938,7 @@ declare function init(config: AuthHeroConfig): {
17938
17938
  client_id: string;
17939
17939
  username: string;
17940
17940
  otp: string;
17941
- realm: "sms" | "email";
17941
+ realm: "email" | "sms";
17942
17942
  } | {
17943
17943
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
17944
17944
  subject_token: string;
@@ -17985,7 +17985,7 @@ declare function init(config: AuthHeroConfig): {
17985
17985
  client_id: string;
17986
17986
  username: string;
17987
17987
  otp: string;
17988
- realm: "sms" | "email";
17988
+ realm: "email" | "sms";
17989
17989
  } | {
17990
17990
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
17991
17991
  subject_token: string;
@@ -18037,7 +18037,7 @@ declare function init(config: AuthHeroConfig): {
18037
18037
  client_id: string;
18038
18038
  username: string;
18039
18039
  otp: string;
18040
- realm: "sms" | "email";
18040
+ realm: "email" | "sms";
18041
18041
  } | {
18042
18042
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18043
18043
  subject_token: string;
@@ -18084,7 +18084,7 @@ declare function init(config: AuthHeroConfig): {
18084
18084
  client_id: string;
18085
18085
  username: string;
18086
18086
  otp: string;
18087
- realm: "sms" | "email";
18087
+ realm: "email" | "sms";
18088
18088
  } | {
18089
18089
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18090
18090
  subject_token: string;
@@ -18144,7 +18144,7 @@ declare function init(config: AuthHeroConfig): {
18144
18144
  client_id: string;
18145
18145
  username: string;
18146
18146
  otp: string;
18147
- realm: "sms" | "email";
18147
+ realm: "email" | "sms";
18148
18148
  } | {
18149
18149
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18150
18150
  subject_token: string;
@@ -18191,7 +18191,7 @@ declare function init(config: AuthHeroConfig): {
18191
18191
  client_id: string;
18192
18192
  username: string;
18193
18193
  otp: string;
18194
- realm: "sms" | "email";
18194
+ realm: "email" | "sms";
18195
18195
  } | {
18196
18196
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18197
18197
  subject_token: string;
@@ -18246,7 +18246,7 @@ declare function init(config: AuthHeroConfig): {
18246
18246
  client_id: string;
18247
18247
  username: string;
18248
18248
  otp: string;
18249
- realm: "sms" | "email";
18249
+ realm: "email" | "sms";
18250
18250
  } | {
18251
18251
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18252
18252
  subject_token: string;
@@ -18293,7 +18293,7 @@ declare function init(config: AuthHeroConfig): {
18293
18293
  client_id: string;
18294
18294
  username: string;
18295
18295
  otp: string;
18296
- realm: "sms" | "email";
18296
+ realm: "email" | "sms";
18297
18297
  } | {
18298
18298
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18299
18299
  subject_token: string;
@@ -18348,7 +18348,7 @@ declare function init(config: AuthHeroConfig): {
18348
18348
  client_id: string;
18349
18349
  username: string;
18350
18350
  otp: string;
18351
- realm: "sms" | "email";
18351
+ realm: "email" | "sms";
18352
18352
  } | {
18353
18353
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18354
18354
  subject_token: string;
@@ -18395,7 +18395,7 @@ declare function init(config: AuthHeroConfig): {
18395
18395
  client_id: string;
18396
18396
  username: string;
18397
18397
  otp: string;
18398
- realm: "sms" | "email";
18398
+ realm: "email" | "sms";
18399
18399
  } | {
18400
18400
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18401
18401
  subject_token: string;
@@ -19236,7 +19236,7 @@ declare function init(config: AuthHeroConfig): {
19236
19236
  } & {
19237
19237
  form: {
19238
19238
  username: string;
19239
- login_selection?: "code" | "password" | undefined;
19239
+ login_selection?: "password" | "code" | undefined;
19240
19240
  };
19241
19241
  };
19242
19242
  output: {};
@@ -19250,7 +19250,7 @@ declare function init(config: AuthHeroConfig): {
19250
19250
  } & {
19251
19251
  form: {
19252
19252
  username: string;
19253
- login_selection?: "code" | "password" | undefined;
19253
+ login_selection?: "password" | "code" | undefined;
19254
19254
  };
19255
19255
  };
19256
19256
  output: {};
@@ -19615,7 +19615,7 @@ declare function init(config: AuthHeroConfig): {
19615
19615
  $get: {
19616
19616
  input: {
19617
19617
  param: {
19618
- 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";
19618
+ screen: "signup" | "login" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "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";
19619
19619
  };
19620
19620
  } & {
19621
19621
  query: {
@@ -19631,7 +19631,7 @@ declare function init(config: AuthHeroConfig): {
19631
19631
  } | {
19632
19632
  input: {
19633
19633
  param: {
19634
- 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";
19634
+ screen: "signup" | "login" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "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";
19635
19635
  };
19636
19636
  } & {
19637
19637
  query: {
@@ -19647,7 +19647,7 @@ declare function init(config: AuthHeroConfig): {
19647
19647
  } | {
19648
19648
  input: {
19649
19649
  param: {
19650
- 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";
19650
+ screen: "signup" | "login" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "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";
19651
19651
  };
19652
19652
  } & {
19653
19653
  query: {
@@ -19667,7 +19667,7 @@ declare function init(config: AuthHeroConfig): {
19667
19667
  $post: {
19668
19668
  input: {
19669
19669
  param: {
19670
- 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";
19670
+ screen: "signup" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "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";
19671
19671
  };
19672
19672
  } & {
19673
19673
  query: {
@@ -19685,7 +19685,7 @@ declare function init(config: AuthHeroConfig): {
19685
19685
  } | {
19686
19686
  input: {
19687
19687
  param: {
19688
- 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";
19688
+ screen: "signup" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "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";
19689
19689
  };
19690
19690
  } & {
19691
19691
  query: {