authhero 5.19.0 → 5.20.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 (45) hide show
  1. package/dist/assets/u/widget/index.esm.js +1 -1
  2. package/dist/authhero.cjs +2701 -107
  3. package/dist/authhero.d.ts +381 -214
  4. package/dist/authhero.mjs +7273 -6982
  5. package/dist/stats.html +1 -1
  6. package/dist/tsconfig.types.tsbuildinfo +1 -1
  7. package/dist/types/authentication-flows/common.d.ts +8 -0
  8. package/dist/types/authentication-flows/passwordless.d.ts +3 -3
  9. package/dist/types/authentication-flows/token-exchange.d.ts +19 -0
  10. package/dist/types/emails/defaults/BlockedAccount.d.ts +1 -0
  11. package/dist/types/emails/defaults/ChangePassword.d.ts +6 -0
  12. package/dist/types/emails/defaults/EnrollmentEmail.d.ts +1 -0
  13. package/dist/types/emails/defaults/MfaOobCode.d.ts +1 -0
  14. package/dist/types/emails/defaults/PasswordReset.d.ts +5 -0
  15. package/dist/types/emails/defaults/StolenCredentials.d.ts +1 -0
  16. package/dist/types/emails/index.d.ts +21 -1
  17. package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
  18. package/dist/types/helpers/scopes-permissions.d.ts +1 -1
  19. package/dist/types/index.d.ts +381 -214
  20. package/dist/types/routes/auth-api/index.d.ts +137 -27
  21. package/dist/types/routes/auth-api/passwordless.d.ts +8 -8
  22. package/dist/types/routes/auth-api/register/index.d.ts +2 -2
  23. package/dist/types/routes/auth-api/revoke.d.ts +6 -6
  24. package/dist/types/routes/auth-api/token.d.ts +120 -10
  25. package/dist/types/routes/auth-api/well-known.d.ts +1 -1
  26. package/dist/types/routes/management-api/action-executions.d.ts +1 -1
  27. package/dist/types/routes/management-api/actions.d.ts +4 -4
  28. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  29. package/dist/types/routes/management-api/clients.d.ts +7 -7
  30. package/dist/types/routes/management-api/connections.d.ts +1 -1
  31. package/dist/types/routes/management-api/email-templates.d.ts +88 -31
  32. package/dist/types/routes/management-api/failed-events.d.ts +1 -1
  33. package/dist/types/routes/management-api/forms.d.ts +126 -126
  34. package/dist/types/routes/management-api/guardian.d.ts +5 -5
  35. package/dist/types/routes/management-api/index.d.ts +244 -187
  36. package/dist/types/routes/management-api/logs.d.ts +3 -3
  37. package/dist/types/routes/management-api/organizations.d.ts +1 -1
  38. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  39. package/dist/types/routes/management-api/users.d.ts +2 -2
  40. package/dist/types/routes/universal-login/common.d.ts +2 -2
  41. package/dist/types/routes/universal-login/flow-api.d.ts +12 -12
  42. package/dist/types/types/GrantFlowResult.d.ts +8 -0
  43. package/dist/types/utils/jwks.d.ts +2 -2
  44. package/dist/types/utils/jwt.d.ts +4 -0
  45. package/package.json +5 -5
@@ -83,7 +83,7 @@ export declare function init(config: AuthHeroConfig): {
83
83
  };
