authhero 8.9.0 → 8.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/dist/assets/u/widget/index.esm.js +1 -1
  2. package/dist/authhero.cjs +85 -85
  3. package/dist/authhero.d.ts +246 -246
  4. package/dist/authhero.mjs +1837 -1770
  5. package/dist/stats.html +1 -1
  6. package/dist/tsconfig.types.tsbuildinfo +1 -1
  7. package/dist/types/authentication-flows/password.d.ts +10 -1
  8. package/dist/types/authentication-flows/passwordless.d.ts +6 -6
  9. package/dist/types/index.d.ts +246 -246
  10. package/dist/types/routes/auth-api/index.d.ts +30 -30
  11. package/dist/types/routes/auth-api/passwordless.d.ts +14 -14
  12. package/dist/types/routes/auth-api/revoke.d.ts +6 -6
  13. package/dist/types/routes/auth-api/token.d.ts +10 -10
  14. package/dist/types/routes/management-api/action-executions.d.ts +1 -1
  15. package/dist/types/routes/management-api/actions.d.ts +1 -1
  16. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  17. package/dist/types/routes/management-api/branding.d.ts +13 -13
  18. package/dist/types/routes/management-api/clients.d.ts +8 -8
  19. package/dist/types/routes/management-api/connections.d.ts +21 -21
  20. package/dist/types/routes/management-api/email-templates.d.ts +18 -18
  21. package/dist/types/routes/management-api/failed-events.d.ts +1 -1
  22. package/dist/types/routes/management-api/forms.d.ts +126 -126
  23. package/dist/types/routes/management-api/guardian.d.ts +5 -5
  24. package/dist/types/routes/management-api/index.d.ts +214 -214
  25. package/dist/types/routes/management-api/log-streams.d.ts +6 -6
  26. package/dist/types/routes/management-api/logs.d.ts +3 -3
  27. package/dist/types/routes/management-api/organizations.d.ts +4 -4
  28. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  29. package/dist/types/routes/management-api/tenants.d.ts +6 -6
  30. package/dist/types/routes/management-api/themes.d.ts +6 -6
  31. package/dist/types/routes/management-api/users.d.ts +2 -2
  32. package/dist/types/routes/universal-login/common.d.ts +14 -14
  33. package/dist/types/routes/universal-login/flow-api.d.ts +12 -12
  34. package/dist/types/routes/universal-login/identifier.d.ts +2 -2
  35. package/dist/types/routes/universal-login/index.d.ts +2 -2
  36. package/package.json +5 -5
@@ -130,7 +130,7 @@ export declare function init(config: AuthHeroConfig): {
130
130
  };
