authhero 8.22.0 → 8.22.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/dist/assets/u/widget/index.esm.js +1 -1
  2. package/dist/authhero.cjs +142 -142
  3. package/dist/authhero.d.ts +285 -285
  4. package/dist/authhero.mjs +25982 -21381
  5. package/dist/tsconfig.types.tsbuildinfo +1 -1
  6. package/dist/types/authentication-flows/passwordless.d.ts +7 -7
  7. package/dist/types/index.d.ts +285 -285
  8. package/dist/types/routes/auth-api/account.d.ts +2 -2
  9. package/dist/types/routes/auth-api/authorize.d.ts +14 -14
  10. package/dist/types/routes/auth-api/index.d.ts +58 -58
  11. package/dist/types/routes/auth-api/oidc-logout.d.ts +2 -2
  12. package/dist/types/routes/auth-api/passwordless.d.ts +20 -20
  13. package/dist/types/routes/auth-api/register/index.d.ts +2 -2
  14. package/dist/types/routes/auth-api/revoke.d.ts +6 -6
  15. package/dist/types/routes/auth-api/token.d.ts +10 -10
  16. package/dist/types/routes/auth-api/well-known.d.ts +2 -2
  17. package/dist/types/routes/management-api/action-executions.d.ts +2 -2
  18. package/dist/types/routes/management-api/actions.d.ts +1 -1
  19. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  20. package/dist/types/routes/management-api/branding.d.ts +9 -9
  21. package/dist/types/routes/management-api/clients.d.ts +16 -16
  22. package/dist/types/routes/management-api/connections.d.ts +21 -21
  23. package/dist/types/routes/management-api/custom-domains.d.ts +6 -6
  24. package/dist/types/routes/management-api/email-templates.d.ts +18 -18
  25. package/dist/types/routes/management-api/flows.d.ts +7 -7
  26. package/dist/types/routes/management-api/forms.d.ts +126 -126
  27. package/dist/types/routes/management-api/guardian.d.ts +5 -5
  28. package/dist/types/routes/management-api/hook-code.d.ts +2 -2
  29. package/dist/types/routes/management-api/index.d.ts +242 -242
  30. package/dist/types/routes/management-api/log-streams.d.ts +6 -6
  31. package/dist/types/routes/management-api/logs.d.ts +4 -4
  32. package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
  33. package/dist/types/routes/management-api/organizations.d.ts +1 -1
  34. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  35. package/dist/types/routes/management-api/tenant-export-import.d.ts +5 -5
  36. package/dist/types/routes/management-api/tenants.d.ts +1 -1
  37. package/dist/types/routes/management-api/themes.d.ts +6 -6
  38. package/dist/types/routes/management-api/users.d.ts +2 -2
  39. package/dist/types/routes/universal-login/common.d.ts +14 -14
  40. package/dist/types/routes/universal-login/flow-api.d.ts +8 -8
  41. package/dist/types/routes/universal-login/identifier.d.ts +2 -2
  42. package/dist/types/routes/universal-login/index.d.ts +2 -2
  43. package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
  44. package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
  45. package/dist/types/utils/crypto.d.ts +3 -0
  46. package/dist/types/utils/jwks.d.ts +4 -4
  47. package/dist/types/utils/jwt.d.ts +29 -0
  48. package/dist/types/utils/request-origin.d.ts +6 -0
  49. package/dist/types/utils/totp.d.ts +10 -0
  50. package/package.json +6 -7