84
84
  } & {
85
85
  json: {
86
- type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
86
+ type: "push" | "email" | "phone" | "passkey" | "totp" | "webauthn-roaming" | "webauthn-platform";
87
87
  phone_number?: string | undefined;
88
88
  totp_secret?: string | undefined;
89
89
  credential_id?: string | undefined;
@@ -223,7 +223,7 @@ export declare function init(config: AuthHeroConfig): {
223
223
  };
224
224
  };
225
225
  output: {
226
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
226
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
227
227
  enabled: boolean;
228
228
  trial_expired?: boolean | undefined;
229
229
  }[];
@@ -378,7 +378,7 @@ export declare function init(config: AuthHeroConfig): {
378
378
  $get: {
379
379
  input: {
380
380
  param: {
381
- factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
381
+ factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
382
382
  };
383
383
  } & {
384
384
  header: {
@@ -386,7 +386,7 @@ export declare function init(config: AuthHeroConfig): {
386
386
  };
387
387
  };
388
388
  output: {
389
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
389
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
390
390
  enabled: boolean;
391
391
  trial_expired?: boolean | undefined;
392
392
  };
@@ -399,7 +399,7 @@ export declare function init(config: AuthHeroConfig): {
399
399
  $put: {
400
400
  input: {
401
401
  param: {
402
- factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
402
+ factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
403
403
  };
404
404
  } & {
405
405
  header: {
@@ -411,7 +411,7 @@ export declare function init(config: AuthHeroConfig): {
411
411
  };
412
412
  };
413
413
  output: {
414
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
414
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
415
415
  enabled: boolean;
416
416
  trial_expired?: boolean | undefined;
417
417
  };
@@ -1156,9 +1156,9 @@ export declare function init(config: AuthHeroConfig): {
1156
1156
  invitee: {
1157
1157
  email?: string | undefined;
1158
1158
  };
1159
- id?: string | undefined;
1160
1159
  app_metadata?: Record<string, any> | undefined;
1161
1160
  user_metadata?: Record<string, any> | undefined;
1161
+ id?: string | undefined;
1162
1162
  connection_id?: string | undefined;
1163
1163
  roles?: string[] | undefined;
1164
1164
  ttl_sec?: number | undefined;
@@ -2587,7 +2587,7 @@ export declare function init(config: AuthHeroConfig): {
2587
2587
  hint?: string | undefined;
2588
2588
  messages?: {
2589
2589
  text: string;
2590
- type: "error" | "success" | "info" | "warning";
2590
+ type: "success" | "error" | "info" | "warning";
2591
2591
  id?: number | undefined;
2592
2592
  }[] | undefined;
2593
2593
  required?: boolean | undefined;
@@ -2605,7 +2605,7 @@ export declare function init(config: AuthHeroConfig): {
2605
2605
  hint?: string | undefined;
2606
2606
  messages?: {
2607
2607
  text: string;
2608
- type: "error" | "success" | "info" | "warning";
2608
+ type: "success" | "error" | "info" | "warning";
2609
2609
  id?: number | undefined;
2610
2610
  }[] | undefined;
2611
2611
  required?: boolean | undefined;
@@ -2629,7 +2629,7 @@ export declare function init(config: AuthHeroConfig): {
2629
2629
  hint?: string | undefined;
2630
2630
  messages?: {
2631
2631
  text: string;
2632
- type: "error" | "success" | "info" | "warning";
2632
+ type: "success" | "error" | "info" | "warning";
2633
2633
  id?: number | undefined;
2634
2634
  }[] | undefined;
2635
2635
  required?: boolean | undefined;
@@ -2639,7 +2639,7 @@ export declare function init(config: AuthHeroConfig): {
2639
2639
  value: string;
2640
2640
  label: string;
2641
2641
  }[] | undefined;
2642
- display?: "radio" | "checkbox" | undefined;
2642
+ display?: "checkbox" | "radio" | undefined;
2643
2643
  multiple?: boolean | undefined;
2644
2644
  default_value?: string | string[] | undefined;
2645
2645
  } | undefined;
@@ -2653,7 +2653,7 @@ export declare function init(config: AuthHeroConfig): {
2653
2653
  hint?: string | undefined;
2654
2654
  messages?: {
2655
2655
  text: string;
2656
- type: "error" | "success" | "info" | "warning";
2656
+ type: "success" | "error" | "info" | "warning";
2657
2657
  id?: number | undefined;
2658
2658
  }[] | undefined;
2659
2659
  required?: boolean | undefined;
@@ -2682,7 +2682,7 @@ export declare function init(config: AuthHeroConfig): {
2682
2682
  hint?: string | undefined;
2683
2683
  messages?: {
2684
2684
  text: string;
2685
- type: "error" | "success" | "info" | "warning";
2685
+ type: "success" | "error" | "info" | "warning";
2686
2686
  id?: number | undefined;
2687
2687
  }[] | undefined;
2688
2688
  required?: boolean | undefined;
@@ -2697,7 +2697,7 @@ export declare function init(config: AuthHeroConfig): {
2697
2697
  hint?: string | undefined;
2698
2698
  messages?: {
2699
2699
  text: string;
2700
- type: "error" | "success" | "info" | "warning";
2700
+ type: "success" | "error" | "info" | "warning";
2701
2701
  id?: number | undefined;
2702
2702
  }[] | undefined;
2703
2703
  required?: boolean | undefined;
@@ -2718,7 +2718,7 @@ export declare function init(config: AuthHeroConfig): {
2718
2718
  hint?: string | undefined;
2719
2719
  messages?: {
2720
2720
  text: string;
2721
- type: "error" | "success" | "info" | "warning";
2721
+ type: "success" | "error" | "info" | "warning";
2722
2722
  id?: number | undefined;
2723
2723
  }[] | undefined;
2724
2724
  required?: boolean | undefined;
@@ -2743,7 +2743,7 @@ export declare function init(config: AuthHeroConfig): {
2743
2743
  hint?: string | undefined;
2744
2744
  messages?: {
2745
2745
  text: string;
2746
- type: "error" | "success" | "info" | "warning";
2746
+ type: "success" | "error" | "info" | "warning";
2747
2747
  id?: number | undefined;
2748
2748
  }[] | undefined;
2749
2749
  required?: boolean | undefined;
@@ -2762,7 +2762,7 @@ export declare function init(config: AuthHeroConfig): {
2762
2762
  hint?: string | undefined;
2763
2763
  messages?: {
2764
2764
  text: string;
2765
- type: "error" | "success" | "info" | "warning";
2765
+ type: "success" | "error" | "info" | "warning";
2766
2766
  id?: number | undefined;
2767
2767
  }[] | undefined;
2768
2768
  required?: boolean | undefined;
@@ -2782,7 +2782,7 @@ export declare function init(config: AuthHeroConfig): {
2782
2782
  hint?: string | undefined;
2783
2783
  messages?: {
2784
2784
  text: string;
2785
- type: "error" | "success" | "info" | "warning";
2785
+ type: "success" | "error" | "info" | "warning";
2786
2786
  id?: number | undefined;
2787
2787
  }[] | undefined;
2788
2788
  required?: boolean | undefined;
@@ -2801,7 +2801,7 @@ export declare function init(config: AuthHeroConfig): {
2801
2801
  hint?: string | undefined;
2802
2802
  messages?: {
2803
2803
  text: string;
2804
- type: "error" | "success" | "info" | "warning";
2804
+ type: "success" | "error" | "info" | "warning";
2805
2805
  id?: number | undefined;
2806
2806
  }[] | undefined;
2807
2807
  required?: boolean | undefined;
@@ -2823,7 +2823,7 @@ export declare function init(config: AuthHeroConfig): {
2823
2823
  hint?: string | undefined;
2824
2824
  messages?: {
2825
2825
  text: string;
2826
- type: "error" | "success" | "info" | "warning";
2826
+ type: "success" | "error" | "info" | "warning";
2827
2827
  id?: number | undefined;
2828
2828
  }[] | undefined;
2829
2829
  required?: boolean | undefined;
@@ -2845,7 +2845,7 @@ export declare function init(config: AuthHeroConfig): {
2845
2845
  hint?: string | undefined;
2846
2846
  messages?: {
2847
2847
  text: string;
2848
- type: "error" | "success" | "info" | "warning";
2848
+ type: "success" | "error" | "info" | "warning";
2849
2849
  id?: number | undefined;
2850
2850
  }[] | undefined;
2851
2851
  required?: boolean | undefined;
@@ -2864,7 +2864,7 @@ export declare function init(config: AuthHeroConfig): {
2864
2864
  hint?: string | undefined;
2865
2865
  messages?: {
2866
2866
  text: string;
2867
- type: "error" | "success" | "info" | "warning";
2867
+ type: "success" | "error" | "info" | "warning";
2868
2868
  id?: number | undefined;
2869
2869
  }[] | undefined;
2870
2870
  required?: boolean | undefined;
@@ -2889,7 +2889,7 @@ export declare function init(config: AuthHeroConfig): {
2889
2889
  hint?: string | undefined;
2890
2890
  messages?: {
2891
2891
  text: string;
2892
- type: "error" | "success" | "info" | "warning";
2892
+ type: "success" | "error" | "info" | "warning";
2893
2893
  id?: number | undefined;
2894
2894
  }[] | undefined;
2895
2895
  required?: boolean | undefined;
@@ -2910,7 +2910,7 @@ export declare function init(config: AuthHeroConfig): {
2910
2910
  hint?: string | undefined;
2911
2911
  messages?: {
2912
2912
  text: string;
2913
- type: "error" | "success" | "info" | "warning";
2913
+ type: "success" | "error" | "info" | "warning";
2914
2914
  id?: number | undefined;
2915
2915
  }[] | undefined;
2916
2916
  required?: boolean | undefined;
@@ -2931,7 +2931,7 @@ export declare function init(config: AuthHeroConfig): {
2931
2931
  hint?: string | undefined;
2932
2932
  messages?: {
2933
2933
  text: string;
2934
- type: "error" | "success" | "info" | "warning";
2934
+ type: "success" | "error" | "info" | "warning";
2935
2935
  id?: number | undefined;
2936
2936
  }[] | undefined;
2937
2937
  required?: boolean | undefined;
@@ -3164,7 +3164,7 @@ export declare function init(config: AuthHeroConfig): {
3164
3164
  hint?: string | undefined;
3165
3165
  messages?: {
3166
3166
  text: string;
3167
- type: "error" | "success" | "info" | "warning";
3167
+ type: "success" | "error" | "info" | "warning";
3168
3168
  id?: number | undefined;
3169
3169
  }[] | undefined;
3170
3170
  required?: boolean | undefined;
@@ -3182,7 +3182,7 @@ export declare function init(config: AuthHeroConfig): {
3182
3182
  hint?: string | undefined;
3183
3183
  messages?: {
3184
3184
  text: string;
3185
- type: "error" | "success" | "info" | "warning";
3185
+ type: "success" | "error" | "info" | "warning";
3186
3186
  id?: number | undefined;
3187
3187
  }[] | undefined;
3188
3188
  required?: boolean | undefined;
@@ -3206,7 +3206,7 @@ export declare function init(config: AuthHeroConfig): {
3206
3206
  hint?: string | undefined;
3207
3207
  messages?: {
3208
3208
  text: string;
3209
- type: "error" | "success" | "info" | "warning";
3209
+ type: "success" | "error" | "info" | "warning";
3210
3210
  id?: number | undefined;
3211
3211
  }[] | undefined;
3212
3212
  required?: boolean | undefined;
@@ -3216,7 +3216,7 @@ export declare function init(config: AuthHeroConfig): {
3216
3216
  value: string;
3217
3217
  label: string;
3218
3218
  }[] | undefined;
3219
- display?: "radio" | "checkbox" | undefined;
3219
+ display?: "checkbox" | "radio" | undefined;
3220
3220
  multiple?: boolean | undefined;
3221
3221
  default_value?: string | string[] | undefined;
3222
3222
  } | undefined;
@@ -3230,7 +3230,7 @@ export declare function init(config: AuthHeroConfig): {
3230
3230
  hint?: string | undefined;
3231
3231
  messages?: {
3232
3232
  text: string;
3233
- type: "error" | "success" | "info" | "warning";
3233
+ type: "success" | "error" | "info" | "warning";
3234
3234
  id?: number | undefined;
3235
3235
  }[] | undefined;
3236
3236
  required?: boolean | undefined;
@@ -3259,7 +3259,7 @@ export declare function init(config: AuthHeroConfig): {
3259
3259
  hint?: string | undefined;
3260
3260
  messages?: {
3261
3261
  text: string;
3262
- type: "error" | "success" | "info" | "warning";
3262
+ type: "success" | "error" | "info" | "warning";
3263
3263
  id?: number | undefined;
3264
3264
  }[] | undefined;
3265
3265
  required?: boolean | undefined;
@@ -3274,7 +3274,7 @@ export declare function init(config: AuthHeroConfig): {
3274
3274
  hint?: string | undefined;
3275
3275
  messages?: {
3276
3276
  text: string;
3277
- type: "error" | "success" | "info" | "warning";
3277
+ type: "success" | "error" | "info" | "warning";
3278
3278
  id?: number | undefined;
3279
3279
  }[] | undefined;
3280
3280
  required?: boolean | undefined;
@@ -3295,7 +3295,7 @@ export declare function init(config: AuthHeroConfig): {
3295
3295
  hint?: string | undefined;
3296
3296
  messages?: {
3297
3297
  text: string;
3298
- type: "error" | "success" | "info" | "warning";
3298
+ type: "success" | "error" | "info" | "warning";
3299
3299
  id?: number | undefined;
3300
3300
  }[] | undefined;
3301
3301
  required?: boolean | undefined;
@@ -3320,7 +3320,7 @@ export declare function init(config: AuthHeroConfig): {
3320
3320
  hint?: string | undefined;
3321
3321
  messages?: {
3322
3322
  text: string;
3323
- type: "error" | "success" | "info" | "warning";
3323
+ type: "success" | "error" | "info" | "warning";
3324
3324
  id?: number | undefined;
3325
3325
  }[] | undefined;
3326
3326
  required?: boolean | undefined;
@@ -3339,7 +3339,7 @@ export declare function init(config: AuthHeroConfig): {
3339
3339
  hint?: string | undefined;
3340
3340
  messages?: {
3341
3341
  text: string;
3342
- type: "error" | "success" | "info" | "warning";
3342
+ type: "success" | "error" | "info" | "warning";
3343
3343
  id?: number | undefined;
3344
3344
  }[] | undefined;
3345
3345
  required?: boolean | undefined;
@@ -3359,7 +3359,7 @@ export declare function init(config: AuthHeroConfig): {
3359
3359
  hint?: string | undefined;
3360
3360
  messages?: {
3361
3361
  text: string;
3362
- type: "error" | "success" | "info" | "warning";
3362
+ type: "success" | "error" | "info" | "warning";
3363
3363
  id?: number | undefined;
3364
3364
  }[] | undefined;
3365
3365
  required?: boolean | undefined;
@@ -3378,7 +3378,7 @@ export declare function init(config: AuthHeroConfig): {
3378
3378
  hint?: string | undefined;
3379
3379
  messages?: {
3380
3380
  text: string;
3381
- type: "error" | "success" | "info" | "warning";
3381
+ type: "success" | "error" | "info" | "warning";
3382
3382
  id?: number | undefined;
3383
3383
  }[] | undefined;
3384
3384
  required?: boolean | undefined;
@@ -3400,7 +3400,7 @@ export declare function init(config: AuthHeroConfig): {
3400
3400
  hint?: string | undefined;
3401
3401
  messages?: {
3402
3402
  text: string;
3403
- type: "error" | "success" | "info" | "warning";
3403
+ type: "success" | "error" | "info" | "warning";
3404
3404
  id?: number | undefined;
3405
3405
  }[] | undefined;
3406
3406
  required?: boolean | undefined;
@@ -3422,7 +3422,7 @@ export declare function init(config: AuthHeroConfig): {
3422
3422
  hint?: string | undefined;
3423
3423
  messages?: {
3424
3424
  text: string;
3425
- type: "error" | "success" | "info" | "warning";
3425
+ type: "success" | "error" | "info" | "warning";
3426
3426
  id?: number | undefined;
3427
3427
  }[] | undefined;
3428
3428
  required?: boolean | undefined;
@@ -3441,7 +3441,7 @@ export declare function init(config: AuthHeroConfig): {
3441
3441
  hint?: string | undefined;
3442
3442
  messages?: {
3443
3443
  text: string;
3444
- type: "error" | "success" | "info" | "warning";
3444
+ type: "success" | "error" | "info" | "warning";
3445
3445
  id?: number | undefined;
3446
3446
  }[] | undefined;
3447
3447
  required?: boolean | undefined;
@@ -3466,7 +3466,7 @@ export declare function init(config: AuthHeroConfig): {
3466
3466
  hint?: string | undefined;
3467
3467
  messages?: {
3468
3468
  text: string;
3469
- type: "error" | "success" | "info" | "warning";
3469
+ type: "success" | "error" | "info" | "warning";
3470
3470
  id?: number | undefined;
3471
3471
  }[] | undefined;
3472
3472
  required?: boolean | undefined;
@@ -3487,7 +3487,7 @@ export declare function init(config: AuthHeroConfig): {
3487
3487
  hint?: string | undefined;
3488
3488
  messages?: {
3489
3489
  text: string;
3490
- type: "error" | "success" | "info" | "warning";
3490
+ type: "success" | "error" | "info" | "warning";
3491
3491
  id?: number | undefined;
3492
3492
  }[] | undefined;
3493
3493
  required?: boolean | undefined;
@@ -3508,7 +3508,7 @@ export declare function init(config: AuthHeroConfig): {
3508
3508
  hint?: string | undefined;
3509
3509
  messages?: {
3510
3510
  text: string;
3511
- type: "error" | "success" | "info" | "warning";
3511
+ type: "success" | "error" | "info" | "warning";
3512
3512
  id?: number | undefined;
3513
3513
  }[] | undefined;
3514
3514
  required?: boolean | undefined;
@@ -3756,7 +3756,7 @@ export declare function init(config: AuthHeroConfig): {
3756
3756
  hint?: string | undefined;
3757
3757
  messages?: {
3758
3758
  text: string;
3759
- type: "error" | "success" | "info" | "warning";
3759
+ type: "success" | "error" | "info" | "warning";
3760
3760
  id?: number | undefined;
3761
3761
  }[] | undefined;
3762
3762
  required?: boolean | undefined;
@@ -3774,7 +3774,7 @@ export declare function init(config: AuthHeroConfig): {
3774
3774
  hint?: string | undefined;
3775
3775
  messages?: {
3776
3776
  text: string;
3777
- type: "error" | "success" | "info" | "warning";
3777
+ type: "success" | "error" | "info" | "warning";
3778
3778
  id?: number | undefined;
3779
3779
  }[] | undefined;
3780
3780
  required?: boolean | undefined;
@@ -3798,7 +3798,7 @@ export declare function init(config: AuthHeroConfig): {
3798
3798
  hint?: string | undefined;
3799
3799
  messages?: {
3800
3800
  text: string;
3801
- type: "error" | "success" | "info" | "warning";
3801
+ type: "success" | "error" | "info" | "warning";
3802
3802
  id?: number | undefined;
3803
3803
  }[] | undefined;
3804
3804
  required?: boolean | undefined;
@@ -3808,7 +3808,7 @@ export declare function init(config: AuthHeroConfig): {
3808
3808
  value: string;
3809
3809
  label: string;
3810
3810
  }[] | undefined;
3811
- display?: "radio" | "checkbox" | undefined;
3811
+ display?: "checkbox" | "radio" | undefined;
3812
3812
  multiple?: boolean | undefined;
3813
3813
  default_value?: string | string[] | undefined;
3814
3814
  } | undefined;
@@ -3822,7 +3822,7 @@ export declare function init(config: AuthHeroConfig): {
3822
3822
  hint?: string | undefined;
3823
3823
  messages?: {
3824
3824
  text: string;
3825
- type: "error" | "success" | "info" | "warning";
3825
+ type: "success" | "error" | "info" | "warning";
3826
3826
  id?: number | undefined;
3827
3827
  }[] | undefined;
3828
3828
  required?: boolean | undefined;
@@ -3851,7 +3851,7 @@ export declare function init(config: AuthHeroConfig): {
3851
3851
  hint?: string | undefined;
3852
3852
  messages?: {
3853
3853
  text: string;
3854
- type: "error" | "success" | "info" | "warning";
3854
+ type: "success" | "error" | "info" | "warning";
3855
3855
  id?: number | undefined;
3856
3856
  }[] | undefined;
3857
3857
  required?: boolean | undefined;
@@ -3866,7 +3866,7 @@ export declare function init(config: AuthHeroConfig): {
3866
3866
  hint?: string | undefined;
3867
3867
  messages?: {
3868
3868
  text: string;
3869
- type: "error" | "success" | "info" | "warning";
3869
+ type: "success" | "error" | "info" | "warning";
3870
3870
  id?: number | undefined;
3871
3871
  }[] | undefined;
3872
3872
  required?: boolean | undefined;
@@ -3887,7 +3887,7 @@ export declare function init(config: AuthHeroConfig): {
3887
3887
  hint?: string | undefined;
3888
3888
  messages?: {
3889
3889
  text: string;
3890
- type: "error" | "success" | "info" | "warning";
3890
+ type: "success" | "error" | "info" | "warning";
3891
3891
  id?: number | undefined;
3892
3892
  }[] | undefined;
3893
3893
  required?: boolean | undefined;
@@ -3912,7 +3912,7 @@ export declare function init(config: AuthHeroConfig): {
3912
3912
  hint?: string | undefined;
3913
3913
  messages?: {
3914
3914
  text: string;
3915
- type: "error" | "success" | "info" | "warning";
3915
+ type: "success" | "error" | "info" | "warning";
3916
3916
  id?: number | undefined;
3917
3917
  }[] | undefined;
3918
3918
  required?: boolean | undefined;
@@ -3931,7 +3931,7 @@ export declare function init(config: AuthHeroConfig): {
3931
3931
  hint?: string | undefined;
3932
3932
  messages?: {
3933
3933
  text: string;
3934
- type: "error" | "success" | "info" | "warning";
3934
+ type: "success" | "error" | "info" | "warning";
3935
3935
  id?: number | undefined;
3936
3936
  }[] | undefined;
3937
3937
  required?: boolean | undefined;
@@ -3951,7 +3951,7 @@ export declare function init(config: AuthHeroConfig): {
3951
3951
  hint?: string | undefined;
3952
3952
  messages?: {
3953
3953
  text: string;
3954
- type: "error" | "success" | "info" | "warning";
3954
+ type: "success" | "error" | "info" | "warning";
3955
3955
  id?: number | undefined;
3956
3956
  }[] | undefined;
3957
3957
  required?: boolean | undefined;
@@ -3970,7 +3970,7 @@ export declare function init(config: AuthHeroConfig): {
3970
3970
  hint?: string | undefined;
3971
3971
  messages?: {
3972
3972
  text: string;
3973
- type: "error" | "success" | "info" | "warning";
3973
+ type: "success" | "error" | "info" | "warning";
3974
3974
  id?: number | undefined;
3975
3975
  }[] | undefined;
3976
3976
  required?: boolean | undefined;
@@ -3992,7 +3992,7 @@ export declare function init(config: AuthHeroConfig): {
3992
3992
  hint?: string | undefined;
3993
3993
  messages?: {
3994
3994
  text: string;
3995
- type: "error" | "success" | "info" | "warning";
3995
+ type: "success" | "error" | "info" | "warning";
3996
3996
  id?: number | undefined;
3997
3997
  }[] | undefined;
3998
3998
  required?: boolean | undefined;
@@ -4014,7 +4014,7 @@ export declare function init(config: AuthHeroConfig): {
4014
4014
  hint?: string | undefined;
4015
4015
  messages?: {
4016
4016
  text: string;
4017
- type: "error" | "success" | "info" | "warning";
4017
+ type: "success" | "error" | "info" | "warning";
4018
4018
  id?: number | undefined;
4019
4019
  }[] | undefined;
4020
4020
  required?: boolean | undefined;
@@ -4033,7 +4033,7 @@ export declare function init(config: AuthHeroConfig): {
4033
4033
  hint?: string | undefined;
4034
4034
  messages?: {
4035
4035
  text: string;
4036
- type: "error" | "success" | "info" | "warning";
4036
+ type: "success" | "error" | "info" | "warning";
4037
4037
  id?: number | undefined;
4038
4038
  }[] | undefined;
4039
4039
  required?: boolean | undefined;
@@ -4058,7 +4058,7 @@ export declare function init(config: AuthHeroConfig): {
4058
4058
  hint?: string | undefined;
4059
4059
  messages?: {
4060
4060
  text: string;
4061
- type: "error" | "success" | "info" | "warning";
4061
+ type: "success" | "error" | "info" | "warning";
4062
4062
  id?: number | undefined;
4063
4063
  }[] | undefined;
4064
4064
  required?: boolean | undefined;
@@ -4079,7 +4079,7 @@ export declare function init(config: AuthHeroConfig): {
4079
4079
  hint?: string | undefined;
4080
4080
  messages?: {
4081
4081
  text: string;
4082
- type: "error" | "success" | "info" | "warning";
4082
+ type: "success" | "error" | "info" | "warning";
4083
4083
  id?: number | undefined;
4084
4084
  }[] | undefined;
4085
4085
  required?: boolean | undefined;
@@ -4100,7 +4100,7 @@ export declare function init(config: AuthHeroConfig): {
4100
4100
  hint?: string | undefined;
4101
4101
  messages?: {
4102
4102
  text: string;
4103
- type: "error" | "success" | "info" | "warning";
4103
+ type: "success" | "error" | "info" | "warning";
4104
4104
  id?: number | undefined;
4105
4105
  }[] | undefined;
4106
4106
  required?: boolean | undefined;
@@ -4354,7 +4354,7 @@ export declare function init(config: AuthHeroConfig): {
4354
4354
  hint?: string | undefined;
4355
4355
  messages?: {
4356
4356
  text: string;
4357
- type: "error" | "success" | "info" | "warning";
4357
+ type: "success" | "error" | "info" | "warning";
4358
4358
  id?: number | undefined;
4359
4359
  }[] | undefined;
4360
4360
  required?: boolean | undefined;
@@ -4372,7 +4372,7 @@ export declare function init(config: AuthHeroConfig): {
4372
4372
  hint?: string | undefined;
4373
4373
  messages?: {
4374
4374
  text: string;
4375
- type: "error" | "success" | "info" | "warning";
4375
+ type: "success" | "error" | "info" | "warning";
4376
4376
  id?: number | undefined;
4377
4377
  }[] | undefined;
4378
4378
  required?: boolean | undefined;
@@ -4396,7 +4396,7 @@ export declare function init(config: AuthHeroConfig): {
4396
4396
  hint?: string | undefined;
4397
4397
  messages?: {
4398
4398
  text: string;
4399
- type: "error" | "success" | "info" | "warning";
4399
+ type: "success" | "error" | "info" | "warning";
4400
4400
  id?: number | undefined;
4401
4401
  }[] | undefined;
4402
4402
  required?: boolean | undefined;
@@ -4406,7 +4406,7 @@ export declare function init(config: AuthHeroConfig): {
4406
4406
  value: string;
4407
4407
  label: string;
4408
4408
  }[] | undefined;
4409
- display?: "radio" | "checkbox" | undefined;
4409
+ display?: "checkbox" | "radio" | undefined;
4410
4410
  multiple?: boolean | undefined;
4411
4411
  default_value?: string | string[] | undefined;
4412
4412
  } | undefined;
@@ -4420,7 +4420,7 @@ export declare function init(config: AuthHeroConfig): {
4420
4420
  hint?: string | undefined;
4421
4421
  messages?: {
4422
4422
  text: string;
4423
- type: "error" | "success" | "info" | "warning";
4423
+ type: "success" | "error" | "info" | "warning";
4424
4424
  id?: number | undefined;
4425
4425
  }[] | undefined;
4426
4426
  required?: boolean | undefined;
@@ -4445,7 +4445,7 @@ export declare function init(config: AuthHeroConfig): {
4445
4445
  hint?: string | undefined;
4446
4446
  messages?: {
4447
4447
  text: string;
4448
- type: "error" | "success" | "info" | "warning";
4448
+ type: "success" | "error" | "info" | "warning";
4449
4449
  id?: number | undefined;
4450
4450
  }[] | undefined;
4451
4451
  required?: boolean | undefined;
@@ -4460,7 +4460,7 @@ export declare function init(config: AuthHeroConfig): {
4460
4460
  hint?: string | undefined;
4461
4461
  messages?: {
4462
4462
  text: string;
4463
- type: "error" | "success" | "info" | "warning";
4463
+ type: "success" | "error" | "info" | "warning";
4464
4464
  id?: number | undefined;
4465
4465
  }[] | undefined;
4466
4466
  required?: boolean | undefined;
@@ -4481,7 +4481,7 @@ export declare function init(config: AuthHeroConfig): {
4481
4481
  hint?: string | undefined;
4482
4482
  messages?: {
4483
4483
  text: string;
4484
- type: "error" | "success" | "info" | "warning";
4484
+ type: "success" | "error" | "info" | "warning";
4485
4485
  id?: number | undefined;
4486
4486
  }[] | undefined;
4487
4487
  required?: boolean | undefined;
@@ -4506,7 +4506,7 @@ export declare function init(config: AuthHeroConfig): {
4506
4506
  hint?: string | undefined;
4507
4507
  messages?: {
4508
4508
  text: string;
4509
- type: "error" | "success" | "info" | "warning";
4509
+ type: "success" | "error" | "info" | "warning";
4510
4510
  id?: number | undefined;
4511
4511
  }[] | undefined;
4512
4512
  required?: boolean | undefined;
@@ -4525,7 +4525,7 @@ export declare function init(config: AuthHeroConfig): {
4525
4525
  hint?: string | undefined;
4526
4526
  messages?: {
4527
4527
  text: string;
4528
- type: "error" | "success" | "info" | "warning";
4528
+ type: "success" | "error" | "info" | "warning";
4529
4529
  id?: number | undefined;
4530
4530
  }[] | undefined;
4531
4531
  required?: boolean | undefined;
@@ -4545,7 +4545,7 @@ export declare function init(config: AuthHeroConfig): {
4545
4545
  hint?: string | undefined;
4546
4546
  messages?: {
4547
4547
  text: string;
4548
- type: "error" | "success" | "info" | "warning";
4548
+ type: "success" | "error" | "info" | "warning";
4549
4549
  id?: number | undefined;
4550
4550
  }[] | undefined;
4551
4551
  required?: boolean | undefined;
@@ -4564,7 +4564,7 @@ export declare function init(config: AuthHeroConfig): {
4564
4564
  hint?: string | undefined;
4565
4565
  messages?: {
4566
4566
  text: string;
4567
- type: "error" | "success" | "info" | "warning";
4567
+ type: "success" | "error" | "info" | "warning";
4568
4568
  id?: number | undefined;
4569
4569
  }[] | undefined;
4570
4570
  required?: boolean | undefined;
@@ -4586,7 +4586,7 @@ export declare function init(config: AuthHeroConfig): {
4586
4586
  hint?: string | undefined;
4587
4587
  messages?: {
4588
4588
  text: string;
4589
- type: "error" | "success" | "info" | "warning";
4589
+ type: "success" | "error" | "info" | "warning";
4590
4590
  id?: number | undefined;
4591
4591
  }[] | undefined;
4592
4592
  required?: boolean | undefined;
@@ -4608,7 +4608,7 @@ export declare function init(config: AuthHeroConfig): {
4608
4608
  hint?: string | undefined;
4609
4609
  messages?: {
4610
4610
  text: string;
4611
- type: "error" | "success" | "info" | "warning";
4611
+ type: "success" | "error" | "info" | "warning";
4612
4612
  id?: number | undefined;
4613
4613
  }[] | undefined;
4614
4614
  required?: boolean | undefined;
@@ -4627,7 +4627,7 @@ export declare function init(config: AuthHeroConfig): {
4627
4627
  hint?: string | undefined;
4628
4628
  messages?: {
4629
4629
  text: string;
4630
- type: "error" | "success" | "info" | "warning";
4630
+ type: "success" | "error" | "info" | "warning";
4631
4631
  id?: number | undefined;
4632
4632
  }[] | undefined;
4633
4633
  required?: boolean | undefined;
@@ -4652,7 +4652,7 @@ export declare function init(config: AuthHeroConfig): {
4652
4652
  hint?: string | undefined;
4653
4653
  messages?: {
4654
4654
  text: string;
4655
- type: "error" | "success" | "info" | "warning";
4655
+ type: "success" | "error" | "info" | "warning";
4656
4656
  id?: number | undefined;
4657
4657
  }[] | undefined;
4658
4658
  required?: boolean | undefined;
@@ -4673,7 +4673,7 @@ export declare function init(config: AuthHeroConfig): {
4673
4673
  hint?: string | undefined;
4674
4674
  messages?: {
4675
4675
  text: string;
4676
- type: "error" | "success" | "info" | "warning";
4676
+ type: "success" | "error" | "info" | "warning";
4677
4677
  id?: number | undefined;
4678
4678
  }[] | undefined;
4679
4679
  required?: boolean | undefined;
@@ -4694,7 +4694,7 @@ export declare function init(config: AuthHeroConfig): {
4694
4694
  hint?: string | undefined;
4695
4695
  messages?: {
4696
4696
  text: string;
4697
- type: "error" | "success" | "info" | "warning";
4697
+ type: "success" | "error" | "info" | "warning";
4698
4698
  id?: number | undefined;
4699
4699
  }[] | undefined;
4700
4700
  required?: boolean | undefined;
@@ -4925,7 +4925,7 @@ export declare function init(config: AuthHeroConfig): {
4925
4925
  hint?: string | undefined;
4926
4926
  messages?: {
4927
4927
  text: string;
4928
- type: "error" | "success" | "info" | "warning";
4928
+ type: "success" | "error" | "info" | "warning";
4929
4929
  id?: number | undefined;
4930
4930
  }[] | undefined;
4931
4931
  required?: boolean | undefined;
@@ -4943,7 +4943,7 @@ export declare function init(config: AuthHeroConfig): {
4943
4943
  hint?: string | undefined;
4944
4944
  messages?: {
4945
4945
  text: string;
4946
- type: "error" | "success" | "info" | "warning";
4946
+ type: "success" | "error" | "info" | "warning";
4947
4947
  id?: number | undefined;
4948
4948
  }[] | undefined;
4949
4949
  required?: boolean | undefined;
@@ -4967,7 +4967,7 @@ export declare function init(config: AuthHeroConfig): {
4967
4967
  hint?: string | undefined;
4968
4968
  messages?: {
4969
4969
  text: string;
4970
- type: "error" | "success" | "info" | "warning";
4970
+ type: "success" | "error" | "info" | "warning";
4971
4971
  id?: number | undefined;
4972
4972
  }[] | undefined;
4973
4973
  required?: boolean | undefined;
@@ -4977,7 +4977,7 @@ export declare function init(config: AuthHeroConfig): {
4977
4977
  value: string;
4978
4978
  label: string;
4979
4979
  }[] | undefined;
4980
- display?: "radio" | "checkbox" | undefined;
4980
+ display?: "checkbox" | "radio" | undefined;
4981
4981
  multiple?: boolean | undefined;
4982
4982
  default_value?: string | string[] | undefined;
4983
4983
  } | undefined;
@@ -4991,7 +4991,7 @@ export declare function init(config: AuthHeroConfig): {
4991
4991
  hint?: string | undefined;
4992
4992
  messages?: {
4993
4993
  text: string;
4994
- type: "error" | "success" | "info" | "warning";
4994
+ type: "success" | "error" | "info" | "warning";
4995
4995
  id?: number | undefined;
4996
4996
  }[] | undefined;
4997
4997
  required?: boolean | undefined;
@@ -5020,7 +5020,7 @@ export declare function init(config: AuthHeroConfig): {
5020
5020
  hint?: string | undefined;
5021
5021
  messages?: {
5022
5022
  text: string;
5023
- type: "error" | "success" | "info" | "warning";
5023
+ type: "success" | "error" | "info" | "warning";
5024
5024
  id?: number | undefined;
5025
5025
  }[] | undefined;
5026
5026
  required?: boolean | undefined;
@@ -5035,7 +5035,7 @@ export declare function init(config: AuthHeroConfig): {
5035
5035
  hint?: string | undefined;
5036
5036
  messages?: {
5037
5037
  text: string;
5038
- type: "error" | "success" | "info" | "warning";
5038
+ type: "success" | "error" | "info" | "warning";
5039
5039
  id?: number | undefined;
5040
5040
  }[] | undefined;
5041
5041
  required?: boolean | undefined;
@@ -5056,7 +5056,7 @@ export declare function init(config: AuthHeroConfig): {
5056
5056
  hint?: string | undefined;
5057
5057
  messages?: {
5058
5058
  text: string;
5059
- type: "error" | "success" | "info" | "warning";
5059
+ type: "success" | "error" | "info" | "warning";
5060
5060
  id?: number | undefined;
5061
5061
  }[] | undefined;
5062
5062
  required?: boolean | undefined;
@@ -5081,7 +5081,7 @@ export declare function init(config: AuthHeroConfig): {
5081
5081
  hint?: string | undefined;
5082
5082
  messages?: {
5083
5083
  text: string;
5084
- type: "error" | "success" | "info" | "warning";
5084
+ type: "success" | "error" | "info" | "warning";
5085
5085
  id?: number | undefined;
5086
5086
  }[] | undefined;
5087
5087
  required?: boolean | undefined;
@@ -5100,7 +5100,7 @@ export declare function init(config: AuthHeroConfig): {
5100
5100
  hint?: string | undefined;
5101
5101
  messages?: {
5102
5102
  text: string;
5103
- type: "error" | "success" | "info" | "warning";
5103
+ type: "success" | "error" | "info" | "warning";
5104
5104
  id?: number | undefined;
5105
5105
  }[] | undefined;
5106
5106
  required?: boolean | undefined;
@@ -5120,7 +5120,7 @@ export declare function init(config: AuthHeroConfig): {
5120
5120
  hint?: string | undefined;
5121
5121
  messages?: {
5122
5122
  text: string;
5123
- type: "error" | "success" | "info" | "warning";
5123
+ type: "success" | "error" | "info" | "warning";
5124
5124
  id?: number | undefined;
5125
5125
  }[] | undefined;
5126
5126
  required?: boolean | undefined;
@@ -5139,7 +5139,7 @@ export declare function init(config: AuthHeroConfig): {
5139
5139
  hint?: string | undefined;
5140
5140
  messages?: {
5141
5141
  text: string;
5142
- type: "error" | "success" | "info" | "warning";
5142
+ type: "success" | "error" | "info" | "warning";
5143
5143
  id?: number | undefined;
5144
5144
  }[] | undefined;
5145
5145
  required?: boolean | undefined;
@@ -5161,7 +5161,7 @@ export declare function init(config: AuthHeroConfig): {
5161
5161
  hint?: string | undefined;
5162
5162
  messages?: {
5163
5163
  text: string;
5164
- type: "error" | "success" | "info" | "warning";
5164
+ type: "success" | "error" | "info" | "warning";
5165
5165
  id?: number | undefined;
5166
5166
  }[] | undefined;
5167
5167
  required?: boolean | undefined;
@@ -5183,7 +5183,7 @@ export declare function init(config: AuthHeroConfig): {
5183
5183
  hint?: string | undefined;
5184
5184
  messages?: {
5185
5185
  text: string;
5186
- type: "error" | "success" | "info" | "warning";
5186
+ type: "success" | "error" | "info" | "warning";
5187
5187
  id?: number | undefined;
5188
5188
  }[] | undefined;
5189
5189
  required?: boolean | undefined;
@@ -5202,7 +5202,7 @@ export declare function init(config: AuthHeroConfig): {
5202
5202
  hint?: string | undefined;
5203
5203
  messages?: {
5204
5204
  text: string;
5205
- type: "error" | "success" | "info" | "warning";
5205
+ type: "success" | "error" | "info" | "warning";
5206
5206
  id?: number | undefined;
5207
5207
  }[] | undefined;
5208
5208
  required?: boolean | undefined;
@@ -5227,7 +5227,7 @@ export declare function init(config: AuthHeroConfig): {
5227
5227
  hint?: string | undefined;
5228
5228
  messages?: {
5229
5229
  text: string;
5230
- type: "error" | "success" | "info" | "warning";
5230
+ type: "success" | "error" | "info" | "warning";
5231
5231
  id?: number | undefined;
5232
5232
  }[] | undefined;
5233
5233
  required?: boolean | undefined;
@@ -5248,7 +5248,7 @@ export declare function init(config: AuthHeroConfig): {
5248
5248
  hint?: string | undefined;
5249
5249
  messages?: {
5250
5250
  text: string;
5251
- type: "error" | "success" | "info" | "warning";
5251
+ type: "success" | "error" | "info" | "warning";
5252
5252
  id?: number | undefined;
5253
5253
  }[] | undefined;
5254
5254
  required?: boolean | undefined;
@@ -5269,7 +5269,7 @@ export declare function init(config: AuthHeroConfig): {
5269
5269
  hint?: string | undefined;
5270
5270
  messages?: {
5271
5271
  text: string;
5272
- type: "error" | "success" | "info" | "warning";
5272
+ type: "success" | "error" | "info" | "warning";
5273
5273
  id?: number | undefined;
5274
5274
  }[] | undefined;
5275
5275
  required?: boolean | undefined;
@@ -5502,7 +5502,7 @@ export declare function init(config: AuthHeroConfig): {
5502
5502
  hint?: string | undefined;
5503
5503
  messages?: {
5504
5504
  text: string;
5505
- type: "error" | "success" | "info" | "warning";
5505
+ type: "success" | "error" | "info" | "warning";
5506
5506
  id?: number | undefined;
5507
5507
  }[] | undefined;
5508
5508
  required?: boolean | undefined;
@@ -5520,7 +5520,7 @@ export declare function init(config: AuthHeroConfig): {
5520
5520
  hint?: string | undefined;
5521
5521
  messages?: {
5522
5522
  text: string;
5523
- type: "error" | "success" | "info" | "warning";
5523
+ type: "success" | "error" | "info" | "warning";
5524
5524
  id?: number | undefined;
5525
5525
  }[] | undefined;
5526
5526
  required?: boolean | undefined;
@@ -5544,7 +5544,7 @@ export declare function init(config: AuthHeroConfig): {
5544
5544
  hint?: string | undefined;
5545
5545
  messages?: {
5546
5546
  text: string;
5547
- type: "error" | "success" | "info" | "warning";
5547
+ type: "success" | "error" | "info" | "warning";
5548
5548
  id?: number | undefined;
5549
5549
  }[] | undefined;
5550
5550
  required?: boolean | undefined;
@@ -5554,7 +5554,7 @@ export declare function init(config: AuthHeroConfig): {
5554
5554
  value: string;
5555
5555
  label: string;
5556
5556
  }[] | undefined;
5557
- display?: "radio" | "checkbox" | undefined;
5557
+ display?: "checkbox" | "radio" | undefined;
5558
5558
  multiple?: boolean | undefined;
5559
5559
  default_value?: string | string[] | undefined;
5560
5560
  } | undefined;
@@ -5568,7 +5568,7 @@ export declare function init(config: AuthHeroConfig): {
5568
5568
  hint?: string | undefined;
5569
5569
  messages?: {
5570
5570
  text: string;
5571
- type: "error" | "success" | "info" | "warning";
5571
+ type: "success" | "error" | "info" | "warning";
5572
5572
  id?: number | undefined;
5573
5573
  }[] | undefined;
5574
5574
  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: "error" | "success" | "info" | "warning";
5596
+ type: "success" | "error" | "info" | "warning";
5597
5597
  id?: number | undefined;
5598
5598
  }[] | undefined;
5599
5599
  required?: boolean | undefined;
@@ -5608,7 +5608,7 @@ export declare function init(config: AuthHeroConfig): {
5608
5608
  hint?: string | undefined;
5609
5609
  messages?: {
5610
5610
  text: string;
5611
- type: "error" | "success" | "info" | "warning";
5611
+ type: "success" | "error" | "info" | "warning";
5612
5612
  id?: number | undefined;
5613
5613
  }[] | undefined;
5614
5614
  required?: boolean | undefined;
@@ -5629,7 +5629,7 @@ export declare function init(config: AuthHeroConfig): {
5629
5629
  hint?: string | undefined;
5630
5630
  messages?: {
5631
5631
  text: string;
5632
- type: "error" | "success" | "info" | "warning";
5632
+ type: "success" | "error" | "info" | "warning";
5633
5633
  id?: number | undefined;
5634
5634
  }[] | undefined;
5635
5635
  required?: boolean | undefined;
@@ -5654,7 +5654,7 @@ export declare function init(config: AuthHeroConfig): {
5654
5654
  hint?: string | undefined;
5655
5655
  messages?: {
5656
5656
  text: string;
5657
- type: "error" | "success" | "info" | "warning";
5657
+ type: "success" | "error" | "info" | "warning";
5658
5658
  id?: number | undefined;
5659
5659
  }[] | undefined;
5660
5660
  required?: boolean | undefined;
@@ -5673,7 +5673,7 @@ export declare function init(config: AuthHeroConfig): {
5673
5673
  hint?: string | undefined;
5674
5674
  messages?: {
5675
5675
  text: string;
5676
- type: "error" | "success" | "info" | "warning";
5676
+ type: "success" | "error" | "info" | "warning";
5677
5677
  id?: number | undefined;
5678
5678
  }[] | undefined;
5679
5679
  required?: boolean | undefined;
@@ -5693,7 +5693,7 @@ export declare function init(config: AuthHeroConfig): {
5693
5693
  hint?: string | undefined;
5694
5694
  messages?: {
5695
5695
  text: string;
5696
- type: "error" | "success" | "info" | "warning";
5696
+ type: "success" | "error" | "info" | "warning";
5697
5697
  id?: number | undefined;
5698
5698
  }[] | undefined;
5699
5699
  required?: boolean | undefined;
@@ -5712,7 +5712,7 @@ export declare function init(config: AuthHeroConfig): {
5712
5712
  hint?: string | undefined;
5713
5713
  messages?: {
5714
5714
  text: string;
5715
- type: "error" | "success" | "info" | "warning";
5715
+ type: "success" | "error" | "info" | "warning";
5716
5716
  id?: number | undefined;
5717
5717
  }[] | undefined;
5718
5718
  required?: boolean | undefined;
@@ -5734,7 +5734,7 @@ export declare function init(config: AuthHeroConfig): {
5734
5734
  hint?: string | undefined;
5735
5735
  messages?: {
5736
5736
  text: string;
5737
- type: "error" | "success" | "info" | "warning";
5737
+ type: "success" | "error" | "info" | "warning";
5738
5738
  id?: number | undefined;
5739
5739
  }[] | undefined;
5740
5740
  required?: boolean | undefined;
@@ -5756,7 +5756,7 @@ export declare function init(config: AuthHeroConfig): {
5756
5756
  hint?: string | undefined;
5757
5757
  messages?: {
5758
5758
  text: string;
5759
- type: "error" | "success" | "info" | "warning";
5759
+ type: "success" | "error" | "info" | "warning";
5760
5760
  id?: number | undefined;
5761
5761
  }[] | undefined;
5762
5762
  required?: boolean | undefined;
@@ -5775,7 +5775,7 @@ export declare function init(config: AuthHeroConfig): {
5775
5775
  hint?: string | undefined;
5776
5776
  messages?: {
5777
5777
  text: string;
5778
- type: "error" | "success" | "info" | "warning";
5778
+ type: "success" | "error" | "info" | "warning";
5779
5779
  id?: number | undefined;
5780
5780
  }[] | undefined;
5781
5781
  required?: boolean | undefined;
@@ -5800,7 +5800,7 @@ export declare function init(config: AuthHeroConfig): {
5800
5800
  hint?: string | undefined;
5801
5801
  messages?: {
5802
5802
  text: string;
5803
- type: "error" | "success" | "info" | "warning";
5803
+ type: "success" | "error" | "info" | "warning";
5804
5804
  id?: number | undefined;
5805
5805
  }[] | undefined;
5806
5806
  required?: boolean | undefined;
@@ -5821,7 +5821,7 @@ export declare function init(config: AuthHeroConfig): {
5821
5821
  hint?: string | undefined;
5822
5822
  messages?: {
5823
5823
  text: string;
5824
- type: "error" | "success" | "info" | "warning";
5824
+ type: "success" | "error" | "info" | "warning";
5825
5825
  id?: number | undefined;
5826
5826
  }[] | undefined;
5827
5827
  required?: boolean | undefined;
@@ -5842,7 +5842,7 @@ export declare function init(config: AuthHeroConfig): {
5842
5842
  hint?: string | undefined;
5843
5843
  messages?: {
5844
5844
  text: string;
5845
- type: "error" | "success" | "info" | "warning";
5845
+ type: "success" | "error" | "info" | "warning";
5846
5846
  id?: number | undefined;
5847
5847
  }[] | undefined;
5848
5848
  required?: boolean | undefined;
@@ -6073,7 +6073,7 @@ export declare function init(config: AuthHeroConfig): {
6073
6073
  hint?: string | undefined;
6074
6074
  messages?: {
6075
6075
  text: string;
6076
- type: "error" | "success" | "info" | "warning";
6076
+ type: "success" | "error" | "info" | "warning";
6077
6077
  id?: number | undefined;
6078
6078
  }[] | undefined;
6079
6079
  required?: boolean | undefined;
@@ -6091,7 +6091,7 @@ export declare function init(config: AuthHeroConfig): {
6091
6091
  hint?: string | undefined;
6092
6092
  messages?: {
6093
6093
  text: string;
6094
- type: "error" | "success" | "info" | "warning";
6094
+ type: "success" | "error" | "info" | "warning";
6095
6095
  id?: number | undefined;
6096
6096
  }[] | undefined;
6097
6097
  required?: boolean | undefined;
@@ -6115,7 +6115,7 @@ export declare function init(config: AuthHeroConfig): {
6115
6115
  hint?: string | undefined;
6116
6116
  messages?: {
6117
6117
  text: string;
6118
- type: "error" | "success" | "info" | "warning";
6118
+ type: "success" | "error" | "info" | "warning";
6119
6119
  id?: number | undefined;
6120
6120
  }[] | undefined;
6121
6121
  required?: boolean | undefined;
@@ -6125,7 +6125,7 @@ export declare function init(config: AuthHeroConfig): {
6125
6125
  value: string;
6126
6126
  label: string;
6127
6127
  }[] | undefined;
6128
- display?: "radio" | "checkbox" | undefined;
6128
+ display?: "checkbox" | "radio" | undefined;
6129
6129
  multiple?: boolean | undefined;
6130
6130
  default_value?: string | string[] | undefined;
6131
6131
  } | undefined;
@@ -6139,7 +6139,7 @@ export declare function init(config: AuthHeroConfig): {
6139
6139
  hint?: string | undefined;
6140
6140
  messages?: {
6141
6141
  text: string;
6142
- type: "error" | "success" | "info" | "warning";
6142
+ type: "success" | "error" | "info" | "warning";
6143
6143
  id?: number | undefined;
6144
6144
  }[] | undefined;
6145
6145
  required?: boolean | undefined;
@@ -6168,7 +6168,7 @@ export declare function init(config: AuthHeroConfig): {
6168
6168
  hint?: string | undefined;
6169
6169
  messages?: {
6170
6170
  text: string;
6171
- type: "error" | "success" | "info" | "warning";
6171
+ type: "success" | "error" | "info" | "warning";
6172
6172
  id?: number | undefined;
6173
6173
  }[] | undefined;
6174
6174
  required?: boolean | undefined;
@@ -6183,7 +6183,7 @@ export declare function init(config: AuthHeroConfig): {
6183
6183
  hint?: string | undefined;
6184
6184
  messages?: {
6185
6185
  text: string;
6186
- type: "error" | "success" | "info" | "warning";
6186
+ type: "success" | "error" | "info" | "warning";
6187
6187
  id?: number | undefined;
6188
6188
  }[] | undefined;
6189
6189
  required?: boolean | undefined;
@@ -6204,7 +6204,7 @@ export declare function init(config: AuthHeroConfig): {
6204
6204
  hint?: string | undefined;
6205
6205
  messages?: {
6206
6206
  text: string;
6207
- type: "error" | "success" | "info" | "warning";
6207
+ type: "success" | "error" | "info" | "warning";
6208
6208
  id?: number | undefined;
6209
6209
  }[] | undefined;
6210
6210
  required?: boolean | undefined;
@@ -6229,7 +6229,7 @@ export declare function init(config: AuthHeroConfig): {
6229
6229
  hint?: string | undefined;
6230
6230
  messages?: {
6231
6231
  text: string;
6232
- type: "error" | "success" | "info" | "warning";
6232
+ type: "success" | "error" | "info" | "warning";
6233
6233
  id?: number | undefined;
6234
6234
  }[] | undefined;
6235
6235
  required?: boolean | undefined;
@@ -6248,7 +6248,7 @@ export declare function init(config: AuthHeroConfig): {
6248
6248
  hint?: string | undefined;
6249
6249
  messages?: {
6250
6250
  text: string;
6251
- type: "error" | "success" | "info" | "warning";
6251
+ type: "success" | "error" | "info" | "warning";
6252
6252
  id?: number | undefined;
6253
6253
  }[] | undefined;
6254
6254
  required?: boolean | undefined;
@@ -6268,7 +6268,7 @@ export declare function init(config: AuthHeroConfig): {
6268
6268
  hint?: string | undefined;
6269
6269
  messages?: {
6270
6270
  text: string;
6271
- type: "error" | "success" | "info" | "warning";
6271
+ type: "success" | "error" | "info" | "warning";
6272
6272
  id?: number | undefined;
6273
6273
  }[] | undefined;
6274
6274
  required?: boolean | undefined;
@@ -6287,7 +6287,7 @@ export declare function init(config: AuthHeroConfig): {
6287
6287
  hint?: string | undefined;
6288
6288
  messages?: {
6289
6289
  text: string;
6290
- type: "error" | "success" | "info" | "warning";
6290
+ type: "success" | "error" | "info" | "warning";
6291
6291
  id?: number | undefined;
6292
6292
  }[] | undefined;
6293
6293
  required?: boolean | undefined;
@@ -6309,7 +6309,7 @@ export declare function init(config: AuthHeroConfig): {
6309
6309
  hint?: string | undefined;
6310
6310
  messages?: {
6311
6311
  text: string;
6312
- type: "error" | "success" | "info" | "warning";
6312
+ type: "success" | "error" | "info" | "warning";
6313
6313
  id?: number | undefined;
6314
6314
  }[] | undefined;
6315
6315
  required?: boolean | undefined;
@@ -6331,7 +6331,7 @@ export declare function init(config: AuthHeroConfig): {
6331
6331
  hint?: string | undefined;
6332
6332
  messages?: {
6333
6333
  text: string;
6334
- type: "error" | "success" | "info" | "warning";
6334
+ type: "success" | "error" | "info" | "warning";
6335
6335
  id?: number | undefined;
6336
6336
  }[] | undefined;
6337
6337
  required?: boolean | undefined;
@@ -6350,7 +6350,7 @@ export declare function init(config: AuthHeroConfig): {
6350
6350
  hint?: string | undefined;
6351
6351
  messages?: {
6352
6352
  text: string;
6353
- type: "error" | "success" | "info" | "warning";
6353
+ type: "success" | "error" | "info" | "warning";
6354
6354
  id?: number | undefined;
6355
6355
  }[] | undefined;
6356
6356
  required?: boolean | undefined;
@@ -6375,7 +6375,7 @@ export declare function init(config: AuthHeroConfig): {
6375
6375
  hint?: string | undefined;
6376
6376
  messages?: {
6377
6377
  text: string;
6378
- type: "error" | "success" | "info" | "warning";
6378
+ type: "success" | "error" | "info" | "warning";
6379
6379
  id?: number | undefined;
6380
6380
  }[] | undefined;
6381
6381
  required?: boolean | undefined;
@@ -6396,7 +6396,7 @@ export declare function init(config: AuthHeroConfig): {
6396
6396
  hint?: string | undefined;
6397
6397
  messages?: {
6398
6398
  text: string;
6399
- type: "error" | "success" | "info" | "warning";
6399
+ type: "success" | "error" | "info" | "warning";
6400
6400
  id?: number | undefined;
6401
6401
  }[] | undefined;
6402
6402
  required?: boolean | undefined;
@@ -6417,7 +6417,7 @@ export declare function init(config: AuthHeroConfig): {
6417
6417
  hint?: string | undefined;
6418
6418
  messages?: {
6419
6419
  text: string;
6420
- type: "error" | "success" | "info" | "warning";
6420
+ type: "success" | "error" | "info" | "warning";
6421
6421
  id?: number | undefined;
6422
6422
  }[] | undefined;
6423
6423
  required?: boolean | undefined;
@@ -6647,7 +6647,7 @@ export declare function init(config: AuthHeroConfig): {
6647
6647
  };
6648
6648
  };
6649
6649
  output: {
6650
- prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
6650
+ prompt: "mfa" | "organizations" | "status" | "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";
6651
6651
  language: string;
6652
6652
  }[];
6653
6653
  outputFormat: "json";
@@ -6685,7 +6685,7 @@ export declare function init(config: AuthHeroConfig): {
6685
6685
  $get: {
6686
6686
  input: {
6687
6687
  param: {
6688
- prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
6688
+ prompt: "mfa" | "organizations" | "status" | "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";
6689
6689
  language: string;
6690
6690
  };
6691
6691
  } & {
@@ -6707,7 +6707,7 @@ export declare function init(config: AuthHeroConfig): {
6707
6707
  $put: {
6708
6708
  input: {
6709
6709
  param: {
6710
- prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
6710
+ prompt: "mfa" | "organizations" | "status" | "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";
6711
6711
  language: string;
6712
6712
  };
6713
6713
  } & {
@@ -6731,7 +6731,7 @@ export declare function init(config: AuthHeroConfig): {
6731
6731
  $delete: {
6732
6732
  input: {
6733
6733
  param: {
6734
- prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
6734
+ prompt: "mfa" | "organizations" | "status" | "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";
6735
6735
  language: string;
6736
6736
  };
6737
6737
  } & {
@@ -7593,7 +7593,7 @@ export declare function init(config: AuthHeroConfig): {
7593
7593
  };
7594
7594
  } | {
7595
7595
  mode: "inline";
7596
- status: "error" | "success";
7596
+ status: "success" | "error";
7597
7597
  connection_id: string;
7598
7598
  connection_name: string;
7599
7599
  strategy: string;
@@ -8172,7 +8172,7 @@ export declare function init(config: AuthHeroConfig): {
8172
8172
  log_type: string;
8173
8173
  category: "user_action" | "admin_action" | "system" | "api";
8174
8174
  actor: {
8175
- type: "user" | "client_credentials" | "system" | "admin" | "api_key";
8175
+ type: "client_credentials" | "user" | "system" | "admin" | "api_key";
8176
8176
  id?: string | undefined;
8177
8177
  email?: string | undefined;
8178
8178
  org_id?: string | undefined;
@@ -8820,7 +8820,7 @@ export declare function init(config: AuthHeroConfig): {
8820
8820
  };
8821
8821
  };
8822
8822
  output: {
8823
- type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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" | "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";
8823
+ type: "s" | "w" | "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "wn" | "wum";
8824
8824
  date: string;
8825
8825
  isMobile: boolean;
8826
8826
  log_id: string;
@@ -8859,7 +8859,7 @@ export declare function init(config: AuthHeroConfig): {
8859
8859
  limit: number;
8860
8860
  length: number;
8861
8861
  logs: {
8862
- type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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" | "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";
8862
+ type: "s" | "w" | "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "wn" | "wum";
8863
8863
  date: string;
8864
8864
  isMobile: boolean;
8865
8865
  log_id: string;
@@ -8913,7 +8913,7 @@ export declare function init(config: AuthHeroConfig): {
8913
8913
  };
8914
8914
  };
8915
8915
  output: {
8916
- type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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" | "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";
8916
+ type: "s" | "w" | "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "wn" | "wum";
8917
8917
  date: string;
8918
8918
  isMobile: boolean;
8919
8919
  log_id: string;
@@ -9301,7 +9301,7 @@ export declare function init(config: AuthHeroConfig): {
9301
9301
  addons?: {
9302
9302
  [x: string]: any;
9303
9303
  } | undefined;
9304
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9304
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9305
9305
  client_metadata?: {
9306
9306
  [x: string]: string;
9307
9307
  } | undefined;
@@ -9397,7 +9397,7 @@ export declare function init(config: AuthHeroConfig): {
9397
9397
  addons?: {
9398
9398
  [x: string]: any;
9399
9399
  } | undefined;
9400
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9400
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9401
9401
  client_metadata?: {
9402
9402
  [x: string]: string;
9403
9403
  } | undefined;
@@ -9508,7 +9508,7 @@ export declare function init(config: AuthHeroConfig): {
9508
9508
  addons?: {
9509
9509
  [x: string]: any;
9510
9510
  } | undefined;
9511
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9511
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9512
9512
  client_metadata?: {
9513
9513
  [x: string]: string;
9514
9514
  } | undefined;
@@ -9618,7 +9618,7 @@ export declare function init(config: AuthHeroConfig): {
9618
9618
  custom_login_page_preview?: string | undefined;
9619
9619
  form_template?: string | undefined;
9620
9620
  addons?: Record<string, any> | undefined;
9621
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9621
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9622
9622
  client_metadata?: Record<string, string> | undefined;
9623
9623
  hide_sign_up_disabled_error?: boolean | undefined;
9624
9624
  mobile?: Record<string, any> | undefined;
@@ -9698,7 +9698,7 @@ export declare function init(config: AuthHeroConfig): {
9698
9698
  addons?: {
9699
9699
  [x: string]: any;
9700
9700
  } | undefined;
9701
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9701
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9702
9702
  client_metadata?: {
9703
9703
  [x: string]: string;
9704
9704
  } | undefined;
@@ -9787,7 +9787,7 @@ export declare function init(config: AuthHeroConfig): {
9787
9787
  custom_login_page_preview?: string | undefined;
9788
9788
  form_template?: string | undefined;
9789
9789
  addons?: Record<string, any> | undefined;
9790
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9790
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9791
9791
  client_metadata?: Record<string, string> | undefined;
9792
9792
  hide_sign_up_disabled_error?: boolean | undefined;
9793
9793
  mobile?: Record<string, any> | undefined;
@@ -9867,7 +9867,7 @@ export declare function init(config: AuthHeroConfig): {
9867
9867
  addons?: {
9868
9868
  [x: string]: any;
9869
9869
  } | undefined;
9870
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9870
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9871
9871
  client_metadata?: {
9872
9872
  [x: string]: string;
9873
9873
  } | undefined;
@@ -11131,7 +11131,7 @@ export declare function init(config: AuthHeroConfig): {
11131
11131
  };
11132
11132
  };
11133
11133
  output: {
11134
- type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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" | "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";
11134
+ type: "s" | "w" | "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "wn" | "wum";
11135
11135
  date: string;
11136
11136
  isMobile: boolean;
11137
11137
  log_id: string;
@@ -11170,7 +11170,7 @@ export declare function init(config: AuthHeroConfig): {
11170
11170
  limit: number;
11171
11171
  length: number;
11172
11172
  logs: {
11173
- type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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" | "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";
11173
+ type: "s" | "w" | "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "wn" | "wum";
11174
11174
  date: string;
11175
11175
  isMobile: boolean;
11176
11176
  log_id: string;
@@ -11485,7 +11485,7 @@ export declare function init(config: AuthHeroConfig): {
11485
11485
  };
11486
11486
  } & {
11487
11487
  json: {
11488
- 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";
11488
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11489
11489
  body: string;
11490
11490
  from: string;
11491
11491
  subject: string;
@@ -11496,9 +11496,19 @@ export declare function init(config: AuthHeroConfig): {
11496
11496
  enabled?: boolean | undefined;
11497
11497
  };
11498
11498
  };
11499
- output: {};
11500
- outputFormat: string;
11501
- status: 409;
11499
+ output: {
11500
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11501
+ body: string;
11502
+ from: string;
11503
+ subject: string;
11504
+ syntax: "liquid";
11505
+ includeEmailInRedirect: boolean;
11506
+ enabled: boolean;
11507
+ resultUrl?: string | undefined;
11508
+ urlLifetimeInSeconds?: number | undefined;
11509
+ };
11510
+ outputFormat: "json";
11511
+ status: 201;
11502
11512
  } | {
11503
11513
  input: {
11504
11514
  header: {
@@ -11506,7 +11516,7 @@ export declare function init(config: AuthHeroConfig): {
11506
11516
  };
11507
11517
  } & {
11508
11518
  json: {
11509
- 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";
11519
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11510
11520
  body: string;
11511
11521
  from: string;
11512
11522
  subject: string;
@@ -11517,19 +11527,9 @@ export declare function init(config: AuthHeroConfig): {
11517
11527
  enabled?: boolean | undefined;
11518
11528
  };
11519
11529
  };
11520
- output: {
11521
- 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";
11522
- body: string;
11523
- from: string;
11524
- subject: string;
11525
- syntax: "liquid";
11526
- includeEmailInRedirect: boolean;
11527
- enabled: boolean;
11528
- resultUrl?: string | undefined;
11529
- urlLifetimeInSeconds?: number | undefined;
11530
- };
11531
- outputFormat: "json";
11532
- status: 201;
11530
+ output: {};
11531
+ outputFormat: string;
11532
+ status: 409;
11533
11533
  };
11534
11534
  };
11535
11535
  } & {
@@ -11541,7 +11541,7 @@ export declare function init(config: AuthHeroConfig): {
11541
11541
  };
11542
11542
  };
11543
11543
  output: {
11544
- 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";
11544
+ name: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11545
11545
  body: string;
11546
11546
  subject: string;
11547
11547
  }[];
@@ -11554,7 +11554,7 @@ export declare function init(config: AuthHeroConfig): {
11554
11554
  $get: {
11555
11555
  input: {
11556
11556
  param: {
11557
- 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";
11557
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11558
11558
  };
11559
11559
  } & {
11560
11560
  header: {
@@ -11567,7 +11567,7 @@ export declare function init(config: AuthHeroConfig): {
11567
11567
  } | {
11568
11568
  input: {
11569
11569
  param: {
11570
- 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";
11570
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11571
11571
  };
11572
11572
  } & {
11573
11573
  header: {
@@ -11575,7 +11575,7 @@ export declare function init(config: AuthHeroConfig): {
11575
11575
  };
11576
11576
  };
11577
11577
  output: {
11578
- 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";
11578
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11579
11579
  body: string;
11580
11580
  from: string;
11581
11581
  subject: string;
@@ -11594,7 +11594,7 @@ export declare function init(config: AuthHeroConfig): {
11594
11594
  $put: {
11595
11595
  input: {
11596
11596
  param: {
11597
- 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";
11597
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11598
11598
  };
11599
11599
  } & {
11600
11600
  header: {
@@ -11602,19 +11602,19 @@ export declare function init(config: AuthHeroConfig): {
11602
11602
  };
11603
11603
  } & {
11604
11604
  json: {
11605
- 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";
11605
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11606
11606
  body: string;
11607
- from: string;
11608
11607
  subject: string;
11609
11608
  syntax?: "liquid" | undefined;
11610
11609
  resultUrl?: string | undefined;
11611
11610
  urlLifetimeInSeconds?: number | undefined;
11612
11611
  includeEmailInRedirect?: boolean | undefined;
11613
11612
  enabled?: boolean | undefined;
11613
+ from?: string | undefined;
11614
11614
  };
11615
11615
  };
11616
11616
  output: {
11617
- 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";
11617
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11618
11618
  body: string;
11619
11619
  from: string;
11620
11620
  subject: string;
@@ -11633,7 +11633,7 @@ export declare function init(config: AuthHeroConfig): {
11633
11633
  $patch: {
11634
11634
  input: {
11635
11635
  param: {
11636
- 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";
11636
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11637
11637
  };
11638
11638
  } & {
11639
11639
  header: {
@@ -11641,7 +11641,7 @@ export declare function init(config: AuthHeroConfig): {
11641
11641
  };
11642
11642
  } & {
11643
11643
  json: {
11644
- 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;
11644
+ template?: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11645
11645
  body?: string | undefined;
11646
11646
  from?: string | undefined;
11647
11647
  subject?: string | undefined;
@@ -11658,7 +11658,7 @@ export declare function init(config: AuthHeroConfig): {
11658
11658
  } | {
11659
11659
  input: {
11660
11660
  param: {
11661
- 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";
11661
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11662
11662
  };
11663
11663
  } & {
11664
11664
  header: {
@@ -11666,7 +11666,7 @@ export declare function init(config: AuthHeroConfig): {
11666
11666
  };
11667
11667
  } & {
11668
11668
  json: {
11669
- 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;
11669
+ template?: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11670
11670
  body?: string | undefined;
11671
11671
  from?: string | undefined;
11672
11672
  subject?: string | undefined;
@@ -11678,7 +11678,7 @@ export declare function init(config: AuthHeroConfig): {
11678
11678
  };
11679
11679
  };
11680
11680
  output: {
11681
- 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";
11681
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11682
11682
  body: string;
11683
11683
  from: string;
11684
11684
  subject: string;
@@ -11692,6 +11692,63 @@ export declare function init(config: AuthHeroConfig): {
11692
11692
  status: 200;
11693
11693
  };
11694
11694
  };
11695
+ } & {
11696
+ "/:templateName": {
11697
+ $delete: {
11698
+ input: {
11699
+ param: {
11700
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11701
+ };
11702
+ } & {
11703
+ header: {
11704
+ "tenant-id"?: string | undefined;
11705
+ };
11706
+ };
11707
+ output: {};
11708
+ outputFormat: string;
11709
+ status: 204;
11710
+ } | {
11711
+ input: {
11712
+ param: {
11713
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11714
+ };
11715
+ } & {
11716
+ header: {
11717
+ "tenant-id"?: string | undefined;
11718
+ };
11719
+ };
11720
+ output: {};
11721
+ outputFormat: string;
11722
+ status: 404;
11723
+ };
11724
+ };
11725
+ } & {
11726
+ "/:templateName/try": {
11727
+ $post: {
11728
+ input: {
11729
+ param: {
11730
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11731
+ };
11732
+ } & {
11733
+ header: {
11734
+ "tenant-id"?: string | undefined;
11735
+ };
11736
+ } & {
11737
+ json: {
11738
+ to: string;
11739
+ body?: string | undefined;
11740
+ subject?: string | undefined;
11741
+ from?: string | undefined;
11742
+ language?: string | undefined;
11743
+ };
11744
+ };
11745
+ output: {
11746
+ sent: boolean;
11747
+ };
11748
+ outputFormat: "json";
11749
+ status: 200;
11750
+ };
11751
+ };
11695
11752
  }, "/email-templates"> & import("hono/types").MergeSchemaPath<{
11696
11753
  "/": {
11697
11754
  $get: {
@@ -12817,7 +12874,7 @@ export declare function init(config: AuthHeroConfig): {
12817
12874
  logs: {
12818
12875
  action_name: string;
12819
12876
  lines: {
12820
- level: "log" | "error" | "info" | "warn" | "debug";
12877
+ level: "error" | "log" | "info" | "warn" | "debug";
12821
12878
  message: string;
12822
12879
  }[];
12823
12880
  }[];
@@ -13124,7 +13181,7 @@ export declare function init(config: AuthHeroConfig): {
13124
13181
  };
13125
13182
  output: {};
13126
13183
  outputFormat: string;
13127
- status: 200;
13184
+ status: 409;
13128
13185
  } | {
13129
13186
  input: {
13130
13187
  param: {
@@ -13137,7 +13194,7 @@ export declare function init(config: AuthHeroConfig): {
13137
13194
  };
13138
13195
  output: {};
13139
13196
  outputFormat: string;
13140
- status: 404;
13197
+ status: 200;
13141
13198
  } | {
13142
13199
  input: {
13143
13200
  param: {
@@ -13150,7 +13207,7 @@ export declare function init(config: AuthHeroConfig): {
13150
13207
  };
13151
13208
  output: {};
13152
13209
  outputFormat: string;
13153
- status: 409;
13210
+ status: 404;
13154
13211
  };
13155
13212
  };
13156
13213
  } & {
@@ -13484,7 +13541,7 @@ export declare function init(config: AuthHeroConfig): {
13484
13541
  args: import("hono/utils/types").JSONValue[];
13485
13542
  }[];
13486
13543
  logs: {
13487
- level: "log" | "error" | "info" | "warn" | "debug";
13544
+ level: "error" | "log" | "info" | "warn" | "debug";
13488
13545
  message: string;
13489
13546
  }[];
13490
13547
  error?: string | undefined;
@@ -13782,7 +13839,7 @@ export declare function init(config: AuthHeroConfig): {
13782
13839
  scope?: string | undefined;
13783
13840
  grant_types?: string[] | undefined;
13784
13841
  response_types?: string[] | undefined;
13785
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
13842
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
13786
13843
  jwks_uri?: string | undefined;
13787
13844
  jwks?: Record<string, unknown> | undefined;
13788
13845
  software_id?: string | undefined;
@@ -13871,7 +13928,7 @@ export declare function init(config: AuthHeroConfig): {
13871
13928
  scope?: string | undefined;
13872
13929
  grant_types?: string[] | undefined;
13873
13930
  response_types?: string[] | undefined;
13874
- token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
13931
+ token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
13875
13932
  jwks_uri?: string | undefined;
13876
13933
  jwks?: Record<string, unknown> | undefined;
13877
13934
  software_id?: string | undefined;
@@ -14219,14 +14276,14 @@ export declare function init(config: AuthHeroConfig): {
14219
14276
  authParams: {
14220
14277
  username?: string | undefined;
14221
14278
  state?: string | undefined;
14222
- audience?: string | undefined;
14279
+ act_as?: string | undefined;
14223
14280
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
14224
14281
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
14225
- scope?: string | undefined;
14282
+ redirect_uri?: string | undefined;
14283
+ audience?: string | undefined;
14226
14284
  organization?: string | undefined;
14227
14285
  nonce?: string | undefined;
14228
- redirect_uri?: string | undefined;
14229
- act_as?: string | undefined;
14286
+ scope?: string | undefined;
14230
14287
  prompt?: string | undefined;
14231
14288
  code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14232
14289
  code_challenge?: string | undefined;
@@ -14255,14 +14312,14 @@ export declare function init(config: AuthHeroConfig): {
14255
14312
  authParams: {
14256
14313
  username?: string | undefined;
14257
14314
  state?: string | undefined;
14258
- audience?: string | undefined;
14315
+ act_as?: string | undefined;
14259
14316
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
14260
14317
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
14261
- scope?: string | undefined;
14318
+ redirect_uri?: string | undefined;
14319
+ audience?: string | undefined;
14262
14320
  organization?: string | undefined;
14263
14321
  nonce?: string | undefined;
14264
- redirect_uri?: string | undefined;
14265
- act_as?: string | undefined;
14322
+ scope?: string | undefined;
14266
14323
  prompt?: string | undefined;
14267
14324
  code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14268
14325
  code_challenge?: string | undefined;
@@ -14397,14 +14454,14 @@ export declare function init(config: AuthHeroConfig): {
14397
14454
  input: {
14398
14455
  form: {
14399
14456
  token: string;
14400
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14457
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14401
14458
  client_id?: string | undefined;
14402
14459
  client_secret?: string | undefined;
14403
14460
  };
14404
14461
  } & {
14405
14462
  json: {
14406
14463
  token: string;
14407
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14464
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14408
14465
  client_id?: string | undefined;
14409
14466
  client_secret?: string | undefined;
14410
14467
  };
@@ -14416,14 +14473,14 @@ export declare function init(config: AuthHeroConfig): {
14416
14473
  input: {
14417
14474
  form: {
14418
14475
  token: string;
14419
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14476
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14420
14477
  client_id?: string | undefined;
14421
14478
  client_secret?: string | undefined;
14422
14479
  };
14423
14480
  } & {
14424
14481
  json: {
14425
14482
  token: string;
14426
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14483
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14427
14484
  client_id?: string | undefined;
14428
14485
  client_secret?: string | undefined;
14429
14486
  };
@@ -14438,14 +14495,14 @@ export declare function init(config: AuthHeroConfig): {
14438
14495
  input: {
14439
14496
  form: {
14440
14497
  token: string;
14441
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14498
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14442
14499
  client_id?: string | undefined;
14443
14500
  client_secret?: string | undefined;
14444
14501
  };
14445
14502
  } & {
14446
14503
  json: {
14447
14504
  token: string;
14448
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14505
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14449
14506
  client_id?: string | undefined;
14450
14507
  client_secret?: string | undefined;
14451
14508
  };
@@ -14495,7 +14552,18 @@ export declare function init(config: AuthHeroConfig): {
14495
14552
  client_id: string;
14496
14553
  username: string;
14497
14554
  otp: string;
14498
- realm: "sms" | "email";
14555
+ realm: "email" | "sms";
14556
+ } | {
14557
+ grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14558
+ subject_token: string;
14559
+ subject_token_type: "urn:ietf:params:oauth:token-type:access_token";
14560
+ organization: string;
14561
+ audience?: string | undefined;
14562
+ scope?: string | undefined;
14563
+ client_id?: string | undefined;
14564
+ client_secret?: string | undefined;
14565
+ client_assertion?: string | undefined;
14566
+ client_assertion_type?: string | undefined;
14499
14567
  };
14500
14568
  } & {
14501
14569
  json: {
@@ -14531,7 +14599,18 @@ export declare function init(config: AuthHeroConfig): {
14531
14599
  client_id: string;
14532
14600
  username: string;
14533
14601
  otp: string;
14534
- realm: "sms" | "email";
14602
+ realm: "email" | "sms";
14603
+ } | {
14604
+ grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14605
+ subject_token: string;
14606
+ subject_token_type: "urn:ietf:params:oauth:token-type:access_token";
14607
+ organization: string;
14608
+ audience?: string | undefined;
14609
+ scope?: string | undefined;
14610
+ client_id?: string | undefined;
14611
+ client_secret?: string | undefined;
14612
+ client_assertion?: string | undefined;
14613
+ client_assertion_type?: string | undefined;
14535
14614
  };
14536
14615
  };
14537
14616
  output: {};
@@ -14572,7 +14651,18 @@ export declare function init(config: AuthHeroConfig): {
14572
14651
  client_id: string;
14573
14652
  username: string;
14574
14653
  otp: string;
14575
- realm: "sms" | "email";
14654
+ realm: "email" | "sms";
14655
+ } | {
14656
+ grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14657
+ subject_token: string;
14658
+ subject_token_type: "urn:ietf:params:oauth:token-type:access_token";
14659
+ organization: string;
14660
+ audience?: string | undefined;
14661
+ scope?: string | undefined;
14662
+ client_id?: string | undefined;
14663
+ client_secret?: string | undefined;
14664
+ client_assertion?: string | undefined;
14665
+ client_assertion_type?: string | undefined;
14576
14666
  };
14577
14667
  } & {
14578
14668
  json: {
@@ -14608,7 +14698,18 @@ export declare function init(config: AuthHeroConfig): {
14608
14698
  client_id: string;
14609
14699
  username: string;
14610
14700
  otp: string;
14611
- realm: "sms" | "email";
14701
+ realm: "email" | "sms";
14702
+ } | {
14703
+ grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14704
+ subject_token: string;
14705
+ subject_token_type: "urn:ietf:params:oauth:token-type:access_token";
14706
+ organization: string;
14707
+ audience?: string | undefined;
14708
+ scope?: string | undefined;
14709
+ client_id?: string | undefined;
14710
+ client_secret?: string | undefined;
14711
+ client_assertion?: string | undefined;
14712
+ client_assertion_type?: string | undefined;
14612
14713
  };
14613
14714
  };
14614
14715
  output: {
@@ -14657,7 +14758,18 @@ export declare function init(config: AuthHeroConfig): {
14657
14758
  client_id: string;
14658
14759
  username: string;
14659
14760
  otp: string;
14660
- realm: "sms" | "email";
14761
+ realm: "email" | "sms";
14762
+ } | {
14763
+ grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14764
+ subject_token: string;
14765
+ subject_token_type: "urn:ietf:params:oauth:token-type:access_token";
14766
+ organization: string;
14767
+ audience?: string | undefined;
14768
+ scope?: string | undefined;
14769
+ client_id?: string | undefined;
14770
+ client_secret?: string | undefined;
14771
+ client_assertion?: string | undefined;
14772
+ client_assertion_type?: string | undefined;
14661
14773
  };
14662
14774
  } & {
14663
14775
  json: {
@@ -14693,7 +14805,18 @@ export declare function init(config: AuthHeroConfig): {
14693
14805
  client_id: string;
14694
14806
  username: string;
14695
14807
  otp: string;
14696
- realm: "sms" | "email";
14808
+ realm: "email" | "sms";
14809
+ } | {
14810
+ grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14811
+ subject_token: string;
14812
+ subject_token_type: "urn:ietf:params:oauth:token-type:access_token";
14813
+ organization: string;
14814
+ audience?: string | undefined;
14815
+ scope?: string | undefined;
14816
+ client_id?: string | undefined;
14817
+ client_secret?: string | undefined;
14818
+ client_assertion?: string | undefined;
14819
+ client_assertion_type?: string | undefined;
14697
14820
  };
14698
14821
  };
14699
14822
  output: {
@@ -14737,7 +14860,18 @@ export declare function init(config: AuthHeroConfig): {
14737
14860
  client_id: string;
14738
14861
  username: string;
14739
14862
  otp: string;
14740
- realm: "sms" | "email";
14863
+ realm: "email" | "sms";
14864
+ } | {
14865
+ grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14866
+ subject_token: string;
14867
+ subject_token_type: "urn:ietf:params:oauth:token-type:access_token";
14868
+ organization: string;
14869
+ audience?: string | undefined;
14870
+ scope?: string | undefined;
14871
+ client_id?: string | undefined;
14872
+ client_secret?: string | undefined;
14873
+ client_assertion?: string | undefined;
14874
+ client_assertion_type?: string | undefined;
14741
14875
  };
14742
14876
  } & {
14743
14877
  json: {
@@ -14773,7 +14907,18 @@ export declare function init(config: AuthHeroConfig): {
14773
14907
  client_id: string;
14774
14908
  username: string;
14775
14909
  otp: string;
14776
- realm: "sms" | "email";
14910
+ realm: "email" | "sms";
14911
+ } | {
14912
+ grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14913
+ subject_token: string;
14914
+ subject_token_type: "urn:ietf:params:oauth:token-type:access_token";
14915
+ organization: string;
14916
+ audience?: string | undefined;
14917
+ scope?: string | undefined;
14918
+ client_id?: string | undefined;
14919
+ client_secret?: string | undefined;
14920
+ client_assertion?: string | undefined;
14921
+ client_assertion_type?: string | undefined;
14777
14922
  };
14778
14923
  };
14779
14924
  output: {
@@ -14817,7 +14962,18 @@ export declare function init(config: AuthHeroConfig): {
14817
14962
  client_id: string;
14818
14963
  username: string;
14819
14964
  otp: string;
14820
- realm: "sms" | "email";
14965
+ realm: "email" | "sms";
14966
+ } | {
14967
+ grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14968
+ subject_token: string;
14969
+ subject_token_type: "urn:ietf:params:oauth:token-type:access_token";
14970
+ organization: string;
14971
+ audience?: string | undefined;
14972
+ scope?: string | undefined;
14973
+ client_id?: string | undefined;
14974
+ client_secret?: string | undefined;
14975
+ client_assertion?: string | undefined;
14976
+ client_assertion_type?: string | undefined;
14821
14977
  };
14822
14978
  } & {
14823
14979
  json: {
@@ -14853,7 +15009,18 @@ export declare function init(config: AuthHeroConfig): {
14853
15009
  client_id: string;
14854
15010
  username: string;
14855
15011
  otp: string;
14856
- realm: "sms" | "email";
15012
+ realm: "email" | "sms";
15013
+ } | {
15014
+ grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15015
+ subject_token: string;
15016
+ subject_token_type: "urn:ietf:params:oauth:token-type:access_token";
15017
+ organization: string;
15018
+ audience?: string | undefined;
15019
+ scope?: string | undefined;
15020
+ client_id?: string | undefined;
15021
+ client_secret?: string | undefined;
15022
+ client_assertion?: string | undefined;
15023
+ client_assertion_type?: string | undefined;
14857
15024
  };
14858
15025
  };
14859
15026
  output: {
@@ -14872,7 +15039,7 @@ export declare function init(config: AuthHeroConfig): {
14872
15039
  keys: {
14873
15040
  alg: "RS256" | "RS384" | "RS512" | "ES256" | "ES384" | "ES512" | "HS256" | "HS384" | "HS512";
14874
15041
  kid: string;
14875
- kty: "EC" | "RSA" | "oct";
15042
+ kty: "RSA" | "EC" | "oct";
14876
15043
  use?: "sig" | "enc" | undefined;
14877
15044
  n?: string | undefined;
14878
15045
  e?: string | undefined;