authhero 9.4.0 → 9.4.1

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.
@@ -80,8 +80,8 @@ export declare function init(config: AuthHeroConfig): {
80
80
  $get: {
81
81
  input: {
82
82
  query: {
83
- include_password_hashes?: "true" | "false" | undefined;
84
- gzip?: "true" | "false" | undefined;
83
+ include_password_hashes?: "false" | "true" | undefined;
84
+ gzip?: "false" | "true" | undefined;
85
85
  };
86
86
  } & {
87
87
  header: {
@@ -94,8 +94,8 @@ export declare function init(config: AuthHeroConfig): {
94
94
  } | {
95
95
  input: {
96
96
  query: {
97
- include_password_hashes?: "true" | "false" | undefined;
98
- gzip?: "true" | "false" | undefined;
97
+ include_password_hashes?: "false" | "true" | undefined;
98
+ gzip?: "false" | "true" | undefined;
99
99
  };
100
100
  } & {
101
101
  header: {
@@ -114,7 +114,7 @@ export declare function init(config: AuthHeroConfig): {
114
114
  $post: {
115
115
  input: {
116
116
  query: {
117
- include_password_hashes?: "true" | "false" | undefined;
117
+ include_password_hashes?: "false" | "true" | undefined;
118
118
  };
119
119
  } & {
120
120
  header: {
@@ -168,7 +168,7 @@ export declare function init(config: AuthHeroConfig): {
168
168
  };
169
169
  } & {
170
170
  json: {
171
- type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
171
+ type: "email" | "passkey" | "push" | "webauthn-roaming" | "webauthn-platform" | "phone" | "totp";
172
172
  phone_number?: string | undefined;
173
173
  totp_secret?: string | undefined;
174
174
  credential_id?: string | undefined;
@@ -308,7 +308,7 @@ export declare function init(config: AuthHeroConfig): {
308
308
  };
309
309
  };
310
310
  output: {
311
- name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
311
+ name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
312
312
  enabled: boolean;
313
313
  trial_expired?: boolean | undefined;
314
314
  }[];
@@ -463,7 +463,7 @@ export declare function init(config: AuthHeroConfig): {
463
463
  $get: {
464
464
  input: {
465
465
  param: {
466
- factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
466
+ factor_name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
467
467
  };
468
468
  } & {
469
469
  header: {
@@ -471,7 +471,7 @@ export declare function init(config: AuthHeroConfig): {
471
471
  };
472
472
  };
473
473
  output: {
474
- name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
474
+ name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
475
475
  enabled: boolean;
476
476
  trial_expired?: boolean | undefined;
477
477
  };
@@ -484,7 +484,7 @@ export declare function init(config: AuthHeroConfig): {
484
484
  $put: {
485
485
  input: {
486
486
  param: {
487
- factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
487
+ factor_name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
488
488
  };
489
489
  } & {
490
490
  header: {
@@ -496,7 +496,7 @@ export declare function init(config: AuthHeroConfig): {
496
496
  };
497
497
  };
498
498
  output: {
499
- name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
499
+ name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
500
500
  enabled: boolean;
501
501
  trial_expired?: boolean | undefined;
502
502
  };
@@ -1268,19 +1268,19 @@ export declare function init(config: AuthHeroConfig): {
1268
1268
  } & {
1269
1269
  json: {
1270
1270
  client_id: string;
1271
- invitee: {
1272
- email?: string | undefined;
1273
- };
1274
1271
  inviter: {
1275
1272
  name?: string | undefined;
1276
1273
  };
1274
+ invitee: {
1275
+ email?: string | undefined;
1276
+ };
1277
1277
  id?: string | undefined;
1278
1278
  app_metadata?: Record<string, any> | undefined;
1279
1279
  user_metadata?: Record<string, any> | undefined;
1280
1280
  connection_id?: string | undefined;
1281
1281
  roles?: string[] | undefined;
1282
- send_invitation_email?: boolean | undefined;
1283
1282
  ttl_sec?: number | undefined;
1283
+ send_invitation_email?: boolean | undefined;
1284
1284
  };
1285
1285
  };
1286
1286
  output: {
@@ -2035,9 +2035,9 @@ export declare function init(config: AuthHeroConfig): {
2035
2035
  };
2036
2036
  } & {
2037
2037
  query: {
2038
+ from?: string | undefined;
2038
2039
  page?: string | undefined;
2039
2040
  include_totals?: string | undefined;
2040
- from?: string | undefined;
2041
2041
  per_page?: string | undefined;
2042
2042
  take?: string | undefined;
2043
2043
  };
@@ -6993,7 +6993,7 @@ export declare function init(config: AuthHeroConfig): {
6993
6993
  };
6994
6994
  };
6995
6995
  output: {
6996
- universal_login_experience: "new" | "classic";
6996
+ universal_login_experience: "classic" | "new";
6997
6997
  identifier_first: boolean;
6998
6998
  password_first: boolean;
6999
6999
  show_last_used_connection: boolean;
@@ -7012,7 +7012,7 @@ export declare function init(config: AuthHeroConfig): {
7012
7012
  };
7013
7013
  } & {
7014
7014
  json: {
7015
- universal_login_experience?: "new" | "classic" | undefined;
7015
+ universal_login_experience?: "classic" | "new" | undefined;
7016
7016
  identifier_first?: boolean | undefined;
7017
7017
  password_first?: boolean | undefined;
7018
7018
  show_last_used_connection?: boolean | undefined;
@@ -7033,7 +7033,7 @@ export declare function init(config: AuthHeroConfig): {
7033
7033
  };
7034
7034
  };
7035
7035
  output: {
7036
- prompt: "common" | "status" | "login" | "mfa" | "organizations" | "signup" | "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" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7036
+ prompt: "signup" | "status" | "mfa" | "organizations" | "login" | "email-otp-challenge" | "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" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7037
7037
  language: string;
7038
7038
  }[];
7039
7039
  outputFormat: "json";
@@ -7071,7 +7071,7 @@ export declare function init(config: AuthHeroConfig): {
7071
7071
  $get: {
7072
7072
  input: {
7073
7073
  param: {
7074
- prompt: "common" | "status" | "login" | "mfa" | "organizations" | "signup" | "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" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7074
+ prompt: "signup" | "status" | "mfa" | "organizations" | "login" | "email-otp-challenge" | "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" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7075
7075
  language: string;
7076
7076
  };
7077
7077
  } & {
@@ -7093,7 +7093,7 @@ export declare function init(config: AuthHeroConfig): {
7093
7093
  $put: {
7094
7094
  input: {
7095
7095
  param: {
7096
- prompt: "common" | "status" | "login" | "mfa" | "organizations" | "signup" | "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" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7096
+ prompt: "signup" | "status" | "mfa" | "organizations" | "login" | "email-otp-challenge" | "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" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7097
7097
  language: string;
7098
7098
  };
7099
7099
  } & {
@@ -7117,7 +7117,7 @@ export declare function init(config: AuthHeroConfig): {
7117
7117
  $delete: {
7118
7118
  input: {
7119
7119
  param: {
7120
- prompt: "common" | "status" | "login" | "mfa" | "organizations" | "signup" | "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" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7120
+ prompt: "signup" | "status" | "mfa" | "organizations" | "login" | "email-otp-challenge" | "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" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7121
7121
  language: string;
7122
7122
  };
7123
7123
  } & {
@@ -7260,7 +7260,7 @@ export declare function init(config: AuthHeroConfig): {
7260
7260
  } | undefined;
7261
7261
  } | undefined;
7262
7262
  passkey_options?: {
7263
- challenge_ui?: "button" | "both" | "autofill" | undefined;
7263
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
7264
7264
  local_enrollment_enabled?: boolean | undefined;
7265
7265
  progressive_enrollment_enabled?: boolean | undefined;
7266
7266
  } | undefined;
@@ -7398,7 +7398,7 @@ export declare function init(config: AuthHeroConfig): {
7398
7398
  } | undefined;
7399
7399
  } | undefined;
7400
7400
  passkey_options?: {
7401
- challenge_ui?: "button" | "both" | "autofill" | undefined;
7401
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
7402
7402
  local_enrollment_enabled?: boolean | undefined;
7403
7403
  progressive_enrollment_enabled?: boolean | undefined;
7404
7404
  } | undefined;
@@ -7552,7 +7552,7 @@ export declare function init(config: AuthHeroConfig): {
7552
7552
  } | undefined;
7553
7553
  } | undefined;
7554
7554
  passkey_options?: {
7555
- challenge_ui?: "button" | "both" | "autofill" | undefined;
7555
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
7556
7556
  local_enrollment_enabled?: boolean | undefined;
7557
7557
  progressive_enrollment_enabled?: boolean | undefined;
7558
7558
  } | undefined;
@@ -7735,7 +7735,7 @@ export declare function init(config: AuthHeroConfig): {
7735
7735
  } | undefined;
7736
7736
  } | undefined;
7737
7737
  passkey_options?: {
7738
- challenge_ui?: "button" | "both" | "autofill" | undefined;
7738
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
7739
7739
  local_enrollment_enabled?: boolean | undefined;
7740
7740
  progressive_enrollment_enabled?: boolean | undefined;
7741
7741
  } | undefined;
@@ -7897,7 +7897,7 @@ export declare function init(config: AuthHeroConfig): {
7897
7897
  } | undefined;
7898
7898
  } | undefined;
7899
7899
  passkey_options?: {
7900
- challenge_ui?: "button" | "both" | "autofill" | undefined;
7900
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
7901
7901
  local_enrollment_enabled?: boolean | undefined;
7902
7902
  progressive_enrollment_enabled?: boolean | undefined;
7903
7903
  } | undefined;
@@ -8729,7 +8729,7 @@ export declare function init(config: AuthHeroConfig): {
8729
8729
  log_type: string;
8730
8730
  category: "user_action" | "admin_action" | "system" | "api";
8731
8731
  actor: {
8732
- type: "user" | "api_key" | "client_credentials" | "system" | "admin";
8732
+ type: "user" | "client_credentials" | "system" | "admin" | "api_key";
8733
8733
  id?: string | undefined;
8734
8734
  email?: string | undefined;
8735
8735
  org_id?: string | undefined;
@@ -9040,7 +9040,7 @@ export declare function init(config: AuthHeroConfig): {
9040
9040
  created_at: string;
9041
9041
  updated_at: string;
9042
9042
  name: string;
9043
- provider: "auth0" | "oidc" | "okta" | "cognito";
9043
+ provider: "auth0" | "cognito" | "okta" | "oidc";
9044
9044
  connection: string;
9045
9045
  enabled: boolean;
9046
9046
  credentials: {
@@ -9072,7 +9072,7 @@ export declare function init(config: AuthHeroConfig): {
9072
9072
  created_at: string;
9073
9073
  updated_at: string;
9074
9074
  name: string;
9075
- provider: "auth0" | "oidc" | "okta" | "cognito";
9075
+ provider: "auth0" | "cognito" | "okta" | "oidc";
9076
9076
  connection: string;
9077
9077
  enabled: boolean;
9078
9078
  credentials: {
@@ -9098,7 +9098,7 @@ export declare function init(config: AuthHeroConfig): {
9098
9098
  } & {
9099
9099
  json: {
9100
9100
  name: string;
9101
- provider: "auth0" | "oidc" | "okta" | "cognito";
9101
+ provider: "auth0" | "cognito" | "okta" | "oidc";
9102
9102
  connection: string;
9103
9103
  credentials: {
9104
9104
  domain: string;
@@ -9115,7 +9115,7 @@ export declare function init(config: AuthHeroConfig): {
9115
9115
  created_at: string;
9116
9116
  updated_at: string;
9117
9117
  name: string;
9118
- provider: "auth0" | "oidc" | "okta" | "cognito";
9118
+ provider: "auth0" | "cognito" | "okta" | "oidc";
9119
9119
  connection: string;
9120
9120
  enabled: boolean;
9121
9121
  credentials: {
@@ -9146,7 +9146,7 @@ export declare function init(config: AuthHeroConfig): {
9146
9146
  json: {
9147
9147
  id?: string | undefined;
9148
9148
  name?: string | undefined;
9149
- provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
9149
+ provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
9150
9150
  connection?: string | undefined;
9151
9151
  enabled?: boolean | undefined;
9152
9152
  credentials?: {
@@ -9162,7 +9162,7 @@ export declare function init(config: AuthHeroConfig): {
9162
9162
  created_at: string;
9163
9163
  updated_at: string;
9164
9164
  name: string;
9165
- provider: "auth0" | "oidc" | "okta" | "cognito";
9165
+ provider: "auth0" | "cognito" | "okta" | "oidc";
9166
9166
  connection: string;
9167
9167
  enabled: boolean;
9168
9168
  credentials: {
@@ -9380,7 +9380,7 @@ export declare function init(config: AuthHeroConfig): {
9380
9380
  };
9381
9381
  };
9382
9382
  output: {
9383
- type: "i" | "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9383
+ 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";
9384
9384
  date: string;
9385
9385
  isMobile: boolean;
9386
9386
  log_id: string;
@@ -9419,7 +9419,7 @@ export declare function init(config: AuthHeroConfig): {
9419
9419
  limit: number;
9420
9420
  length: number;
9421
9421
  logs: {
9422
- type: "i" | "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9422
+ 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";
9423
9423
  date: string;
9424
9424
  isMobile: boolean;
9425
9425
  log_id: string;
@@ -9458,7 +9458,7 @@ export declare function init(config: AuthHeroConfig): {
9458
9458
  next?: string | undefined;
9459
9459
  } | {
9460
9460
  logs: {
9461
- type: "i" | "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9461
+ 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";
9462
9462
  date: string;
9463
9463
  isMobile: boolean;
9464
9464
  log_id: string;
@@ -9512,7 +9512,7 @@ export declare function init(config: AuthHeroConfig): {
9512
9512
  };
9513
9513
  };
9514
9514
  output: {
9515
- type: "i" | "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9515
+ 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";
9516
9516
  date: string;
9517
9517
  isMobile: boolean;
9518
9518
  log_id: string;
@@ -10804,7 +10804,7 @@ export declare function init(config: AuthHeroConfig): {
10804
10804
  } | undefined;
10805
10805
  } | undefined;
10806
10806
  passkey_options?: {
10807
- challenge_ui?: "button" | "both" | "autofill" | undefined;
10807
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
10808
10808
  local_enrollment_enabled?: boolean | undefined;
10809
10809
  progressive_enrollment_enabled?: boolean | undefined;
10810
10810
  } | undefined;
@@ -10962,7 +10962,7 @@ export declare function init(config: AuthHeroConfig): {
10962
10962
  } | undefined;
10963
10963
  } | undefined;
10964
10964
  passkey_options?: {
10965
- challenge_ui?: "button" | "both" | "autofill" | undefined;
10965
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
10966
10966
  local_enrollment_enabled?: boolean | undefined;
10967
10967
  progressive_enrollment_enabled?: boolean | undefined;
10968
10968
  } | undefined;
@@ -11984,7 +11984,7 @@ export declare function init(config: AuthHeroConfig): {
11984
11984
  };
11985
11985
  };
11986
11986
  output: {
11987
- type: "i" | "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11987
+ 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";
11988
11988
  date: string;
11989
11989
  isMobile: boolean;
11990
11990
  log_id: string;
@@ -12023,7 +12023,7 @@ export declare function init(config: AuthHeroConfig): {
12023
12023
  limit: number;
12024
12024
  length: number;
12025
12025
  logs: {
12026
- type: "i" | "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
12026
+ 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";
12027
12027
  date: string;
12028
12028
  isMobile: boolean;
12029
12029
  log_id: string;
@@ -12342,7 +12342,7 @@ export declare function init(config: AuthHeroConfig): {
12342
12342
  };
12343
12343
  } & {
12344
12344
  json: {
12345
- template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12345
+ 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";
12346
12346
  body: string;
12347
12347
  from: string;
12348
12348
  subject: string;
@@ -12363,7 +12363,7 @@ export declare function init(config: AuthHeroConfig): {
12363
12363
  };
12364
12364
  } & {
12365
12365
  json: {
12366
- template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12366
+ 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";
12367
12367
  body: string;
12368
12368
  from: string;
12369
12369
  subject: string;
@@ -12375,7 +12375,7 @@ export declare function init(config: AuthHeroConfig): {
12375
12375
  };
12376
12376
  };
12377
12377
  output: {
12378
- template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12378
+ 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";
12379
12379
  body: string;
12380
12380
  from: string;
12381
12381
  subject: string;
@@ -12398,7 +12398,7 @@ export declare function init(config: AuthHeroConfig): {
12398
12398
  };
12399
12399
  };
12400
12400
  output: {
12401
- name: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12401
+ 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";
12402
12402
  body: string;
12403
12403
  subject: string;
12404
12404
  }[];
@@ -12411,7 +12411,7 @@ export declare function init(config: AuthHeroConfig): {
12411
12411
  $get: {
12412
12412
  input: {
12413
12413
  param: {
12414
- templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12414
+ 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";
12415
12415
  };
12416
12416
  } & {
12417
12417
  header: {
@@ -12424,7 +12424,7 @@ export declare function init(config: AuthHeroConfig): {
12424
12424
  } | {
12425
12425
  input: {
12426
12426
  param: {
12427
- templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12427
+ 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";
12428
12428
  };
12429
12429
  } & {
12430
12430
  header: {
@@ -12432,7 +12432,7 @@ export declare function init(config: AuthHeroConfig): {
12432
12432
  };
12433
12433
  };
12434
12434
  output: {
12435
- template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12435
+ 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";
12436
12436
  body: string;
12437
12437
  from: string;
12438
12438
  subject: string;
@@ -12451,7 +12451,7 @@ export declare function init(config: AuthHeroConfig): {
12451
12451
  $put: {
12452
12452
  input: {
12453
12453
  param: {
12454
- templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12454
+ 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";
12455
12455
  };
12456
12456
  } & {
12457
12457
  header: {
@@ -12459,7 +12459,7 @@ export declare function init(config: AuthHeroConfig): {
12459
12459
  };
12460
12460
  } & {
12461
12461
  json: {
12462
- template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12462
+ 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";
12463
12463
  body: string;
12464
12464
  subject: string;
12465
12465
  syntax?: "liquid" | undefined;
@@ -12471,7 +12471,7 @@ export declare function init(config: AuthHeroConfig): {
12471
12471
  };
12472
12472
  };
12473
12473
  output: {
12474
- template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12474
+ 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";
12475
12475
  body: string;
12476
12476
  from: string;
12477
12477
  subject: string;
@@ -12490,7 +12490,7 @@ export declare function init(config: AuthHeroConfig): {
12490
12490
  $patch: {
12491
12491
  input: {
12492
12492
  param: {
12493
- templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12493
+ 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";
12494
12494
  };
12495
12495
  } & {
12496
12496
  header: {
@@ -12498,7 +12498,7 @@ export declare function init(config: AuthHeroConfig): {
12498
12498
  };
12499
12499
  } & {
12500
12500
  json: {
12501
- template?: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
12501
+ 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;
12502
12502
  body?: string | undefined;
12503
12503
  from?: string | undefined;
12504
12504
  subject?: string | undefined;
@@ -12515,7 +12515,7 @@ export declare function init(config: AuthHeroConfig): {
12515
12515
  } | {
12516
12516
  input: {
12517
12517
  param: {
12518
- templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12518
+ 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";
12519
12519
  };
12520
12520
  } & {
12521
12521
  header: {
@@ -12523,7 +12523,7 @@ export declare function init(config: AuthHeroConfig): {
12523
12523
  };
12524
12524
  } & {
12525
12525
  json: {
12526
- template?: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
12526
+ 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;
12527
12527
  body?: string | undefined;
12528
12528
  from?: string | undefined;
12529
12529
  subject?: string | undefined;
@@ -12535,7 +12535,7 @@ export declare function init(config: AuthHeroConfig): {
12535
12535
  };
12536
12536
  };
12537
12537
  output: {
12538
- template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12538
+ 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";
12539
12539
  body: string;
12540
12540
  from: string;
12541
12541
  subject: string;
@@ -12554,7 +12554,7 @@ export declare function init(config: AuthHeroConfig): {
12554
12554
  $delete: {
12555
12555
  input: {
12556
12556
  param: {
12557
- templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12557
+ 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";
12558
12558
  };
12559
12559
  } & {
12560
12560
  header: {
@@ -12567,7 +12567,7 @@ export declare function init(config: AuthHeroConfig): {
12567
12567
  } | {
12568
12568
  input: {
12569
12569
  param: {
12570
- templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12570
+ 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";
12571
12571
  };
12572
12572
  } & {
12573
12573
  header: {
@@ -12584,7 +12584,7 @@ export declare function init(config: AuthHeroConfig): {
12584
12584
  $post: {
12585
12585
  input: {
12586
12586
  param: {
12587
- templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12587
+ 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";
12588
12588
  };
12589
12589
  } & {
12590
12590
  header: {
@@ -12867,7 +12867,7 @@ export declare function init(config: AuthHeroConfig): {
12867
12867
  type: "auth0_managed_certs" | "self_managed_certs";
12868
12868
  custom_domain_id: string;
12869
12869
  primary: boolean;
12870
- status: "pending" | "ready" | "disabled" | "pending_verification";
12870
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12871
12871
  verification_method?: "txt" | undefined;
12872
12872
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12873
12873
  domain_metadata?: {
@@ -12908,7 +12908,7 @@ export declare function init(config: AuthHeroConfig): {
12908
12908
  type: "auth0_managed_certs" | "self_managed_certs";
12909
12909
  custom_domain_id: string;
12910
12910
  primary: boolean;
12911
- status: "pending" | "ready" | "disabled" | "pending_verification";
12911
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12912
12912
  verification_method?: "txt" | undefined;
12913
12913
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12914
12914
  domain_metadata?: {
@@ -12972,7 +12972,7 @@ export declare function init(config: AuthHeroConfig): {
12972
12972
  type: "auth0_managed_certs" | "self_managed_certs";
12973
12973
  custom_domain_id: string;
12974
12974
  primary: boolean;
12975
- status: "pending" | "ready" | "disabled" | "pending_verification";
12975
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12976
12976
  verification_method?: "txt" | undefined;
12977
12977
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12978
12978
  domain_metadata?: {
@@ -13019,7 +13019,7 @@ export declare function init(config: AuthHeroConfig): {
13019
13019
  type: "auth0_managed_certs" | "self_managed_certs";
13020
13020
  custom_domain_id: string;
13021
13021
  primary: boolean;
13022
- status: "pending" | "ready" | "disabled" | "pending_verification";
13022
+ status: "disabled" | "pending" | "ready" | "pending_verification";
13023
13023
  verification_method?: "txt" | undefined;
13024
13024
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
13025
13025
  domain_metadata?: {
@@ -13065,7 +13065,7 @@ export declare function init(config: AuthHeroConfig): {
13065
13065
  type: "auth0_managed_certs" | "self_managed_certs";
13066
13066
  custom_domain_id: string;
13067
13067
  primary: boolean;
13068
- status: "pending" | "ready" | "disabled" | "pending_verification";
13068
+ status: "disabled" | "pending" | "ready" | "pending_verification";
13069
13069
  verification_method?: "txt" | undefined;
13070
13070
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
13071
13071
  domain_metadata?: {
@@ -13106,7 +13106,7 @@ export declare function init(config: AuthHeroConfig): {
13106
13106
  type: "auth0_managed_certs" | "self_managed_certs";
13107
13107
  custom_domain_id: string;
13108
13108
  primary: boolean;
13109
- status: "pending" | "ready" | "disabled" | "pending_verification";
13109
+ status: "disabled" | "pending" | "ready" | "pending_verification";
13110
13110
  verification_method?: "txt" | undefined;
13111
13111
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
13112
13112
  domain_metadata?: {
@@ -13154,7 +13154,7 @@ export declare function init(config: AuthHeroConfig): {
13154
13154
  base_focus_color: string;
13155
13155
  base_hover_color: string;
13156
13156
  body_text: string;
13157
- captcha_widget_theme: "auto" | "light" | "dark";
13157
+ captcha_widget_theme: "dark" | "light" | "auto";
13158
13158
  error: string;
13159
13159
  header: string;
13160
13160
  icons: string;
@@ -13205,7 +13205,7 @@ export declare function init(config: AuthHeroConfig): {
13205
13205
  background_color: string;
13206
13206
  background_image_url: string;
13207
13207
  page_layout: "center" | "left" | "right";
13208
- logo_placement?: "widget" | "chip" | "none" | undefined;
13208
+ logo_placement?: "none" | "widget" | "chip" | undefined;
13209
13209
  };
13210
13210
  widget: {
13211
13211
  header_text_alignment: "center" | "left" | "right";
@@ -13244,7 +13244,7 @@ export declare function init(config: AuthHeroConfig): {
13244
13244
  base_focus_color: string;
13245
13245
  base_hover_color: string;
13246
13246
  body_text: string;
13247
- captcha_widget_theme: "auto" | "light" | "dark";
13247
+ captcha_widget_theme: "dark" | "light" | "auto";
13248
13248
  error: string;
13249
13249
  header: string;
13250
13250
  icons: string;
@@ -13295,7 +13295,7 @@ export declare function init(config: AuthHeroConfig): {
13295
13295
  background_color: string;
13296
13296
  background_image_url: string;
13297
13297
  page_layout: "center" | "left" | "right";
13298
- logo_placement?: "widget" | "chip" | "none" | undefined;
13298
+ logo_placement?: "none" | "widget" | "chip" | undefined;
13299
13299
  };
13300
13300
  widget: {
13301
13301
  header_text_alignment: "center" | "left" | "right";
@@ -13323,7 +13323,7 @@ export declare function init(config: AuthHeroConfig): {
13323
13323
  base_focus_color: string;
13324
13324
  base_hover_color: string;
13325
13325
  body_text: string;
13326
- captcha_widget_theme: "auto" | "light" | "dark";
13326
+ captcha_widget_theme: "dark" | "light" | "auto";
13327
13327
  error: string;
13328
13328
  header: string;
13329
13329
  icons: string;
@@ -13374,7 +13374,7 @@ export declare function init(config: AuthHeroConfig): {
13374
13374
  background_color: string;
13375
13375
  background_image_url: string;
13376
13376
  page_layout: "center" | "left" | "right";
13377
- logo_placement?: "widget" | "chip" | "none" | undefined;
13377
+ logo_placement?: "none" | "widget" | "chip" | undefined;
13378
13378
  };
13379
13379
  widget: {
13380
13380
  header_text_alignment: "center" | "left" | "right";
@@ -13413,7 +13413,7 @@ export declare function init(config: AuthHeroConfig): {
13413
13413
  font?: {
13414
13414
  url: string;
13415
13415
  } | undefined;
13416
- dark_mode?: "auto" | "light" | "dark" | undefined;
13416
+ dark_mode?: "dark" | "light" | "auto" | undefined;
13417
13417
  };
13418
13418
  outputFormat: "json";
13419
13419
  status: 200;
@@ -13443,7 +13443,7 @@ export declare function init(config: AuthHeroConfig): {
13443
13443
  font?: {
13444
13444
  url: string;
13445
13445
  } | undefined;
13446
- dark_mode?: "auto" | "light" | "dark" | undefined;
13446
+ dark_mode?: "dark" | "light" | "auto" | undefined;
13447
13447
  };
13448
13448
  };
13449
13449
  output: {
@@ -13462,7 +13462,7 @@ export declare function init(config: AuthHeroConfig): {
13462
13462
  font?: {
13463
13463
  url: string;
13464
13464
  } | undefined;
13465
- dark_mode?: "auto" | "light" | "dark" | undefined;
13465
+ dark_mode?: "dark" | "light" | "auto" | undefined;
13466
13466
  };
13467
13467
  outputFormat: "json";
13468
13468
  status: 200;
@@ -13536,7 +13536,7 @@ export declare function init(config: AuthHeroConfig): {
13536
13536
  } & {
13537
13537
  json: {
13538
13538
  body?: string | undefined;
13539
- screen?: "password" | "login" | "signup" | "identifier" | undefined;
13539
+ screen?: "identifier" | "signup" | "password" | "login" | undefined;
13540
13540
  branding?: {
13541
13541
  colors?: {
13542
13542
  primary: string;
@@ -13553,7 +13553,7 @@ export declare function init(config: AuthHeroConfig): {
13553
13553
  font?: {
13554
13554
  url: string;
13555
13555
  } | undefined;
13556
- dark_mode?: "auto" | "light" | "dark" | undefined;
13556
+ dark_mode?: "dark" | "light" | "auto" | undefined;
13557
13557
  } | undefined;
13558
13558
  theme?: {
13559
13559
  borders?: {
@@ -13571,7 +13571,7 @@ export declare function init(config: AuthHeroConfig): {
13571
13571
  base_focus_color: string;
13572
13572
  base_hover_color: string;
13573
13573
  body_text: string;
13574
- captcha_widget_theme: "auto" | "light" | "dark";
13574
+ captcha_widget_theme: "dark" | "light" | "auto";
13575
13575
  error: string;
13576
13576
  header: string;
13577
13577
  icons: string;
@@ -13622,7 +13622,7 @@ export declare function init(config: AuthHeroConfig): {
13622
13622
  background_color: string;
13623
13623
  background_image_url: string;
13624
13624
  page_layout: "center" | "left" | "right";
13625
- logo_placement?: "widget" | "chip" | "none" | undefined;
13625
+ logo_placement?: "none" | "widget" | "chip" | undefined;
13626
13626
  } | undefined;
13627
13627
  widget?: {
13628
13628
  header_text_alignment: "center" | "left" | "right";
@@ -13827,7 +13827,7 @@ export declare function init(config: AuthHeroConfig): {
13827
13827
  logs: {
13828
13828
  action_name: string;
13829
13829
  lines: {
13830
- level: "error" | "log" | "info" | "warn" | "debug";
13830
+ level: "log" | "error" | "info" | "warn" | "debug";
13831
13831
  message: string;
13832
13832
  }[];
13833
13833
  }[];
@@ -14496,7 +14496,7 @@ export declare function init(config: AuthHeroConfig): {
14496
14496
  args: import("hono/utils/types").JSONValue[];
14497
14497
  }[];
14498
14498
  logs: {
14499
- level: "error" | "log" | "info" | "warn" | "debug";
14499
+ level: "log" | "error" | "info" | "warn" | "debug";
14500
14500
  message: string;
14501
14501
  }[];
14502
14502
  error?: string | undefined;
@@ -15242,19 +15242,19 @@ export declare function init(config: AuthHeroConfig): {
15242
15242
  email: string;
15243
15243
  send: "code" | "link";
15244
15244
  authParams: {
15245
- state?: string | undefined;
15246
15245
  username?: string | undefined;
15247
- code_challenge?: string | undefined;
15248
- code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
15249
- redirect_uri?: string | undefined;
15250
- nonce?: string | undefined;
15251
- act_as?: string | undefined;
15252
15246
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
15253
15247
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
15248
+ scope?: string | undefined;
15254
15249
  audience?: string | undefined;
15250
+ act_as?: string | undefined;
15251
+ redirect_uri?: string | undefined;
15255
15252
  organization?: string | undefined;
15256
- scope?: string | undefined;
15253
+ state?: string | undefined;
15254
+ nonce?: string | undefined;
15257
15255
  prompt?: string | undefined;
15256
+ code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
15257
+ code_challenge?: string | undefined;
15258
15258
  ui_locales?: string | undefined;
15259
15259
  max_age?: number | undefined;
15260
15260
  acr_values?: string | undefined;
@@ -15278,19 +15278,19 @@ export declare function init(config: AuthHeroConfig): {
15278
15278
  phone_number: string;
15279
15279
  send: "code" | "link";
15280
15280
  authParams: {
15281
- state?: string | undefined;
15282
15281
  username?: string | undefined;
15283
- code_challenge?: string | undefined;
15284
- code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
15285
- redirect_uri?: string | undefined;
15286
- nonce?: string | undefined;
15287
- act_as?: string | undefined;
15288
15282
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
15289
15283
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
15284
+ scope?: string | undefined;
15290
15285
  audience?: string | undefined;
15286
+ act_as?: string | undefined;
15287
+ redirect_uri?: string | undefined;
15291
15288
  organization?: string | undefined;
15292
- scope?: string | undefined;
15289
+ state?: string | undefined;
15290
+ nonce?: string | undefined;
15293
15291
  prompt?: string | undefined;
15292
+ code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
15293
+ code_challenge?: string | undefined;
15294
15294
  ui_locales?: string | undefined;
15295
15295
  max_age?: number | undefined;
15296
15296
  acr_values?: string | undefined;
@@ -15422,14 +15422,14 @@ export declare function init(config: AuthHeroConfig): {
15422
15422
  input: {
15423
15423
  form: {
15424
15424
  token: string;
15425
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15425
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15426
15426
  client_id?: string | undefined;
15427
15427
  client_secret?: string | undefined;
15428
15428
  };
15429
15429
  } & {
15430
15430
  json: {
15431
15431
  token: string;
15432
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15432
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15433
15433
  client_id?: string | undefined;
15434
15434
  client_secret?: string | undefined;
15435
15435
  };
@@ -15441,14 +15441,14 @@ export declare function init(config: AuthHeroConfig): {
15441
15441
  input: {
15442
15442
  form: {
15443
15443
  token: string;
15444
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15444
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15445
15445
  client_id?: string | undefined;
15446
15446
  client_secret?: string | undefined;
15447
15447
  };
15448
15448
  } & {
15449
15449
  json: {
15450
15450
  token: string;
15451
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15451
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15452
15452
  client_id?: string | undefined;
15453
15453
  client_secret?: string | undefined;
15454
15454
  };
@@ -15463,14 +15463,14 @@ export declare function init(config: AuthHeroConfig): {
15463
15463
  input: {
15464
15464
  form: {
15465
15465
  token: string;
15466
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15466
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15467
15467
  client_id?: string | undefined;
15468
15468
  client_secret?: string | undefined;
15469
15469
  };
15470
15470
  } & {
15471
15471
  json: {
15472
15472
  token: string;
15473
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15473
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15474
15474
  client_id?: string | undefined;
15475
15475
  client_secret?: string | undefined;
15476
15476
  };
@@ -16541,13 +16541,13 @@ export declare function init(config: AuthHeroConfig): {
16541
16541
  $get: {
16542
16542
  input: {
16543
16543
  query: {
16544
- state: string;
16545
- code: string;
16544
+ state?: string | undefined;
16545
+ code?: string | undefined;
16546
16546
  };
16547
16547
  };
16548
- output: {};
16549
- outputFormat: string;
16550
- status: 200;
16548
+ output: Response;
16549
+ outputFormat: "json";
16550
+ status: import("hono/utils/http-status").StatusCode;
16551
16551
  };
16552
16552
  };
16553
16553
  }, "/validate-email"> & import("hono/types").MergeSchemaPath<{
@@ -16822,7 +16822,7 @@ export declare function init(config: AuthHeroConfig): {
16822
16822
  } & {
16823
16823
  form: {
16824
16824
  username: string;
16825
- login_selection?: "password" | "code" | undefined;
16825
+ login_selection?: "code" | "password" | undefined;
16826
16826
  };
16827
16827
  };
16828
16828
  output: {};
@@ -16836,7 +16836,7 @@ export declare function init(config: AuthHeroConfig): {
16836
16836
  } & {
16837
16837
  form: {
16838
16838
  username: string;
16839
- login_selection?: "password" | "code" | undefined;
16839
+ login_selection?: "code" | "password" | undefined;
16840
16840
  };
16841
16841
  };
16842
16842
  output: {};
@@ -17201,7 +17201,7 @@ export declare function init(config: AuthHeroConfig): {
17201
17201
  $get: {
17202
17202
  input: {
17203
17203
  param: {
17204
- screen: "impersonate" | "account" | "login" | "signup" | "reset-password" | "consent" | "enter-password" | "reset-password/request" | "reset-password/code" | "try-connection-result" | "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";
17204
+ screen: "signup" | "login" | "impersonate" | "reset-password" | "consent" | "account" | "enter-password" | "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";
17205
17205
  };
17206
17206
  } & {
17207
17207
  query: {
@@ -17217,7 +17217,7 @@ export declare function init(config: AuthHeroConfig): {
17217
17217
  } | {
17218
17218
  input: {
17219
17219
  param: {
17220
- screen: "impersonate" | "account" | "login" | "signup" | "reset-password" | "consent" | "enter-password" | "reset-password/request" | "reset-password/code" | "try-connection-result" | "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";
17220
+ screen: "signup" | "login" | "impersonate" | "reset-password" | "consent" | "account" | "enter-password" | "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";
17221
17221
  };
17222
17222
  } & {
17223
17223
  query: {
@@ -17233,7 +17233,7 @@ export declare function init(config: AuthHeroConfig): {
17233
17233
  } | {
17234
17234
  input: {
17235
17235
  param: {
17236
- screen: "impersonate" | "account" | "login" | "signup" | "reset-password" | "consent" | "enter-password" | "reset-password/request" | "reset-password/code" | "try-connection-result" | "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";
17236
+ screen: "signup" | "login" | "impersonate" | "reset-password" | "consent" | "account" | "enter-password" | "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";
17237
17237
  };
17238
17238
  } & {
17239
17239
  query: {
@@ -17253,7 +17253,7 @@ export declare function init(config: AuthHeroConfig): {
17253
17253
  $post: {
17254
17254
  input: {
17255
17255
  param: {
17256
- screen: "impersonate" | "login" | "signup" | "reset-password" | "consent" | "enter-password" | "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";
17256
+ screen: "signup" | "login" | "impersonate" | "reset-password" | "consent" | "enter-password" | "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";
17257
17257
  };
17258
17258
  } & {
17259
17259
  query: {
@@ -17271,7 +17271,7 @@ export declare function init(config: AuthHeroConfig): {
17271
17271
  } | {
17272
17272
  input: {
17273
17273
  param: {
17274
- screen: "impersonate" | "login" | "signup" | "reset-password" | "consent" | "enter-password" | "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";
17274
+ screen: "signup" | "login" | "impersonate" | "reset-password" | "consent" | "enter-password" | "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";
17275
17275
  };
17276
17276
  } & {
17277
17277
  query: {