@@ -63,8 +63,8 @@ export declare function init(config: AuthHeroConfig): {
63
63
  $get: {
64
64
  input: {
65
65
  query: {
66
- include_password_hashes?: "false" | "true" | undefined;
67
- gzip?: "false" | "true" | undefined;
66
+ include_password_hashes?: "true" | "false" | undefined;
67
+ gzip?: "true" | "false" | undefined;
68
68
  };
69
69
  } & {
70
70
  header: {
@@ -77,8 +77,8 @@ export declare function init(config: AuthHeroConfig): {
77
77
  } | {
78
78
  input: {
79
79
  query: {
80
- include_password_hashes?: "false" | "true" | undefined;
81
- gzip?: "false" | "true" | undefined;
80
+ include_password_hashes?: "true" | "false" | undefined;
81
+ gzip?: "true" | "false" | undefined;
82
82
  };
83
83
  } & {
84
84
  header: {
@@ -97,7 +97,7 @@ export declare function init(config: AuthHeroConfig): {
97
97
  $post: {
98
98
  input: {
99
99
  query: {
100
- include_password_hashes?: "false" | "true" | undefined;
100
+ include_password_hashes?: "true" | "false" | undefined;
101
101
  };
102
102
  } & {
103
103
  header: {
@@ -151,7 +151,7 @@ export declare function init(config: AuthHeroConfig): {
151
151
  };
152
152
  } & {
153
153
  json: {
154
- type: "email" | "push" | "passkey" | "webauthn-roaming" | "webauthn-platform" | "phone" | "totp";
154
+ type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
155
155
  phone_number?: string | undefined;
156
156
  totp_secret?: string | undefined;
157
157
  credential_id?: string | undefined;
@@ -291,7 +291,7 @@ export declare function init(config: AuthHeroConfig): {
291
291
  };
292
292
  };
293
293
  output: {
294
- name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
294
+ name: "email" | "webauthn-roaming" | "webauthn-platform" | "sms" | "otp" | "duo" | "push-notification" | "recovery-code";
295
295
  enabled: boolean;
296
296
  trial_expired?: boolean | undefined;
297
297
  }[];
@@ -446,7 +446,7 @@ export declare function init(config: AuthHeroConfig): {
446
446
  $get: {
447
447
  input: {
448
448
  param: {
449
- factor_name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
449
+ factor_name: "email" | "webauthn-roaming" | "webauthn-platform" | "sms" | "otp" | "duo" | "push-notification" | "recovery-code";
450
450
  };
451
451
  } & {
452
452
  header: {
@@ -454,7 +454,7 @@ export declare function init(config: AuthHeroConfig): {
454
454
  };
455
455
  };
456
456
  output: {
457
- name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
457
+ name: "email" | "webauthn-roaming" | "webauthn-platform" | "sms" | "otp" | "duo" | "push-notification" | "recovery-code";
458
458
  enabled: boolean;
459
459
  trial_expired?: boolean | undefined;
460
460
  };
@@ -467,7 +467,7 @@ export declare function init(config: AuthHeroConfig): {
467
467
  $put: {
468
468
  input: {
469
469
  param: {
470
- factor_name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
470
+ factor_name: "email" | "webauthn-roaming" | "webauthn-platform" | "sms" | "otp" | "duo" | "push-notification" | "recovery-code";
471
471
  };
472
472
  } & {
473
473
  header: {
@@ -479,7 +479,7 @@ export declare function init(config: AuthHeroConfig): {
479
479
  };
480
480
  };
481
481
  output: {
482
- name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
482
+ name: "email" | "webauthn-roaming" | "webauthn-platform" | "sms" | "otp" | "duo" | "push-notification" | "recovery-code";
483
483
  enabled: boolean;
484
484
  trial_expired?: boolean | undefined;
485
485
  };
@@ -1258,9 +1258,9 @@ export declare function init(config: AuthHeroConfig): {
1258
1258
  email?: string | undefined;
1259
1259
  };
1260
1260
  id?: string | undefined;
1261
+ connection_id?: string | undefined;
1261
1262
  app_metadata?: Record<string, any> | undefined;
1262
1263
  user_metadata?: Record<string, any> | undefined;
1263
- connection_id?: string | undefined;
1264
1264
  roles?: string[] | undefined;
1265
1265
  ttl_sec?: number | undefined;
1266
1266
  send_invitation_email?: boolean | undefined;
@@ -1446,8 +1446,8 @@ export declare function init(config: AuthHeroConfig): {
1446
1446
  };
1447
1447
  } & {
1448
1448
  json: {
1449
- assign_membership_on_login?: boolean | undefined;
1450
1449
  show_as_button?: boolean | undefined;
1450
+ assign_membership_on_login?: boolean | undefined;
1451
1451
  is_signup_enabled?: boolean | undefined;
1452
1452
  };
1453
1453
  };
@@ -2116,7 +2116,7 @@ export declare function init(config: AuthHeroConfig): {
2116
2116
  type: "REDIRECT";
2117
2117
  action: "REDIRECT_USER";
2118
2118
  params: {
2119
- target: "custom" | "change-email" | "account";
2119
+ target: "custom" | "account" | "change-email";
2120
2120
  custom_url?: string | undefined;
2121
2121
  };
2122
2122
  alias?: string | undefined;
@@ -2169,7 +2169,7 @@ export declare function init(config: AuthHeroConfig): {
2169
2169
  type: "REDIRECT";
2170
2170
  action: "REDIRECT_USER";
2171
2171
  params: {
2172
- target: "custom" | "change-email" | "account";
2172
+ target: "custom" | "account" | "change-email";
2173
2173
  custom_url?: string | undefined;
2174
2174
  };
2175
2175
  alias?: string | undefined;
@@ -2238,7 +2238,7 @@ export declare function init(config: AuthHeroConfig): {
2238
2238
  type: "REDIRECT";
2239
2239
  action: "REDIRECT_USER";
2240
2240
  params: {
2241
- target: "custom" | "change-email" | "account";
2241
+ target: "custom" | "account" | "change-email";
2242
2242
  custom_url?: string | undefined;
2243
2243
  };
2244
2244
  alias?: string | undefined;
@@ -2319,7 +2319,7 @@ export declare function init(config: AuthHeroConfig): {
2319
2319
  type: "REDIRECT";
2320
2320
  action: "REDIRECT_USER";
2321
2321
  params: {
2322
- target: "custom" | "change-email" | "account";
2322
+ target: "custom" | "account" | "change-email";
2323
2323
  custom_url?: string | undefined;
2324
2324
  };
2325
2325
  alias?: string | undefined;
@@ -2367,7 +2367,7 @@ export declare function init(config: AuthHeroConfig): {
2367
2367
  type: "REDIRECT";
2368
2368
  action: "REDIRECT_USER";
2369
2369
  params: {
2370
- target: "custom" | "change-email" | "account";
2370
+ target: "custom" | "account" | "change-email";
2371
2371
  custom_url?: string | undefined;
2372
2372
  };
2373
2373
  alias?: string | undefined;
@@ -2427,7 +2427,7 @@ export declare function init(config: AuthHeroConfig): {
2427
2427
  type: "REDIRECT";
2428
2428
  action: "REDIRECT_USER";
2429
2429
  params: {
2430
- target: "custom" | "change-email" | "account";
2430
+ target: "custom" | "account" | "change-email";
2431
2431
  custom_url?: string | undefined;
2432
2432
  };
2433
2433
  alias?: string | undefined;
@@ -2475,7 +2475,7 @@ export declare function init(config: AuthHeroConfig): {
2475
2475
  type: "REDIRECT";
2476
2476
  action: "REDIRECT_USER";
2477
2477
  params: {
2478
- target: "custom" | "change-email" | "account";
2478
+ target: "custom" | "account" | "change-email";
2479
2479
  custom_url?: string | undefined;
2480
2480
  };
2481
2481
  alias?: string | undefined;
@@ -2693,7 +2693,7 @@ export declare function init(config: AuthHeroConfig): {
2693
2693
  hint?: string | undefined;
2694
2694
  messages?: {
2695
2695
  text: string;
2696
- type: "error" | "success" | "info" | "warning";
2696
+ type: "success" | "error" | "info" | "warning";
2697
2697
  id?: number | undefined;
2698
2698
  }[] | undefined;
2699
2699
  required?: boolean | undefined;
@@ -2711,7 +2711,7 @@ export declare function init(config: AuthHeroConfig): {
2711
2711
  hint?: string | undefined;
2712
2712
  messages?: {
2713
2713
  text: string;
2714
- type: "error" | "success" | "info" | "warning";
2714
+ type: "success" | "error" | "info" | "warning";
2715
2715
  id?: number | undefined;
2716
2716
  }[] | undefined;
2717
2717
  required?: boolean | undefined;
@@ -2735,7 +2735,7 @@ export declare function init(config: AuthHeroConfig): {
2735
2735
  hint?: string | undefined;
2736
2736
  messages?: {
2737
2737
  text: string;
2738
- type: "error" | "success" | "info" | "warning";
2738
+ type: "success" | "error" | "info" | "warning";
2739
2739
  id?: number | undefined;
2740
2740
  }[] | undefined;
2741
2741
  required?: boolean | undefined;
@@ -2759,7 +2759,7 @@ export declare function init(config: AuthHeroConfig): {
2759
2759
  hint?: string | undefined;
2760
2760
  messages?: {
2761
2761
  text: string;
2762
- type: "error" | "success" | "info" | "warning";
2762
+ type: "success" | "error" | "info" | "warning";
2763
2763
  id?: number | undefined;
2764
2764
  }[] | undefined;
2765
2765
  required?: boolean | undefined;
@@ -2783,7 +2783,7 @@ export declare function init(config: AuthHeroConfig): {
2783
2783
  hint?: string | undefined;
2784
2784
  messages?: {
2785
2785
  text: string;
2786
- type: "error" | "success" | "info" | "warning";
2786
+ type: "success" | "error" | "info" | "warning";
2787
2787
  id?: number | undefined;
2788
2788
  }[] | undefined;
2789
2789
  required?: boolean | undefined;
@@ -2812,7 +2812,7 @@ export declare function init(config: AuthHeroConfig): {
2812
2812
  hint?: string | undefined;
2813
2813
  messages?: {
2814
2814
  text: string;
2815
- type: "error" | "success" | "info" | "warning";
2815
+ type: "success" | "error" | "info" | "warning";
2816
2816
  id?: number | undefined;
2817
2817
  }[] | undefined;
2818
2818
  required?: boolean | undefined;
@@ -2827,7 +2827,7 @@ export declare function init(config: AuthHeroConfig): {
2827
2827
  hint?: string | undefined;
2828
2828
  messages?: {
2829
2829
  text: string;
2830
- type: "error" | "success" | "info" | "warning";
2830
+ type: "success" | "error" | "info" | "warning";
2831
2831
  id?: number | undefined;
2832
2832
  }[] | undefined;
2833
2833
  required?: boolean | undefined;
@@ -2848,7 +2848,7 @@ export declare function init(config: AuthHeroConfig): {
2848
2848
  hint?: string | undefined;
2849
2849
  messages?: {
2850
2850
  text: string;
2851
- type: "error" | "success" | "info" | "warning";
2851
+ type: "success" | "error" | "info" | "warning";
2852
2852
  id?: number | undefined;
2853
2853
  }[] | undefined;
2854
2854
  required?: boolean | undefined;
@@ -2873,7 +2873,7 @@ export declare function init(config: AuthHeroConfig): {
2873
2873
  hint?: string | undefined;
2874
2874
  messages?: {
2875
2875
  text: string;
2876
- type: "error" | "success" | "info" | "warning";
2876
+ type: "success" | "error" | "info" | "warning";
2877
2877
  id?: number | undefined;
2878
2878
  }[] | undefined;
2879
2879
  required?: boolean | undefined;
@@ -2892,7 +2892,7 @@ export declare function init(config: AuthHeroConfig): {
2892
2892
  hint?: string | undefined;
2893
2893
  messages?: {
2894
2894
  text: string;
2895
- type: "error" | "success" | "info" | "warning";
2895
+ type: "success" | "error" | "info" | "warning";
2896
2896
  id?: number | undefined;
2897
2897
  }[] | undefined;
2898
2898
  required?: boolean | undefined;
@@ -2912,7 +2912,7 @@ export declare function init(config: AuthHeroConfig): {
2912
2912
  hint?: string | undefined;
2913
2913
  messages?: {
2914
2914
  text: string;
2915
- type: "error" | "success" | "info" | "warning";
2915
+ type: "success" | "error" | "info" | "warning";
2916
2916
  id?: number | undefined;
2917
2917
  }[] | undefined;
2918
2918
  required?: boolean | undefined;
@@ -2931,7 +2931,7 @@ export declare function init(config: AuthHeroConfig): {
2931
2931
  hint?: string | undefined;
2932
2932
  messages?: {
2933
2933
  text: string;
2934
- type: "error" | "success" | "info" | "warning";
2934
+ type: "success" | "error" | "info" | "warning";
2935
2935
  id?: number | undefined;
2936
2936
  }[] | undefined;
2937
2937
  required?: boolean | undefined;
@@ -2953,7 +2953,7 @@ export declare function init(config: AuthHeroConfig): {
2953
2953
  hint?: string | undefined;
2954
2954
  messages?: {
2955
2955
  text: string;
2956
- type: "error" | "success" | "info" | "warning";
2956
+ type: "success" | "error" | "info" | "warning";
2957
2957
  id?: number | undefined;
2958
2958
  }[] | undefined;
2959
2959
  required?: boolean | undefined;
@@ -2975,7 +2975,7 @@ export declare function init(config: AuthHeroConfig): {
2975
2975
  hint?: string | undefined;
2976
2976
  messages?: {
2977
2977
  text: string;
2978
- type: "error" | "success" | "info" | "warning";
2978
+ type: "success" | "error" | "info" | "warning";
2979
2979
  id?: number | undefined;
2980
2980
  }[] | undefined;
2981
2981
  required?: boolean | undefined;
@@ -2994,7 +2994,7 @@ export declare function init(config: AuthHeroConfig): {
2994
2994
  hint?: string | undefined;
2995
2995
  messages?: {
2996
2996
  text: string;
2997
- type: "error" | "success" | "info" | "warning";
2997
+ type: "success" | "error" | "info" | "warning";
2998
2998
  id?: number | undefined;
2999
2999
  }[] | undefined;
3000
3000
  required?: boolean | undefined;
@@ -3019,7 +3019,7 @@ export declare function init(config: AuthHeroConfig): {
3019
3019
  hint?: string | undefined;
3020
3020
  messages?: {
3021
3021
  text: string;
3022
- type: "error" | "success" | "info" | "warning";
3022
+ type: "success" | "error" | "info" | "warning";
3023
3023
  id?: number | undefined;
3024
3024
  }[] | undefined;
3025
3025
  required?: boolean | undefined;
@@ -3040,7 +3040,7 @@ export declare function init(config: AuthHeroConfig): {
3040
3040
  hint?: string | undefined;
3041
3041
  messages?: {
3042
3042
  text: string;
3043
- type: "error" | "success" | "info" | "warning";
3043
+ type: "success" | "error" | "info" | "warning";
3044
3044
  id?: number | undefined;
3045
3045
  }[] | undefined;
3046
3046
  required?: boolean | undefined;
@@ -3061,7 +3061,7 @@ export declare function init(config: AuthHeroConfig): {
3061
3061
  hint?: string | undefined;
3062
3062
  messages?: {
3063
3063
  text: string;
3064
- type: "error" | "success" | "info" | "warning";
3064
+ type: "success" | "error" | "info" | "warning";
3065
3065
  id?: number | undefined;
3066
3066
  }[] | undefined;
3067
3067
  required?: boolean | undefined;
@@ -3294,7 +3294,7 @@ export declare function init(config: AuthHeroConfig): {
3294
3294
  hint?: string | undefined;
3295
3295
  messages?: {
3296
3296
  text: string;
3297
- type: "error" | "success" | "info" | "warning";
3297
+ type: "success" | "error" | "info" | "warning";
3298
3298
  id?: number | undefined;
3299
3299
  }[] | undefined;
3300
3300
  required?: boolean | undefined;
@@ -3312,7 +3312,7 @@ export declare function init(config: AuthHeroConfig): {
3312
3312
  hint?: string | undefined;
3313
3313
  messages?: {
3314
3314
  text: string;
3315
- type: "error" | "success" | "info" | "warning";
3315
+ type: "success" | "error" | "info" | "warning";
3316
3316
  id?: number | undefined;
3317
3317
  }[] | undefined;
3318
3318
  required?: boolean | undefined;
@@ -3336,7 +3336,7 @@ export declare function init(config: AuthHeroConfig): {
3336
3336
  hint?: string | undefined;
3337
3337
  messages?: {
3338
3338
  text: string;
3339
- type: "error" | "success" | "info" | "warning";
3339
+ type: "success" | "error" | "info" | "warning";
3340
3340
  id?: number | undefined;
3341
3341
  }[] | undefined;
3342
3342
  required?: boolean | undefined;
@@ -3360,7 +3360,7 @@ export declare function init(config: AuthHeroConfig): {
3360
3360
  hint?: string | undefined;
3361
3361
  messages?: {
3362
3362
  text: string;
3363
- type: "error" | "success" | "info" | "warning";
3363
+ type: "success" | "error" | "info" | "warning";
3364
3364
  id?: number | undefined;
3365
3365
  }[] | undefined;
3366
3366
  required?: boolean | undefined;
@@ -3384,7 +3384,7 @@ export declare function init(config: AuthHeroConfig): {
3384
3384
  hint?: string | undefined;
3385
3385
  messages?: {
3386
3386
  text: string;
3387
- type: "error" | "success" | "info" | "warning";
3387
+ type: "success" | "error" | "info" | "warning";
3388
3388
  id?: number | undefined;
3389
3389
  }[] | undefined;
3390
3390
  required?: boolean | undefined;
@@ -3413,7 +3413,7 @@ export declare function init(config: AuthHeroConfig): {
3413
3413
  hint?: string | undefined;
3414
3414
  messages?: {
3415
3415
  text: string;
3416
- type: "error" | "success" | "info" | "warning";
3416
+ type: "success" | "error" | "info" | "warning";
3417
3417
  id?: number | undefined;
3418
3418
  }[] | undefined;
3419
3419
  required?: boolean | undefined;
@@ -3428,7 +3428,7 @@ export declare function init(config: AuthHeroConfig): {
3428
3428
  hint?: string | undefined;
3429
3429
  messages?: {
3430
3430
  text: string;
3431
- type: "error" | "success" | "info" | "warning";
3431
+ type: "success" | "error" | "info" | "warning";
3432
3432
  id?: number | undefined;
3433
3433
  }[] | undefined;
3434
3434
  required?: boolean | undefined;
@@ -3449,7 +3449,7 @@ export declare function init(config: AuthHeroConfig): {
3449
3449
  hint?: string | undefined;
3450
3450
  messages?: {
3451
3451
  text: string;
3452
- type: "error" | "success" | "info" | "warning";
3452
+ type: "success" | "error" | "info" | "warning";
3453
3453
  id?: number | undefined;
3454
3454
  }[] | undefined;
3455
3455
  required?: boolean | undefined;
@@ -3474,7 +3474,7 @@ export declare function init(config: AuthHeroConfig): {
3474
3474
  hint?: string | undefined;
3475
3475
  messages?: {
3476
3476
  text: string;
3477
- type: "error" | "success" | "info" | "warning";
3477
+ type: "success" | "error" | "info" | "warning";
3478
3478
  id?: number | undefined;
3479
3479
  }[] | undefined;
3480
3480
  required?: boolean | undefined;
@@ -3493,7 +3493,7 @@ export declare function init(config: AuthHeroConfig): {
3493
3493
  hint?: string | undefined;
3494
3494
  messages?: {
3495
3495
  text: string;
3496
- type: "error" | "success" | "info" | "warning";
3496
+ type: "success" | "error" | "info" | "warning";
3497
3497
  id?: number | undefined;
3498
3498
  }[] | undefined;
3499
3499
  required?: boolean | undefined;
@@ -3513,7 +3513,7 @@ export declare function init(config: AuthHeroConfig): {
3513
3513
  hint?: string | undefined;
3514
3514
  messages?: {
3515
3515
  text: string;
3516
- type: "error" | "success" | "info" | "warning";
3516
+ type: "success" | "error" | "info" | "warning";
3517
3517
  id?: number | undefined;
3518
3518
  }[] | undefined;
3519
3519
  required?: boolean | undefined;
@@ -3532,7 +3532,7 @@ export declare function init(config: AuthHeroConfig): {
3532
3532
  hint?: string | undefined;
3533
3533
  messages?: {
3534
3534
  text: string;
3535
- type: "error" | "success" | "info" | "warning";
3535
+ type: "success" | "error" | "info" | "warning";
3536
3536
  id?: number | undefined;
3537
3537
  }[] | undefined;
3538
3538
  required?: boolean | undefined;
@@ -3554,7 +3554,7 @@ export declare function init(config: AuthHeroConfig): {
3554
3554
  hint?: string | undefined;
3555
3555
  messages?: {
3556
3556
  text: string;
3557
- type: "error" | "success" | "info" | "warning";
3557
+ type: "success" | "error" | "info" | "warning";
3558
3558
  id?: number | undefined;
3559
3559
  }[] | undefined;
3560
3560
  required?: boolean | undefined;
@@ -3576,7 +3576,7 @@ export declare function init(config: AuthHeroConfig): {
3576
3576
  hint?: string | undefined;
3577
3577
  messages?: {
3578
3578
  text: string;
3579
- type: "error" | "success" | "info" | "warning";
3579
+ type: "success" | "error" | "info" | "warning";
3580
3580
  id?: number | undefined;
3581
3581
  }[] | undefined;
3582
3582
  required?: boolean | undefined;
@@ -3595,7 +3595,7 @@ export declare function init(config: AuthHeroConfig): {
3595
3595
  hint?: string | undefined;
3596
3596
  messages?: {
3597
3597
  text: string;
3598
- type: "error" | "success" | "info" | "warning";
3598
+ type: "success" | "error" | "info" | "warning";
3599
3599
  id?: number | undefined;
3600
3600
  }[] | undefined;
3601
3601
  required?: boolean | undefined;
@@ -3620,7 +3620,7 @@ export declare function init(config: AuthHeroConfig): {
3620
3620
  hint?: string | undefined;
3621
3621
  messages?: {
3622
3622
  text: string;
3623
- type: "error" | "success" | "info" | "warning";
3623
+ type: "success" | "error" | "info" | "warning";
3624
3624
  id?: number | undefined;
3625
3625
  }[] | undefined;
3626
3626
  required?: boolean | undefined;
@@ -3641,7 +3641,7 @@ export declare function init(config: AuthHeroConfig): {
3641
3641
  hint?: string | undefined;
3642
3642
  messages?: {
3643
3643
  text: string;
3644
- type: "error" | "success" | "info" | "warning";
3644
+ type: "success" | "error" | "info" | "warning";
3645
3645
  id?: number | undefined;
3646
3646
  }[] | undefined;
3647
3647
  required?: boolean | undefined;
@@ -3662,7 +3662,7 @@ export declare function init(config: AuthHeroConfig): {
3662
3662
  hint?: string | undefined;
3663
3663
  messages?: {
3664
3664
  text: string;
3665
- type: "error" | "success" | "info" | "warning";
3665
+ type: "success" | "error" | "info" | "warning";
3666
3666
  id?: number | undefined;
3667
3667
  }[] | undefined;
3668
3668
  required?: boolean | undefined;
@@ -3911,7 +3911,7 @@ export declare function init(config: AuthHeroConfig): {
3911
3911
  hint?: string | undefined;
3912
3912
  messages?: {
3913
3913
  text: string;
3914
- type: "error" | "success" | "info" | "warning";
3914
+ type: "success" | "error" | "info" | "warning";
3915
3915
  id?: number | undefined;
3916
3916
  }[] | undefined;
3917
3917
  required?: boolean | undefined;
@@ -3929,7 +3929,7 @@ export declare function init(config: AuthHeroConfig): {
3929
3929
  hint?: string | undefined;
3930
3930
  messages?: {
3931
3931
  text: string;
3932
- type: "error" | "success" | "info" | "warning";
3932
+ type: "success" | "error" | "info" | "warning";
3933
3933
  id?: number | undefined;
3934
3934
  }[] | undefined;
3935
3935
  required?: boolean | undefined;
@@ -3953,7 +3953,7 @@ export declare function init(config: AuthHeroConfig): {
3953
3953
  hint?: string | undefined;
3954
3954
  messages?: {
3955
3955
  text: string;
3956
- type: "error" | "success" | "info" | "warning";
3956
+ type: "success" | "error" | "info" | "warning";
3957
3957
  id?: number | undefined;
3958
3958
  }[] | undefined;
3959
3959
  required?: boolean | undefined;
@@ -3977,7 +3977,7 @@ export declare function init(config: AuthHeroConfig): {
3977
3977
  hint?: string | undefined;
3978
3978
  messages?: {
3979
3979
  text: string;
3980
- type: "error" | "success" | "info" | "warning";
3980
+ type: "success" | "error" | "info" | "warning";
3981
3981
  id?: number | undefined;
3982
3982
  }[] | undefined;
3983
3983
  required?: boolean | undefined;
@@ -4001,7 +4001,7 @@ export declare function init(config: AuthHeroConfig): {
4001
4001
  hint?: string | undefined;
4002
4002
  messages?: {
4003
4003
  text: string;
4004
- type: "error" | "success" | "info" | "warning";
4004
+ type: "success" | "error" | "info" | "warning";
4005
4005
  id?: number | undefined;
4006
4006
  }[] | undefined;
4007
4007
  required?: boolean | undefined;
@@ -4030,7 +4030,7 @@ export declare function init(config: AuthHeroConfig): {
4030
4030
  hint?: string | undefined;
4031
4031
  messages?: {
4032
4032
  text: string;
4033
- type: "error" | "success" | "info" | "warning";
4033
+ type: "success" | "error" | "info" | "warning";
4034
4034
  id?: number | undefined;
4035
4035
  }[] | undefined;
4036
4036
  required?: boolean | undefined;
@@ -4045,7 +4045,7 @@ export declare function init(config: AuthHeroConfig): {
4045
4045
  hint?: string | undefined;
4046
4046
  messages?: {
4047
4047
  text: string;
4048
- type: "error" | "success" | "info" | "warning";
4048
+ type: "success" | "error" | "info" | "warning";
4049
4049
  id?: number | undefined;
4050
4050
  }[] | undefined;
4051
4051
  required?: boolean | undefined;
@@ -4066,7 +4066,7 @@ export declare function init(config: AuthHeroConfig): {
4066
4066
  hint?: string | undefined;
4067
4067
  messages?: {
4068
4068
  text: string;
4069
- type: "error" | "success" | "info" | "warning";
4069
+ type: "success" | "error" | "info" | "warning";
4070
4070
  id?: number | undefined;
4071
4071
  }[] | undefined;
4072
4072
  required?: boolean | undefined;
@@ -4091,7 +4091,7 @@ export declare function init(config: AuthHeroConfig): {
4091
4091
  hint?: string | undefined;
4092
4092
  messages?: {
4093
4093
  text: string;
4094
- type: "error" | "success" | "info" | "warning";
4094
+ type: "success" | "error" | "info" | "warning";
4095
4095
  id?: number | undefined;
4096
4096
  }[] | undefined;
4097
4097
  required?: boolean | undefined;
@@ -4110,7 +4110,7 @@ export declare function init(config: AuthHeroConfig): {
4110
4110
  hint?: string | undefined;
4111
4111
  messages?: {
4112
4112
  text: string;
4113
- type: "error" | "success" | "info" | "warning";
4113
+ type: "success" | "error" | "info" | "warning";
4114
4114
  id?: number | undefined;
4115
4115
  }[] | undefined;
4116
4116
  required?: boolean | undefined;
@@ -4130,7 +4130,7 @@ export declare function init(config: AuthHeroConfig): {
4130
4130
  hint?: string | undefined;
4131
4131
  messages?: {
4132
4132
  text: string;
4133
- type: "error" | "success" | "info" | "warning";
4133
+ type: "success" | "error" | "info" | "warning";
4134
4134
  id?: number | undefined;
4135
4135
  }[] | undefined;
4136
4136
  required?: boolean | undefined;
@@ -4149,7 +4149,7 @@ export declare function init(config: AuthHeroConfig): {
4149
4149
  hint?: string | undefined;
4150
4150
  messages?: {
4151
4151
  text: string;
4152
- type: "error" | "success" | "info" | "warning";
4152
+ type: "success" | "error" | "info" | "warning";
4153
4153
  id?: number | undefined;
4154
4154
  }[] | undefined;
4155
4155
  required?: boolean | undefined;
@@ -4171,7 +4171,7 @@ export declare function init(config: AuthHeroConfig): {
4171
4171
  hint?: string | undefined;
4172
4172
  messages?: {
4173
4173
  text: string;
4174
- type: "error" | "success" | "info" | "warning";
4174
+ type: "success" | "error" | "info" | "warning";
4175
4175
  id?: number | undefined;
4176
4176
  }[] | undefined;
4177
4177
  required?: boolean | undefined;
@@ -4193,7 +4193,7 @@ export declare function init(config: AuthHeroConfig): {
4193
4193
  hint?: string | undefined;
4194
4194
  messages?: {
4195
4195
  text: string;
4196
- type: "error" | "success" | "info" | "warning";
4196
+ type: "success" | "error" | "info" | "warning";
4197
4197
  id?: number | undefined;
4198
4198
  }[] | undefined;
4199
4199
  required?: boolean | undefined;
@@ -4212,7 +4212,7 @@ export declare function init(config: AuthHeroConfig): {
4212
4212
  hint?: string | undefined;
4213
4213
  messages?: {
4214
4214
  text: string;
4215
- type: "error" | "success" | "info" | "warning";
4215
+ type: "success" | "error" | "info" | "warning";
4216
4216
  id?: number | undefined;
4217
4217
  }[] | undefined;
4218
4218
  required?: boolean | undefined;
@@ -4237,7 +4237,7 @@ export declare function init(config: AuthHeroConfig): {
4237
4237
  hint?: string | undefined;
4238
4238
  messages?: {
4239
4239
  text: string;
4240
- type: "error" | "success" | "info" | "warning";
4240
+ type: "success" | "error" | "info" | "warning";
4241
4241
  id?: number | undefined;
4242
4242
  }[] | undefined;
4243
4243
  required?: boolean | undefined;
@@ -4258,7 +4258,7 @@ export declare function init(config: AuthHeroConfig): {
4258
4258
  hint?: string | undefined;
4259
4259
  messages?: {
4260
4260
  text: string;
4261
- type: "error" | "success" | "info" | "warning";
4261
+ type: "success" | "error" | "info" | "warning";
4262
4262
  id?: number | undefined;
4263
4263
  }[] | undefined;
4264
4264
  required?: boolean | undefined;
@@ -4279,7 +4279,7 @@ export declare function init(config: AuthHeroConfig): {
4279
4279
  hint?: string | undefined;
4280
4280
  messages?: {
4281
4281
  text: string;
4282
- type: "error" | "success" | "info" | "warning";
4282
+ type: "success" | "error" | "info" | "warning";
4283
4283
  id?: number | undefined;
4284
4284
  }[] | undefined;
4285
4285
  required?: boolean | undefined;
@@ -4533,7 +4533,7 @@ export declare function init(config: AuthHeroConfig): {
4533
4533
  hint?: string | undefined;
4534
4534
  messages?: {
4535
4535
  text: string;
4536
- type: "error" | "success" | "info" | "warning";
4536
+ type: "success" | "error" | "info" | "warning";
4537
4537
  id?: number | undefined;
4538
4538
  }[] | undefined;
4539
4539
  required?: boolean | undefined;
@@ -4551,7 +4551,7 @@ export declare function init(config: AuthHeroConfig): {
4551
4551
  hint?: string | undefined;
4552
4552
  messages?: {
4553
4553
  text: string;
4554
- type: "error" | "success" | "info" | "warning";
4554
+ type: "success" | "error" | "info" | "warning";
4555
4555
  id?: number | undefined;
4556
4556
  }[] | undefined;
4557
4557
  required?: boolean | undefined;
@@ -4575,7 +4575,7 @@ export declare function init(config: AuthHeroConfig): {
4575
4575
  hint?: string | undefined;
4576
4576
  messages?: {
4577
4577
  text: string;
4578
- type: "error" | "success" | "info" | "warning";
4578
+ type: "success" | "error" | "info" | "warning";
4579
4579
  id?: number | undefined;
4580
4580
  }[] | undefined;
4581
4581
  required?: boolean | undefined;
@@ -4599,7 +4599,7 @@ export declare function init(config: AuthHeroConfig): {
4599
4599
  hint?: string | undefined;
4600
4600
  messages?: {
4601
4601
  text: string;
4602
- type: "error" | "success" | "info" | "warning";
4602
+ type: "success" | "error" | "info" | "warning";
4603
4603
  id?: number | undefined;
4604
4604
  }[] | undefined;
4605
4605
  required?: boolean | undefined;
@@ -4623,7 +4623,7 @@ export declare function init(config: AuthHeroConfig): {
4623
4623
  hint?: string | undefined;
4624
4624
  messages?: {
4625
4625
  text: string;
4626
- type: "error" | "success" | "info" | "warning";
4626
+ type: "success" | "error" | "info" | "warning";
4627
4627
  id?: number | undefined;
4628
4628
  }[] | undefined;
4629
4629
  required?: boolean | undefined;
@@ -4648,7 +4648,7 @@ export declare function init(config: AuthHeroConfig): {
4648
4648
  hint?: string | undefined;
4649
4649
  messages?: {
4650
4650
  text: string;
4651
- type: "error" | "success" | "info" | "warning";
4651
+ type: "success" | "error" | "info" | "warning";
4652
4652
  id?: number | undefined;
4653
4653
  }[] | undefined;
4654
4654
  required?: boolean | undefined;
@@ -4663,7 +4663,7 @@ export declare function init(config: AuthHeroConfig): {
4663
4663
  hint?: string | undefined;
4664
4664
  messages?: {
4665
4665
  text: string;
4666
- type: "error" | "success" | "info" | "warning";
4666
+ type: "success" | "error" | "info" | "warning";
4667
4667
  id?: number | undefined;
4668
4668
  }[] | undefined;
4669
4669
  required?: boolean | undefined;
@@ -4684,7 +4684,7 @@ export declare function init(config: AuthHeroConfig): {
4684
4684
  hint?: string | undefined;
4685
4685
  messages?: {
4686
4686
  text: string;
4687
- type: "error" | "success" | "info" | "warning";
4687
+ type: "success" | "error" | "info" | "warning";
4688
4688
  id?: number | undefined;
4689
4689
  }[] | undefined;
4690
4690
  required?: boolean | undefined;
@@ -4709,7 +4709,7 @@ export declare function init(config: AuthHeroConfig): {
4709
4709
  hint?: string | undefined;
4710
4710
  messages?: {
4711
4711
  text: string;
4712
- type: "error" | "success" | "info" | "warning";
4712
+ type: "success" | "error" | "info" | "warning";
4713
4713
  id?: number | undefined;
4714
4714
  }[] | undefined;
4715
4715
  required?: boolean | undefined;
@@ -4728,7 +4728,7 @@ export declare function init(config: AuthHeroConfig): {
4728
4728
  hint?: string | undefined;
4729
4729
  messages?: {
4730
4730
  text: string;
4731
- type: "error" | "success" | "info" | "warning";
4731
+ type: "success" | "error" | "info" | "warning";
4732
4732
  id?: number | undefined;
4733
4733
  }[] | undefined;
4734
4734
  required?: boolean | undefined;
@@ -4748,7 +4748,7 @@ export declare function init(config: AuthHeroConfig): {
4748
4748
  hint?: string | undefined;
4749
4749
  messages?: {
4750
4750
  text: string;
4751
- type: "error" | "success" | "info" | "warning";
4751
+ type: "success" | "error" | "info" | "warning";
4752
4752
  id?: number | undefined;
4753
4753
  }[] | undefined;
4754
4754
  required?: boolean | undefined;
@@ -4767,7 +4767,7 @@ export declare function init(config: AuthHeroConfig): {
4767
4767
  hint?: string | undefined;
4768
4768
  messages?: {
4769
4769
  text: string;
4770
- type: "error" | "success" | "info" | "warning";
4770
+ type: "success" | "error" | "info" | "warning";
4771
4771
  id?: number | undefined;
4772
4772
  }[] | undefined;
4773
4773
  required?: boolean | undefined;
@@ -4789,7 +4789,7 @@ export declare function init(config: AuthHeroConfig): {
4789
4789
  hint?: string | undefined;
4790
4790
  messages?: {
4791
4791
  text: string;
4792
- type: "error" | "success" | "info" | "warning";
4792
+ type: "success" | "error" | "info" | "warning";
4793
4793
  id?: number | undefined;
4794
4794
  }[] | undefined;
4795
4795
  required?: boolean | undefined;
@@ -4811,7 +4811,7 @@ export declare function init(config: AuthHeroConfig): {
4811
4811
  hint?: string | undefined;
4812
4812
  messages?: {
4813
4813
  text: string;
4814
- type: "error" | "success" | "info" | "warning";
4814
+ type: "success" | "error" | "info" | "warning";
4815
4815
  id?: number | undefined;
4816
4816
  }[] | undefined;
4817
4817
  required?: boolean | undefined;
@@ -4830,7 +4830,7 @@ export declare function init(config: AuthHeroConfig): {
4830
4830
  hint?: string | undefined;
4831
4831
  messages?: {
4832
4832
  text: string;
4833
- type: "error" | "success" | "info" | "warning";
4833
+ type: "success" | "error" | "info" | "warning";
4834
4834
  id?: number | undefined;
4835
4835
  }[] | undefined;
4836
4836
  required?: boolean | undefined;
@@ -4855,7 +4855,7 @@ export declare function init(config: AuthHeroConfig): {
4855
4855
  hint?: string | undefined;
4856
4856
  messages?: {
4857
4857
  text: string;
4858
- type: "error" | "success" | "info" | "warning";
4858
+ type: "success" | "error" | "info" | "warning";
4859
4859
  id?: number | undefined;
4860
4860
  }[] | undefined;
4861
4861
  required?: boolean | undefined;
@@ -4876,7 +4876,7 @@ export declare function init(config: AuthHeroConfig): {
4876
4876
  hint?: string | undefined;
4877
4877
  messages?: {
4878
4878
  text: string;
4879
- type: "error" | "success" | "info" | "warning";
4879
+ type: "success" | "error" | "info" | "warning";
4880
4880
  id?: number | undefined;
4881
4881
  }[] | undefined;
4882
4882
  required?: boolean | undefined;
@@ -4897,7 +4897,7 @@ export declare function init(config: AuthHeroConfig): {
4897
4897
  hint?: string | undefined;
4898
4898
  messages?: {
4899
4899
  text: string;
4900
- type: "error" | "success" | "info" | "warning";
4900
+ type: "success" | "error" | "info" | "warning";
4901
4901
  id?: number | undefined;
4902
4902
  }[] | undefined;
4903
4903
  required?: boolean | undefined;
@@ -5128,7 +5128,7 @@ export declare function init(config: AuthHeroConfig): {
5128
5128
  hint?: string | undefined;
5129
5129
  messages?: {
5130
5130
  text: string;
5131
- type: "error" | "success" | "info" | "warning";
5131
+ type: "success" | "error" | "info" | "warning";
5132
5132
  id?: number | undefined;
5133
5133
  }[] | undefined;
5134
5134
  required?: boolean | undefined;
@@ -5146,7 +5146,7 @@ export declare function init(config: AuthHeroConfig): {
5146
5146
  hint?: string | undefined;
5147
5147
  messages?: {
5148
5148
  text: string;
5149
- type: "error" | "success" | "info" | "warning";
5149
+ type: "success" | "error" | "info" | "warning";
5150
5150
  id?: number | undefined;
5151
5151
  }[] | undefined;
5152
5152
  required?: boolean | undefined;
@@ -5170,7 +5170,7 @@ export declare function init(config: AuthHeroConfig): {
5170
5170
  hint?: string | undefined;
5171
5171
  messages?: {
5172
5172
  text: string;
5173
- type: "error" | "success" | "info" | "warning";
5173
+ type: "success" | "error" | "info" | "warning";
5174
5174
  id?: number | undefined;
5175
5175
  }[] | undefined;
5176
5176
  required?: boolean | undefined;
@@ -5194,7 +5194,7 @@ export declare function init(config: AuthHeroConfig): {
5194
5194
  hint?: string | undefined;
5195
5195
  messages?: {
5196
5196
  text: string;
5197
- type: "error" | "success" | "info" | "warning";
5197
+ type: "success" | "error" | "info" | "warning";
5198
5198
  id?: number | undefined;
5199
5199
  }[] | undefined;
5200
5200
  required?: boolean | undefined;
@@ -5218,7 +5218,7 @@ export declare function init(config: AuthHeroConfig): {
5218
5218
  hint?: string | undefined;
5219
5219
  messages?: {
5220
5220
  text: string;
5221
- type: "error" | "success" | "info" | "warning";
5221
+ type: "success" | "error" | "info" | "warning";
5222
5222
  id?: number | undefined;
5223
5223
  }[] | undefined;
5224
5224
  required?: boolean | undefined;
@@ -5247,7 +5247,7 @@ export declare function init(config: AuthHeroConfig): {
5247
5247
  hint?: string | undefined;
5248
5248
  messages?: {
5249
5249
  text: string;
5250
- type: "error" | "success" | "info" | "warning";
5250
+ type: "success" | "error" | "info" | "warning";
5251
5251
  id?: number | undefined;
5252
5252
  }[] | undefined;
5253
5253
  required?: boolean | undefined;
@@ -5262,7 +5262,7 @@ export declare function init(config: AuthHeroConfig): {
5262
5262
  hint?: string | undefined;
5263
5263
  messages?: {
5264
5264
  text: string;
5265
- type: "error" | "success" | "info" | "warning";
5265
+ type: "success" | "error" | "info" | "warning";
5266
5266
  id?: number | undefined;
5267
5267
  }[] | undefined;
5268
5268
  required?: boolean | undefined;
@@ -5283,7 +5283,7 @@ export declare function init(config: AuthHeroConfig): {
5283
5283
  hint?: string | undefined;
5284
5284
  messages?: {
5285
5285
  text: string;
5286
- type: "error" | "success" | "info" | "warning";
5286
+ type: "success" | "error" | "info" | "warning";
5287
5287
  id?: number | undefined;
5288
5288
  }[] | undefined;
5289
5289
  required?: boolean | undefined;
@@ -5308,7 +5308,7 @@ export declare function init(config: AuthHeroConfig): {
5308
5308
  hint?: string | undefined;
5309
5309
  messages?: {
5310
5310
  text: string;
5311
- type: "error" | "success" | "info" | "warning";
5311
+ type: "success" | "error" | "info" | "warning";
5312
5312
  id?: number | undefined;
5313
5313
  }[] | undefined;
5314
5314
  required?: boolean | undefined;
@@ -5327,7 +5327,7 @@ export declare function init(config: AuthHeroConfig): {
5327
5327
  hint?: string | undefined;
5328
5328
  messages?: {
5329
5329
  text: string;
5330
- type: "error" | "success" | "info" | "warning";
5330
+ type: "success" | "error" | "info" | "warning";
5331
5331
  id?: number | undefined;
5332
5332
  }[] | undefined;
5333
5333
  required?: boolean | undefined;
@@ -5347,7 +5347,7 @@ export declare function init(config: AuthHeroConfig): {
5347
5347
  hint?: string | undefined;
5348
5348
  messages?: {
5349
5349
  text: string;
5350
- type: "error" | "success" | "info" | "warning";
5350
+ type: "success" | "error" | "info" | "warning";
5351
5351
  id?: number | undefined;
5352
5352
  }[] | undefined;
5353
5353
  required?: boolean | undefined;
@@ -5366,7 +5366,7 @@ export declare function init(config: AuthHeroConfig): {
5366
5366
  hint?: string | undefined;
5367
5367
  messages?: {
5368
5368
  text: string;
5369
- type: "error" | "success" | "info" | "warning";
5369
+ type: "success" | "error" | "info" | "warning";
5370
5370
  id?: number | undefined;
5371
5371
  }[] | undefined;
5372
5372
  required?: boolean | undefined;
@@ -5388,7 +5388,7 @@ export declare function init(config: AuthHeroConfig): {
5388
5388
  hint?: string | undefined;
5389
5389
  messages?: {
5390
5390
  text: string;
5391
- type: "error" | "success" | "info" | "warning";
5391
+ type: "success" | "error" | "info" | "warning";
5392
5392
  id?: number | undefined;
5393
5393
  }[] | undefined;
5394
5394
  required?: boolean | undefined;
@@ -5410,7 +5410,7 @@ export declare function init(config: AuthHeroConfig): {
5410
5410
  hint?: string | undefined;
5411
5411
  messages?: {
5412
5412
  text: string;
5413
- type: "error" | "success" | "info" | "warning";
5413
+ type: "success" | "error" | "info" | "warning";
5414
5414
  id?: number | undefined;
5415
5415
  }[] | undefined;
5416
5416
  required?: boolean | undefined;
@@ -5429,7 +5429,7 @@ export declare function init(config: AuthHeroConfig): {
5429
5429
  hint?: string | undefined;
5430
5430
  messages?: {
5431
5431
  text: string;
5432
- type: "error" | "success" | "info" | "warning";
5432
+ type: "success" | "error" | "info" | "warning";
5433
5433
  id?: number | undefined;
5434
5434
  }[] | undefined;
5435
5435
  required?: boolean | undefined;
@@ -5454,7 +5454,7 @@ export declare function init(config: AuthHeroConfig): {
5454
5454
  hint?: string | undefined;
5455
5455
  messages?: {
5456
5456
  text: string;
5457
- type: "error" | "success" | "info" | "warning";
5457
+ type: "success" | "error" | "info" | "warning";
5458
5458
  id?: number | undefined;
5459
5459
  }[] | undefined;
5460
5460
  required?: boolean | undefined;
@@ -5475,7 +5475,7 @@ export declare function init(config: AuthHeroConfig): {
5475
5475
  hint?: string | undefined;
5476
5476
  messages?: {
5477
5477
  text: string;
5478
- type: "error" | "success" | "info" | "warning";
5478
+ type: "success" | "error" | "info" | "warning";
5479
5479
  id?: number | undefined;
5480
5480
  }[] | undefined;
5481
5481
  required?: boolean | undefined;
@@ -5496,7 +5496,7 @@ export declare function init(config: AuthHeroConfig): {
5496
5496
  hint?: string | undefined;
5497
5497
  messages?: {
5498
5498
  text: string;
5499
- type: "error" | "success" | "info" | "warning";
5499
+ type: "success" | "error" | "info" | "warning";
5500
5500
  id?: number | undefined;
5501
5501
  }[] | undefined;
5502
5502
  required?: boolean | undefined;
@@ -5729,7 +5729,7 @@ export declare function init(config: AuthHeroConfig): {
5729
5729
  hint?: string | undefined;
5730
5730
  messages?: {
5731
5731
  text: string;
5732
- type: "error" | "success" | "info" | "warning";
5732
+ type: "success" | "error" | "info" | "warning";
5733
5733
  id?: number | undefined;
5734
5734
  }[] | undefined;
5735
5735
  required?: boolean | undefined;
@@ -5747,7 +5747,7 @@ export declare function init(config: AuthHeroConfig): {
5747
5747
  hint?: string | undefined;
5748
5748
  messages?: {
5749
5749
  text: string;
5750
- type: "error" | "success" | "info" | "warning";
5750
+ type: "success" | "error" | "info" | "warning";
5751
5751
  id?: number | undefined;
5752
5752
  }[] | undefined;
5753
5753
  required?: boolean | undefined;
@@ -5771,7 +5771,7 @@ export declare function init(config: AuthHeroConfig): {
5771
5771
  hint?: string | undefined;
5772
5772
  messages?: {
5773
5773
  text: string;
5774
- type: "error" | "success" | "info" | "warning";
5774
+ type: "success" | "error" | "info" | "warning";
5775
5775
  id?: number | undefined;
5776
5776
  }[] | undefined;
5777
5777
  required?: boolean | undefined;
@@ -5795,7 +5795,7 @@ export declare function init(config: AuthHeroConfig): {
5795
5795
  hint?: string | undefined;
5796
5796
  messages?: {
5797
5797
  text: string;
5798
- type: "error" | "success" | "info" | "warning";
5798
+ type: "success" | "error" | "info" | "warning";
5799
5799
  id?: number | undefined;
5800
5800
  }[] | undefined;
5801
5801
  required?: boolean | undefined;
@@ -5819,7 +5819,7 @@ export declare function init(config: AuthHeroConfig): {
5819
5819
  hint?: string | undefined;
5820
5820
  messages?: {
5821
5821
  text: string;
5822
- type: "error" | "success" | "info" | "warning";
5822
+ type: "success" | "error" | "info" | "warning";
5823
5823
  id?: number | undefined;
5824
5824
  }[] | undefined;
5825
5825
  required?: boolean | undefined;
@@ -5844,7 +5844,7 @@ export declare function init(config: AuthHeroConfig): {
5844
5844
  hint?: string | undefined;
5845
5845
  messages?: {
5846
5846
  text: string;
5847
- type: "error" | "success" | "info" | "warning";
5847
+ type: "success" | "error" | "info" | "warning";
5848
5848
  id?: number | undefined;
5849
5849
  }[] | undefined;
5850
5850
  required?: boolean | undefined;
@@ -5859,7 +5859,7 @@ export declare function init(config: AuthHeroConfig): {
5859
5859
  hint?: string | undefined;
5860
5860
  messages?: {
5861
5861
  text: string;
5862
- type: "error" | "success" | "info" | "warning";
5862
+ type: "success" | "error" | "info" | "warning";
5863
5863
  id?: number | undefined;
5864
5864
  }[] | undefined;
5865
5865
  required?: boolean | undefined;
@@ -5880,7 +5880,7 @@ export declare function init(config: AuthHeroConfig): {
5880
5880
  hint?: string | undefined;
5881
5881
  messages?: {
5882
5882
  text: string;
5883
- type: "error" | "success" | "info" | "warning";
5883
+ type: "success" | "error" | "info" | "warning";
5884
5884
  id?: number | undefined;
5885
5885
  }[] | undefined;
5886
5886
  required?: boolean | undefined;
@@ -5905,7 +5905,7 @@ export declare function init(config: AuthHeroConfig): {
5905
5905
  hint?: string | undefined;
5906
5906
  messages?: {
5907
5907
  text: string;
5908
- type: "error" | "success" | "info" | "warning";
5908
+ type: "success" | "error" | "info" | "warning";
5909
5909
  id?: number | undefined;
5910
5910
  }[] | undefined;
5911
5911
  required?: boolean | undefined;
@@ -5924,7 +5924,7 @@ export declare function init(config: AuthHeroConfig): {
5924
5924
  hint?: string | undefined;
5925
5925
  messages?: {
5926
5926
  text: string;
5927
- type: "error" | "success" | "info" | "warning";
5927
+ type: "success" | "error" | "info" | "warning";
5928
5928
  id?: number | undefined;
5929
5929
  }[] | undefined;
5930
5930
  required?: boolean | undefined;
@@ -5944,7 +5944,7 @@ export declare function init(config: AuthHeroConfig): {
5944
5944
  hint?: string | undefined;
5945
5945
  messages?: {
5946
5946
  text: string;
5947
- type: "error" | "success" | "info" | "warning";
5947
+ type: "success" | "error" | "info" | "warning";
5948
5948
  id?: number | undefined;
5949
5949
  }[] | undefined;
5950
5950
  required?: boolean | undefined;
@@ -5963,7 +5963,7 @@ export declare function init(config: AuthHeroConfig): {
5963
5963
  hint?: string | undefined;
5964
5964
  messages?: {
5965
5965
  text: string;
5966
- type: "error" | "success" | "info" | "warning";
5966
+ type: "success" | "error" | "info" | "warning";
5967
5967
  id?: number | undefined;
5968
5968
  }[] | undefined;
5969
5969
  required?: boolean | undefined;
@@ -5985,7 +5985,7 @@ export declare function init(config: AuthHeroConfig): {
5985
5985
  hint?: string | undefined;
5986
5986
  messages?: {
5987
5987
  text: string;
5988
- type: "error" | "success" | "info" | "warning";
5988
+ type: "success" | "error" | "info" | "warning";
5989
5989
  id?: number | undefined;
5990
5990
  }[] | undefined;
5991
5991
  required?: boolean | undefined;
@@ -6007,7 +6007,7 @@ export declare function init(config: AuthHeroConfig): {
6007
6007
  hint?: string | undefined;
6008
6008
  messages?: {
6009
6009
  text: string;
6010
- type: "error" | "success" | "info" | "warning";
6010
+ type: "success" | "error" | "info" | "warning";
6011
6011
  id?: number | undefined;
6012
6012
  }[] | undefined;
6013
6013
  required?: boolean | undefined;
@@ -6026,7 +6026,7 @@ export declare function init(config: AuthHeroConfig): {
6026
6026
  hint?: string | undefined;
6027
6027
  messages?: {
6028
6028
  text: string;
6029
- type: "error" | "success" | "info" | "warning";
6029
+ type: "success" | "error" | "info" | "warning";
6030
6030
  id?: number | undefined;
6031
6031
  }[] | undefined;
6032
6032
  required?: boolean | undefined;
@@ -6051,7 +6051,7 @@ export declare function init(config: AuthHeroConfig): {
6051
6051
  hint?: string | undefined;
6052
6052
  messages?: {
6053
6053
  text: string;
6054
- type: "error" | "success" | "info" | "warning";
6054
+ type: "success" | "error" | "info" | "warning";
6055
6055
  id?: number | undefined;
6056
6056
  }[] | undefined;
6057
6057
  required?: boolean | undefined;
@@ -6072,7 +6072,7 @@ export declare function init(config: AuthHeroConfig): {
6072
6072
  hint?: string | undefined;
6073
6073
  messages?: {
6074
6074
  text: string;
6075
- type: "error" | "success" | "info" | "warning";
6075
+ type: "success" | "error" | "info" | "warning";
6076
6076
  id?: number | undefined;
6077
6077
  }[] | undefined;
6078
6078
  required?: boolean | undefined;
@@ -6093,7 +6093,7 @@ export declare function init(config: AuthHeroConfig): {
6093
6093
  hint?: string | undefined;
6094
6094
  messages?: {
6095
6095
  text: string;
6096
- type: "error" | "success" | "info" | "warning";
6096
+ type: "success" | "error" | "info" | "warning";
6097
6097
  id?: number | undefined;
6098
6098
  }[] | undefined;
6099
6099
  required?: boolean | undefined;
@@ -6324,7 +6324,7 @@ export declare function init(config: AuthHeroConfig): {
6324
6324
  hint?: string | undefined;
6325
6325
  messages?: {
6326
6326
  text: string;
6327
- type: "error" | "success" | "info" | "warning";
6327
+ type: "success" | "error" | "info" | "warning";
6328
6328
  id?: number | undefined;
6329
6329
  }[] | undefined;
6330
6330
  required?: boolean | undefined;
@@ -6342,7 +6342,7 @@ export declare function init(config: AuthHeroConfig): {
6342
6342
  hint?: string | undefined;
6343
6343
  messages?: {
6344
6344
  text: string;
6345
- type: "error" | "success" | "info" | "warning";
6345
+ type: "success" | "error" | "info" | "warning";
6346
6346
  id?: number | undefined;
6347
6347
  }[] | undefined;
6348
6348
  required?: boolean | undefined;
@@ -6366,7 +6366,7 @@ export declare function init(config: AuthHeroConfig): {
6366
6366
  hint?: string | undefined;
6367
6367
  messages?: {
6368
6368
  text: string;
6369
- type: "error" | "success" | "info" | "warning";
6369
+ type: "success" | "error" | "info" | "warning";
6370
6370
  id?: number | undefined;
6371
6371
  }[] | undefined;
6372
6372
  required?: boolean | undefined;
@@ -6390,7 +6390,7 @@ export declare function init(config: AuthHeroConfig): {
6390
6390
  hint?: string | undefined;
6391
6391
  messages?: {
6392
6392
  text: string;
6393
- type: "error" | "success" | "info" | "warning";
6393
+ type: "success" | "error" | "info" | "warning";
6394
6394
  id?: number | undefined;
6395
6395
  }[] | undefined;
6396
6396
  required?: boolean | undefined;
@@ -6414,7 +6414,7 @@ export declare function init(config: AuthHeroConfig): {
6414
6414
  hint?: string | undefined;
6415
6415
  messages?: {
6416
6416
  text: string;
6417
- type: "error" | "success" | "info" | "warning";
6417
+ type: "success" | "error" | "info" | "warning";
6418
6418
  id?: number | undefined;
6419
6419
  }[] | undefined;
6420
6420
  required?: boolean | undefined;
@@ -6443,7 +6443,7 @@ export declare function init(config: AuthHeroConfig): {
6443
6443
  hint?: string | undefined;
6444
6444
  messages?: {
6445
6445
  text: string;
6446
- type: "error" | "success" | "info" | "warning";
6446
+ type: "success" | "error" | "info" | "warning";
6447
6447
  id?: number | undefined;
6448
6448
  }[] | undefined;
6449
6449
  required?: boolean | undefined;
@@ -6458,7 +6458,7 @@ export declare function init(config: AuthHeroConfig): {
6458
6458
  hint?: string | undefined;
6459
6459
  messages?: {
6460
6460
  text: string;
6461
- type: "error" | "success" | "info" | "warning";
6461
+ type: "success" | "error" | "info" | "warning";
6462
6462
  id?: number | undefined;
6463
6463
  }[] | undefined;
6464
6464
  required?: boolean | undefined;
@@ -6479,7 +6479,7 @@ export declare function init(config: AuthHeroConfig): {
6479
6479
  hint?: string | undefined;
6480
6480
  messages?: {
6481
6481
  text: string;
6482
- type: "error" | "success" | "info" | "warning";
6482
+ type: "success" | "error" | "info" | "warning";
6483
6483
  id?: number | undefined;
6484
6484
  }[] | undefined;
6485
6485
  required?: boolean | undefined;
@@ -6504,7 +6504,7 @@ export declare function init(config: AuthHeroConfig): {
6504
6504
  hint?: string | undefined;
6505
6505
  messages?: {
6506
6506
  text: string;
6507
- type: "error" | "success" | "info" | "warning";
6507
+ type: "success" | "error" | "info" | "warning";
6508
6508
  id?: number | undefined;
6509
6509
  }[] | undefined;
6510
6510
  required?: boolean | undefined;
@@ -6523,7 +6523,7 @@ export declare function init(config: AuthHeroConfig): {
6523
6523
  hint?: string | undefined;
6524
6524
  messages?: {
6525
6525
  text: string;
6526
- type: "error" | "success" | "info" | "warning";
6526
+ type: "success" | "error" | "info" | "warning";
6527
6527
  id?: number | undefined;
6528
6528
  }[] | undefined;
6529
6529
  required?: boolean | undefined;
@@ -6543,7 +6543,7 @@ export declare function init(config: AuthHeroConfig): {
6543
6543
  hint?: string | undefined;
6544
6544
  messages?: {
6545
6545
  text: string;
6546
- type: "error" | "success" | "info" | "warning";
6546
+ type: "success" | "error" | "info" | "warning";
6547
6547
  id?: number | undefined;
6548
6548
  }[] | undefined;
6549
6549
  required?: boolean | undefined;
@@ -6562,7 +6562,7 @@ export declare function init(config: AuthHeroConfig): {
6562
6562
  hint?: string | undefined;
6563
6563
  messages?: {
6564
6564
  text: string;
6565
- type: "error" | "success" | "info" | "warning";
6565
+ type: "success" | "error" | "info" | "warning";
6566
6566
  id?: number | undefined;
6567
6567
  }[] | undefined;
6568
6568
  required?: boolean | undefined;
@@ -6584,7 +6584,7 @@ export declare function init(config: AuthHeroConfig): {
6584
6584
  hint?: string | undefined;
6585
6585
  messages?: {
6586
6586
  text: string;
6587
- type: "error" | "success" | "info" | "warning";
6587
+ type: "success" | "error" | "info" | "warning";
6588
6588
  id?: number | undefined;
6589
6589
  }[] | undefined;
6590
6590
  required?: boolean | undefined;
@@ -6606,7 +6606,7 @@ export declare function init(config: AuthHeroConfig): {
6606
6606
  hint?: string | undefined;
6607
6607
  messages?: {
6608
6608
  text: string;
6609
- type: "error" | "success" | "info" | "warning";
6609
+ type: "success" | "error" | "info" | "warning";
6610
6610
  id?: number | undefined;
6611
6611
  }[] | undefined;
6612
6612
  required?: boolean | undefined;
@@ -6625,7 +6625,7 @@ export declare function init(config: AuthHeroConfig): {
6625
6625
  hint?: string | undefined;
6626
6626
  messages?: {
6627
6627
  text: string;
6628
- type: "error" | "success" | "info" | "warning";
6628
+ type: "success" | "error" | "info" | "warning";
6629
6629
  id?: number | undefined;
6630
6630
  }[] | undefined;
6631
6631
  required?: boolean | undefined;
@@ -6650,7 +6650,7 @@ export declare function init(config: AuthHeroConfig): {
6650
6650
  hint?: string | undefined;
6651
6651
  messages?: {
6652
6652
  text: string;
6653
- type: "error" | "success" | "info" | "warning";
6653
+ type: "success" | "error" | "info" | "warning";
6654
6654
  id?: number | undefined;
6655
6655
  }[] | undefined;
6656
6656
  required?: boolean | undefined;
@@ -6671,7 +6671,7 @@ export declare function init(config: AuthHeroConfig): {
6671
6671
  hint?: string | undefined;
6672
6672
  messages?: {
6673
6673
  text: string;
6674
- type: "error" | "success" | "info" | "warning";
6674
+ type: "success" | "error" | "info" | "warning";
6675
6675
  id?: number | undefined;
6676
6676
  }[] | undefined;
6677
6677
  required?: boolean | undefined;
@@ -6692,7 +6692,7 @@ export declare function init(config: AuthHeroConfig): {
6692
6692
  hint?: string | undefined;
6693
6693
  messages?: {
6694
6694
  text: string;
6695
- type: "error" | "success" | "info" | "warning";
6695
+ type: "success" | "error" | "info" | "warning";
6696
6696
  id?: number | undefined;
6697
6697
  }[] | undefined;
6698
6698
  required?: boolean | undefined;
@@ -6922,7 +6922,7 @@ export declare function init(config: AuthHeroConfig): {
6922
6922
  };
6923
6923
  };
6924
6924
  output: {
6925
- prompt: "mfa" | "organizations" | "status" | "login" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6925
+ prompt: "signup" | "status" | "mfa" | "organizations" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6926
6926
  language: string;
6927
6927
  }[];
6928
6928
  outputFormat: "json";
@@ -6960,7 +6960,7 @@ export declare function init(config: AuthHeroConfig): {
6960
6960
  $get: {
6961
6961
  input: {
6962
6962
  param: {
6963
- prompt: "mfa" | "organizations" | "status" | "login" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6963
+ prompt: "signup" | "status" | "mfa" | "organizations" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6964
6964
  language: string;
6965
6965
  };
6966
6966
  } & {
@@ -6982,7 +6982,7 @@ export declare function init(config: AuthHeroConfig): {
6982
6982
  $put: {
6983
6983
  input: {
6984
6984
  param: {
6985
- prompt: "mfa" | "organizations" | "status" | "login" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6985
+ prompt: "signup" | "status" | "mfa" | "organizations" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6986
6986
  language: string;
6987
6987
  };
6988
6988
  } & {
@@ -7006,7 +7006,7 @@ export declare function init(config: AuthHeroConfig): {
7006
7006
  $delete: {
7007
7007
  input: {
7008
7008
  param: {
7009
- prompt: "mfa" | "organizations" | "status" | "login" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7009
+ prompt: "signup" | "status" | "mfa" | "organizations" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7010
7010
  language: string;
7011
7011
  };
7012
7012
  } & {
@@ -7108,7 +7108,7 @@ export declare function init(config: AuthHeroConfig): {
7108
7108
  } | undefined;
7109
7109
  unique?: boolean | undefined;
7110
7110
  profile_required?: boolean | undefined;
7111
- verification_method?: "code" | "link" | undefined;
7111
+ verification_method?: "link" | "code" | undefined;
7112
7112
  } | undefined;
7113
7113
  username?: {
7114
7114
  identifier?: {
@@ -7242,7 +7242,7 @@ export declare function init(config: AuthHeroConfig): {
7242
7242
  } | undefined;
7243
7243
  unique?: boolean | undefined;
7244
7244
  profile_required?: boolean | undefined;
7245
- verification_method?: "code" | "link" | undefined;
7245
+ verification_method?: "link" | "code" | undefined;
7246
7246
  } | undefined;
7247
7247
  username?: {
7248
7248
  identifier?: {
@@ -7392,7 +7392,7 @@ export declare function init(config: AuthHeroConfig): {
7392
7392
  } | undefined;
7393
7393
  unique?: boolean | undefined;
7394
7394
  profile_required?: boolean | undefined;
7395
- verification_method?: "code" | "link" | undefined;
7395
+ verification_method?: "link" | "code" | undefined;
7396
7396
  } | undefined;
7397
7397
  username?: {
7398
7398
  identifier?: {
@@ -7571,7 +7571,7 @@ export declare function init(config: AuthHeroConfig): {
7571
7571
  } | undefined;
7572
7572
  unique?: boolean | undefined;
7573
7573
  profile_required?: boolean | undefined;
7574
- verification_method?: "code" | "link" | undefined;
7574
+ verification_method?: "link" | "code" | undefined;
7575
7575
  } | undefined;
7576
7576
  username?: {
7577
7577
  identifier?: {
@@ -7729,7 +7729,7 @@ export declare function init(config: AuthHeroConfig): {
7729
7729
  } | undefined;
7730
7730
  unique?: boolean | undefined;
7731
7731
  profile_required?: boolean | undefined;
7732
- verification_method?: "code" | "link" | undefined;
7732
+ verification_method?: "link" | "code" | undefined;
7733
7733
  } | undefined;
7734
7734
  username?: {
7735
7735
  identifier?: {
@@ -7869,7 +7869,7 @@ export declare function init(config: AuthHeroConfig): {
7869
7869
  };
7870
7870
  } | {
7871
7871
  mode: "inline";
7872
- status: "error" | "success";
7872
+ status: "success" | "error";
7873
7873
  connection_id: string;
7874
7874
  connection_name: string;
7875
7875
  strategy: string;
@@ -8509,7 +8509,7 @@ export declare function init(config: AuthHeroConfig): {
8509
8509
  log_type: string;
8510
8510
  category: "user_action" | "admin_action" | "system" | "api";
8511
8511
  actor: {
8512
- type: "client_credentials" | "user" | "system" | "admin" | "api_key";
8512
+ type: "user" | "client_credentials" | "system" | "admin" | "api_key";
8513
8513
  id?: string | undefined;
8514
8514
  email?: string | undefined;
8515
8515
  org_id?: string | undefined;
@@ -8819,7 +8819,7 @@ export declare function init(config: AuthHeroConfig): {
8819
8819
  created_at: string;
8820
8820
  updated_at: string;
8821
8821
  name: string;
8822
- provider: "auth0" | "cognito" | "okta" | "oidc";
8822
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8823
8823
  connection: string;
8824
8824
  enabled: boolean;
8825
8825
  credentials: {
@@ -8851,7 +8851,7 @@ export declare function init(config: AuthHeroConfig): {
8851
8851
  created_at: string;
8852
8852
  updated_at: string;
8853
8853
  name: string;
8854
- provider: "auth0" | "cognito" | "okta" | "oidc";
8854
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8855
8855
  connection: string;
8856
8856
  enabled: boolean;
8857
8857
  credentials: {
@@ -8877,7 +8877,7 @@ export declare function init(config: AuthHeroConfig): {
8877
8877
  } & {
8878
8878
  json: {
8879
8879
  name: string;
8880
- provider: "auth0" | "cognito" | "okta" | "oidc";
8880
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8881
8881
  connection: string;
8882
8882
  credentials: {
8883
8883
  domain: string;
@@ -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: {
@@ -8925,7 +8925,7 @@ export declare function init(config: AuthHeroConfig): {
8925
8925
  json: {
8926
8926
  id?: string | undefined;
8927
8927
  name?: string | undefined;
8928
- provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
8928
+ provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
8929
8929
  connection?: string | undefined;
8930
8930
  enabled?: boolean | undefined;
8931
8931
  credentials?: {
@@ -8941,7 +8941,7 @@ export declare function init(config: AuthHeroConfig): {
8941
8941
  created_at: string;
8942
8942
  updated_at: string;
8943
8943
  name: string;
8944
- provider: "auth0" | "cognito" | "okta" | "oidc";
8944
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8945
8945
  connection: string;
8946
8946
  enabled: boolean;
8947
8947
  credentials: {
@@ -8989,7 +8989,7 @@ export declare function init(config: AuthHeroConfig): {
8989
8989
  [x: string]: import("hono/utils/types").JSONValue;
8990
8990
  };
8991
8991
  id: string;
8992
- status: "suspended" | "active" | "paused";
8992
+ status: "active" | "suspended" | "paused";
8993
8993
  filters?: {
8994
8994
  type: string;
8995
8995
  name: string;
@@ -9021,7 +9021,7 @@ export declare function init(config: AuthHeroConfig): {
9021
9021
  [x: string]: import("hono/utils/types").JSONValue;
9022
9022
  };
9023
9023
  id: string;
9024
- status: "suspended" | "active" | "paused";
9024
+ status: "active" | "suspended" | "paused";
9025
9025
  filters?: {
9026
9026
  type: string;
9027
9027
  name: string;
@@ -9046,7 +9046,7 @@ export declare function init(config: AuthHeroConfig): {
9046
9046
  name: string;
9047
9047
  type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
9048
9048
  sink: Record<string, unknown>;
9049
- status?: "suspended" | "active" | "paused" | undefined;
9049
+ status?: "active" | "suspended" | "paused" | undefined;
9050
9050
  filters?: {
9051
9051
  type: string;
9052
9052
  name: string;
@@ -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;
@@ -9096,7 +9096,7 @@ export declare function init(config: AuthHeroConfig): {
9096
9096
  }[] | undefined;
9097
9097
  isPriority?: boolean | undefined;
9098
9098
  id?: string | undefined;
9099
- status?: "suspended" | "active" | "paused" | undefined;
9099
+ status?: "active" | "suspended" | "paused" | undefined;
9100
9100
  created_at?: string | undefined;
9101
9101
  updated_at?: string | undefined;
9102
9102
  };
@@ -9108,7 +9108,7 @@ export declare function init(config: AuthHeroConfig): {
9108
9108
  [x: string]: import("hono/utils/types").JSONValue;
9109
9109
  };
9110
9110
  id: string;
9111
- status: "suspended" | "active" | "paused";
9111
+ status: "active" | "suspended" | "paused";
9112
9112
  filters?: {
9113
9113
  type: string;
9114
9114
  name: string;
@@ -9159,7 +9159,7 @@ export declare function init(config: AuthHeroConfig): {
9159
9159
  };
9160
9160
  };
9161
9161
  output: {
9162
- type: "fn" | "i" | "cs" | "fi" | "sv" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "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" | "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" | "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" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9162
+ type: "gd_send_sms" | "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" | "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_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";
9163
9163
  date: string;
9164
9164
  isMobile: boolean;
9165
9165
  log_id: string;
@@ -9198,7 +9198,7 @@ export declare function init(config: AuthHeroConfig): {
9198
9198
  limit: number;
9199
9199
  length: number;
9200
9200
  logs: {
9201
- type: "fn" | "i" | "cs" | "fi" | "sv" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "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" | "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" | "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" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9201
+ type: "gd_send_sms" | "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" | "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_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";
9202
9202
  date: string;
9203
9203
  isMobile: boolean;
9204
9204
  log_id: string;
@@ -9237,7 +9237,7 @@ export declare function init(config: AuthHeroConfig): {
9237
9237
  next?: string | undefined;
9238
9238
  } | {
9239
9239
  logs: {
9240
- type: "fn" | "i" | "cs" | "fi" | "sv" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "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" | "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" | "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" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9240
+ type: "gd_send_sms" | "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" | "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_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";
9241
9241
  date: string;
9242
9242
  isMobile: boolean;
9243
9243
  log_id: string;
@@ -9291,7 +9291,7 @@ export declare function init(config: AuthHeroConfig): {
9291
9291
  };
9292
9292
  };
9293
9293
  output: {
9294
- type: "fn" | "i" | "cs" | "fi" | "sv" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "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" | "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" | "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" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9294
+ type: "gd_send_sms" | "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" | "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_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";
9295
9295
  date: string;
9296
9296
  isMobile: boolean;
9297
9297
  log_id: string;
@@ -9696,7 +9696,7 @@ export declare function init(config: AuthHeroConfig): {
9696
9696
  addons?: {
9697
9697
  [x: string]: any;
9698
9698
  } | undefined;
9699
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9699
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9700
9700
  client_metadata?: {
9701
9701
  [x: string]: string;
9702
9702
  } | undefined;
@@ -9792,7 +9792,7 @@ export declare function init(config: AuthHeroConfig): {
9792
9792
  addons?: {
9793
9793
  [x: string]: any;
9794
9794
  } | undefined;
9795
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9795
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9796
9796
  client_metadata?: {
9797
9797
  [x: string]: string;
9798
9798
  } | undefined;
@@ -9888,7 +9888,7 @@ export declare function init(config: AuthHeroConfig): {
9888
9888
  addons?: {
9889
9889
  [x: string]: any;
9890
9890
  } | undefined;
9891
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9891
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9892
9892
  client_metadata?: {
9893
9893
  [x: string]: string;
9894
9894
  } | undefined;
@@ -9999,7 +9999,7 @@ export declare function init(config: AuthHeroConfig): {
9999
9999
  addons?: {
10000
10000
  [x: string]: any;
10001
10001
  } | undefined;
10002
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10002
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10003
10003
  client_metadata?: {
10004
10004
  [x: string]: string;
10005
10005
  } | undefined;
@@ -10109,7 +10109,7 @@ export declare function init(config: AuthHeroConfig): {
10109
10109
  custom_login_page_preview?: string | undefined;
10110
10110
  form_template?: string | undefined;
10111
10111
  addons?: Record<string, any> | undefined;
10112
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10112
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10113
10113
  client_metadata?: Record<string, string> | undefined;
10114
10114
  hide_sign_up_disabled_error?: boolean | undefined;
10115
10115
  mobile?: Record<string, any> | undefined;
@@ -10189,7 +10189,7 @@ export declare function init(config: AuthHeroConfig): {
10189
10189
  addons?: {
10190
10190
  [x: string]: any;
10191
10191
  } | undefined;
10192
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10192
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10193
10193
  client_metadata?: {
10194
10194
  [x: string]: string;
10195
10195
  } | undefined;
@@ -10278,7 +10278,7 @@ export declare function init(config: AuthHeroConfig): {
10278
10278
  custom_login_page_preview?: string | undefined;
10279
10279
  form_template?: string | undefined;
10280
10280
  addons?: Record<string, any> | undefined;
10281
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10281
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10282
10282
  client_metadata?: Record<string, string> | undefined;
10283
10283
  hide_sign_up_disabled_error?: boolean | undefined;
10284
10284
  mobile?: Record<string, any> | undefined;
@@ -10358,7 +10358,7 @@ export declare function init(config: AuthHeroConfig): {
10358
10358
  addons?: {
10359
10359
  [x: string]: any;
10360
10360
  } | undefined;
10361
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10361
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10362
10362
  client_metadata?: {
10363
10363
  [x: string]: string;
10364
10364
  } | undefined;
@@ -10490,7 +10490,7 @@ export declare function init(config: AuthHeroConfig): {
10490
10490
  } | undefined;
10491
10491
  unique?: boolean | undefined;
10492
10492
  profile_required?: boolean | undefined;
10493
- verification_method?: "code" | "link" | undefined;
10493
+ verification_method?: "link" | "code" | undefined;
10494
10494
  } | undefined;
10495
10495
  username?: {
10496
10496
  identifier?: {
@@ -10644,7 +10644,7 @@ export declare function init(config: AuthHeroConfig): {
10644
10644
  } | undefined;
10645
10645
  unique?: boolean | undefined;
10646
10646
  profile_required?: boolean | undefined;
10647
- verification_method?: "code" | "link" | undefined;
10647
+ verification_method?: "link" | "code" | undefined;
10648
10648
  } | undefined;
10649
10649
  username?: {
10650
10650
  identifier?: {
@@ -11625,7 +11625,7 @@ export declare function init(config: AuthHeroConfig): {
11625
11625
  };
11626
11626
  };
11627
11627
  output: {
11628
- type: "fn" | "i" | "cs" | "fi" | "sv" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "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" | "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" | "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" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11628
+ type: "gd_send_sms" | "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" | "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_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";
11629
11629
  date: string;
11630
11630
  isMobile: boolean;
11631
11631
  log_id: string;
@@ -11664,7 +11664,7 @@ export declare function init(config: AuthHeroConfig): {
11664
11664
  limit: number;
11665
11665
  length: number;
11666
11666
  logs: {
11667
- type: "fn" | "i" | "cs" | "fi" | "sv" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "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" | "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" | "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" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11667
+ type: "gd_send_sms" | "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" | "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_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";
11668
11668
  date: string;
11669
11669
  isMobile: boolean;
11670
11670
  log_id: string;
@@ -11983,7 +11983,7 @@ export declare function init(config: AuthHeroConfig): {
11983
11983
  };
11984
11984
  } & {
11985
11985
  json: {
11986
- 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";
11986
+ template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11987
11987
  body: string;
11988
11988
  from: string;
11989
11989
  subject: string;
@@ -12004,7 +12004,7 @@ export declare function init(config: AuthHeroConfig): {
12004
12004
  };
12005
12005
  } & {
12006
12006
  json: {
12007
- 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";
12007
+ template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12008
12008
  body: string;
12009
12009
  from: string;
12010
12010
  subject: string;
@@ -12016,7 +12016,7 @@ export declare function init(config: AuthHeroConfig): {
12016
12016
  };
12017
12017
  };
12018
12018
  output: {
12019
- 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";
12019
+ template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12020
12020
  body: string;
12021
12021
  from: string;
12022
12022
  subject: string;
@@ -12039,7 +12039,7 @@ export declare function init(config: AuthHeroConfig): {
12039
12039
  };
12040
12040
  };
12041
12041
  output: {
12042
- 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";
12042
+ name: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12043
12043
  body: string;
12044
12044
  subject: string;
12045
12045
  }[];
@@ -12052,7 +12052,7 @@ export declare function init(config: AuthHeroConfig): {
12052
12052
  $get: {
12053
12053
  input: {
12054
12054
  param: {
12055
- 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";
12055
+ templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12056
12056
  };
12057
12057
  } & {
12058
12058
  header: {
@@ -12065,7 +12065,7 @@ export declare function init(config: AuthHeroConfig): {
12065
12065
  } | {
12066
12066
  input: {
12067
12067
  param: {
12068
- 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";
12068
+ templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12069
12069
  };
12070
12070
  } & {
12071
12071
  header: {
@@ -12073,7 +12073,7 @@ export declare function init(config: AuthHeroConfig): {
12073
12073
  };
12074
12074
  };
12075
12075
  output: {
12076
- 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";
12076
+ template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12077
12077
  body: string;
12078
12078
  from: string;
12079
12079
  subject: string;
@@ -12092,7 +12092,7 @@ export declare function init(config: AuthHeroConfig): {
12092
12092
  $put: {
12093
12093
  input: {
12094
12094
  param: {
12095
- 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";
12095
+ templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12096
12096
  };
12097
12097
  } & {
12098
12098
  header: {
@@ -12100,7 +12100,7 @@ export declare function init(config: AuthHeroConfig): {
12100
12100
  };
12101
12101
  } & {
12102
12102
  json: {
12103
- 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";
12103
+ template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12104
12104
  body: string;
12105
12105
  subject: string;
12106
12106
  syntax?: "liquid" | undefined;
@@ -12112,7 +12112,7 @@ export declare function init(config: AuthHeroConfig): {
12112
12112
  };
12113
12113
  };
12114
12114
  output: {
12115
- 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";
12115
+ template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12116
12116
  body: string;
12117
12117
  from: string;
12118
12118
  subject: string;
@@ -12131,7 +12131,7 @@ export declare function init(config: AuthHeroConfig): {
12131
12131
  $patch: {
12132
12132
  input: {
12133
12133
  param: {
12134
- 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";
12134
+ templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12135
12135
  };
12136
12136
  } & {
12137
12137
  header: {
@@ -12139,7 +12139,7 @@ export declare function init(config: AuthHeroConfig): {
12139
12139
  };
12140
12140
  } & {
12141
12141
  json: {
12142
- 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;
12142
+ template?: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
12143
12143
  body?: string | undefined;
12144
12144
  from?: string | undefined;
12145
12145
  subject?: string | undefined;
@@ -12156,7 +12156,7 @@ export declare function init(config: AuthHeroConfig): {
12156
12156
  } | {
12157
12157
  input: {
12158
12158
  param: {
12159
- 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";
12159
+ templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12160
12160
  };
12161
12161
  } & {
12162
12162
  header: {
@@ -12164,7 +12164,7 @@ export declare function init(config: AuthHeroConfig): {
12164
12164
  };
12165
12165
  } & {
12166
12166
  json: {
12167
- 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;
12167
+ template?: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
12168
12168
  body?: string | undefined;
12169
12169
  from?: string | undefined;
12170
12170
  subject?: string | undefined;
@@ -12176,7 +12176,7 @@ export declare function init(config: AuthHeroConfig): {
12176
12176
  };
12177
12177
  };
12178
12178
  output: {
12179
- 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";
12179
+ template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12180
12180
  body: string;
12181
12181
  from: string;
12182
12182
  subject: string;
@@ -12195,7 +12195,7 @@ export declare function init(config: AuthHeroConfig): {
12195
12195
  $delete: {
12196
12196
  input: {
12197
12197
  param: {
12198
- 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";
12198
+ templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12199
12199
  };
12200
12200
  } & {
12201
12201
  header: {
@@ -12208,7 +12208,7 @@ export declare function init(config: AuthHeroConfig): {
12208
12208
  } | {
12209
12209
  input: {
12210
12210
  param: {
12211
- 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";
12211
+ templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12212
12212
  };
12213
12213
  } & {
12214
12214
  header: {
@@ -12225,7 +12225,7 @@ export declare function init(config: AuthHeroConfig): {
12225
12225
  $post: {
12226
12226
  input: {
12227
12227
  param: {
12228
- 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";
12228
+ templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12229
12229
  };
12230
12230
  } & {
12231
12231
  header: {
@@ -12508,7 +12508,7 @@ export declare function init(config: AuthHeroConfig): {
12508
12508
  type: "auth0_managed_certs" | "self_managed_certs";
12509
12509
  custom_domain_id: string;
12510
12510
  primary: boolean;
12511
- status: "pending" | "ready" | "disabled" | "pending_verification";
12511
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12512
12512
  verification_method?: "txt" | undefined;
12513
12513
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12514
12514
  domain_metadata?: {
@@ -12549,7 +12549,7 @@ export declare function init(config: AuthHeroConfig): {
12549
12549
  type: "auth0_managed_certs" | "self_managed_certs";
12550
12550
  custom_domain_id: string;
12551
12551
  primary: boolean;
12552
- status: "pending" | "ready" | "disabled" | "pending_verification";
12552
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12553
12553
  verification_method?: "txt" | undefined;
12554
12554
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12555
12555
  domain_metadata?: {
@@ -12613,7 +12613,7 @@ export declare function init(config: AuthHeroConfig): {
12613
12613
  type: "auth0_managed_certs" | "self_managed_certs";
12614
12614
  custom_domain_id: string;
12615
12615
  primary: boolean;
12616
- status: "pending" | "ready" | "disabled" | "pending_verification";
12616
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12617
12617
  verification_method?: "txt" | undefined;
12618
12618
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12619
12619
  domain_metadata?: {
@@ -12660,7 +12660,7 @@ export declare function init(config: AuthHeroConfig): {
12660
12660
  type: "auth0_managed_certs" | "self_managed_certs";
12661
12661
  custom_domain_id: string;
12662
12662
  primary: boolean;
12663
- status: "pending" | "ready" | "disabled" | "pending_verification";
12663
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12664
12664
  verification_method?: "txt" | undefined;
12665
12665
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12666
12666
  domain_metadata?: {
@@ -12706,7 +12706,7 @@ export declare function init(config: AuthHeroConfig): {
12706
12706
  type: "auth0_managed_certs" | "self_managed_certs";
12707
12707
  custom_domain_id: string;
12708
12708
  primary: boolean;
12709
- status: "pending" | "ready" | "disabled" | "pending_verification";
12709
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12710
12710
  verification_method?: "txt" | undefined;
12711
12711
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12712
12712
  domain_metadata?: {
@@ -12747,7 +12747,7 @@ export declare function init(config: AuthHeroConfig): {
12747
12747
  type: "auth0_managed_certs" | "self_managed_certs";
12748
12748
  custom_domain_id: string;
12749
12749
  primary: boolean;
12750
- status: "pending" | "ready" | "disabled" | "pending_verification";
12750
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12751
12751
  verification_method?: "txt" | undefined;
12752
12752
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12753
12753
  domain_metadata?: {
@@ -12846,12 +12846,12 @@ export declare function init(config: AuthHeroConfig): {
12846
12846
  background_color: string;
12847
12847
  background_image_url: string;
12848
12848
  page_layout: "center" | "left" | "right";
12849
- logo_placement?: "widget" | "none" | "chip" | undefined;
12849
+ logo_placement?: "none" | "widget" | "chip" | undefined;
12850
12850
  };
12851
12851
  widget: {
12852
12852
  header_text_alignment: "center" | "left" | "right";
12853
12853
  logo_height: number;
12854
- logo_position: "center" | "left" | "right" | "none";
12854
+ logo_position: "none" | "center" | "left" | "right";
12855
12855
  logo_url: string;
12856
12856
  social_buttons_layout: "bottom" | "top";
12857
12857
  };
@@ -12936,12 +12936,12 @@ export declare function init(config: AuthHeroConfig): {
12936
12936
  background_color: string;
12937
12937
  background_image_url: string;
12938
12938
  page_layout: "center" | "left" | "right";
12939
- logo_placement?: "widget" | "none" | "chip" | undefined;
12939
+ logo_placement?: "none" | "widget" | "chip" | undefined;
12940
12940
  };
12941
12941
  widget: {
12942
12942
  header_text_alignment: "center" | "left" | "right";
12943
12943
  logo_height: number;
12944
- logo_position: "center" | "left" | "right" | "none";
12944
+ logo_position: "none" | "center" | "left" | "right";
12945
12945
  logo_url: string;
12946
12946
  social_buttons_layout: "bottom" | "top";
12947
12947
  };
@@ -13015,12 +13015,12 @@ export declare function init(config: AuthHeroConfig): {
13015
13015
  background_color: string;
13016
13016
  background_image_url: string;
13017
13017
  page_layout: "center" | "left" | "right";
13018
- logo_placement?: "widget" | "none" | "chip" | undefined;
13018
+ logo_placement?: "none" | "widget" | "chip" | undefined;
13019
13019
  };
13020
13020
  widget: {
13021
13021
  header_text_alignment: "center" | "left" | "right";
13022
13022
  logo_height: number;
13023
- logo_position: "center" | "left" | "right" | "none";
13023
+ logo_position: "none" | "center" | "left" | "right";
13024
13024
  logo_url: string;
13025
13025
  social_buttons_layout: "bottom" | "top";
13026
13026
  };
@@ -13177,7 +13177,7 @@ export declare function init(config: AuthHeroConfig): {
13177
13177
  } & {
13178
13178
  json: {
13179
13179
  body?: string | undefined;
13180
- screen?: "password" | "login" | "identifier" | "signup" | undefined;
13180
+ screen?: "identifier" | "signup" | "password" | "login" | undefined;
13181
13181
  branding?: {
13182
13182
  colors?: {
13183
13183
  primary: string;
@@ -13263,12 +13263,12 @@ export declare function init(config: AuthHeroConfig): {
13263
13263
  background_color: string;
13264
13264
  background_image_url: string;
13265
13265
  page_layout: "center" | "left" | "right";
13266
- logo_placement?: "widget" | "none" | "chip" | undefined;
13266
+ logo_placement?: "none" | "widget" | "chip" | undefined;
13267
13267
  } | undefined;
13268
13268
  widget?: {
13269
13269
  header_text_alignment: "center" | "left" | "right";
13270
13270
  logo_height: number;
13271
- logo_position: "center" | "left" | "right" | "none";
13271
+ logo_position: "none" | "center" | "left" | "right";
13272
13272
  logo_url: string;
13273
13273
  social_buttons_layout: "bottom" | "top";
13274
13274
  } | undefined;
@@ -13468,7 +13468,7 @@ export declare function init(config: AuthHeroConfig): {
13468
13468
  logs: {
13469
13469
  action_name: string;
13470
13470
  lines: {
13471
- level: "error" | "log" | "info" | "warn" | "debug";
13471
+ level: "log" | "error" | "info" | "warn" | "debug";
13472
13472
  message: string;
13473
13473
  }[];
13474
13474
  }[];
@@ -14137,7 +14137,7 @@ export declare function init(config: AuthHeroConfig): {
14137
14137
  args: import("hono/utils/types").JSONValue[];
14138
14138
  }[];
14139
14139
  logs: {
14140
- level: "error" | "log" | "info" | "warn" | "debug";
14140
+ level: "log" | "error" | "info" | "warn" | "debug";
14141
14141
  message: string;
14142
14142
  }[];
14143
14143
  error?: string | undefined;
@@ -14448,7 +14448,7 @@ export declare function init(config: AuthHeroConfig): {
14448
14448
  scope?: string | undefined;
14449
14449
  grant_types?: string[] | undefined;
14450
14450
  response_types?: string[] | undefined;
14451
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
14451
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
14452
14452
  jwks_uri?: string | undefined;
14453
14453
  jwks?: Record<string, unknown> | undefined;
14454
14454
  software_id?: string | undefined;
@@ -14537,7 +14537,7 @@ export declare function init(config: AuthHeroConfig): {
14537
14537
  scope?: string | undefined;
14538
14538
  grant_types?: string[] | undefined;
14539
14539
  response_types?: string[] | undefined;
14540
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
14540
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
14541
14541
  jwks_uri?: string | undefined;
14542
14542
  jwks?: Record<string, unknown> | undefined;
14543
14543
  software_id?: string | undefined;
@@ -14594,7 +14594,7 @@ export declare function init(config: AuthHeroConfig): {
14594
14594
  client_id: string;
14595
14595
  redirect_url?: string | undefined;
14596
14596
  login_hint?: string | undefined;
14597
- screen_hint?: "change-email" | "account" | "change-phone" | "change-password" | undefined;
14597
+ screen_hint?: "account" | "change-email" | "change-phone" | "change-password" | undefined;
14598
14598
  };
14599
14599
  };
14600
14600
  output: {};
@@ -14606,7 +14606,7 @@ export declare function init(config: AuthHeroConfig): {
14606
14606
  client_id: string;
14607
14607
  redirect_url?: string | undefined;
14608
14608
  login_hint?: string | undefined;
14609
- screen_hint?: "change-email" | "account" | "change-phone" | "change-password" | undefined;
14609
+ screen_hint?: "account" | "change-email" | "change-phone" | "change-password" | undefined;
14610
14610
  };
14611
14611
  };
14612
14612
  output: {
@@ -14683,9 +14683,17 @@ export declare function init(config: AuthHeroConfig): {
14683
14683
  request_uri?: string | undefined;
14684
14684
  };
14685
14685
  };
14686
- output: {};
14687
- outputFormat: string;
14688
- status: 302;
14686
+ output: string | {
14687
+ access_token: string;
14688
+ token_type: string;
14689
+ expires_in: number;
14690
+ id_token?: string | undefined;
14691
+ scope?: string | undefined;
14692
+ state?: string | undefined;
14693
+ refresh_token?: string | undefined;
14694
+ };
14695
+ outputFormat: "json";
14696
+ status: 200;
14689
14697
  } | {
14690
14698
  input: {
14691
14699
  query: {
@@ -14717,17 +14725,9 @@ export declare function init(config: AuthHeroConfig): {
14717
14725
  request_uri?: string | undefined;
14718
14726
  };
14719
14727
  };
14720
- output: string | {
14721
- access_token: string;
14722
- token_type: string;
14723
- expires_in: number;
14724
- id_token?: string | undefined;
14725
- scope?: string | undefined;
14726
- state?: string | undefined;
14727
- refresh_token?: string | undefined;
14728
- };
14729
- outputFormat: "json";
14730
- status: 200;
14728
+ output: {};
14729
+ outputFormat: string;
14730
+ status: 302;
14731
14731
  } | {
14732
14732
  input: {
14733
14733
  query: {
@@ -14881,22 +14881,22 @@ export declare function init(config: AuthHeroConfig): {
14881
14881
  connection: "email";
14882
14882
  client_id: string;
14883
14883
  email: string;
14884
- send: "code" | "link";
14884
+ send: "link" | "code";
14885
14885
  authParams: {
14886
- audience?: string | undefined;
14887
- username?: string | undefined;
14888
- scope?: string | undefined;
14889
14886
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
14890
14887
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
14888
+ scope?: string | undefined;
14889
+ username?: string | undefined;
14890
+ nonce?: string | undefined;
14891
14891
  state?: string | undefined;
14892
- prompt?: string | undefined;
14893
- ui_locales?: string | undefined;
14894
- organization?: string | undefined;
14892
+ audience?: string | undefined;
14893
+ code_challenge?: string | undefined;
14894
+ code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14895
14895
  redirect_uri?: string | undefined;
14896
14896
  act_as?: string | undefined;
14897
- nonce?: string | undefined;
14898
- code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14899
- code_challenge?: string | undefined;
14897
+ organization?: string | undefined;
14898
+ prompt?: string | undefined;
14899
+ ui_locales?: string | undefined;
14900
14900
  max_age?: number | undefined;
14901
14901
  acr_values?: string | undefined;
14902
14902
  claims?: {
@@ -14917,22 +14917,22 @@ export declare function init(config: AuthHeroConfig): {
14917
14917
  client_id: string;
14918
14918
  connection: "sms";
14919
14919
  phone_number: string;
14920
- send: "code" | "link";
14920
+ send: "link" | "code";
14921
14921
  authParams: {
14922
- audience?: string | undefined;
14923
- username?: string | undefined;
14924
- scope?: string | undefined;
14925
14922
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
14926
14923
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
14924
+ scope?: string | undefined;
14925
+ username?: string | undefined;
14926
+ nonce?: string | undefined;
14927
14927
  state?: string | undefined;
14928
- prompt?: string | undefined;
14929
- ui_locales?: string | undefined;
14930
- organization?: string | undefined;
14928
+ audience?: string | undefined;
14929
+ code_challenge?: string | undefined;
14930
+ code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14931
14931
  redirect_uri?: string | undefined;
14932
14932
  act_as?: string | undefined;
14933
- nonce?: string | undefined;
14934
- code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14935
- code_challenge?: string | undefined;
14933
+ organization?: string | undefined;
14934
+ prompt?: string | undefined;
14935
+ ui_locales?: string | undefined;
14936
14936
  max_age?: number | undefined;
14937
14937
  acr_values?: string | undefined;
14938
14938
  claims?: {
@@ -15063,14 +15063,14 @@ export declare function init(config: AuthHeroConfig): {
15063
15063
  input: {
15064
15064
  form: {
15065
15065
  token: string;
15066
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15066
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15067
15067
  client_id?: string | undefined;
15068
15068
  client_secret?: string | undefined;
15069
15069
  };
15070
15070
  } & {
15071
15071
  json: {
15072
15072
  token: string;
15073
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15073
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15074
15074
  client_id?: string | undefined;
15075
15075
  client_secret?: string | undefined;
15076
15076
  };
@@ -15082,14 +15082,14 @@ export declare function init(config: AuthHeroConfig): {
15082
15082
  input: {
15083
15083
  form: {
15084
15084
  token: string;
15085
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15085
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15086
15086
  client_id?: string | undefined;
15087
15087
  client_secret?: string | undefined;
15088
15088
  };
15089
15089
  } & {
15090
15090
  json: {
15091
15091
  token: string;
15092
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15092
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15093
15093
  client_id?: string | undefined;
15094
15094
  client_secret?: string | undefined;
15095
15095
  };
@@ -15104,14 +15104,14 @@ export declare function init(config: AuthHeroConfig): {
15104
15104
  input: {
15105
15105
  form: {
15106
15106
  token: string;
15107
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15107
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15108
15108
  client_id?: string | undefined;
15109
15109
  client_secret?: string | undefined;
15110
15110
  };
15111
15111
  } & {
15112
15112
  json: {
15113
15113
  token: string;
15114
- token_type_hint?: "access_token" | "refresh_token" | undefined;
15114
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
15115
15115
  client_id?: string | undefined;
15116
15116
  client_secret?: string | undefined;
15117
15117
  };
@@ -15161,7 +15161,7 @@ export declare function init(config: AuthHeroConfig): {
15161
15161
  client_id: string;
15162
15162
  username: string;
15163
15163
  otp: string;
15164
- realm: "sms" | "email";
15164
+ realm: "email" | "sms";
15165
15165
  } | {
15166
15166
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15167
15167
  subject_token: string;
@@ -15208,7 +15208,7 @@ export declare function init(config: AuthHeroConfig): {
15208
15208
  client_id: string;
15209
15209
  username: string;
15210
15210
  otp: string;
15211
- realm: "sms" | "email";
15211
+ realm: "email" | "sms";
15212
15212
  } | {
15213
15213
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15214
15214
  subject_token: string;
@@ -15260,7 +15260,7 @@ export declare function init(config: AuthHeroConfig): {
15260
15260
  client_id: string;
15261
15261
  username: string;
15262
15262
  otp: string;
15263
- realm: "sms" | "email";
15263
+ realm: "email" | "sms";
15264
15264
  } | {
15265
15265
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15266
15266
  subject_token: string;
@@ -15307,7 +15307,7 @@ export declare function init(config: AuthHeroConfig): {
15307
15307
  client_id: string;
15308
15308
  username: string;
15309
15309
  otp: string;
15310
- realm: "sms" | "email";
15310
+ realm: "email" | "sms";
15311
15311
  } | {
15312
15312
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15313
15313
  subject_token: string;
@@ -15367,7 +15367,7 @@ export declare function init(config: AuthHeroConfig): {
15367
15367
  client_id: string;
15368
15368
  username: string;
15369
15369
  otp: string;
15370
- realm: "sms" | "email";
15370
+ realm: "email" | "sms";
15371
15371
  } | {
15372
15372
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15373
15373
  subject_token: string;
@@ -15414,7 +15414,7 @@ export declare function init(config: AuthHeroConfig): {
15414
15414
  client_id: string;
15415
15415
  username: string;
15416
15416
  otp: string;
15417
- realm: "sms" | "email";
15417
+ realm: "email" | "sms";
15418
15418
  } | {
15419
15419
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15420
15420
  subject_token: string;
@@ -15469,7 +15469,7 @@ export declare function init(config: AuthHeroConfig): {
15469
15469
  client_id: string;
15470
15470
  username: string;
15471
15471
  otp: string;
15472
- realm: "sms" | "email";
15472
+ realm: "email" | "sms";
15473
15473
  } | {
15474
15474
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15475
15475
  subject_token: string;
@@ -15516,7 +15516,7 @@ export declare function init(config: AuthHeroConfig): {
15516
15516
  client_id: string;
15517
15517
  username: string;
15518
15518
  otp: string;
15519
- realm: "sms" | "email";
15519
+ realm: "email" | "sms";
15520
15520
  } | {
15521
15521
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15522
15522
  subject_token: string;
@@ -15571,7 +15571,7 @@ export declare function init(config: AuthHeroConfig): {
15571
15571
  client_id: string;
15572
15572
  username: string;
15573
15573
  otp: string;
15574
- realm: "sms" | "email";
15574
+ realm: "email" | "sms";
15575
15575
  } | {
15576
15576
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15577
15577
  subject_token: string;
@@ -15618,7 +15618,7 @@ export declare function init(config: AuthHeroConfig): {
15618
15618
  client_id: string;
15619
15619
  username: string;
15620
15620
  otp: string;
15621
- realm: "sms" | "email";
15621
+ realm: "email" | "sms";
15622
15622
  } | {
15623
15623
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15624
15624
  subject_token: string;
@@ -15646,8 +15646,8 @@ export declare function init(config: AuthHeroConfig): {
15646
15646
  input: {};
15647
15647
  output: {
15648
15648
  keys: {
15649
- alg: "RS256" | "RS384" | "RS512" | "ES256" | "ES384" | "ES512" | "HS256" | "HS384" | "HS512";
15650
- kty: "EC" | "RSA" | "oct";
15649
+ alg: "HS256" | "HS384" | "HS512" | "RS256" | "RS384" | "RS512" | "ES256" | "ES384" | "ES512";
15650
+ kty: "RSA" | "EC" | "oct";
15651
15651
  kid?: string | undefined;
15652
15652
  use?: "sig" | "enc" | undefined;
15653
15653
  n?: string | undefined;
@@ -15836,7 +15836,7 @@ export declare function init(config: AuthHeroConfig): {
15836
15836
  };
15837
15837
  output: {};
15838
15838
  outputFormat: string;
15839
- status: 200;
15839
+ status: 302;
15840
15840
  } | {
15841
15841
  input: {
15842
15842
  query: {
@@ -15850,7 +15850,7 @@ export declare function init(config: AuthHeroConfig): {
15850
15850
  };
15851
15851
  output: {};
15852
15852
  outputFormat: string;
15853
- status: 302;
15853
+ status: 200;
15854
15854
  } | {
15855
15855
  input: {
15856
15856
  query: {
@@ -16459,7 +16459,7 @@ export declare function init(config: AuthHeroConfig): {
16459
16459
  } & {
16460
16460
  form: {
16461
16461
  username: string;
16462
- login_selection?: "password" | "code" | undefined;
16462
+ login_selection?: "code" | "password" | undefined;
16463
16463
  };
16464
16464
  };
16465
16465
  output: {};
@@ -16473,7 +16473,7 @@ export declare function init(config: AuthHeroConfig): {
16473
16473
  } & {
16474
16474
  form: {
16475
16475
  username: string;
16476
- login_selection?: "password" | "code" | undefined;
16476
+ login_selection?: "code" | "password" | undefined;
16477
16477
  };
16478
16478
  };
16479
16479
  output: {};
@@ -16838,7 +16838,7 @@ export declare function init(config: AuthHeroConfig): {
16838
16838
  $get: {
16839
16839
  input: {
16840
16840
  param: {
16841
- 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";
16841
+ screen: "signup" | "login" | "account" | "reset-password" | "consent" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16842
16842
  };
16843
16843
  } & {
16844
16844
  query: {
@@ -16854,7 +16854,7 @@ export declare function init(config: AuthHeroConfig): {
16854
16854
  } | {
16855
16855
  input: {
16856
16856
  param: {
16857
- 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";
16857
+ screen: "signup" | "login" | "account" | "reset-password" | "consent" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16858
16858
  };
16859
16859
  } & {
16860
16860
  query: {
@@ -16870,7 +16870,7 @@ export declare function init(config: AuthHeroConfig): {
16870
16870
  } | {
16871
16871
  input: {
16872
16872
  param: {
16873
- 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";
16873
+ screen: "signup" | "login" | "account" | "reset-password" | "consent" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16874
16874
  };
16875
16875
  } & {
16876
16876
  query: {
@@ -16890,7 +16890,7 @@ export declare function init(config: AuthHeroConfig): {
16890
16890
  $post: {
16891
16891
  input: {
16892
16892
  param: {
16893
- 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";
16893
+ screen: "signup" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16894
16894
  };
16895
16895
  } & {
16896
16896
  query: {
@@ -16908,7 +16908,7 @@ export declare function init(config: AuthHeroConfig): {
16908
16908
  } | {
16909
16909
  input: {
16910
16910
  param: {
16911
- 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";
16911
+ screen: "signup" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16912
16912
  };
16913
16913
  } & {
16914
16914
  query: {