authhero 8.9.0 → 8.9.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 (37) hide show
  1. package/dist/assets/u/widget/index.esm.js +1 -1
  2. package/dist/authhero.cjs +109 -109
  3. package/dist/authhero.d.ts +144 -131
  4. package/dist/authhero.mjs +8109 -7979
  5. package/dist/stats.html +1 -1
  6. package/dist/tsconfig.types.tsbuildinfo +1 -1
  7. package/dist/types/authentication-flows/password.d.ts +10 -1
  8. package/dist/types/authentication-flows/passwordless.d.ts +5 -5
  9. package/dist/types/helpers/avatar.d.ts +6 -0
  10. package/dist/types/index.d.ts +144 -131
  11. package/dist/types/routes/auth-api/avatars.d.ts +18 -0
  12. package/dist/types/routes/auth-api/index.d.ts +47 -34
  13. package/dist/types/routes/auth-api/passwordless.d.ts +16 -16
  14. package/dist/types/routes/auth-api/revoke.d.ts +6 -6
  15. package/dist/types/routes/auth-api/token.d.ts +10 -10
  16. package/dist/types/routes/management-api/action-executions.d.ts +1 -1
  17. package/dist/types/routes/management-api/actions.d.ts +1 -1
  18. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  19. package/dist/types/routes/management-api/branding.d.ts +13 -13
  20. package/dist/types/routes/management-api/clients.d.ts +8 -8
  21. package/dist/types/routes/management-api/connections.d.ts +15 -15
  22. package/dist/types/routes/management-api/email-templates.d.ts +18 -18
  23. package/dist/types/routes/management-api/failed-events.d.ts +1 -1
  24. package/dist/types/routes/management-api/forms.d.ts +126 -126
  25. package/dist/types/routes/management-api/guardian.d.ts +5 -5
  26. package/dist/types/routes/management-api/index.d.ts +94 -94
  27. package/dist/types/routes/management-api/log-streams.d.ts +6 -6
  28. package/dist/types/routes/management-api/logs.d.ts +3 -3
  29. package/dist/types/routes/management-api/organizations.d.ts +3 -3
  30. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  31. package/dist/types/routes/management-api/tenants.d.ts +6 -6
  32. package/dist/types/routes/management-api/themes.d.ts +6 -6
  33. package/dist/types/routes/management-api/users.d.ts +2 -2
  34. package/dist/types/routes/universal-login/common.d.ts +8 -8
  35. package/dist/types/routes/universal-login/u2-index.d.ts +3 -3
  36. package/dist/types/routes/universal-login/u2-routes.d.ts +3 -3
  37. package/package.json +5 -5
