authhero 8.17.0 → 8.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/dist/authhero.cjs +95 -95
  2. package/dist/authhero.d.ts +64 -64
  3. package/dist/authhero.mjs +9124 -9125
  4. package/dist/tsconfig.types.tsbuildinfo +1 -1
  5. package/dist/types/authentication-flows/passwordless.d.ts +5 -5
  6. package/dist/types/index.d.ts +64 -64
  7. package/dist/types/routes/auth-api/index.d.ts +4 -4
  8. package/dist/types/routes/auth-api/passwordless.d.ts +4 -4
  9. package/dist/types/routes/management-api/action-executions.d.ts +1 -1
  10. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  11. package/dist/types/routes/management-api/branding.d.ts +5 -5
  12. package/dist/types/routes/management-api/clients.d.ts +6 -6
  13. package/dist/types/routes/management-api/connections.d.ts +15 -15
  14. package/dist/types/routes/management-api/failed-events.d.ts +1 -1
  15. package/dist/types/routes/management-api/index.d.ts +53 -53
  16. package/dist/types/routes/management-api/log-streams.d.ts +6 -6
  17. package/dist/types/routes/management-api/logs.d.ts +3 -3
  18. package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
  19. package/dist/types/routes/management-api/organizations.d.ts +3 -3
  20. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  21. package/dist/types/routes/management-api/tenants.d.ts +6 -6
  22. package/dist/types/routes/management-api/themes.d.ts +3 -3
  23. package/dist/types/routes/management-api/users.d.ts +2 -2
  24. package/dist/types/routes/universal-login/common.d.ts +8 -8
  25. package/dist/types/routes/universal-login/flow-api.d.ts +4 -4
  26. package/dist/types/routes/universal-login/identifier.d.ts +2 -2
  27. package/dist/types/routes/universal-login/index.d.ts +2 -2
  28. package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
  29. package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
  30. package/package.json +3 -3
@@ -147,7 +147,7 @@ export declare function init(config: AuthHeroConfig): {
147
147
  };
148
148
  } & {
149
149
  json: {
150
- type: "email" | "push" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
150
+ type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
151
151
  phone_number?: string | undefined;
152
152
  totp_secret?: string | undefined;
153
153
  credential_id?: string | undefined;
@@ -1221,10 +1221,10 @@ export declare function init(config: AuthHeroConfig): {
1221
1221
  email?: string | undefined;
1222
1222
  };
1223
1223
  id?: string | undefined;
1224
- roles?: string[] | undefined;
1225
- connection_id?: string | undefined;
1226
1224
  app_metadata?: Record<string, any> | undefined;
1227
1225
  user_metadata?: Record<string, any> | undefined;
1226
+ connection_id?: string | undefined;
1227
+ roles?: string[] | undefined;
1228
1228
  ttl_sec?: number | undefined;
1229
1229
  send_invitation_email?: boolean | undefined;
1230
1230
  };
@@ -1408,8 +1408,8 @@ export declare function init(config: AuthHeroConfig): {
1408
1408
  };
1409
1409
  } & {
1410
1410
  json: {
1411
- assign_membership_on_login?: boolean | undefined;
1412
1411
  show_as_button?: boolean | undefined;
1412
+ assign_membership_on_login?: boolean | undefined;
1413
1413
  is_signup_enabled?: boolean | undefined;
1414
1414
  };
1415
1415
  };
@@ -6879,7 +6879,7 @@ export declare function init(config: AuthHeroConfig): {
6879
6879
  };
6880
6880
  };
6881
6881
  output: {
6882
- prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6882
+ 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";
6883
6883
  language: string;
6884
6884
  }[];
6885
6885
  outputFormat: "json";
