authhero 8.10.0 → 8.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) 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 +140 -140
  4. package/dist/authhero.mjs +9215 -9171
  5. package/dist/stats.html +1 -1
  6. package/dist/tsconfig.types.tsbuildinfo +1 -1
  7. package/dist/types/authentication-flows/passwordless.d.ts +6 -6
  8. package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
  9. package/dist/types/index.d.ts +140 -140
  10. package/dist/types/routes/auth-api/index.d.ts +28 -28
  11. package/dist/types/routes/auth-api/passwordless.d.ts +16 -16
  12. package/dist/types/routes/auth-api/register/index.d.ts +2 -2
  13. package/dist/types/routes/auth-api/token.d.ts +10 -10
  14. package/dist/types/routes/management-api/action-executions.d.ts +1 -1
  15. package/dist/types/routes/management-api/action-triggers.d.ts +1 -1
  16. package/dist/types/routes/management-api/actions.d.ts +1 -1
  17. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  18. package/dist/types/routes/management-api/branding.d.ts +9 -9
  19. package/dist/types/routes/management-api/clients.d.ts +13 -13
  20. package/dist/types/routes/management-api/connections.d.ts +16 -16
  21. package/dist/types/routes/management-api/custom-domains.d.ts +6 -6
  22. package/dist/types/routes/management-api/email-templates.d.ts +18 -18
  23. package/dist/types/routes/management-api/forms.d.ts +126 -126
  24. package/dist/types/routes/management-api/guardian.d.ts +5 -5
  25. package/dist/types/routes/management-api/hook-code.d.ts +2 -2
  26. package/dist/types/routes/management-api/index.d.ts +96 -96
  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/migration-sources.d.ts +6 -6
  30. package/dist/types/routes/management-api/organizations.d.ts +1 -1
  31. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  32. package/dist/types/routes/management-api/tenants.d.ts +5 -5
  33. package/dist/types/routes/management-api/themes.d.ts +6 -6
  34. package/dist/types/routes/management-api/users.d.ts +2 -2
  35. package/dist/types/routes/universal-login/common.d.ts +12 -12
  36. package/dist/types/routes/universal-login/flow-api.d.ts +8 -8
  37. package/dist/types/routes/universal-login/identifier.d.ts +2 -2
  38. package/dist/types/routes/universal-login/index.d.ts +2 -2
  39. package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
  40. package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
  41. package/dist/types/strategies/microsoft-entra.d.ts +14 -0
  42. package/dist/types/strategies/waad.d.ts +14 -0
  43. package/dist/types/types/IdToken.d.ts +3 -3
  44. package/package.json +5 -5
@@ -147,7 +147,7 @@ export declare function init(config: AuthHeroConfig): {
147
147
  };
