authhero 9.3.0 → 9.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/dist/assets/u/widget/authhero-widget.esm.js +1 -1
  2. package/dist/assets/u/widget/index.esm.js +1 -1
  3. package/dist/assets/u/widget/p-b5f14fa6.entry.js +1 -0
  4. package/dist/assets/u/widget/p-f94037cd.entry.js +1 -0
  5. package/dist/authhero.cjs +138 -137
  6. package/dist/authhero.d.ts +315 -268
  7. package/dist/authhero.mjs +13365 -13194
  8. package/dist/tsconfig.types.tsbuildinfo +1 -1
  9. package/dist/types/authentication-flows/passwordless.d.ts +11 -7
  10. package/dist/types/helpers/client.d.ts +4 -0
  11. package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
  12. package/dist/types/helpers/session-usage.d.ts +48 -0
  13. package/dist/types/hooks/formhooks.d.ts +24 -0
  14. package/dist/types/index.d.ts +311 -268
  15. package/dist/types/routes/auth-api/index.d.ts +36 -36
  16. package/dist/types/routes/auth-api/oidc-logout.d.ts +2 -2
  17. package/dist/types/routes/auth-api/passwordless.d.ts +16 -16
  18. package/dist/types/routes/auth-api/register/index.d.ts +2 -2
  19. package/dist/types/routes/auth-api/revoke.d.ts +6 -6
  20. package/dist/types/routes/auth-api/token.d.ts +10 -10
  21. package/dist/types/routes/management-api/branding.d.ts +15 -15
  22. package/dist/types/routes/management-api/clients.d.ts +24 -16
  23. package/dist/types/routes/management-api/connections.d.ts +41 -21
  24. package/dist/types/routes/management-api/email-templates.d.ts +18 -18
  25. package/dist/types/routes/management-api/failed-events.d.ts +1 -1
  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/helpers.d.ts +1 -1
  29. package/dist/types/routes/management-api/hooks.d.ts +21 -6
  30. package/dist/types/routes/management-api/index.d.ts +262 -219
  31. package/dist/types/routes/management-api/logs.d.ts +4 -4
  32. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  33. package/dist/types/routes/management-api/roles.d.ts +1 -1
  34. package/dist/types/routes/management-api/tenants.d.ts +28 -28
  35. package/dist/types/routes/management-api/themes.d.ts +6 -6
  36. package/dist/types/routes/management-api/users.d.ts +2 -2
  37. package/dist/types/routes/universal-login/common.d.ts +24 -16
  38. package/dist/types/routes/universal-login/continue.d.ts +2 -2
  39. package/dist/types/routes/universal-login/flow-api.d.ts +8 -8
  40. package/dist/types/routes/universal-login/identifier.d.ts +2 -2
  41. package/dist/types/routes/universal-login/impersonate.d.ts +2 -2
  42. package/dist/types/routes/universal-login/index.d.ts +6 -6
  43. package/dist/types/routes/universal-login/u2-index.d.ts +7 -7
  44. package/dist/types/routes/universal-login/u2-routes.d.ts +7 -7
  45. package/dist/types/routes/universal-login/u2-widget-page.d.ts +12 -0
  46. package/dist/types/utils/locale.d.ts +26 -0
  47. package/package.json +6 -6
  48. package/dist/assets/u/widget/p-cdfc4555.entry.js +0 -1
  49. package/dist/assets/u/widget/p-e95c436f.entry.js +0 -1
@@ -308,7 +308,7 @@ export declare function init(config: AuthHeroConfig): {
308
308
  };
309
309
  };
310
310
  output: {
311
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
311
+ name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
312
312
  enabled: boolean;
313
313
  trial_expired?: boolean | undefined;
314
314
  }[];
