authhero 8.6.0 → 8.7.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 (43) hide show
  1. package/dist/assets/u/js/client.js +5 -5
  2. package/dist/assets/u/widget/authhero-widget.esm.js +1 -1
  3. package/dist/assets/u/widget/index.esm.js +1 -1
  4. package/dist/assets/u/widget/{p-5f7b7943.entry.js → p-5a319adc.entry.js} +1 -1
  5. package/dist/assets/u/widget/p-f6babd26.entry.js +1 -0
  6. package/dist/authhero.cjs +272 -152
  7. package/dist/authhero.d.ts +494 -212
  8. package/dist/authhero.mjs +45259 -44754
  9. package/dist/client.js +5 -5
  10. package/dist/stats.html +1 -1
  11. package/dist/tsconfig.types.tsbuildinfo +1 -1
  12. package/dist/types/authentication-flows/passwordless.d.ts +3 -3
  13. package/dist/types/client/client-bundle.d.ts +1 -1
  14. package/dist/types/index.d.ts +494 -212
  15. package/dist/types/routes/auth-api/index.d.ts +32 -32
  16. package/dist/types/routes/auth-api/passwordless.d.ts +14 -14
  17. package/dist/types/routes/auth-api/register/index.d.ts +2 -2
  18. package/dist/types/routes/auth-api/revoke.d.ts +6 -6
  19. package/dist/types/routes/auth-api/token.d.ts +10 -10
  20. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  21. package/dist/types/routes/management-api/branding-preview.d.ts +41 -0
  22. package/dist/types/routes/management-api/branding.d.ts +114 -0
  23. package/dist/types/routes/management-api/clients.d.ts +7 -7
  24. package/dist/types/routes/management-api/connections.d.ts +1 -1
  25. package/dist/types/routes/management-api/custom-domains.d.ts +6 -6
  26. package/dist/types/routes/management-api/email-templates.d.ts +18 -18
  27. package/dist/types/routes/management-api/failed-events.d.ts +1 -1
  28. package/dist/types/routes/management-api/forms.d.ts +287 -119
  29. package/dist/types/routes/management-api/guardian.d.ts +5 -5
  30. package/dist/types/routes/management-api/index.d.ts +456 -174
  31. package/dist/types/routes/management-api/logs.d.ts +3 -3
  32. package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
  33. package/dist/types/routes/management-api/organizations.d.ts +1 -1
  34. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  35. package/dist/types/routes/management-api/users.d.ts +2 -2
  36. package/dist/types/routes/universal-login/common.d.ts +2 -2
  37. package/dist/types/routes/universal-login/flow-api.d.ts +12 -12
  38. package/dist/types/routes/universal-login/u2-index.d.ts +6 -6
  39. package/dist/types/routes/universal-login/u2-routes.d.ts +6 -6
  40. package/dist/types/routes/universal-login/u2-widget-page.d.ts +33 -4
  41. package/dist/types/routes/universal-login/universal-login-template.d.ts +65 -13
  42. package/package.json +6 -6
  43. package/dist/assets/u/widget/p-1fc7fcdb.entry.js +0 -1
@@ -86,7 +86,7 @@ export declare function init(config: AuthHeroConfig): {
86
86
  };