131
131
  } & {
132
132
  json: {
133
- type: "email" | "push" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
133
+ type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
134
134
  phone_number?: string | undefined;
135
135
  totp_secret?: string | undefined;
136
136
  credential_id?: string | undefined;
@@ -270,7 +270,7 @@ export declare function init(config: AuthHeroConfig): {
270
270
  };
271
271
  };
272
272
  output: {
273
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
273
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
274
274
  enabled: boolean;
275
275
  trial_expired?: boolean | undefined;
276
276
  }[];
@@ -425,7 +425,7 @@ export declare function init(config: AuthHeroConfig): {
425
425
  $get: {
426
426
  input: {
427
427
  param: {
428
- factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
428
+ factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
429
429
  };
430
430
  } & {
431
431
  header: {
@@ -433,7 +433,7 @@ export declare function init(config: AuthHeroConfig): {
433
433
  };
434
434
  };
435
435
  output: {
436
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
436
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
437
437
  enabled: boolean;
438
438
  trial_expired?: boolean | undefined;
439
439
  };
@@ -446,7 +446,7 @@ export declare function init(config: AuthHeroConfig): {
446
446
  $put: {
447
447
  input: {
448
448
  param: {
449
- factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
449
+ factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
450
450
  };
451
451
  } & {
452
452
  header: {
@@ -458,7 +458,7 @@ export declare function init(config: AuthHeroConfig): {
458
458
  };
459
459
  };
460
460
  output: {
461
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
461
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
462
462
  enabled: boolean;
463
463
  trial_expired?: boolean | undefined;
464
464
  };
@@ -1203,11 +1203,11 @@ export declare function init(config: AuthHeroConfig): {
1203
1203
  invitee: {
1204
1204
  email?: string | undefined;
1205
1205
  };
1206
- id?: string | undefined;
1207
- roles?: string[] | undefined;
1208
- connection_id?: string | undefined;
1209
1206
  app_metadata?: Record<string, any> | undefined;
1210
1207
  user_metadata?: Record<string, any> | undefined;
1208
+ id?: string | undefined;
1209
+ connection_id?: string | undefined;
1210
+ roles?: string[] | undefined;
1211
1211
  ttl_sec?: number | undefined;
1212
1212
  send_invitation_email?: boolean | undefined;
1213
1213
  };
@@ -1391,8 +1391,8 @@ export declare function init(config: AuthHeroConfig): {
1391
1391
  };
1392
1392
  } & {
1393
1393
  json: {
1394
- assign_membership_on_login?: boolean | undefined;
1395
1394
  show_as_button?: boolean | undefined;
1395
+ assign_membership_on_login?: boolean | undefined;
1396
1396
  is_signup_enabled?: boolean | undefined;
1397
1397
  };
1398
1398
  };
@@ -2634,7 +2634,7 @@ export declare function init(config: AuthHeroConfig): {
2634
2634
  hint?: string | undefined;
2635
2635
  messages?: {
2636
2636
  text: string;
2637
- type: "error" | "success" | "info" | "warning";
2637
+ type: "success" | "error" | "info" | "warning";
2638
2638
  id?: number | undefined;
2639
2639
  }[] | undefined;
2640
2640
  required?: boolean | undefined;
@@ -2652,7 +2652,7 @@ export declare function init(config: AuthHeroConfig): {
2652
2652
  hint?: string | undefined;
2653
2653
  messages?: {
2654
2654
  text: string;
2655
- type: "error" | "success" | "info" | "warning";
2655
+ type: "success" | "error" | "info" | "warning";
2656
2656
  id?: number | undefined;
2657
2657
  }[] | undefined;
2658
2658
  required?: boolean | undefined;
@@ -2676,7 +2676,7 @@ export declare function init(config: AuthHeroConfig): {
2676
2676
  hint?: string | undefined;
2677
2677
  messages?: {
2678
2678
  text: string;
2679
- type: "error" | "success" | "info" | "warning";
2679
+ type: "success" | "error" | "info" | "warning";
2680
2680
  id?: number | undefined;
2681
2681
  }[] | undefined;
2682
2682
  required?: boolean | undefined;
@@ -2700,7 +2700,7 @@ export declare function init(config: AuthHeroConfig): {
2700
2700
  hint?: string | undefined;
2701
2701
  messages?: {
2702
2702
  text: string;
2703
- type: "error" | "success" | "info" | "warning";
2703
+ type: "success" | "error" | "info" | "warning";
2704
2704
  id?: number | undefined;
2705
2705
  }[] | undefined;
2706
2706
  required?: boolean | undefined;
@@ -2724,7 +2724,7 @@ export declare function init(config: AuthHeroConfig): {
2724
2724
  hint?: string | undefined;
2725
2725
  messages?: {
2726
2726
  text: string;
2727
- type: "error" | "success" | "info" | "warning";
2727
+ type: "success" | "error" | "info" | "warning";
2728
2728
  id?: number | undefined;
2729
2729
  }[] | undefined;
2730
2730
  required?: boolean | undefined;
@@ -2753,7 +2753,7 @@ export declare function init(config: AuthHeroConfig): {
2753
2753
  hint?: string | undefined;
2754
2754
  messages?: {
2755
2755
  text: string;
2756
- type: "error" | "success" | "info" | "warning";
2756
+ type: "success" | "error" | "info" | "warning";
2757
2757
  id?: number | undefined;
2758
2758
  }[] | undefined;
2759
2759
  required?: boolean | undefined;
@@ -2768,7 +2768,7 @@ export declare function init(config: AuthHeroConfig): {
2768
2768
  hint?: string | undefined;
2769
2769
  messages?: {
2770
2770
  text: string;
2771
- type: "error" | "success" | "info" | "warning";
2771
+ type: "success" | "error" | "info" | "warning";
2772
2772
  id?: number | undefined;
2773
2773
  }[] | undefined;
2774
2774
  required?: boolean | undefined;
@@ -2789,7 +2789,7 @@ export declare function init(config: AuthHeroConfig): {
2789
2789
  hint?: string | undefined;
2790
2790
  messages?: {
2791
2791
  text: string;
2792
- type: "error" | "success" | "info" | "warning";
2792
+ type: "success" | "error" | "info" | "warning";
2793
2793
  id?: number | undefined;
2794
2794
  }[] | undefined;
2795
2795
  required?: boolean | undefined;
@@ -2814,7 +2814,7 @@ export declare function init(config: AuthHeroConfig): {
2814
2814
  hint?: string | undefined;
2815
2815
  messages?: {
2816
2816
  text: string;
2817
- type: "error" | "success" | "info" | "warning";
2817
+ type: "success" | "error" | "info" | "warning";
2818
2818
  id?: number | undefined;
2819
2819
  }[] | undefined;
2820
2820
  required?: boolean | undefined;
@@ -2833,7 +2833,7 @@ export declare function init(config: AuthHeroConfig): {
2833
2833
  hint?: string | undefined;
2834
2834
  messages?: {
2835
2835
  text: string;
2836
- type: "error" | "success" | "info" | "warning";
2836
+ type: "success" | "error" | "info" | "warning";
2837
2837
  id?: number | undefined;
2838
2838
  }[] | undefined;
2839
2839
  required?: boolean | undefined;
@@ -2853,7 +2853,7 @@ export declare function init(config: AuthHeroConfig): {
2853
2853
  hint?: string | undefined;
2854
2854
  messages?: {
2855
2855
  text: string;
2856
- type: "error" | "success" | "info" | "warning";
2856
+ type: "success" | "error" | "info" | "warning";
2857
2857
  id?: number | undefined;
2858
2858
  }[] | undefined;
2859
2859
  required?: boolean | undefined;
@@ -2872,7 +2872,7 @@ export declare function init(config: AuthHeroConfig): {
2872
2872
  hint?: string | undefined;
2873
2873
  messages?: {
2874
2874
  text: string;
2875
- type: "error" | "success" | "info" | "warning";
2875
+ type: "success" | "error" | "info" | "warning";
2876
2876
  id?: number | undefined;
2877
2877
  }[] | undefined;
2878
2878
  required?: boolean | undefined;
@@ -2894,7 +2894,7 @@ export declare function init(config: AuthHeroConfig): {
2894
2894
  hint?: string | undefined;
2895
2895
  messages?: {
2896
2896
  text: string;
2897
- type: "error" | "success" | "info" | "warning";
2897
+ type: "success" | "error" | "info" | "warning";
2898
2898
  id?: number | undefined;
2899
2899
  }[] | undefined;
2900
2900
  required?: boolean | undefined;
@@ -2916,7 +2916,7 @@ export declare function init(config: AuthHeroConfig): {
2916
2916
  hint?: string | undefined;
2917
2917
  messages?: {
2918
2918
  text: string;
2919
- type: "error" | "success" | "info" | "warning";
2919
+ type: "success" | "error" | "info" | "warning";
2920
2920
  id?: number | undefined;
2921
2921
  }[] | undefined;
2922
2922
  required?: boolean | undefined;
@@ -2935,7 +2935,7 @@ export declare function init(config: AuthHeroConfig): {
2935
2935
  hint?: string | undefined;
2936
2936
  messages?: {
2937
2937
  text: string;
2938
- type: "error" | "success" | "info" | "warning";
2938
+ type: "success" | "error" | "info" | "warning";
2939
2939
  id?: number | undefined;
2940
2940
  }[] | undefined;
2941
2941
  required?: boolean | undefined;
@@ -2960,7 +2960,7 @@ export declare function init(config: AuthHeroConfig): {
2960
2960
  hint?: string | undefined;
2961
2961
  messages?: {
2962
2962
  text: string;
2963
- type: "error" | "success" | "info" | "warning";
2963
+ type: "success" | "error" | "info" | "warning";
2964
2964
  id?: number | undefined;
2965
2965
  }[] | undefined;
2966
2966
  required?: boolean | undefined;
@@ -2981,7 +2981,7 @@ export declare function init(config: AuthHeroConfig): {
2981
2981
  hint?: string | undefined;
2982
2982
  messages?: {
2983
2983
  text: string;
2984
- type: "error" | "success" | "info" | "warning";
2984
+ type: "success" | "error" | "info" | "warning";
2985
2985
  id?: number | undefined;
2986
2986
  }[] | undefined;
2987
2987
  required?: boolean | undefined;
@@ -3002,7 +3002,7 @@ export declare function init(config: AuthHeroConfig): {
3002
3002
  hint?: string | undefined;
3003
3003
  messages?: {
3004
3004
  text: string;
3005
- type: "error" | "success" | "info" | "warning";
3005
+ type: "success" | "error" | "info" | "warning";
3006
3006
  id?: number | undefined;
3007
3007
  }[] | undefined;
3008
3008
  required?: boolean | undefined;
@@ -3235,7 +3235,7 @@ export declare function init(config: AuthHeroConfig): {
3235
3235
  hint?: string | undefined;
3236
3236
  messages?: {
3237
3237
  text: string;
3238
- type: "error" | "success" | "info" | "warning";
3238
+ type: "success" | "error" | "info" | "warning";
3239
3239
  id?: number | undefined;
3240
3240
  }[] | undefined;
3241
3241
  required?: boolean | undefined;
@@ -3253,7 +3253,7 @@ export declare function init(config: AuthHeroConfig): {
3253
3253
  hint?: string | undefined;
3254
3254
  messages?: {
3255
3255
  text: string;
3256
- type: "error" | "success" | "info" | "warning";
3256
+ type: "success" | "error" | "info" | "warning";
3257
3257
  id?: number | undefined;
3258
3258
  }[] | undefined;
3259
3259
  required?: boolean | undefined;
@@ -3277,7 +3277,7 @@ export declare function init(config: AuthHeroConfig): {
3277
3277
  hint?: string | undefined;
3278
3278
  messages?: {
3279
3279
  text: string;
3280
- type: "error" | "success" | "info" | "warning";
3280
+ type: "success" | "error" | "info" | "warning";
3281
3281
  id?: number | undefined;
3282
3282
  }[] | undefined;
3283
3283
  required?: boolean | undefined;
@@ -3301,7 +3301,7 @@ export declare function init(config: AuthHeroConfig): {
3301
3301
  hint?: string | undefined;
3302
3302
  messages?: {
3303
3303
  text: string;
3304
- type: "error" | "success" | "info" | "warning";
3304
+ type: "success" | "error" | "info" | "warning";
3305
3305
  id?: number | undefined;
3306
3306
  }[] | undefined;
3307
3307
  required?: boolean | undefined;
@@ -3325,7 +3325,7 @@ export declare function init(config: AuthHeroConfig): {
3325
3325
  hint?: string | undefined;
3326
3326
  messages?: {
3327
3327
  text: string;
3328
- type: "error" | "success" | "info" | "warning";
3328
+ type: "success" | "error" | "info" | "warning";
3329
3329
  id?: number | undefined;
3330
3330
  }[] | undefined;
3331
3331
  required?: boolean | undefined;
@@ -3354,7 +3354,7 @@ export declare function init(config: AuthHeroConfig): {
3354
3354
  hint?: string | undefined;
3355
3355
  messages?: {
3356
3356
  text: string;
3357
- type: "error" | "success" | "info" | "warning";
3357
+ type: "success" | "error" | "info" | "warning";
3358
3358
  id?: number | undefined;
3359
3359
  }[] | undefined;
3360
3360
  required?: boolean | undefined;
@@ -3369,7 +3369,7 @@ export declare function init(config: AuthHeroConfig): {
3369
3369
  hint?: string | undefined;
3370
3370
  messages?: {
3371
3371
  text: string;
3372
- type: "error" | "success" | "info" | "warning";
3372
+ type: "success" | "error" | "info" | "warning";
3373
3373
  id?: number | undefined;
3374
3374
  }[] | undefined;
3375
3375
  required?: boolean | undefined;
@@ -3390,7 +3390,7 @@ export declare function init(config: AuthHeroConfig): {
3390
3390
  hint?: string | undefined;
3391
3391
  messages?: {
3392
3392
  text: string;
3393
- type: "error" | "success" | "info" | "warning";
3393
+ type: "success" | "error" | "info" | "warning";
3394
3394
  id?: number | undefined;
3395
3395
  }[] | undefined;
3396
3396
  required?: boolean | undefined;
@@ -3415,7 +3415,7 @@ export declare function init(config: AuthHeroConfig): {
3415
3415
  hint?: string | undefined;
3416
3416
  messages?: {
3417
3417
  text: string;
3418
- type: "error" | "success" | "info" | "warning";
3418
+ type: "success" | "error" | "info" | "warning";
3419
3419
  id?: number | undefined;
3420
3420
  }[] | undefined;
3421
3421
  required?: boolean | undefined;
@@ -3434,7 +3434,7 @@ export declare function init(config: AuthHeroConfig): {
3434
3434
  hint?: string | undefined;
3435
3435
  messages?: {
3436
3436
  text: string;
3437
- type: "error" | "success" | "info" | "warning";
3437
+ type: "success" | "error" | "info" | "warning";
3438
3438
  id?: number | undefined;
3439
3439
  }[] | undefined;
3440
3440
  required?: boolean | undefined;
@@ -3454,7 +3454,7 @@ export declare function init(config: AuthHeroConfig): {
3454
3454
  hint?: string | undefined;
3455
3455
  messages?: {
3456
3456
  text: string;
3457
- type: "error" | "success" | "info" | "warning";
3457
+ type: "success" | "error" | "info" | "warning";
3458
3458
  id?: number | undefined;
3459
3459
  }[] | undefined;
3460
3460
  required?: boolean | undefined;
@@ -3473,7 +3473,7 @@ export declare function init(config: AuthHeroConfig): {
3473
3473
  hint?: string | undefined;
3474
3474
  messages?: {
3475
3475
  text: string;
3476
- type: "error" | "success" | "info" | "warning";
3476
+ type: "success" | "error" | "info" | "warning";
3477
3477
  id?: number | undefined;
3478
3478
  }[] | undefined;
3479
3479
  required?: boolean | undefined;
@@ -3495,7 +3495,7 @@ export declare function init(config: AuthHeroConfig): {
3495
3495
  hint?: string | undefined;
3496
3496
  messages?: {
3497
3497
  text: string;
3498
- type: "error" | "success" | "info" | "warning";
3498
+ type: "success" | "error" | "info" | "warning";
3499
3499
  id?: number | undefined;
3500
3500
  }[] | undefined;
3501
3501
  required?: boolean | undefined;
@@ -3517,7 +3517,7 @@ export declare function init(config: AuthHeroConfig): {
3517
3517
  hint?: string | undefined;
3518
3518
  messages?: {
3519
3519
  text: string;
3520
- type: "error" | "success" | "info" | "warning";
3520
+ type: "success" | "error" | "info" | "warning";
3521
3521
  id?: number | undefined;
3522
3522
  }[] | undefined;
3523
3523
  required?: boolean | undefined;
@@ -3536,7 +3536,7 @@ export declare function init(config: AuthHeroConfig): {
3536
3536
  hint?: string | undefined;
3537
3537
  messages?: {
3538
3538
  text: string;
3539
- type: "error" | "success" | "info" | "warning";
3539
+ type: "success" | "error" | "info" | "warning";
3540
3540
  id?: number | undefined;
3541
3541
  }[] | undefined;
3542
3542
  required?: boolean | undefined;
@@ -3561,7 +3561,7 @@ export declare function init(config: AuthHeroConfig): {
3561
3561
  hint?: string | undefined;
3562
3562
  messages?: {
3563
3563
  text: string;
3564
- type: "error" | "success" | "info" | "warning";
3564
+ type: "success" | "error" | "info" | "warning";
3565
3565
  id?: number | undefined;
3566
3566
  }[] | undefined;
3567
3567
  required?: boolean | undefined;
@@ -3582,7 +3582,7 @@ export declare function init(config: AuthHeroConfig): {
3582
3582
  hint?: string | undefined;
3583
3583
  messages?: {
3584
3584
  text: string;
3585
- type: "error" | "success" | "info" | "warning";
3585
+ type: "success" | "error" | "info" | "warning";
3586
3586
  id?: number | undefined;
3587
3587
  }[] | undefined;
3588
3588
  required?: boolean | undefined;
@@ -3603,7 +3603,7 @@ export declare function init(config: AuthHeroConfig): {
3603
3603
  hint?: string | undefined;
3604
3604
  messages?: {
3605
3605
  text: string;
3606
- type: "error" | "success" | "info" | "warning";
3606
+ type: "success" | "error" | "info" | "warning";
3607
3607
  id?: number | undefined;
3608
3608
  }[] | undefined;
3609
3609
  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;
@@ -3869,7 +3869,7 @@ export declare function init(config: AuthHeroConfig): {
3869
3869
  hint?: string | undefined;
3870
3870
  messages?: {
3871
3871
  text: string;
3872
- type: "error" | "success" | "info" | "warning";
3872
+ type: "success" | "error" | "info" | "warning";
3873
3873
  id?: number | undefined;
3874
3874
  }[] | undefined;
3875
3875
  required?: boolean | undefined;
@@ -3893,7 +3893,7 @@ export declare function init(config: AuthHeroConfig): {
3893
3893
  hint?: string | undefined;
3894
3894
  messages?: {
3895
3895
  text: string;
3896
- type: "error" | "success" | "info" | "warning";
3896
+ type: "success" | "error" | "info" | "warning";
3897
3897
  id?: number | undefined;
3898
3898
  }[] | undefined;
3899
3899
  required?: boolean | undefined;
@@ -3917,7 +3917,7 @@ export declare function init(config: AuthHeroConfig): {
3917
3917
  hint?: string | undefined;
3918
3918
  messages?: {
3919
3919
  text: string;
3920
- type: "error" | "success" | "info" | "warning";
3920
+ type: "success" | "error" | "info" | "warning";
3921
3921
  id?: number | undefined;
3922
3922
  }[] | undefined;
3923
3923
  required?: boolean | undefined;
@@ -3941,7 +3941,7 @@ export declare function init(config: AuthHeroConfig): {
3941
3941
  hint?: string | undefined;
3942
3942
  messages?: {
3943
3943
  text: string;
3944
- type: "error" | "success" | "info" | "warning";
3944
+ type: "success" | "error" | "info" | "warning";
3945
3945
  id?: number | undefined;
3946
3946
  }[] | undefined;
3947
3947
  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;
@@ -3985,7 +3985,7 @@ export declare function init(config: AuthHeroConfig): {
3985
3985
  hint?: string | undefined;
3986
3986
  messages?: {
3987
3987
  text: string;
3988
- type: "error" | "success" | "info" | "warning";
3988
+ type: "success" | "error" | "info" | "warning";
3989
3989
  id?: number | undefined;
3990
3990
  }[] | undefined;
3991
3991
  required?: boolean | undefined;
@@ -4006,7 +4006,7 @@ export declare function init(config: AuthHeroConfig): {
4006
4006
  hint?: string | undefined;
4007
4007
  messages?: {
4008
4008
  text: string;
4009
- type: "error" | "success" | "info" | "warning";
4009
+ type: "success" | "error" | "info" | "warning";
4010
4010
  id?: number | undefined;
4011
4011
  }[] | undefined;
4012
4012
  required?: boolean | undefined;
@@ -4031,7 +4031,7 @@ export declare function init(config: AuthHeroConfig): {
4031
4031
  hint?: string | undefined;
4032
4032
  messages?: {
4033
4033
  text: string;
4034
- type: "error" | "success" | "info" | "warning";
4034
+ type: "success" | "error" | "info" | "warning";
4035
4035
  id?: number | undefined;
4036
4036
  }[] | undefined;
4037
4037
  required?: boolean | undefined;
@@ -4050,7 +4050,7 @@ export declare function init(config: AuthHeroConfig): {
4050
4050
  hint?: string | undefined;
4051
4051
  messages?: {
4052
4052
  text: string;
4053
- type: "error" | "success" | "info" | "warning";
4053
+ type: "success" | "error" | "info" | "warning";
4054
4054
  id?: number | undefined;
4055
4055
  }[] | undefined;
4056
4056
  required?: boolean | undefined;
@@ -4070,7 +4070,7 @@ export declare function init(config: AuthHeroConfig): {
4070
4070
  hint?: string | undefined;
4071
4071
  messages?: {
4072
4072
  text: string;
4073
- type: "error" | "success" | "info" | "warning";
4073
+ type: "success" | "error" | "info" | "warning";
4074
4074
  id?: number | undefined;
4075
4075
  }[] | undefined;
4076
4076
  required?: boolean | undefined;
@@ -4089,7 +4089,7 @@ export declare function init(config: AuthHeroConfig): {
4089
4089
  hint?: string | undefined;
4090
4090
  messages?: {
4091
4091
  text: string;
4092
- type: "error" | "success" | "info" | "warning";
4092
+ type: "success" | "error" | "info" | "warning";
4093
4093
  id?: number | undefined;
4094
4094
  }[] | undefined;
4095
4095
  required?: boolean | undefined;
@@ -4111,7 +4111,7 @@ export declare function init(config: AuthHeroConfig): {
4111
4111
  hint?: string | undefined;
4112
4112
  messages?: {
4113
4113
  text: string;
4114
- type: "error" | "success" | "info" | "warning";
4114
+ type: "success" | "error" | "info" | "warning";
4115
4115
  id?: number | undefined;
4116
4116
  }[] | undefined;
4117
4117
  required?: boolean | undefined;
@@ -4133,7 +4133,7 @@ export declare function init(config: AuthHeroConfig): {
4133
4133
  hint?: string | undefined;
4134
4134
  messages?: {
4135
4135
  text: string;
4136
- type: "error" | "success" | "info" | "warning";
4136
+ type: "success" | "error" | "info" | "warning";
4137
4137
  id?: number | undefined;
4138
4138
  }[] | undefined;
4139
4139
  required?: boolean | undefined;
@@ -4152,7 +4152,7 @@ export declare function init(config: AuthHeroConfig): {
4152
4152
  hint?: string | undefined;
4153
4153
  messages?: {
4154
4154
  text: string;
4155
- type: "error" | "success" | "info" | "warning";
4155
+ type: "success" | "error" | "info" | "warning";
4156
4156
  id?: number | undefined;
4157
4157
  }[] | undefined;
4158
4158
  required?: boolean | undefined;
@@ -4177,7 +4177,7 @@ export declare function init(config: AuthHeroConfig): {
4177
4177
  hint?: string | undefined;
4178
4178
  messages?: {
4179
4179
  text: string;
4180
- type: "error" | "success" | "info" | "warning";
4180
+ type: "success" | "error" | "info" | "warning";
4181
4181
  id?: number | undefined;
4182
4182
  }[] | undefined;
4183
4183
  required?: boolean | undefined;
@@ -4198,7 +4198,7 @@ export declare function init(config: AuthHeroConfig): {
4198
4198
  hint?: string | undefined;
4199
4199
  messages?: {
4200
4200
  text: string;
4201
- type: "error" | "success" | "info" | "warning";
4201
+ type: "success" | "error" | "info" | "warning";
4202
4202
  id?: number | undefined;
4203
4203
  }[] | undefined;
4204
4204
  required?: boolean | undefined;
@@ -4219,7 +4219,7 @@ export declare function init(config: AuthHeroConfig): {
4219
4219
  hint?: string | undefined;
4220
4220
  messages?: {
4221
4221
  text: string;
4222
- type: "error" | "success" | "info" | "warning";
4222
+ type: "success" | "error" | "info" | "warning";
4223
4223
  id?: number | undefined;
4224
4224
  }[] | undefined;
4225
4225
  required?: boolean | undefined;
@@ -4473,7 +4473,7 @@ export declare function init(config: AuthHeroConfig): {
4473
4473
  hint?: string | undefined;
4474
4474
  messages?: {
4475
4475
  text: string;
4476
- type: "error" | "success" | "info" | "warning";
4476
+ type: "success" | "error" | "info" | "warning";
4477
4477
  id?: number | undefined;
4478
4478
  }[] | undefined;
4479
4479
  required?: boolean | undefined;
@@ -4491,7 +4491,7 @@ export declare function init(config: AuthHeroConfig): {
4491
4491
  hint?: string | undefined;
4492
4492
  messages?: {
4493
4493
  text: string;
4494
- type: "error" | "success" | "info" | "warning";
4494
+ type: "success" | "error" | "info" | "warning";
4495
4495
  id?: number | undefined;
4496
4496
  }[] | undefined;
4497
4497
  required?: boolean | undefined;
@@ -4515,7 +4515,7 @@ export declare function init(config: AuthHeroConfig): {
4515
4515
  hint?: string | undefined;
4516
4516
  messages?: {
4517
4517
  text: string;
4518
- type: "error" | "success" | "info" | "warning";
4518
+ type: "success" | "error" | "info" | "warning";
4519
4519
  id?: number | undefined;
4520
4520
  }[] | undefined;
4521
4521
  required?: boolean | undefined;
@@ -4539,7 +4539,7 @@ export declare function init(config: AuthHeroConfig): {
4539
4539
  hint?: string | undefined;
4540
4540
  messages?: {
4541
4541
  text: string;
4542
- type: "error" | "success" | "info" | "warning";
4542
+ type: "success" | "error" | "info" | "warning";
4543
4543
  id?: number | undefined;
4544
4544
  }[] | undefined;
4545
4545
  required?: boolean | undefined;
@@ -4563,7 +4563,7 @@ export declare function init(config: AuthHeroConfig): {
4563
4563
  hint?: string | undefined;
4564
4564
  messages?: {
4565
4565
  text: string;
4566
- type: "error" | "success" | "info" | "warning";
4566
+ type: "success" | "error" | "info" | "warning";
4567
4567
  id?: number | undefined;
4568
4568
  }[] | undefined;
4569
4569
  required?: boolean | undefined;
@@ -4588,7 +4588,7 @@ export declare function init(config: AuthHeroConfig): {
4588
4588
  hint?: string | undefined;
4589
4589
  messages?: {
4590
4590
  text: string;
4591
- type: "error" | "success" | "info" | "warning";
4591
+ type: "success" | "error" | "info" | "warning";
4592
4592
  id?: number | undefined;
4593
4593
  }[] | undefined;
4594
4594
  required?: boolean | undefined;
@@ -4603,7 +4603,7 @@ export declare function init(config: AuthHeroConfig): {
4603
4603
  hint?: string | undefined;
4604
4604
  messages?: {
4605
4605
  text: string;
4606
- type: "error" | "success" | "info" | "warning";
4606
+ type: "success" | "error" | "info" | "warning";
4607
4607
  id?: number | undefined;
4608
4608
  }[] | undefined;
4609
4609
  required?: boolean | undefined;
@@ -4624,7 +4624,7 @@ export declare function init(config: AuthHeroConfig): {
4624
4624
  hint?: string | undefined;
4625
4625
  messages?: {
4626
4626
  text: string;
4627
- type: "error" | "success" | "info" | "warning";
4627
+ type: "success" | "error" | "info" | "warning";
4628
4628
  id?: number | undefined;
4629
4629
  }[] | undefined;
4630
4630
  required?: boolean | undefined;
@@ -4649,7 +4649,7 @@ export declare function init(config: AuthHeroConfig): {
4649
4649
  hint?: string | undefined;
4650
4650
  messages?: {
4651
4651
  text: string;
4652
- type: "error" | "success" | "info" | "warning";
4652
+ type: "success" | "error" | "info" | "warning";
4653
4653
  id?: number | undefined;
4654
4654
  }[] | undefined;
4655
4655
  required?: boolean | undefined;
@@ -4668,7 +4668,7 @@ export declare function init(config: AuthHeroConfig): {
4668
4668
  hint?: string | undefined;
4669
4669
  messages?: {
4670
4670
  text: string;
4671
- type: "error" | "success" | "info" | "warning";
4671
+ type: "success" | "error" | "info" | "warning";
4672
4672
  id?: number | undefined;
4673
4673
  }[] | undefined;
4674
4674
  required?: boolean | undefined;
@@ -4688,7 +4688,7 @@ export declare function init(config: AuthHeroConfig): {
4688
4688
  hint?: string | undefined;
4689
4689
  messages?: {
4690
4690
  text: string;
4691
- type: "error" | "success" | "info" | "warning";
4691
+ type: "success" | "error" | "info" | "warning";
4692
4692
  id?: number | undefined;
4693
4693
  }[] | undefined;
4694
4694
  required?: boolean | undefined;
@@ -4707,7 +4707,7 @@ export declare function init(config: AuthHeroConfig): {
4707
4707
  hint?: string | undefined;
4708
4708
  messages?: {
4709
4709
  text: string;
4710
- type: "error" | "success" | "info" | "warning";
4710
+ type: "success" | "error" | "info" | "warning";
4711
4711
  id?: number | undefined;
4712
4712
  }[] | undefined;
4713
4713
  required?: boolean | undefined;
@@ -4729,7 +4729,7 @@ export declare function init(config: AuthHeroConfig): {
4729
4729
  hint?: string | undefined;
4730
4730
  messages?: {
4731
4731
  text: string;
4732
- type: "error" | "success" | "info" | "warning";
4732
+ type: "success" | "error" | "info" | "warning";
4733
4733
  id?: number | undefined;
4734
4734
  }[] | undefined;
4735
4735
  required?: boolean | undefined;
@@ -4751,7 +4751,7 @@ export declare function init(config: AuthHeroConfig): {
4751
4751
  hint?: string | undefined;
4752
4752
  messages?: {
4753
4753
  text: string;
4754
- type: "error" | "success" | "info" | "warning";
4754
+ type: "success" | "error" | "info" | "warning";
4755
4755
  id?: number | undefined;
4756
4756
  }[] | undefined;
4757
4757
  required?: boolean | undefined;
@@ -4770,7 +4770,7 @@ export declare function init(config: AuthHeroConfig): {
4770
4770
  hint?: string | undefined;
4771
4771
  messages?: {
4772
4772
  text: string;
4773
- type: "error" | "success" | "info" | "warning";
4773
+ type: "success" | "error" | "info" | "warning";
4774
4774
  id?: number | undefined;
4775
4775
  }[] | undefined;
4776
4776
  required?: boolean | undefined;
@@ -4795,7 +4795,7 @@ export declare function init(config: AuthHeroConfig): {
4795
4795
  hint?: string | undefined;
4796
4796
  messages?: {
4797
4797
  text: string;
4798
- type: "error" | "success" | "info" | "warning";
4798
+ type: "success" | "error" | "info" | "warning";
4799
4799
  id?: number | undefined;
4800
4800
  }[] | undefined;
4801
4801
  required?: boolean | undefined;
@@ -4816,7 +4816,7 @@ export declare function init(config: AuthHeroConfig): {
4816
4816
  hint?: string | undefined;
4817
4817
  messages?: {
4818
4818
  text: string;
4819
- type: "error" | "success" | "info" | "warning";
4819
+ type: "success" | "error" | "info" | "warning";
4820
4820
  id?: number | undefined;
4821
4821
  }[] | undefined;
4822
4822
  required?: boolean | undefined;
@@ -4837,7 +4837,7 @@ export declare function init(config: AuthHeroConfig): {
4837
4837
  hint?: string | undefined;
4838
4838
  messages?: {
4839
4839
  text: string;
4840
- type: "error" | "success" | "info" | "warning";
4840
+ type: "success" | "error" | "info" | "warning";
4841
4841
  id?: number | undefined;
4842
4842
  }[] | undefined;
4843
4843
  required?: boolean | undefined;
@@ -5068,7 +5068,7 @@ export declare function init(config: AuthHeroConfig): {
5068
5068
  hint?: string | undefined;
5069
5069
  messages?: {
5070
5070
  text: string;
5071
- type: "error" | "success" | "info" | "warning";
5071
+ type: "success" | "error" | "info" | "warning";
5072
5072
  id?: number | undefined;
5073
5073
  }[] | undefined;
5074
5074
  required?: boolean | undefined;
@@ -5086,7 +5086,7 @@ export declare function init(config: AuthHeroConfig): {
5086
5086
  hint?: string | undefined;
5087
5087
  messages?: {
5088
5088
  text: string;
5089
- type: "error" | "success" | "info" | "warning";
5089
+ type: "success" | "error" | "info" | "warning";
5090
5090
  id?: number | undefined;
5091
5091
  }[] | undefined;
5092
5092
  required?: boolean | undefined;
@@ -5110,7 +5110,7 @@ export declare function init(config: AuthHeroConfig): {
5110
5110
  hint?: string | undefined;
5111
5111
  messages?: {
5112
5112
  text: string;
5113
- type: "error" | "success" | "info" | "warning";
5113
+ type: "success" | "error" | "info" | "warning";
5114
5114
  id?: number | undefined;
5115
5115
  }[] | undefined;
5116
5116
  required?: boolean | undefined;
@@ -5134,7 +5134,7 @@ export declare function init(config: AuthHeroConfig): {
5134
5134
  hint?: string | undefined;
5135
5135
  messages?: {
5136
5136
  text: string;
5137
- type: "error" | "success" | "info" | "warning";
5137
+ type: "success" | "error" | "info" | "warning";
5138
5138
  id?: number | undefined;
5139
5139
  }[] | undefined;
5140
5140
  required?: boolean | undefined;
@@ -5158,7 +5158,7 @@ export declare function init(config: AuthHeroConfig): {
5158
5158
  hint?: string | undefined;
5159
5159
  messages?: {
5160
5160
  text: string;
5161
- type: "error" | "success" | "info" | "warning";
5161
+ type: "success" | "error" | "info" | "warning";
5162
5162
  id?: number | undefined;
5163
5163
  }[] | undefined;
5164
5164
  required?: boolean | undefined;
@@ -5187,7 +5187,7 @@ export declare function init(config: AuthHeroConfig): {
5187
5187
  hint?: string | undefined;
5188
5188
  messages?: {
5189
5189
  text: string;
5190
- type: "error" | "success" | "info" | "warning";
5190
+ type: "success" | "error" | "info" | "warning";
5191
5191
  id?: number | undefined;
5192
5192
  }[] | undefined;
5193
5193
  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;
@@ -5223,7 +5223,7 @@ export declare function init(config: AuthHeroConfig): {
5223
5223
  hint?: string | undefined;
5224
5224
  messages?: {
5225
5225
  text: string;
5226
- type: "error" | "success" | "info" | "warning";
5226
+ type: "success" | "error" | "info" | "warning";
5227
5227
  id?: number | undefined;
5228
5228
  }[] | undefined;
5229
5229
  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;
@@ -5267,7 +5267,7 @@ export declare function init(config: AuthHeroConfig): {
5267
5267
  hint?: string | undefined;
5268
5268
  messages?: {
5269
5269
  text: string;
5270
- type: "error" | "success" | "info" | "warning";
5270
+ type: "success" | "error" | "info" | "warning";
5271
5271
  id?: number | undefined;
5272
5272
  }[] | undefined;
5273
5273
  required?: boolean | undefined;
@@ -5287,7 +5287,7 @@ export declare function init(config: AuthHeroConfig): {
5287
5287
  hint?: string | undefined;
5288
5288
  messages?: {
5289
5289
  text: string;
5290
- type: "error" | "success" | "info" | "warning";
5290
+ type: "success" | "error" | "info" | "warning";
5291
5291
  id?: number | undefined;
5292
5292
  }[] | undefined;
5293
5293
  required?: boolean | undefined;
@@ -5306,7 +5306,7 @@ export declare function init(config: AuthHeroConfig): {
5306
5306
  hint?: string | undefined;
5307
5307
  messages?: {
5308
5308
  text: string;
5309
- type: "error" | "success" | "info" | "warning";
5309
+ type: "success" | "error" | "info" | "warning";
5310
5310
  id?: number | undefined;
5311
5311
  }[] | undefined;
5312
5312
  required?: boolean | undefined;
@@ -5328,7 +5328,7 @@ export declare function init(config: AuthHeroConfig): {
5328
5328
  hint?: string | undefined;
5329
5329
  messages?: {
5330
5330
  text: string;
5331
- type: "error" | "success" | "info" | "warning";
5331
+ type: "success" | "error" | "info" | "warning";
5332
5332
  id?: number | undefined;
5333
5333
  }[] | undefined;
5334
5334
  required?: boolean | undefined;
@@ -5350,7 +5350,7 @@ export declare function init(config: AuthHeroConfig): {
5350
5350
  hint?: string | undefined;
5351
5351
  messages?: {
5352
5352
  text: string;
5353
- type: "error" | "success" | "info" | "warning";
5353
+ type: "success" | "error" | "info" | "warning";
5354
5354
  id?: number | undefined;
5355
5355
  }[] | undefined;
5356
5356
  required?: boolean | undefined;
@@ -5369,7 +5369,7 @@ export declare function init(config: AuthHeroConfig): {
5369
5369
  hint?: string | undefined;
5370
5370
  messages?: {
5371
5371
  text: string;
5372
- type: "error" | "success" | "info" | "warning";
5372
+ type: "success" | "error" | "info" | "warning";
5373
5373
  id?: number | undefined;
5374
5374
  }[] | undefined;
5375
5375
  required?: boolean | undefined;
@@ -5394,7 +5394,7 @@ export declare function init(config: AuthHeroConfig): {
5394
5394
  hint?: string | undefined;
5395
5395
  messages?: {
5396
5396
  text: string;
5397
- type: "error" | "success" | "info" | "warning";
5397
+ type: "success" | "error" | "info" | "warning";
5398
5398
  id?: number | undefined;
5399
5399
  }[] | undefined;
5400
5400
  required?: boolean | undefined;
@@ -5415,7 +5415,7 @@ export declare function init(config: AuthHeroConfig): {
5415
5415
  hint?: string | undefined;
5416
5416
  messages?: {
5417
5417
  text: string;
5418
- type: "error" | "success" | "info" | "warning";
5418
+ type: "success" | "error" | "info" | "warning";
5419
5419
  id?: number | undefined;
5420
5420
  }[] | undefined;
5421
5421
  required?: boolean | undefined;
@@ -5436,7 +5436,7 @@ export declare function init(config: AuthHeroConfig): {
5436
5436
  hint?: string | undefined;
5437
5437
  messages?: {
5438
5438
  text: string;
5439
- type: "error" | "success" | "info" | "warning";
5439
+ type: "success" | "error" | "info" | "warning";
5440
5440
  id?: number | undefined;
5441
5441
  }[] | undefined;
5442
5442
  required?: boolean | undefined;
@@ -5669,7 +5669,7 @@ export declare function init(config: AuthHeroConfig): {
5669
5669
  hint?: string | undefined;
5670
5670
  messages?: {
5671
5671
  text: string;
5672
- type: "error" | "success" | "info" | "warning";
5672
+ type: "success" | "error" | "info" | "warning";
5673
5673
  id?: number | undefined;
5674
5674
  }[] | undefined;
5675
5675
  required?: boolean | undefined;
@@ -5687,7 +5687,7 @@ export declare function init(config: AuthHeroConfig): {
5687
5687
  hint?: string | undefined;
5688
5688
  messages?: {
5689
5689
  text: string;
5690
- type: "error" | "success" | "info" | "warning";
5690
+ type: "success" | "error" | "info" | "warning";
5691
5691
  id?: number | undefined;
5692
5692
  }[] | undefined;
5693
5693
  required?: boolean | undefined;
@@ -5711,7 +5711,7 @@ export declare function init(config: AuthHeroConfig): {
5711
5711
  hint?: string | undefined;
5712
5712
  messages?: {
5713
5713
  text: string;
5714
- type: "error" | "success" | "info" | "warning";
5714
+ type: "success" | "error" | "info" | "warning";
5715
5715
  id?: number | undefined;
5716
5716
  }[] | undefined;
5717
5717
  required?: boolean | undefined;
@@ -5735,7 +5735,7 @@ export declare function init(config: AuthHeroConfig): {
5735
5735
  hint?: string | undefined;
5736
5736
  messages?: {
5737
5737
  text: string;
5738
- type: "error" | "success" | "info" | "warning";
5738
+ type: "success" | "error" | "info" | "warning";
5739
5739
  id?: number | undefined;
5740
5740
  }[] | undefined;
5741
5741
  required?: boolean | undefined;
@@ -5759,7 +5759,7 @@ export declare function init(config: AuthHeroConfig): {
5759
5759
  hint?: string | undefined;
5760
5760
  messages?: {
5761
5761
  text: string;
5762
- type: "error" | "success" | "info" | "warning";
5762
+ type: "success" | "error" | "info" | "warning";
5763
5763
  id?: number | undefined;
5764
5764
  }[] | undefined;
5765
5765
  required?: boolean | undefined;
@@ -5784,7 +5784,7 @@ export declare function init(config: AuthHeroConfig): {
5784
5784
  hint?: string | undefined;
5785
5785
  messages?: {
5786
5786
  text: string;
5787
- type: "error" | "success" | "info" | "warning";
5787
+ type: "success" | "error" | "info" | "warning";
5788
5788
  id?: number | undefined;
5789
5789
  }[] | undefined;
5790
5790
  required?: boolean | undefined;
@@ -5799,7 +5799,7 @@ export declare function init(config: AuthHeroConfig): {
5799
5799
  hint?: string | undefined;
5800
5800
  messages?: {
5801
5801
  text: string;
5802
- type: "error" | "success" | "info" | "warning";
5802
+ type: "success" | "error" | "info" | "warning";
5803
5803
  id?: number | undefined;
5804
5804
  }[] | undefined;
5805
5805
  required?: boolean | undefined;
@@ -5820,7 +5820,7 @@ export declare function init(config: AuthHeroConfig): {
5820
5820
  hint?: string | undefined;
5821
5821
  messages?: {
5822
5822
  text: string;
5823
- type: "error" | "success" | "info" | "warning";
5823
+ type: "success" | "error" | "info" | "warning";
5824
5824
  id?: number | undefined;
5825
5825
  }[] | undefined;
5826
5826
  required?: boolean | undefined;
@@ -5845,7 +5845,7 @@ export declare function init(config: AuthHeroConfig): {
5845
5845
  hint?: string | undefined;
5846
5846
  messages?: {
5847
5847
  text: string;
5848
- type: "error" | "success" | "info" | "warning";
5848
+ type: "success" | "error" | "info" | "warning";
5849
5849
  id?: number | undefined;
5850
5850
  }[] | undefined;
5851
5851
  required?: boolean | undefined;
@@ -5864,7 +5864,7 @@ export declare function init(config: AuthHeroConfig): {
5864
5864
  hint?: string | undefined;
5865
5865
  messages?: {
5866
5866
  text: string;
5867
- type: "error" | "success" | "info" | "warning";
5867
+ type: "success" | "error" | "info" | "warning";
5868
5868
  id?: number | undefined;
5869
5869
  }[] | undefined;
5870
5870
  required?: boolean | undefined;
@@ -5884,7 +5884,7 @@ export declare function init(config: AuthHeroConfig): {
5884
5884
  hint?: string | undefined;
5885
5885
  messages?: {
5886
5886
  text: string;
5887
- type: "error" | "success" | "info" | "warning";
5887
+ type: "success" | "error" | "info" | "warning";
5888
5888
  id?: number | undefined;
5889
5889
  }[] | undefined;
5890
5890
  required?: boolean | undefined;
@@ -5903,7 +5903,7 @@ export declare function init(config: AuthHeroConfig): {
5903
5903
  hint?: string | undefined;
5904
5904
  messages?: {
5905
5905
  text: string;
5906
- type: "error" | "success" | "info" | "warning";
5906
+ type: "success" | "error" | "info" | "warning";
5907
5907
  id?: number | undefined;
5908
5908
  }[] | undefined;
5909
5909
  required?: boolean | undefined;
@@ -5925,7 +5925,7 @@ export declare function init(config: AuthHeroConfig): {
5925
5925
  hint?: string | undefined;
5926
5926
  messages?: {
5927
5927
  text: string;
5928
- type: "error" | "success" | "info" | "warning";
5928
+ type: "success" | "error" | "info" | "warning";
5929
5929
  id?: number | undefined;
5930
5930
  }[] | undefined;
5931
5931
  required?: boolean | undefined;
@@ -5947,7 +5947,7 @@ export declare function init(config: AuthHeroConfig): {
5947
5947
  hint?: string | undefined;
5948
5948
  messages?: {
5949
5949
  text: string;
5950
- type: "error" | "success" | "info" | "warning";
5950
+ type: "success" | "error" | "info" | "warning";
5951
5951
  id?: number | undefined;
5952
5952
  }[] | undefined;
5953
5953
  required?: boolean | undefined;
@@ -5966,7 +5966,7 @@ export declare function init(config: AuthHeroConfig): {
5966
5966
  hint?: string | undefined;
5967
5967
  messages?: {
5968
5968
  text: string;
5969
- type: "error" | "success" | "info" | "warning";
5969
+ type: "success" | "error" | "info" | "warning";
5970
5970
  id?: number | undefined;
5971
5971
  }[] | undefined;
5972
5972
  required?: boolean | undefined;
@@ -5991,7 +5991,7 @@ export declare function init(config: AuthHeroConfig): {
5991
5991
  hint?: string | undefined;
5992
5992
  messages?: {
5993
5993
  text: string;
5994
- type: "error" | "success" | "info" | "warning";
5994
+ type: "success" | "error" | "info" | "warning";
5995
5995
  id?: number | undefined;
5996
5996
  }[] | undefined;
5997
5997
  required?: boolean | undefined;
@@ -6012,7 +6012,7 @@ export declare function init(config: AuthHeroConfig): {
6012
6012
  hint?: string | undefined;
6013
6013
  messages?: {
6014
6014
  text: string;
6015
- type: "error" | "success" | "info" | "warning";
6015
+ type: "success" | "error" | "info" | "warning";
6016
6016
  id?: number | undefined;
6017
6017
  }[] | undefined;
6018
6018
  required?: boolean | undefined;
@@ -6033,7 +6033,7 @@ export declare function init(config: AuthHeroConfig): {
6033
6033
  hint?: string | undefined;
6034
6034
  messages?: {
6035
6035
  text: string;
6036
- type: "error" | "success" | "info" | "warning";
6036
+ type: "success" | "error" | "info" | "warning";
6037
6037
  id?: number | undefined;
6038
6038
  }[] | undefined;
6039
6039
  required?: boolean | undefined;
@@ -6264,7 +6264,7 @@ export declare function init(config: AuthHeroConfig): {
6264
6264
  hint?: string | undefined;
6265
6265
  messages?: {
6266
6266
  text: string;
6267
- type: "error" | "success" | "info" | "warning";
6267
+ type: "success" | "error" | "info" | "warning";
6268
6268
  id?: number | undefined;
6269
6269
  }[] | undefined;
6270
6270
  required?: boolean | undefined;
@@ -6282,7 +6282,7 @@ export declare function init(config: AuthHeroConfig): {
6282
6282
  hint?: string | undefined;
6283
6283
  messages?: {
6284
6284
  text: string;
6285
- type: "error" | "success" | "info" | "warning";
6285
+ type: "success" | "error" | "info" | "warning";
6286
6286
  id?: number | undefined;
6287
6287
  }[] | undefined;
6288
6288
  required?: boolean | undefined;
@@ -6306,7 +6306,7 @@ export declare function init(config: AuthHeroConfig): {
6306
6306
  hint?: string | undefined;
6307
6307
  messages?: {
6308
6308
  text: string;
6309
- type: "error" | "success" | "info" | "warning";
6309
+ type: "success" | "error" | "info" | "warning";
6310
6310
  id?: number | undefined;
6311
6311
  }[] | undefined;
6312
6312
  required?: boolean | undefined;
@@ -6330,7 +6330,7 @@ export declare function init(config: AuthHeroConfig): {
6330
6330
  hint?: string | undefined;
6331
6331
  messages?: {
6332
6332
  text: string;
6333
- type: "error" | "success" | "info" | "warning";
6333
+ type: "success" | "error" | "info" | "warning";
6334
6334
  id?: number | undefined;
6335
6335
  }[] | undefined;
6336
6336
  required?: boolean | undefined;
@@ -6354,7 +6354,7 @@ export declare function init(config: AuthHeroConfig): {
6354
6354
  hint?: string | undefined;
6355
6355
  messages?: {
6356
6356
  text: string;
6357
- type: "error" | "success" | "info" | "warning";
6357
+ type: "success" | "error" | "info" | "warning";
6358
6358
  id?: number | undefined;
6359
6359
  }[] | undefined;
6360
6360
  required?: boolean | undefined;
@@ -6383,7 +6383,7 @@ export declare function init(config: AuthHeroConfig): {
6383
6383
  hint?: string | undefined;
6384
6384
  messages?: {
6385
6385
  text: string;
6386
- type: "error" | "success" | "info" | "warning";
6386
+ type: "success" | "error" | "info" | "warning";
6387
6387
  id?: number | undefined;
6388
6388
  }[] | undefined;
6389
6389
  required?: boolean | undefined;
@@ -6398,7 +6398,7 @@ export declare function init(config: AuthHeroConfig): {
6398
6398
  hint?: string | undefined;
6399
6399
  messages?: {
6400
6400
  text: string;
6401
- type: "error" | "success" | "info" | "warning";
6401
+ type: "success" | "error" | "info" | "warning";
6402
6402
  id?: number | undefined;
6403
6403
  }[] | undefined;
6404
6404
  required?: boolean | undefined;
@@ -6419,7 +6419,7 @@ export declare function init(config: AuthHeroConfig): {
6419
6419
  hint?: string | undefined;
6420
6420
  messages?: {
6421
6421
  text: string;
6422
- type: "error" | "success" | "info" | "warning";
6422
+ type: "success" | "error" | "info" | "warning";
6423
6423
  id?: number | undefined;
6424
6424
  }[] | undefined;
6425
6425
  required?: boolean | undefined;
@@ -6444,7 +6444,7 @@ export declare function init(config: AuthHeroConfig): {
6444
6444
  hint?: string | undefined;
6445
6445
  messages?: {
6446
6446
  text: string;
6447
- type: "error" | "success" | "info" | "warning";
6447
+ type: "success" | "error" | "info" | "warning";
6448
6448
  id?: number | undefined;
6449
6449
  }[] | undefined;
6450
6450
  required?: boolean | undefined;
@@ -6463,7 +6463,7 @@ export declare function init(config: AuthHeroConfig): {
6463
6463
  hint?: string | undefined;
6464
6464
  messages?: {
6465
6465
  text: string;
6466
- type: "error" | "success" | "info" | "warning";
6466
+ type: "success" | "error" | "info" | "warning";
6467
6467
  id?: number | undefined;
6468
6468
  }[] | undefined;
6469
6469
  required?: boolean | undefined;
@@ -6483,7 +6483,7 @@ export declare function init(config: AuthHeroConfig): {
6483
6483
  hint?: string | undefined;
6484
6484
  messages?: {
6485
6485
  text: string;
6486
- type: "error" | "success" | "info" | "warning";
6486
+ type: "success" | "error" | "info" | "warning";
6487
6487
  id?: number | undefined;
6488
6488
  }[] | undefined;
6489
6489
  required?: boolean | undefined;
@@ -6502,7 +6502,7 @@ export declare function init(config: AuthHeroConfig): {
6502
6502
  hint?: string | undefined;
6503
6503
  messages?: {
6504
6504
  text: string;
6505
- type: "error" | "success" | "info" | "warning";
6505
+ type: "success" | "error" | "info" | "warning";
6506
6506
  id?: number | undefined;
6507
6507
  }[] | undefined;
6508
6508
  required?: boolean | undefined;
@@ -6524,7 +6524,7 @@ export declare function init(config: AuthHeroConfig): {
6524
6524
  hint?: string | undefined;
6525
6525
  messages?: {
6526
6526
  text: string;
6527
- type: "error" | "success" | "info" | "warning";
6527
+ type: "success" | "error" | "info" | "warning";
6528
6528
  id?: number | undefined;
6529
6529
  }[] | undefined;
6530
6530
  required?: boolean | undefined;
@@ -6546,7 +6546,7 @@ export declare function init(config: AuthHeroConfig): {
6546
6546
  hint?: string | undefined;
6547
6547
  messages?: {
6548
6548
  text: string;
6549
- type: "error" | "success" | "info" | "warning";
6549
+ type: "success" | "error" | "info" | "warning";
6550
6550
  id?: number | undefined;
6551
6551
  }[] | undefined;
6552
6552
  required?: boolean | undefined;
@@ -6565,7 +6565,7 @@ export declare function init(config: AuthHeroConfig): {
6565
6565
  hint?: string | undefined;
6566
6566
  messages?: {
6567
6567
  text: string;
6568
- type: "error" | "success" | "info" | "warning";
6568
+ type: "success" | "error" | "info" | "warning";
6569
6569
  id?: number | undefined;
6570
6570
  }[] | undefined;
6571
6571
  required?: boolean | undefined;
@@ -6590,7 +6590,7 @@ export declare function init(config: AuthHeroConfig): {
6590
6590
  hint?: string | undefined;
6591
6591
  messages?: {
6592
6592
  text: string;
6593
- type: "error" | "success" | "info" | "warning";
6593
+ type: "success" | "error" | "info" | "warning";
6594
6594
  id?: number | undefined;
6595
6595
  }[] | undefined;
6596
6596
  required?: boolean | undefined;
@@ -6611,7 +6611,7 @@ export declare function init(config: AuthHeroConfig): {
6611
6611
  hint?: string | undefined;
6612
6612
  messages?: {
6613
6613
  text: string;
6614
- type: "error" | "success" | "info" | "warning";
6614
+ type: "success" | "error" | "info" | "warning";
6615
6615
  id?: number | undefined;
6616
6616
  }[] | undefined;
6617
6617
  required?: boolean | undefined;
@@ -6632,7 +6632,7 @@ export declare function init(config: AuthHeroConfig): {
6632
6632
  hint?: string | undefined;
6633
6633
  messages?: {
6634
6634
  text: string;
6635
- type: "error" | "success" | "info" | "warning";
6635
+ type: "success" | "error" | "info" | "warning";
6636
6636
  id?: number | undefined;
6637
6637
  }[] | undefined;
6638
6638
  required?: boolean | undefined;
@@ -6862,7 +6862,7 @@ export declare function init(config: AuthHeroConfig): {
6862
6862
  };
6863
6863
  };
6864
6864
  output: {
6865
- prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6865
+ prompt: "common" | "mfa" | "organizations" | "signup" | "status" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6866
6866
  language: string;
6867
6867
  }[];
6868
6868
  outputFormat: "json";
@@ -6900,7 +6900,7 @@ export declare function init(config: AuthHeroConfig): {
6900
6900
  $get: {
6901
6901
  input: {
6902
6902
  param: {
6903
- prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6903
+ prompt: "common" | "mfa" | "organizations" | "signup" | "status" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6904
6904
  language: string;
6905
6905
  };
6906
6906
  } & {
@@ -6922,7 +6922,7 @@ export declare function init(config: AuthHeroConfig): {
6922
6922
  $put: {
6923
6923
  input: {
6924
6924
  param: {
6925
- prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6925
+ prompt: "common" | "mfa" | "organizations" | "signup" | "status" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6926
6926
  language: string;
6927
6927
  };
6928
6928
  } & {
@@ -6946,7 +6946,7 @@ export declare function init(config: AuthHeroConfig): {
6946
6946
  $delete: {
6947
6947
  input: {
6948
6948
  param: {
6949
- prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6949
+ prompt: "common" | "mfa" | "organizations" | "signup" | "status" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6950
6950
  language: string;
6951
6951
  };
6952
6952
  } & {
@@ -7038,7 +7038,7 @@ export declare function init(config: AuthHeroConfig): {
7038
7038
  active?: boolean | undefined;
7039
7039
  } | undefined;
7040
7040
  signup?: {
7041
- status?: "optional" | "disabled" | "required" | undefined;
7041
+ status?: "optional" | "required" | "disabled" | undefined;
7042
7042
  verification?: {
7043
7043
  active?: boolean | undefined;
7044
7044
  } | undefined;
@@ -7055,7 +7055,7 @@ export declare function init(config: AuthHeroConfig): {
7055
7055
  active?: boolean | undefined;
7056
7056
  } | undefined;
7057
7057
  signup?: {
7058
- status?: "optional" | "disabled" | "required" | undefined;
7058
+ status?: "optional" | "required" | "disabled" | undefined;
7059
7059
  } | undefined;
7060
7060
  validation?: {
7061
7061
  max_length?: number | undefined;
@@ -7072,7 +7072,7 @@ export declare function init(config: AuthHeroConfig): {
7072
7072
  active?: boolean | undefined;
7073
7073
  } | undefined;
7074
7074
  signup?: {
7075
- status?: "optional" | "disabled" | "required" | undefined;
7075
+ status?: "optional" | "required" | "disabled" | undefined;
7076
7076
  } | undefined;
7077
7077
  } | undefined;
7078
7078
  } | undefined;
@@ -7085,7 +7085,7 @@ export declare function init(config: AuthHeroConfig): {
7085
7085
  } | undefined;
7086
7086
  } | undefined;
7087
7087
  passkey_options?: {
7088
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7088
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7089
7089
  local_enrollment_enabled?: boolean | undefined;
7090
7090
  progressive_enrollment_enabled?: boolean | undefined;
7091
7091
  } | undefined;
@@ -7172,7 +7172,7 @@ export declare function init(config: AuthHeroConfig): {
7172
7172
  active?: boolean | undefined;
7173
7173
  } | undefined;
7174
7174
  signup?: {
7175
- status?: "optional" | "disabled" | "required" | undefined;
7175
+ status?: "optional" | "required" | "disabled" | undefined;
7176
7176
  verification?: {
7177
7177
  active?: boolean | undefined;
7178
7178
  } | undefined;
@@ -7189,7 +7189,7 @@ export declare function init(config: AuthHeroConfig): {
7189
7189
  active?: boolean | undefined;
7190
7190
  } | undefined;
7191
7191
  signup?: {
7192
- status?: "optional" | "disabled" | "required" | undefined;
7192
+ status?: "optional" | "required" | "disabled" | undefined;
7193
7193
  } | undefined;
7194
7194
  validation?: {
7195
7195
  max_length?: number | undefined;
@@ -7206,7 +7206,7 @@ export declare function init(config: AuthHeroConfig): {
7206
7206
  active?: boolean | undefined;
7207
7207
  } | undefined;
7208
7208
  signup?: {
7209
- status?: "optional" | "disabled" | "required" | undefined;
7209
+ status?: "optional" | "required" | "disabled" | undefined;
7210
7210
  } | undefined;
7211
7211
  } | undefined;
7212
7212
  } | undefined;
@@ -7219,7 +7219,7 @@ export declare function init(config: AuthHeroConfig): {
7219
7219
  } | undefined;
7220
7220
  } | undefined;
7221
7221
  passkey_options?: {
7222
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7222
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7223
7223
  local_enrollment_enabled?: boolean | undefined;
7224
7224
  progressive_enrollment_enabled?: boolean | undefined;
7225
7225
  } | undefined;
@@ -7321,7 +7321,7 @@ export declare function init(config: AuthHeroConfig): {
7321
7321
  active?: boolean | undefined;
7322
7322
  } | undefined;
7323
7323
  signup?: {
7324
- status?: "optional" | "disabled" | "required" | undefined;
7324
+ status?: "optional" | "required" | "disabled" | undefined;
7325
7325
  verification?: {
7326
7326
  active?: boolean | undefined;
7327
7327
  } | undefined;
@@ -7338,7 +7338,7 @@ export declare function init(config: AuthHeroConfig): {
7338
7338
  active?: boolean | undefined;
7339
7339
  } | undefined;
7340
7340
  signup?: {
7341
- status?: "optional" | "disabled" | "required" | undefined;
7341
+ status?: "optional" | "required" | "disabled" | undefined;
7342
7342
  } | undefined;
7343
7343
  validation?: {
7344
7344
  max_length?: number | undefined;
@@ -7355,7 +7355,7 @@ export declare function init(config: AuthHeroConfig): {
7355
7355
  active?: boolean | undefined;
7356
7356
  } | undefined;
7357
7357
  signup?: {
7358
- status?: "optional" | "disabled" | "required" | undefined;
7358
+ status?: "optional" | "required" | "disabled" | undefined;
7359
7359
  } | undefined;
7360
7360
  } | undefined;
7361
7361
  } | undefined;
@@ -7368,7 +7368,7 @@ export declare function init(config: AuthHeroConfig): {
7368
7368
  } | undefined;
7369
7369
  } | undefined;
7370
7370
  passkey_options?: {
7371
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7371
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7372
7372
  local_enrollment_enabled?: boolean | undefined;
7373
7373
  progressive_enrollment_enabled?: boolean | undefined;
7374
7374
  } | undefined;
@@ -7500,7 +7500,7 @@ export declare function init(config: AuthHeroConfig): {
7500
7500
  active?: boolean | undefined;
7501
7501
  } | undefined;
7502
7502
  signup?: {
7503
- status?: "optional" | "disabled" | "required" | undefined;
7503
+ status?: "optional" | "required" | "disabled" | undefined;
7504
7504
  verification?: {
7505
7505
  active?: boolean | undefined;
7506
7506
  } | undefined;
@@ -7517,7 +7517,7 @@ export declare function init(config: AuthHeroConfig): {
7517
7517
  active?: boolean | undefined;
7518
7518
  } | undefined;
7519
7519
  signup?: {
7520
- status?: "optional" | "disabled" | "required" | undefined;
7520
+ status?: "optional" | "required" | "disabled" | undefined;
7521
7521
  } | undefined;
7522
7522
  validation?: {
7523
7523
  max_length?: number | undefined;
@@ -7534,7 +7534,7 @@ export declare function init(config: AuthHeroConfig): {
7534
7534
  active?: boolean | undefined;
7535
7535
  } | undefined;
7536
7536
  signup?: {
7537
- status?: "optional" | "disabled" | "required" | undefined;
7537
+ status?: "optional" | "required" | "disabled" | undefined;
7538
7538
  } | undefined;
7539
7539
  } | undefined;
7540
7540
  } | undefined;
@@ -7547,7 +7547,7 @@ export declare function init(config: AuthHeroConfig): {
7547
7547
  } | undefined;
7548
7548
  } | undefined;
7549
7549
  passkey_options?: {
7550
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7550
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7551
7551
  local_enrollment_enabled?: boolean | undefined;
7552
7552
  progressive_enrollment_enabled?: boolean | undefined;
7553
7553
  } | undefined;
@@ -7658,7 +7658,7 @@ export declare function init(config: AuthHeroConfig): {
7658
7658
  active?: boolean | undefined;
7659
7659
  } | undefined;
7660
7660
  signup?: {
7661
- status?: "optional" | "disabled" | "required" | undefined;
7661
+ status?: "optional" | "required" | "disabled" | undefined;
7662
7662
  verification?: {
7663
7663
  active?: boolean | undefined;
7664
7664
  } | undefined;
@@ -7675,7 +7675,7 @@ export declare function init(config: AuthHeroConfig): {
7675
7675
  active?: boolean | undefined;
7676
7676
  } | undefined;
7677
7677
  signup?: {
7678
- status?: "optional" | "disabled" | "required" | undefined;
7678
+ status?: "optional" | "required" | "disabled" | undefined;
7679
7679
  } | undefined;
7680
7680
  validation?: {
7681
7681
  max_length?: number | undefined;
@@ -7692,7 +7692,7 @@ export declare function init(config: AuthHeroConfig): {
7692
7692
  active?: boolean | undefined;
7693
7693
  } | undefined;
7694
7694
  signup?: {
7695
- status?: "optional" | "disabled" | "required" | undefined;
7695
+ status?: "optional" | "required" | "disabled" | undefined;
7696
7696
  } | undefined;
7697
7697
  } | undefined;
7698
7698
  } | undefined;
@@ -7705,7 +7705,7 @@ export declare function init(config: AuthHeroConfig): {
7705
7705
  } | undefined;
7706
7706
  } | undefined;
7707
7707
  passkey_options?: {
7708
- challenge_ui?: "both" | "autofill" | "button" | undefined;
7708
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
7709
7709
  local_enrollment_enabled?: boolean | undefined;
7710
7710
  progressive_enrollment_enabled?: boolean | undefined;
7711
7711
  } | undefined;
@@ -7808,7 +7808,7 @@ export declare function init(config: AuthHeroConfig): {
7808
7808
  };
7809
7809
  } | {
7810
7810
  mode: "inline";
7811
- status: "error" | "success";
7811
+ status: "success" | "error";
7812
7812
  connection_id: string;
7813
7813
  connection_name: string;
7814
7814
  strategy: string;
@@ -8447,7 +8447,7 @@ export declare function init(config: AuthHeroConfig): {
8447
8447
  log_type: string;
8448
8448
  category: "user_action" | "admin_action" | "system" | "api";
8449
8449
  actor: {
8450
- type: "client_credentials" | "user" | "api_key" | "system" | "admin";
8450
+ type: "user" | "client_credentials" | "api_key" | "system" | "admin";
8451
8451
  id?: string | undefined;
8452
8452
  email?: string | undefined;
8453
8453
  org_id?: string | undefined;
@@ -8925,7 +8925,7 @@ export declare function init(config: AuthHeroConfig): {
8925
8925
  [x: string]: import("hono/utils/types").JSONValue;
8926
8926
  };
8927
8927
  id: string;
8928
- status: "suspended" | "active" | "paused";
8928
+ status: "active" | "suspended" | "paused";
8929
8929
  filters?: {
8930
8930
  type: string;
8931
8931
  name: string;
@@ -8957,7 +8957,7 @@ export declare function init(config: AuthHeroConfig): {
8957
8957
  [x: string]: import("hono/utils/types").JSONValue;
8958
8958
  };
8959
8959
  id: string;
8960
- status: "suspended" | "active" | "paused";
8960
+ status: "active" | "suspended" | "paused";
8961
8961
  filters?: {
8962
8962
  type: string;
8963
8963
  name: string;
@@ -8982,7 +8982,7 @@ export declare function init(config: AuthHeroConfig): {
8982
8982
  name: string;
8983
8983
  type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
8984
8984
  sink: Record<string, unknown>;
8985
- status?: "suspended" | "active" | "paused" | undefined;
8985
+ status?: "active" | "suspended" | "paused" | undefined;
8986
8986
  filters?: {
8987
8987
  type: string;
8988
8988
  name: string;
@@ -8997,7 +8997,7 @@ export declare function init(config: AuthHeroConfig): {
8997
8997
  [x: string]: import("hono/utils/types").JSONValue;
8998
8998
  };
8999
8999
  id: string;
9000
- status: "suspended" | "active" | "paused";
9000
+ status: "active" | "suspended" | "paused";
9001
9001
  filters?: {
9002
9002
  type: string;
9003
9003
  name: string;
@@ -9032,7 +9032,7 @@ export declare function init(config: AuthHeroConfig): {
9032
9032
  }[] | undefined;
9033
9033
  isPriority?: boolean | undefined;
9034
9034
  id?: string | undefined;
9035
- status?: "suspended" | "active" | "paused" | undefined;
9035
+ status?: "active" | "suspended" | "paused" | undefined;
9036
9036
  created_at?: string | undefined;
9037
9037
  updated_at?: string | undefined;
9038
9038
  };
@@ -9044,7 +9044,7 @@ export declare function init(config: AuthHeroConfig): {
9044
9044
  [x: string]: import("hono/utils/types").JSONValue;
9045
9045
  };
9046
9046
  id: string;
9047
- status: "suspended" | "active" | "paused";
9047
+ status: "active" | "suspended" | "paused";
9048
9048
  filters?: {
9049
9049
  type: string;
9050
9050
  name: string;
@@ -9095,7 +9095,7 @@ export declare function init(config: AuthHeroConfig): {
9095
9095
  };
9096
9096
  };
9097
9097
  output: {
9098
- type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9098
+ type: "i" | "f" | "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" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9099
9099
  date: string;
9100
9100
  isMobile: boolean;
9101
9101
  log_id: string;
@@ -9134,7 +9134,7 @@ export declare function init(config: AuthHeroConfig): {
9134
9134
  limit: number;
9135
9135
  length: number;
9136
9136
  logs: {
9137
- type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9137
+ type: "i" | "f" | "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" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9138
9138
  date: string;
9139
9139
  isMobile: boolean;
9140
9140
  log_id: string;
@@ -9188,7 +9188,7 @@ export declare function init(config: AuthHeroConfig): {
9188
9188
  };
9189
9189
  };
9190
9190
  output: {
9191
- type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9191
+ type: "i" | "f" | "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" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9192
9192
  date: string;
9193
9193
  isMobile: boolean;
9194
9194
  log_id: string;
@@ -10264,7 +10264,7 @@ export declare function init(config: AuthHeroConfig): {
10264
10264
  active?: boolean | undefined;
10265
10265
  } | undefined;
10266
10266
  signup?: {
10267
- status?: "optional" | "disabled" | "required" | undefined;
10267
+ status?: "optional" | "required" | "disabled" | undefined;
10268
10268
  verification?: {
10269
10269
  active?: boolean | undefined;
10270
10270
  } | undefined;
@@ -10281,7 +10281,7 @@ export declare function init(config: AuthHeroConfig): {
10281
10281
  active?: boolean | undefined;
10282
10282
  } | undefined;
10283
10283
  signup?: {
10284
- status?: "optional" | "disabled" | "required" | undefined;
10284
+ status?: "optional" | "required" | "disabled" | undefined;
10285
10285
  } | undefined;
10286
10286
  validation?: {
10287
10287
  max_length?: number | undefined;
@@ -10298,7 +10298,7 @@ export declare function init(config: AuthHeroConfig): {
10298
10298
  active?: boolean | undefined;
10299
10299
  } | undefined;
10300
10300
  signup?: {
10301
- status?: "optional" | "disabled" | "required" | undefined;
10301
+ status?: "optional" | "required" | "disabled" | undefined;
10302
10302
  } | undefined;
10303
10303
  } | undefined;
10304
10304
  } | undefined;
@@ -10311,7 +10311,7 @@ export declare function init(config: AuthHeroConfig): {
10311
10311
  } | undefined;
10312
10312
  } | undefined;
10313
10313
  passkey_options?: {
10314
- challenge_ui?: "both" | "autofill" | "button" | undefined;
10314
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
10315
10315
  local_enrollment_enabled?: boolean | undefined;
10316
10316
  progressive_enrollment_enabled?: boolean | undefined;
10317
10317
  } | undefined;
@@ -10418,7 +10418,7 @@ export declare function init(config: AuthHeroConfig): {
10418
10418
  active?: boolean | undefined;
10419
10419
  } | undefined;
10420
10420
  signup?: {
10421
- status?: "optional" | "disabled" | "required" | undefined;
10421
+ status?: "optional" | "required" | "disabled" | undefined;
10422
10422
  verification?: {
10423
10423
  active?: boolean | undefined;
10424
10424
  } | undefined;
@@ -10435,7 +10435,7 @@ export declare function init(config: AuthHeroConfig): {
10435
10435
  active?: boolean | undefined;
10436
10436
  } | undefined;
10437
10437
  signup?: {
10438
- status?: "optional" | "disabled" | "required" | undefined;
10438
+ status?: "optional" | "required" | "disabled" | undefined;
10439
10439
  } | undefined;
10440
10440
  validation?: {
10441
10441
  max_length?: number | undefined;
@@ -10452,7 +10452,7 @@ export declare function init(config: AuthHeroConfig): {
10452
10452
  active?: boolean | undefined;
10453
10453
  } | undefined;
10454
10454
  signup?: {
10455
- status?: "optional" | "disabled" | "required" | undefined;
10455
+ status?: "optional" | "required" | "disabled" | undefined;
10456
10456
  } | undefined;
10457
10457
  } | undefined;
10458
10458
  } | undefined;
@@ -10465,7 +10465,7 @@ export declare function init(config: AuthHeroConfig): {
10465
10465
  } | undefined;
10466
10466
  } | undefined;
10467
10467
  passkey_options?: {
10468
- challenge_ui?: "both" | "autofill" | "button" | undefined;
10468
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
10469
10469
  local_enrollment_enabled?: boolean | undefined;
10470
10470
  progressive_enrollment_enabled?: boolean | undefined;
10471
10471
  } | undefined;
@@ -11406,7 +11406,7 @@ export declare function init(config: AuthHeroConfig): {
11406
11406
  };
11407
11407
  };
11408
11408
  output: {
11409
- type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11409
+ type: "i" | "f" | "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" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11410
11410
  date: string;
11411
11411
  isMobile: boolean;
11412
11412
  log_id: string;
@@ -11445,7 +11445,7 @@ export declare function init(config: AuthHeroConfig): {
11445
11445
  limit: number;
11446
11446
  length: number;
11447
11447
  logs: {
11448
- type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11448
+ type: "i" | "f" | "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" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11449
11449
  date: string;
11450
11450
  isMobile: boolean;
11451
11451
  log_id: string;
@@ -11760,7 +11760,7 @@ export declare function init(config: AuthHeroConfig): {
11760
11760
  };
11761
11761
  } & {
11762
11762
  json: {
11763
- 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";
11763
+ 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";
11764
11764
  body: string;
11765
11765
  from: string;
11766
11766
  subject: string;
@@ -11781,7 +11781,7 @@ export declare function init(config: AuthHeroConfig): {
11781
11781
  };
11782
11782
  } & {
11783
11783
  json: {
11784
- 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";
11784
+ 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";
11785
11785
  body: string;
11786
11786
  from: string;
11787
11787
  subject: string;
@@ -11793,7 +11793,7 @@ export declare function init(config: AuthHeroConfig): {
11793
11793
  };
11794
11794
  };
11795
11795
  output: {
11796
- 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";
11796
+ 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";
11797
11797
  body: string;
11798
11798
  from: string;
11799
11799
  subject: string;
@@ -11816,7 +11816,7 @@ export declare function init(config: AuthHeroConfig): {
11816
11816
  };
11817
11817
  };
11818
11818
  output: {
11819
- 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";
11819
+ 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";
11820
11820
  body: string;
11821
11821
  subject: string;
11822
11822
  }[];
@@ -11829,7 +11829,7 @@ export declare function init(config: AuthHeroConfig): {
11829
11829
  $get: {
11830
11830
  input: {
11831
11831
  param: {
11832
- 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";
11832
+ 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";
11833
11833
  };
11834
11834
  } & {
11835
11835
  header: {
@@ -11842,7 +11842,7 @@ export declare function init(config: AuthHeroConfig): {
11842
11842
  } | {
11843
11843
  input: {
11844
11844
  param: {
11845
- 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";
11845
+ 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";
11846
11846
  };
11847
11847
  } & {
11848
11848
  header: {
@@ -11850,7 +11850,7 @@ export declare function init(config: AuthHeroConfig): {
11850
11850
  };
11851
11851
  };
11852
11852
  output: {
11853
- 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";
11853
+ 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";
11854
11854
  body: string;
11855
11855
  from: string;
11856
11856
  subject: string;
@@ -11869,7 +11869,7 @@ export declare function init(config: AuthHeroConfig): {
11869
11869
  $put: {
11870
11870
  input: {
11871
11871
  param: {
11872
- 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";
11872
+ 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";
11873
11873
  };
11874
11874
  } & {
11875
11875
  header: {
@@ -11877,7 +11877,7 @@ export declare function init(config: AuthHeroConfig): {
11877
11877
  };
11878
11878
  } & {
11879
11879
  json: {
11880
- 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";
11880
+ 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";
11881
11881
  body: string;
11882
11882
  subject: string;
11883
11883
  syntax?: "liquid" | undefined;
@@ -11889,7 +11889,7 @@ export declare function init(config: AuthHeroConfig): {
11889
11889
  };
11890
11890
  };
11891
11891
  output: {
11892
- 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";
11892
+ 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";
11893
11893
  body: string;
11894
11894
  from: string;
11895
11895
  subject: string;
@@ -11908,7 +11908,7 @@ export declare function init(config: AuthHeroConfig): {
11908
11908
  $patch: {
11909
11909
  input: {
11910
11910
  param: {
11911
- 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";
11911
+ 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";
11912
11912
  };
11913
11913
  } & {
11914
11914
  header: {
@@ -11916,7 +11916,7 @@ export declare function init(config: AuthHeroConfig): {
11916
11916
  };
11917
11917
  } & {
11918
11918
  json: {
11919
- 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;
11919
+ 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;
11920
11920
  body?: string | undefined;
11921
11921
  from?: string | undefined;
11922
11922
  subject?: string | undefined;
@@ -11933,7 +11933,7 @@ export declare function init(config: AuthHeroConfig): {
11933
11933
  } | {
11934
11934
  input: {
11935
11935
  param: {
11936
- 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";
11936
+ 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";
11937
11937
  };
11938
11938
  } & {
11939
11939
  header: {
@@ -11941,7 +11941,7 @@ export declare function init(config: AuthHeroConfig): {
11941
11941
  };
11942
11942
  } & {
11943
11943
  json: {
11944
- 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;
11944
+ 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;
11945
11945
  body?: string | undefined;
11946
11946
  from?: string | undefined;
11947
11947
  subject?: string | undefined;
@@ -11953,7 +11953,7 @@ export declare function init(config: AuthHeroConfig): {
11953
11953
  };
11954
11954
  };
11955
11955
  output: {
11956
- 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";
11956
+ 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";
11957
11957
  body: string;
11958
11958
  from: string;
11959
11959
  subject: string;
@@ -11972,7 +11972,7 @@ export declare function init(config: AuthHeroConfig): {
11972
11972
  $delete: {
11973
11973
  input: {
11974
11974
  param: {
11975
- 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";
11975
+ 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";
11976
11976
  };
11977
11977
  } & {
11978
11978
  header: {
@@ -11985,7 +11985,7 @@ export declare function init(config: AuthHeroConfig): {
11985
11985
  } | {
11986
11986
  input: {
11987
11987
  param: {
11988
- 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";
11988
+ 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";
11989
11989
  };
11990
11990
  } & {
11991
11991
  header: {
@@ -12002,7 +12002,7 @@ export declare function init(config: AuthHeroConfig): {
12002
12002
  $post: {
12003
12003
  input: {
12004
12004
  param: {
12005
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12005
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
12006
12006
  };
12007
12007
  } & {
12008
12008
  header: {
@@ -12572,7 +12572,7 @@ export declare function init(config: AuthHeroConfig): {
12572
12572
  base_focus_color: string;
12573
12573
  base_hover_color: string;
12574
12574
  body_text: string;
12575
- captcha_widget_theme: "dark" | "light" | "auto";
12575
+ captcha_widget_theme: "auto" | "light" | "dark";
12576
12576
  error: string;
12577
12577
  header: string;
12578
12578
  icons: string;
@@ -12623,7 +12623,7 @@ export declare function init(config: AuthHeroConfig): {
12623
12623
  background_color: string;
12624
12624
  background_image_url: string;
12625
12625
  page_layout: "center" | "left" | "right";
12626
- logo_placement?: "widget" | "none" | "chip" | undefined;
12626
+ logo_placement?: "widget" | "chip" | "none" | undefined;
12627
12627
  };
12628
12628
  widget: {
12629
12629
  header_text_alignment: "center" | "left" | "right";
@@ -12662,7 +12662,7 @@ export declare function init(config: AuthHeroConfig): {
12662
12662
  base_focus_color: string;
12663
12663
  base_hover_color: string;
12664
12664
  body_text: string;
12665
- captcha_widget_theme: "dark" | "light" | "auto";
12665
+ captcha_widget_theme: "auto" | "light" | "dark";
12666
12666
  error: string;
12667
12667
  header: string;
12668
12668
  icons: string;
@@ -12713,7 +12713,7 @@ export declare function init(config: AuthHeroConfig): {
12713
12713
  background_color: string;
12714
12714
  background_image_url: string;
12715
12715
  page_layout: "center" | "left" | "right";
12716
- logo_placement?: "widget" | "none" | "chip" | undefined;
12716
+ logo_placement?: "widget" | "chip" | "none" | undefined;
12717
12717
  };
12718
12718
  widget: {
12719
12719
  header_text_alignment: "center" | "left" | "right";
@@ -12741,7 +12741,7 @@ export declare function init(config: AuthHeroConfig): {
12741
12741
  base_focus_color: string;
12742
12742
  base_hover_color: string;
12743
12743
  body_text: string;
12744
- captcha_widget_theme: "dark" | "light" | "auto";
12744
+ captcha_widget_theme: "auto" | "light" | "dark";
12745
12745
  error: string;
12746
12746
  header: string;
12747
12747
  icons: string;
@@ -12792,7 +12792,7 @@ export declare function init(config: AuthHeroConfig): {
12792
12792
  background_color: string;
12793
12793
  background_image_url: string;
12794
12794
  page_layout: "center" | "left" | "right";
12795
- logo_placement?: "widget" | "none" | "chip" | undefined;
12795
+ logo_placement?: "widget" | "chip" | "none" | undefined;
12796
12796
  };
12797
12797
  widget: {
12798
12798
  header_text_alignment: "center" | "left" | "right";
@@ -12831,7 +12831,7 @@ export declare function init(config: AuthHeroConfig): {
12831
12831
  font?: {
12832
12832
  url: string;
12833
12833
  } | undefined;
12834
- dark_mode?: "dark" | "light" | "auto" | undefined;
12834
+ dark_mode?: "auto" | "light" | "dark" | undefined;
12835
12835
  };
12836
12836
  outputFormat: "json";
12837
12837
  status: 200;
@@ -12861,7 +12861,7 @@ export declare function init(config: AuthHeroConfig): {
12861
12861
  font?: {
12862
12862
  url: string;
12863
12863
  } | undefined;
12864
- dark_mode?: "dark" | "light" | "auto" | undefined;
12864
+ dark_mode?: "auto" | "light" | "dark" | undefined;
12865
12865
  };
12866
12866
  };
12867
12867
  output: {
@@ -12880,7 +12880,7 @@ export declare function init(config: AuthHeroConfig): {
12880
12880
  font?: {
12881
12881
  url: string;
12882
12882
  } | undefined;
12883
- dark_mode?: "dark" | "light" | "auto" | undefined;
12883
+ dark_mode?: "auto" | "light" | "dark" | undefined;
12884
12884
  };
12885
12885
  outputFormat: "json";
12886
12886
  status: 200;
@@ -12954,7 +12954,7 @@ export declare function init(config: AuthHeroConfig): {
12954
12954
  } & {
12955
12955
  json: {
12956
12956
  body?: string | undefined;
12957
- screen?: "password" | "signup" | "login" | "identifier" | undefined;
12957
+ screen?: "identifier" | "signup" | "password" | "login" | undefined;
12958
12958
  branding?: {
12959
12959
  colors?: {
12960
12960
  primary: string;
@@ -12971,7 +12971,7 @@ export declare function init(config: AuthHeroConfig): {
12971
12971
  font?: {
12972
12972
  url: string;
12973
12973
  } | undefined;
12974
- dark_mode?: "dark" | "light" | "auto" | undefined;
12974
+ dark_mode?: "auto" | "light" | "dark" | undefined;
12975
12975
  } | undefined;
12976
12976
  theme?: {
12977
12977
  borders?: {
@@ -12989,7 +12989,7 @@ export declare function init(config: AuthHeroConfig): {
12989
12989
  base_focus_color: string;
12990
12990
  base_hover_color: string;
12991
12991
  body_text: string;
12992
- captcha_widget_theme: "dark" | "light" | "auto";
12992
+ captcha_widget_theme: "auto" | "light" | "dark";
12993
12993
  error: string;
12994
12994
  header: string;
12995
12995
  icons: string;
@@ -13040,7 +13040,7 @@ export declare function init(config: AuthHeroConfig): {
13040
13040
  background_color: string;
13041
13041
  background_image_url: string;
13042
13042
  page_layout: "center" | "left" | "right";
13043
- logo_placement?: "widget" | "none" | "chip" | undefined;
13043
+ logo_placement?: "widget" | "chip" | "none" | undefined;
13044
13044
  } | undefined;
13045
13045
  widget?: {
13046
13046
  header_text_alignment: "center" | "left" | "right";
@@ -13245,7 +13245,7 @@ export declare function init(config: AuthHeroConfig): {
13245
13245
  logs: {
13246
13246
  action_name: string;
13247
13247
  lines: {
13248
- level: "error" | "info" | "log" | "warn" | "debug";
13248
+ level: "log" | "error" | "info" | "warn" | "debug";
13249
13249
  message: string;
13250
13250
  }[];
13251
13251
  }[];
@@ -13912,7 +13912,7 @@ export declare function init(config: AuthHeroConfig): {
13912
13912
  args: import("hono/utils/types").JSONValue[];
13913
13913
  }[];
13914
13914
  logs: {
13915
- level: "error" | "info" | "log" | "warn" | "debug";
13915
+ level: "log" | "error" | "info" | "warn" | "debug";
13916
13916
  message: string;
13917
13917
  }[];
13918
13918
  error?: string | undefined;
@@ -14645,17 +14645,17 @@ export declare function init(config: AuthHeroConfig): {
14645
14645
  email: string;
14646
14646
  send: "code" | "link";
14647
14647
  authParams: {
14648
- audience?: string | undefined;
14648
+ state?: string | undefined;
14649
+ username?: string | undefined;
14650
+ act_as?: string | undefined;
14649
14651
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
14650
14652
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
14651
- scope?: string | undefined;
14652
- username?: string | undefined;
14653
- prompt?: string | undefined;
14654
- state?: string | undefined;
14653
+ redirect_uri?: string | undefined;
14654
+ audience?: string | undefined;
14655
14655
  organization?: string | undefined;
14656
14656
  nonce?: string | undefined;
14657
- redirect_uri?: string | undefined;
14658
- act_as?: string | undefined;
14657
+ scope?: string | undefined;
14658
+ prompt?: string | undefined;
14659
14659
  code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14660
14660
  code_challenge?: string | undefined;
14661
14661
  ui_locales?: string | undefined;
@@ -14681,17 +14681,17 @@ export declare function init(config: AuthHeroConfig): {
14681
14681
  phone_number: string;
14682
14682
  send: "code" | "link";
14683
14683
  authParams: {
14684
- audience?: string | undefined;
14684
+ state?: string | undefined;
14685
+ username?: string | undefined;
14686
+ act_as?: string | undefined;
14685
14687
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
14686
14688
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
14687
- scope?: string | undefined;
14688
- username?: string | undefined;
14689
- prompt?: string | undefined;
14690
- state?: string | undefined;
14689
+ redirect_uri?: string | undefined;
14690
+ audience?: string | undefined;
14691
14691
  organization?: string | undefined;
14692
14692
  nonce?: string | undefined;
14693
- redirect_uri?: string | undefined;
14694
- act_as?: string | undefined;
14693
+ scope?: string | undefined;
14694
+ prompt?: string | undefined;
14695
14695
  code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14696
14696
  code_challenge?: string | undefined;
14697
14697
  ui_locales?: string | undefined;
@@ -14825,14 +14825,14 @@ export declare function init(config: AuthHeroConfig): {
14825
14825
  input: {
14826
14826
  form: {
14827
14827
  token: string;
14828
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14828
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14829
14829
  client_id?: string | undefined;
14830
14830
  client_secret?: string | undefined;
14831
14831
  };
14832
14832
  } & {
14833
14833
  json: {
14834
14834
  token: string;
14835
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14835
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14836
14836
  client_id?: string | undefined;
14837
14837
  client_secret?: string | undefined;
14838
14838
  };
@@ -14844,14 +14844,14 @@ export declare function init(config: AuthHeroConfig): {
14844
14844
  input: {
14845
14845
  form: {
14846
14846
  token: string;
14847
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14847
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14848
14848
  client_id?: string | undefined;
14849
14849
  client_secret?: string | undefined;
14850
14850
  };
14851
14851
  } & {
14852
14852
  json: {
14853
14853
  token: string;
14854
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14854
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14855
14855
  client_id?: string | undefined;
14856
14856
  client_secret?: string | undefined;
14857
14857
  };
@@ -14866,14 +14866,14 @@ export declare function init(config: AuthHeroConfig): {
14866
14866
  input: {
14867
14867
  form: {
14868
14868
  token: string;
14869
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14869
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14870
14870
  client_id?: string | undefined;
14871
14871
  client_secret?: string | undefined;
14872
14872
  };
14873
14873
  } & {
14874
14874
  json: {
14875
14875
  token: string;
14876
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14876
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14877
14877
  client_id?: string | undefined;
14878
14878
  client_secret?: string | undefined;
14879
14879
  };
@@ -14923,7 +14923,7 @@ export declare function init(config: AuthHeroConfig): {
14923
14923
  client_id: string;
14924
14924
  username: string;
14925
14925
  otp: string;
14926
- realm: "sms" | "email";
14926
+ realm: "email" | "sms";
14927
14927
  } | {
14928
14928
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14929
14929
  subject_token: string;
@@ -14970,7 +14970,7 @@ export declare function init(config: AuthHeroConfig): {
14970
14970
  client_id: string;
14971
14971
  username: string;
14972
14972
  otp: string;
14973
- realm: "sms" | "email";
14973
+ realm: "email" | "sms";
14974
14974
  } | {
14975
14975
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14976
14976
  subject_token: string;
@@ -15022,7 +15022,7 @@ export declare function init(config: AuthHeroConfig): {
15022
15022
  client_id: string;
15023
15023
  username: string;
15024
15024
  otp: string;
15025
- realm: "sms" | "email";
15025
+ realm: "email" | "sms";
15026
15026
  } | {
15027
15027
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15028
15028
  subject_token: string;
@@ -15069,7 +15069,7 @@ export declare function init(config: AuthHeroConfig): {
15069
15069
  client_id: string;
15070
15070
  username: string;
15071
15071
  otp: string;
15072
- realm: "sms" | "email";
15072
+ realm: "email" | "sms";
15073
15073
  } | {
15074
15074
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15075
15075
  subject_token: string;
@@ -15129,7 +15129,7 @@ export declare function init(config: AuthHeroConfig): {
15129
15129
  client_id: string;
15130
15130
  username: string;
15131
15131
  otp: string;
15132
- realm: "sms" | "email";
15132
+ realm: "email" | "sms";
15133
15133
  } | {
15134
15134
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15135
15135
  subject_token: string;
@@ -15176,7 +15176,7 @@ export declare function init(config: AuthHeroConfig): {
15176
15176
  client_id: string;
15177
15177
  username: string;
15178
15178
  otp: string;
15179
- realm: "sms" | "email";
15179
+ realm: "email" | "sms";
15180
15180
  } | {
15181
15181
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15182
15182
  subject_token: string;
@@ -15231,7 +15231,7 @@ export declare function init(config: AuthHeroConfig): {
15231
15231
  client_id: string;
15232
15232
  username: string;
15233
15233
  otp: string;
15234
- realm: "sms" | "email";
15234
+ realm: "email" | "sms";
15235
15235
  } | {
15236
15236
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15237
15237
  subject_token: string;
@@ -15278,7 +15278,7 @@ export declare function init(config: AuthHeroConfig): {
15278
15278
  client_id: string;
15279
15279
  username: string;
15280
15280
  otp: string;
15281
- realm: "sms" | "email";
15281
+ realm: "email" | "sms";
15282
15282
  } | {
15283
15283
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15284
15284
  subject_token: string;
@@ -15333,7 +15333,7 @@ export declare function init(config: AuthHeroConfig): {
15333
15333
  client_id: string;
15334
15334
  username: string;
15335
15335
  otp: string;
15336
- realm: "sms" | "email";
15336
+ realm: "email" | "sms";
15337
15337
  } | {
15338
15338
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15339
15339
  subject_token: string;
@@ -15380,7 +15380,7 @@ export declare function init(config: AuthHeroConfig): {
15380
15380
  client_id: string;
15381
15381
  username: string;
15382
15382
  otp: string;
15383
- realm: "sms" | "email";
15383
+ realm: "email" | "sms";
15384
15384
  } | {
15385
15385
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15386
15386
  subject_token: string;
@@ -16221,7 +16221,7 @@ export declare function init(config: AuthHeroConfig): {
16221
16221
  } & {
16222
16222
  form: {
16223
16223
  username: string;
16224
- login_selection?: "password" | "code" | undefined;
16224
+ login_selection?: "code" | "password" | undefined;
16225
16225
  };
16226
16226
  };
16227
16227
  output: {};
@@ -16235,7 +16235,7 @@ export declare function init(config: AuthHeroConfig): {
16235
16235
  } & {
16236
16236
  form: {
16237
16237
  username: string;
16238
- login_selection?: "password" | "code" | undefined;
16238
+ login_selection?: "code" | "password" | undefined;
16239
16239
  };
16240
16240
  };
16241
16241
  output: {};