@@ -463,7 +463,7 @@ export declare function init(config: AuthHeroConfig): {
463
463
  $get: {
464
464
  input: {
465
465
  param: {
466
- factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
466
+ factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
467
467
  };
468
468
  } & {
469
469
  header: {
@@ -471,7 +471,7 @@ export declare function init(config: AuthHeroConfig): {
471
471
  };
472
472
  };
473
473
  output: {
474
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
474
+ name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
475
475
  enabled: boolean;
476
476
  trial_expired?: boolean | undefined;
477
477
  };
@@ -484,7 +484,7 @@ export declare function init(config: AuthHeroConfig): {
484
484
  $put: {
485
485
  input: {
486
486
  param: {
487
- factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
487
+ factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
488
488
  };
489
489
  } & {
490
490
  header: {
@@ -496,7 +496,7 @@ export declare function init(config: AuthHeroConfig): {
496
496
  };
497
497
  };
498
498
  output: {
499
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
499
+ name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
500
500
  enabled: boolean;
501
501
  trial_expired?: boolean | undefined;
502
502
  };
@@ -2035,9 +2035,9 @@ export declare function init(config: AuthHeroConfig): {
2035
2035
  };
2036
2036
  } & {
2037
2037
  query: {
2038
- from?: string | undefined;
2039
2038
  page?: string | undefined;
2040
2039
  include_totals?: string | undefined;
2040
+ from?: string | undefined;
2041
2041
  per_page?: string | undefined;
2042
2042
  take?: string | undefined;
2043
2043
  };
@@ -2760,7 +2760,7 @@ export declare function init(config: AuthHeroConfig): {
2760
2760
  hint?: string | undefined;
2761
2761
  messages?: {
2762
2762
  text: string;
2763
- type: "success" | "error" | "info" | "warning";
2763
+ type: "error" | "success" | "info" | "warning";
2764
2764
  id?: number | undefined;
2765
2765
  }[] | undefined;
2766
2766
  required?: boolean | undefined;
@@ -2778,7 +2778,7 @@ export declare function init(config: AuthHeroConfig): {
2778
2778
  hint?: string | undefined;
2779
2779
  messages?: {
2780
2780
  text: string;
2781
- type: "success" | "error" | "info" | "warning";
2781
+ type: "error" | "success" | "info" | "warning";
2782
2782
  id?: number | undefined;
2783
2783
  }[] | undefined;
2784
2784
  required?: boolean | undefined;
@@ -2802,7 +2802,7 @@ export declare function init(config: AuthHeroConfig): {
2802
2802
  hint?: string | undefined;
2803
2803
  messages?: {
2804
2804
  text: string;
2805
- type: "success" | "error" | "info" | "warning";
2805
+ type: "error" | "success" | "info" | "warning";
2806
2806
  id?: number | undefined;
2807
2807
  }[] | undefined;
2808
2808
  required?: boolean | undefined;
@@ -2826,7 +2826,7 @@ export declare function init(config: AuthHeroConfig): {
2826
2826
  hint?: string | undefined;
2827
2827
  messages?: {
2828
2828
  text: string;
2829
- type: "success" | "error" | "info" | "warning";
2829
+ type: "error" | "success" | "info" | "warning";
2830
2830
  id?: number | undefined;
2831
2831
  }[] | undefined;
2832
2832
  required?: boolean | undefined;
@@ -2850,7 +2850,7 @@ export declare function init(config: AuthHeroConfig): {
2850
2850
  hint?: string | undefined;
2851
2851
  messages?: {
2852
2852
  text: string;
2853
- type: "success" | "error" | "info" | "warning";
2853
+ type: "error" | "success" | "info" | "warning";
2854
2854
  id?: number | undefined;
2855
2855
  }[] | undefined;
2856
2856
  required?: boolean | undefined;
@@ -2879,7 +2879,7 @@ export declare function init(config: AuthHeroConfig): {
2879
2879
  hint?: string | undefined;
2880
2880
  messages?: {
2881
2881
  text: string;
2882
- type: "success" | "error" | "info" | "warning";
2882
+ type: "error" | "success" | "info" | "warning";
2883
2883
  id?: number | undefined;
2884
2884
  }[] | undefined;
2885
2885
  required?: boolean | undefined;
@@ -2894,7 +2894,7 @@ export declare function init(config: AuthHeroConfig): {
2894
2894
  hint?: string | undefined;
2895
2895
  messages?: {
2896
2896
  text: string;
2897
- type: "success" | "error" | "info" | "warning";
2897
+ type: "error" | "success" | "info" | "warning";
2898
2898
  id?: number | undefined;
2899
2899
  }[] | undefined;
2900
2900
  required?: boolean | undefined;
@@ -2915,7 +2915,7 @@ export declare function init(config: AuthHeroConfig): {
2915
2915
  hint?: string | undefined;
2916
2916
  messages?: {
2917
2917
  text: string;
2918
- type: "success" | "error" | "info" | "warning";
2918
+ type: "error" | "success" | "info" | "warning";
2919
2919
  id?: number | undefined;
2920
2920
  }[] | undefined;
2921
2921
  required?: boolean | undefined;
@@ -2940,7 +2940,7 @@ export declare function init(config: AuthHeroConfig): {
2940
2940
  hint?: string | undefined;
2941
2941
  messages?: {
2942
2942
  text: string;
2943
- type: "success" | "error" | "info" | "warning";
2943
+ type: "error" | "success" | "info" | "warning";
2944
2944
  id?: number | undefined;
2945
2945
  }[] | undefined;
2946
2946
  required?: boolean | undefined;
@@ -2961,7 +2961,7 @@ export declare function init(config: AuthHeroConfig): {
2961
2961
  hint?: string | undefined;
2962
2962
  messages?: {
2963
2963
  text: string;
2964
- type: "success" | "error" | "info" | "warning";
2964
+ type: "error" | "success" | "info" | "warning";
2965
2965
  id?: number | undefined;
2966
2966
  }[] | undefined;
2967
2967
  required?: boolean | undefined;
@@ -2981,7 +2981,7 @@ export declare function init(config: AuthHeroConfig): {
2981
2981
  hint?: string | undefined;
2982
2982
  messages?: {
2983
2983
  text: string;
2984
- type: "success" | "error" | "info" | "warning";
2984
+ type: "error" | "success" | "info" | "warning";
2985
2985
  id?: number | undefined;
2986
2986
  }[] | undefined;
2987
2987
  required?: boolean | undefined;
@@ -3000,7 +3000,7 @@ export declare function init(config: AuthHeroConfig): {
3000
3000
  hint?: string | undefined;
3001
3001
  messages?: {
3002
3002
  text: string;
3003
- type: "success" | "error" | "info" | "warning";
3003
+ type: "error" | "success" | "info" | "warning";
3004
3004
  id?: number | undefined;
3005
3005
  }[] | undefined;
3006
3006
  required?: boolean | undefined;
@@ -3022,7 +3022,7 @@ export declare function init(config: AuthHeroConfig): {
3022
3022
  hint?: string | undefined;
3023
3023
  messages?: {
3024
3024
  text: string;
3025
- type: "success" | "error" | "info" | "warning";
3025
+ type: "error" | "success" | "info" | "warning";
3026
3026
  id?: number | undefined;
3027
3027
  }[] | undefined;
3028
3028
  required?: boolean | undefined;
@@ -3044,7 +3044,7 @@ export declare function init(config: AuthHeroConfig): {
3044
3044
  hint?: string | undefined;
3045
3045
  messages?: {
3046
3046
  text: string;
3047
- type: "success" | "error" | "info" | "warning";
3047
+ type: "error" | "success" | "info" | "warning";
3048
3048
  id?: number | undefined;
3049
3049
  }[] | undefined;
3050
3050
  required?: boolean | undefined;
@@ -3063,7 +3063,7 @@ export declare function init(config: AuthHeroConfig): {
3063
3063
  hint?: string | undefined;
3064
3064
  messages?: {
3065
3065
  text: string;
3066
- type: "success" | "error" | "info" | "warning";
3066
+ type: "error" | "success" | "info" | "warning";
3067
3067
  id?: number | undefined;
3068
3068
  }[] | undefined;
3069
3069
  required?: boolean | undefined;
@@ -3090,7 +3090,7 @@ export declare function init(config: AuthHeroConfig): {
3090
3090
  hint?: string | undefined;
3091
3091
  messages?: {
3092
3092
  text: string;
3093
- type: "success" | "error" | "info" | "warning";
3093
+ type: "error" | "success" | "info" | "warning";
3094
3094
  id?: number | undefined;
3095
3095
  }[] | undefined;
3096
3096
  required?: boolean | undefined;
@@ -3111,7 +3111,7 @@ export declare function init(config: AuthHeroConfig): {
3111
3111
  hint?: string | undefined;
3112
3112
  messages?: {
3113
3113
  text: string;
3114
- type: "success" | "error" | "info" | "warning";
3114
+ type: "error" | "success" | "info" | "warning";
3115
3115
  id?: number | undefined;
3116
3116
  }[] | undefined;
3117
3117
  required?: boolean | undefined;
@@ -3134,7 +3134,7 @@ export declare function init(config: AuthHeroConfig): {
3134
3134
  hint?: string | undefined;
3135
3135
  messages?: {
3136
3136
  text: string;
3137
- type: "success" | "error" | "info" | "warning";
3137
+ type: "error" | "success" | "info" | "warning";
3138
3138
  id?: number | undefined;
3139
3139
  }[] | undefined;
3140
3140
  required?: boolean | undefined;
@@ -3367,7 +3367,7 @@ export declare function init(config: AuthHeroConfig): {
3367
3367
  hint?: string | undefined;
3368
3368
  messages?: {
3369
3369
  text: string;
3370
- type: "success" | "error" | "info" | "warning";
3370
+ type: "error" | "success" | "info" | "warning";
3371
3371
  id?: number | undefined;
3372
3372
  }[] | undefined;
3373
3373
  required?: boolean | undefined;
@@ -3385,7 +3385,7 @@ export declare function init(config: AuthHeroConfig): {
3385
3385
  hint?: string | undefined;
3386
3386
  messages?: {
3387
3387
  text: string;
3388
- type: "success" | "error" | "info" | "warning";
3388
+ type: "error" | "success" | "info" | "warning";
3389
3389
  id?: number | undefined;
3390
3390
  }[] | undefined;
3391
3391
  required?: boolean | undefined;
@@ -3409,7 +3409,7 @@ export declare function init(config: AuthHeroConfig): {
3409
3409
  hint?: string | undefined;
3410
3410
  messages?: {
3411
3411
  text: string;
3412
- type: "success" | "error" | "info" | "warning";
3412
+ type: "error" | "success" | "info" | "warning";
3413
3413
  id?: number | undefined;
3414
3414
  }[] | undefined;
3415
3415
  required?: boolean | undefined;
@@ -3433,7 +3433,7 @@ export declare function init(config: AuthHeroConfig): {
3433
3433
  hint?: string | undefined;
3434
3434
  messages?: {
3435
3435
  text: string;
3436
- type: "success" | "error" | "info" | "warning";
3436
+ type: "error" | "success" | "info" | "warning";
3437
3437
  id?: number | undefined;
3438
3438
  }[] | undefined;
3439
3439
  required?: boolean | undefined;
@@ -3457,7 +3457,7 @@ export declare function init(config: AuthHeroConfig): {
3457
3457
  hint?: string | undefined;
3458
3458
  messages?: {
3459
3459
  text: string;
3460
- type: "success" | "error" | "info" | "warning";
3460
+ type: "error" | "success" | "info" | "warning";
3461
3461
  id?: number | undefined;
3462
3462
  }[] | undefined;
3463
3463
  required?: boolean | undefined;
@@ -3486,7 +3486,7 @@ export declare function init(config: AuthHeroConfig): {
3486
3486
  hint?: string | undefined;
3487
3487
  messages?: {
3488
3488
  text: string;
3489
- type: "success" | "error" | "info" | "warning";
3489
+ type: "error" | "success" | "info" | "warning";
3490
3490
  id?: number | undefined;
3491
3491
  }[] | undefined;
3492
3492
  required?: boolean | undefined;
@@ -3501,7 +3501,7 @@ export declare function init(config: AuthHeroConfig): {
3501
3501
  hint?: string | undefined;
3502
3502
  messages?: {
3503
3503
  text: string;
3504
- type: "success" | "error" | "info" | "warning";
3504
+ type: "error" | "success" | "info" | "warning";
3505
3505
  id?: number | undefined;
3506
3506
  }[] | undefined;
3507
3507
  required?: boolean | undefined;
@@ -3522,7 +3522,7 @@ export declare function init(config: AuthHeroConfig): {
3522
3522
  hint?: string | undefined;
3523
3523
  messages?: {
3524
3524
  text: string;
3525
- type: "success" | "error" | "info" | "warning";
3525
+ type: "error" | "success" | "info" | "warning";
3526
3526
  id?: number | undefined;
3527
3527
  }[] | undefined;
3528
3528
  required?: boolean | undefined;
@@ -3547,7 +3547,7 @@ export declare function init(config: AuthHeroConfig): {
3547
3547
  hint?: string | undefined;
3548
3548
  messages?: {
3549
3549
  text: string;
3550
- type: "success" | "error" | "info" | "warning";
3550
+ type: "error" | "success" | "info" | "warning";
3551
3551
  id?: number | undefined;
3552
3552
  }[] | undefined;
3553
3553
  required?: boolean | undefined;
@@ -3568,7 +3568,7 @@ export declare function init(config: AuthHeroConfig): {
3568
3568
  hint?: string | undefined;
3569
3569
  messages?: {
3570
3570
  text: string;
3571
- type: "success" | "error" | "info" | "warning";
3571
+ type: "error" | "success" | "info" | "warning";
3572
3572
  id?: number | undefined;
3573
3573
  }[] | undefined;
3574
3574
  required?: boolean | undefined;
@@ -3588,7 +3588,7 @@ export declare function init(config: AuthHeroConfig): {
3588
3588
  hint?: string | undefined;
3589
3589
  messages?: {
3590
3590
  text: string;
3591
- type: "success" | "error" | "info" | "warning";
3591
+ type: "error" | "success" | "info" | "warning";
3592
3592
  id?: number | undefined;
3593
3593
  }[] | undefined;
3594
3594
  required?: boolean | undefined;
@@ -3607,7 +3607,7 @@ export declare function init(config: AuthHeroConfig): {
3607
3607
  hint?: string | undefined;
3608
3608
  messages?: {
3609
3609
  text: string;
3610
- type: "success" | "error" | "info" | "warning";
3610
+ type: "error" | "success" | "info" | "warning";
3611
3611
  id?: number | undefined;
3612
3612
  }[] | undefined;
3613
3613
  required?: boolean | undefined;
@@ -3629,7 +3629,7 @@ export declare function init(config: AuthHeroConfig): {
3629
3629
  hint?: string | undefined;
3630
3630
  messages?: {
3631
3631
  text: string;
3632
- type: "success" | "error" | "info" | "warning";
3632
+ type: "error" | "success" | "info" | "warning";
3633
3633
  id?: number | undefined;
3634
3634
  }[] | undefined;
3635
3635
  required?: boolean | undefined;
@@ -3651,7 +3651,7 @@ export declare function init(config: AuthHeroConfig): {
3651
3651
  hint?: string | undefined;
3652
3652
  messages?: {
3653
3653
  text: string;
3654
- type: "success" | "error" | "info" | "warning";
3654
+ type: "error" | "success" | "info" | "warning";
3655
3655
  id?: number | undefined;
3656
3656
  }[] | undefined;
3657
3657
  required?: boolean | undefined;
@@ -3670,7 +3670,7 @@ export declare function init(config: AuthHeroConfig): {
3670
3670
  hint?: string | undefined;
3671
3671
  messages?: {
3672
3672
  text: string;
3673
- type: "success" | "error" | "info" | "warning";
3673
+ type: "error" | "success" | "info" | "warning";
3674
3674
  id?: number | undefined;
3675
3675
  }[] | undefined;
3676
3676
  required?: boolean | undefined;
@@ -3697,7 +3697,7 @@ export declare function init(config: AuthHeroConfig): {
3697
3697
  hint?: string | undefined;
3698
3698
  messages?: {
3699
3699
  text: string;
3700
- type: "success" | "error" | "info" | "warning";
3700
+ type: "error" | "success" | "info" | "warning";
3701
3701
  id?: number | undefined;
3702
3702
  }[] | undefined;
3703
3703
  required?: boolean | undefined;
@@ -3718,7 +3718,7 @@ export declare function init(config: AuthHeroConfig): {
3718
3718
  hint?: string | undefined;
3719
3719
  messages?: {
3720
3720
  text: string;
3721
- type: "success" | "error" | "info" | "warning";
3721
+ type: "error" | "success" | "info" | "warning";
3722
3722
  id?: number | undefined;
3723
3723
  }[] | undefined;
3724
3724
  required?: boolean | undefined;
@@ -3741,7 +3741,7 @@ export declare function init(config: AuthHeroConfig): {
3741
3741
  hint?: string | undefined;
3742
3742
  messages?: {
3743
3743
  text: string;
3744
- type: "success" | "error" | "info" | "warning";
3744
+ type: "error" | "success" | "info" | "warning";
3745
3745
  id?: number | undefined;
3746
3746
  }[] | undefined;
3747
3747
  required?: boolean | undefined;
@@ -3990,7 +3990,7 @@ export declare function init(config: AuthHeroConfig): {
3990
3990
  hint?: string | undefined;
3991
3991
  messages?: {
3992
3992
  text: string;
3993
- type: "success" | "error" | "info" | "warning";
3993
+ type: "error" | "success" | "info" | "warning";
3994
3994
  id?: number | undefined;
3995
3995
  }[] | undefined;
3996
3996
  required?: boolean | undefined;
@@ -4008,7 +4008,7 @@ export declare function init(config: AuthHeroConfig): {
4008
4008
  hint?: string | undefined;
4009
4009
  messages?: {
4010
4010
  text: string;
4011
- type: "success" | "error" | "info" | "warning";
4011
+ type: "error" | "success" | "info" | "warning";
4012
4012
  id?: number | undefined;
4013
4013
  }[] | undefined;
4014
4014
  required?: boolean | undefined;
@@ -4032,7 +4032,7 @@ export declare function init(config: AuthHeroConfig): {
4032
4032
  hint?: string | undefined;
4033
4033
  messages?: {
4034
4034
  text: string;
4035
- type: "success" | "error" | "info" | "warning";
4035
+ type: "error" | "success" | "info" | "warning";
4036
4036
  id?: number | undefined;
4037
4037
  }[] | undefined;
4038
4038
  required?: boolean | undefined;
@@ -4056,7 +4056,7 @@ export declare function init(config: AuthHeroConfig): {
4056
4056
  hint?: string | undefined;
4057
4057
  messages?: {
4058
4058
  text: string;
4059
- type: "success" | "error" | "info" | "warning";
4059
+ type: "error" | "success" | "info" | "warning";
4060
4060
  id?: number | undefined;
4061
4061
  }[] | undefined;
4062
4062
  required?: boolean | undefined;
@@ -4080,7 +4080,7 @@ export declare function init(config: AuthHeroConfig): {
4080
4080
  hint?: string | undefined;
4081
4081
  messages?: {
4082
4082
  text: string;
4083
- type: "success" | "error" | "info" | "warning";
4083
+ type: "error" | "success" | "info" | "warning";
4084
4084
  id?: number | undefined;
4085
4085
  }[] | undefined;
4086
4086
  required?: boolean | undefined;
@@ -4109,7 +4109,7 @@ export declare function init(config: AuthHeroConfig): {
4109
4109
  hint?: string | undefined;
4110
4110
  messages?: {
4111
4111
  text: string;
4112
- type: "success" | "error" | "info" | "warning";
4112
+ type: "error" | "success" | "info" | "warning";
4113
4113
  id?: number | undefined;
4114
4114
  }[] | undefined;
4115
4115
  required?: boolean | undefined;
@@ -4124,7 +4124,7 @@ export declare function init(config: AuthHeroConfig): {
4124
4124
  hint?: string | undefined;
4125
4125
  messages?: {
4126
4126
  text: string;
4127
- type: "success" | "error" | "info" | "warning";
4127
+ type: "error" | "success" | "info" | "warning";
4128
4128
  id?: number | undefined;
4129
4129
  }[] | undefined;
4130
4130
  required?: boolean | undefined;
@@ -4145,7 +4145,7 @@ export declare function init(config: AuthHeroConfig): {
4145
4145
  hint?: string | undefined;
4146
4146
  messages?: {
4147
4147
  text: string;
4148
- type: "success" | "error" | "info" | "warning";
4148
+ type: "error" | "success" | "info" | "warning";
4149
4149
  id?: number | undefined;
4150
4150
  }[] | undefined;
4151
4151
  required?: boolean | undefined;
@@ -4170,7 +4170,7 @@ export declare function init(config: AuthHeroConfig): {
4170
4170
  hint?: string | undefined;
4171
4171
  messages?: {
4172
4172
  text: string;
4173
- type: "success" | "error" | "info" | "warning";
4173
+ type: "error" | "success" | "info" | "warning";
4174
4174
  id?: number | undefined;
4175
4175
  }[] | undefined;
4176
4176
  required?: boolean | undefined;
@@ -4191,7 +4191,7 @@ export declare function init(config: AuthHeroConfig): {
4191
4191
  hint?: string | undefined;
4192
4192
  messages?: {
4193
4193
  text: string;
4194
- type: "success" | "error" | "info" | "warning";
4194
+ type: "error" | "success" | "info" | "warning";
4195
4195
  id?: number | undefined;
4196
4196
  }[] | undefined;
4197
4197
  required?: boolean | undefined;
@@ -4211,7 +4211,7 @@ export declare function init(config: AuthHeroConfig): {
4211
4211
  hint?: string | undefined;
4212
4212
  messages?: {
4213
4213
  text: string;
4214
- type: "success" | "error" | "info" | "warning";
4214
+ type: "error" | "success" | "info" | "warning";
4215
4215
  id?: number | undefined;
4216
4216
  }[] | undefined;
4217
4217
  required?: boolean | undefined;
@@ -4230,7 +4230,7 @@ export declare function init(config: AuthHeroConfig): {
4230
4230
  hint?: string | undefined;
4231
4231
  messages?: {
4232
4232
  text: string;
4233
- type: "success" | "error" | "info" | "warning";
4233
+ type: "error" | "success" | "info" | "warning";
4234
4234
  id?: number | undefined;
4235
4235
  }[] | undefined;
4236
4236
  required?: boolean | undefined;
@@ -4252,7 +4252,7 @@ export declare function init(config: AuthHeroConfig): {
4252
4252
  hint?: string | undefined;
4253
4253
  messages?: {
4254
4254
  text: string;
4255
- type: "success" | "error" | "info" | "warning";
4255
+ type: "error" | "success" | "info" | "warning";
4256
4256
  id?: number | undefined;
4257
4257
  }[] | undefined;
4258
4258
  required?: boolean | undefined;
@@ -4274,7 +4274,7 @@ export declare function init(config: AuthHeroConfig): {
4274
4274
  hint?: string | undefined;
4275
4275
  messages?: {
4276
4276
  text: string;
4277
- type: "success" | "error" | "info" | "warning";
4277
+ type: "error" | "success" | "info" | "warning";
4278
4278
  id?: number | undefined;
4279
4279
  }[] | undefined;
4280
4280
  required?: boolean | undefined;
@@ -4293,7 +4293,7 @@ export declare function init(config: AuthHeroConfig): {
4293
4293
  hint?: string | undefined;
4294
4294
  messages?: {
4295
4295
  text: string;
4296
- type: "success" | "error" | "info" | "warning";
4296
+ type: "error" | "success" | "info" | "warning";
4297
4297
  id?: number | undefined;
4298
4298
  }[] | undefined;
4299
4299
  required?: boolean | undefined;
@@ -4320,7 +4320,7 @@ export declare function init(config: AuthHeroConfig): {
4320
4320
  hint?: string | undefined;
4321
4321
  messages?: {
4322
4322
  text: string;
4323
- type: "success" | "error" | "info" | "warning";
4323
+ type: "error" | "success" | "info" | "warning";
4324
4324
  id?: number | undefined;
4325
4325
  }[] | undefined;
4326
4326
  required?: boolean | undefined;
@@ -4341,7 +4341,7 @@ export declare function init(config: AuthHeroConfig): {
4341
4341
  hint?: string | undefined;
4342
4342
  messages?: {
4343
4343
  text: string;
4344
- type: "success" | "error" | "info" | "warning";
4344
+ type: "error" | "success" | "info" | "warning";
4345
4345
  id?: number | undefined;
4346
4346
  }[] | undefined;
4347
4347
  required?: boolean | undefined;
@@ -4364,7 +4364,7 @@ export declare function init(config: AuthHeroConfig): {
4364
4364
  hint?: string | undefined;
4365
4365
  messages?: {
4366
4366
  text: string;
4367
- type: "success" | "error" | "info" | "warning";
4367
+ type: "error" | "success" | "info" | "warning";
4368
4368
  id?: number | undefined;
4369
4369
  }[] | undefined;
4370
4370
  required?: boolean | undefined;
@@ -4618,7 +4618,7 @@ export declare function init(config: AuthHeroConfig): {
4618
4618
  hint?: string | undefined;
4619
4619
  messages?: {
4620
4620
  text: string;
4621
- type: "success" | "error" | "info" | "warning";
4621
+ type: "error" | "success" | "info" | "warning";
4622
4622
  id?: number | undefined;
4623
4623
  }[] | undefined;
4624
4624
  required?: boolean | undefined;
@@ -4636,7 +4636,7 @@ export declare function init(config: AuthHeroConfig): {
4636
4636
  hint?: string | undefined;
4637
4637
  messages?: {
4638
4638
  text: string;
4639
- type: "success" | "error" | "info" | "warning";
4639
+ type: "error" | "success" | "info" | "warning";
4640
4640
  id?: number | undefined;
4641
4641
  }[] | undefined;
4642
4642
  required?: boolean | undefined;
@@ -4660,7 +4660,7 @@ export declare function init(config: AuthHeroConfig): {
4660
4660
  hint?: string | undefined;
4661
4661
  messages?: {
4662
4662
  text: string;
4663
- type: "success" | "error" | "info" | "warning";
4663
+ type: "error" | "success" | "info" | "warning";
4664
4664
  id?: number | undefined;
4665
4665
  }[] | undefined;
4666
4666
  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: "success" | "error" | "info" | "warning";
4687
+ type: "error" | "success" | "info" | "warning";
4688
4688
  id?: number | undefined;
4689
4689
  }[] | undefined;
4690
4690
  required?: boolean | undefined;
@@ -4708,7 +4708,7 @@ export declare function init(config: AuthHeroConfig): {
4708
4708
  hint?: string | undefined;
4709
4709
  messages?: {
4710
4710
  text: string;
4711
- type: "success" | "error" | "info" | "warning";
4711
+ type: "error" | "success" | "info" | "warning";
4712
4712
  id?: number | undefined;
4713
4713
  }[] | undefined;
4714
4714
  required?: boolean | undefined;
@@ -4733,7 +4733,7 @@ export declare function init(config: AuthHeroConfig): {
4733
4733
  hint?: string | undefined;
4734
4734
  messages?: {
4735
4735
  text: string;
4736
- type: "success" | "error" | "info" | "warning";
4736
+ type: "error" | "success" | "info" | "warning";
4737
4737
  id?: number | undefined;
4738
4738
  }[] | undefined;
4739
4739
  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: "success" | "error" | "info" | "warning";
4751
+ type: "error" | "success" | "info" | "warning";
4752
4752
  id?: number | undefined;
4753
4753
  }[] | undefined;
4754
4754
  required?: boolean | undefined;
@@ -4769,7 +4769,7 @@ export declare function init(config: AuthHeroConfig): {
4769
4769
  hint?: string | undefined;
4770
4770
  messages?: {
4771
4771
  text: string;
4772
- type: "success" | "error" | "info" | "warning";
4772
+ type: "error" | "success" | "info" | "warning";
4773
4773
  id?: number | undefined;
4774
4774
  }[] | undefined;
4775
4775
  required?: boolean | undefined;
@@ -4794,7 +4794,7 @@ export declare function init(config: AuthHeroConfig): {
4794
4794
  hint?: string | undefined;
4795
4795
  messages?: {
4796
4796
  text: string;
4797
- type: "success" | "error" | "info" | "warning";
4797
+ type: "error" | "success" | "info" | "warning";
4798
4798
  id?: number | undefined;
4799
4799
  }[] | undefined;
4800
4800
  required?: boolean | undefined;
@@ -4815,7 +4815,7 @@ export declare function init(config: AuthHeroConfig): {
4815
4815
  hint?: string | undefined;
4816
4816
  messages?: {
4817
4817
  text: string;
4818
- type: "success" | "error" | "info" | "warning";
4818
+ type: "error" | "success" | "info" | "warning";
4819
4819
  id?: number | undefined;
4820
4820
  }[] | undefined;
4821
4821
  required?: boolean | undefined;
@@ -4835,7 +4835,7 @@ export declare function init(config: AuthHeroConfig): {
4835
4835
  hint?: string | undefined;
4836
4836
  messages?: {
4837
4837
  text: string;
4838
- type: "success" | "error" | "info" | "warning";
4838
+ type: "error" | "success" | "info" | "warning";
4839
4839
  id?: number | undefined;
4840
4840
  }[] | undefined;
4841
4841
  required?: boolean | undefined;
@@ -4854,7 +4854,7 @@ export declare function init(config: AuthHeroConfig): {
4854
4854
  hint?: string | undefined;
4855
4855
  messages?: {
4856
4856
  text: string;
4857
- type: "success" | "error" | "info" | "warning";
4857
+ type: "error" | "success" | "info" | "warning";
4858
4858
  id?: number | undefined;
4859
4859
  }[] | undefined;
4860
4860
  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: "success" | "error" | "info" | "warning";
4879
+ type: "error" | "success" | "info" | "warning";
4880
4880
  id?: number | undefined;
4881
4881
  }[] | undefined;
4882
4882
  required?: boolean | undefined;
@@ -4898,7 +4898,7 @@ export declare function init(config: AuthHeroConfig): {
4898
4898
  hint?: string | undefined;
4899
4899
  messages?: {
4900
4900
  text: string;
4901
- type: "success" | "error" | "info" | "warning";
4901
+ type: "error" | "success" | "info" | "warning";
4902
4902
  id?: number | undefined;
4903
4903
  }[] | undefined;
4904
4904
  required?: boolean | undefined;
@@ -4917,7 +4917,7 @@ export declare function init(config: AuthHeroConfig): {
4917
4917
  hint?: string | undefined;
4918
4918
  messages?: {
4919
4919
  text: string;
4920
- type: "success" | "error" | "info" | "warning";
4920
+ type: "error" | "success" | "info" | "warning";
4921
4921
  id?: number | undefined;
4922
4922
  }[] | undefined;
4923
4923
  required?: boolean | undefined;
@@ -4944,7 +4944,7 @@ export declare function init(config: AuthHeroConfig): {
4944
4944
  hint?: string | undefined;
4945
4945
  messages?: {
4946
4946
  text: string;
4947
- type: "success" | "error" | "info" | "warning";
4947
+ type: "error" | "success" | "info" | "warning";
4948
4948
  id?: number | undefined;
4949
4949
  }[] | undefined;
4950
4950
  required?: boolean | undefined;
@@ -4965,7 +4965,7 @@ export declare function init(config: AuthHeroConfig): {
4965
4965
  hint?: string | undefined;
4966
4966
  messages?: {
4967
4967
  text: string;
4968
- type: "success" | "error" | "info" | "warning";
4968
+ type: "error" | "success" | "info" | "warning";
4969
4969
  id?: number | undefined;
4970
4970
  }[] | undefined;
4971
4971
  required?: boolean | undefined;
@@ -4988,7 +4988,7 @@ export declare function init(config: AuthHeroConfig): {
4988
4988
  hint?: string | undefined;
4989
4989
  messages?: {
4990
4990
  text: string;
4991
- type: "success" | "error" | "info" | "warning";
4991
+ type: "error" | "success" | "info" | "warning";
4992
4992
  id?: number | undefined;
4993
4993
  }[] | undefined;
4994
4994
  required?: boolean | undefined;
@@ -5219,7 +5219,7 @@ export declare function init(config: AuthHeroConfig): {
5219
5219
  hint?: string | undefined;
5220
5220
  messages?: {
5221
5221
  text: string;
5222
- type: "success" | "error" | "info" | "warning";
5222
+ type: "error" | "success" | "info" | "warning";
5223
5223
  id?: number | undefined;
5224
5224
  }[] | undefined;
5225
5225
  required?: boolean | undefined;
@@ -5237,7 +5237,7 @@ export declare function init(config: AuthHeroConfig): {
5237
5237
  hint?: string | undefined;
5238
5238
  messages?: {
5239
5239
  text: string;
5240
- type: "success" | "error" | "info" | "warning";
5240
+ type: "error" | "success" | "info" | "warning";
5241
5241
  id?: number | undefined;
5242
5242
  }[] | undefined;
5243
5243
  required?: boolean | undefined;
@@ -5261,7 +5261,7 @@ export declare function init(config: AuthHeroConfig): {
5261
5261
  hint?: string | undefined;
5262
5262
  messages?: {
5263
5263
  text: string;
5264
- type: "success" | "error" | "info" | "warning";
5264
+ type: "error" | "success" | "info" | "warning";
5265
5265
  id?: number | undefined;
5266
5266
  }[] | undefined;
5267
5267
  required?: boolean | undefined;
@@ -5285,7 +5285,7 @@ export declare function init(config: AuthHeroConfig): {
5285
5285
  hint?: string | undefined;
5286
5286
  messages?: {
5287
5287
  text: string;
5288
- type: "success" | "error" | "info" | "warning";
5288
+ type: "error" | "success" | "info" | "warning";
5289
5289
  id?: number | undefined;
5290
5290
  }[] | undefined;
5291
5291
  required?: boolean | undefined;
@@ -5309,7 +5309,7 @@ export declare function init(config: AuthHeroConfig): {
5309
5309
  hint?: string | undefined;
5310
5310
  messages?: {
5311
5311
  text: string;
5312
- type: "success" | "error" | "info" | "warning";
5312
+ type: "error" | "success" | "info" | "warning";
5313
5313
  id?: number | undefined;
5314
5314
  }[] | undefined;
5315
5315
  required?: boolean | undefined;
@@ -5338,7 +5338,7 @@ export declare function init(config: AuthHeroConfig): {
5338
5338
  hint?: string | undefined;
5339
5339
  messages?: {
5340
5340
  text: string;
5341
- type: "success" | "error" | "info" | "warning";
5341
+ type: "error" | "success" | "info" | "warning";
5342
5342
  id?: number | undefined;
5343
5343
  }[] | undefined;
5344
5344
  required?: boolean | undefined;
@@ -5353,7 +5353,7 @@ export declare function init(config: AuthHeroConfig): {
5353
5353
  hint?: string | undefined;
5354
5354
  messages?: {
5355
5355
  text: string;
5356
- type: "success" | "error" | "info" | "warning";
5356
+ type: "error" | "success" | "info" | "warning";
5357
5357
  id?: number | undefined;
5358
5358
  }[] | undefined;
5359
5359
  required?: boolean | undefined;
@@ -5374,7 +5374,7 @@ export declare function init(config: AuthHeroConfig): {
5374
5374
  hint?: string | undefined;
5375
5375
  messages?: {
5376
5376
  text: string;
5377
- type: "success" | "error" | "info" | "warning";
5377
+ type: "error" | "success" | "info" | "warning";
5378
5378
  id?: number | undefined;
5379
5379
  }[] | undefined;
5380
5380
  required?: boolean | undefined;
@@ -5399,7 +5399,7 @@ export declare function init(config: AuthHeroConfig): {
5399
5399
  hint?: string | undefined;
5400
5400
  messages?: {
5401
5401
  text: string;
5402
- type: "success" | "error" | "info" | "warning";
5402
+ type: "error" | "success" | "info" | "warning";
5403
5403
  id?: number | undefined;
5404
5404
  }[] | undefined;
5405
5405
  required?: boolean | undefined;
@@ -5420,7 +5420,7 @@ export declare function init(config: AuthHeroConfig): {
5420
5420
  hint?: string | undefined;
5421
5421
  messages?: {
5422
5422
  text: string;
5423
- type: "success" | "error" | "info" | "warning";
5423
+ type: "error" | "success" | "info" | "warning";
5424
5424
  id?: number | undefined;
5425
5425
  }[] | undefined;
5426
5426
  required?: boolean | undefined;
@@ -5440,7 +5440,7 @@ export declare function init(config: AuthHeroConfig): {
5440
5440
  hint?: string | undefined;
5441
5441
  messages?: {
5442
5442
  text: string;
5443
- type: "success" | "error" | "info" | "warning";
5443
+ type: "error" | "success" | "info" | "warning";
5444
5444
  id?: number | undefined;
5445
5445
  }[] | undefined;
5446
5446
  required?: boolean | undefined;
@@ -5459,7 +5459,7 @@ export declare function init(config: AuthHeroConfig): {
5459
5459
  hint?: string | undefined;
5460
5460
  messages?: {
5461
5461
  text: string;
5462
- type: "success" | "error" | "info" | "warning";
5462
+ type: "error" | "success" | "info" | "warning";
5463
5463
  id?: number | undefined;
5464
5464
  }[] | undefined;
5465
5465
  required?: boolean | undefined;
@@ -5481,7 +5481,7 @@ export declare function init(config: AuthHeroConfig): {
5481
5481
  hint?: string | undefined;
5482
5482
  messages?: {
5483
5483
  text: string;
5484
- type: "success" | "error" | "info" | "warning";
5484
+ type: "error" | "success" | "info" | "warning";
5485
5485
  id?: number | undefined;
5486
5486
  }[] | undefined;
5487
5487
  required?: boolean | undefined;
@@ -5503,7 +5503,7 @@ export declare function init(config: AuthHeroConfig): {
5503
5503
  hint?: string | undefined;
5504
5504
  messages?: {
5505
5505
  text: string;
5506
- type: "success" | "error" | "info" | "warning";
5506
+ type: "error" | "success" | "info" | "warning";
5507
5507
  id?: number | undefined;
5508
5508
  }[] | undefined;
5509
5509
  required?: boolean | undefined;
@@ -5522,7 +5522,7 @@ export declare function init(config: AuthHeroConfig): {
5522
5522
  hint?: string | undefined;
5523
5523
  messages?: {
5524
5524
  text: string;
5525
- type: "success" | "error" | "info" | "warning";
5525
+ type: "error" | "success" | "info" | "warning";
5526
5526
  id?: number | undefined;
5527
5527
  }[] | undefined;
5528
5528
  required?: boolean | undefined;
@@ -5549,7 +5549,7 @@ export declare function init(config: AuthHeroConfig): {
5549
5549
  hint?: string | undefined;
5550
5550
  messages?: {
5551
5551
  text: string;
5552
- type: "success" | "error" | "info" | "warning";
5552
+ type: "error" | "success" | "info" | "warning";
5553
5553
  id?: number | undefined;
5554
5554
  }[] | undefined;
5555
5555
  required?: boolean | undefined;
@@ -5570,7 +5570,7 @@ export declare function init(config: AuthHeroConfig): {
5570
5570
  hint?: string | undefined;
5571
5571
  messages?: {
5572
5572
  text: string;
5573
- type: "success" | "error" | "info" | "warning";
5573
+ type: "error" | "success" | "info" | "warning";
5574
5574
  id?: number | undefined;
5575
5575
  }[] | undefined;
5576
5576
  required?: boolean | undefined;
@@ -5593,7 +5593,7 @@ export declare function init(config: AuthHeroConfig): {
5593
5593
  hint?: string | undefined;
5594
5594
  messages?: {
5595
5595
  text: string;
5596
- type: "success" | "error" | "info" | "warning";
5596
+ type: "error" | "success" | "info" | "warning";
5597
5597
  id?: number | undefined;
5598
5598
  }[] | undefined;
5599
5599
  required?: boolean | undefined;
@@ -5826,7 +5826,7 @@ export declare function init(config: AuthHeroConfig): {
5826
5826
  hint?: string | undefined;
5827
5827
  messages?: {
5828
5828
  text: string;
5829
- type: "success" | "error" | "info" | "warning";
5829
+ type: "error" | "success" | "info" | "warning";
5830
5830
  id?: number | undefined;
5831
5831
  }[] | undefined;
5832
5832
  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: "success" | "error" | "info" | "warning";
5847
+ type: "error" | "success" | "info" | "warning";
5848
5848
  id?: number | undefined;
5849
5849
  }[] | undefined;
5850
5850
  required?: boolean | undefined;
@@ -5868,7 +5868,7 @@ export declare function init(config: AuthHeroConfig): {
5868
5868
  hint?: string | undefined;
5869
5869
  messages?: {
5870
5870
  text: string;
5871
- type: "success" | "error" | "info" | "warning";
5871
+ type: "error" | "success" | "info" | "warning";
5872
5872
  id?: number | undefined;
5873
5873
  }[] | undefined;
5874
5874
  required?: boolean | undefined;
@@ -5892,7 +5892,7 @@ export declare function init(config: AuthHeroConfig): {
5892
5892
  hint?: string | undefined;
5893
5893
  messages?: {
5894
5894
  text: string;
5895
- type: "success" | "error" | "info" | "warning";
5895
+ type: "error" | "success" | "info" | "warning";
5896
5896
  id?: number | undefined;
5897
5897
  }[] | undefined;
5898
5898
  required?: boolean | undefined;
@@ -5916,7 +5916,7 @@ export declare function init(config: AuthHeroConfig): {
5916
5916
  hint?: string | undefined;
5917
5917
  messages?: {
5918
5918
  text: string;
5919
- type: "success" | "error" | "info" | "warning";
5919
+ type: "error" | "success" | "info" | "warning";
5920
5920
  id?: number | undefined;
5921
5921
  }[] | undefined;
5922
5922
  required?: boolean | undefined;
@@ -5941,7 +5941,7 @@ export declare function init(config: AuthHeroConfig): {
5941
5941
  hint?: string | undefined;
5942
5942
  messages?: {
5943
5943
  text: string;
5944
- type: "success" | "error" | "info" | "warning";
5944
+ type: "error" | "success" | "info" | "warning";
5945
5945
  id?: number | undefined;
5946
5946
  }[] | undefined;
5947
5947
  required?: boolean | undefined;
@@ -5956,7 +5956,7 @@ export declare function init(config: AuthHeroConfig): {
5956
5956
  hint?: string | undefined;
5957
5957
  messages?: {
5958
5958
  text: string;
5959
- type: "success" | "error" | "info" | "warning";
5959
+ type: "error" | "success" | "info" | "warning";
5960
5960
  id?: number | undefined;
5961
5961
  }[] | undefined;
5962
5962
  required?: boolean | undefined;
@@ -5977,7 +5977,7 @@ export declare function init(config: AuthHeroConfig): {
5977
5977
  hint?: string | undefined;
5978
5978
  messages?: {
5979
5979
  text: string;
5980
- type: "success" | "error" | "info" | "warning";
5980
+ type: "error" | "success" | "info" | "warning";
5981
5981
  id?: number | undefined;
5982
5982
  }[] | undefined;
5983
5983
  required?: boolean | undefined;
@@ -6002,7 +6002,7 @@ export declare function init(config: AuthHeroConfig): {
6002
6002
  hint?: string | undefined;
6003
6003
  messages?: {
6004
6004
  text: string;
6005
- type: "success" | "error" | "info" | "warning";
6005
+ type: "error" | "success" | "info" | "warning";
6006
6006
  id?: number | undefined;
6007
6007
  }[] | undefined;
6008
6008
  required?: boolean | undefined;
@@ -6023,7 +6023,7 @@ export declare function init(config: AuthHeroConfig): {
6023
6023
  hint?: string | undefined;
6024
6024
  messages?: {
6025
6025
  text: string;
6026
- type: "success" | "error" | "info" | "warning";
6026
+ type: "error" | "success" | "info" | "warning";
6027
6027
  id?: number | undefined;
6028
6028
  }[] | undefined;
6029
6029
  required?: boolean | undefined;
@@ -6043,7 +6043,7 @@ export declare function init(config: AuthHeroConfig): {
6043
6043
  hint?: string | undefined;
6044
6044
  messages?: {
6045
6045
  text: string;
6046
- type: "success" | "error" | "info" | "warning";
6046
+ type: "error" | "success" | "info" | "warning";
6047
6047
  id?: number | undefined;
6048
6048
  }[] | undefined;
6049
6049
  required?: boolean | undefined;
@@ -6062,7 +6062,7 @@ export declare function init(config: AuthHeroConfig): {
6062
6062
  hint?: string | undefined;
6063
6063
  messages?: {
6064
6064
  text: string;
6065
- type: "success" | "error" | "info" | "warning";
6065
+ type: "error" | "success" | "info" | "warning";
6066
6066
  id?: number | undefined;
6067
6067
  }[] | undefined;
6068
6068
  required?: boolean | undefined;
@@ -6084,7 +6084,7 @@ export declare function init(config: AuthHeroConfig): {
6084
6084
  hint?: string | undefined;
6085
6085
  messages?: {
6086
6086
  text: string;
6087
- type: "success" | "error" | "info" | "warning";
6087
+ type: "error" | "success" | "info" | "warning";
6088
6088
  id?: number | undefined;
6089
6089
  }[] | undefined;
6090
6090
  required?: boolean | undefined;
@@ -6106,7 +6106,7 @@ export declare function init(config: AuthHeroConfig): {
6106
6106
  hint?: string | undefined;
6107
6107
  messages?: {
6108
6108
  text: string;
6109
- type: "success" | "error" | "info" | "warning";
6109
+ type: "error" | "success" | "info" | "warning";
6110
6110
  id?: number | undefined;
6111
6111
  }[] | undefined;
6112
6112
  required?: boolean | undefined;
@@ -6125,7 +6125,7 @@ export declare function init(config: AuthHeroConfig): {
6125
6125
  hint?: string | undefined;
6126
6126
  messages?: {
6127
6127
  text: string;
6128
- type: "success" | "error" | "info" | "warning";
6128
+ type: "error" | "success" | "info" | "warning";
6129
6129
  id?: number | undefined;
6130
6130
  }[] | undefined;
6131
6131
  required?: boolean | undefined;
@@ -6152,7 +6152,7 @@ export declare function init(config: AuthHeroConfig): {
6152
6152
  hint?: string | undefined;
6153
6153
  messages?: {
6154
6154
  text: string;
6155
- type: "success" | "error" | "info" | "warning";
6155
+ type: "error" | "success" | "info" | "warning";
6156
6156
  id?: number | undefined;
6157
6157
  }[] | undefined;
6158
6158
  required?: boolean | undefined;
@@ -6173,7 +6173,7 @@ export declare function init(config: AuthHeroConfig): {
6173
6173
  hint?: string | undefined;
6174
6174
  messages?: {
6175
6175
  text: string;
6176
- type: "success" | "error" | "info" | "warning";
6176
+ type: "error" | "success" | "info" | "warning";
6177
6177
  id?: number | undefined;
6178
6178
  }[] | undefined;
6179
6179
  required?: boolean | undefined;
@@ -6196,7 +6196,7 @@ export declare function init(config: AuthHeroConfig): {
6196
6196
  hint?: string | undefined;
6197
6197
  messages?: {
6198
6198
  text: string;
6199
- type: "success" | "error" | "info" | "warning";
6199
+ type: "error" | "success" | "info" | "warning";
6200
6200
  id?: number | undefined;
6201
6201
  }[] | undefined;
6202
6202
  required?: boolean | undefined;
@@ -6427,7 +6427,7 @@ export declare function init(config: AuthHeroConfig): {
6427
6427
  hint?: string | undefined;
6428
6428
  messages?: {
6429
6429
  text: string;
6430
- type: "success" | "error" | "info" | "warning";
6430
+ type: "error" | "success" | "info" | "warning";
6431
6431
  id?: number | undefined;
6432
6432
  }[] | undefined;
6433
6433
  required?: boolean | undefined;
@@ -6445,7 +6445,7 @@ export declare function init(config: AuthHeroConfig): {
6445
6445
  hint?: string | undefined;
6446
6446
  messages?: {
6447
6447
  text: string;
6448
- type: "success" | "error" | "info" | "warning";
6448
+ type: "error" | "success" | "info" | "warning";
6449
6449
  id?: number | undefined;
6450
6450
  }[] | undefined;
6451
6451
  required?: boolean | undefined;
@@ -6469,7 +6469,7 @@ export declare function init(config: AuthHeroConfig): {
6469
6469
  hint?: string | undefined;
6470
6470
  messages?: {
6471
6471
  text: string;
6472
- type: "success" | "error" | "info" | "warning";
6472
+ type: "error" | "success" | "info" | "warning";
6473
6473
  id?: number | undefined;
6474
6474
  }[] | undefined;
6475
6475
  required?: boolean | undefined;
@@ -6493,7 +6493,7 @@ export declare function init(config: AuthHeroConfig): {
6493
6493
  hint?: string | undefined;
6494
6494
  messages?: {
6495
6495
  text: string;
6496
- type: "success" | "error" | "info" | "warning";
6496
+ type: "error" | "success" | "info" | "warning";
6497
6497
  id?: number | undefined;
6498
6498
  }[] | undefined;
6499
6499
  required?: boolean | undefined;
@@ -6517,7 +6517,7 @@ export declare function init(config: AuthHeroConfig): {
6517
6517
  hint?: string | undefined;
6518
6518
  messages?: {
6519
6519
  text: string;
6520
- type: "success" | "error" | "info" | "warning";
6520
+ type: "error" | "success" | "info" | "warning";
6521
6521
  id?: number | undefined;
6522
6522
  }[] | undefined;
6523
6523
  required?: boolean | undefined;
@@ -6546,7 +6546,7 @@ export declare function init(config: AuthHeroConfig): {
6546
6546
  hint?: string | undefined;
6547
6547
  messages?: {
6548
6548
  text: string;
6549
- type: "success" | "error" | "info" | "warning";
6549
+ type: "error" | "success" | "info" | "warning";
6550
6550
  id?: number | undefined;
6551
6551
  }[] | undefined;
6552
6552
  required?: boolean | undefined;
@@ -6561,7 +6561,7 @@ export declare function init(config: AuthHeroConfig): {
6561
6561
  hint?: string | undefined;
6562
6562
  messages?: {
6563
6563
  text: string;
6564
- type: "success" | "error" | "info" | "warning";
6564
+ type: "error" | "success" | "info" | "warning";
6565
6565
  id?: number | undefined;
6566
6566
  }[] | undefined;
6567
6567
  required?: boolean | undefined;
@@ -6582,7 +6582,7 @@ export declare function init(config: AuthHeroConfig): {
6582
6582
  hint?: string | undefined;
6583
6583
  messages?: {
6584
6584
  text: string;
6585
- type: "success" | "error" | "info" | "warning";
6585
+ type: "error" | "success" | "info" | "warning";
6586
6586
  id?: number | undefined;
6587
6587
  }[] | undefined;
6588
6588
  required?: boolean | undefined;
@@ -6607,7 +6607,7 @@ export declare function init(config: AuthHeroConfig): {
6607
6607
  hint?: string | undefined;
6608
6608
  messages?: {
6609
6609
  text: string;
6610
- type: "success" | "error" | "info" | "warning";
6610
+ type: "error" | "success" | "info" | "warning";
6611
6611
  id?: number | undefined;
6612
6612
  }[] | undefined;
6613
6613
  required?: boolean | undefined;
@@ -6628,7 +6628,7 @@ export declare function init(config: AuthHeroConfig): {
6628
6628
  hint?: string | undefined;
6629
6629
  messages?: {
6630
6630
  text: string;
6631
- type: "success" | "error" | "info" | "warning";
6631
+ type: "error" | "success" | "info" | "warning";
6632
6632
  id?: number | undefined;
6633
6633
  }[] | undefined;
6634
6634
  required?: boolean | undefined;
@@ -6648,7 +6648,7 @@ export declare function init(config: AuthHeroConfig): {
6648
6648
  hint?: string | undefined;
6649
6649
  messages?: {
6650
6650
  text: string;
6651
- type: "success" | "error" | "info" | "warning";
6651
+ type: "error" | "success" | "info" | "warning";
6652
6652
  id?: number | undefined;
6653
6653
  }[] | undefined;
6654
6654
  required?: boolean | undefined;
@@ -6667,7 +6667,7 @@ export declare function init(config: AuthHeroConfig): {
6667
6667
  hint?: string | undefined;
6668
6668
  messages?: {
6669
6669
  text: string;
6670
- type: "success" | "error" | "info" | "warning";
6670
+ type: "error" | "success" | "info" | "warning";
6671
6671
  id?: number | undefined;
6672
6672
  }[] | undefined;
6673
6673
  required?: boolean | undefined;
@@ -6689,7 +6689,7 @@ export declare function init(config: AuthHeroConfig): {
6689
6689
  hint?: string | undefined;
6690
6690
  messages?: {
6691
6691
  text: string;
6692
- type: "success" | "error" | "info" | "warning";
6692
+ type: "error" | "success" | "info" | "warning";
6693
6693
  id?: number | undefined;
6694
6694
  }[] | undefined;
6695
6695
  required?: boolean | undefined;
@@ -6711,7 +6711,7 @@ export declare function init(config: AuthHeroConfig): {
6711
6711
  hint?: string | undefined;
6712
6712
  messages?: {
6713
6713
  text: string;
6714
- type: "success" | "error" | "info" | "warning";
6714
+ type: "error" | "success" | "info" | "warning";
6715
6715
  id?: number | undefined;
6716
6716
  }[] | undefined;
6717
6717
  required?: boolean | undefined;
@@ -6730,7 +6730,7 @@ export declare function init(config: AuthHeroConfig): {
6730
6730
  hint?: string | undefined;
6731
6731
  messages?: {
6732
6732
  text: string;
6733
- type: "success" | "error" | "info" | "warning";
6733
+ type: "error" | "success" | "info" | "warning";
6734
6734
  id?: number | undefined;
6735
6735
  }[] | undefined;
6736
6736
  required?: boolean | undefined;
@@ -6757,7 +6757,7 @@ export declare function init(config: AuthHeroConfig): {
6757
6757
  hint?: string | undefined;
6758
6758
  messages?: {
6759
6759
  text: string;
6760
- type: "success" | "error" | "info" | "warning";
6760
+ type: "error" | "success" | "info" | "warning";
6761
6761
  id?: number | undefined;
6762
6762
  }[] | undefined;
6763
6763
  required?: boolean | undefined;
@@ -6778,7 +6778,7 @@ export declare function init(config: AuthHeroConfig): {
6778
6778
  hint?: string | undefined;
6779
6779
  messages?: {
6780
6780
  text: string;
6781
- type: "success" | "error" | "info" | "warning";
6781
+ type: "error" | "success" | "info" | "warning";
6782
6782
  id?: number | undefined;
6783
6783
  }[] | undefined;
6784
6784
  required?: boolean | undefined;
@@ -6801,7 +6801,7 @@ export declare function init(config: AuthHeroConfig): {
6801
6801
  hint?: string | undefined;
6802
6802
  messages?: {
6803
6803
  text: string;
6804
- type: "success" | "error" | "info" | "warning";
6804
+ type: "error" | "success" | "info" | "warning";
6805
6805
  id?: number | undefined;
6806
6806
  }[] | undefined;
6807
6807
  required?: boolean | undefined;
@@ -7033,7 +7033,7 @@ export declare function init(config: AuthHeroConfig): {
7033
7033
  };
7034
7034
  };
7035
7035
  output: {
7036
- prompt: "mfa" | "status" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
7036
+ prompt: "common" | "status" | "login" | "mfa" | "organizations" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7037
7037
  language: string;
7038
7038
  }[];
7039
7039
  outputFormat: "json";
@@ -7071,7 +7071,7 @@ export declare function init(config: AuthHeroConfig): {
7071
7071
  $get: {
7072
7072
  input: {
7073
7073
  param: {
7074
- prompt: "mfa" | "status" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
7074
+ prompt: "common" | "status" | "login" | "mfa" | "organizations" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7075
7075
  language: string;
7076
7076
  };
7077
7077
  } & {
@@ -7093,7 +7093,7 @@ export declare function init(config: AuthHeroConfig): {
7093
7093
  $put: {
7094
7094
  input: {
7095
7095
  param: {
7096
- prompt: "mfa" | "status" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
7096
+ prompt: "common" | "status" | "login" | "mfa" | "organizations" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7097
7097
  language: string;
7098
7098
  };
7099
7099
  } & {
@@ -7117,7 +7117,7 @@ export declare function init(config: AuthHeroConfig): {
7117
7117
  $delete: {
7118
7118
  input: {
7119
7119
  param: {
7120
- prompt: "mfa" | "status" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
7120
+ prompt: "common" | "status" | "login" | "mfa" | "organizations" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7121
7121
  language: string;
7122
7122
  };
7123
7123
  } & {
@@ -7164,6 +7164,9 @@ export declare function init(config: AuthHeroConfig): {
7164
7164
  client_secret?: string | undefined;
7165
7165
  app_secret?: string | undefined;
7166
7166
  scope?: string | undefined;
7167
+ client_secret_hint?: string | undefined;
7168
+ app_secret_hint?: string | undefined;
7169
+ twilio_token_hint?: string | undefined;
7167
7170
  authorization_endpoint?: string | undefined;
7168
7171
  token_endpoint?: string | undefined;
7169
7172
  userinfo_endpoint?: string | undefined;
@@ -7201,6 +7204,7 @@ export declare function init(config: AuthHeroConfig): {
7201
7204
  userinfo_endpoint?: string | undefined;
7202
7205
  client_id?: string | undefined;
7203
7206
  client_secret?: string | undefined;
7207
+ client_secret_hint?: string | undefined;
7204
7208
  realm?: string | undefined;
7205
7209
  } | undefined;
7206
7210
  attributes?: {
@@ -7209,7 +7213,7 @@ export declare function init(config: AuthHeroConfig): {
7209
7213
  active?: boolean | undefined;
7210
7214
  } | undefined;
7211
7215
  signup?: {
7212
- status?: "required" | "optional" | "disabled" | undefined;
7216
+ status?: "optional" | "required" | "disabled" | undefined;
7213
7217
  verification?: {
7214
7218
  active?: boolean | undefined;
7215
7219
  } | undefined;
@@ -7226,7 +7230,7 @@ export declare function init(config: AuthHeroConfig): {
7226
7230
  active?: boolean | undefined;
7227
7231
  } | undefined;
7228
7232
  signup?: {
7229
- status?: "required" | "optional" | "disabled" | undefined;
7233
+ status?: "optional" | "required" | "disabled" | undefined;
7230
7234
  } | undefined;
7231
7235
  validation?: {
7232
7236
  max_length?: number | undefined;
@@ -7243,7 +7247,7 @@ export declare function init(config: AuthHeroConfig): {
7243
7247
  active?: boolean | undefined;
7244
7248
  } | undefined;
7245
7249
  signup?: {
7246
- status?: "required" | "optional" | "disabled" | undefined;
7250
+ status?: "optional" | "required" | "disabled" | undefined;
7247
7251
  } | undefined;
7248
7252
  } | undefined;
7249
7253
  } | undefined;
@@ -7256,7 +7260,7 @@ export declare function init(config: AuthHeroConfig): {
7256
7260
  } | undefined;
7257
7261
  } | undefined;
7258
7262
  passkey_options?: {
7259
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7263
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7260
7264
  local_enrollment_enabled?: boolean | undefined;
7261
7265
  progressive_enrollment_enabled?: boolean | undefined;
7262
7266
  } | undefined;
@@ -7298,6 +7302,9 @@ export declare function init(config: AuthHeroConfig): {
7298
7302
  client_secret?: string | undefined;
7299
7303
  app_secret?: string | undefined;
7300
7304
  scope?: string | undefined;
7305
+ client_secret_hint?: string | undefined;
7306
+ app_secret_hint?: string | undefined;
7307
+ twilio_token_hint?: string | undefined;
7301
7308
  authorization_endpoint?: string | undefined;
7302
7309
  token_endpoint?: string | undefined;
7303
7310
  userinfo_endpoint?: string | undefined;
@@ -7335,6 +7342,7 @@ export declare function init(config: AuthHeroConfig): {
7335
7342
  userinfo_endpoint?: string | undefined;
7336
7343
  client_id?: string | undefined;
7337
7344
  client_secret?: string | undefined;
7345
+ client_secret_hint?: string | undefined;
7338
7346
  realm?: string | undefined;
7339
7347
  } | undefined;
7340
7348
  attributes?: {
@@ -7343,7 +7351,7 @@ export declare function init(config: AuthHeroConfig): {
7343
7351
  active?: boolean | undefined;
7344
7352
  } | undefined;
7345
7353
  signup?: {
7346
- status?: "required" | "optional" | "disabled" | undefined;
7354
+ status?: "optional" | "required" | "disabled" | undefined;
7347
7355
  verification?: {
7348
7356
  active?: boolean | undefined;
7349
7357
  } | undefined;
@@ -7360,7 +7368,7 @@ export declare function init(config: AuthHeroConfig): {
7360
7368
  active?: boolean | undefined;
7361
7369
  } | undefined;
7362
7370
  signup?: {
7363
- status?: "required" | "optional" | "disabled" | undefined;
7371
+ status?: "optional" | "required" | "disabled" | undefined;
7364
7372
  } | undefined;
7365
7373
  validation?: {
7366
7374
  max_length?: number | undefined;
@@ -7377,7 +7385,7 @@ export declare function init(config: AuthHeroConfig): {
7377
7385
  active?: boolean | undefined;
7378
7386
  } | undefined;
7379
7387
  signup?: {
7380
- status?: "required" | "optional" | "disabled" | undefined;
7388
+ status?: "optional" | "required" | "disabled" | undefined;
7381
7389
  } | undefined;
7382
7390
  } | undefined;
7383
7391
  } | undefined;
@@ -7390,7 +7398,7 @@ export declare function init(config: AuthHeroConfig): {
7390
7398
  } | undefined;
7391
7399
  } | undefined;
7392
7400
  passkey_options?: {
7393
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7401
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7394
7402
  local_enrollment_enabled?: boolean | undefined;
7395
7403
  progressive_enrollment_enabled?: boolean | undefined;
7396
7404
  } | undefined;
@@ -7448,6 +7456,9 @@ export declare function init(config: AuthHeroConfig): {
7448
7456
  client_secret?: string | undefined;
7449
7457
  app_secret?: string | undefined;
7450
7458
  scope?: string | undefined;
7459
+ client_secret_hint?: string | undefined;
7460
+ app_secret_hint?: string | undefined;
7461
+ twilio_token_hint?: string | undefined;
7451
7462
  authorization_endpoint?: string | undefined;
7452
7463
  token_endpoint?: string | undefined;
7453
7464
  userinfo_endpoint?: string | undefined;
@@ -7485,6 +7496,7 @@ export declare function init(config: AuthHeroConfig): {
7485
7496
  userinfo_endpoint?: string | undefined;
7486
7497
  client_id?: string | undefined;
7487
7498
  client_secret?: string | undefined;
7499
+ client_secret_hint?: string | undefined;
7488
7500
  realm?: string | undefined;
7489
7501
  } | undefined;
7490
7502
  attributes?: {
@@ -7493,7 +7505,7 @@ export declare function init(config: AuthHeroConfig): {
7493
7505
  active?: boolean | undefined;
7494
7506
  } | undefined;
7495
7507
  signup?: {
7496
- status?: "required" | "optional" | "disabled" | undefined;
7508
+ status?: "optional" | "required" | "disabled" | undefined;
7497
7509
  verification?: {
7498
7510
  active?: boolean | undefined;
7499
7511
  } | undefined;
@@ -7510,7 +7522,7 @@ export declare function init(config: AuthHeroConfig): {
7510
7522
  active?: boolean | undefined;
7511
7523
  } | undefined;
7512
7524
  signup?: {
7513
- status?: "required" | "optional" | "disabled" | undefined;
7525
+ status?: "optional" | "required" | "disabled" | undefined;
7514
7526
  } | undefined;
7515
7527
  validation?: {
7516
7528
  max_length?: number | undefined;
@@ -7527,7 +7539,7 @@ export declare function init(config: AuthHeroConfig): {
7527
7539
  active?: boolean | undefined;
7528
7540
  } | undefined;
7529
7541
  signup?: {
7530
- status?: "required" | "optional" | "disabled" | undefined;
7542
+ status?: "optional" | "required" | "disabled" | undefined;
7531
7543
  } | undefined;
7532
7544
  } | undefined;
7533
7545
  } | undefined;
@@ -7540,7 +7552,7 @@ export declare function init(config: AuthHeroConfig): {
7540
7552
  } | undefined;
7541
7553
  } | undefined;
7542
7554
  passkey_options?: {
7543
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7555
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7544
7556
  local_enrollment_enabled?: boolean | undefined;
7545
7557
  progressive_enrollment_enabled?: boolean | undefined;
7546
7558
  } | undefined;
@@ -7627,6 +7639,9 @@ export declare function init(config: AuthHeroConfig): {
7627
7639
  client_secret?: string | undefined;
7628
7640
  app_secret?: string | undefined;
7629
7641
  scope?: string | undefined;
7642
+ client_secret_hint?: string | undefined;
7643
+ app_secret_hint?: string | undefined;
7644
+ twilio_token_hint?: string | undefined;
7630
7645
  authorization_endpoint?: string | undefined;
7631
7646
  token_endpoint?: string | undefined;
7632
7647
  userinfo_endpoint?: string | undefined;
@@ -7664,6 +7679,7 @@ export declare function init(config: AuthHeroConfig): {
7664
7679
  userinfo_endpoint?: string | undefined;
7665
7680
  client_id?: string | undefined;
7666
7681
  client_secret?: string | undefined;
7682
+ client_secret_hint?: string | undefined;
7667
7683
  realm?: string | undefined;
7668
7684
  } | undefined;
7669
7685
  attributes?: {
@@ -7672,7 +7688,7 @@ export declare function init(config: AuthHeroConfig): {
7672
7688
  active?: boolean | undefined;
7673
7689
  } | undefined;
7674
7690
  signup?: {
7675
- status?: "required" | "optional" | "disabled" | undefined;
7691
+ status?: "optional" | "required" | "disabled" | undefined;
7676
7692
  verification?: {
7677
7693
  active?: boolean | undefined;
7678
7694
  } | undefined;
@@ -7689,7 +7705,7 @@ export declare function init(config: AuthHeroConfig): {
7689
7705
  active?: boolean | undefined;
7690
7706
  } | undefined;
7691
7707
  signup?: {
7692
- status?: "required" | "optional" | "disabled" | undefined;
7708
+ status?: "optional" | "required" | "disabled" | undefined;
7693
7709
  } | undefined;
7694
7710
  validation?: {
7695
7711
  max_length?: number | undefined;
@@ -7706,7 +7722,7 @@ export declare function init(config: AuthHeroConfig): {
7706
7722
  active?: boolean | undefined;
7707
7723
  } | undefined;
7708
7724
  signup?: {
7709
- status?: "required" | "optional" | "disabled" | undefined;
7725
+ status?: "optional" | "required" | "disabled" | undefined;
7710
7726
  } | undefined;
7711
7727
  } | undefined;
7712
7728
  } | undefined;
@@ -7719,7 +7735,7 @@ export declare function init(config: AuthHeroConfig): {
7719
7735
  } | undefined;
7720
7736
  } | undefined;
7721
7737
  passkey_options?: {
7722
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7738
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7723
7739
  local_enrollment_enabled?: boolean | undefined;
7724
7740
  progressive_enrollment_enabled?: boolean | undefined;
7725
7741
  } | undefined;
@@ -7785,6 +7801,9 @@ export declare function init(config: AuthHeroConfig): {
7785
7801
  client_secret?: string | undefined;
7786
7802
  app_secret?: string | undefined;
7787
7803
  scope?: string | undefined;
7804
+ client_secret_hint?: string | undefined;
7805
+ app_secret_hint?: string | undefined;
7806
+ twilio_token_hint?: string | undefined;
7788
7807
  authorization_endpoint?: string | undefined;
7789
7808
  token_endpoint?: string | undefined;
7790
7809
  userinfo_endpoint?: string | undefined;
@@ -7822,6 +7841,7 @@ export declare function init(config: AuthHeroConfig): {
7822
7841
  userinfo_endpoint?: string | undefined;
7823
7842
  client_id?: string | undefined;
7824
7843
  client_secret?: string | undefined;
7844
+ client_secret_hint?: string | undefined;
7825
7845
  realm?: string | undefined;
7826
7846
  } | undefined;
7827
7847
  attributes?: {
@@ -7830,7 +7850,7 @@ export declare function init(config: AuthHeroConfig): {
7830
7850
  active?: boolean | undefined;
7831
7851
  } | undefined;
7832
7852
  signup?: {
7833
- status?: "required" | "optional" | "disabled" | undefined;
7853
+ status?: "optional" | "required" | "disabled" | undefined;
7834
7854
  verification?: {
7835
7855
  active?: boolean | undefined;
7836
7856
  } | undefined;
@@ -7847,7 +7867,7 @@ export declare function init(config: AuthHeroConfig): {
7847
7867
  active?: boolean | undefined;
7848
7868
  } | undefined;
7849
7869
  signup?: {
7850
- status?: "required" | "optional" | "disabled" | undefined;
7870
+ status?: "optional" | "required" | "disabled" | undefined;
7851
7871
  } | undefined;
7852
7872
  validation?: {
7853
7873
  max_length?: number | undefined;
@@ -7864,7 +7884,7 @@ export declare function init(config: AuthHeroConfig): {
7864
7884
  active?: boolean | undefined;
7865
7885
  } | undefined;
7866
7886
  signup?: {
7867
- status?: "required" | "optional" | "disabled" | undefined;
7887
+ status?: "optional" | "required" | "disabled" | undefined;
7868
7888
  } | undefined;
7869
7889
  } | undefined;
7870
7890
  } | undefined;
@@ -7877,7 +7897,7 @@ export declare function init(config: AuthHeroConfig): {
7877
7897
  } | undefined;
7878
7898
  } | undefined;
7879
7899
  passkey_options?: {
7880
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7900
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7881
7901
  local_enrollment_enabled?: boolean | undefined;
7882
7902
  progressive_enrollment_enabled?: boolean | undefined;
7883
7903
  } | undefined;
@@ -7980,7 +8000,7 @@ export declare function init(config: AuthHeroConfig): {
7980
8000
  };
7981
8001
  } | {
7982
8002
  mode: "inline";
7983
- status: "success" | "error";
8003
+ status: "error" | "success";
7984
8004
  connection_id: string;
7985
8005
  connection_name: string;
7986
8006
  strategy: string;
@@ -8166,7 +8186,7 @@ export declare function init(config: AuthHeroConfig): {
8166
8186
  [x: string]: import("hono/utils/types").JSONValue;
8167
8187
  } | undefined;
8168
8188
  } | {
8169
- trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8189
+ trigger_id: "post-user-login";
8170
8190
  enabled: boolean;
8171
8191
  synchronous: boolean;
8172
8192
  created_at: string;
@@ -8231,7 +8251,7 @@ export declare function init(config: AuthHeroConfig): {
8231
8251
  [x: string]: import("hono/utils/types").JSONValue;
8232
8252
  } | undefined;
8233
8253
  } | {
8234
- trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8254
+ trigger_id: "post-user-login";
8235
8255
  enabled: boolean;
8236
8256
  synchronous: boolean;
8237
8257
  created_at: string;
@@ -8304,7 +8324,7 @@ export declare function init(config: AuthHeroConfig): {
8304
8324
  hook_id?: string | undefined;
8305
8325
  metadata?: Record<string, unknown> | undefined;
8306
8326
  } | {
8307
- trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8327
+ trigger_id: "post-user-login";
8308
8328
  form_id: string;
8309
8329
  enabled?: boolean | undefined;
8310
8330
  synchronous?: boolean | undefined;
@@ -8351,7 +8371,7 @@ export declare function init(config: AuthHeroConfig): {
8351
8371
  [x: string]: import("hono/utils/types").JSONValue;
8352
8372
  } | undefined;
8353
8373
  } | {
8354
- trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8374
+ trigger_id: "post-user-login";
8355
8375
  enabled: boolean;
8356
8376
  synchronous: boolean;
8357
8377
  created_at: string;
@@ -8407,6 +8427,21 @@ export declare function init(config: AuthHeroConfig): {
8407
8427
  } & {
8408
8428
  "/:hook_id": {
8409
8429
  $patch: {
8430
+ input: {
8431
+ param: {
8432
+ hook_id: string;
8433
+ };
8434
+ } & {
8435
+ header: {
8436
+ "tenant-id"?: string | undefined;
8437
+ };
8438
+ } & {
8439
+ json: unknown;
8440
+ };
8441
+ output: {};
8442
+ outputFormat: string;
8443
+ status: 400;
8444
+ } | {
8410
8445
  input: {
8411
8446
  param: {
8412
8447
  hook_id: string;
@@ -8446,7 +8481,7 @@ export declare function init(config: AuthHeroConfig): {
8446
8481
  [x: string]: import("hono/utils/types").JSONValue;
8447
8482
  } | undefined;
8448
8483
  } | {
8449
- trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8484
+ trigger_id: "post-user-login";
8450
8485
  enabled: boolean;
8451
8486
  synchronous: boolean;
8452
8487
  created_at: string;
@@ -8537,7 +8572,7 @@ export declare function init(config: AuthHeroConfig): {
8537
8572
  [x: string]: import("hono/utils/types").JSONValue;
8538
8573
  } | undefined;
8539
8574
  } | {
8540
- trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8575
+ trigger_id: "post-user-login";
8541
8576
  enabled: boolean;
8542
8577
  synchronous: boolean;
8543
8578
  created_at: string;
@@ -8694,7 +8729,7 @@ export declare function init(config: AuthHeroConfig): {
8694
8729
  log_type: string;
8695
8730
  category: "user_action" | "admin_action" | "system" | "api";
8696
8731
  actor: {
8697
- type: "user" | "client_credentials" | "system" | "admin" | "api_key";
8732
+ type: "user" | "api_key" | "client_credentials" | "system" | "admin";
8698
8733
  id?: string | undefined;
8699
8734
  email?: string | undefined;
8700
8735
  org_id?: string | undefined;
@@ -9345,7 +9380,7 @@ export declare function init(config: AuthHeroConfig): {
9345
9380
  };
9346
9381
  };
9347
9382
  output: {
9348
- type: "fn" | "sapi" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9383
+ type: "i" | "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9349
9384
  date: string;
9350
9385
  isMobile: boolean;
9351
9386
  log_id: string;
@@ -9384,7 +9419,7 @@ export declare function init(config: AuthHeroConfig): {
9384
9419
  limit: number;
9385
9420
  length: number;
9386
9421
  logs: {
9387
- type: "fn" | "sapi" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9422
+ type: "i" | "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9388
9423
  date: string;
9389
9424
  isMobile: boolean;
9390
9425
  log_id: string;
@@ -9423,7 +9458,7 @@ export declare function init(config: AuthHeroConfig): {
9423
9458
  next?: string | undefined;
9424
9459
  } | {
9425
9460
  logs: {
9426
- type: "fn" | "sapi" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9461
+ type: "i" | "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9427
9462
  date: string;
9428
9463
  isMobile: boolean;
9429
9464
  log_id: string;
@@ -9477,7 +9512,7 @@ export declare function init(config: AuthHeroConfig): {
9477
9512
  };
9478
9513
  };
9479
9514
  output: {
9480
- type: "fn" | "sapi" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9515
+ type: "i" | "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9481
9516
  date: string;
9482
9517
  isMobile: boolean;
9483
9518
  log_id: string;
@@ -9888,7 +9923,7 @@ export declare function init(config: AuthHeroConfig): {
9888
9923
  addons?: {
9889
9924
  [x: string]: any;
9890
9925
  } | undefined;
9891
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9926
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9892
9927
  client_metadata?: {
9893
9928
  [x: string]: string;
9894
9929
  } | undefined;
@@ -9990,7 +10025,7 @@ export declare function init(config: AuthHeroConfig): {
9990
10025
  addons?: {
9991
10026
  [x: string]: any;
9992
10027
  } | undefined;
9993
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10028
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9994
10029
  client_metadata?: {
9995
10030
  [x: string]: string;
9996
10031
  } | undefined;
@@ -10092,7 +10127,7 @@ export declare function init(config: AuthHeroConfig): {
10092
10127
  addons?: {
10093
10128
  [x: string]: any;
10094
10129
  } | undefined;
10095
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10130
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10096
10131
  client_metadata?: {
10097
10132
  [x: string]: string;
10098
10133
  } | undefined;
@@ -10209,7 +10244,7 @@ export declare function init(config: AuthHeroConfig): {
10209
10244
  addons?: {
10210
10245
  [x: string]: any;
10211
10246
  } | undefined;
10212
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10247
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10213
10248
  client_metadata?: {
10214
10249
  [x: string]: string;
10215
10250
  } | undefined;
@@ -10327,7 +10362,7 @@ export declare function init(config: AuthHeroConfig): {
10327
10362
  custom_login_page_preview?: string | undefined;
10328
10363
  form_template?: string | undefined;
10329
10364
  addons?: Record<string, any> | undefined;
10330
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10365
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10331
10366
  client_metadata?: Record<string, string> | undefined;
10332
10367
  hide_sign_up_disabled_error?: boolean | undefined;
10333
10368
  mobile?: Record<string, any> | undefined;
@@ -10413,7 +10448,7 @@ export declare function init(config: AuthHeroConfig): {
10413
10448
  addons?: {
10414
10449
  [x: string]: any;
10415
10450
  } | undefined;
10416
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10451
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10417
10452
  client_metadata?: {
10418
10453
  [x: string]: string;
10419
10454
  } | undefined;
@@ -10510,7 +10545,7 @@ export declare function init(config: AuthHeroConfig): {
10510
10545
  custom_login_page_preview?: string | undefined;
10511
10546
  form_template?: string | undefined;
10512
10547
  addons?: Record<string, any> | undefined;
10513
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10548
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10514
10549
  client_metadata?: Record<string, string> | undefined;
10515
10550
  hide_sign_up_disabled_error?: boolean | undefined;
10516
10551
  mobile?: Record<string, any> | undefined;
@@ -10596,7 +10631,7 @@ export declare function init(config: AuthHeroConfig): {
10596
10631
  addons?: {
10597
10632
  [x: string]: any;
10598
10633
  } | undefined;
10599
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10634
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10600
10635
  client_metadata?: {
10601
10636
  [x: string]: string;
10602
10637
  } | undefined;
@@ -10673,6 +10708,9 @@ export declare function init(config: AuthHeroConfig): {
10673
10708
  client_secret?: string | undefined;
10674
10709
  app_secret?: string | undefined;
10675
10710
  scope?: string | undefined;
10711
+ client_secret_hint?: string | undefined;
10712
+ app_secret_hint?: string | undefined;
10713
+ twilio_token_hint?: string | undefined;
10676
10714
  authorization_endpoint?: string | undefined;
10677
10715
  token_endpoint?: string | undefined;
10678
10716
  userinfo_endpoint?: string | undefined;
@@ -10710,6 +10748,7 @@ export declare function init(config: AuthHeroConfig): {
10710
10748
  userinfo_endpoint?: string | undefined;
10711
10749
  client_id?: string | undefined;
10712
10750
  client_secret?: string | undefined;
10751
+ client_secret_hint?: string | undefined;
10713
10752
  realm?: string | undefined;
10714
10753
  } | undefined;
10715
10754
  attributes?: {
@@ -10718,7 +10757,7 @@ export declare function init(config: AuthHeroConfig): {
10718
10757
  active?: boolean | undefined;
10719
10758
  } | undefined;
10720
10759
  signup?: {
10721
- status?: "required" | "optional" | "disabled" | undefined;
10760
+ status?: "optional" | "required" | "disabled" | undefined;
10722
10761
  verification?: {
10723
10762
  active?: boolean | undefined;
10724
10763
  } | undefined;
@@ -10735,7 +10774,7 @@ export declare function init(config: AuthHeroConfig): {
10735
10774
  active?: boolean | undefined;
10736
10775
  } | undefined;
10737
10776
  signup?: {
10738
- status?: "required" | "optional" | "disabled" | undefined;
10777
+ status?: "optional" | "required" | "disabled" | undefined;
10739
10778
  } | undefined;
10740
10779
  validation?: {
10741
10780
  max_length?: number | undefined;
@@ -10752,7 +10791,7 @@ export declare function init(config: AuthHeroConfig): {
10752
10791
  active?: boolean | undefined;
10753
10792
  } | undefined;
10754
10793
  signup?: {
10755
- status?: "required" | "optional" | "disabled" | undefined;
10794
+ status?: "optional" | "required" | "disabled" | undefined;
10756
10795
  } | undefined;
10757
10796
  } | undefined;
10758
10797
  } | undefined;
@@ -10765,7 +10804,7 @@ export declare function init(config: AuthHeroConfig): {
10765
10804
  } | undefined;
10766
10805
  } | undefined;
10767
10806
  passkey_options?: {
10768
- challenge_ui?: "both" | "autofill" | "button" | undefined;
10807
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
10769
10808
  local_enrollment_enabled?: boolean | undefined;
10770
10809
  progressive_enrollment_enabled?: boolean | undefined;
10771
10810
  } | undefined;
@@ -10827,6 +10866,9 @@ export declare function init(config: AuthHeroConfig): {
10827
10866
  client_secret?: string | undefined;
10828
10867
  app_secret?: string | undefined;
10829
10868
  scope?: string | undefined;
10869
+ client_secret_hint?: string | undefined;
10870
+ app_secret_hint?: string | undefined;
10871
+ twilio_token_hint?: string | undefined;
10830
10872
  authorization_endpoint?: string | undefined;
10831
10873
  token_endpoint?: string | undefined;
10832
10874
  userinfo_endpoint?: string | undefined;
@@ -10864,6 +10906,7 @@ export declare function init(config: AuthHeroConfig): {
10864
10906
  userinfo_endpoint?: string | undefined;
10865
10907
  client_id?: string | undefined;
10866
10908
  client_secret?: string | undefined;
10909
+ client_secret_hint?: string | undefined;
10867
10910
  realm?: string | undefined;
10868
10911
  } | undefined;
10869
10912
  attributes?: {
@@ -10872,7 +10915,7 @@ export declare function init(config: AuthHeroConfig): {
10872
10915
  active?: boolean | undefined;
10873
10916
  } | undefined;
10874
10917
  signup?: {
10875
- status?: "required" | "optional" | "disabled" | undefined;
10918
+ status?: "optional" | "required" | "disabled" | undefined;
10876
10919
  verification?: {
10877
10920
  active?: boolean | undefined;
10878
10921
  } | undefined;
@@ -10889,7 +10932,7 @@ export declare function init(config: AuthHeroConfig): {
10889
10932
  active?: boolean | undefined;
10890
10933
  } | undefined;
10891
10934
  signup?: {
10892
- status?: "required" | "optional" | "disabled" | undefined;
10935
+ status?: "optional" | "required" | "disabled" | undefined;
10893
10936
  } | undefined;
10894
10937
  validation?: {
10895
10938
  max_length?: number | undefined;
@@ -10906,7 +10949,7 @@ export declare function init(config: AuthHeroConfig): {
10906
10949
  active?: boolean | undefined;
10907
10950
  } | undefined;
10908
10951
  signup?: {
10909
- status?: "required" | "optional" | "disabled" | undefined;
10952
+ status?: "optional" | "required" | "disabled" | undefined;
10910
10953
  } | undefined;
10911
10954
  } | undefined;
10912
10955
  } | undefined;
@@ -10919,7 +10962,7 @@ export declare function init(config: AuthHeroConfig): {
10919
10962
  } | undefined;
10920
10963
  } | undefined;
10921
10964
  passkey_options?: {
10922
- challenge_ui?: "both" | "autofill" | "button" | undefined;
10965
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
10923
10966
  local_enrollment_enabled?: boolean | undefined;
10924
10967
  progressive_enrollment_enabled?: boolean | undefined;
10925
10968
  } | undefined;
@@ -11941,7 +11984,7 @@ export declare function init(config: AuthHeroConfig): {
11941
11984
  };
11942
11985
  };
11943
11986
  output: {
11944
- type: "fn" | "sapi" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11987
+ type: "i" | "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11945
11988
  date: string;
11946
11989
  isMobile: boolean;
11947
11990
  log_id: string;
@@ -11980,7 +12023,7 @@ export declare function init(config: AuthHeroConfig): {
11980
12023
  limit: number;
11981
12024
  length: number;
11982
12025
  logs: {
11983
- type: "fn" | "sapi" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
12026
+ type: "i" | "fn" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11984
12027
  date: string;
11985
12028
  isMobile: boolean;
11986
12029
  log_id: string;
@@ -12299,7 +12342,7 @@ export declare function init(config: AuthHeroConfig): {
12299
12342
  };
12300
12343
  } & {
12301
12344
  json: {
12302
- 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";
12345
+ template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12303
12346
  body: string;
12304
12347
  from: string;
12305
12348
  subject: string;
@@ -12320,7 +12363,7 @@ export declare function init(config: AuthHeroConfig): {
12320
12363
  };
12321
12364
  } & {
12322
12365
  json: {
12323
- 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";
12366
+ template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12324
12367
  body: string;
12325
12368
  from: string;
12326
12369
  subject: string;
@@ -12332,7 +12375,7 @@ export declare function init(config: AuthHeroConfig): {
12332
12375
  };
12333
12376
  };
12334
12377
  output: {
12335
- 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";
12378
+ template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12336
12379
  body: string;
12337
12380
  from: string;
12338
12381
  subject: string;
@@ -12355,7 +12398,7 @@ export declare function init(config: AuthHeroConfig): {
12355
12398
  };
12356
12399
  };
12357
12400
  output: {
12358
- 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";
12401
+ name: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12359
12402
  body: string;
12360
12403
  subject: string;
12361
12404
  }[];
@@ -12368,7 +12411,7 @@ export declare function init(config: AuthHeroConfig): {
12368
12411
  $get: {
12369
12412
  input: {
12370
12413
  param: {
12371
- 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";
12414
+ templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12372
12415
  };
12373
12416
  } & {
12374
12417
  header: {
@@ -12381,7 +12424,7 @@ export declare function init(config: AuthHeroConfig): {
12381
12424
  } | {
12382
12425
  input: {
12383
12426
  param: {
12384
- 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";
12427
+ templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12385
12428
  };
12386
12429
  } & {
12387
12430
  header: {
@@ -12389,7 +12432,7 @@ export declare function init(config: AuthHeroConfig): {
12389
12432
  };
12390
12433
  };
12391
12434
  output: {
12392
- 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";
12435
+ template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12393
12436
  body: string;
12394
12437
  from: string;
12395
12438
  subject: string;
@@ -12408,7 +12451,7 @@ export declare function init(config: AuthHeroConfig): {
12408
12451
  $put: {
12409
12452
  input: {
12410
12453
  param: {
12411
- 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";
12454
+ templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12412
12455
  };
12413
12456
  } & {
12414
12457
  header: {
@@ -12416,7 +12459,7 @@ export declare function init(config: AuthHeroConfig): {
12416
12459
  };
12417
12460
  } & {
12418
12461
  json: {
12419
- 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";
12462
+ template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12420
12463
  body: string;
12421
12464
  subject: string;
12422
12465
  syntax?: "liquid" | undefined;
@@ -12428,7 +12471,7 @@ export declare function init(config: AuthHeroConfig): {
12428
12471
  };
12429
12472
  };
12430
12473
  output: {
12431
- 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";
12474
+ template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12432
12475
  body: string;
12433
12476
  from: string;
12434
12477
  subject: string;
@@ -12447,7 +12490,7 @@ export declare function init(config: AuthHeroConfig): {
12447
12490
  $patch: {
12448
12491
  input: {
12449
12492
  param: {
12450
- 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";
12493
+ templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12451
12494
  };
12452
12495
  } & {
12453
12496
  header: {
@@ -12455,7 +12498,7 @@ export declare function init(config: AuthHeroConfig): {
12455
12498
  };
12456
12499
  } & {
12457
12500
  json: {
12458
- 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;
12501
+ template?: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
12459
12502
  body?: string | undefined;
12460
12503
  from?: string | undefined;
12461
12504
  subject?: string | undefined;
@@ -12472,7 +12515,7 @@ export declare function init(config: AuthHeroConfig): {
12472
12515
  } | {
12473
12516
  input: {
12474
12517
  param: {
12475
- 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";
12518
+ templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12476
12519
  };
12477
12520
  } & {
12478
12521
  header: {
@@ -12480,7 +12523,7 @@ export declare function init(config: AuthHeroConfig): {
12480
12523
  };
12481
12524
  } & {
12482
12525
  json: {
12483
- 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;
12526
+ template?: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
12484
12527
  body?: string | undefined;
12485
12528
  from?: string | undefined;
12486
12529
  subject?: string | undefined;
@@ -12492,7 +12535,7 @@ export declare function init(config: AuthHeroConfig): {
12492
12535
  };
12493
12536
  };
12494
12537
  output: {
12495
- 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";
12538
+ template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12496
12539
  body: string;
12497
12540
  from: string;
12498
12541
  subject: string;
@@ -12511,7 +12554,7 @@ export declare function init(config: AuthHeroConfig): {
12511
12554
  $delete: {
12512
12555
  input: {
12513
12556
  param: {
12514
- 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";
12557
+ templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12515
12558
  };
12516
12559
  } & {
12517
12560
  header: {
@@ -12524,7 +12567,7 @@ export declare function init(config: AuthHeroConfig): {
12524
12567
  } | {
12525
12568
  input: {
12526
12569
  param: {
12527
- 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";
12570
+ templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12528
12571
  };
12529
12572
  } & {
12530
12573
  header: {
@@ -12541,7 +12584,7 @@ export declare function init(config: AuthHeroConfig): {
12541
12584
  $post: {
12542
12585
  input: {
12543
12586
  param: {
12544
- 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";
12587
+ templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12545
12588
  };
12546
12589
  } & {
12547
12590
  header: {
@@ -13111,7 +13154,7 @@ export declare function init(config: AuthHeroConfig): {
13111
13154
  base_focus_color: string;
13112
13155
  base_hover_color: string;
13113
13156
  body_text: string;
13114
- captcha_widget_theme: "dark" | "light" | "auto";
13157
+ captcha_widget_theme: "auto" | "light" | "dark";
13115
13158
  error: string;
13116
13159
  header: string;
13117
13160
  icons: string;
@@ -13162,7 +13205,7 @@ export declare function init(config: AuthHeroConfig): {
13162
13205
  background_color: string;
13163
13206
  background_image_url: string;
13164
13207
  page_layout: "center" | "left" | "right";
13165
- logo_placement?: "none" | "widget" | "chip" | undefined;
13208
+ logo_placement?: "widget" | "chip" | "none" | undefined;
13166
13209
  };
13167
13210
  widget: {
13168
13211
  header_text_alignment: "center" | "left" | "right";
@@ -13201,7 +13244,7 @@ export declare function init(config: AuthHeroConfig): {
13201
13244
  base_focus_color: string;
13202
13245
  base_hover_color: string;
13203
13246
  body_text: string;
13204
- captcha_widget_theme: "dark" | "light" | "auto";
13247
+ captcha_widget_theme: "auto" | "light" | "dark";
13205
13248
  error: string;
13206
13249
  header: string;
13207
13250
  icons: string;
@@ -13252,7 +13295,7 @@ export declare function init(config: AuthHeroConfig): {
13252
13295
  background_color: string;
13253
13296
  background_image_url: string;
13254
13297
  page_layout: "center" | "left" | "right";
13255
- logo_placement?: "none" | "widget" | "chip" | undefined;
13298
+ logo_placement?: "widget" | "chip" | "none" | undefined;
13256
13299
  };
13257
13300
  widget: {
13258
13301
  header_text_alignment: "center" | "left" | "right";
@@ -13280,7 +13323,7 @@ export declare function init(config: AuthHeroConfig): {
13280
13323
  base_focus_color: string;
13281
13324
  base_hover_color: string;
13282
13325
  body_text: string;
13283
- captcha_widget_theme: "dark" | "light" | "auto";
13326
+ captcha_widget_theme: "auto" | "light" | "dark";
13284
13327
  error: string;
13285
13328
  header: string;
13286
13329
  icons: string;
@@ -13331,7 +13374,7 @@ export declare function init(config: AuthHeroConfig): {
13331
13374
  background_color: string;
13332
13375
  background_image_url: string;
13333
13376
  page_layout: "center" | "left" | "right";
13334
- logo_placement?: "none" | "widget" | "chip" | undefined;
13377
+ logo_placement?: "widget" | "chip" | "none" | undefined;
13335
13378
  };
13336
13379
  widget: {
13337
13380
  header_text_alignment: "center" | "left" | "right";
@@ -13370,7 +13413,7 @@ export declare function init(config: AuthHeroConfig): {
13370
13413
  font?: {
13371
13414
  url: string;
13372
13415
  } | undefined;
13373
- dark_mode?: "dark" | "light" | "auto" | undefined;
13416
+ dark_mode?: "auto" | "light" | "dark" | undefined;
13374
13417
  };
13375
13418
  outputFormat: "json";
13376
13419
  status: 200;
@@ -13400,7 +13443,7 @@ export declare function init(config: AuthHeroConfig): {
13400
13443
  font?: {
13401
13444
  url: string;
13402
13445
  } | undefined;
13403
- dark_mode?: "dark" | "light" | "auto" | undefined;
13446
+ dark_mode?: "auto" | "light" | "dark" | undefined;
13404
13447
  };
13405
13448
  };
13406
13449
  output: {
@@ -13419,7 +13462,7 @@ export declare function init(config: AuthHeroConfig): {
13419
13462
  font?: {
13420
13463
  url: string;
13421
13464
  } | undefined;
13422
- dark_mode?: "dark" | "light" | "auto" | undefined;
13465
+ dark_mode?: "auto" | "light" | "dark" | undefined;
13423
13466
  };
13424
13467
  outputFormat: "json";
13425
13468
  status: 200;
@@ -13454,7 +13497,7 @@ export declare function init(config: AuthHeroConfig): {
13454
13497
  };
13455
13498
  output: {};
13456
13499
  outputFormat: string;
13457
- status: 400;
13500
+ status: 204;
13458
13501
  } | {
13459
13502
  input: {
13460
13503
  header: {
@@ -13467,7 +13510,7 @@ export declare function init(config: AuthHeroConfig): {
13467
13510
  };
13468
13511
  output: {};
13469
13512
  outputFormat: string;
13470
- status: 204;
13513
+ status: 400;
13471
13514
  };
13472
13515
  };
13473
13516
  } & {
@@ -13493,7 +13536,7 @@ export declare function init(config: AuthHeroConfig): {
13493
13536
  } & {
13494
13537
  json: {
13495
13538
  body?: string | undefined;
13496
- screen?: "password" | "identifier" | "signup" | "login" | undefined;
13539
+ screen?: "password" | "login" | "signup" | "identifier" | undefined;
13497
13540
  branding?: {
13498
13541
  colors?: {
13499
13542
  primary: string;
@@ -13510,7 +13553,7 @@ export declare function init(config: AuthHeroConfig): {
13510
13553
  font?: {
13511
13554
  url: string;
13512
13555
  } | undefined;
13513
- dark_mode?: "dark" | "light" | "auto" | undefined;
13556
+ dark_mode?: "auto" | "light" | "dark" | undefined;
13514
13557
  } | undefined;
13515
13558
  theme?: {
13516
13559
  borders?: {
@@ -13528,7 +13571,7 @@ export declare function init(config: AuthHeroConfig): {
13528
13571
  base_focus_color: string;
13529
13572
  base_hover_color: string;
13530
13573
  body_text: string;
13531
- captcha_widget_theme: "dark" | "light" | "auto";
13574
+ captcha_widget_theme: "auto" | "light" | "dark";
13532
13575
  error: string;
13533
13576
  header: string;
13534
13577
  icons: string;
@@ -13579,7 +13622,7 @@ export declare function init(config: AuthHeroConfig): {
13579
13622
  background_color: string;
13580
13623
  background_image_url: string;
13581
13624
  page_layout: "center" | "left" | "right";
13582
- logo_placement?: "none" | "widget" | "chip" | undefined;
13625
+ logo_placement?: "widget" | "chip" | "none" | undefined;
13583
13626
  } | undefined;
13584
13627
  widget?: {
13585
13628
  header_text_alignment: "center" | "left" | "right";
@@ -14764,7 +14807,7 @@ export declare function init(config: AuthHeroConfig): {
14764
14807
  scope?: string | undefined;
14765
14808
  grant_types?: string[] | undefined;
14766
14809
  response_types?: string[] | undefined;
14767
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14810
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
14768
14811
  jwks_uri?: string | undefined;
14769
14812
  jwks?: Record<string, unknown> | undefined;
14770
14813
  software_id?: string | undefined;
@@ -14853,7 +14896,7 @@ export declare function init(config: AuthHeroConfig): {
14853
14896
  scope?: string | undefined;
14854
14897
  grant_types?: string[] | undefined;
14855
14898
  response_types?: string[] | undefined;
14856
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14899
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
14857
14900
  jwks_uri?: string | undefined;
14858
14901
  jwks?: Record<string, unknown> | undefined;
14859
14902
  software_id?: string | undefined;
@@ -15199,18 +15242,18 @@ export declare function init(config: AuthHeroConfig): {
15199
15242
  email: string;
15200
15243
  send: "code" | "link";
15201
15244
  authParams: {
15202
- username?: string | undefined;
15203
15245
  state?: string | undefined;
15204
- audience?: string | undefined;
15205
- response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
15206
- response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
15207
- scope?: string | undefined;
15208
- organization?: string | undefined;
15209
- redirect_uri?: string | undefined;
15210
- code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
15246
+ username?: string | undefined;
15211
15247
  code_challenge?: string | undefined;
15248
+ code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
15249
+ redirect_uri?: string | undefined;
15212
15250
  nonce?: string | undefined;
15213
15251
  act_as?: string | undefined;
15252
+ response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
15253
+ response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
15254
+ audience?: string | undefined;
15255
+ organization?: string | undefined;
15256
+ scope?: string | undefined;
15214
15257
  prompt?: string | undefined;
15215
15258
  ui_locales?: string | undefined;
15216
15259
  max_age?: number | undefined;
@@ -15235,18 +15278,18 @@ export declare function init(config: AuthHeroConfig): {
15235
15278
  phone_number: string;
15236
15279
  send: "code" | "link";
15237
15280
  authParams: {
15238
- username?: string | undefined;
15239
15281
  state?: string | undefined;
15240
- audience?: string | undefined;
15241
- response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
15242
- response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
15243
- scope?: string | undefined;
15244
- organization?: string | undefined;
15245
- redirect_uri?: string | undefined;
15246
- code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
15282
+ username?: string | undefined;
15247
15283
  code_challenge?: string | undefined;
15284
+ code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
15285
+ redirect_uri?: string | undefined;
15248
15286
  nonce?: string | undefined;
15249
15287
  act_as?: string | undefined;
15288
+ response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
15289
+ response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
15290
+ audience?: string | undefined;
15291
+ organization?: string | undefined;
15292
+ scope?: string | undefined;
15250
15293
  prompt?: string | undefined;
15251
15294
  ui_locales?: string | undefined;
15252
15295
  max_age?: number | undefined;
@@ -15379,14 +15422,14 @@ export declare function init(config: AuthHeroConfig): {
15379
15422
  input: {
15380
15423
  form: {
15381
15424
  token: string;
15382
- token_type_hint?: "refresh_token" | "access_token" | undefined;
15425
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
15383
15426
  client_id?: string | undefined;
15384
15427
  client_secret?: string | undefined;
15385
15428
  };
15386
15429
  } & {
15387
15430
  json: {
15388
15431
  token: string;
15389
- token_type_hint?: "refresh_token" | "access_token" | undefined;
15432
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
15390
15433
  client_id?: string | undefined;
15391
15434
  client_secret?: string | undefined;
15392
15435
  };
@@ -15398,14 +15441,14 @@ export declare function init(config: AuthHeroConfig): {
15398
15441
  input: {
15399
15442
  form: {
15400
15443
  token: string;
15401
- token_type_hint?: "refresh_token" | "access_token" | undefined;
15444
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
15402
15445
  client_id?: string | undefined;
15403
15446
  client_secret?: string | undefined;
15404
15447
  };
15405
15448
  } & {
15406
15449
  json: {
15407
15450
  token: string;
15408
- token_type_hint?: "refresh_token" | "access_token" | undefined;
15451
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
15409
15452
  client_id?: string | undefined;
15410
15453
  client_secret?: string | undefined;
15411
15454
  };
@@ -15420,14 +15463,14 @@ export declare function init(config: AuthHeroConfig): {
15420
15463
  input: {
15421
15464
  form: {
15422
15465
  token: string;
15423
- token_type_hint?: "refresh_token" | "access_token" | undefined;
15466
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
15424
15467
  client_id?: string | undefined;
15425
15468
  client_secret?: string | undefined;
15426
15469
  };
15427
15470
  } & {
15428
15471
  json: {
15429
15472
  token: string;
15430
- token_type_hint?: "refresh_token" | "access_token" | undefined;
15473
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
15431
15474
  client_id?: string | undefined;
15432
15475
  client_secret?: string | undefined;
15433
15476
  };
@@ -15477,7 +15520,7 @@ export declare function init(config: AuthHeroConfig): {
15477
15520
  client_id: string;
15478
15521
  username: string;
15479
15522
  otp: string;
15480
- realm: "sms" | "email";
15523
+ realm: "email" | "sms";
15481
15524
  } | {
15482
15525
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15483
15526
  subject_token: string;
@@ -15524,7 +15567,7 @@ export declare function init(config: AuthHeroConfig): {
15524
15567
  client_id: string;
15525
15568
  username: string;
15526
15569
  otp: string;
15527
- realm: "sms" | "email";
15570
+ realm: "email" | "sms";
15528
15571
  } | {
15529
15572
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15530
15573
  subject_token: string;
@@ -15576,7 +15619,7 @@ export declare function init(config: AuthHeroConfig): {
15576
15619
  client_id: string;
15577
15620
  username: string;
15578
15621
  otp: string;
15579
- realm: "sms" | "email";
15622
+ realm: "email" | "sms";
15580
15623
  } | {
15581
15624
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15582
15625
  subject_token: string;
@@ -15623,7 +15666,7 @@ export declare function init(config: AuthHeroConfig): {
15623
15666
  client_id: string;
15624
15667
  username: string;
15625
15668
  otp: string;
15626
- realm: "sms" | "email";
15669
+ realm: "email" | "sms";
15627
15670
  } | {
15628
15671
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15629
15672
  subject_token: string;
@@ -15683,7 +15726,7 @@ export declare function init(config: AuthHeroConfig): {
15683
15726
  client_id: string;
15684
15727
  username: string;
15685
15728
  otp: string;
15686
- realm: "sms" | "email";
15729
+ realm: "email" | "sms";
15687
15730
  } | {
15688
15731
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15689
15732
  subject_token: string;
@@ -15730,7 +15773,7 @@ export declare function init(config: AuthHeroConfig): {
15730
15773
  client_id: string;
15731
15774
  username: string;
15732
15775
  otp: string;
15733
- realm: "sms" | "email";
15776
+ realm: "email" | "sms";
15734
15777
  } | {
15735
15778
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15736
15779
  subject_token: string;
@@ -15785,7 +15828,7 @@ export declare function init(config: AuthHeroConfig): {
15785
15828
  client_id: string;
15786
15829
  username: string;
15787
15830
  otp: string;
15788
- realm: "sms" | "email";
15831
+ realm: "email" | "sms";
15789
15832
  } | {
15790
15833
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15791
15834
  subject_token: string;
@@ -15832,7 +15875,7 @@ export declare function init(config: AuthHeroConfig): {
15832
15875
  client_id: string;
15833
15876
  username: string;
15834
15877
  otp: string;
15835
- realm: "sms" | "email";
15878
+ realm: "email" | "sms";
15836
15879
  } | {
15837
15880
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15838
15881
  subject_token: string;
@@ -15887,7 +15930,7 @@ export declare function init(config: AuthHeroConfig): {
15887
15930
  client_id: string;
15888
15931
  username: string;
15889
15932
  otp: string;
15890
- realm: "sms" | "email";
15933
+ realm: "email" | "sms";
15891
15934
  } | {
15892
15935
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15893
15936
  subject_token: string;
@@ -15934,7 +15977,7 @@ export declare function init(config: AuthHeroConfig): {
15934
15977
  client_id: string;
15935
15978
  username: string;
15936
15979
  otp: string;
15937
- realm: "sms" | "email";
15980
+ realm: "email" | "sms";
15938
15981
  } | {
15939
15982
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15940
15983
  subject_token: string;
@@ -16170,7 +16213,7 @@ export declare function init(config: AuthHeroConfig): {
16170
16213
  };
16171
16214
  output: {};
16172
16215
  outputFormat: string;
16173
- status: 400;
16216
+ status: 302;
16174
16217
  } | {
16175
16218
  input: {
16176
16219
  query: {
@@ -16184,7 +16227,7 @@ export declare function init(config: AuthHeroConfig): {
16184
16227
  };
16185
16228
  output: {};
16186
16229
  outputFormat: string;
16187
- status: 302;
16230
+ status: 400;
16188
16231
  };
16189
16232
  };
16190
16233
  }, "/oidc/logout"> & import("hono/types").MergeSchemaPath<{
@@ -16291,7 +16334,7 @@ export declare function init(config: AuthHeroConfig): {
16291
16334
  };
16292
16335
  output: {};
16293
16336
  outputFormat: string;
16294
- status: 400;
16337
+ status: 302;
16295
16338
  } | {
16296
16339
  input: {
16297
16340
  query: {
@@ -16300,7 +16343,7 @@ export declare function init(config: AuthHeroConfig): {
16300
16343
  };
16301
16344
  output: {};
16302
16345
  outputFormat: string;
16303
- status: 302;
16346
+ status: 400;
16304
16347
  } | {
16305
16348
  input: {
16306
16349
  query: {
@@ -16429,7 +16472,7 @@ export declare function init(config: AuthHeroConfig): {
16429
16472
  };
16430
16473
  output: {};
16431
16474
  outputFormat: string;
16432
- status: 400;
16475
+ status: 302;
16433
16476
  } | {
16434
16477
  input: {
16435
16478
  query: {
@@ -16442,7 +16485,7 @@ export declare function init(config: AuthHeroConfig): {
16442
16485
  };
16443
16486
  output: {};
16444
16487
  outputFormat: string;
16445
- status: 302;
16488
+ status: 400;
16446
16489
  };
16447
16490
  };
16448
16491
  }, "/impersonate"> & import("hono/types").MergeSchemaPath<{
@@ -16784,7 +16827,7 @@ export declare function init(config: AuthHeroConfig): {
16784
16827
  };
16785
16828
  output: {};
16786
16829
  outputFormat: string;
16787
- status: 400;
16830
+ status: 302;
16788
16831
  } | {
16789
16832
  input: {
16790
16833
  query: {
@@ -16798,7 +16841,7 @@ export declare function init(config: AuthHeroConfig): {
16798
16841
  };
16799
16842
  output: {};
16800
16843
  outputFormat: string;
16801
- status: 302;
16844
+ status: 400;
16802
16845
  };
16803
16846
  };
16804
16847
  }, "/login/identifier"> & import("hono/types").MergeSchemaPath<{
@@ -17158,7 +17201,7 @@ export declare function init(config: AuthHeroConfig): {
17158
17201
  $get: {
17159
17202
  input: {
17160
17203
  param: {
17161
- screen: "signup" | "impersonate" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "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";
17204
+ screen: "impersonate" | "account" | "login" | "signup" | "reset-password" | "consent" | "enter-password" | "reset-password/request" | "reset-password/code" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17162
17205
  };
17163
17206
  } & {
17164
17207
  query: {
@@ -17174,7 +17217,7 @@ export declare function init(config: AuthHeroConfig): {
17174
17217
  } | {
17175
17218
  input: {
17176
17219
  param: {
17177
- screen: "signup" | "impersonate" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "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";
17220
+ screen: "impersonate" | "account" | "login" | "signup" | "reset-password" | "consent" | "enter-password" | "reset-password/request" | "reset-password/code" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17178
17221
  };
17179
17222
  } & {
17180
17223
  query: {
@@ -17186,11 +17229,11 @@ export declare function init(config: AuthHeroConfig): {
17186
17229
  };
17187
17230
  output: {};
17188
17231
  outputFormat: string;
17189
- status: 400;
17232
+ status: 302;
17190
17233
  } | {
17191
17234
  input: {
17192
17235
  param: {
17193
- screen: "signup" | "impersonate" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "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";
17236
+ screen: "impersonate" | "account" | "login" | "signup" | "reset-password" | "consent" | "enter-password" | "reset-password/request" | "reset-password/code" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17194
17237
  };
17195
17238
  } & {
17196
17239
  query: {
@@ -17202,7 +17245,7 @@ export declare function init(config: AuthHeroConfig): {
17202
17245
  };
17203
17246
  output: {};
17204
17247
  outputFormat: string;
17205
- status: 302;
17248
+ status: 400;
17206
17249
  };
17207
17250
  };
17208
17251
  } & {
@@ -17210,7 +17253,7 @@ export declare function init(config: AuthHeroConfig): {
17210
17253
  $post: {
17211
17254
  input: {
17212
17255
  param: {
17213
- screen: "signup" | "impersonate" | "consent" | "login" | "reset-password" | "enter-password" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17256
+ screen: "impersonate" | "login" | "signup" | "reset-password" | "consent" | "enter-password" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17214
17257
  };
17215
17258
  } & {
17216
17259
  query: {
@@ -17228,7 +17271,7 @@ export declare function init(config: AuthHeroConfig): {
17228
17271
  } | {
17229
17272
  input: {
17230
17273
  param: {
17231
- screen: "signup" | "impersonate" | "consent" | "login" | "reset-password" | "enter-password" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17274
+ screen: "impersonate" | "login" | "signup" | "reset-password" | "consent" | "enter-password" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17232
17275
  };
17233
17276
  } & {
17234
17277
  query: {