@@ -2933,8 +2933,8 @@ declare function init(config: AuthHeroConfig): {
2933
2933
  $get: {
2934
2934
  input: {
2935
2935
  query: {
2936
- include_password_hashes?: "true" | "false" | undefined;
2937
- gzip?: "true" | "false" | undefined;
2936
+ include_password_hashes?: "false" | "true" | undefined;
2937
+ gzip?: "false" | "true" | undefined;
2938
2938
  };
2939
2939
  } & {
2940
2940
  header: {
@@ -2951,7 +2951,7 @@ declare function init(config: AuthHeroConfig): {
2951
2951
  $post: {
2952
2952
  input: {
2953
2953
  query: {
2954
- include_password_hashes?: "true" | "false" | undefined;
2954
+ include_password_hashes?: "false" | "true" | undefined;
2955
2955
  };
2956
2956
  } & {
2957
2957
  header: {
@@ -3145,7 +3145,7 @@ declare function init(config: AuthHeroConfig): {
3145
3145
  };
3146
3146
  };
3147
3147
  output: {
3148
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3148
+ name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3149
3149
  enabled: boolean;
3150
3150
  trial_expired?: boolean | undefined;
3151
3151
  }[];
@@ -3300,7 +3300,7 @@ declare function init(config: AuthHeroConfig): {
3300
3300
  $get: {
3301
3301
  input: {
3302
3302
  param: {
3303
- factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3303
+ factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3304
3304
  };
3305
3305
  } & {
3306
3306
  header: {
@@ -3308,7 +3308,7 @@ declare function init(config: AuthHeroConfig): {
3308
3308
  };
3309
3309
  };
3310
3310
  output: {
3311
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3311
+ name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3312
3312
  enabled: boolean;
3313
3313
  trial_expired?: boolean | undefined;
3314
3314
  };
@@ -3321,7 +3321,7 @@ declare function init(config: AuthHeroConfig): {
3321
3321
  $put: {
3322
3322
  input: {
3323
3323
  param: {
3324
- factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3324
+ factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3325
3325
  };
3326
3326
  } & {
3327
3327
  header: {
@@ -3333,7 +3333,7 @@ declare function init(config: AuthHeroConfig): {
3333
3333
  };
3334
3334
  };
3335
3335
  output: {
3336
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3336
+ name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3337
3337
  enabled: boolean;
3338
3338
  trial_expired?: boolean | undefined;
3339
3339
  };
@@ -4078,11 +4078,11 @@ declare function init(config: AuthHeroConfig): {
4078
4078
  invitee: {
4079
4079
  email?: string | undefined;
4080
4080
  };
4081
- id?: string | undefined;
4082
- roles?: string[] | undefined;
4083
- connection_id?: string | undefined;
4084
4081
  app_metadata?: Record<string, any> | undefined;
4085
4082
  user_metadata?: Record<string, any> | undefined;
4083
+ id?: string | undefined;
4084
+ connection_id?: string | undefined;
4085
+ roles?: string[] | undefined;
4086
4086
  ttl_sec?: number | undefined;
4087
4087
  send_invitation_email?: boolean | undefined;
4088
4088
  };
@@ -4933,7 +4933,7 @@ declare function init(config: AuthHeroConfig): {
4933
4933
  type: "REDIRECT";
4934
4934
  action: "REDIRECT_USER";
4935
4935
  params: {
4936
- target: "custom" | "change-email" | "account";
4936
+ target: "custom" | "account" | "change-email";
4937
4937
  custom_url?: string | undefined;
4938
4938
  };
4939
4939
  alias?: string | undefined;
@@ -4986,7 +4986,7 @@ declare function init(config: AuthHeroConfig): {
4986
4986
  type: "REDIRECT";
4987
4987
  action: "REDIRECT_USER";
4988
4988
  params: {
4989
- target: "custom" | "change-email" | "account";
4989
+ target: "custom" | "account" | "change-email";
4990
4990
  custom_url?: string | undefined;
4991
4991
  };
4992
4992
  alias?: string | undefined;
@@ -5054,7 +5054,7 @@ declare function init(config: AuthHeroConfig): {
5054
5054
  type: "REDIRECT";
5055
5055
  action: "REDIRECT_USER";
5056
5056
  params: {
5057
- target: "custom" | "change-email" | "account";
5057
+ target: "custom" | "account" | "change-email";
5058
5058
  custom_url?: string | undefined;
5059
5059
  };
5060
5060
  alias?: string | undefined;
@@ -5135,7 +5135,7 @@ declare function init(config: AuthHeroConfig): {
5135
5135
  type: "REDIRECT";
5136
5136
  action: "REDIRECT_USER";
5137
5137
  params: {
5138
- target: "custom" | "change-email" | "account";
5138
+ target: "custom" | "account" | "change-email";
5139
5139
  custom_url?: string | undefined;
5140
5140
  };
5141
5141
  alias?: string | undefined;
@@ -5183,7 +5183,7 @@ declare function init(config: AuthHeroConfig): {
5183
5183
  type: "REDIRECT";
5184
5184
  action: "REDIRECT_USER";
5185
5185
  params: {
5186
- target: "custom" | "change-email" | "account";
5186
+ target: "custom" | "account" | "change-email";
5187
5187
  custom_url?: string | undefined;
5188
5188
  };
5189
5189
  alias?: string | undefined;
@@ -5243,7 +5243,7 @@ declare function init(config: AuthHeroConfig): {
5243
5243
  type: "REDIRECT";
5244
5244
  action: "REDIRECT_USER";
5245
5245
  params: {
5246
- target: "custom" | "change-email" | "account";
5246
+ target: "custom" | "account" | "change-email";
5247
5247
  custom_url?: string | undefined;
5248
5248
  };
5249
5249
  alias?: string | undefined;
@@ -5291,7 +5291,7 @@ declare function init(config: AuthHeroConfig): {
5291
5291
  type: "REDIRECT";
5292
5292
  action: "REDIRECT_USER";
5293
5293
  params: {
5294
- target: "custom" | "change-email" | "account";
5294
+ target: "custom" | "account" | "change-email";
5295
5295
  custom_url?: string | undefined;
5296
5296
  };
5297
5297
  alias?: string | undefined;
@@ -9737,7 +9737,7 @@ declare function init(config: AuthHeroConfig): {
9737
9737
  };
9738
9738
  };
9739
9739
  output: {
9740
- 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";
9740
+ prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "invitation" | "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" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
9741
9741
  language: string;
9742
9742
  }[];
9743
9743
  outputFormat: "json";
@@ -9775,7 +9775,7 @@ declare function init(config: AuthHeroConfig): {
9775
9775
  $get: {
9776
9776
  input: {
9777
9777
  param: {
9778
- 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";
9778
+ prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "invitation" | "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" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
9779
9779
  language: string;
9780
9780
  };
9781
9781
  } & {
@@ -9797,7 +9797,7 @@ declare function init(config: AuthHeroConfig): {
9797
9797
  $put: {
9798
9798
  input: {
9799
9799
  param: {
9800
- 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";
9800
+ prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "invitation" | "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" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
9801
9801
  language: string;
9802
9802
  };
9803
9803
  } & {
@@ -9821,7 +9821,7 @@ declare function init(config: AuthHeroConfig): {
9821
9821
  $delete: {
9822
9822
  input: {
9823
9823
  param: {
9824
- 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";
9824
+ prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "invitation" | "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" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
9825
9825
  language: string;
9826
9826
  };
9827
9827
  } & {
@@ -9913,7 +9913,7 @@ declare function init(config: AuthHeroConfig): {
9913
9913
  active?: boolean | undefined;
9914
9914
  } | undefined;
9915
9915
  signup?: {
9916
- status?: "optional" | "disabled" | "required" | undefined;
9916
+ status?: "optional" | "required" | "disabled" | undefined;
9917
9917
  verification?: {
9918
9918
  active?: boolean | undefined;
9919
9919
  } | undefined;
@@ -9930,7 +9930,7 @@ declare function init(config: AuthHeroConfig): {
9930
9930
  active?: boolean | undefined;
9931
9931
  } | undefined;
9932
9932
  signup?: {
9933
- status?: "optional" | "disabled" | "required" | undefined;
9933
+ status?: "optional" | "required" | "disabled" | undefined;
9934
9934
  } | undefined;
9935
9935
  validation?: {
9936
9936
  max_length?: number | undefined;
@@ -9947,7 +9947,7 @@ declare function init(config: AuthHeroConfig): {
9947
9947
  active?: boolean | undefined;
9948
9948
  } | undefined;
9949
9949
  signup?: {
9950
- status?: "optional" | "disabled" | "required" | undefined;
9950
+ status?: "optional" | "required" | "disabled" | undefined;
9951
9951
  } | undefined;
9952
9952
  } | undefined;
9953
9953
  } | undefined;
@@ -10047,7 +10047,7 @@ declare function init(config: AuthHeroConfig): {
10047
10047
  active?: boolean | undefined;
10048
10048
  } | undefined;
10049
10049
  signup?: {
10050
- status?: "optional" | "disabled" | "required" | undefined;
10050
+ status?: "optional" | "required" | "disabled" | undefined;
10051
10051
  verification?: {
10052
10052
  active?: boolean | undefined;
10053
10053
  } | undefined;
@@ -10064,7 +10064,7 @@ declare function init(config: AuthHeroConfig): {
10064
10064
  active?: boolean | undefined;
10065
10065
  } | undefined;
10066
10066
  signup?: {
10067
- status?: "optional" | "disabled" | "required" | undefined;
10067
+ status?: "optional" | "required" | "disabled" | undefined;
10068
10068
  } | undefined;
10069
10069
  validation?: {
10070
10070
  max_length?: number | undefined;
@@ -10081,7 +10081,7 @@ declare function init(config: AuthHeroConfig): {
10081
10081
  active?: boolean | undefined;
10082
10082
  } | undefined;
10083
10083
  signup?: {
10084
- status?: "optional" | "disabled" | "required" | undefined;
10084
+ status?: "optional" | "required" | "disabled" | undefined;
10085
10085
  } | undefined;
10086
10086
  } | undefined;
10087
10087
  } | undefined;
@@ -10196,7 +10196,7 @@ declare function init(config: AuthHeroConfig): {
10196
10196
  active?: boolean | undefined;
10197
10197
  } | undefined;
10198
10198
  signup?: {
10199
- status?: "optional" | "disabled" | "required" | undefined;
10199
+ status?: "optional" | "required" | "disabled" | undefined;
10200
10200
  verification?: {
10201
10201
  active?: boolean | undefined;
10202
10202
  } | undefined;
@@ -10213,7 +10213,7 @@ declare function init(config: AuthHeroConfig): {
10213
10213
  active?: boolean | undefined;
10214
10214
  } | undefined;
10215
10215
  signup?: {
10216
- status?: "optional" | "disabled" | "required" | undefined;
10216
+ status?: "optional" | "required" | "disabled" | undefined;
10217
10217
  } | undefined;
10218
10218
  validation?: {
10219
10219
  max_length?: number | undefined;
@@ -10230,7 +10230,7 @@ declare function init(config: AuthHeroConfig): {
10230
10230
  active?: boolean | undefined;
10231
10231
  } | undefined;
10232
10232
  signup?: {
10233
- status?: "optional" | "disabled" | "required" | undefined;
10233
+ status?: "optional" | "required" | "disabled" | undefined;
10234
10234
  } | undefined;
10235
10235
  } | undefined;
10236
10236
  } | undefined;
@@ -10375,7 +10375,7 @@ declare function init(config: AuthHeroConfig): {
10375
10375
  active?: boolean | undefined;
10376
10376
  } | undefined;
10377
10377
  signup?: {
10378
- status?: "optional" | "disabled" | "required" | undefined;
10378
+ status?: "optional" | "required" | "disabled" | undefined;
10379
10379
  verification?: {
10380
10380
  active?: boolean | undefined;
10381
10381
  } | undefined;
@@ -10392,7 +10392,7 @@ declare function init(config: AuthHeroConfig): {
10392
10392
  active?: boolean | undefined;
10393
10393
  } | undefined;
10394
10394
  signup?: {
10395
- status?: "optional" | "disabled" | "required" | undefined;
10395
+ status?: "optional" | "required" | "disabled" | undefined;
10396
10396
  } | undefined;
10397
10397
  validation?: {
10398
10398
  max_length?: number | undefined;
@@ -10409,7 +10409,7 @@ declare function init(config: AuthHeroConfig): {
10409
10409
  active?: boolean | undefined;
10410
10410
  } | undefined;
10411
10411
  signup?: {
10412
- status?: "optional" | "disabled" | "required" | undefined;
10412
+ status?: "optional" | "required" | "disabled" | undefined;
10413
10413
  } | undefined;
10414
10414
  } | undefined;
10415
10415
  } | undefined;
@@ -10533,7 +10533,7 @@ declare function init(config: AuthHeroConfig): {
10533
10533
  active?: boolean | undefined;
10534
10534
  } | undefined;
10535
10535
  signup?: {
10536
- status?: "optional" | "disabled" | "required" | undefined;
10536
+ status?: "optional" | "required" | "disabled" | undefined;
10537
10537
  verification?: {
10538
10538
  active?: boolean | undefined;
10539
10539
  } | undefined;
@@ -10550,7 +10550,7 @@ declare function init(config: AuthHeroConfig): {
10550
10550
  active?: boolean | undefined;
10551
10551
  } | undefined;
10552
10552
  signup?: {
10553
- status?: "optional" | "disabled" | "required" | undefined;
10553
+ status?: "optional" | "required" | "disabled" | undefined;
10554
10554
  } | undefined;
10555
10555
  validation?: {
10556
10556
  max_length?: number | undefined;
@@ -10567,7 +10567,7 @@ declare function init(config: AuthHeroConfig): {
10567
10567
  active?: boolean | undefined;
10568
10568
  } | undefined;
10569
10569
  signup?: {
10570
- status?: "optional" | "disabled" | "required" | undefined;
10570
+ status?: "optional" | "required" | "disabled" | undefined;
10571
10571
  } | undefined;
10572
10572
  } | undefined;
10573
10573
  } | undefined;
@@ -11322,7 +11322,7 @@ declare function init(config: AuthHeroConfig): {
11322
11322
  log_type: string;
11323
11323
  category: "user_action" | "admin_action" | "system" | "api";
11324
11324
  actor: {
11325
- type: "client_credentials" | "user" | "api_key" | "system" | "admin";
11325
+ type: "user" | "client_credentials" | "system" | "admin" | "api_key";
11326
11326
  id?: string | undefined;
11327
11327
  email?: string | undefined;
11328
11328
  org_id?: string | undefined;
@@ -11630,7 +11630,7 @@ declare function init(config: AuthHeroConfig): {
11630
11630
  created_at: string;
11631
11631
  updated_at: string;
11632
11632
  name: string;
11633
- provider: "auth0" | "cognito" | "okta" | "oidc";
11633
+ provider: "auth0" | "oidc" | "okta" | "cognito";
11634
11634
  connection: string;
11635
11635
  enabled: boolean;
11636
11636
  credentials: {
@@ -11662,7 +11662,7 @@ declare function init(config: AuthHeroConfig): {
11662
11662
  created_at: string;
11663
11663
  updated_at: string;
11664
11664
  name: string;
11665
- provider: "auth0" | "cognito" | "okta" | "oidc";
11665
+ provider: "auth0" | "oidc" | "okta" | "cognito";
11666
11666
  connection: string;
11667
11667
  enabled: boolean;
11668
11668
  credentials: {
@@ -11688,7 +11688,7 @@ declare function init(config: AuthHeroConfig): {
11688
11688
  } & {
11689
11689
  json: {
11690
11690
  name: string;
11691
- provider: "auth0" | "cognito" | "okta" | "oidc";
11691
+ provider: "auth0" | "oidc" | "okta" | "cognito";
11692
11692
  connection: string;
11693
11693
  credentials: {
11694
11694
  domain: string;
@@ -11705,7 +11705,7 @@ declare function init(config: AuthHeroConfig): {
11705
11705
  created_at: string;
11706
11706
  updated_at: string;
11707
11707
  name: string;
11708
- provider: "auth0" | "cognito" | "okta" | "oidc";
11708
+ provider: "auth0" | "oidc" | "okta" | "cognito";
11709
11709
  connection: string;
11710
11710
  enabled: boolean;
11711
11711
  credentials: {
@@ -11736,7 +11736,7 @@ declare function init(config: AuthHeroConfig): {
11736
11736
  json: {
11737
11737
  id?: string | undefined;
11738
11738
  name?: string | undefined;
11739
- provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
11739
+ provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
11740
11740
  connection?: string | undefined;
11741
11741
  enabled?: boolean | undefined;
11742
11742
  credentials?: {
@@ -11752,7 +11752,7 @@ declare function init(config: AuthHeroConfig): {
11752
11752
  created_at: string;
11753
11753
  updated_at: string;
11754
11754
  name: string;
11755
- provider: "auth0" | "cognito" | "okta" | "oidc";
11755
+ provider: "auth0" | "oidc" | "okta" | "cognito";
11756
11756
  connection: string;
11757
11757
  enabled: boolean;
11758
11758
  credentials: {
@@ -11800,7 +11800,7 @@ declare function init(config: AuthHeroConfig): {
11800
11800
  [x: string]: hono_utils_types.JSONValue;
11801
11801
  };
11802
11802
  id: string;
11803
- status: "suspended" | "active" | "paused";
11803
+ status: "active" | "suspended" | "paused";
11804
11804
  filters?: {
11805
11805
  type: string;
11806
11806
  name: string;
@@ -11832,7 +11832,7 @@ declare function init(config: AuthHeroConfig): {
11832
11832
  [x: string]: hono_utils_types.JSONValue;
11833
11833
  };
11834
11834
  id: string;
11835
- status: "suspended" | "active" | "paused";
11835
+ status: "active" | "suspended" | "paused";
11836
11836
  filters?: {
11837
11837
  type: string;
11838
11838
  name: string;
@@ -11857,7 +11857,7 @@ declare function init(config: AuthHeroConfig): {
11857
11857
  name: string;
11858
11858
  type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
11859
11859
  sink: Record<string, unknown>;
11860
- status?: "suspended" | "active" | "paused" | undefined;
11860
+ status?: "active" | "suspended" | "paused" | undefined;
11861
11861
  filters?: {
11862
11862
  type: string;
11863
11863
  name: string;
@@ -11872,7 +11872,7 @@ declare function init(config: AuthHeroConfig): {
11872
11872
  [x: string]: hono_utils_types.JSONValue;
11873
11873
  };
11874
11874
  id: string;
11875
- status: "suspended" | "active" | "paused";
11875
+ status: "active" | "suspended" | "paused";
11876
11876
  filters?: {
11877
11877
  type: string;
11878
11878
  name: string;
@@ -11907,7 +11907,7 @@ declare function init(config: AuthHeroConfig): {
11907
11907
  }[] | undefined;
11908
11908
  isPriority?: boolean | undefined;
11909
11909
  id?: string | undefined;
11910
- status?: "suspended" | "active" | "paused" | undefined;
11910
+ status?: "active" | "suspended" | "paused" | undefined;
11911
11911
  created_at?: string | undefined;
11912
11912
  updated_at?: string | undefined;
11913
11913
  };
@@ -11919,7 +11919,7 @@ declare function init(config: AuthHeroConfig): {
11919
11919
  [x: string]: hono_utils_types.JSONValue;
11920
11920
  };
11921
11921
  id: string;
11922
- status: "suspended" | "active" | "paused";
11922
+ status: "active" | "suspended" | "paused";
11923
11923
  filters?: {
11924
11924
  type: string;
11925
11925
  name: string;
@@ -11970,7 +11970,7 @@ declare function init(config: AuthHeroConfig): {
11970
11970
  };
11971
11971
  };
11972
11972
  output: {
11973
- type: "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" | "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";
11973
+ 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";
11974
11974
  date: string;
11975
11975
  isMobile: boolean;
11976
11976
  log_id: string;
@@ -12009,7 +12009,7 @@ declare function init(config: AuthHeroConfig): {
12009
12009
  limit: number;
12010
12010
  length: number;
12011
12011
  logs: {
12012
- type: "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" | "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";
12012
+ 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";
12013
12013
  date: string;
12014
12014
  isMobile: boolean;
12015
12015
  log_id: string;
@@ -12063,7 +12063,7 @@ declare function init(config: AuthHeroConfig): {
12063
12063
  };
12064
12064
  };
12065
12065
  output: {
12066
- type: "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" | "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";
12066
+ 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";
12067
12067
  date: string;
12068
12068
  isMobile: boolean;
12069
12069
  log_id: string;
@@ -13139,7 +13139,7 @@ declare function init(config: AuthHeroConfig): {
13139
13139
  active?: boolean | undefined;
13140
13140
  } | undefined;
13141
13141
  signup?: {
13142
- status?: "optional" | "disabled" | "required" | undefined;
13142
+ status?: "optional" | "required" | "disabled" | undefined;
13143
13143
  verification?: {
13144
13144
  active?: boolean | undefined;
13145
13145
  } | undefined;
@@ -13156,7 +13156,7 @@ declare function init(config: AuthHeroConfig): {
13156
13156
  active?: boolean | undefined;
13157
13157
  } | undefined;
13158
13158
  signup?: {
13159
- status?: "optional" | "disabled" | "required" | undefined;
13159
+ status?: "optional" | "required" | "disabled" | undefined;
13160
13160
  } | undefined;
13161
13161
  validation?: {
13162
13162
  max_length?: number | undefined;
@@ -13173,7 +13173,7 @@ declare function init(config: AuthHeroConfig): {
13173
13173
  active?: boolean | undefined;
13174
13174
  } | undefined;
13175
13175
  signup?: {
13176
- status?: "optional" | "disabled" | "required" | undefined;
13176
+ status?: "optional" | "required" | "disabled" | undefined;
13177
13177
  } | undefined;
13178
13178
  } | undefined;
13179
13179
  } | undefined;
@@ -13293,7 +13293,7 @@ declare function init(config: AuthHeroConfig): {
13293
13293
  active?: boolean | undefined;
13294
13294
  } | undefined;
13295
13295
  signup?: {
13296
- status?: "optional" | "disabled" | "required" | undefined;
13296
+ status?: "optional" | "required" | "disabled" | undefined;
13297
13297
  verification?: {
13298
13298
  active?: boolean | undefined;
13299
13299
  } | undefined;
@@ -13310,7 +13310,7 @@ declare function init(config: AuthHeroConfig): {
13310
13310
  active?: boolean | undefined;
13311
13311
  } | undefined;
13312
13312
  signup?: {
13313
- status?: "optional" | "disabled" | "required" | undefined;
13313
+ status?: "optional" | "required" | "disabled" | undefined;
13314
13314
  } | undefined;
13315
13315
  validation?: {
13316
13316
  max_length?: number | undefined;
@@ -13327,7 +13327,7 @@ declare function init(config: AuthHeroConfig): {
13327
13327
  active?: boolean | undefined;
13328
13328
  } | undefined;
13329
13329
  signup?: {
13330
- status?: "optional" | "disabled" | "required" | undefined;
13330
+ status?: "optional" | "required" | "disabled" | undefined;
13331
13331
  } | undefined;
13332
13332
  } | undefined;
13333
13333
  } | undefined;
@@ -14281,7 +14281,7 @@ declare function init(config: AuthHeroConfig): {
14281
14281
  };
14282
14282
  };
14283
14283
  output: {
14284
- type: "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" | "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";
14284
+ 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";
14285
14285
  date: string;
14286
14286
  isMobile: boolean;
14287
14287
  log_id: string;
@@ -14320,7 +14320,7 @@ declare function init(config: AuthHeroConfig): {
14320
14320
  limit: number;
14321
14321
  length: number;
14322
14322
  logs: {
14323
- type: "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" | "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";
14323
+ 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";
14324
14324
  date: string;
14325
14325
  isMobile: boolean;
14326
14326
  log_id: string;
@@ -14635,7 +14635,7 @@ declare function init(config: AuthHeroConfig): {
14635
14635
  };
14636
14636
  } & {
14637
14637
  json: {
14638
- 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";
14638
+ 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";
14639
14639
  body: string;
14640
14640
  from: string;
14641
14641
  subject: string;
@@ -14656,7 +14656,7 @@ declare function init(config: AuthHeroConfig): {
14656
14656
  };
14657
14657
  } & {
14658
14658
  json: {
14659
- 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";
14659
+ 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";
14660
14660
  body: string;
14661
14661
  from: string;
14662
14662
  subject: string;
@@ -14668,7 +14668,7 @@ declare function init(config: AuthHeroConfig): {
14668
14668
  };
14669
14669
  };
14670
14670
  output: {
14671
- 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";
14671
+ 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";
14672
14672
  body: string;
14673
14673
  from: string;
14674
14674
  subject: string;
@@ -14691,7 +14691,7 @@ declare function init(config: AuthHeroConfig): {
14691
14691
  };
14692
14692
  };
14693
14693
  output: {
14694
- 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";
14694
+ 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";
14695
14695
  body: string;
14696
14696
  subject: string;
14697
14697
  }[];
@@ -14704,7 +14704,7 @@ declare function init(config: AuthHeroConfig): {
14704
14704
  $get: {
14705
14705
  input: {
14706
14706
  param: {
14707
- 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";
14707
+ 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";
14708
14708
  };
14709
14709
  } & {
14710
14710
  header: {
@@ -14717,7 +14717,7 @@ declare function init(config: AuthHeroConfig): {
14717
14717
  } | {
14718
14718
  input: {
14719
14719
  param: {
14720
- 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";
14720
+ 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";
14721
14721
  };
14722
14722
  } & {
14723
14723
  header: {
@@ -14725,7 +14725,7 @@ declare function init(config: AuthHeroConfig): {
14725
14725
  };
14726
14726
  };
14727
14727
  output: {
14728
- 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";
14728
+ 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";
14729
14729
  body: string;
14730
14730
  from: string;
14731
14731
  subject: string;
@@ -14744,7 +14744,7 @@ declare function init(config: AuthHeroConfig): {
14744
14744
  $put: {
14745
14745
  input: {
14746
14746
  param: {
14747
- 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";
14747
+ 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";
14748
14748
  };
14749
14749
  } & {
14750
14750
  header: {
@@ -14752,7 +14752,7 @@ declare function init(config: AuthHeroConfig): {
14752
14752
  };
14753
14753
  } & {
14754
14754
  json: {
14755
- 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";
14755
+ 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";
14756
14756
  body: string;
14757
14757
  subject: string;
14758
14758
  syntax?: "liquid" | undefined;
@@ -14764,7 +14764,7 @@ declare function init(config: AuthHeroConfig): {
14764
14764
  };
14765
14765
  };
14766
14766
  output: {
14767
- 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";
14767
+ 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";
14768
14768
  body: string;
14769
14769
  from: string;
14770
14770
  subject: string;
@@ -14783,7 +14783,7 @@ declare function init(config: AuthHeroConfig): {
14783
14783
  $patch: {
14784
14784
  input: {
14785
14785
  param: {
14786
- 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";
14786
+ 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";
14787
14787
  };
14788
14788
  } & {
14789
14789
  header: {
@@ -14791,7 +14791,7 @@ declare function init(config: AuthHeroConfig): {
14791
14791
  };
14792
14792
  } & {
14793
14793
  json: {
14794
- 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;
14794
+ 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;
14795
14795
  body?: string | undefined;
14796
14796
  from?: string | undefined;
14797
14797
  subject?: string | undefined;
@@ -14808,7 +14808,7 @@ declare function init(config: AuthHeroConfig): {
14808
14808
  } | {
14809
14809
  input: {
14810
14810
  param: {
14811
- 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";
14811
+ 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";
14812
14812
  };
14813
14813
  } & {
14814
14814
  header: {
@@ -14816,7 +14816,7 @@ declare function init(config: AuthHeroConfig): {
14816
14816
  };
14817
14817
  } & {
14818
14818
  json: {
14819
- 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;
14819
+ 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;
14820
14820
  body?: string | undefined;
14821
14821
  from?: string | undefined;
14822
14822
  subject?: string | undefined;
@@ -14828,7 +14828,7 @@ declare function init(config: AuthHeroConfig): {
14828
14828
  };
14829
14829
  };
14830
14830
  output: {
14831
- 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";
14831
+ 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";
14832
14832
  body: string;
14833
14833
  from: string;
14834
14834
  subject: string;
@@ -14847,7 +14847,7 @@ declare function init(config: AuthHeroConfig): {
14847
14847
  $delete: {
14848
14848
  input: {
14849
14849
  param: {
14850
- 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";
14850
+ 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";
14851
14851
  };
14852
14852
  } & {
14853
14853
  header: {
@@ -14860,7 +14860,7 @@ declare function init(config: AuthHeroConfig): {
14860
14860
  } | {
14861
14861
  input: {
14862
14862
  param: {
14863
- 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";
14863
+ 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";
14864
14864
  };
14865
14865
  } & {
14866
14866
  header: {
@@ -14877,7 +14877,7 @@ declare function init(config: AuthHeroConfig): {
14877
14877
  $post: {
14878
14878
  input: {
14879
14879
  param: {
14880
- 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";
14880
+ 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";
14881
14881
  };
14882
14882
  } & {
14883
14883
  header: {
@@ -15160,7 +15160,7 @@ declare function init(config: AuthHeroConfig): {
15160
15160
  type: "auth0_managed_certs" | "self_managed_certs";
15161
15161
  custom_domain_id: string;
15162
15162
  primary: boolean;
15163
- status: "pending" | "ready" | "disabled" | "pending_verification";
15163
+ status: "disabled" | "pending" | "ready" | "pending_verification";
15164
15164
  verification_method?: "txt" | undefined;
15165
15165
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15166
15166
  domain_metadata?: {
@@ -15201,7 +15201,7 @@ declare function init(config: AuthHeroConfig): {
15201
15201
  type: "auth0_managed_certs" | "self_managed_certs";
15202
15202
  custom_domain_id: string;
15203
15203
  primary: boolean;
15204
- status: "pending" | "ready" | "disabled" | "pending_verification";
15204
+ status: "disabled" | "pending" | "ready" | "pending_verification";
15205
15205
  verification_method?: "txt" | undefined;
15206
15206
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15207
15207
  domain_metadata?: {
@@ -15265,7 +15265,7 @@ declare function init(config: AuthHeroConfig): {
15265
15265
  type: "auth0_managed_certs" | "self_managed_certs";
15266
15266
  custom_domain_id: string;
15267
15267
  primary: boolean;
15268
- status: "pending" | "ready" | "disabled" | "pending_verification";
15268
+ status: "disabled" | "pending" | "ready" | "pending_verification";
15269
15269
  verification_method?: "txt" | undefined;
15270
15270
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15271
15271
  domain_metadata?: {
@@ -15312,7 +15312,7 @@ declare function init(config: AuthHeroConfig): {
15312
15312
  type: "auth0_managed_certs" | "self_managed_certs";
15313
15313
  custom_domain_id: string;
15314
15314
  primary: boolean;
15315
- status: "pending" | "ready" | "disabled" | "pending_verification";
15315
+ status: "disabled" | "pending" | "ready" | "pending_verification";
15316
15316
  verification_method?: "txt" | undefined;
15317
15317
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15318
15318
  domain_metadata?: {
@@ -15358,7 +15358,7 @@ declare function init(config: AuthHeroConfig): {
15358
15358
  type: "auth0_managed_certs" | "self_managed_certs";
15359
15359
  custom_domain_id: string;
15360
15360
  primary: boolean;
15361
- status: "pending" | "ready" | "disabled" | "pending_verification";
15361
+ status: "disabled" | "pending" | "ready" | "pending_verification";
15362
15362
  verification_method?: "txt" | undefined;
15363
15363
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15364
15364
  domain_metadata?: {
@@ -15399,7 +15399,7 @@ declare function init(config: AuthHeroConfig): {
15399
15399
  type: "auth0_managed_certs" | "self_managed_certs";
15400
15400
  custom_domain_id: string;
15401
15401
  primary: boolean;
15402
- status: "pending" | "ready" | "disabled" | "pending_verification";
15402
+ status: "disabled" | "pending" | "ready" | "pending_verification";
15403
15403
  verification_method?: "txt" | undefined;
15404
15404
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
15405
15405
  domain_metadata?: {
@@ -15498,7 +15498,7 @@ declare function init(config: AuthHeroConfig): {
15498
15498
  background_color: string;
15499
15499
  background_image_url: string;
15500
15500
  page_layout: "center" | "left" | "right";
15501
- logo_placement?: "widget" | "none" | "chip" | undefined;
15501
+ logo_placement?: "none" | "widget" | "chip" | undefined;
15502
15502
  };
15503
15503
  widget: {
15504
15504
  header_text_alignment: "center" | "left" | "right";
@@ -15588,7 +15588,7 @@ declare function init(config: AuthHeroConfig): {
15588
15588
  background_color: string;
15589
15589
  background_image_url: string;
15590
15590
  page_layout: "center" | "left" | "right";
15591
- logo_placement?: "widget" | "none" | "chip" | undefined;
15591
+ logo_placement?: "none" | "widget" | "chip" | undefined;
15592
15592
  };
15593
15593
  widget: {
15594
15594
  header_text_alignment: "center" | "left" | "right";
@@ -15667,7 +15667,7 @@ declare function init(config: AuthHeroConfig): {
15667
15667
  background_color: string;
15668
15668
  background_image_url: string;
15669
15669
  page_layout: "center" | "left" | "right";
15670
- logo_placement?: "widget" | "none" | "chip" | undefined;
15670
+ logo_placement?: "none" | "widget" | "chip" | undefined;
15671
15671
  };
15672
15672
  widget: {
15673
15673
  header_text_alignment: "center" | "left" | "right";
@@ -15829,7 +15829,7 @@ declare function init(config: AuthHeroConfig): {
15829
15829
  } & {
15830
15830
  json: {
15831
15831
  body?: string | undefined;
15832
- screen?: "password" | "signup" | "login" | "identifier" | undefined;
15832
+ screen?: "password" | "identifier" | "signup" | "login" | undefined;
15833
15833
  branding?: {
15834
15834
  colors?: {
15835
15835
  primary: string;
@@ -15915,7 +15915,7 @@ declare function init(config: AuthHeroConfig): {
15915
15915
  background_color: string;
15916
15916
  background_image_url: string;
15917
15917
  page_layout: "center" | "left" | "right";
15918
- logo_placement?: "widget" | "none" | "chip" | undefined;
15918
+ logo_placement?: "none" | "widget" | "chip" | undefined;
15919
15919
  } | undefined;
15920
15920
  widget?: {
15921
15921
  header_text_alignment: "center" | "left" | "right";
@@ -15998,7 +15998,7 @@ declare function init(config: AuthHeroConfig): {
15998
15998
  json: {
15999
15999
  bindings: {
16000
16000
  ref: {
16001
- type?: "action_id" | "action_name" | undefined;
16001
+ type?: "action_name" | "action_id" | undefined;
16002
16002
  value?: string | undefined;
16003
16003
  id?: string | undefined;
16004
16004
  name?: string | undefined;
@@ -16073,7 +16073,7 @@ declare function init(config: AuthHeroConfig): {
16073
16073
  output: {
16074
16074
  id: string;
16075
16075
  trigger_id: string;
16076
- status: "pending" | "suspended" | "unspecified" | "final" | "partial" | "canceled";
16076
+ status: "pending" | "unspecified" | "final" | "partial" | "canceled" | "suspended";
16077
16077
  results: {
16078
16078
  action_name: string;
16079
16079
  error: {
@@ -16120,7 +16120,7 @@ declare function init(config: AuthHeroConfig): {
16120
16120
  logs: {
16121
16121
  action_name: string;
16122
16122
  lines: {
16123
- level: "error" | "info" | "log" | "warn" | "debug";
16123
+ level: "error" | "log" | "info" | "warn" | "debug";
16124
16124
  message: string;
16125
16125
  }[];
16126
16126
  }[];
@@ -16787,7 +16787,7 @@ declare function init(config: AuthHeroConfig): {
16787
16787
  args: hono_utils_types.JSONValue[];
16788
16788
  }[];
16789
16789
  logs: {
16790
- level: "error" | "info" | "log" | "warn" | "debug";
16790
+ level: "error" | "log" | "info" | "warn" | "debug";
16791
16791
  message: string;
16792
16792
  }[];
16793
16793
  error?: string | undefined;
@@ -16801,6 +16801,19 @@ declare function init(config: AuthHeroConfig): {
16801
16801
  Bindings: Bindings;
16802
16802
  Variables: Variables;
16803
16803
  }, hono_types.MergeSchemaPath<{
16804
+ "/:initials": {
16805
+ $get: {
16806
+ input: {
16807
+ param: {
16808
+ initials: string;
16809
+ };
16810
+ };
16811
+ output: string;
16812
+ outputFormat: "body";
16813
+ status: 200;
16814
+ };
16815
+ };
16816
+ }, "/avatars"> & hono_types.MergeSchemaPath<{
16804
16817
  "/": {
16805
16818
  $get: {
16806
16819
  input: {
@@ -17231,7 +17244,7 @@ declare function init(config: AuthHeroConfig): {
17231
17244
  client_id: string;
17232
17245
  redirect_url?: string | undefined;
17233
17246
  login_hint?: string | undefined;
17234
- screen_hint?: "change-email" | "account" | "change-phone" | "change-password" | undefined;
17247
+ screen_hint?: "account" | "change-email" | "change-phone" | "change-password" | undefined;
17235
17248
  };
17236
17249
  };
17237
17250
  output: {};
@@ -17243,7 +17256,7 @@ declare function init(config: AuthHeroConfig): {
17243
17256
  client_id: string;
17244
17257
  redirect_url?: string | undefined;
17245
17258
  login_hint?: string | undefined;
17246
- screen_hint?: "change-email" | "account" | "change-phone" | "change-password" | undefined;
17259
+ screen_hint?: "account" | "change-email" | "change-phone" | "change-password" | undefined;
17247
17260
  };
17248
17261
  };
17249
17262
  output: {
@@ -17520,19 +17533,19 @@ declare function init(config: AuthHeroConfig): {
17520
17533
  email: string;
17521
17534
  send: "code" | "link";
17522
17535
  authParams: {
17536
+ username?: string | undefined;
17523
17537
  audience?: string | undefined;
17524
- response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
17525
- response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
17526
17538
  scope?: string | undefined;
17527
- username?: string | undefined;
17528
- prompt?: string | undefined;
17529
17539
  state?: string | undefined;
17530
- organization?: string | undefined;
17531
- nonce?: string | undefined;
17540
+ response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
17541
+ response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
17542
+ code_challenge?: string | undefined;
17543
+ code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
17532
17544
  redirect_uri?: string | undefined;
17545
+ nonce?: string | undefined;
17533
17546
  act_as?: string | undefined;
17534
- code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
17535
- code_challenge?: string | undefined;
17547
+ organization?: string | undefined;
17548
+ prompt?: string | undefined;
17536
17549
  ui_locales?: string | undefined;
17537
17550
  max_age?: number | undefined;
17538
17551
  acr_values?: string | undefined;
@@ -17556,19 +17569,19 @@ declare function init(config: AuthHeroConfig): {
17556
17569
  phone_number: string;
17557
17570
  send: "code" | "link";
17558
17571
  authParams: {
17572
+ username?: string | undefined;
17559
17573
  audience?: string | undefined;
17560
- response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
17561
- response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
17562
17574
  scope?: string | undefined;
17563
- username?: string | undefined;
17564
- prompt?: string | undefined;
17565
17575
  state?: string | undefined;
17566
- organization?: string | undefined;
17567
- nonce?: string | undefined;
17576
+ response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
17577
+ response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
17578
+ code_challenge?: string | undefined;
17579
+ code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
17568
17580
  redirect_uri?: string | undefined;
17581
+ nonce?: string | undefined;
17569
17582
  act_as?: string | undefined;
17570
- code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
17571
- code_challenge?: string | undefined;
17583
+ organization?: string | undefined;
17584
+ prompt?: string | undefined;
17572
17585
  ui_locales?: string | undefined;
17573
17586
  max_age?: number | undefined;
17574
17587
  acr_values?: string | undefined;
@@ -17700,14 +17713,14 @@ declare function init(config: AuthHeroConfig): {
17700
17713
  input: {
17701
17714
  form: {
17702
17715
  token: string;
17703
- token_type_hint?: "refresh_token" | "access_token" | undefined;
17716
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
17704
17717
  client_id?: string | undefined;
17705
17718
  client_secret?: string | undefined;
17706
17719
  };
17707
17720
  } & {
17708
17721
  json: {
17709
17722
  token: string;
17710
- token_type_hint?: "refresh_token" | "access_token" | undefined;
17723
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
17711
17724
  client_id?: string | undefined;
17712
17725
  client_secret?: string | undefined;
17713
17726
  };
@@ -17719,14 +17732,14 @@ declare function init(config: AuthHeroConfig): {
17719
17732
  input: {
17720
17733
  form: {
17721
17734
  token: string;
17722
- token_type_hint?: "refresh_token" | "access_token" | undefined;
17735
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
17723
17736
  client_id?: string | undefined;
17724
17737
  client_secret?: string | undefined;
17725
17738
  };
17726
17739
  } & {
17727
17740
  json: {
17728
17741
  token: string;
17729
- token_type_hint?: "refresh_token" | "access_token" | undefined;
17742
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
17730
17743
  client_id?: string | undefined;
17731
17744
  client_secret?: string | undefined;
17732
17745
  };
@@ -17741,14 +17754,14 @@ declare function init(config: AuthHeroConfig): {
17741
17754
  input: {
17742
17755
  form: {
17743
17756
  token: string;
17744
- token_type_hint?: "refresh_token" | "access_token" | undefined;
17757
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
17745
17758
  client_id?: string | undefined;
17746
17759
  client_secret?: string | undefined;
17747
17760
  };
17748
17761
  } & {
17749
17762
  json: {
17750
17763
  token: string;
17751
- token_type_hint?: "refresh_token" | "access_token" | undefined;
17764
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
17752
17765
  client_id?: string | undefined;
17753
17766
  client_secret?: string | undefined;
17754
17767
  };
@@ -17798,7 +17811,7 @@ declare function init(config: AuthHeroConfig): {
17798
17811
  client_id: string;
17799
17812
  username: string;
17800
17813
  otp: string;
17801
- realm: "sms" | "email";
17814
+ realm: "email" | "sms";
17802
17815
  } | {
17803
17816
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
17804
17817
  subject_token: string;
@@ -17845,7 +17858,7 @@ declare function init(config: AuthHeroConfig): {
17845
17858
  client_id: string;
17846
17859
  username: string;
17847
17860
  otp: string;
17848
- realm: "sms" | "email";
17861
+ realm: "email" | "sms";
17849
17862
  } | {
17850
17863
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
17851
17864
  subject_token: string;
@@ -17897,7 +17910,7 @@ declare function init(config: AuthHeroConfig): {
17897
17910
  client_id: string;
17898
17911
  username: string;
17899
17912
  otp: string;
17900
- realm: "sms" | "email";
17913
+ realm: "email" | "sms";
17901
17914
  } | {
17902
17915
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
17903
17916
  subject_token: string;
@@ -17944,7 +17957,7 @@ declare function init(config: AuthHeroConfig): {
17944
17957
  client_id: string;
17945
17958
  username: string;
17946
17959
  otp: string;
17947
- realm: "sms" | "email";
17960
+ realm: "email" | "sms";
17948
17961
  } | {
17949
17962
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
17950
17963
  subject_token: string;
@@ -18004,7 +18017,7 @@ declare function init(config: AuthHeroConfig): {
18004
18017
  client_id: string;
18005
18018
  username: string;
18006
18019
  otp: string;
18007
- realm: "sms" | "email";
18020
+ realm: "email" | "sms";
18008
18021
  } | {
18009
18022
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18010
18023
  subject_token: string;
@@ -18051,7 +18064,7 @@ declare function init(config: AuthHeroConfig): {
18051
18064
  client_id: string;
18052
18065
  username: string;
18053
18066
  otp: string;
18054
- realm: "sms" | "email";
18067
+ realm: "email" | "sms";
18055
18068
  } | {
18056
18069
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18057
18070
  subject_token: string;
@@ -18106,7 +18119,7 @@ declare function init(config: AuthHeroConfig): {
18106
18119
  client_id: string;
18107
18120
  username: string;
18108
18121
  otp: string;
18109
- realm: "sms" | "email";
18122
+ realm: "email" | "sms";
18110
18123
  } | {
18111
18124
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18112
18125
  subject_token: string;
@@ -18153,7 +18166,7 @@ declare function init(config: AuthHeroConfig): {
18153
18166
  client_id: string;
18154
18167
  username: string;
18155
18168
  otp: string;
18156
- realm: "sms" | "email";
18169
+ realm: "email" | "sms";
18157
18170
  } | {
18158
18171
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18159
18172
  subject_token: string;
@@ -18208,7 +18221,7 @@ declare function init(config: AuthHeroConfig): {
18208
18221
  client_id: string;
18209
18222
  username: string;
18210
18223
  otp: string;
18211
- realm: "sms" | "email";
18224
+ realm: "email" | "sms";
18212
18225
  } | {
18213
18226
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18214
18227
  subject_token: string;
@@ -18255,7 +18268,7 @@ declare function init(config: AuthHeroConfig): {
18255
18268
  client_id: string;
18256
18269
  username: string;
18257
18270
  otp: string;
18258
- realm: "sms" | "email";
18271
+ realm: "email" | "sms";
18259
18272
  } | {
18260
18273
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
18261
18274
  subject_token: string;
@@ -19475,7 +19488,7 @@ declare function init(config: AuthHeroConfig): {
19475
19488
  $get: {
19476
19489
  input: {
19477
19490
  param: {
19478
- 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";
19491
+ screen: "signup" | "login" | "account" | "reset-password" | "consent" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
19479
19492
  };
19480
19493
  } & {
19481
19494
  query: {
@@ -19491,7 +19504,7 @@ declare function init(config: AuthHeroConfig): {
19491
19504
  } | {
19492
19505
  input: {
19493
19506
  param: {
19494
- 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";
19507
+ screen: "signup" | "login" | "account" | "reset-password" | "consent" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
19495
19508
  };
19496
19509
  } & {
19497
19510
  query: {
@@ -19507,7 +19520,7 @@ declare function init(config: AuthHeroConfig): {
19507
19520
  } | {
19508
19521
  input: {
19509
19522
  param: {
19510
- 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";
19523
+ screen: "signup" | "login" | "account" | "reset-password" | "consent" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
19511
19524
  };
19512
19525
  } & {
19513
19526
  query: {