87
87
  } & {
88
88
  json: {
89
- type: "email" | "passkey" | "push" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
89
+ type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
90
90
  phone_number?: string | undefined;
91
91
  totp_secret?: string | undefined;
92
92
  credential_id?: string | undefined;
@@ -226,7 +226,7 @@ export declare function init(config: AuthHeroConfig): {
226
226
  };
227
227
  };
228
228
  output: {
229
- name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
229
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
230
230
  enabled: boolean;
231
231
  trial_expired?: boolean | undefined;
232
232
  }[];
@@ -381,7 +381,7 @@ export declare function init(config: AuthHeroConfig): {
381
381
  $get: {
382
382
  input: {
383
383
  param: {
384
- factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
384
+ factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
385
385
  };
386
386
  } & {
387
387
  header: {
@@ -389,7 +389,7 @@ export declare function init(config: AuthHeroConfig): {
389
389
  };
390
390
  };
391
391
  output: {
392
- name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
392
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
393
393
  enabled: boolean;
394
394
  trial_expired?: boolean | undefined;
395
395
  };
@@ -402,7 +402,7 @@ export declare function init(config: AuthHeroConfig): {
402
402
  $put: {
403
403
  input: {
404
404
  param: {
405
- factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
405
+ factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
406
406
  };
407
407
  } & {
408
408
  header: {
@@ -414,7 +414,7 @@ export declare function init(config: AuthHeroConfig): {
414
414
  };
415
415
  };
416
416
  output: {
417
- name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
417
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
418
418
  enabled: boolean;
419
419
  trial_expired?: boolean | undefined;
420
420
  };
@@ -1160,9 +1160,9 @@ export declare function init(config: AuthHeroConfig): {
1160
1160
  email?: string | undefined;
1161
1161
  };
1162
1162
  id?: string | undefined;
1163
- connection_id?: string | undefined;
1164
1163
  app_metadata?: Record<string, any> | undefined;
1165
1164
  user_metadata?: Record<string, any> | undefined;
1165
+ connection_id?: string | undefined;
1166
1166
  roles?: string[] | undefined;
1167
1167
  ttl_sec?: number | undefined;
1168
1168
  send_invitation_email?: boolean | undefined;
@@ -2590,7 +2590,7 @@ export declare function init(config: AuthHeroConfig): {
2590
2590
  hint?: string | undefined;
2591
2591
  messages?: {
2592
2592
  text: string;
2593
- type: "success" | "error" | "info" | "warning";
2593
+ type: "error" | "success" | "info" | "warning";
2594
2594
  id?: number | undefined;
2595
2595
  }[] | undefined;
2596
2596
  required?: boolean | undefined;
@@ -2608,7 +2608,7 @@ export declare function init(config: AuthHeroConfig): {
2608
2608
  hint?: string | undefined;
2609
2609
  messages?: {
2610
2610
  text: string;
2611
- type: "success" | "error" | "info" | "warning";
2611
+ type: "error" | "success" | "info" | "warning";
2612
2612
  id?: number | undefined;
2613
2613
  }[] | undefined;
2614
2614
  required?: boolean | undefined;
@@ -2632,7 +2632,7 @@ export declare function init(config: AuthHeroConfig): {
2632
2632
  hint?: string | undefined;
2633
2633
  messages?: {
2634
2634
  text: string;
2635
- type: "success" | "error" | "info" | "warning";
2635
+ type: "error" | "success" | "info" | "warning";
2636
2636
  id?: number | undefined;
2637
2637
  }[] | undefined;
2638
2638
  required?: boolean | undefined;
@@ -2646,6 +2646,30 @@ export declare function init(config: AuthHeroConfig): {
2646
2646
  multiple?: boolean | undefined;
2647
2647
  default_value?: string | string[] | undefined;
2648
2648
  } | undefined;
2649
+ } | {
2650
+ id: string;
2651
+ visible: boolean;
2652
+ type: "CODE";
2653
+ order?: number | undefined;
2654
+ category?: "FIELD" | undefined;
2655
+ label?: string | undefined;
2656
+ hint?: string | undefined;
2657
+ messages?: {
2658
+ text: string;
2659
+ type: "error" | "success" | "info" | "warning";
2660
+ id?: number | undefined;
2661
+ }[] | undefined;
2662
+ required?: boolean | undefined;
2663
+ sensitive?: boolean | undefined;
2664
+ config?: {
2665
+ length?: number | undefined;
2666
+ mode?: "numeric" | "alphanumeric" | undefined;
2667
+ auto_submit?: boolean | undefined;
2668
+ group_size?: number | undefined;
2669
+ separator?: string | undefined;
2670
+ placeholder?: string | undefined;
2671
+ default_value?: string | undefined;
2672
+ } | undefined;
2649
2673
  } | {
2650
2674
  id: string;
2651
2675
  visible: boolean;
@@ -2656,7 +2680,7 @@ export declare function init(config: AuthHeroConfig): {
2656
2680
  hint?: string | undefined;
2657
2681
  messages?: {
2658
2682
  text: string;
2659
- type: "success" | "error" | "info" | "warning";
2683
+ type: "error" | "success" | "info" | "warning";
2660
2684
  id?: number | undefined;
2661
2685
  }[] | undefined;
2662
2686
  required?: boolean | undefined;
@@ -2685,7 +2709,7 @@ export declare function init(config: AuthHeroConfig): {
2685
2709
  hint?: string | undefined;
2686
2710
  messages?: {
2687
2711
  text: string;
2688
- type: "success" | "error" | "info" | "warning";
2712
+ type: "error" | "success" | "info" | "warning";
2689
2713
  id?: number | undefined;
2690
2714
  }[] | undefined;
2691
2715
  required?: boolean | undefined;
@@ -2700,7 +2724,7 @@ export declare function init(config: AuthHeroConfig): {
2700
2724
  hint?: string | undefined;
2701
2725
  messages?: {
2702
2726
  text: string;
2703
- type: "success" | "error" | "info" | "warning";
2727
+ type: "error" | "success" | "info" | "warning";
2704
2728
  id?: number | undefined;
2705
2729
  }[] | undefined;
2706
2730
  required?: boolean | undefined;
@@ -2721,7 +2745,7 @@ export declare function init(config: AuthHeroConfig): {
2721
2745
  hint?: string | undefined;
2722
2746
  messages?: {
2723
2747
  text: string;
2724
- type: "success" | "error" | "info" | "warning";
2748
+ type: "error" | "success" | "info" | "warning";
2725
2749
  id?: number | undefined;
2726
2750
  }[] | undefined;
2727
2751
  required?: boolean | undefined;
@@ -2746,7 +2770,7 @@ export declare function init(config: AuthHeroConfig): {
2746
2770
  hint?: string | undefined;
2747
2771
  messages?: {
2748
2772
  text: string;
2749
- type: "success" | "error" | "info" | "warning";
2773
+ type: "error" | "success" | "info" | "warning";
2750
2774
  id?: number | undefined;
2751
2775
  }[] | undefined;
2752
2776
  required?: boolean | undefined;
@@ -2765,7 +2789,7 @@ export declare function init(config: AuthHeroConfig): {
2765
2789
  hint?: string | undefined;
2766
2790
  messages?: {
2767
2791
  text: string;
2768
- type: "success" | "error" | "info" | "warning";
2792
+ type: "error" | "success" | "info" | "warning";
2769
2793
  id?: number | undefined;
2770
2794
  }[] | undefined;
2771
2795
  required?: boolean | undefined;
@@ -2785,7 +2809,7 @@ export declare function init(config: AuthHeroConfig): {
2785
2809
  hint?: string | undefined;
2786
2810
  messages?: {
2787
2811
  text: string;
2788
- type: "success" | "error" | "info" | "warning";
2812
+ type: "error" | "success" | "info" | "warning";
2789
2813
  id?: number | undefined;
2790
2814
  }[] | undefined;
2791
2815
  required?: boolean | undefined;
@@ -2804,7 +2828,7 @@ export declare function init(config: AuthHeroConfig): {
2804
2828
  hint?: string | undefined;
2805
2829
  messages?: {
2806
2830
  text: string;
2807
- type: "success" | "error" | "info" | "warning";
2831
+ type: "error" | "success" | "info" | "warning";
2808
2832
  id?: number | undefined;
2809
2833
  }[] | undefined;
2810
2834
  required?: boolean | undefined;
@@ -2826,7 +2850,7 @@ export declare function init(config: AuthHeroConfig): {
2826
2850
  hint?: string | undefined;
2827
2851
  messages?: {
2828
2852
  text: string;
2829
- type: "success" | "error" | "info" | "warning";
2853
+ type: "error" | "success" | "info" | "warning";
2830
2854
  id?: number | undefined;
2831
2855
  }[] | undefined;
2832
2856
  required?: boolean | undefined;
@@ -2848,7 +2872,7 @@ export declare function init(config: AuthHeroConfig): {
2848
2872
  hint?: string | undefined;
2849
2873
  messages?: {
2850
2874
  text: string;
2851
- type: "success" | "error" | "info" | "warning";
2875
+ type: "error" | "success" | "info" | "warning";
2852
2876
  id?: number | undefined;
2853
2877
  }[] | undefined;
2854
2878
  required?: boolean | undefined;
@@ -2867,7 +2891,7 @@ export declare function init(config: AuthHeroConfig): {
2867
2891
  hint?: string | undefined;
2868
2892
  messages?: {
2869
2893
  text: string;
2870
- type: "success" | "error" | "info" | "warning";
2894
+ type: "error" | "success" | "info" | "warning";
2871
2895
  id?: number | undefined;
2872
2896
  }[] | undefined;
2873
2897
  required?: boolean | undefined;
@@ -2892,7 +2916,7 @@ export declare function init(config: AuthHeroConfig): {
2892
2916
  hint?: string | undefined;
2893
2917
  messages?: {
2894
2918
  text: string;
2895
- type: "success" | "error" | "info" | "warning";
2919
+ type: "error" | "success" | "info" | "warning";
2896
2920
  id?: number | undefined;
2897
2921
  }[] | undefined;
2898
2922
  required?: boolean | undefined;
@@ -2913,7 +2937,7 @@ export declare function init(config: AuthHeroConfig): {
2913
2937
  hint?: string | undefined;
2914
2938
  messages?: {
2915
2939
  text: string;
2916
- type: "success" | "error" | "info" | "warning";
2940
+ type: "error" | "success" | "info" | "warning";
2917
2941
  id?: number | undefined;
2918
2942
  }[] | undefined;
2919
2943
  required?: boolean | undefined;
@@ -2934,7 +2958,7 @@ export declare function init(config: AuthHeroConfig): {
2934
2958
  hint?: string | undefined;
2935
2959
  messages?: {
2936
2960
  text: string;
2937
- type: "success" | "error" | "info" | "warning";
2961
+ type: "error" | "success" | "info" | "warning";
2938
2962
  id?: number | undefined;
2939
2963
  }[] | undefined;
2940
2964
  required?: boolean | undefined;
@@ -3167,7 +3191,7 @@ export declare function init(config: AuthHeroConfig): {
3167
3191
  hint?: string | undefined;
3168
3192
  messages?: {
3169
3193
  text: string;
3170
- type: "success" | "error" | "info" | "warning";
3194
+ type: "error" | "success" | "info" | "warning";
3171
3195
  id?: number | undefined;
3172
3196
  }[] | undefined;
3173
3197
  required?: boolean | undefined;
@@ -3185,7 +3209,7 @@ export declare function init(config: AuthHeroConfig): {
3185
3209
  hint?: string | undefined;
3186
3210
  messages?: {
3187
3211
  text: string;
3188
- type: "success" | "error" | "info" | "warning";
3212
+ type: "error" | "success" | "info" | "warning";
3189
3213
  id?: number | undefined;
3190
3214
  }[] | undefined;
3191
3215
  required?: boolean | undefined;
@@ -3209,7 +3233,7 @@ export declare function init(config: AuthHeroConfig): {
3209
3233
  hint?: string | undefined;
3210
3234
  messages?: {
3211
3235
  text: string;
3212
- type: "success" | "error" | "info" | "warning";
3236
+ type: "error" | "success" | "info" | "warning";
3213
3237
  id?: number | undefined;
3214
3238
  }[] | undefined;
3215
3239
  required?: boolean | undefined;
@@ -3223,6 +3247,30 @@ export declare function init(config: AuthHeroConfig): {
3223
3247
  multiple?: boolean | undefined;
3224
3248
  default_value?: string | string[] | undefined;
3225
3249
  } | undefined;
3250
+ } | {
3251
+ id: string;
3252
+ visible: boolean;
3253
+ type: "CODE";
3254
+ order?: number | undefined;
3255
+ category?: "FIELD" | undefined;
3256
+ label?: string | undefined;
3257
+ hint?: string | undefined;
3258
+ messages?: {
3259
+ text: string;
3260
+ type: "error" | "success" | "info" | "warning";
3261
+ id?: number | undefined;
3262
+ }[] | undefined;
3263
+ required?: boolean | undefined;
3264
+ sensitive?: boolean | undefined;
3265
+ config?: {
3266
+ length?: number | undefined;
3267
+ mode?: "numeric" | "alphanumeric" | undefined;
3268
+ auto_submit?: boolean | undefined;
3269
+ group_size?: number | undefined;
3270
+ separator?: string | undefined;
3271
+ placeholder?: string | undefined;
3272
+ default_value?: string | undefined;
3273
+ } | undefined;
3226
3274
  } | {
3227
3275
  id: string;
3228
3276
  visible: boolean;
@@ -3233,7 +3281,7 @@ export declare function init(config: AuthHeroConfig): {
3233
3281
  hint?: string | undefined;
3234
3282
  messages?: {
3235
3283
  text: string;
3236
- type: "success" | "error" | "info" | "warning";
3284
+ type: "error" | "success" | "info" | "warning";
3237
3285
  id?: number | undefined;
3238
3286
  }[] | undefined;
3239
3287
  required?: boolean | undefined;
@@ -3262,7 +3310,7 @@ export declare function init(config: AuthHeroConfig): {
3262
3310
  hint?: string | undefined;
3263
3311
  messages?: {
3264
3312
  text: string;
3265
- type: "success" | "error" | "info" | "warning";
3313
+ type: "error" | "success" | "info" | "warning";
3266
3314
  id?: number | undefined;
3267
3315
  }[] | undefined;
3268
3316
  required?: boolean | undefined;
@@ -3277,7 +3325,7 @@ export declare function init(config: AuthHeroConfig): {
3277
3325
  hint?: string | undefined;
3278
3326
  messages?: {
3279
3327
  text: string;
3280
- type: "success" | "error" | "info" | "warning";
3328
+ type: "error" | "success" | "info" | "warning";
3281
3329
  id?: number | undefined;
3282
3330
  }[] | undefined;
3283
3331
  required?: boolean | undefined;
@@ -3298,7 +3346,7 @@ export declare function init(config: AuthHeroConfig): {
3298
3346
  hint?: string | undefined;
3299
3347
  messages?: {
3300
3348
  text: string;
3301
- type: "success" | "error" | "info" | "warning";
3349
+ type: "error" | "success" | "info" | "warning";
3302
3350
  id?: number | undefined;
3303
3351
  }[] | undefined;
3304
3352
  required?: boolean | undefined;
@@ -3323,7 +3371,7 @@ export declare function init(config: AuthHeroConfig): {
3323
3371
  hint?: string | undefined;
3324
3372
  messages?: {
3325
3373
  text: string;
3326
- type: "success" | "error" | "info" | "warning";
3374
+ type: "error" | "success" | "info" | "warning";
3327
3375
  id?: number | undefined;
3328
3376
  }[] | undefined;
3329
3377
  required?: boolean | undefined;
@@ -3342,7 +3390,7 @@ export declare function init(config: AuthHeroConfig): {
3342
3390
  hint?: string | undefined;
3343
3391
  messages?: {
3344
3392
  text: string;
3345
- type: "success" | "error" | "info" | "warning";
3393
+ type: "error" | "success" | "info" | "warning";
3346
3394
  id?: number | undefined;
3347
3395
  }[] | undefined;
3348
3396
  required?: boolean | undefined;
@@ -3362,7 +3410,7 @@ export declare function init(config: AuthHeroConfig): {
3362
3410
  hint?: string | undefined;
3363
3411
  messages?: {
3364
3412
  text: string;
3365
- type: "success" | "error" | "info" | "warning";
3413
+ type: "error" | "success" | "info" | "warning";
3366
3414
  id?: number | undefined;
3367
3415
  }[] | undefined;
3368
3416
  required?: boolean | undefined;
@@ -3381,7 +3429,7 @@ export declare function init(config: AuthHeroConfig): {
3381
3429
  hint?: string | undefined;
3382
3430
  messages?: {
3383
3431
  text: string;
3384
- type: "success" | "error" | "info" | "warning";
3432
+ type: "error" | "success" | "info" | "warning";
3385
3433
  id?: number | undefined;
3386
3434
  }[] | undefined;
3387
3435
  required?: boolean | undefined;
@@ -3403,7 +3451,7 @@ export declare function init(config: AuthHeroConfig): {
3403
3451
  hint?: string | undefined;
3404
3452
  messages?: {
3405
3453
  text: string;
3406
- type: "success" | "error" | "info" | "warning";
3454
+ type: "error" | "success" | "info" | "warning";
3407
3455
  id?: number | undefined;
3408
3456
  }[] | undefined;
3409
3457
  required?: boolean | undefined;
@@ -3425,7 +3473,7 @@ export declare function init(config: AuthHeroConfig): {
3425
3473
  hint?: string | undefined;
3426
3474
  messages?: {
3427
3475
  text: string;
3428
- type: "success" | "error" | "info" | "warning";
3476
+ type: "error" | "success" | "info" | "warning";
3429
3477
  id?: number | undefined;
3430
3478
  }[] | undefined;
3431
3479
  required?: boolean | undefined;
@@ -3444,7 +3492,7 @@ export declare function init(config: AuthHeroConfig): {
3444
3492
  hint?: string | undefined;
3445
3493
  messages?: {
3446
3494
  text: string;
3447
- type: "success" | "error" | "info" | "warning";
3495
+ type: "error" | "success" | "info" | "warning";
3448
3496
  id?: number | undefined;
3449
3497
  }[] | undefined;
3450
3498
  required?: boolean | undefined;
@@ -3469,7 +3517,7 @@ export declare function init(config: AuthHeroConfig): {
3469
3517
  hint?: string | undefined;
3470
3518
  messages?: {
3471
3519
  text: string;
3472
- type: "success" | "error" | "info" | "warning";
3520
+ type: "error" | "success" | "info" | "warning";
3473
3521
  id?: number | undefined;
3474
3522
  }[] | undefined;
3475
3523
  required?: boolean | undefined;
@@ -3490,7 +3538,7 @@ export declare function init(config: AuthHeroConfig): {
3490
3538
  hint?: string | undefined;
3491
3539
  messages?: {
3492
3540
  text: string;
3493
- type: "success" | "error" | "info" | "warning";
3541
+ type: "error" | "success" | "info" | "warning";
3494
3542
  id?: number | undefined;
3495
3543
  }[] | undefined;
3496
3544
  required?: boolean | undefined;
@@ -3511,7 +3559,7 @@ export declare function init(config: AuthHeroConfig): {
3511
3559
  hint?: string | undefined;
3512
3560
  messages?: {
3513
3561
  text: string;
3514
- type: "success" | "error" | "info" | "warning";
3562
+ type: "error" | "success" | "info" | "warning";
3515
3563
  id?: number | undefined;
3516
3564
  }[] | undefined;
3517
3565
  required?: boolean | undefined;
@@ -3759,7 +3807,7 @@ export declare function init(config: AuthHeroConfig): {
3759
3807
  hint?: string | undefined;
3760
3808
  messages?: {
3761
3809
  text: string;
3762
- type: "success" | "error" | "info" | "warning";
3810
+ type: "error" | "success" | "info" | "warning";
3763
3811
  id?: number | undefined;
3764
3812
  }[] | undefined;
3765
3813
  required?: boolean | undefined;
@@ -3777,7 +3825,7 @@ export declare function init(config: AuthHeroConfig): {
3777
3825
  hint?: string | undefined;
3778
3826
  messages?: {
3779
3827
  text: string;
3780
- type: "success" | "error" | "info" | "warning";
3828
+ type: "error" | "success" | "info" | "warning";
3781
3829
  id?: number | undefined;
3782
3830
  }[] | undefined;
3783
3831
  required?: boolean | undefined;
@@ -3801,7 +3849,7 @@ export declare function init(config: AuthHeroConfig): {
3801
3849
  hint?: string | undefined;
3802
3850
  messages?: {
3803
3851
  text: string;
3804
- type: "success" | "error" | "info" | "warning";
3852
+ type: "error" | "success" | "info" | "warning";
3805
3853
  id?: number | undefined;
3806
3854
  }[] | undefined;
3807
3855
  required?: boolean | undefined;
@@ -3815,6 +3863,30 @@ export declare function init(config: AuthHeroConfig): {
3815
3863
  multiple?: boolean | undefined;
3816
3864
  default_value?: string | string[] | undefined;
3817
3865
  } | undefined;
3866
+ } | {
3867
+ id: string;
3868
+ visible: boolean;
3869
+ type: "CODE";
3870
+ order?: number | undefined;
3871
+ category?: "FIELD" | undefined;
3872
+ label?: string | undefined;
3873
+ hint?: string | undefined;
3874
+ messages?: {
3875
+ text: string;
3876
+ type: "error" | "success" | "info" | "warning";
3877
+ id?: number | undefined;
3878
+ }[] | undefined;
3879
+ required?: boolean | undefined;
3880
+ sensitive?: boolean | undefined;
3881
+ config?: {
3882
+ length?: number | undefined;
3883
+ mode?: "numeric" | "alphanumeric" | undefined;
3884
+ auto_submit?: boolean | undefined;
3885
+ group_size?: number | undefined;
3886
+ separator?: string | undefined;
3887
+ placeholder?: string | undefined;
3888
+ default_value?: string | undefined;
3889
+ } | undefined;
3818
3890
  } | {
3819
3891
  id: string;
3820
3892
  visible: boolean;
@@ -3825,7 +3897,7 @@ export declare function init(config: AuthHeroConfig): {
3825
3897
  hint?: string | undefined;
3826
3898
  messages?: {
3827
3899
  text: string;
3828
- type: "success" | "error" | "info" | "warning";
3900
+ type: "error" | "success" | "info" | "warning";
3829
3901
  id?: number | undefined;
3830
3902
  }[] | undefined;
3831
3903
  required?: boolean | undefined;
@@ -3854,7 +3926,7 @@ export declare function init(config: AuthHeroConfig): {
3854
3926
  hint?: string | undefined;
3855
3927
  messages?: {
3856
3928
  text: string;
3857
- type: "success" | "error" | "info" | "warning";
3929
+ type: "error" | "success" | "info" | "warning";
3858
3930
  id?: number | undefined;
3859
3931
  }[] | undefined;
3860
3932
  required?: boolean | undefined;
@@ -3869,7 +3941,7 @@ export declare function init(config: AuthHeroConfig): {
3869
3941
  hint?: string | undefined;
3870
3942
  messages?: {
3871
3943
  text: string;
3872
- type: "success" | "error" | "info" | "warning";
3944
+ type: "error" | "success" | "info" | "warning";
3873
3945
  id?: number | undefined;
3874
3946
  }[] | undefined;
3875
3947
  required?: boolean | undefined;
@@ -3890,7 +3962,7 @@ export declare function init(config: AuthHeroConfig): {
3890
3962
  hint?: string | undefined;
3891
3963
  messages?: {
3892
3964
  text: string;
3893
- type: "success" | "error" | "info" | "warning";
3965
+ type: "error" | "success" | "info" | "warning";
3894
3966
  id?: number | undefined;
3895
3967
  }[] | undefined;
3896
3968
  required?: boolean | undefined;
@@ -3915,7 +3987,7 @@ export declare function init(config: AuthHeroConfig): {
3915
3987
  hint?: string | undefined;
3916
3988
  messages?: {
3917
3989
  text: string;
3918
- type: "success" | "error" | "info" | "warning";
3990
+ type: "error" | "success" | "info" | "warning";
3919
3991
  id?: number | undefined;
3920
3992
  }[] | undefined;
3921
3993
  required?: boolean | undefined;
@@ -3934,7 +4006,7 @@ export declare function init(config: AuthHeroConfig): {
3934
4006
  hint?: string | undefined;
3935
4007
  messages?: {
3936
4008
  text: string;
3937
- type: "success" | "error" | "info" | "warning";
4009
+ type: "error" | "success" | "info" | "warning";
3938
4010
  id?: number | undefined;
3939
4011
  }[] | undefined;
3940
4012
  required?: boolean | undefined;
@@ -3954,7 +4026,7 @@ export declare function init(config: AuthHeroConfig): {
3954
4026
  hint?: string | undefined;
3955
4027
  messages?: {
3956
4028
  text: string;
3957
- type: "success" | "error" | "info" | "warning";
4029
+ type: "error" | "success" | "info" | "warning";
3958
4030
  id?: number | undefined;
3959
4031
  }[] | undefined;
3960
4032
  required?: boolean | undefined;
@@ -3973,7 +4045,7 @@ export declare function init(config: AuthHeroConfig): {
3973
4045
  hint?: string | undefined;
3974
4046
  messages?: {
3975
4047
  text: string;
3976
- type: "success" | "error" | "info" | "warning";
4048
+ type: "error" | "success" | "info" | "warning";
3977
4049
  id?: number | undefined;
3978
4050
  }[] | undefined;
3979
4051
  required?: boolean | undefined;
@@ -3995,7 +4067,7 @@ export declare function init(config: AuthHeroConfig): {
3995
4067
  hint?: string | undefined;
3996
4068
  messages?: {
3997
4069
  text: string;
3998
- type: "success" | "error" | "info" | "warning";
4070
+ type: "error" | "success" | "info" | "warning";
3999
4071
  id?: number | undefined;
4000
4072
  }[] | undefined;
4001
4073
  required?: boolean | undefined;
@@ -4017,7 +4089,7 @@ export declare function init(config: AuthHeroConfig): {
4017
4089
  hint?: string | undefined;
4018
4090
  messages?: {
4019
4091
  text: string;
4020
- type: "success" | "error" | "info" | "warning";
4092
+ type: "error" | "success" | "info" | "warning";
4021
4093
  id?: number | undefined;
4022
4094
  }[] | undefined;
4023
4095
  required?: boolean | undefined;
@@ -4036,7 +4108,7 @@ export declare function init(config: AuthHeroConfig): {
4036
4108
  hint?: string | undefined;
4037
4109
  messages?: {
4038
4110
  text: string;
4039
- type: "success" | "error" | "info" | "warning";
4111
+ type: "error" | "success" | "info" | "warning";
4040
4112
  id?: number | undefined;
4041
4113
  }[] | undefined;
4042
4114
  required?: boolean | undefined;
@@ -4061,7 +4133,7 @@ export declare function init(config: AuthHeroConfig): {
4061
4133
  hint?: string | undefined;
4062
4134
  messages?: {
4063
4135
  text: string;
4064
- type: "success" | "error" | "info" | "warning";
4136
+ type: "error" | "success" | "info" | "warning";
4065
4137
  id?: number | undefined;
4066
4138
  }[] | undefined;
4067
4139
  required?: boolean | undefined;
@@ -4082,7 +4154,7 @@ export declare function init(config: AuthHeroConfig): {
4082
4154
  hint?: string | undefined;
4083
4155
  messages?: {
4084
4156
  text: string;
4085
- type: "success" | "error" | "info" | "warning";
4157
+ type: "error" | "success" | "info" | "warning";
4086
4158
  id?: number | undefined;
4087
4159
  }[] | undefined;
4088
4160
  required?: boolean | undefined;
@@ -4103,7 +4175,7 @@ export declare function init(config: AuthHeroConfig): {
4103
4175
  hint?: string | undefined;
4104
4176
  messages?: {
4105
4177
  text: string;
4106
- type: "success" | "error" | "info" | "warning";
4178
+ type: "error" | "success" | "info" | "warning";
4107
4179
  id?: number | undefined;
4108
4180
  }[] | undefined;
4109
4181
  required?: boolean | undefined;
@@ -4357,7 +4429,7 @@ export declare function init(config: AuthHeroConfig): {
4357
4429
  hint?: string | undefined;
4358
4430
  messages?: {
4359
4431
  text: string;
4360
- type: "success" | "error" | "info" | "warning";
4432
+ type: "error" | "success" | "info" | "warning";
4361
4433
  id?: number | undefined;
4362
4434
  }[] | undefined;
4363
4435
  required?: boolean | undefined;
@@ -4375,7 +4447,7 @@ export declare function init(config: AuthHeroConfig): {
4375
4447
  hint?: string | undefined;
4376
4448
  messages?: {
4377
4449
  text: string;
4378
- type: "success" | "error" | "info" | "warning";
4450
+ type: "error" | "success" | "info" | "warning";
4379
4451
  id?: number | undefined;
4380
4452
  }[] | undefined;
4381
4453
  required?: boolean | undefined;
@@ -4399,7 +4471,7 @@ export declare function init(config: AuthHeroConfig): {
4399
4471
  hint?: string | undefined;
4400
4472
  messages?: {
4401
4473
  text: string;
4402
- type: "success" | "error" | "info" | "warning";
4474
+ type: "error" | "success" | "info" | "warning";
4403
4475
  id?: number | undefined;
4404
4476
  }[] | undefined;
4405
4477
  required?: boolean | undefined;
@@ -4413,6 +4485,30 @@ export declare function init(config: AuthHeroConfig): {
4413
4485
  multiple?: boolean | undefined;
4414
4486
  default_value?: string | string[] | undefined;
4415
4487
  } | undefined;
4488
+ } | {
4489
+ id: string;
4490
+ type: "CODE";
4491
+ order?: number | undefined;
4492
+ visible?: boolean | undefined;
4493
+ category?: "FIELD" | undefined;
4494
+ label?: string | undefined;
4495
+ hint?: string | undefined;
4496
+ messages?: {
4497
+ text: string;
4498
+ type: "error" | "success" | "info" | "warning";
4499
+ id?: number | undefined;
4500
+ }[] | undefined;
4501
+ required?: boolean | undefined;
4502
+ sensitive?: boolean | undefined;
4503
+ config?: {
4504
+ length?: number | undefined;
4505
+ mode?: "numeric" | "alphanumeric" | undefined;
4506
+ auto_submit?: boolean | undefined;
4507
+ group_size?: number | undefined;
4508
+ separator?: string | undefined;
4509
+ placeholder?: string | undefined;
4510
+ default_value?: string | undefined;
4511
+ } | undefined;
4416
4512
  } | {
4417
4513
  id: string;
4418
4514
  type: "COUNTRY";
@@ -4423,7 +4519,7 @@ export declare function init(config: AuthHeroConfig): {
4423
4519
  hint?: string | undefined;
4424
4520
  messages?: {
4425
4521
  text: string;
4426
- type: "success" | "error" | "info" | "warning";
4522
+ type: "error" | "success" | "info" | "warning";
4427
4523
  id?: number | undefined;
4428
4524
  }[] | undefined;
4429
4525
  required?: boolean | undefined;
@@ -4448,7 +4544,7 @@ export declare function init(config: AuthHeroConfig): {
4448
4544
  hint?: string | undefined;
4449
4545
  messages?: {
4450
4546
  text: string;
4451
- type: "success" | "error" | "info" | "warning";
4547
+ type: "error" | "success" | "info" | "warning";
4452
4548
  id?: number | undefined;
4453
4549
  }[] | undefined;
4454
4550
  required?: boolean | undefined;
@@ -4463,7 +4559,7 @@ export declare function init(config: AuthHeroConfig): {
4463
4559
  hint?: string | undefined;
4464
4560
  messages?: {
4465
4561
  text: string;
4466
- type: "success" | "error" | "info" | "warning";
4562
+ type: "error" | "success" | "info" | "warning";
4467
4563
  id?: number | undefined;
4468
4564
  }[] | undefined;
4469
4565
  required?: boolean | undefined;
@@ -4484,7 +4580,7 @@ export declare function init(config: AuthHeroConfig): {
4484
4580
  hint?: string | undefined;
4485
4581
  messages?: {
4486
4582
  text: string;
4487
- type: "success" | "error" | "info" | "warning";
4583
+ type: "error" | "success" | "info" | "warning";
4488
4584
  id?: number | undefined;
4489
4585
  }[] | undefined;
4490
4586
  required?: boolean | undefined;
@@ -4509,7 +4605,7 @@ export declare function init(config: AuthHeroConfig): {
4509
4605
  hint?: string | undefined;
4510
4606
  messages?: {
4511
4607
  text: string;
4512
- type: "success" | "error" | "info" | "warning";
4608
+ type: "error" | "success" | "info" | "warning";
4513
4609
  id?: number | undefined;
4514
4610
  }[] | undefined;
4515
4611
  required?: boolean | undefined;
@@ -4528,7 +4624,7 @@ export declare function init(config: AuthHeroConfig): {
4528
4624
  hint?: string | undefined;
4529
4625
  messages?: {
4530
4626
  text: string;
4531
- type: "success" | "error" | "info" | "warning";
4627
+ type: "error" | "success" | "info" | "warning";
4532
4628
  id?: number | undefined;
4533
4629
  }[] | undefined;
4534
4630
  required?: boolean | undefined;
@@ -4548,7 +4644,7 @@ export declare function init(config: AuthHeroConfig): {
4548
4644
  hint?: string | undefined;
4549
4645
  messages?: {
4550
4646
  text: string;
4551
- type: "success" | "error" | "info" | "warning";
4647
+ type: "error" | "success" | "info" | "warning";
4552
4648
  id?: number | undefined;
4553
4649
  }[] | undefined;
4554
4650
  required?: boolean | undefined;
@@ -4567,7 +4663,7 @@ export declare function init(config: AuthHeroConfig): {
4567
4663
  hint?: string | undefined;
4568
4664
  messages?: {
4569
4665
  text: string;
4570
- type: "success" | "error" | "info" | "warning";
4666
+ type: "error" | "success" | "info" | "warning";
4571
4667
  id?: number | undefined;
4572
4668
  }[] | undefined;
4573
4669
  required?: boolean | undefined;
@@ -4589,7 +4685,7 @@ export declare function init(config: AuthHeroConfig): {
4589
4685
  hint?: string | undefined;
4590
4686
  messages?: {
4591
4687
  text: string;
4592
- type: "success" | "error" | "info" | "warning";
4688
+ type: "error" | "success" | "info" | "warning";
4593
4689
  id?: number | undefined;
4594
4690
  }[] | undefined;
4595
4691
  required?: boolean | undefined;
@@ -4611,7 +4707,7 @@ export declare function init(config: AuthHeroConfig): {
4611
4707
  hint?: string | undefined;
4612
4708
  messages?: {
4613
4709
  text: string;
4614
- type: "success" | "error" | "info" | "warning";
4710
+ type: "error" | "success" | "info" | "warning";
4615
4711
  id?: number | undefined;
4616
4712
  }[] | undefined;
4617
4713
  required?: boolean | undefined;
@@ -4630,7 +4726,7 @@ export declare function init(config: AuthHeroConfig): {
4630
4726
  hint?: string | undefined;
4631
4727
  messages?: {
4632
4728
  text: string;
4633
- type: "success" | "error" | "info" | "warning";
4729
+ type: "error" | "success" | "info" | "warning";
4634
4730
  id?: number | undefined;
4635
4731
  }[] | undefined;
4636
4732
  required?: boolean | undefined;
@@ -4655,7 +4751,7 @@ export declare function init(config: AuthHeroConfig): {
4655
4751
  hint?: string | undefined;
4656
4752
  messages?: {
4657
4753
  text: string;
4658
- type: "success" | "error" | "info" | "warning";
4754
+ type: "error" | "success" | "info" | "warning";
4659
4755
  id?: number | undefined;
4660
4756
  }[] | undefined;
4661
4757
  required?: boolean | undefined;
@@ -4676,7 +4772,7 @@ export declare function init(config: AuthHeroConfig): {
4676
4772
  hint?: string | undefined;
4677
4773
  messages?: {
4678
4774
  text: string;
4679
- type: "success" | "error" | "info" | "warning";
4775
+ type: "error" | "success" | "info" | "warning";
4680
4776
  id?: number | undefined;
4681
4777
  }[] | undefined;
4682
4778
  required?: boolean | undefined;
@@ -4697,7 +4793,7 @@ export declare function init(config: AuthHeroConfig): {
4697
4793
  hint?: string | undefined;
4698
4794
  messages?: {
4699
4795
  text: string;
4700
- type: "success" | "error" | "info" | "warning";
4796
+ type: "error" | "success" | "info" | "warning";
4701
4797
  id?: number | undefined;
4702
4798
  }[] | undefined;
4703
4799
  required?: boolean | undefined;
@@ -4928,7 +5024,7 @@ export declare function init(config: AuthHeroConfig): {
4928
5024
  hint?: string | undefined;
4929
5025
  messages?: {
4930
5026
  text: string;
4931
- type: "success" | "error" | "info" | "warning";
5027
+ type: "error" | "success" | "info" | "warning";
4932
5028
  id?: number | undefined;
4933
5029
  }[] | undefined;
4934
5030
  required?: boolean | undefined;
@@ -4946,7 +5042,7 @@ export declare function init(config: AuthHeroConfig): {
4946
5042
  hint?: string | undefined;
4947
5043
  messages?: {
4948
5044
  text: string;
4949
- type: "success" | "error" | "info" | "warning";
5045
+ type: "error" | "success" | "info" | "warning";
4950
5046
  id?: number | undefined;
4951
5047
  }[] | undefined;
4952
5048
  required?: boolean | undefined;
@@ -4970,7 +5066,7 @@ export declare function init(config: AuthHeroConfig): {
4970
5066
  hint?: string | undefined;
4971
5067
  messages?: {
4972
5068
  text: string;
4973
- type: "success" | "error" | "info" | "warning";
5069
+ type: "error" | "success" | "info" | "warning";
4974
5070
  id?: number | undefined;
4975
5071
  }[] | undefined;
4976
5072
  required?: boolean | undefined;
@@ -4984,6 +5080,30 @@ export declare function init(config: AuthHeroConfig): {
4984
5080
  multiple?: boolean | undefined;
4985
5081
  default_value?: string | string[] | undefined;
4986
5082
  } | undefined;
5083
+ } | {
5084
+ id: string;
5085
+ visible: boolean;
5086
+ type: "CODE";
5087
+ order?: number | undefined;
5088
+ category?: "FIELD" | undefined;
5089
+ label?: string | undefined;
5090
+ hint?: string | undefined;
5091
+ messages?: {
5092
+ text: string;
5093
+ type: "error" | "success" | "info" | "warning";
5094
+ id?: number | undefined;
5095
+ }[] | undefined;
5096
+ required?: boolean | undefined;
5097
+ sensitive?: boolean | undefined;
5098
+ config?: {
5099
+ length?: number | undefined;
5100
+ mode?: "numeric" | "alphanumeric" | undefined;
5101
+ auto_submit?: boolean | undefined;
5102
+ group_size?: number | undefined;
5103
+ separator?: string | undefined;
5104
+ placeholder?: string | undefined;
5105
+ default_value?: string | undefined;
5106
+ } | undefined;
4987
5107
  } | {
4988
5108
  id: string;
4989
5109
  visible: boolean;
@@ -4994,7 +5114,7 @@ export declare function init(config: AuthHeroConfig): {
4994
5114
  hint?: string | undefined;
4995
5115
  messages?: {
4996
5116
  text: string;
4997
- type: "success" | "error" | "info" | "warning";
5117
+ type: "error" | "success" | "info" | "warning";
4998
5118
  id?: number | undefined;
4999
5119
  }[] | undefined;
5000
5120
  required?: boolean | undefined;
@@ -5023,7 +5143,7 @@ export declare function init(config: AuthHeroConfig): {
5023
5143
  hint?: string | undefined;
5024
5144
  messages?: {
5025
5145
  text: string;
5026
- type: "success" | "error" | "info" | "warning";
5146
+ type: "error" | "success" | "info" | "warning";
5027
5147
  id?: number | undefined;
5028
5148
  }[] | undefined;
5029
5149
  required?: boolean | undefined;
@@ -5038,7 +5158,7 @@ export declare function init(config: AuthHeroConfig): {
5038
5158
  hint?: string | undefined;
5039
5159
  messages?: {
5040
5160
  text: string;
5041
- type: "success" | "error" | "info" | "warning";
5161
+ type: "error" | "success" | "info" | "warning";
5042
5162
  id?: number | undefined;
5043
5163
  }[] | undefined;
5044
5164
  required?: boolean | undefined;
@@ -5059,7 +5179,7 @@ export declare function init(config: AuthHeroConfig): {
5059
5179
  hint?: string | undefined;
5060
5180
  messages?: {
5061
5181
  text: string;
5062
- type: "success" | "error" | "info" | "warning";
5182
+ type: "error" | "success" | "info" | "warning";
5063
5183
  id?: number | undefined;
5064
5184
  }[] | undefined;
5065
5185
  required?: boolean | undefined;
@@ -5084,7 +5204,7 @@ export declare function init(config: AuthHeroConfig): {
5084
5204
  hint?: string | undefined;
5085
5205
  messages?: {
5086
5206
  text: string;
5087
- type: "success" | "error" | "info" | "warning";
5207
+ type: "error" | "success" | "info" | "warning";
5088
5208
  id?: number | undefined;
5089
5209
  }[] | undefined;
5090
5210
  required?: boolean | undefined;
@@ -5103,7 +5223,7 @@ export declare function init(config: AuthHeroConfig): {
5103
5223
  hint?: string | undefined;
5104
5224
  messages?: {
5105
5225
  text: string;
5106
- type: "success" | "error" | "info" | "warning";
5226
+ type: "error" | "success" | "info" | "warning";
5107
5227
  id?: number | undefined;
5108
5228
  }[] | undefined;
5109
5229
  required?: boolean | undefined;
@@ -5123,7 +5243,7 @@ export declare function init(config: AuthHeroConfig): {
5123
5243
  hint?: string | undefined;
5124
5244
  messages?: {
5125
5245
  text: string;
5126
- type: "success" | "error" | "info" | "warning";
5246
+ type: "error" | "success" | "info" | "warning";
5127
5247
  id?: number | undefined;
5128
5248
  }[] | undefined;
5129
5249
  required?: boolean | undefined;
@@ -5142,7 +5262,7 @@ export declare function init(config: AuthHeroConfig): {
5142
5262
  hint?: string | undefined;
5143
5263
  messages?: {
5144
5264
  text: string;
5145
- type: "success" | "error" | "info" | "warning";
5265
+ type: "error" | "success" | "info" | "warning";
5146
5266
  id?: number | undefined;
5147
5267
  }[] | undefined;
5148
5268
  required?: boolean | undefined;
@@ -5164,7 +5284,7 @@ export declare function init(config: AuthHeroConfig): {
5164
5284
  hint?: string | undefined;
5165
5285
  messages?: {
5166
5286
  text: string;
5167
- type: "success" | "error" | "info" | "warning";
5287
+ type: "error" | "success" | "info" | "warning";
5168
5288
  id?: number | undefined;
5169
5289
  }[] | undefined;
5170
5290
  required?: boolean | undefined;
@@ -5186,7 +5306,7 @@ export declare function init(config: AuthHeroConfig): {
5186
5306
  hint?: string | undefined;
5187
5307
  messages?: {
5188
5308
  text: string;
5189
- type: "success" | "error" | "info" | "warning";
5309
+ type: "error" | "success" | "info" | "warning";
5190
5310
  id?: number | undefined;
5191
5311
  }[] | undefined;
5192
5312
  required?: boolean | undefined;
@@ -5205,7 +5325,7 @@ export declare function init(config: AuthHeroConfig): {
5205
5325
  hint?: string | undefined;
5206
5326
  messages?: {
5207
5327
  text: string;
5208
- type: "success" | "error" | "info" | "warning";
5328
+ type: "error" | "success" | "info" | "warning";
5209
5329
  id?: number | undefined;
5210
5330
  }[] | undefined;
5211
5331
  required?: boolean | undefined;
@@ -5230,7 +5350,7 @@ export declare function init(config: AuthHeroConfig): {
5230
5350
  hint?: string | undefined;
5231
5351
  messages?: {
5232
5352
  text: string;
5233
- type: "success" | "error" | "info" | "warning";
5353
+ type: "error" | "success" | "info" | "warning";
5234
5354
  id?: number | undefined;
5235
5355
  }[] | undefined;
5236
5356
  required?: boolean | undefined;
@@ -5251,7 +5371,7 @@ export declare function init(config: AuthHeroConfig): {
5251
5371
  hint?: string | undefined;
5252
5372
  messages?: {
5253
5373
  text: string;
5254
- type: "success" | "error" | "info" | "warning";
5374
+ type: "error" | "success" | "info" | "warning";
5255
5375
  id?: number | undefined;
5256
5376
  }[] | undefined;
5257
5377
  required?: boolean | undefined;
@@ -5272,7 +5392,7 @@ export declare function init(config: AuthHeroConfig): {
5272
5392
  hint?: string | undefined;
5273
5393
  messages?: {
5274
5394
  text: string;
5275
- type: "success" | "error" | "info" | "warning";
5395
+ type: "error" | "success" | "info" | "warning";
5276
5396
  id?: number | undefined;
5277
5397
  }[] | undefined;
5278
5398
  required?: boolean | undefined;
@@ -5505,7 +5625,7 @@ export declare function init(config: AuthHeroConfig): {
5505
5625
  hint?: string | undefined;
5506
5626
  messages?: {
5507
5627
  text: string;
5508
- type: "success" | "error" | "info" | "warning";
5628
+ type: "error" | "success" | "info" | "warning";
5509
5629
  id?: number | undefined;
5510
5630
  }[] | undefined;
5511
5631
  required?: boolean | undefined;
@@ -5523,7 +5643,7 @@ export declare function init(config: AuthHeroConfig): {
5523
5643
  hint?: string | undefined;
5524
5644
  messages?: {
5525
5645
  text: string;
5526
- type: "success" | "error" | "info" | "warning";
5646
+ type: "error" | "success" | "info" | "warning";
5527
5647
  id?: number | undefined;
5528
5648
  }[] | undefined;
5529
5649
  required?: boolean | undefined;
@@ -5547,7 +5667,7 @@ export declare function init(config: AuthHeroConfig): {
5547
5667
  hint?: string | undefined;
5548
5668
  messages?: {
5549
5669
  text: string;
5550
- type: "success" | "error" | "info" | "warning";
5670
+ type: "error" | "success" | "info" | "warning";
5551
5671
  id?: number | undefined;
5552
5672
  }[] | undefined;
5553
5673
  required?: boolean | undefined;
@@ -5561,6 +5681,30 @@ export declare function init(config: AuthHeroConfig): {
5561
5681
  multiple?: boolean | undefined;
5562
5682
  default_value?: string | string[] | undefined;
5563
5683
  } | undefined;
5684
+ } | {
5685
+ id: string;
5686
+ type: "CODE";
5687
+ order?: number | undefined;
5688
+ visible?: boolean | undefined;
5689
+ category?: "FIELD" | undefined;
5690
+ label?: string | undefined;
5691
+ hint?: string | undefined;
5692
+ messages?: {
5693
+ text: string;
5694
+ type: "error" | "success" | "info" | "warning";
5695
+ id?: number | undefined;
5696
+ }[] | undefined;
5697
+ required?: boolean | undefined;
5698
+ sensitive?: boolean | undefined;
5699
+ config?: {
5700
+ length?: number | undefined;
5701
+ mode?: "numeric" | "alphanumeric" | undefined;
5702
+ auto_submit?: boolean | undefined;
5703
+ group_size?: number | undefined;
5704
+ separator?: string | undefined;
5705
+ placeholder?: string | undefined;
5706
+ default_value?: string | undefined;
5707
+ } | undefined;
5564
5708
  } | {
5565
5709
  id: string;
5566
5710
  type: "COUNTRY";
@@ -5571,7 +5715,7 @@ export declare function init(config: AuthHeroConfig): {
5571
5715
  hint?: string | undefined;
5572
5716
  messages?: {
5573
5717
  text: string;
5574
- type: "success" | "error" | "info" | "warning";
5718
+ type: "error" | "success" | "info" | "warning";
5575
5719
  id?: number | undefined;
5576
5720
  }[] | undefined;
5577
5721
  required?: boolean | undefined;
@@ -5596,7 +5740,7 @@ export declare function init(config: AuthHeroConfig): {
5596
5740
  hint?: string | undefined;
5597
5741
  messages?: {
5598
5742
  text: string;
5599
- type: "success" | "error" | "info" | "warning";
5743
+ type: "error" | "success" | "info" | "warning";
5600
5744
  id?: number | undefined;
5601
5745
  }[] | undefined;
5602
5746
  required?: boolean | undefined;
@@ -5611,7 +5755,7 @@ export declare function init(config: AuthHeroConfig): {
5611
5755
  hint?: string | undefined;
5612
5756
  messages?: {
5613
5757
  text: string;
5614
- type: "success" | "error" | "info" | "warning";
5758
+ type: "error" | "success" | "info" | "warning";
5615
5759
  id?: number | undefined;
5616
5760
  }[] | undefined;
5617
5761
  required?: boolean | undefined;
@@ -5632,7 +5776,7 @@ export declare function init(config: AuthHeroConfig): {
5632
5776
  hint?: string | undefined;
5633
5777
  messages?: {
5634
5778
  text: string;
5635
- type: "success" | "error" | "info" | "warning";
5779
+ type: "error" | "success" | "info" | "warning";
5636
5780
  id?: number | undefined;
5637
5781
  }[] | undefined;
5638
5782
  required?: boolean | undefined;
@@ -5657,7 +5801,7 @@ export declare function init(config: AuthHeroConfig): {
5657
5801
  hint?: string | undefined;
5658
5802
  messages?: {
5659
5803
  text: string;
5660
- type: "success" | "error" | "info" | "warning";
5804
+ type: "error" | "success" | "info" | "warning";
5661
5805
  id?: number | undefined;
5662
5806
  }[] | undefined;
5663
5807
  required?: boolean | undefined;
@@ -5676,7 +5820,7 @@ export declare function init(config: AuthHeroConfig): {
5676
5820
  hint?: string | undefined;
5677
5821
  messages?: {
5678
5822
  text: string;
5679
- type: "success" | "error" | "info" | "warning";
5823
+ type: "error" | "success" | "info" | "warning";
5680
5824
  id?: number | undefined;
5681
5825
  }[] | undefined;
5682
5826
  required?: boolean | undefined;
@@ -5696,7 +5840,7 @@ export declare function init(config: AuthHeroConfig): {
5696
5840
  hint?: string | undefined;
5697
5841
  messages?: {
5698
5842
  text: string;
5699
- type: "success" | "error" | "info" | "warning";
5843
+ type: "error" | "success" | "info" | "warning";
5700
5844
  id?: number | undefined;
5701
5845
  }[] | undefined;
5702
5846
  required?: boolean | undefined;
@@ -5715,7 +5859,7 @@ export declare function init(config: AuthHeroConfig): {
5715
5859
  hint?: string | undefined;
5716
5860
  messages?: {
5717
5861
  text: string;
5718
- type: "success" | "error" | "info" | "warning";
5862
+ type: "error" | "success" | "info" | "warning";
5719
5863
  id?: number | undefined;
5720
5864
  }[] | undefined;
5721
5865
  required?: boolean | undefined;
@@ -5737,7 +5881,7 @@ export declare function init(config: AuthHeroConfig): {
5737
5881
  hint?: string | undefined;
5738
5882
  messages?: {
5739
5883
  text: string;
5740
- type: "success" | "error" | "info" | "warning";
5884
+ type: "error" | "success" | "info" | "warning";
5741
5885
  id?: number | undefined;
5742
5886
  }[] | undefined;
5743
5887
  required?: boolean | undefined;
@@ -5759,7 +5903,7 @@ export declare function init(config: AuthHeroConfig): {
5759
5903
  hint?: string | undefined;
5760
5904
  messages?: {
5761
5905
  text: string;
5762
- type: "success" | "error" | "info" | "warning";
5906
+ type: "error" | "success" | "info" | "warning";
5763
5907
  id?: number | undefined;
5764
5908
  }[] | undefined;
5765
5909
  required?: boolean | undefined;
@@ -5778,7 +5922,7 @@ export declare function init(config: AuthHeroConfig): {
5778
5922
  hint?: string | undefined;
5779
5923
  messages?: {
5780
5924
  text: string;
5781
- type: "success" | "error" | "info" | "warning";
5925
+ type: "error" | "success" | "info" | "warning";
5782
5926
  id?: number | undefined;
5783
5927
  }[] | undefined;
5784
5928
  required?: boolean | undefined;
@@ -5803,7 +5947,7 @@ export declare function init(config: AuthHeroConfig): {
5803
5947
  hint?: string | undefined;
5804
5948
  messages?: {
5805
5949
  text: string;
5806
- type: "success" | "error" | "info" | "warning";
5950
+ type: "error" | "success" | "info" | "warning";
5807
5951
  id?: number | undefined;
5808
5952
  }[] | undefined;
5809
5953
  required?: boolean | undefined;
@@ -5824,7 +5968,7 @@ export declare function init(config: AuthHeroConfig): {
5824
5968
  hint?: string | undefined;
5825
5969
  messages?: {
5826
5970
  text: string;
5827
- type: "success" | "error" | "info" | "warning";
5971
+ type: "error" | "success" | "info" | "warning";
5828
5972
  id?: number | undefined;
5829
5973
  }[] | undefined;
5830
5974
  required?: boolean | undefined;
@@ -5845,7 +5989,7 @@ export declare function init(config: AuthHeroConfig): {
5845
5989
  hint?: string | undefined;
5846
5990
  messages?: {
5847
5991
  text: string;
5848
- type: "success" | "error" | "info" | "warning";
5992
+ type: "error" | "success" | "info" | "warning";
5849
5993
  id?: number | undefined;
5850
5994
  }[] | undefined;
5851
5995
  required?: boolean | undefined;
@@ -6076,7 +6220,7 @@ export declare function init(config: AuthHeroConfig): {
6076
6220
  hint?: string | undefined;
6077
6221
  messages?: {
6078
6222
  text: string;
6079
- type: "success" | "error" | "info" | "warning";
6223
+ type: "error" | "success" | "info" | "warning";
6080
6224
  id?: number | undefined;
6081
6225
  }[] | undefined;
6082
6226
  required?: boolean | undefined;
@@ -6094,7 +6238,7 @@ export declare function init(config: AuthHeroConfig): {
6094
6238
  hint?: string | undefined;
6095
6239
  messages?: {
6096
6240
  text: string;
6097
- type: "success" | "error" | "info" | "warning";
6241
+ type: "error" | "success" | "info" | "warning";
6098
6242
  id?: number | undefined;
6099
6243
  }[] | undefined;
6100
6244
  required?: boolean | undefined;
@@ -6118,7 +6262,7 @@ export declare function init(config: AuthHeroConfig): {
6118
6262
  hint?: string | undefined;
6119
6263
  messages?: {
6120
6264
  text: string;
6121
- type: "success" | "error" | "info" | "warning";
6265
+ type: "error" | "success" | "info" | "warning";
6122
6266
  id?: number | undefined;
6123
6267
  }[] | undefined;
6124
6268
  required?: boolean | undefined;
@@ -6132,6 +6276,30 @@ export declare function init(config: AuthHeroConfig): {
6132
6276
  multiple?: boolean | undefined;
6133
6277
  default_value?: string | string[] | undefined;
6134
6278
  } | undefined;
6279
+ } | {
6280
+ id: string;
6281
+ visible: boolean;
6282
+ type: "CODE";
6283
+ order?: number | undefined;
6284
+ category?: "FIELD" | undefined;
6285
+ label?: string | undefined;
6286
+ hint?: string | undefined;
6287
+ messages?: {
6288
+ text: string;
6289
+ type: "error" | "success" | "info" | "warning";
6290
+ id?: number | undefined;
6291
+ }[] | undefined;
6292
+ required?: boolean | undefined;
6293
+ sensitive?: boolean | undefined;
6294
+ config?: {
6295
+ length?: number | undefined;
6296
+ mode?: "numeric" | "alphanumeric" | undefined;
6297
+ auto_submit?: boolean | undefined;
6298
+ group_size?: number | undefined;
6299
+ separator?: string | undefined;
6300
+ placeholder?: string | undefined;
6301
+ default_value?: string | undefined;
6302
+ } | undefined;
6135
6303
  } | {
6136
6304
  id: string;
6137
6305
  visible: boolean;
@@ -6142,7 +6310,7 @@ export declare function init(config: AuthHeroConfig): {
6142
6310
  hint?: string | undefined;
6143
6311
  messages?: {
6144
6312
  text: string;
6145
- type: "success" | "error" | "info" | "warning";
6313
+ type: "error" | "success" | "info" | "warning";
6146
6314
  id?: number | undefined;
6147
6315
  }[] | undefined;
6148
6316
  required?: boolean | undefined;
@@ -6171,7 +6339,7 @@ export declare function init(config: AuthHeroConfig): {
6171
6339
  hint?: string | undefined;
6172
6340
  messages?: {
6173
6341
  text: string;
6174
- type: "success" | "error" | "info" | "warning";
6342
+ type: "error" | "success" | "info" | "warning";
6175
6343
  id?: number | undefined;
6176
6344
  }[] | undefined;
6177
6345
  required?: boolean | undefined;
@@ -6186,7 +6354,7 @@ export declare function init(config: AuthHeroConfig): {
6186
6354
  hint?: string | undefined;
6187
6355
  messages?: {
6188
6356
  text: string;
6189
- type: "success" | "error" | "info" | "warning";
6357
+ type: "error" | "success" | "info" | "warning";
6190
6358
  id?: number | undefined;
6191
6359
  }[] | undefined;
6192
6360
  required?: boolean | undefined;
@@ -6207,7 +6375,7 @@ export declare function init(config: AuthHeroConfig): {
6207
6375
  hint?: string | undefined;
6208
6376
  messages?: {
6209
6377
  text: string;
6210
- type: "success" | "error" | "info" | "warning";
6378
+ type: "error" | "success" | "info" | "warning";
6211
6379
  id?: number | undefined;
6212
6380
  }[] | undefined;
6213
6381
  required?: boolean | undefined;
@@ -6232,7 +6400,7 @@ export declare function init(config: AuthHeroConfig): {
6232
6400
  hint?: string | undefined;
6233
6401
  messages?: {
6234
6402
  text: string;
6235
- type: "success" | "error" | "info" | "warning";
6403
+ type: "error" | "success" | "info" | "warning";
6236
6404
  id?: number | undefined;
6237
6405
  }[] | undefined;
6238
6406
  required?: boolean | undefined;
@@ -6251,7 +6419,7 @@ export declare function init(config: AuthHeroConfig): {
6251
6419
  hint?: string | undefined;
6252
6420
  messages?: {
6253
6421
  text: string;
6254
- type: "success" | "error" | "info" | "warning";
6422
+ type: "error" | "success" | "info" | "warning";
6255
6423
  id?: number | undefined;
6256
6424
  }[] | undefined;
6257
6425
  required?: boolean | undefined;
@@ -6271,7 +6439,7 @@ export declare function init(config: AuthHeroConfig): {
6271
6439
  hint?: string | undefined;
6272
6440
  messages?: {
6273
6441
  text: string;
6274
- type: "success" | "error" | "info" | "warning";
6442
+ type: "error" | "success" | "info" | "warning";
6275
6443
  id?: number | undefined;
6276
6444
  }[] | undefined;
6277
6445
  required?: boolean | undefined;
@@ -6290,7 +6458,7 @@ export declare function init(config: AuthHeroConfig): {
6290
6458
  hint?: string | undefined;
6291
6459
  messages?: {
6292
6460
  text: string;
6293
- type: "success" | "error" | "info" | "warning";
6461
+ type: "error" | "success" | "info" | "warning";
6294
6462
  id?: number | undefined;
6295
6463
  }[] | undefined;
6296
6464
  required?: boolean | undefined;
@@ -6312,7 +6480,7 @@ export declare function init(config: AuthHeroConfig): {
6312
6480
  hint?: string | undefined;
6313
6481
  messages?: {
6314
6482
  text: string;
6315
- type: "success" | "error" | "info" | "warning";
6483
+ type: "error" | "success" | "info" | "warning";
6316
6484
  id?: number | undefined;
6317
6485
  }[] | undefined;
6318
6486
  required?: boolean | undefined;
@@ -6334,7 +6502,7 @@ export declare function init(config: AuthHeroConfig): {
6334
6502
  hint?: string | undefined;
6335
6503
  messages?: {
6336
6504
  text: string;
6337
- type: "success" | "error" | "info" | "warning";
6505
+ type: "error" | "success" | "info" | "warning";
6338
6506
  id?: number | undefined;
6339
6507
  }[] | undefined;
6340
6508
  required?: boolean | undefined;
@@ -6353,7 +6521,7 @@ export declare function init(config: AuthHeroConfig): {
6353
6521
  hint?: string | undefined;
6354
6522
  messages?: {
6355
6523
  text: string;
6356
- type: "success" | "error" | "info" | "warning";
6524
+ type: "error" | "success" | "info" | "warning";
6357
6525
  id?: number | undefined;
6358
6526
  }[] | undefined;
6359
6527
  required?: boolean | undefined;
@@ -6378,7 +6546,7 @@ export declare function init(config: AuthHeroConfig): {
6378
6546
  hint?: string | undefined;
6379
6547
  messages?: {
6380
6548
  text: string;
6381
- type: "success" | "error" | "info" | "warning";
6549
+ type: "error" | "success" | "info" | "warning";
6382
6550
  id?: number | undefined;
6383
6551
  }[] | undefined;
6384
6552
  required?: boolean | undefined;
@@ -6399,7 +6567,7 @@ export declare function init(config: AuthHeroConfig): {
6399
6567
  hint?: string | undefined;
6400
6568
  messages?: {
6401
6569
  text: string;
6402
- type: "success" | "error" | "info" | "warning";
6570
+ type: "error" | "success" | "info" | "warning";
6403
6571
  id?: number | undefined;
6404
6572
  }[] | undefined;
6405
6573
  required?: boolean | undefined;
@@ -6420,7 +6588,7 @@ export declare function init(config: AuthHeroConfig): {
6420
6588
  hint?: string | undefined;
6421
6589
  messages?: {
6422
6590
  text: string;
6423
- type: "success" | "error" | "info" | "warning";
6591
+ type: "error" | "success" | "info" | "warning";
6424
6592
  id?: number | undefined;
6425
6593
  }[] | undefined;
6426
6594
  required?: boolean | undefined;
@@ -6650,7 +6818,7 @@ export declare function init(config: AuthHeroConfig): {
6650
6818
  };
6651
6819
  };
6652
6820
  output: {
6653
- prompt: "signup" | "status" | "mfa" | "organizations" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6821
+ prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
6654
6822
  language: string;
6655
6823
  }[];
6656
6824
  outputFormat: "json";
@@ -6688,7 +6856,7 @@ export declare function init(config: AuthHeroConfig): {
6688
6856
  $get: {
6689
6857
  input: {
6690
6858
  param: {
6691
- prompt: "signup" | "status" | "mfa" | "organizations" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6859
+ prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
6692
6860
  language: string;
6693
6861
  };
6694
6862
  } & {
@@ -6710,7 +6878,7 @@ export declare function init(config: AuthHeroConfig): {
6710
6878
  $put: {
6711
6879
  input: {
6712
6880
  param: {
6713
- prompt: "signup" | "status" | "mfa" | "organizations" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6881
+ prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
6714
6882
  language: string;
6715
6883
  };
6716
6884
  } & {
@@ -6734,7 +6902,7 @@ export declare function init(config: AuthHeroConfig): {
6734
6902
  $delete: {
6735
6903
  input: {
6736
6904
  param: {
6737
- prompt: "signup" | "status" | "mfa" | "organizations" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6905
+ prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
6738
6906
  language: string;
6739
6907
  };
6740
6908
  } & {
@@ -7596,7 +7764,7 @@ export declare function init(config: AuthHeroConfig): {
7596
7764
  };
7597
7765
  } | {
7598
7766
  mode: "inline";
7599
- status: "success" | "error";
7767
+ status: "error" | "success";
7600
7768
  connection_id: string;
7601
7769
  connection_name: string;
7602
7770
  strategy: string;
@@ -8235,7 +8403,7 @@ export declare function init(config: AuthHeroConfig): {
8235
8403
  log_type: string;
8236
8404
  category: "user_action" | "admin_action" | "system" | "api";
8237
8405
  actor: {
8238
- type: "client_credentials" | "user" | "system" | "admin" | "api_key";
8406
+ type: "user" | "client_credentials" | "system" | "admin" | "api_key";
8239
8407
  id?: string | undefined;
8240
8408
  email?: string | undefined;
8241
8409
  org_id?: string | undefined;
@@ -8543,7 +8711,7 @@ export declare function init(config: AuthHeroConfig): {
8543
8711
  created_at: string;
8544
8712
  updated_at: string;
8545
8713
  name: string;
8546
- provider: "auth0" | "cognito" | "okta" | "oidc";
8714
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8547
8715
  connection: string;
8548
8716
  enabled: boolean;
8549
8717
  credentials: {
@@ -8575,7 +8743,7 @@ export declare function init(config: AuthHeroConfig): {
8575
8743
  created_at: string;
8576
8744
  updated_at: string;
8577
8745
  name: string;
8578
- provider: "auth0" | "cognito" | "okta" | "oidc";
8746
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8579
8747
  connection: string;
8580
8748
  enabled: boolean;
8581
8749
  credentials: {
@@ -8601,7 +8769,7 @@ export declare function init(config: AuthHeroConfig): {
8601
8769
  } & {
8602
8770
  json: {
8603
8771
  name: string;
8604
- provider: "auth0" | "cognito" | "okta" | "oidc";
8772
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8605
8773
  connection: string;
8606
8774
  credentials: {
8607
8775
  domain: string;
@@ -8618,7 +8786,7 @@ export declare function init(config: AuthHeroConfig): {
8618
8786
  created_at: string;
8619
8787
  updated_at: string;
8620
8788
  name: string;
8621
- provider: "auth0" | "cognito" | "okta" | "oidc";
8789
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8622
8790
  connection: string;
8623
8791
  enabled: boolean;
8624
8792
  credentials: {
@@ -8649,7 +8817,7 @@ export declare function init(config: AuthHeroConfig): {
8649
8817
  json: {
8650
8818
  id?: string | undefined;
8651
8819
  name?: string | undefined;
8652
- provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
8820
+ provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
8653
8821
  connection?: string | undefined;
8654
8822
  enabled?: boolean | undefined;
8655
8823
  credentials?: {
@@ -8665,7 +8833,7 @@ export declare function init(config: AuthHeroConfig): {
8665
8833
  created_at: string;
8666
8834
  updated_at: string;
8667
8835
  name: string;
8668
- provider: "auth0" | "cognito" | "okta" | "oidc";
8836
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8669
8837
  connection: string;
8670
8838
  enabled: boolean;
8671
8839
  credentials: {
@@ -8883,7 +9051,7 @@ export declare function init(config: AuthHeroConfig): {
8883
9051
  };
8884
9052
  };
8885
9053
  output: {
8886
- type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9054
+ type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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";
8887
9055
  date: string;
8888
9056
  isMobile: boolean;
8889
9057
  log_id: string;
@@ -8922,7 +9090,7 @@ export declare function init(config: AuthHeroConfig): {
8922
9090
  limit: number;
8923
9091
  length: number;
8924
9092
  logs: {
8925
- type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9093
+ type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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";
8926
9094
  date: string;
8927
9095
  isMobile: boolean;
8928
9096
  log_id: string;
@@ -8976,7 +9144,7 @@ export declare function init(config: AuthHeroConfig): {
8976
9144
  };
8977
9145
  };
8978
9146
  output: {
8979
- type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9147
+ type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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";
8980
9148
  date: string;
8981
9149
  isMobile: boolean;
8982
9150
  log_id: string;
@@ -9364,7 +9532,7 @@ export declare function init(config: AuthHeroConfig): {
9364
9532
  addons?: {
9365
9533
  [x: string]: any;
9366
9534
  } | undefined;
9367
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9535
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9368
9536
  client_metadata?: {
9369
9537
  [x: string]: string;
9370
9538
  } | undefined;
@@ -9460,7 +9628,7 @@ export declare function init(config: AuthHeroConfig): {
9460
9628
  addons?: {
9461
9629
  [x: string]: any;
9462
9630
  } | undefined;
9463
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9631
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9464
9632
  client_metadata?: {
9465
9633
  [x: string]: string;
9466
9634
  } | undefined;
@@ -9571,7 +9739,7 @@ export declare function init(config: AuthHeroConfig): {
9571
9739
  addons?: {
9572
9740
  [x: string]: any;
9573
9741
  } | undefined;
9574
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9742
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9575
9743
  client_metadata?: {
9576
9744
  [x: string]: string;
9577
9745
  } | undefined;
@@ -9681,7 +9849,7 @@ export declare function init(config: AuthHeroConfig): {
9681
9849
  custom_login_page_preview?: string | undefined;
9682
9850
  form_template?: string | undefined;
9683
9851
  addons?: Record<string, any> | undefined;
9684
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9852
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9685
9853
  client_metadata?: Record<string, string> | undefined;
9686
9854
  hide_sign_up_disabled_error?: boolean | undefined;
9687
9855
  mobile?: Record<string, any> | undefined;
@@ -9761,7 +9929,7 @@ export declare function init(config: AuthHeroConfig): {
9761
9929
  addons?: {
9762
9930
  [x: string]: any;
9763
9931
  } | undefined;
9764
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9932
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9765
9933
  client_metadata?: {
9766
9934
  [x: string]: string;
9767
9935
  } | undefined;
@@ -9850,7 +10018,7 @@ export declare function init(config: AuthHeroConfig): {
9850
10018
  custom_login_page_preview?: string | undefined;
9851
10019
  form_template?: string | undefined;
9852
10020
  addons?: Record<string, any> | undefined;
9853
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10021
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9854
10022
  client_metadata?: Record<string, string> | undefined;
9855
10023
  hide_sign_up_disabled_error?: boolean | undefined;
9856
10024
  mobile?: Record<string, any> | undefined;
@@ -9930,7 +10098,7 @@ export declare function init(config: AuthHeroConfig): {
9930
10098
  addons?: {
9931
10099
  [x: string]: any;
9932
10100
  } | undefined;
9933
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10101
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
9934
10102
  client_metadata?: {
9935
10103
  [x: string]: string;
9936
10104
  } | undefined;
@@ -11194,7 +11362,7 @@ export declare function init(config: AuthHeroConfig): {
11194
11362
  };
11195
11363
  };
11196
11364
  output: {
11197
- type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11365
+ type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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";
11198
11366
  date: string;
11199
11367
  isMobile: boolean;
11200
11368
  log_id: string;
@@ -11233,7 +11401,7 @@ export declare function init(config: AuthHeroConfig): {
11233
11401
  limit: number;
11234
11402
  length: number;
11235
11403
  logs: {
11236
- type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11404
+ type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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";
11237
11405
  date: string;
11238
11406
  isMobile: boolean;
11239
11407
  log_id: string;
@@ -11548,7 +11716,7 @@ export declare function init(config: AuthHeroConfig): {
11548
11716
  };
11549
11717
  } & {
11550
11718
  json: {
11551
- template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11719
+ 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";
11552
11720
  body: string;
11553
11721
  from: string;
11554
11722
  subject: string;
@@ -11569,7 +11737,7 @@ export declare function init(config: AuthHeroConfig): {
11569
11737
  };
11570
11738
  } & {
11571
11739
  json: {
11572
- template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11740
+ 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";
11573
11741
  body: string;
11574
11742
  from: string;
11575
11743
  subject: string;
@@ -11581,7 +11749,7 @@ export declare function init(config: AuthHeroConfig): {
11581
11749
  };
11582
11750
  };
11583
11751
  output: {
11584
- template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11752
+ 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";
11585
11753
  body: string;
11586
11754
  from: string;
11587
11755
  subject: string;
@@ -11604,7 +11772,7 @@ export declare function init(config: AuthHeroConfig): {
11604
11772
  };
11605
11773
  };
11606
11774
  output: {
11607
- name: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11775
+ 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";
11608
11776
  body: string;
11609
11777
  subject: string;
11610
11778
  }[];
@@ -11617,7 +11785,7 @@ export declare function init(config: AuthHeroConfig): {
11617
11785
  $get: {
11618
11786
  input: {
11619
11787
  param: {
11620
- templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11788
+ 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";
11621
11789
  };
11622
11790
  } & {
11623
11791
  header: {
@@ -11630,7 +11798,7 @@ export declare function init(config: AuthHeroConfig): {
11630
11798
  } | {
11631
11799
  input: {
11632
11800
  param: {
11633
- templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11801
+ 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";
11634
11802
  };
11635
11803
  } & {
11636
11804
  header: {
@@ -11638,7 +11806,7 @@ export declare function init(config: AuthHeroConfig): {
11638
11806
  };
11639
11807
  };
11640
11808
  output: {
11641
- template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11809
+ 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";
11642
11810
  body: string;
11643
11811
  from: string;
11644
11812
  subject: string;
@@ -11657,7 +11825,7 @@ export declare function init(config: AuthHeroConfig): {
11657
11825
  $put: {
11658
11826
  input: {
11659
11827
  param: {
11660
- templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11828
+ templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11661
11829
  };
11662
11830
  } & {
11663
11831
  header: {
@@ -11665,7 +11833,7 @@ export declare function init(config: AuthHeroConfig): {
11665
11833
  };
11666
11834
  } & {
11667
11835
  json: {
11668
- template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11836
+ 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";
11669
11837
  body: string;
11670
11838
  subject: string;
11671
11839
  syntax?: "liquid" | undefined;
@@ -11677,7 +11845,7 @@ export declare function init(config: AuthHeroConfig): {
11677
11845
  };
11678
11846
  };
11679
11847
  output: {
11680
- template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11848
+ template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11681
11849
  body: string;
11682
11850
  from: string;
11683
11851
  subject: string;
@@ -11696,7 +11864,7 @@ export declare function init(config: AuthHeroConfig): {
11696
11864
  $patch: {
11697
11865
  input: {
11698
11866
  param: {
11699
- templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11867
+ 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";
11700
11868
  };
11701
11869
  } & {
11702
11870
  header: {
@@ -11704,7 +11872,7 @@ export declare function init(config: AuthHeroConfig): {
11704
11872
  };
11705
11873
  } & {
11706
11874
  json: {
11707
- template?: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11875
+ 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;
11708
11876
  body?: string | undefined;
11709
11877
  from?: string | undefined;
11710
11878
  subject?: string | undefined;
@@ -11721,7 +11889,7 @@ export declare function init(config: AuthHeroConfig): {
11721
11889
  } | {
11722
11890
  input: {
11723
11891
  param: {
11724
- templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11892
+ 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";
11725
11893
  };
11726
11894
  } & {
11727
11895
  header: {
@@ -11729,7 +11897,7 @@ export declare function init(config: AuthHeroConfig): {
11729
11897
  };
11730
11898
  } & {
11731
11899
  json: {
11732
- template?: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11900
+ 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;
11733
11901
  body?: string | undefined;
11734
11902
  from?: string | undefined;
11735
11903
  subject?: string | undefined;
@@ -11741,7 +11909,7 @@ export declare function init(config: AuthHeroConfig): {
11741
11909
  };
11742
11910
  };
11743
11911
  output: {
11744
- template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11912
+ 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";
11745
11913
  body: string;
11746
11914
  from: string;
11747
11915
  subject: string;
@@ -11760,7 +11928,7 @@ export declare function init(config: AuthHeroConfig): {
11760
11928
  $delete: {
11761
11929
  input: {
11762
11930
  param: {
11763
- templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11931
+ 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";
11764
11932
  };
11765
11933
  } & {
11766
11934
  header: {
@@ -11773,7 +11941,7 @@ export declare function init(config: AuthHeroConfig): {
11773
11941
  } | {
11774
11942
  input: {
11775
11943
  param: {
11776
- templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11944
+ 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";
11777
11945
  };
11778
11946
  } & {
11779
11947
  header: {
@@ -11790,7 +11958,7 @@ export declare function init(config: AuthHeroConfig): {
11790
11958
  $post: {
11791
11959
  input: {
11792
11960
  param: {
11793
- templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11961
+ 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";
11794
11962
  };
11795
11963
  } & {
11796
11964
  header: {
@@ -12073,7 +12241,7 @@ export declare function init(config: AuthHeroConfig): {
12073
12241
  type: "auth0_managed_certs" | "self_managed_certs";
12074
12242
  custom_domain_id: string;
12075
12243
  primary: boolean;
12076
- status: "disabled" | "pending" | "ready" | "pending_verification";
12244
+ status: "pending" | "ready" | "disabled" | "pending_verification";
12077
12245
  verification_method?: "txt" | undefined;
12078
12246
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12079
12247
  domain_metadata?: {
@@ -12114,7 +12282,7 @@ export declare function init(config: AuthHeroConfig): {
12114
12282
  type: "auth0_managed_certs" | "self_managed_certs";
12115
12283
  custom_domain_id: string;
12116
12284
  primary: boolean;
12117
- status: "disabled" | "pending" | "ready" | "pending_verification";
12285
+ status: "pending" | "ready" | "disabled" | "pending_verification";
12118
12286
  verification_method?: "txt" | undefined;
12119
12287
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12120
12288
  domain_metadata?: {
@@ -12178,7 +12346,7 @@ export declare function init(config: AuthHeroConfig): {
12178
12346
  type: "auth0_managed_certs" | "self_managed_certs";
12179
12347
  custom_domain_id: string;
12180
12348
  primary: boolean;
12181
- status: "disabled" | "pending" | "ready" | "pending_verification";
12349
+ status: "pending" | "ready" | "disabled" | "pending_verification";
12182
12350
  verification_method?: "txt" | undefined;
12183
12351
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12184
12352
  domain_metadata?: {
@@ -12225,7 +12393,7 @@ export declare function init(config: AuthHeroConfig): {
12225
12393
  type: "auth0_managed_certs" | "self_managed_certs";
12226
12394
  custom_domain_id: string;
12227
12395
  primary: boolean;
12228
- status: "disabled" | "pending" | "ready" | "pending_verification";
12396
+ status: "pending" | "ready" | "disabled" | "pending_verification";
12229
12397
  verification_method?: "txt" | undefined;
12230
12398
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12231
12399
  domain_metadata?: {
@@ -12271,7 +12439,7 @@ export declare function init(config: AuthHeroConfig): {
12271
12439
  type: "auth0_managed_certs" | "self_managed_certs";
12272
12440
  custom_domain_id: string;
12273
12441
  primary: boolean;
12274
- status: "disabled" | "pending" | "ready" | "pending_verification";
12442
+ status: "pending" | "ready" | "disabled" | "pending_verification";
12275
12443
  verification_method?: "txt" | undefined;
12276
12444
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12277
12445
  domain_metadata?: {
@@ -12312,7 +12480,7 @@ export declare function init(config: AuthHeroConfig): {
12312
12480
  type: "auth0_managed_certs" | "self_managed_certs";
12313
12481
  custom_domain_id: string;
12314
12482
  primary: boolean;
12315
- status: "disabled" | "pending" | "ready" | "pending_verification";
12483
+ status: "pending" | "ready" | "disabled" | "pending_verification";
12316
12484
  verification_method?: "txt" | undefined;
12317
12485
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12318
12486
  domain_metadata?: {
@@ -12732,6 +12900,120 @@ export declare function init(config: AuthHeroConfig): {
12732
12900
  status: 204;
12733
12901
  };
12734
12902
  };
12903
+ } & {
12904
+ "/templates/universal-login/preview": {
12905
+ $post: {
12906
+ input: {
12907
+ header: {
12908
+ "tenant-id"?: string | undefined;
12909
+ };
12910
+ } & {
12911
+ json: {
12912
+ body?: string | undefined;
12913
+ screen?: "identifier" | "signup" | "password" | "login" | undefined;
12914
+ branding?: {
12915
+ colors?: {
12916
+ primary: string;
12917
+ page_background?: string | {
12918
+ type?: string | undefined;
12919
+ start?: string | undefined;
12920
+ end?: string | undefined;
12921
+ angle_deg?: number | undefined;
12922
+ } | undefined;
12923
+ } | undefined;
12924
+ logo_url?: string | undefined;
12925
+ favicon_url?: string | undefined;
12926
+ powered_by_logo_url?: string | undefined;
12927
+ font?: {
12928
+ url: string;
12929
+ } | undefined;
12930
+ dark_mode?: "dark" | "light" | "auto" | undefined;
12931
+ } | undefined;
12932
+ theme?: {
12933
+ borders?: {
12934
+ button_border_radius: number;
12935
+ button_border_weight: number;
12936
+ buttons_style: "pill" | "rounded" | "sharp";
12937
+ input_border_radius: number;
12938
+ input_border_weight: number;
12939
+ inputs_style: "pill" | "rounded" | "sharp";
12940
+ show_widget_shadow: boolean;
12941
+ widget_border_weight: number;
12942
+ widget_corner_radius: number;
12943
+ } | undefined;
12944
+ colors?: {
12945
+ base_focus_color: string;
12946
+ base_hover_color: string;
12947
+ body_text: string;
12948
+ captcha_widget_theme: "dark" | "light" | "auto";
12949
+ error: string;
12950
+ header: string;
12951
+ icons: string;
12952
+ input_background: string;
12953
+ input_border: string;
12954
+ input_filled_text: string;
12955
+ input_labels_placeholders: string;
12956
+ links_focused_components: string;
12957
+ primary_button: string;
12958
+ primary_button_label: string;
12959
+ secondary_button_border: string;
12960
+ secondary_button_label: string;
12961
+ success: string;
12962
+ widget_background: string;
12963
+ widget_border: string;
12964
+ } | undefined;
12965
+ displayName?: string | undefined;
12966
+ fonts?: {
12967
+ body_text: {
12968
+ bold: boolean;
12969
+ size: number;
12970
+ };
12971
+ buttons_text: {
12972
+ bold: boolean;
12973
+ size: number;
12974
+ };
12975
+ font_url: string;
12976
+ input_labels: {
12977
+ bold: boolean;
12978
+ size: number;
12979
+ };
12980
+ links: {
12981
+ bold: boolean;
12982
+ size: number;
12983
+ };
12984
+ links_style: "normal" | "underlined";
12985
+ reference_text_size: number;
12986
+ subtitle: {
12987
+ bold: boolean;
12988
+ size: number;
12989
+ };
12990
+ title: {
12991
+ bold: boolean;
12992
+ size: number;
12993
+ };
12994
+ } | undefined;
12995
+ page_background?: {
12996
+ background_color: string;
12997
+ background_image_url: string;
12998
+ page_layout: "center" | "left" | "right";
12999
+ logo_placement?: "none" | "widget" | "chip" | undefined;
13000
+ } | undefined;
13001
+ widget?: {
13002
+ header_text_alignment: "center" | "left" | "right";
13003
+ logo_height: number;
13004
+ logo_position: "none" | "center" | "left" | "right";
13005
+ logo_url: string;
13006
+ social_buttons_layout: "bottom" | "top";
13007
+ } | undefined;
13008
+ themeId?: string | undefined;
13009
+ } | undefined;
13010
+ };
13011
+ };
13012
+ output: Response;
13013
+ outputFormat: "json";
13014
+ status: import("hono/utils/http-status").StatusCode;
13015
+ };
13016
+ };
12735
13017
  }, "/branding"> & import("hono/types").MergeSchemaPath<{
12736
13018
  "/:triggerId/bindings": {
12737
13019
  $get: {
@@ -13884,7 +14166,7 @@ export declare function init(config: AuthHeroConfig): {
13884
14166
  scope?: string | undefined;
13885
14167
  grant_types?: string[] | undefined;
13886
14168
  response_types?: string[] | undefined;
13887
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
14169
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
13888
14170
  jwks_uri?: string | undefined;
13889
14171
  jwks?: Record<string, unknown> | undefined;
13890
14172
  software_id?: string | undefined;
@@ -13973,7 +14255,7 @@ export declare function init(config: AuthHeroConfig): {
13973
14255
  scope?: string | undefined;
13974
14256
  grant_types?: string[] | undefined;
13975
14257
  response_types?: string[] | undefined;
13976
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
14258
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
13977
14259
  jwks_uri?: string | undefined;
13978
14260
  jwks?: Record<string, unknown> | undefined;
13979
14261
  software_id?: string | undefined;
@@ -14319,19 +14601,19 @@ export declare function init(config: AuthHeroConfig): {
14319
14601
  email: string;
14320
14602
  send: "code" | "link";
14321
14603
  authParams: {
14604
+ username?: string | undefined;
14605
+ state?: string | undefined;
14606
+ audience?: string | undefined;
14322
14607
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
14323
14608
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
14324
14609
  scope?: string | undefined;
14325
- username?: string | undefined;
14326
- audience?: string | undefined;
14327
- code_challenge?: string | undefined;
14328
- code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14329
- redirect_uri?: string | undefined;
14610
+ organization?: string | undefined;
14330
14611
  nonce?: string | undefined;
14331
- state?: string | undefined;
14612
+ redirect_uri?: string | undefined;
14332
14613
  act_as?: string | undefined;
14333
- organization?: string | undefined;
14334
14614
  prompt?: string | undefined;
14615
+ code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14616
+ code_challenge?: string | undefined;
14335
14617
  ui_locales?: string | undefined;
14336
14618
  max_age?: number | undefined;
14337
14619
  acr_values?: string | undefined;
@@ -14355,19 +14637,19 @@ export declare function init(config: AuthHeroConfig): {
14355
14637
  phone_number: string;
14356
14638
  send: "code" | "link";
14357
14639
  authParams: {
14640
+ username?: string | undefined;
14641
+ state?: string | undefined;
14642
+ audience?: string | undefined;
14358
14643
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
14359
14644
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
14360
14645
  scope?: string | undefined;
14361
- username?: string | undefined;
14362
- audience?: string | undefined;
14363
- code_challenge?: string | undefined;
14364
- code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14365
- redirect_uri?: string | undefined;
14646
+ organization?: string | undefined;
14366
14647
  nonce?: string | undefined;
14367
- state?: string | undefined;
14648
+ redirect_uri?: string | undefined;
14368
14649
  act_as?: string | undefined;
14369
- organization?: string | undefined;
14370
14650
  prompt?: string | undefined;
14651
+ code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14652
+ code_challenge?: string | undefined;
14371
14653
  ui_locales?: string | undefined;
14372
14654
  max_age?: number | undefined;
14373
14655
  acr_values?: string | undefined;
@@ -14499,14 +14781,14 @@ export declare function init(config: AuthHeroConfig): {
14499
14781
  input: {
14500
14782
  form: {
14501
14783
  token: string;
14502
- token_type_hint?: "access_token" | "refresh_token" | undefined;
14784
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
14503
14785
  client_id?: string | undefined;
14504
14786
  client_secret?: string | undefined;
14505
14787
  };
14506
14788
  } & {
14507
14789
  json: {
14508
14790
  token: string;
14509
- token_type_hint?: "access_token" | "refresh_token" | undefined;
14791
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
14510
14792
  client_id?: string | undefined;
14511
14793
  client_secret?: string | undefined;
14512
14794
  };
@@ -14518,14 +14800,14 @@ export declare function init(config: AuthHeroConfig): {
14518
14800
  input: {
14519
14801
  form: {
14520
14802
  token: string;
14521
- token_type_hint?: "access_token" | "refresh_token" | undefined;
14803
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
14522
14804
  client_id?: string | undefined;
14523
14805
  client_secret?: string | undefined;
14524
14806
  };
14525
14807
  } & {
14526
14808
  json: {
14527
14809
  token: string;
14528
- token_type_hint?: "access_token" | "refresh_token" | undefined;
14810
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
14529
14811
  client_id?: string | undefined;
14530
14812
  client_secret?: string | undefined;
14531
14813
  };
@@ -14540,14 +14822,14 @@ export declare function init(config: AuthHeroConfig): {
14540
14822
  input: {
14541
14823
  form: {
14542
14824
  token: string;
14543
- token_type_hint?: "access_token" | "refresh_token" | undefined;
14825
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
14544
14826
  client_id?: string | undefined;
14545
14827
  client_secret?: string | undefined;
14546
14828
  };
14547
14829
  } & {
14548
14830
  json: {
14549
14831
  token: string;
14550
- token_type_hint?: "access_token" | "refresh_token" | undefined;
14832
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
14551
14833
  client_id?: string | undefined;
14552
14834
  client_secret?: string | undefined;
14553
14835
  };
@@ -14597,7 +14879,7 @@ export declare function init(config: AuthHeroConfig): {
14597
14879
  client_id: string;
14598
14880
  username: string;
14599
14881
  otp: string;
14600
- realm: "email" | "sms";
14882
+ realm: "sms" | "email";
14601
14883
  } | {
14602
14884
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14603
14885
  subject_token: string;
@@ -14644,7 +14926,7 @@ export declare function init(config: AuthHeroConfig): {
14644
14926
  client_id: string;
14645
14927
  username: string;
14646
14928
  otp: string;
14647
- realm: "email" | "sms";
14929
+ realm: "sms" | "email";
14648
14930
  } | {
14649
14931
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14650
14932
  subject_token: string;
@@ -14696,7 +14978,7 @@ export declare function init(config: AuthHeroConfig): {
14696
14978
  client_id: string;
14697
14979
  username: string;
14698
14980
  otp: string;
14699
- realm: "email" | "sms";
14981
+ realm: "sms" | "email";
14700
14982
  } | {
14701
14983
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14702
14984
  subject_token: string;
@@ -14743,7 +15025,7 @@ export declare function init(config: AuthHeroConfig): {
14743
15025
  client_id: string;
14744
15026
  username: string;
14745
15027
  otp: string;
14746
- realm: "email" | "sms";
15028
+ realm: "sms" | "email";
14747
15029
  } | {
14748
15030
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14749
15031
  subject_token: string;
@@ -14803,7 +15085,7 @@ export declare function init(config: AuthHeroConfig): {
14803
15085
  client_id: string;
14804
15086
  username: string;
14805
15087
  otp: string;
14806
- realm: "email" | "sms";
15088
+ realm: "sms" | "email";
14807
15089
  } | {
14808
15090
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14809
15091
  subject_token: string;
@@ -14850,7 +15132,7 @@ export declare function init(config: AuthHeroConfig): {
14850
15132
  client_id: string;
14851
15133
  username: string;
14852
15134
  otp: string;
14853
- realm: "email" | "sms";
15135
+ realm: "sms" | "email";
14854
15136
  } | {
14855
15137
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14856
15138
  subject_token: string;
@@ -14905,7 +15187,7 @@ export declare function init(config: AuthHeroConfig): {
14905
15187
  client_id: string;
14906
15188
  username: string;
14907
15189
  otp: string;
14908
- realm: "email" | "sms";
15190
+ realm: "sms" | "email";
14909
15191
  } | {
14910
15192
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14911
15193
  subject_token: string;
@@ -14952,7 +15234,7 @@ export declare function init(config: AuthHeroConfig): {
14952
15234
  client_id: string;
14953
15235
  username: string;
14954
15236
  otp: string;
14955
- realm: "email" | "sms";
15237
+ realm: "sms" | "email";
14956
15238
  } | {
14957
15239
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
14958
15240
  subject_token: string;
@@ -15007,7 +15289,7 @@ export declare function init(config: AuthHeroConfig): {
15007
15289
  client_id: string;
15008
15290
  username: string;
15009
15291
  otp: string;
15010
- realm: "email" | "sms";
15292
+ realm: "sms" | "email";
15011
15293
  } | {
15012
15294
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15013
15295
  subject_token: string;
@@ -15054,7 +15336,7 @@ export declare function init(config: AuthHeroConfig): {
15054
15336
  client_id: string;
15055
15337
  username: string;
15056
15338
  otp: string;
15057
- realm: "email" | "sms";
15339
+ realm: "sms" | "email";
15058
15340
  } | {
15059
15341
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
15060
15342
  subject_token: string;
@@ -16274,7 +16556,7 @@ export declare function init(config: AuthHeroConfig): {
16274
16556
  $get: {
16275
16557
  input: {
16276
16558
  param: {
16277
- screen: "signup" | "login" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16559
+ screen: "signup" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16278
16560
  };
16279
16561
  } & {
16280
16562
  query: {
@@ -16290,7 +16572,7 @@ export declare function init(config: AuthHeroConfig): {
16290
16572
  } | {
16291
16573
  input: {
16292
16574
  param: {
16293
- screen: "signup" | "login" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16575
+ screen: "signup" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16294
16576
  };
16295
16577
  } & {
16296
16578
  query: {
@@ -16306,7 +16588,7 @@ export declare function init(config: AuthHeroConfig): {
16306
16588
  } | {
16307
16589
  input: {
16308
16590
  param: {
16309
- screen: "signup" | "login" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16591
+ screen: "signup" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16310
16592
  };
16311
16593
  } & {
16312
16594
  query: {
@@ -16326,7 +16608,7 @@ export declare function init(config: AuthHeroConfig): {
16326
16608
  $post: {
16327
16609
  input: {
16328
16610
  param: {
16329
- screen: "signup" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16611
+ screen: "signup" | "consent" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16330
16612
  };
16331
16613
  } & {
16332
16614
  query: {
@@ -16344,7 +16626,7 @@ export declare function init(config: AuthHeroConfig): {
16344
16626
  } | {
16345
16627
  input: {
16346
16628
  param: {
16347
- screen: "signup" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16629
+ screen: "signup" | "consent" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16348
16630
  };
16349
16631
  } & {
16350
16632
  query: {
@@ -16362,7 +16644,7 @@ export declare function init(config: AuthHeroConfig): {
16362
16644
  } | {
16363
16645
  input: {
16364
16646
  param: {
16365
- screen: "signup" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16647
+ screen: "signup" | "consent" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16366
16648
  };
16367
16649
  } & {
16368
16650
  query: {