@@ -6917,7 +6917,7 @@ export declare function init(config: AuthHeroConfig): {
6917
6917
  $get: {
6918
6918
  input: {
6919
6919
  param: {
6920
- prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6920
+ 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";
6921
6921
  language: string;
6922
6922
  };
6923
6923
  } & {
@@ -6939,7 +6939,7 @@ export declare function init(config: AuthHeroConfig): {
6939
6939
  $put: {
6940
6940
  input: {
6941
6941
  param: {
6942
- prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6942
+ 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";
6943
6943
  language: string;
6944
6944
  };
6945
6945
  } & {
@@ -6963,7 +6963,7 @@ export declare function init(config: AuthHeroConfig): {
6963
6963
  $delete: {
6964
6964
  input: {
6965
6965
  param: {
6966
- prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6966
+ 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";
6967
6967
  language: string;
6968
6968
  };
6969
6969
  } & {
@@ -7055,7 +7055,7 @@ export declare function init(config: AuthHeroConfig): {
7055
7055
  active?: boolean | undefined;
7056
7056
  } | undefined;
7057
7057
  signup?: {
7058
- status?: "optional" | "disabled" | "required" | undefined;
7058
+ status?: "optional" | "required" | "disabled" | undefined;
7059
7059
  verification?: {
7060
7060
  active?: boolean | undefined;
7061
7061
  } | undefined;
@@ -7072,7 +7072,7 @@ export declare function init(config: AuthHeroConfig): {
7072
7072
  active?: boolean | undefined;
7073
7073
  } | undefined;
7074
7074
  signup?: {
7075
- status?: "optional" | "disabled" | "required" | undefined;
7075
+ status?: "optional" | "required" | "disabled" | undefined;
7076
7076
  } | undefined;
7077
7077
  validation?: {
7078
7078
  max_length?: number | undefined;
@@ -7089,7 +7089,7 @@ export declare function init(config: AuthHeroConfig): {
7089
7089
  active?: boolean | undefined;
7090
7090
  } | undefined;
7091
7091
  signup?: {
7092
- status?: "optional" | "disabled" | "required" | undefined;
7092
+ status?: "optional" | "required" | "disabled" | undefined;
7093
7093
  } | undefined;
7094
7094
  } | undefined;
7095
7095
  } | undefined;
@@ -7189,7 +7189,7 @@ export declare function init(config: AuthHeroConfig): {
7189
7189
  active?: boolean | undefined;
7190
7190
  } | undefined;
7191
7191
  signup?: {
7192
- status?: "optional" | "disabled" | "required" | undefined;
7192
+ status?: "optional" | "required" | "disabled" | undefined;
7193
7193
  verification?: {
7194
7194
  active?: boolean | undefined;
7195
7195
  } | undefined;
@@ -7206,7 +7206,7 @@ export declare function init(config: AuthHeroConfig): {
7206
7206
  active?: boolean | undefined;
7207
7207
  } | undefined;
7208
7208
  signup?: {
7209
- status?: "optional" | "disabled" | "required" | undefined;
7209
+ status?: "optional" | "required" | "disabled" | undefined;
7210
7210
  } | undefined;
7211
7211
  validation?: {
7212
7212
  max_length?: number | undefined;
@@ -7223,7 +7223,7 @@ export declare function init(config: AuthHeroConfig): {
7223
7223
  active?: boolean | undefined;
7224
7224
  } | undefined;
7225
7225
  signup?: {
7226
- status?: "optional" | "disabled" | "required" | undefined;
7226
+ status?: "optional" | "required" | "disabled" | undefined;
7227
7227
  } | undefined;
7228
7228
  } | undefined;
7229
7229
  } | undefined;
@@ -7338,7 +7338,7 @@ export declare function init(config: AuthHeroConfig): {
7338
7338
  active?: boolean | undefined;
7339
7339
  } | undefined;
7340
7340
  signup?: {
7341
- status?: "optional" | "disabled" | "required" | undefined;
7341
+ status?: "optional" | "required" | "disabled" | undefined;
7342
7342
  verification?: {
7343
7343
  active?: boolean | undefined;
7344
7344
  } | undefined;
@@ -7355,7 +7355,7 @@ export declare function init(config: AuthHeroConfig): {
7355
7355
  active?: boolean | undefined;
7356
7356
  } | undefined;
7357
7357
  signup?: {
7358
- status?: "optional" | "disabled" | "required" | undefined;
7358
+ status?: "optional" | "required" | "disabled" | undefined;
7359
7359
  } | undefined;
7360
7360
  validation?: {
7361
7361
  max_length?: number | undefined;
@@ -7372,7 +7372,7 @@ export declare function init(config: AuthHeroConfig): {
7372
7372
  active?: boolean | undefined;
7373
7373
  } | undefined;
7374
7374
  signup?: {
7375
- status?: "optional" | "disabled" | "required" | undefined;
7375
+ status?: "optional" | "required" | "disabled" | undefined;
7376
7376
  } | undefined;
7377
7377
  } | undefined;
7378
7378
  } | undefined;
@@ -7517,7 +7517,7 @@ export declare function init(config: AuthHeroConfig): {
7517
7517
  active?: boolean | undefined;
7518
7518
  } | undefined;
7519
7519
  signup?: {
7520
- status?: "optional" | "disabled" | "required" | undefined;
7520
+ status?: "optional" | "required" | "disabled" | undefined;
7521
7521
  verification?: {
7522
7522
  active?: boolean | undefined;
7523
7523
  } | undefined;
@@ -7534,7 +7534,7 @@ export declare function init(config: AuthHeroConfig): {
7534
7534
  active?: boolean | undefined;
7535
7535
  } | undefined;
7536
7536
  signup?: {
7537
- status?: "optional" | "disabled" | "required" | undefined;
7537
+ status?: "optional" | "required" | "disabled" | undefined;
7538
7538
  } | undefined;
7539
7539
  validation?: {
7540
7540
  max_length?: number | undefined;
@@ -7551,7 +7551,7 @@ export declare function init(config: AuthHeroConfig): {
7551
7551
  active?: boolean | undefined;
7552
7552
  } | undefined;
7553
7553
  signup?: {
7554
- status?: "optional" | "disabled" | "required" | undefined;
7554
+ status?: "optional" | "required" | "disabled" | undefined;
7555
7555
  } | undefined;
7556
7556
  } | undefined;
7557
7557
  } | undefined;
@@ -7675,7 +7675,7 @@ export declare function init(config: AuthHeroConfig): {
7675
7675
  active?: boolean | undefined;
7676
7676
  } | undefined;
7677
7677
  signup?: {
7678
- status?: "optional" | "disabled" | "required" | undefined;
7678
+ status?: "optional" | "required" | "disabled" | undefined;
7679
7679
  verification?: {
7680
7680
  active?: boolean | undefined;
7681
7681
  } | undefined;
@@ -7692,7 +7692,7 @@ export declare function init(config: AuthHeroConfig): {
7692
7692
  active?: boolean | undefined;
7693
7693
  } | undefined;
7694
7694
  signup?: {
7695
- status?: "optional" | "disabled" | "required" | undefined;
7695
+ status?: "optional" | "required" | "disabled" | undefined;
7696
7696
  } | undefined;
7697
7697
  validation?: {
7698
7698
  max_length?: number | undefined;
@@ -7709,7 +7709,7 @@ export declare function init(config: AuthHeroConfig): {
7709
7709
  active?: boolean | undefined;
7710
7710
  } | undefined;
7711
7711
  signup?: {
7712
- status?: "optional" | "disabled" | "required" | undefined;
7712
+ status?: "optional" | "required" | "disabled" | undefined;
7713
7713
  } | undefined;
7714
7714
  } | undefined;
7715
7715
  } | undefined;
@@ -8464,7 +8464,7 @@ export declare function init(config: AuthHeroConfig): {
8464
8464
  log_type: string;
8465
8465
  category: "user_action" | "admin_action" | "system" | "api";
8466
8466
  actor: {
8467
- type: "client_credentials" | "user" | "system" | "admin" | "api_key";
8467
+ type: "user" | "client_credentials" | "system" | "admin" | "api_key";
8468
8468
  id?: string | undefined;
8469
8469
  email?: string | undefined;
8470
8470
  org_id?: string | undefined;
@@ -8774,7 +8774,7 @@ export declare function init(config: AuthHeroConfig): {
8774
8774
  created_at: string;
8775
8775
  updated_at: string;
8776
8776
  name: string;
8777
- provider: "auth0" | "cognito" | "okta" | "oidc";
8777
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8778
8778
  connection: string;
8779
8779
  enabled: boolean;
8780
8780
  credentials: {
@@ -8806,7 +8806,7 @@ export declare function init(config: AuthHeroConfig): {
8806
8806
  created_at: string;
8807
8807
  updated_at: string;
8808
8808
  name: string;
8809
- provider: "auth0" | "cognito" | "okta" | "oidc";
8809
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8810
8810
  connection: string;
8811
8811
  enabled: boolean;
8812
8812
  credentials: {
@@ -8832,7 +8832,7 @@ export declare function init(config: AuthHeroConfig): {
8832
8832
  } & {
8833
8833
  json: {
8834
8834
  name: string;
8835
- provider: "auth0" | "cognito" | "okta" | "oidc";
8835
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8836
8836
  connection: string;
8837
8837
  credentials: {
8838
8838
  domain: string;
@@ -8849,7 +8849,7 @@ export declare function init(config: AuthHeroConfig): {
8849
8849
  created_at: string;
8850
8850
  updated_at: string;
8851
8851
  name: string;
8852
- provider: "auth0" | "cognito" | "okta" | "oidc";
8852
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8853
8853
  connection: string;
8854
8854
  enabled: boolean;
8855
8855
  credentials: {
@@ -8880,7 +8880,7 @@ export declare function init(config: AuthHeroConfig): {
8880
8880
  json: {
8881
8881
  id?: string | undefined;
8882
8882
  name?: string | undefined;
8883
- provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
8883
+ provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
8884
8884
  connection?: string | undefined;
8885
8885
  enabled?: boolean | undefined;
8886
8886
  credentials?: {
@@ -8896,7 +8896,7 @@ export declare function init(config: AuthHeroConfig): {
8896
8896
  created_at: string;
8897
8897
  updated_at: string;
8898
8898
  name: string;
8899
- provider: "auth0" | "cognito" | "okta" | "oidc";
8899
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8900
8900
  connection: string;
8901
8901
  enabled: boolean;
8902
8902
  credentials: {
@@ -8944,7 +8944,7 @@ export declare function init(config: AuthHeroConfig): {
8944
8944
  [x: string]: import("hono/utils/types").JSONValue;
8945
8945
  };
8946
8946
  id: string;
8947
- status: "suspended" | "active" | "paused";
8947
+ status: "active" | "suspended" | "paused";
8948
8948
  filters?: {
8949
8949
  type: string;
8950
8950
  name: string;
@@ -8976,7 +8976,7 @@ export declare function init(config: AuthHeroConfig): {
8976
8976
  [x: string]: import("hono/utils/types").JSONValue;
8977
8977
  };
8978
8978
  id: string;
8979
- status: "suspended" | "active" | "paused";
8979
+ status: "active" | "suspended" | "paused";
8980
8980
  filters?: {
8981
8981
  type: string;
8982
8982
  name: string;
@@ -9001,7 +9001,7 @@ export declare function init(config: AuthHeroConfig): {
9001
9001
  name: string;
9002
9002
  type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
9003
9003
  sink: Record<string, unknown>;
9004
- status?: "suspended" | "active" | "paused" | undefined;
9004
+ status?: "active" | "suspended" | "paused" | undefined;
9005
9005
  filters?: {
9006
9006
  type: string;
9007
9007
  name: string;
@@ -9016,7 +9016,7 @@ export declare function init(config: AuthHeroConfig): {
9016
9016
  [x: string]: import("hono/utils/types").JSONValue;
9017
9017
  };
9018
9018
  id: string;
9019
- status: "suspended" | "active" | "paused";
9019
+ status: "active" | "suspended" | "paused";
9020
9020
  filters?: {
9021
9021
  type: string;
9022
9022
  name: string;
@@ -9051,7 +9051,7 @@ export declare function init(config: AuthHeroConfig): {
9051
9051
  }[] | undefined;
9052
9052
  isPriority?: boolean | undefined;
9053
9053
  id?: string | undefined;
9054
- status?: "suspended" | "active" | "paused" | undefined;
9054
+ status?: "active" | "suspended" | "paused" | undefined;
9055
9055
  created_at?: string | undefined;
9056
9056
  updated_at?: string | undefined;
9057
9057
  };
@@ -9063,7 +9063,7 @@ export declare function init(config: AuthHeroConfig): {
9063
9063
  [x: string]: import("hono/utils/types").JSONValue;
9064
9064
  };
9065
9065
  id: string;
9066
- status: "suspended" | "active" | "paused";
9066
+ status: "active" | "suspended" | "paused";
9067
9067
  filters?: {
9068
9068
  type: string;
9069
9069
  name: string;
@@ -9114,7 +9114,7 @@ export declare function init(config: AuthHeroConfig): {
9114
9114
  };
9115
9115
  };
9116
9116
  output: {
9117
- type: "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" | "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" | "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";
9117
+ 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";
9118
9118
  date: string;
9119
9119
  isMobile: boolean;
9120
9120
  log_id: string;
@@ -9153,7 +9153,7 @@ export declare function init(config: AuthHeroConfig): {
9153
9153
  limit: number;
9154
9154
  length: number;
9155
9155
  logs: {
9156
- type: "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" | "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" | "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";
9156
+ 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";
9157
9157
  date: string;
9158
9158
  isMobile: boolean;
9159
9159
  log_id: string;
@@ -9207,7 +9207,7 @@ export declare function init(config: AuthHeroConfig): {
9207
9207
  };
9208
9208
  };
9209
9209
  output: {
9210
- type: "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" | "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" | "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";
9210
+ 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";
9211
9211
  date: string;
9212
9212
  isMobile: boolean;
9213
9213
  log_id: string;
@@ -10283,7 +10283,7 @@ export declare function init(config: AuthHeroConfig): {
10283
10283
  active?: boolean | undefined;
10284
10284
  } | undefined;
10285
10285
  signup?: {
10286
- status?: "optional" | "disabled" | "required" | undefined;
10286
+ status?: "optional" | "required" | "disabled" | undefined;
10287
10287
  verification?: {
10288
10288
  active?: boolean | undefined;
10289
10289
  } | undefined;
@@ -10300,7 +10300,7 @@ export declare function init(config: AuthHeroConfig): {
10300
10300
  active?: boolean | undefined;
10301
10301
  } | undefined;
10302
10302
  signup?: {
10303
- status?: "optional" | "disabled" | "required" | undefined;
10303
+ status?: "optional" | "required" | "disabled" | undefined;
10304
10304
  } | undefined;
10305
10305
  validation?: {
10306
10306
  max_length?: number | undefined;
@@ -10317,7 +10317,7 @@ export declare function init(config: AuthHeroConfig): {
10317
10317
  active?: boolean | undefined;
10318
10318
  } | undefined;
10319
10319
  signup?: {
10320
- status?: "optional" | "disabled" | "required" | undefined;
10320
+ status?: "optional" | "required" | "disabled" | undefined;
10321
10321
  } | undefined;
10322
10322
  } | undefined;
10323
10323
  } | undefined;
@@ -10437,7 +10437,7 @@ export declare function init(config: AuthHeroConfig): {
10437
10437
  active?: boolean | undefined;
10438
10438
  } | undefined;
10439
10439
  signup?: {
10440
- status?: "optional" | "disabled" | "required" | undefined;
10440
+ status?: "optional" | "required" | "disabled" | undefined;
10441
10441
  verification?: {
10442
10442
  active?: boolean | undefined;
10443
10443
  } | undefined;
@@ -10454,7 +10454,7 @@ export declare function init(config: AuthHeroConfig): {
10454
10454
  active?: boolean | undefined;
10455
10455
  } | undefined;
10456
10456
  signup?: {
10457
- status?: "optional" | "disabled" | "required" | undefined;
10457
+ status?: "optional" | "required" | "disabled" | undefined;
10458
10458
  } | undefined;
10459
10459
  validation?: {
10460
10460
  max_length?: number | undefined;
@@ -10471,7 +10471,7 @@ export declare function init(config: AuthHeroConfig): {
10471
10471
  active?: boolean | undefined;
10472
10472
  } | undefined;
10473
10473
  signup?: {
10474
- status?: "optional" | "disabled" | "required" | undefined;
10474
+ status?: "optional" | "required" | "disabled" | undefined;
10475
10475
  } | undefined;
10476
10476
  } | undefined;
10477
10477
  } | undefined;
@@ -11425,7 +11425,7 @@ export declare function init(config: AuthHeroConfig): {
11425
11425
  };
11426
11426
  };
11427
11427
  output: {
11428
- type: "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" | "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" | "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";
11428
+ 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";
11429
11429
  date: string;
11430
11430
  isMobile: boolean;
11431
11431
  log_id: string;
@@ -11464,7 +11464,7 @@ export declare function init(config: AuthHeroConfig): {
11464
11464
  limit: number;
11465
11465
  length: number;
11466
11466
  logs: {
11467
- type: "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" | "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" | "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";
11467
+ 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";
11468
11468
  date: string;
11469
11469
  isMobile: boolean;
11470
11470
  log_id: string;
@@ -12642,7 +12642,7 @@ export declare function init(config: AuthHeroConfig): {
12642
12642
  background_color: string;
12643
12643
  background_image_url: string;
12644
12644
  page_layout: "center" | "left" | "right";
12645
- logo_placement?: "widget" | "none" | "chip" | undefined;
12645
+ logo_placement?: "none" | "widget" | "chip" | undefined;
12646
12646
  };
12647
12647
  widget: {
12648
12648
  header_text_alignment: "center" | "left" | "right";
@@ -12732,7 +12732,7 @@ export declare function init(config: AuthHeroConfig): {
12732
12732
  background_color: string;
12733
12733
  background_image_url: string;
12734
12734
  page_layout: "center" | "left" | "right";
12735
- logo_placement?: "widget" | "none" | "chip" | undefined;
12735
+ logo_placement?: "none" | "widget" | "chip" | undefined;
12736
12736
  };
12737
12737
  widget: {
12738
12738
  header_text_alignment: "center" | "left" | "right";
@@ -12811,7 +12811,7 @@ export declare function init(config: AuthHeroConfig): {
12811
12811
  background_color: string;
12812
12812
  background_image_url: string;
12813
12813
  page_layout: "center" | "left" | "right";
12814
- logo_placement?: "widget" | "none" | "chip" | undefined;
12814
+ logo_placement?: "none" | "widget" | "chip" | undefined;
12815
12815
  };
12816
12816
  widget: {
12817
12817
  header_text_alignment: "center" | "left" | "right";
@@ -12973,7 +12973,7 @@ export declare function init(config: AuthHeroConfig): {
12973
12973
  } & {
12974
12974
  json: {
12975
12975
  body?: string | undefined;
12976
- screen?: "password" | "signup" | "login" | "identifier" | undefined;
12976
+ screen?: "identifier" | "signup" | "password" | "login" | undefined;
12977
12977
  branding?: {
12978
12978
  colors?: {
12979
12979
  primary: string;
@@ -13059,7 +13059,7 @@ export declare function init(config: AuthHeroConfig): {
13059
13059
  background_color: string;
13060
13060
  background_image_url: string;
13061
13061
  page_layout: "center" | "left" | "right";
13062
- logo_placement?: "widget" | "none" | "chip" | undefined;
13062
+ logo_placement?: "none" | "widget" | "chip" | undefined;
13063
13063
  } | undefined;
13064
13064
  widget?: {
13065
13065
  header_text_alignment: "center" | "left" | "right";
@@ -13217,7 +13217,7 @@ export declare function init(config: AuthHeroConfig): {
13217
13217
  output: {
13218
13218
  id: string;
13219
13219
  trigger_id: string;
13220
- status: "pending" | "suspended" | "unspecified" | "final" | "partial" | "canceled";
13220
+ status: "pending" | "unspecified" | "final" | "partial" | "canceled" | "suspended";
13221
13221
  results: {
13222
13222
  action_name: string;
13223
13223
  error: {
@@ -14677,16 +14677,16 @@ export declare function init(config: AuthHeroConfig): {
14677
14677
  email: string;
14678
14678
  send: "code" | "link";
14679
14679
  authParams: {
14680
- audience?: string | undefined;
14681
14680
  username?: string | undefined;
14682
14681
  state?: string | undefined;
14682
+ audience?: string | undefined;
14683
14683
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
14684
14684
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
14685
14685
  scope?: string | undefined;
14686
14686
  organization?: string | undefined;
14687
14687
  nonce?: string | undefined;
14688
- act_as?: string | undefined;
14689
14688
  redirect_uri?: string | undefined;
14689
+ act_as?: string | undefined;
14690
14690
  prompt?: string | undefined;
14691
14691
  code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14692
14692
  code_challenge?: string | undefined;
@@ -14713,16 +14713,16 @@ export declare function init(config: AuthHeroConfig): {
14713
14713
  phone_number: string;
14714
14714
  send: "code" | "link";
14715
14715
  authParams: {
14716
- audience?: string | undefined;
14717
14716
  username?: string | undefined;
14718
14717
  state?: string | undefined;
14718
+ audience?: string | undefined;
14719
14719
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
14720
14720
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
14721
14721
  scope?: string | undefined;
14722
14722
  organization?: string | undefined;
14723
14723
  nonce?: string | undefined;
14724
- act_as?: string | undefined;
14725
14724
  redirect_uri?: string | undefined;
14725
+ act_as?: string | undefined;
14726
14726
  prompt?: string | undefined;
14727
14727
  code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14728
14728
  code_challenge?: string | undefined;
@@ -16253,7 +16253,7 @@ export declare function init(config: AuthHeroConfig): {
16253
16253
  } & {
16254
16254
  form: {
16255
16255
  username: string;
16256
- login_selection?: "password" | "code" | undefined;
16256
+ login_selection?: "code" | "password" | undefined;
16257
16257
  };
16258
16258
  };
16259
16259
  output: {};
@@ -16267,7 +16267,7 @@ export declare function init(config: AuthHeroConfig): {
16267
16267
  } & {
16268
16268
  form: {
16269
16269
  username: string;
16270
- login_selection?: "password" | "code" | undefined;
16270
+ login_selection?: "code" | "password" | undefined;
16271
16271
  };
16272
16272
  };
16273
16273
  output: {};
@@ -16632,7 +16632,7 @@ export declare function init(config: AuthHeroConfig): {
16632
16632
  $get: {
16633
16633
  input: {
16634
16634
  param: {
16635
- screen: "signup" | "login" | "reset-password" | "consent" | "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";
16635
+ 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";
16636
16636
  };
16637
16637
  } & {
16638
16638
  query: {
@@ -16648,7 +16648,7 @@ export declare function init(config: AuthHeroConfig): {
16648
16648
  } | {
16649
16649
  input: {
16650
16650
  param: {
16651
- screen: "signup" | "login" | "reset-password" | "consent" | "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";
16651
+ 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";
16652
16652
  };
16653
16653
  } & {
16654
16654
  query: {
@@ -16664,7 +16664,7 @@ export declare function init(config: AuthHeroConfig): {
16664
16664
  } | {
16665
16665
  input: {
16666
16666
  param: {
16667
- screen: "signup" | "login" | "reset-password" | "consent" | "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";
16667
+ 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";
16668
16668
  };
16669
16669
  } & {
16670
16670
  query: {
@@ -16684,7 +16684,7 @@ export declare function init(config: AuthHeroConfig): {
16684
16684
  $post: {
16685
16685
  input: {
16686
16686
  param: {
16687
- screen: "signup" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16687
+ 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";
16688
16688
  };
16689
16689
  } & {
16690
16690
  query: {
@@ -16702,7 +16702,7 @@ export declare function init(config: AuthHeroConfig): {
16702
16702
  } | {
16703
16703
  input: {
16704
16704
  param: {
16705
- screen: "signup" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16705
+ 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";
16706
16706
  };
16707
16707
  } & {
16708
16708
  query: {