148
148
  } & {
149
149
  json: {
150
- type: "push" | "email" | "passkey" | "webauthn-roaming" | "webauthn-platform" | "phone" | "totp";
150
+ type: "email" | "passkey" | "push" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
151
151
  phone_number?: string | undefined;
152
152
  totp_secret?: string | undefined;
153
153
  credential_id?: string | undefined;
@@ -287,7 +287,7 @@ export declare function init(config: AuthHeroConfig): {
287
287
  };
288
288
  };
289
289
  output: {
290
- name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
290
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
291
291
  enabled: boolean;
292
292
  trial_expired?: boolean | undefined;
293
293
  }[];
@@ -442,7 +442,7 @@ export declare function init(config: AuthHeroConfig): {
442
442
  $get: {
443
443
  input: {
444
444
  param: {
445
- factor_name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
445
+ factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
446
446
  };
447
447
  } & {
448
448
  header: {
@@ -450,7 +450,7 @@ export declare function init(config: AuthHeroConfig): {
450
450
  };
451
451
  };
452
452
  output: {
453
- name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
453
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
454
454
  enabled: boolean;
455
455
  trial_expired?: boolean | undefined;
456
456
  };
@@ -463,7 +463,7 @@ export declare function init(config: AuthHeroConfig): {
463
463
  $put: {
464
464
  input: {
465
465
  param: {
466
- factor_name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
466
+ factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
467
467
  };
468
468
  } & {
469
469
  header: {
@@ -475,7 +475,7 @@ export declare function init(config: AuthHeroConfig): {
475
475
  };
476
476
  };
477
477
  output: {
478
- name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
478
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
479
479
  enabled: boolean;
480
480
  trial_expired?: boolean | undefined;
481
481
  };
@@ -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: "status" | "login" | "signup" | "mfa" | "organizations" | "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: "signup" | "status" | "organizations" | "mfa" | "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: "status" | "login" | "signup" | "mfa" | "organizations" | "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: "signup" | "status" | "organizations" | "mfa" | "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: "status" | "login" | "signup" | "mfa" | "organizations" | "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: "signup" | "status" | "organizations" | "mfa" | "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: "status" | "login" | "signup" | "mfa" | "organizations" | "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: "signup" | "status" | "organizations" | "mfa" | "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?: "required" | "optional" | "disabled" | 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?: "required" | "optional" | "disabled" | 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?: "required" | "optional" | "disabled" | 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?: "required" | "optional" | "disabled" | 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?: "required" | "optional" | "disabled" | 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?: "required" | "optional" | "disabled" | 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?: "required" | "optional" | "disabled" | 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?: "required" | "optional" | "disabled" | 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?: "required" | "optional" | "disabled" | 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?: "required" | "optional" | "disabled" | 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?: "required" | "optional" | "disabled" | 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?: "required" | "optional" | "disabled" | 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?: "required" | "optional" | "disabled" | 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?: "required" | "optional" | "disabled" | 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?: "required" | "optional" | "disabled" | undefined;
7712
+ status?: "optional" | "required" | "disabled" | undefined;
7713
7713
  } | undefined;
7714
7714
  } | undefined;
7715
7715
  } | undefined;
@@ -7861,7 +7861,7 @@ export declare function init(config: AuthHeroConfig): {
7861
7861
  tenant_id: string;
7862
7862
  created_at: string;
7863
7863
  updated_at: string;
7864
- deploymentStatus: "deployed" | "failed" | "not_required";
7864
+ deploymentStatus: "failed" | "deployed" | "not_required";
7865
7865
  secrets?: {
7866
7866
  [x: string]: string;
7867
7867
  } | undefined;
@@ -7951,7 +7951,7 @@ export declare function init(config: AuthHeroConfig): {
7951
7951
  tenant_id: string;
7952
7952
  created_at: string;
7953
7953
  updated_at: string;
7954
- deploymentStatus: "deployed" | "failed" | "not_required";
7954
+ deploymentStatus: "failed" | "deployed" | "not_required";
7955
7955
  secrets?: {
7956
7956
  [x: string]: string;
7957
7957
  } | 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: "user" | "system" | "client_credentials" | "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;
@@ -8772,7 +8772,7 @@ export declare function init(config: AuthHeroConfig): {
8772
8772
  created_at: string;
8773
8773
  updated_at: string;
8774
8774
  name: string;
8775
- provider: "auth0" | "cognito" | "okta" | "oidc";
8775
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8776
8776
  connection: string;
8777
8777
  enabled: boolean;
8778
8778
  credentials: {
@@ -8804,7 +8804,7 @@ export declare function init(config: AuthHeroConfig): {
8804
8804
  created_at: string;
8805
8805
  updated_at: string;
8806
8806
  name: string;
8807
- provider: "auth0" | "cognito" | "okta" | "oidc";
8807
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8808
8808
  connection: string;
8809
8809
  enabled: boolean;
8810
8810
  credentials: {
@@ -8830,7 +8830,7 @@ export declare function init(config: AuthHeroConfig): {
8830
8830
  } & {
8831
8831
  json: {
8832
8832
  name: string;
8833
- provider: "auth0" | "cognito" | "okta" | "oidc";
8833
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8834
8834
  connection: string;
8835
8835
  credentials: {
8836
8836
  domain: string;
@@ -8847,7 +8847,7 @@ export declare function init(config: AuthHeroConfig): {
8847
8847
  created_at: string;
8848
8848
  updated_at: string;
8849
8849
  name: string;
8850
- provider: "auth0" | "cognito" | "okta" | "oidc";
8850
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8851
8851
  connection: string;
8852
8852
  enabled: boolean;
8853
8853
  credentials: {
@@ -8878,7 +8878,7 @@ export declare function init(config: AuthHeroConfig): {
8878
8878
  json: {
8879
8879
  id?: string | undefined;
8880
8880
  name?: string | undefined;
8881
- provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
8881
+ provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
8882
8882
  connection?: string | undefined;
8883
8883
  enabled?: boolean | undefined;
8884
8884
  credentials?: {
@@ -8894,7 +8894,7 @@ export declare function init(config: AuthHeroConfig): {
8894
8894
  created_at: string;
8895
8895
  updated_at: string;
8896
8896
  name: string;
8897
- provider: "auth0" | "cognito" | "okta" | "oidc";
8897
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8898
8898
  connection: string;
8899
8899
  enabled: boolean;
8900
8900
  credentials: {
@@ -8942,7 +8942,7 @@ export declare function init(config: AuthHeroConfig): {
8942
8942
  [x: string]: import("hono/utils/types").JSONValue;
8943
8943
  };
8944
8944
  id: string;
8945
- status: "suspended" | "active" | "paused";
8945
+ status: "active" | "suspended" | "paused";
8946
8946
  filters?: {
8947
8947
  type: string;
8948
8948
  name: string;
@@ -8974,7 +8974,7 @@ export declare function init(config: AuthHeroConfig): {
8974
8974
  [x: string]: import("hono/utils/types").JSONValue;
8975
8975
  };
8976
8976
  id: string;
8977
- status: "suspended" | "active" | "paused";
8977
+ status: "active" | "suspended" | "paused";
8978
8978
  filters?: {
8979
8979
  type: string;
8980
8980
  name: string;
@@ -8999,7 +8999,7 @@ export declare function init(config: AuthHeroConfig): {
8999
8999
  name: string;
9000
9000
  type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
9001
9001
  sink: Record<string, unknown>;
9002
- status?: "suspended" | "active" | "paused" | undefined;
9002
+ status?: "active" | "suspended" | "paused" | undefined;
9003
9003
  filters?: {
9004
9004
  type: string;
9005
9005
  name: string;
@@ -9014,7 +9014,7 @@ export declare function init(config: AuthHeroConfig): {
9014
9014
  [x: string]: import("hono/utils/types").JSONValue;
9015
9015
  };
9016
9016
  id: string;
9017
- status: "suspended" | "active" | "paused";
9017
+ status: "active" | "suspended" | "paused";
9018
9018
  filters?: {
9019
9019
  type: string;
9020
9020
  name: string;
@@ -9049,7 +9049,7 @@ export declare function init(config: AuthHeroConfig): {
9049
9049
  }[] | undefined;
9050
9050
  isPriority?: boolean | undefined;
9051
9051
  id?: string | undefined;
9052
- status?: "suspended" | "active" | "paused" | undefined;
9052
+ status?: "active" | "suspended" | "paused" | undefined;
9053
9053
  created_at?: string | undefined;
9054
9054
  updated_at?: string | undefined;
9055
9055
  };
@@ -9061,7 +9061,7 @@ export declare function init(config: AuthHeroConfig): {
9061
9061
  [x: string]: import("hono/utils/types").JSONValue;
9062
9062
  };
9063
9063
  id: string;
9064
- status: "suspended" | "active" | "paused";
9064
+ status: "active" | "suspended" | "paused";
9065
9065
  filters?: {
9066
9066
  type: string;
9067
9067
  name: string;
@@ -9112,7 +9112,7 @@ export declare function init(config: AuthHeroConfig): {
9112
9112
  };
9113
9113
  };
9114
9114
  output: {
9115
- type: "fn" | "i" | "fapi" | "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" | "sapi" | "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";
9115
+ type: "fh" | "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" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "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";
9116
9116
  date: string;
9117
9117
  isMobile: boolean;
9118
9118
  log_id: string;
@@ -9151,7 +9151,7 @@ export declare function init(config: AuthHeroConfig): {
9151
9151
  limit: number;
9152
9152
  length: number;
9153
9153
  logs: {
9154
- type: "fn" | "i" | "fapi" | "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" | "sapi" | "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";
9154
+ type: "fh" | "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" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "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";
9155
9155
  date: string;
9156
9156
  isMobile: boolean;
9157
9157
  log_id: string;
@@ -9205,7 +9205,7 @@ export declare function init(config: AuthHeroConfig): {
9205
9205
  };
9206
9206
  };
9207
9207
  output: {
9208
- type: "fn" | "i" | "fapi" | "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" | "sapi" | "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";
9208
+ type: "fh" | "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" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "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";
9209
9209
  date: string;
9210
9210
  isMobile: boolean;
9211
9211
  log_id: string;
@@ -9593,7 +9593,7 @@ export declare function init(config: AuthHeroConfig): {
9593
9593
  addons?: {
9594
9594
  [x: string]: any;
9595
9595
  } | undefined;
9596
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9596
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9597
9597
  client_metadata?: {
9598
9598
  [x: string]: string;
9599
9599
  } | undefined;
@@ -9689,7 +9689,7 @@ export declare function init(config: AuthHeroConfig): {
9689
9689
  addons?: {
9690
9690
  [x: string]: any;
9691
9691
  } | undefined;
9692
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9692
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9693
9693
  client_metadata?: {
9694
9694
  [x: string]: string;
9695
9695
  } | undefined;
@@ -9800,7 +9800,7 @@ export declare function init(config: AuthHeroConfig): {
9800
9800
  addons?: {
9801
9801
  [x: string]: any;
9802
9802
  } | undefined;
9803
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9803
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9804
9804
  client_metadata?: {
9805
9805
  [x: string]: string;
9806
9806
  } | undefined;
@@ -9910,7 +9910,7 @@ export declare function init(config: AuthHeroConfig): {
9910
9910
  custom_login_page_preview?: string | undefined;
9911
9911
  form_template?: string | undefined;
9912
9912
  addons?: Record<string, any> | undefined;
9913
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9913
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9914
9914
  client_metadata?: Record<string, string> | undefined;
9915
9915
  hide_sign_up_disabled_error?: boolean | undefined;
9916
9916
  mobile?: Record<string, any> | undefined;
@@ -9990,7 +9990,7 @@ export declare function init(config: AuthHeroConfig): {
9990
9990
  addons?: {
9991
9991
  [x: string]: any;
9992
9992
  } | undefined;
9993
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9993
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9994
9994
  client_metadata?: {
9995
9995
  [x: string]: string;
9996
9996
  } | undefined;
@@ -10079,7 +10079,7 @@ export declare function init(config: AuthHeroConfig): {
10079
10079
  custom_login_page_preview?: string | undefined;
10080
10080
  form_template?: string | undefined;
10081
10081
  addons?: Record<string, any> | undefined;
10082
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10082
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10083
10083
  client_metadata?: Record<string, string> | undefined;
10084
10084
  hide_sign_up_disabled_error?: boolean | undefined;
10085
10085
  mobile?: Record<string, any> | undefined;
@@ -10159,7 +10159,7 @@ export declare function init(config: AuthHeroConfig): {
10159
10159
  addons?: {
10160
10160
  [x: string]: any;
10161
10161
  } | undefined;
10162
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10162
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10163
10163
  client_metadata?: {
10164
10164
  [x: string]: string;
10165
10165
  } | undefined;
@@ -10281,7 +10281,7 @@ export declare function init(config: AuthHeroConfig): {
10281
10281
  active?: boolean | undefined;
10282
10282
  } | undefined;
10283
10283
  signup?: {
10284
- status?: "required" | "optional" | "disabled" | undefined;
10284
+ status?: "optional" | "required" | "disabled" | undefined;
10285
10285
  verification?: {
10286
10286
  active?: boolean | undefined;
10287
10287
  } | undefined;
@@ -10298,7 +10298,7 @@ export declare function init(config: AuthHeroConfig): {
10298
10298
  active?: boolean | undefined;
10299
10299
  } | undefined;
10300
10300
  signup?: {
10301
- status?: "required" | "optional" | "disabled" | undefined;
10301
+ status?: "optional" | "required" | "disabled" | undefined;
10302
10302
  } | undefined;
10303
10303
  validation?: {
10304
10304
  max_length?: number | undefined;
@@ -10315,7 +10315,7 @@ export declare function init(config: AuthHeroConfig): {
10315
10315
  active?: boolean | undefined;
10316
10316
  } | undefined;
10317
10317
  signup?: {
10318
- status?: "required" | "optional" | "disabled" | undefined;
10318
+ status?: "optional" | "required" | "disabled" | undefined;
10319
10319
  } | undefined;
10320
10320
  } | undefined;
10321
10321
  } | undefined;
@@ -10435,7 +10435,7 @@ export declare function init(config: AuthHeroConfig): {
10435
10435
  active?: boolean | undefined;
10436
10436
  } | undefined;
10437
10437
  signup?: {
10438
- status?: "required" | "optional" | "disabled" | undefined;
10438
+ status?: "optional" | "required" | "disabled" | undefined;
10439
10439
  verification?: {
10440
10440
  active?: boolean | undefined;
10441
10441
  } | undefined;
@@ -10452,7 +10452,7 @@ export declare function init(config: AuthHeroConfig): {
10452
10452
  active?: boolean | undefined;
10453
10453
  } | undefined;
10454
10454
  signup?: {
10455
- status?: "required" | "optional" | "disabled" | undefined;
10455
+ status?: "optional" | "required" | "disabled" | undefined;
10456
10456
  } | undefined;
10457
10457
  validation?: {
10458
10458
  max_length?: number | undefined;
@@ -10469,7 +10469,7 @@ export declare function init(config: AuthHeroConfig): {
10469
10469
  active?: boolean | undefined;
10470
10470
  } | undefined;
10471
10471
  signup?: {
10472
- status?: "required" | "optional" | "disabled" | undefined;
10472
+ status?: "optional" | "required" | "disabled" | undefined;
10473
10473
  } | undefined;
10474
10474
  } | undefined;
10475
10475
  } | undefined;
@@ -11423,7 +11423,7 @@ export declare function init(config: AuthHeroConfig): {
11423
11423
  };
11424
11424
  };
11425
11425
  output: {
11426
- type: "fn" | "i" | "fapi" | "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" | "sapi" | "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";
11426
+ type: "fh" | "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" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "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";
11427
11427
  date: string;
11428
11428
  isMobile: boolean;
11429
11429
  log_id: string;
@@ -11462,7 +11462,7 @@ export declare function init(config: AuthHeroConfig): {
11462
11462
  limit: number;
11463
11463
  length: number;
11464
11464
  logs: {
11465
- type: "fn" | "i" | "fapi" | "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" | "sapi" | "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";
11465
+ type: "fh" | "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" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "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";
11466
11466
  date: string;
11467
11467
  isMobile: boolean;
11468
11468
  log_id: string;
@@ -11777,7 +11777,7 @@ export declare function init(config: AuthHeroConfig): {
11777
11777
  };
11778
11778
  } & {
11779
11779
  json: {
11780
- 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";
11780
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11781
11781
  body: string;
11782
11782
  from: string;
11783
11783
  subject: string;
@@ -11798,7 +11798,7 @@ export declare function init(config: AuthHeroConfig): {
11798
11798
  };
11799
11799
  } & {
11800
11800
  json: {
11801
- 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";
11801
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11802
11802
  body: string;
11803
11803
  from: string;
11804
11804
  subject: string;
@@ -11810,7 +11810,7 @@ export declare function init(config: AuthHeroConfig): {
11810
11810
  };
11811
11811
  };
11812
11812
  output: {
11813
- 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";
11813
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11814
11814
  body: string;
11815
11815
  from: string;
11816
11816
  subject: string;
@@ -11833,7 +11833,7 @@ export declare function init(config: AuthHeroConfig): {
11833
11833
  };
11834
11834
  };
11835
11835
  output: {
11836
- 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";
11836
+ name: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11837
11837
  body: string;
11838
11838
  subject: string;
11839
11839
  }[];
@@ -11846,7 +11846,7 @@ export declare function init(config: AuthHeroConfig): {
11846
11846
  $get: {
11847
11847
  input: {
11848
11848
  param: {
11849
- 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";
11849
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11850
11850
  };
11851
11851
  } & {
11852
11852
  header: {
@@ -11859,7 +11859,7 @@ export declare function init(config: AuthHeroConfig): {
11859
11859
  } | {
11860
11860
  input: {
11861
11861
  param: {
11862
- 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";
11862
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11863
11863
  };
11864
11864
  } & {
11865
11865
  header: {
@@ -11867,7 +11867,7 @@ export declare function init(config: AuthHeroConfig): {
11867
11867
  };
11868
11868
  };
11869
11869
  output: {
11870
- 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";
11870
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11871
11871
  body: string;
11872
11872
  from: string;
11873
11873
  subject: string;
@@ -11886,7 +11886,7 @@ export declare function init(config: AuthHeroConfig): {
11886
11886
  $put: {
11887
11887
  input: {
11888
11888
  param: {
11889
- 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";
11889
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11890
11890
  };
11891
11891
  } & {
11892
11892
  header: {
@@ -11894,7 +11894,7 @@ export declare function init(config: AuthHeroConfig): {
11894
11894
  };
11895
11895
  } & {
11896
11896
  json: {
11897
- 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";
11897
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11898
11898
  body: string;
11899
11899
  subject: string;
11900
11900
  syntax?: "liquid" | undefined;
@@ -11906,7 +11906,7 @@ export declare function init(config: AuthHeroConfig): {
11906
11906
  };
11907
11907
  };
11908
11908
  output: {
11909
- 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";
11909
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11910
11910
  body: string;
11911
11911
  from: string;
11912
11912
  subject: string;
@@ -11925,7 +11925,7 @@ export declare function init(config: AuthHeroConfig): {
11925
11925
  $patch: {
11926
11926
  input: {
11927
11927
  param: {
11928
- 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";
11928
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11929
11929
  };
11930
11930
  } & {
11931
11931
  header: {
@@ -11933,7 +11933,7 @@ export declare function init(config: AuthHeroConfig): {
11933
11933
  };
11934
11934
  } & {
11935
11935
  json: {
11936
- 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;
11936
+ template?: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11937
11937
  body?: string | undefined;
11938
11938
  from?: string | undefined;
11939
11939
  subject?: string | undefined;
@@ -11950,7 +11950,7 @@ export declare function init(config: AuthHeroConfig): {
11950
11950
  } | {
11951
11951
  input: {
11952
11952
  param: {
11953
- 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";
11953
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11954
11954
  };
11955
11955
  } & {
11956
11956
  header: {
@@ -11958,7 +11958,7 @@ export declare function init(config: AuthHeroConfig): {
11958
11958
  };
11959
11959
  } & {
11960
11960
  json: {
11961
- 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;
11961
+ template?: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11962
11962
  body?: string | undefined;
11963
11963
  from?: string | undefined;
11964
11964
  subject?: string | undefined;
@@ -11970,7 +11970,7 @@ export declare function init(config: AuthHeroConfig): {
11970
11970
  };
11971
11971
  };
11972
11972
  output: {
11973
- 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";
11973
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11974
11974
  body: string;
11975
11975
  from: string;
11976
11976
  subject: string;
@@ -11989,7 +11989,7 @@ export declare function init(config: AuthHeroConfig): {
11989
11989
  $delete: {
11990
11990
  input: {
11991
11991
  param: {
11992
- 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";
11992
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11993
11993
  };
11994
11994
  } & {
11995
11995
  header: {
@@ -12002,7 +12002,7 @@ export declare function init(config: AuthHeroConfig): {
12002
12002
  } | {
12003
12003
  input: {
12004
12004
  param: {
12005
- 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";
12005
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12006
12006
  };
12007
12007
  } & {
12008
12008
  header: {
@@ -12019,7 +12019,7 @@ export declare function init(config: AuthHeroConfig): {
12019
12019
  $post: {
12020
12020
  input: {
12021
12021
  param: {
12022
- 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";
12022
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12023
12023
  };
12024
12024
  } & {
12025
12025
  header: {
@@ -12302,7 +12302,7 @@ export declare function init(config: AuthHeroConfig): {
12302
12302
  type: "auth0_managed_certs" | "self_managed_certs";
12303
12303
  custom_domain_id: string;
12304
12304
  primary: boolean;
12305
- status: "pending" | "ready" | "disabled" | "pending_verification";
12305
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12306
12306
  verification_method?: "txt" | undefined;
12307
12307
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12308
12308
  domain_metadata?: {
@@ -12343,7 +12343,7 @@ export declare function init(config: AuthHeroConfig): {
12343
12343
  type: "auth0_managed_certs" | "self_managed_certs";
12344
12344
  custom_domain_id: string;
12345
12345
  primary: boolean;
12346
- status: "pending" | "ready" | "disabled" | "pending_verification";
12346
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12347
12347
  verification_method?: "txt" | undefined;
12348
12348
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12349
12349
  domain_metadata?: {
@@ -12407,7 +12407,7 @@ export declare function init(config: AuthHeroConfig): {
12407
12407
  type: "auth0_managed_certs" | "self_managed_certs";
12408
12408
  custom_domain_id: string;
12409
12409
  primary: boolean;
12410
- status: "pending" | "ready" | "disabled" | "pending_verification";
12410
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12411
12411
  verification_method?: "txt" | undefined;
12412
12412
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12413
12413
  domain_metadata?: {
@@ -12454,7 +12454,7 @@ export declare function init(config: AuthHeroConfig): {
12454
12454
  type: "auth0_managed_certs" | "self_managed_certs";
12455
12455
  custom_domain_id: string;
12456
12456
  primary: boolean;
12457
- status: "pending" | "ready" | "disabled" | "pending_verification";
12457
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12458
12458
  verification_method?: "txt" | undefined;
12459
12459
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12460
12460
  domain_metadata?: {
@@ -12500,7 +12500,7 @@ export declare function init(config: AuthHeroConfig): {
12500
12500
  type: "auth0_managed_certs" | "self_managed_certs";
12501
12501
  custom_domain_id: string;
12502
12502
  primary: boolean;
12503
- status: "pending" | "ready" | "disabled" | "pending_verification";
12503
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12504
12504
  verification_method?: "txt" | undefined;
12505
12505
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12506
12506
  domain_metadata?: {
@@ -12541,7 +12541,7 @@ export declare function init(config: AuthHeroConfig): {
12541
12541
  type: "auth0_managed_certs" | "self_managed_certs";
12542
12542
  custom_domain_id: string;
12543
12543
  primary: boolean;
12544
- status: "pending" | "ready" | "disabled" | "pending_verification";
12544
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12545
12545
  verification_method?: "txt" | undefined;
12546
12546
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12547
12547
  domain_metadata?: {
@@ -12640,12 +12640,12 @@ export declare function init(config: AuthHeroConfig): {
12640
12640
  background_color: string;
12641
12641
  background_image_url: string;
12642
12642
  page_layout: "center" | "left" | "right";
12643
- logo_placement?: "widget" | "none" | "chip" | undefined;
12643
+ logo_placement?: "none" | "widget" | "chip" | undefined;
12644
12644
  };
12645
12645
  widget: {
12646
12646
  header_text_alignment: "center" | "left" | "right";
12647
12647
  logo_height: number;
12648
- logo_position: "center" | "left" | "right" | "none";
12648
+ logo_position: "none" | "center" | "left" | "right";
12649
12649
  logo_url: string;
12650
12650
  social_buttons_layout: "bottom" | "top";
12651
12651
  };
@@ -12730,12 +12730,12 @@ export declare function init(config: AuthHeroConfig): {
12730
12730
  background_color: string;
12731
12731
  background_image_url: string;
12732
12732
  page_layout: "center" | "left" | "right";
12733
- logo_placement?: "widget" | "none" | "chip" | undefined;
12733
+ logo_placement?: "none" | "widget" | "chip" | undefined;
12734
12734
  };
12735
12735
  widget: {
12736
12736
  header_text_alignment: "center" | "left" | "right";
12737
12737
  logo_height: number;
12738
- logo_position: "center" | "left" | "right" | "none";
12738
+ logo_position: "none" | "center" | "left" | "right";
12739
12739
  logo_url: string;
12740
12740
  social_buttons_layout: "bottom" | "top";
12741
12741
  };
@@ -12809,12 +12809,12 @@ export declare function init(config: AuthHeroConfig): {
12809
12809
  background_color: string;
12810
12810
  background_image_url: string;
12811
12811
  page_layout: "center" | "left" | "right";
12812
- logo_placement?: "widget" | "none" | "chip" | undefined;
12812
+ logo_placement?: "none" | "widget" | "chip" | undefined;
12813
12813
  };
12814
12814
  widget: {
12815
12815
  header_text_alignment: "center" | "left" | "right";
12816
12816
  logo_height: number;
12817
- logo_position: "center" | "left" | "right" | "none";
12817
+ logo_position: "none" | "center" | "left" | "right";
12818
12818
  logo_url: string;
12819
12819
  social_buttons_layout: "bottom" | "top";
12820
12820
  };
@@ -12971,7 +12971,7 @@ export declare function init(config: AuthHeroConfig): {
12971
12971
  } & {
12972
12972
  json: {
12973
12973
  body?: string | undefined;
12974
- screen?: "password" | "login" | "identifier" | "signup" | undefined;
12974
+ screen?: "identifier" | "signup" | "password" | "login" | undefined;
12975
12975
  branding?: {
12976
12976
  colors?: {
12977
12977
  primary: string;
@@ -13057,12 +13057,12 @@ export declare function init(config: AuthHeroConfig): {
13057
13057
  background_color: string;
13058
13058
  background_image_url: string;
13059
13059
  page_layout: "center" | "left" | "right";
13060
- logo_placement?: "widget" | "none" | "chip" | undefined;
13060
+ logo_placement?: "none" | "widget" | "chip" | undefined;
13061
13061
  } | undefined;
13062
13062
  widget?: {
13063
13063
  header_text_alignment: "center" | "left" | "right";
13064
13064
  logo_height: number;
13065
- logo_position: "center" | "left" | "right" | "none";
13065
+ logo_position: "none" | "center" | "left" | "right";
13066
13066
  logo_url: string;
13067
13067
  social_buttons_layout: "bottom" | "top";
13068
13068
  } | undefined;
@@ -13140,7 +13140,7 @@ export declare function init(config: AuthHeroConfig): {
13140
13140
  json: {
13141
13141
  bindings: {
13142
13142
  ref: {
13143
- type?: "action_id" | "action_name" | undefined;
13143
+ type?: "action_name" | "action_id" | undefined;
13144
13144
  value?: string | undefined;
13145
13145
  id?: string | undefined;
13146
13146
  name?: string | undefined;
@@ -13215,7 +13215,7 @@ export declare function init(config: AuthHeroConfig): {
13215
13215
  output: {
13216
13216
  id: string;
13217
13217
  trigger_id: string;
13218
- status: "unspecified" | "pending" | "final" | "partial" | "canceled" | "suspended";
13218
+ status: "pending" | "unspecified" | "final" | "partial" | "canceled" | "suspended";
13219
13219
  results: {
13220
13220
  action_name: string;
13221
13221
  error: {
@@ -13262,7 +13262,7 @@ export declare function init(config: AuthHeroConfig): {
13262
13262
  logs: {
13263
13263
  action_name: string;
13264
13264
  lines: {
13265
- level: "error" | "log" | "info" | "warn" | "debug";
13265
+ level: "log" | "error" | "info" | "warn" | "debug";
13266
13266
  message: string;
13267
13267
  }[];
13268
13268
  }[];
@@ -13929,7 +13929,7 @@ export declare function init(config: AuthHeroConfig): {
13929
13929
  args: import("hono/utils/types").JSONValue[];
13930
13930
  }[];
13931
13931
  logs: {
13932
- level: "error" | "log" | "info" | "warn" | "debug";
13932
+ level: "log" | "error" | "info" | "warn" | "debug";
13933
13933
  message: string;
13934
13934
  }[];
13935
13935
  error?: string | undefined;
@@ -13990,7 +13990,7 @@ export declare function init(config: AuthHeroConfig): {
13990
13990
  message: string;
13991
13991
  };
13992
13992
  outputFormat: "json";
13993
- status: 500;
13993
+ status: 400;
13994
13994
  } | {
13995
13995
  input: {
13996
13996
  query: {
@@ -14008,7 +14008,7 @@ export declare function init(config: AuthHeroConfig): {
14008
14008
  message: string;
14009
14009
  };
14010
14010
  outputFormat: "json";
14011
- status: 400;
14011
+ status: 500;
14012
14012
  };
14013
14013
  };
14014
14014
  } & {
@@ -14046,7 +14046,7 @@ export declare function init(config: AuthHeroConfig): {
14046
14046
  message: string;
14047
14047
  };
14048
14048
  outputFormat: "json";
14049
- status: 500;
14049
+ status: 400;
14050
14050
  } | {
14051
14051
  input: {
14052
14052
  form: {
@@ -14064,7 +14064,7 @@ export declare function init(config: AuthHeroConfig): {
14064
14064
  message: string;
14065
14065
  };
14066
14066
  outputFormat: "json";
14067
- status: 400;
14067
+ status: 500;
14068
14068
  };
14069
14069
  };
14070
14070
  }, "/login/callback"> & import("hono/types").MergeSchemaPath<{
@@ -14102,7 +14102,7 @@ export declare function init(config: AuthHeroConfig): {
14102
14102
  message: string;
14103
14103
  };
14104
14104
  outputFormat: "json";
14105
- status: 500;
14105
+ status: 400;
14106
14106
  } | {
14107
14107
  input: {
14108
14108
  query: {
@@ -14120,7 +14120,7 @@ export declare function init(config: AuthHeroConfig): {
14120
14120
  message: string;
14121
14121
  };
14122
14122
  outputFormat: "json";
14123
- status: 400;
14123
+ status: 500;
14124
14124
  };
14125
14125
  };
14126
14126
  } & {
@@ -14158,7 +14158,7 @@ export declare function init(config: AuthHeroConfig): {
14158
14158
  message: string;
14159
14159
  };
14160
14160
  outputFormat: "json";
14161
- status: 500;
14161
+ status: 400;
14162
14162
  } | {
14163
14163
  input: {
14164
14164
  form: {
@@ -14176,7 +14176,7 @@ export declare function init(config: AuthHeroConfig): {
14176
14176
  message: string;
14177
14177
  };
14178
14178
  outputFormat: "json";
14179
- status: 400;
14179
+ status: 500;
14180
14180
  };
14181
14181
  };
14182
14182
  }, "/callback"> & import("hono/types").MergeSchemaPath<{
@@ -14240,7 +14240,7 @@ export declare function init(config: AuthHeroConfig): {
14240
14240
  scope?: string | undefined;
14241
14241
  grant_types?: string[] | undefined;
14242
14242
  response_types?: string[] | undefined;
14243
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
14243
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
14244
14244
  jwks_uri?: string | undefined;
14245
14245
  jwks?: Record<string, unknown> | undefined;
14246
14246
  software_id?: string | undefined;
@@ -14329,7 +14329,7 @@ export declare function init(config: AuthHeroConfig): {
14329
14329
  scope?: string | undefined;
14330
14330
  grant_types?: string[] | undefined;
14331
14331
  response_types?: string[] | undefined;
14332
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
14332
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
14333
14333
  jwks_uri?: string | undefined;
14334
14334
  jwks?: Record<string, unknown> | undefined;
14335
14335
  software_id?: string | undefined;
@@ -14675,17 +14675,17 @@ export declare function init(config: AuthHeroConfig): {
14675
14675
  email: string;
14676
14676
  send: "code" | "link";
14677
14677
  authParams: {
14678
- username?: string | undefined;
14679
- scope?: string | undefined;
14680
- state?: string | undefined;
14681
- audience?: string | undefined;
14682
14678
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
14683
14679
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
14684
- prompt?: string | undefined;
14680
+ scope?: string | undefined;
14681
+ username?: string | undefined;
14682
+ nonce?: string | undefined;
14683
+ state?: string | undefined;
14685
14684
  act_as?: string | undefined;
14686
14685
  redirect_uri?: string | undefined;
14686
+ audience?: string | undefined;
14687
14687
  organization?: string | undefined;
14688
- nonce?: string | undefined;
14688
+ prompt?: string | undefined;
14689
14689
  code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14690
14690
  code_challenge?: string | undefined;
14691
14691
  ui_locales?: string | undefined;
@@ -14711,17 +14711,17 @@ export declare function init(config: AuthHeroConfig): {
14711
14711
  phone_number: string;
14712
14712
  send: "code" | "link";
14713
14713
  authParams: {
14714
- username?: string | undefined;
14715
- scope?: string | undefined;
14716
- state?: string | undefined;
14717
- audience?: string | undefined;
14718
14714
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
14719
14715
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
14720
- prompt?: string | undefined;
14716
+ scope?: string | undefined;
14717
+ username?: string | undefined;
14718
+ nonce?: string | undefined;
14719
+ state?: string | undefined;
14721
14720
  act_as?: string | undefined;
14722
14721
  redirect_uri?: string | undefined;
14722
+ audience?: string | undefined;
14723
14723
  organization?: string | undefined;
14724
- nonce?: string | undefined;
14724
+ prompt?: string | undefined;
14725
14725
  code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14726
14726
  code_challenge?: string | undefined;
14727
14727
  ui_locales?: string | undefined;
@@ -14788,7 +14788,7 @@ export declare function init(config: AuthHeroConfig): {
14788
14788
  error_description?: string | undefined;
14789
14789
  };
14790
14790
  outputFormat: "json";
14791
- status: 500;
14791
+ status: 400;
14792
14792
  } | {
14793
14793
  input: {
14794
14794
  query: {
@@ -14809,7 +14809,7 @@ export declare function init(config: AuthHeroConfig): {
14809
14809
  error_description?: string | undefined;
14810
14810
  };
14811
14811
  outputFormat: "json";
14812
- status: 400;
14812
+ status: 500;
14813
14813
  };
14814
14814
  };
14815
14815
  }, "/passwordless"> & import("hono/types").MergeSchemaPath<{
@@ -14953,7 +14953,7 @@ export declare function init(config: AuthHeroConfig): {
14953
14953
  client_id: string;
14954
14954
  username: string;
14955
14955
  otp: string;
14956
- realm: "sms" | "email";
14956
+ realm: "email" | "sms";
14957
14957
  } | {
14958
14958
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14959
14959
  subject_token: string;
@@ -15000,7 +15000,7 @@ export declare function init(config: AuthHeroConfig): {
15000
15000
  client_id: string;
15001
15001
  username: string;
15002
15002
  otp: string;
15003
- realm: "sms" | "email";
15003
+ realm: "email" | "sms";
15004
15004
  } | {
15005
15005
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15006
15006
  subject_token: string;
@@ -15052,7 +15052,7 @@ export declare function init(config: AuthHeroConfig): {
15052
15052
  client_id: string;
15053
15053
  username: string;
15054
15054
  otp: string;
15055
- realm: "sms" | "email";
15055
+ realm: "email" | "sms";
15056
15056
  } | {
15057
15057
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15058
15058
  subject_token: string;
@@ -15099,7 +15099,7 @@ export declare function init(config: AuthHeroConfig): {
15099
15099
  client_id: string;
15100
15100
  username: string;
15101
15101
  otp: string;
15102
- realm: "sms" | "email";
15102
+ realm: "email" | "sms";
15103
15103
  } | {
15104
15104
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15105
15105
  subject_token: string;
@@ -15159,7 +15159,7 @@ export declare function init(config: AuthHeroConfig): {
15159
15159
  client_id: string;
15160
15160
  username: string;
15161
15161
  otp: string;
15162
- realm: "sms" | "email";
15162
+ realm: "email" | "sms";
15163
15163
  } | {
15164
15164
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15165
15165
  subject_token: string;
@@ -15206,7 +15206,7 @@ export declare function init(config: AuthHeroConfig): {
15206
15206
  client_id: string;
15207
15207
  username: string;
15208
15208
  otp: string;
15209
- realm: "sms" | "email";
15209
+ realm: "email" | "sms";
15210
15210
  } | {
15211
15211
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15212
15212
  subject_token: string;
@@ -15261,7 +15261,7 @@ export declare function init(config: AuthHeroConfig): {
15261
15261
  client_id: string;
15262
15262
  username: string;
15263
15263
  otp: string;
15264
- realm: "sms" | "email";
15264
+ realm: "email" | "sms";
15265
15265
  } | {
15266
15266
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15267
15267
  subject_token: string;
@@ -15308,7 +15308,7 @@ export declare function init(config: AuthHeroConfig): {
15308
15308
  client_id: string;
15309
15309
  username: string;
15310
15310
  otp: string;
15311
- realm: "sms" | "email";
15311
+ realm: "email" | "sms";
15312
15312
  } | {
15313
15313
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15314
15314
  subject_token: string;
@@ -15363,7 +15363,7 @@ export declare function init(config: AuthHeroConfig): {
15363
15363
  client_id: string;
15364
15364
  username: string;
15365
15365
  otp: string;
15366
- realm: "sms" | "email";
15366
+ realm: "email" | "sms";
15367
15367
  } | {
15368
15368
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15369
15369
  subject_token: string;
@@ -15410,7 +15410,7 @@ export declare function init(config: AuthHeroConfig): {
15410
15410
  client_id: string;
15411
15411
  username: string;
15412
15412
  otp: string;
15413
- realm: "sms" | "email";
15413
+ realm: "email" | "sms";
15414
15414
  } | {
15415
15415
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15416
15416
  subject_token: string;
@@ -15763,7 +15763,7 @@ export declare function init(config: AuthHeroConfig): {
15763
15763
  };
15764
15764
  output: {};
15765
15765
  outputFormat: string;
15766
- status: 500;
15766
+ status: 302;
15767
15767
  } | {
15768
15768
  input: {
15769
15769
  query: {
@@ -15772,7 +15772,7 @@ export declare function init(config: AuthHeroConfig): {
15772
15772
  };
15773
15773
  output: {};
15774
15774
  outputFormat: string;
15775
- status: 302;
15775
+ status: 400;
15776
15776
  } | {
15777
15777
  input: {
15778
15778
  query: {
@@ -15781,7 +15781,7 @@ export declare function init(config: AuthHeroConfig): {
15781
15781
  };
15782
15782
  output: {};
15783
15783
  outputFormat: string;
15784
- status: 400;
15784
+ status: 500;
15785
15785
  };
15786
15786
  };
15787
15787
  }, "/continue"> & import("hono/types").MergeSchemaPath<{
@@ -16251,7 +16251,7 @@ export declare function init(config: AuthHeroConfig): {
16251
16251
  } & {
16252
16252
  form: {
16253
16253
  username: string;
16254
- login_selection?: "password" | "code" | undefined;
16254
+ login_selection?: "code" | "password" | undefined;
16255
16255
  };
16256
16256
  };
16257
16257
  output: {};
@@ -16265,7 +16265,7 @@ export declare function init(config: AuthHeroConfig): {
16265
16265
  } & {
16266
16266
  form: {
16267
16267
  username: string;
16268
- login_selection?: "password" | "code" | undefined;
16268
+ login_selection?: "code" | "password" | undefined;
16269
16269
  };
16270
16270
  };
16271
16271
  output: {};
@@ -16630,7 +16630,7 @@ export declare function init(config: AuthHeroConfig): {
16630
16630
  $get: {
16631
16631
  input: {
16632
16632
  param: {
16633
- screen: "login" | "signup" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16633
+ 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";
16634
16634
  };
16635
16635
  } & {
16636
16636
  query: {
@@ -16646,7 +16646,7 @@ export declare function init(config: AuthHeroConfig): {
16646
16646
  } | {
16647
16647
  input: {
16648
16648
  param: {
16649
- screen: "login" | "signup" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16649
+ 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";
16650
16650
  };
16651
16651
  } & {
16652
16652
  query: {
@@ -16662,7 +16662,7 @@ export declare function init(config: AuthHeroConfig): {
16662
16662
  } | {
16663
16663
  input: {
16664
16664
  param: {
16665
- screen: "login" | "signup" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16665
+ 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";
16666
16666
  };
16667
16667
  } & {
16668
16668
  query: {
@@ -16682,7 +16682,7 @@ export declare function init(config: AuthHeroConfig): {
16682
16682
  $post: {
16683
16683
  input: {
16684
16684
  param: {
16685
- screen: "login" | "signup" | "reset-password" | "consent" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16685
+ 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";
16686
16686
  };
16687
16687
  } & {
16688
16688
  query: {
@@ -16700,7 +16700,7 @@ export declare function init(config: AuthHeroConfig): {
16700
16700
  } | {
16701
16701
  input: {
16702
16702
  param: {
16703
- screen: "login" | "signup" | "reset-password" | "consent" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16703
+ 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";
16704
16704
  };
16705
16705
  } & {
16706
16706
  query: {