authhero 8.19.0 → 8.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/dist/assets/u/widget/index.esm.js +1 -1
  2. package/dist/authhero.cjs +142 -142
  3. package/dist/authhero.d.ts +317 -250
  4. package/dist/authhero.mjs +14752 -16956
  5. package/dist/tsconfig.types.tsbuildinfo +1 -1
  6. package/dist/types/authentication-flows/passwordless.d.ts +4 -4
  7. package/dist/types/helpers/dcr/metadata-mapping.d.ts +2 -2
  8. package/dist/types/helpers/hook-events.d.ts +35 -15
  9. package/dist/types/hooks/link-users.d.ts +9 -1
  10. package/dist/types/hooks/user-registration.d.ts +8 -5
  11. package/dist/types/index.d.ts +317 -250
  12. package/dist/types/routes/auth-api/index.d.ts +22 -22
  13. package/dist/types/routes/auth-api/passwordless.d.ts +14 -14
  14. package/dist/types/routes/auth-api/register/index.d.ts +2 -2
  15. package/dist/types/routes/auth-api/revoke.d.ts +6 -6
  16. package/dist/types/routes/management-api/action-executions.d.ts +1 -1
  17. package/dist/types/routes/management-api/actions.d.ts +3 -1
  18. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  19. package/dist/types/routes/management-api/branding.d.ts +1 -1
  20. package/dist/types/routes/management-api/client-grants.d.ts +24 -8
  21. package/dist/types/routes/management-api/clients.d.ts +14 -13
  22. package/dist/types/routes/management-api/connections.d.ts +17 -16
  23. package/dist/types/routes/management-api/flows.d.ts +1 -0
  24. package/dist/types/routes/management-api/forms.d.ts +127 -126
  25. package/dist/types/routes/management-api/grants.d.ts +1 -0
  26. package/dist/types/routes/management-api/guardian.d.ts +5 -5
  27. package/dist/types/routes/management-api/hooks.d.ts +25 -24
  28. package/dist/types/routes/management-api/index.d.ts +288 -221
  29. package/dist/types/routes/management-api/logs.d.ts +4 -3
  30. package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
  31. package/dist/types/routes/management-api/organizations.d.ts +36 -2
  32. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  33. package/dist/types/routes/management-api/resource-servers.d.ts +1 -0
  34. package/dist/types/routes/management-api/roles.d.ts +8 -6
  35. package/dist/types/routes/management-api/tenants.d.ts +1 -1
  36. package/dist/types/routes/management-api/users.d.ts +7 -2
  37. package/dist/types/routes/universal-login/common.d.ts +8 -8
  38. package/dist/types/routes/universal-login/flow-api.d.ts +12 -12
  39. package/dist/types/routes/universal-login/identifier.d.ts +2 -2
  40. package/dist/types/routes/universal-login/index.d.ts +2 -2
  41. package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
  42. package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
  43. package/dist/types/types/IdToken.d.ts +1 -1
  44. package/package.json +6 -6
@@ -150,7 +150,7 @@ export declare function init(config: AuthHeroConfig): {
150
150
  };
151
151
  } & {
152
152
  json: {
153
- type: "push" | "email" | "passkey" | "webauthn-roaming" | "webauthn-platform" | "phone" | "totp";
153
+ type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
154
154
  phone_number?: string | undefined;
155
155
  totp_secret?: string | undefined;
156
156
  credential_id?: string | undefined;
@@ -290,7 +290,7 @@ export declare function init(config: AuthHeroConfig): {
290
290
  };
291
291
  };
292
292
  output: {
293
- name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
293
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
294
294
  enabled: boolean;
295
295
  trial_expired?: boolean | undefined;
296
296
  }[];
@@ -445,7 +445,7 @@ export declare function init(config: AuthHeroConfig): {
445
445
  $get: {
446
446
  input: {
447
447
  param: {
448
- factor_name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
448
+ factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
449
449
  };
450
450
  } & {
451
451
  header: {
@@ -453,7 +453,7 @@ export declare function init(config: AuthHeroConfig): {
453
453
  };
454
454
  };
455
455
  output: {
456
- name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
456
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
457
457
  enabled: boolean;
458
458
  trial_expired?: boolean | undefined;
459
459
  };
@@ -466,7 +466,7 @@ export declare function init(config: AuthHeroConfig): {
466
466
  $put: {
467
467
  input: {
468
468
  param: {
469
- factor_name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
469
+ factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
470
470
  };
471
471
  } & {
472
472
  header: {
@@ -478,7 +478,7 @@ export declare function init(config: AuthHeroConfig): {
478
478
  };
479
479
  };
480
480
  output: {
481
- name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
481
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
482
482
  enabled: boolean;
483
483
  trial_expired?: boolean | undefined;
484
484
  };
@@ -608,6 +608,39 @@ export declare function init(config: AuthHeroConfig): {
608
608
  } | undefined;
609
609
  }[];
610
610
  total?: number | undefined;
611
+ next?: string | undefined;
612
+ } | {
613
+ organizations: {
614
+ created_at: string;
615
+ updated_at: string;
616
+ id: string;
617
+ name: string;
618
+ display_name?: string | undefined;
619
+ branding?: {
620
+ logo_url?: string | undefined;
621
+ colors?: {
622
+ primary?: string | undefined;
623
+ page_background?: string | undefined;
624
+ } | undefined;
625
+ } | undefined;
626
+ metadata?: {
627
+ [x: string]: any;
628
+ } | undefined;
629
+ enabled_connections?: {
630
+ connection_id: string;
631
+ assign_membership_on_login: boolean;
632
+ show_as_button: boolean;
633
+ is_signup_enabled: boolean;
634
+ }[] | undefined;
635
+ token_quota?: {
636
+ client_credentials?: {
637
+ enforce: boolean;
638
+ per_day: number;
639
+ per_hour: number;
640
+ } | undefined;
641
+ } | undefined;
642
+ }[];
643
+ next?: string | undefined;
611
644
  };
612
645
  outputFormat: "json";
613
646
  status: 200;
@@ -1223,11 +1256,11 @@ export declare function init(config: AuthHeroConfig): {
1223
1256
  invitee: {
1224
1257
  email?: string | undefined;
1225
1258
  };
1226
- roles?: string[] | undefined;
1227
1259
  id?: string | undefined;
1260
+ connection_id?: string | undefined;
1261
+ roles?: string[] | undefined;
1228
1262
  app_metadata?: Record<string, any> | undefined;
1229
1263
  user_metadata?: Record<string, any> | undefined;
1230
- connection_id?: string | undefined;
1231
1264
  ttl_sec?: number | undefined;
1232
1265
  send_invitation_email?: boolean | undefined;
1233
1266
  };
@@ -1328,6 +1361,7 @@ export declare function init(config: AuthHeroConfig): {
1328
1361
  updated_at?: string | undefined;
1329
1362
  }[];
1330
1363
  total?: number | undefined;
1364
+ next?: string | undefined;
1331
1365
  };
1332
1366
  outputFormat: "json";
1333
1367
  status: 200;
@@ -1540,6 +1574,7 @@ export declare function init(config: AuthHeroConfig): {
1540
1574
  updated_at?: string | undefined;
1541
1575
  }[];
1542
1576
  total?: number | undefined;
1577
+ next?: string | undefined;
1543
1578
  };
1544
1579
  outputFormat: "json";
1545
1580
  status: 200;
@@ -1811,6 +1846,7 @@ export declare function init(config: AuthHeroConfig): {
1811
1846
  updated_at?: string | undefined;
1812
1847
  }[];
1813
1848
  total?: number | undefined;
1849
+ next?: string | undefined;
1814
1850
  };
1815
1851
  outputFormat: "json";
1816
1852
  status: 200;
@@ -1966,6 +2002,7 @@ export declare function init(config: AuthHeroConfig): {
1966
2002
  created_at: string;
1967
2003
  }[];
1968
2004
  total?: number | undefined;
2005
+ next?: string | undefined;
1969
2006
  };
1970
2007
  outputFormat: "json";
1971
2008
  status: 200;
@@ -2143,6 +2180,7 @@ export declare function init(config: AuthHeroConfig): {
2143
2180
  id: string;
2144
2181
  }[];
2145
2182
  total?: number | undefined;
2183
+ next?: string | undefined;
2146
2184
  };
2147
2185
  outputFormat: "json";
2148
2186
  status: 200;
@@ -2654,7 +2692,7 @@ export declare function init(config: AuthHeroConfig): {
2654
2692
  hint?: string | undefined;
2655
2693
  messages?: {
2656
2694
  text: string;
2657
- type: "success" | "error" | "info" | "warning";
2695
+ type: "error" | "success" | "info" | "warning";
2658
2696
  id?: number | undefined;
2659
2697
  }[] | undefined;
2660
2698
  required?: boolean | undefined;
@@ -2672,7 +2710,7 @@ export declare function init(config: AuthHeroConfig): {
2672
2710
  hint?: string | undefined;
2673
2711
  messages?: {
2674
2712
  text: string;
2675
- type: "success" | "error" | "info" | "warning";
2713
+ type: "error" | "success" | "info" | "warning";
2676
2714
  id?: number | undefined;
2677
2715
  }[] | undefined;
2678
2716
  required?: boolean | undefined;
@@ -2696,7 +2734,7 @@ export declare function init(config: AuthHeroConfig): {
2696
2734
  hint?: string | undefined;
2697
2735
  messages?: {
2698
2736
  text: string;
2699
- type: "success" | "error" | "info" | "warning";
2737
+ type: "error" | "success" | "info" | "warning";
2700
2738
  id?: number | undefined;
2701
2739
  }[] | undefined;
2702
2740
  required?: boolean | undefined;
@@ -2720,7 +2758,7 @@ export declare function init(config: AuthHeroConfig): {
2720
2758
  hint?: string | undefined;
2721
2759
  messages?: {
2722
2760
  text: string;
2723
- type: "success" | "error" | "info" | "warning";
2761
+ type: "error" | "success" | "info" | "warning";
2724
2762
  id?: number | undefined;
2725
2763
  }[] | undefined;
2726
2764
  required?: boolean | undefined;
@@ -2744,7 +2782,7 @@ export declare function init(config: AuthHeroConfig): {
2744
2782
  hint?: string | undefined;
2745
2783
  messages?: {
2746
2784
  text: string;
2747
- type: "success" | "error" | "info" | "warning";
2785
+ type: "error" | "success" | "info" | "warning";
2748
2786
  id?: number | undefined;
2749
2787
  }[] | undefined;
2750
2788
  required?: boolean | undefined;
@@ -2773,7 +2811,7 @@ export declare function init(config: AuthHeroConfig): {
2773
2811
  hint?: string | undefined;
2774
2812
  messages?: {
2775
2813
  text: string;
2776
- type: "success" | "error" | "info" | "warning";
2814
+ type: "error" | "success" | "info" | "warning";
2777
2815
  id?: number | undefined;
2778
2816
  }[] | undefined;
2779
2817
  required?: boolean | undefined;
@@ -2788,7 +2826,7 @@ export declare function init(config: AuthHeroConfig): {
2788
2826
  hint?: string | undefined;
2789
2827
  messages?: {
2790
2828
  text: string;
2791
- type: "success" | "error" | "info" | "warning";
2829
+ type: "error" | "success" | "info" | "warning";
2792
2830
  id?: number | undefined;
2793
2831
  }[] | undefined;
2794
2832
  required?: boolean | undefined;
@@ -2809,7 +2847,7 @@ export declare function init(config: AuthHeroConfig): {
2809
2847
  hint?: string | undefined;
2810
2848
  messages?: {
2811
2849
  text: string;
2812
- type: "success" | "error" | "info" | "warning";
2850
+ type: "error" | "success" | "info" | "warning";
2813
2851
  id?: number | undefined;
2814
2852
  }[] | undefined;
2815
2853
  required?: boolean | undefined;
@@ -2834,7 +2872,7 @@ export declare function init(config: AuthHeroConfig): {
2834
2872
  hint?: string | undefined;
2835
2873
  messages?: {
2836
2874
  text: string;
2837
- type: "success" | "error" | "info" | "warning";
2875
+ type: "error" | "success" | "info" | "warning";
2838
2876
  id?: number | undefined;
2839
2877
  }[] | undefined;
2840
2878
  required?: boolean | undefined;
@@ -2853,7 +2891,7 @@ export declare function init(config: AuthHeroConfig): {
2853
2891
  hint?: string | undefined;
2854
2892
  messages?: {
2855
2893
  text: string;
2856
- type: "success" | "error" | "info" | "warning";
2894
+ type: "error" | "success" | "info" | "warning";
2857
2895
  id?: number | undefined;
2858
2896
  }[] | undefined;
2859
2897
  required?: boolean | undefined;
@@ -2873,7 +2911,7 @@ export declare function init(config: AuthHeroConfig): {
2873
2911
  hint?: string | undefined;
2874
2912
  messages?: {
2875
2913
  text: string;
2876
- type: "success" | "error" | "info" | "warning";
2914
+ type: "error" | "success" | "info" | "warning";
2877
2915
  id?: number | undefined;
2878
2916
  }[] | undefined;
2879
2917
  required?: boolean | undefined;
@@ -2892,7 +2930,7 @@ export declare function init(config: AuthHeroConfig): {
2892
2930
  hint?: string | undefined;
2893
2931
  messages?: {
2894
2932
  text: string;
2895
- type: "success" | "error" | "info" | "warning";
2933
+ type: "error" | "success" | "info" | "warning";
2896
2934
  id?: number | undefined;
2897
2935
  }[] | undefined;
2898
2936
  required?: boolean | undefined;
@@ -2914,7 +2952,7 @@ export declare function init(config: AuthHeroConfig): {
2914
2952
  hint?: string | undefined;
2915
2953
  messages?: {
2916
2954
  text: string;
2917
- type: "success" | "error" | "info" | "warning";
2955
+ type: "error" | "success" | "info" | "warning";
2918
2956
  id?: number | undefined;
2919
2957
  }[] | undefined;
2920
2958
  required?: boolean | undefined;
@@ -2936,7 +2974,7 @@ export declare function init(config: AuthHeroConfig): {
2936
2974
  hint?: string | undefined;
2937
2975
  messages?: {
2938
2976
  text: string;
2939
- type: "success" | "error" | "info" | "warning";
2977
+ type: "error" | "success" | "info" | "warning";
2940
2978
  id?: number | undefined;
2941
2979
  }[] | undefined;
2942
2980
  required?: boolean | undefined;
@@ -2955,7 +2993,7 @@ export declare function init(config: AuthHeroConfig): {
2955
2993
  hint?: string | undefined;
2956
2994
  messages?: {
2957
2995
  text: string;
2958
- type: "success" | "error" | "info" | "warning";
2996
+ type: "error" | "success" | "info" | "warning";
2959
2997
  id?: number | undefined;
2960
2998
  }[] | undefined;
2961
2999
  required?: boolean | undefined;
@@ -2980,7 +3018,7 @@ export declare function init(config: AuthHeroConfig): {
2980
3018
  hint?: string | undefined;
2981
3019
  messages?: {
2982
3020
  text: string;
2983
- type: "success" | "error" | "info" | "warning";
3021
+ type: "error" | "success" | "info" | "warning";
2984
3022
  id?: number | undefined;
2985
3023
  }[] | undefined;
2986
3024
  required?: boolean | undefined;
@@ -3001,7 +3039,7 @@ export declare function init(config: AuthHeroConfig): {
3001
3039
  hint?: string | undefined;
3002
3040
  messages?: {
3003
3041
  text: string;
3004
- type: "success" | "error" | "info" | "warning";
3042
+ type: "error" | "success" | "info" | "warning";
3005
3043
  id?: number | undefined;
3006
3044
  }[] | undefined;
3007
3045
  required?: boolean | undefined;
@@ -3022,7 +3060,7 @@ export declare function init(config: AuthHeroConfig): {
3022
3060
  hint?: string | undefined;
3023
3061
  messages?: {
3024
3062
  text: string;
3025
- type: "success" | "error" | "info" | "warning";
3063
+ type: "error" | "success" | "info" | "warning";
3026
3064
  id?: number | undefined;
3027
3065
  }[] | undefined;
3028
3066
  required?: boolean | undefined;
@@ -3255,7 +3293,7 @@ export declare function init(config: AuthHeroConfig): {
3255
3293
  hint?: string | undefined;
3256
3294
  messages?: {
3257
3295
  text: string;
3258
- type: "success" | "error" | "info" | "warning";
3296
+ type: "error" | "success" | "info" | "warning";
3259
3297
  id?: number | undefined;
3260
3298
  }[] | undefined;
3261
3299
  required?: boolean | undefined;
@@ -3273,7 +3311,7 @@ export declare function init(config: AuthHeroConfig): {
3273
3311
  hint?: string | undefined;
3274
3312
  messages?: {
3275
3313
  text: string;
3276
- type: "success" | "error" | "info" | "warning";
3314
+ type: "error" | "success" | "info" | "warning";
3277
3315
  id?: number | undefined;
3278
3316
  }[] | undefined;
3279
3317
  required?: boolean | undefined;
@@ -3297,7 +3335,7 @@ export declare function init(config: AuthHeroConfig): {
3297
3335
  hint?: string | undefined;
3298
3336
  messages?: {
3299
3337
  text: string;
3300
- type: "success" | "error" | "info" | "warning";
3338
+ type: "error" | "success" | "info" | "warning";
3301
3339
  id?: number | undefined;
3302
3340
  }[] | undefined;
3303
3341
  required?: boolean | undefined;
@@ -3321,7 +3359,7 @@ export declare function init(config: AuthHeroConfig): {
3321
3359
  hint?: string | undefined;
3322
3360
  messages?: {
3323
3361
  text: string;
3324
- type: "success" | "error" | "info" | "warning";
3362
+ type: "error" | "success" | "info" | "warning";
3325
3363
  id?: number | undefined;
3326
3364
  }[] | undefined;
3327
3365
  required?: boolean | undefined;
@@ -3345,7 +3383,7 @@ export declare function init(config: AuthHeroConfig): {
3345
3383
  hint?: string | undefined;
3346
3384
  messages?: {
3347
3385
  text: string;
3348
- type: "success" | "error" | "info" | "warning";
3386
+ type: "error" | "success" | "info" | "warning";
3349
3387
  id?: number | undefined;
3350
3388
  }[] | undefined;
3351
3389
  required?: boolean | undefined;
@@ -3374,7 +3412,7 @@ export declare function init(config: AuthHeroConfig): {
3374
3412
  hint?: string | undefined;
3375
3413
  messages?: {
3376
3414
  text: string;
3377
- type: "success" | "error" | "info" | "warning";
3415
+ type: "error" | "success" | "info" | "warning";
3378
3416
  id?: number | undefined;
3379
3417
  }[] | undefined;
3380
3418
  required?: boolean | undefined;
@@ -3389,7 +3427,7 @@ export declare function init(config: AuthHeroConfig): {
3389
3427
  hint?: string | undefined;
3390
3428
  messages?: {
3391
3429
  text: string;
3392
- type: "success" | "error" | "info" | "warning";
3430
+ type: "error" | "success" | "info" | "warning";
3393
3431
  id?: number | undefined;
3394
3432
  }[] | undefined;
3395
3433
  required?: boolean | undefined;
@@ -3410,7 +3448,7 @@ export declare function init(config: AuthHeroConfig): {
3410
3448
  hint?: string | undefined;
3411
3449
  messages?: {
3412
3450
  text: string;
3413
- type: "success" | "error" | "info" | "warning";
3451
+ type: "error" | "success" | "info" | "warning";
3414
3452
  id?: number | undefined;
3415
3453
  }[] | undefined;
3416
3454
  required?: boolean | undefined;
@@ -3435,7 +3473,7 @@ export declare function init(config: AuthHeroConfig): {
3435
3473
  hint?: string | undefined;
3436
3474
  messages?: {
3437
3475
  text: string;
3438
- type: "success" | "error" | "info" | "warning";
3476
+ type: "error" | "success" | "info" | "warning";
3439
3477
  id?: number | undefined;
3440
3478
  }[] | undefined;
3441
3479
  required?: boolean | undefined;
@@ -3454,7 +3492,7 @@ export declare function init(config: AuthHeroConfig): {
3454
3492
  hint?: string | undefined;
3455
3493
  messages?: {
3456
3494
  text: string;
3457
- type: "success" | "error" | "info" | "warning";
3495
+ type: "error" | "success" | "info" | "warning";
3458
3496
  id?: number | undefined;
3459
3497
  }[] | undefined;
3460
3498
  required?: boolean | undefined;
@@ -3474,7 +3512,7 @@ export declare function init(config: AuthHeroConfig): {
3474
3512
  hint?: string | undefined;
3475
3513
  messages?: {
3476
3514
  text: string;
3477
- type: "success" | "error" | "info" | "warning";
3515
+ type: "error" | "success" | "info" | "warning";
3478
3516
  id?: number | undefined;
3479
3517
  }[] | undefined;
3480
3518
  required?: boolean | undefined;
@@ -3493,7 +3531,7 @@ export declare function init(config: AuthHeroConfig): {
3493
3531
  hint?: string | undefined;
3494
3532
  messages?: {
3495
3533
  text: string;
3496
- type: "success" | "error" | "info" | "warning";
3534
+ type: "error" | "success" | "info" | "warning";
3497
3535
  id?: number | undefined;
3498
3536
  }[] | undefined;
3499
3537
  required?: boolean | undefined;
@@ -3515,7 +3553,7 @@ export declare function init(config: AuthHeroConfig): {
3515
3553
  hint?: string | undefined;
3516
3554
  messages?: {
3517
3555
  text: string;
3518
- type: "success" | "error" | "info" | "warning";
3556
+ type: "error" | "success" | "info" | "warning";
3519
3557
  id?: number | undefined;
3520
3558
  }[] | undefined;
3521
3559
  required?: boolean | undefined;
@@ -3537,7 +3575,7 @@ export declare function init(config: AuthHeroConfig): {
3537
3575
  hint?: string | undefined;
3538
3576
  messages?: {
3539
3577
  text: string;
3540
- type: "success" | "error" | "info" | "warning";
3578
+ type: "error" | "success" | "info" | "warning";
3541
3579
  id?: number | undefined;
3542
3580
  }[] | undefined;
3543
3581
  required?: boolean | undefined;
@@ -3556,7 +3594,7 @@ export declare function init(config: AuthHeroConfig): {
3556
3594
  hint?: string | undefined;
3557
3595
  messages?: {
3558
3596
  text: string;
3559
- type: "success" | "error" | "info" | "warning";
3597
+ type: "error" | "success" | "info" | "warning";
3560
3598
  id?: number | undefined;
3561
3599
  }[] | undefined;
3562
3600
  required?: boolean | undefined;
@@ -3581,7 +3619,7 @@ export declare function init(config: AuthHeroConfig): {
3581
3619
  hint?: string | undefined;
3582
3620
  messages?: {
3583
3621
  text: string;
3584
- type: "success" | "error" | "info" | "warning";
3622
+ type: "error" | "success" | "info" | "warning";
3585
3623
  id?: number | undefined;
3586
3624
  }[] | undefined;
3587
3625
  required?: boolean | undefined;
@@ -3602,7 +3640,7 @@ export declare function init(config: AuthHeroConfig): {
3602
3640
  hint?: string | undefined;
3603
3641
  messages?: {
3604
3642
  text: string;
3605
- type: "success" | "error" | "info" | "warning";
3643
+ type: "error" | "success" | "info" | "warning";
3606
3644
  id?: number | undefined;
3607
3645
  }[] | undefined;
3608
3646
  required?: boolean | undefined;
@@ -3623,7 +3661,7 @@ export declare function init(config: AuthHeroConfig): {
3623
3661
  hint?: string | undefined;
3624
3662
  messages?: {
3625
3663
  text: string;
3626
- type: "success" | "error" | "info" | "warning";
3664
+ type: "error" | "success" | "info" | "warning";
3627
3665
  id?: number | undefined;
3628
3666
  }[] | undefined;
3629
3667
  required?: boolean | undefined;
@@ -3671,6 +3709,7 @@ export declare function init(config: AuthHeroConfig): {
3671
3709
  } | undefined;
3672
3710
  }[];
3673
3711
  total?: number | undefined;
3712
+ next?: string | undefined;
3674
3713
  };
3675
3714
  outputFormat: "json";
3676
3715
  status: 200;
@@ -3871,7 +3910,7 @@ export declare function init(config: AuthHeroConfig): {
3871
3910
  hint?: string | undefined;
3872
3911
  messages?: {
3873
3912
  text: string;
3874
- type: "success" | "error" | "info" | "warning";
3913
+ type: "error" | "success" | "info" | "warning";
3875
3914
  id?: number | undefined;
3876
3915
  }[] | undefined;
3877
3916
  required?: boolean | undefined;
@@ -3889,7 +3928,7 @@ export declare function init(config: AuthHeroConfig): {
3889
3928
  hint?: string | undefined;
3890
3929
  messages?: {
3891
3930
  text: string;
3892
- type: "success" | "error" | "info" | "warning";
3931
+ type: "error" | "success" | "info" | "warning";
3893
3932
  id?: number | undefined;
3894
3933
  }[] | undefined;
3895
3934
  required?: boolean | undefined;
@@ -3913,7 +3952,7 @@ export declare function init(config: AuthHeroConfig): {
3913
3952
  hint?: string | undefined;
3914
3953
  messages?: {
3915
3954
  text: string;
3916
- type: "success" | "error" | "info" | "warning";
3955
+ type: "error" | "success" | "info" | "warning";
3917
3956
  id?: number | undefined;
3918
3957
  }[] | undefined;
3919
3958
  required?: boolean | undefined;
@@ -3937,7 +3976,7 @@ export declare function init(config: AuthHeroConfig): {
3937
3976
  hint?: string | undefined;
3938
3977
  messages?: {
3939
3978
  text: string;
3940
- type: "success" | "error" | "info" | "warning";
3979
+ type: "error" | "success" | "info" | "warning";
3941
3980
  id?: number | undefined;
3942
3981
  }[] | undefined;
3943
3982
  required?: boolean | undefined;
@@ -3961,7 +4000,7 @@ export declare function init(config: AuthHeroConfig): {
3961
4000
  hint?: string | undefined;
3962
4001
  messages?: {
3963
4002
  text: string;
3964
- type: "success" | "error" | "info" | "warning";
4003
+ type: "error" | "success" | "info" | "warning";
3965
4004
  id?: number | undefined;
3966
4005
  }[] | undefined;
3967
4006
  required?: boolean | undefined;
@@ -3990,7 +4029,7 @@ export declare function init(config: AuthHeroConfig): {
3990
4029
  hint?: string | undefined;
3991
4030
  messages?: {
3992
4031
  text: string;
3993
- type: "success" | "error" | "info" | "warning";
4032
+ type: "error" | "success" | "info" | "warning";
3994
4033
  id?: number | undefined;
3995
4034
  }[] | undefined;
3996
4035
  required?: boolean | undefined;
@@ -4005,7 +4044,7 @@ export declare function init(config: AuthHeroConfig): {
4005
4044
  hint?: string | undefined;
4006
4045
  messages?: {
4007
4046
  text: string;
4008
- type: "success" | "error" | "info" | "warning";
4047
+ type: "error" | "success" | "info" | "warning";
4009
4048
  id?: number | undefined;
4010
4049
  }[] | undefined;
4011
4050
  required?: boolean | undefined;
@@ -4026,7 +4065,7 @@ export declare function init(config: AuthHeroConfig): {
4026
4065
  hint?: string | undefined;
4027
4066
  messages?: {
4028
4067
  text: string;
4029
- type: "success" | "error" | "info" | "warning";
4068
+ type: "error" | "success" | "info" | "warning";
4030
4069
  id?: number | undefined;
4031
4070
  }[] | undefined;
4032
4071
  required?: boolean | undefined;
@@ -4051,7 +4090,7 @@ export declare function init(config: AuthHeroConfig): {
4051
4090
  hint?: string | undefined;
4052
4091
  messages?: {
4053
4092
  text: string;
4054
- type: "success" | "error" | "info" | "warning";
4093
+ type: "error" | "success" | "info" | "warning";
4055
4094
  id?: number | undefined;
4056
4095
  }[] | undefined;
4057
4096
  required?: boolean | undefined;
@@ -4070,7 +4109,7 @@ export declare function init(config: AuthHeroConfig): {
4070
4109
  hint?: string | undefined;
4071
4110
  messages?: {
4072
4111
  text: string;
4073
- type: "success" | "error" | "info" | "warning";
4112
+ type: "error" | "success" | "info" | "warning";
4074
4113
  id?: number | undefined;
4075
4114
  }[] | undefined;
4076
4115
  required?: boolean | undefined;
@@ -4090,7 +4129,7 @@ export declare function init(config: AuthHeroConfig): {
4090
4129
  hint?: string | undefined;
4091
4130
  messages?: {
4092
4131
  text: string;
4093
- type: "success" | "error" | "info" | "warning";
4132
+ type: "error" | "success" | "info" | "warning";
4094
4133
  id?: number | undefined;
4095
4134
  }[] | undefined;
4096
4135
  required?: boolean | undefined;
@@ -4109,7 +4148,7 @@ export declare function init(config: AuthHeroConfig): {
4109
4148
  hint?: string | undefined;
4110
4149
  messages?: {
4111
4150
  text: string;
4112
- type: "success" | "error" | "info" | "warning";
4151
+ type: "error" | "success" | "info" | "warning";
4113
4152
  id?: number | undefined;
4114
4153
  }[] | undefined;
4115
4154
  required?: boolean | undefined;
@@ -4131,7 +4170,7 @@ export declare function init(config: AuthHeroConfig): {
4131
4170
  hint?: string | undefined;
4132
4171
  messages?: {
4133
4172
  text: string;
4134
- type: "success" | "error" | "info" | "warning";
4173
+ type: "error" | "success" | "info" | "warning";
4135
4174
  id?: number | undefined;
4136
4175
  }[] | undefined;
4137
4176
  required?: boolean | undefined;
@@ -4153,7 +4192,7 @@ export declare function init(config: AuthHeroConfig): {
4153
4192
  hint?: string | undefined;
4154
4193
  messages?: {
4155
4194
  text: string;
4156
- type: "success" | "error" | "info" | "warning";
4195
+ type: "error" | "success" | "info" | "warning";
4157
4196
  id?: number | undefined;
4158
4197
  }[] | undefined;
4159
4198
  required?: boolean | undefined;
@@ -4172,7 +4211,7 @@ export declare function init(config: AuthHeroConfig): {
4172
4211
  hint?: string | undefined;
4173
4212
  messages?: {
4174
4213
  text: string;
4175
- type: "success" | "error" | "info" | "warning";
4214
+ type: "error" | "success" | "info" | "warning";
4176
4215
  id?: number | undefined;
4177
4216
  }[] | undefined;
4178
4217
  required?: boolean | undefined;
@@ -4197,7 +4236,7 @@ export declare function init(config: AuthHeroConfig): {
4197
4236
  hint?: string | undefined;
4198
4237
  messages?: {
4199
4238
  text: string;
4200
- type: "success" | "error" | "info" | "warning";
4239
+ type: "error" | "success" | "info" | "warning";
4201
4240
  id?: number | undefined;
4202
4241
  }[] | undefined;
4203
4242
  required?: boolean | undefined;
@@ -4218,7 +4257,7 @@ export declare function init(config: AuthHeroConfig): {
4218
4257
  hint?: string | undefined;
4219
4258
  messages?: {
4220
4259
  text: string;
4221
- type: "success" | "error" | "info" | "warning";
4260
+ type: "error" | "success" | "info" | "warning";
4222
4261
  id?: number | undefined;
4223
4262
  }[] | undefined;
4224
4263
  required?: boolean | undefined;
@@ -4239,7 +4278,7 @@ export declare function init(config: AuthHeroConfig): {
4239
4278
  hint?: string | undefined;
4240
4279
  messages?: {
4241
4280
  text: string;
4242
- type: "success" | "error" | "info" | "warning";
4281
+ type: "error" | "success" | "info" | "warning";
4243
4282
  id?: number | undefined;
4244
4283
  }[] | undefined;
4245
4284
  required?: boolean | undefined;
@@ -4493,7 +4532,7 @@ export declare function init(config: AuthHeroConfig): {
4493
4532
  hint?: string | undefined;
4494
4533
  messages?: {
4495
4534
  text: string;
4496
- type: "success" | "error" | "info" | "warning";
4535
+ type: "error" | "success" | "info" | "warning";
4497
4536
  id?: number | undefined;
4498
4537
  }[] | undefined;
4499
4538
  required?: boolean | undefined;
@@ -4511,7 +4550,7 @@ export declare function init(config: AuthHeroConfig): {
4511
4550
  hint?: string | undefined;
4512
4551
  messages?: {
4513
4552
  text: string;
4514
- type: "success" | "error" | "info" | "warning";
4553
+ type: "error" | "success" | "info" | "warning";
4515
4554
  id?: number | undefined;
4516
4555
  }[] | undefined;
4517
4556
  required?: boolean | undefined;
@@ -4535,7 +4574,7 @@ export declare function init(config: AuthHeroConfig): {
4535
4574
  hint?: string | undefined;
4536
4575
  messages?: {
4537
4576
  text: string;
4538
- type: "success" | "error" | "info" | "warning";
4577
+ type: "error" | "success" | "info" | "warning";
4539
4578
  id?: number | undefined;
4540
4579
  }[] | undefined;
4541
4580
  required?: boolean | undefined;
@@ -4559,7 +4598,7 @@ export declare function init(config: AuthHeroConfig): {
4559
4598
  hint?: string | undefined;
4560
4599
  messages?: {
4561
4600
  text: string;
4562
- type: "success" | "error" | "info" | "warning";
4601
+ type: "error" | "success" | "info" | "warning";
4563
4602
  id?: number | undefined;
4564
4603
  }[] | undefined;
4565
4604
  required?: boolean | undefined;
@@ -4583,7 +4622,7 @@ export declare function init(config: AuthHeroConfig): {
4583
4622
  hint?: string | undefined;
4584
4623
  messages?: {
4585
4624
  text: string;
4586
- type: "success" | "error" | "info" | "warning";
4625
+ type: "error" | "success" | "info" | "warning";
4587
4626
  id?: number | undefined;
4588
4627
  }[] | undefined;
4589
4628
  required?: boolean | undefined;
@@ -4608,7 +4647,7 @@ export declare function init(config: AuthHeroConfig): {
4608
4647
  hint?: string | undefined;
4609
4648
  messages?: {
4610
4649
  text: string;
4611
- type: "success" | "error" | "info" | "warning";
4650
+ type: "error" | "success" | "info" | "warning";
4612
4651
  id?: number | undefined;
4613
4652
  }[] | undefined;
4614
4653
  required?: boolean | undefined;
@@ -4623,7 +4662,7 @@ export declare function init(config: AuthHeroConfig): {
4623
4662
  hint?: string | undefined;
4624
4663
  messages?: {
4625
4664
  text: string;
4626
- type: "success" | "error" | "info" | "warning";
4665
+ type: "error" | "success" | "info" | "warning";
4627
4666
  id?: number | undefined;
4628
4667
  }[] | undefined;
4629
4668
  required?: boolean | undefined;
@@ -4644,7 +4683,7 @@ export declare function init(config: AuthHeroConfig): {
4644
4683
  hint?: string | undefined;
4645
4684
  messages?: {
4646
4685
  text: string;
4647
- type: "success" | "error" | "info" | "warning";
4686
+ type: "error" | "success" | "info" | "warning";
4648
4687
  id?: number | undefined;
4649
4688
  }[] | undefined;
4650
4689
  required?: boolean | undefined;
@@ -4669,7 +4708,7 @@ export declare function init(config: AuthHeroConfig): {
4669
4708
  hint?: string | undefined;
4670
4709
  messages?: {
4671
4710
  text: string;
4672
- type: "success" | "error" | "info" | "warning";
4711
+ type: "error" | "success" | "info" | "warning";
4673
4712
  id?: number | undefined;
4674
4713
  }[] | undefined;
4675
4714
  required?: boolean | undefined;
@@ -4688,7 +4727,7 @@ export declare function init(config: AuthHeroConfig): {
4688
4727
  hint?: string | undefined;
4689
4728
  messages?: {
4690
4729
  text: string;
4691
- type: "success" | "error" | "info" | "warning";
4730
+ type: "error" | "success" | "info" | "warning";
4692
4731
  id?: number | undefined;
4693
4732
  }[] | undefined;
4694
4733
  required?: boolean | undefined;
@@ -4708,7 +4747,7 @@ export declare function init(config: AuthHeroConfig): {
4708
4747
  hint?: string | undefined;
4709
4748
  messages?: {
4710
4749
  text: string;
4711
- type: "success" | "error" | "info" | "warning";
4750
+ type: "error" | "success" | "info" | "warning";
4712
4751
  id?: number | undefined;
4713
4752
  }[] | undefined;
4714
4753
  required?: boolean | undefined;
@@ -4727,7 +4766,7 @@ export declare function init(config: AuthHeroConfig): {
4727
4766
  hint?: string | undefined;
4728
4767
  messages?: {
4729
4768
  text: string;
4730
- type: "success" | "error" | "info" | "warning";
4769
+ type: "error" | "success" | "info" | "warning";
4731
4770
  id?: number | undefined;
4732
4771
  }[] | undefined;
4733
4772
  required?: boolean | undefined;
@@ -4749,7 +4788,7 @@ export declare function init(config: AuthHeroConfig): {
4749
4788
  hint?: string | undefined;
4750
4789
  messages?: {
4751
4790
  text: string;
4752
- type: "success" | "error" | "info" | "warning";
4791
+ type: "error" | "success" | "info" | "warning";
4753
4792
  id?: number | undefined;
4754
4793
  }[] | undefined;
4755
4794
  required?: boolean | undefined;
@@ -4771,7 +4810,7 @@ export declare function init(config: AuthHeroConfig): {
4771
4810
  hint?: string | undefined;
4772
4811
  messages?: {
4773
4812
  text: string;
4774
- type: "success" | "error" | "info" | "warning";
4813
+ type: "error" | "success" | "info" | "warning";
4775
4814
  id?: number | undefined;
4776
4815
  }[] | undefined;
4777
4816
  required?: boolean | undefined;
@@ -4790,7 +4829,7 @@ export declare function init(config: AuthHeroConfig): {
4790
4829
  hint?: string | undefined;
4791
4830
  messages?: {
4792
4831
  text: string;
4793
- type: "success" | "error" | "info" | "warning";
4832
+ type: "error" | "success" | "info" | "warning";
4794
4833
  id?: number | undefined;
4795
4834
  }[] | undefined;
4796
4835
  required?: boolean | undefined;
@@ -4815,7 +4854,7 @@ export declare function init(config: AuthHeroConfig): {
4815
4854
  hint?: string | undefined;
4816
4855
  messages?: {
4817
4856
  text: string;
4818
- type: "success" | "error" | "info" | "warning";
4857
+ type: "error" | "success" | "info" | "warning";
4819
4858
  id?: number | undefined;
4820
4859
  }[] | undefined;
4821
4860
  required?: boolean | undefined;
@@ -4836,7 +4875,7 @@ export declare function init(config: AuthHeroConfig): {
4836
4875
  hint?: string | undefined;
4837
4876
  messages?: {
4838
4877
  text: string;
4839
- type: "success" | "error" | "info" | "warning";
4878
+ type: "error" | "success" | "info" | "warning";
4840
4879
  id?: number | undefined;
4841
4880
  }[] | undefined;
4842
4881
  required?: boolean | undefined;
@@ -4857,7 +4896,7 @@ export declare function init(config: AuthHeroConfig): {
4857
4896
  hint?: string | undefined;
4858
4897
  messages?: {
4859
4898
  text: string;
4860
- type: "success" | "error" | "info" | "warning";
4899
+ type: "error" | "success" | "info" | "warning";
4861
4900
  id?: number | undefined;
4862
4901
  }[] | undefined;
4863
4902
  required?: boolean | undefined;
@@ -5088,7 +5127,7 @@ export declare function init(config: AuthHeroConfig): {
5088
5127
  hint?: string | undefined;
5089
5128
  messages?: {
5090
5129
  text: string;
5091
- type: "success" | "error" | "info" | "warning";
5130
+ type: "error" | "success" | "info" | "warning";
5092
5131
  id?: number | undefined;
5093
5132
  }[] | undefined;
5094
5133
  required?: boolean | undefined;
@@ -5106,7 +5145,7 @@ export declare function init(config: AuthHeroConfig): {
5106
5145
  hint?: string | undefined;
5107
5146
  messages?: {
5108
5147
  text: string;
5109
- type: "success" | "error" | "info" | "warning";
5148
+ type: "error" | "success" | "info" | "warning";
5110
5149
  id?: number | undefined;
5111
5150
  }[] | undefined;
5112
5151
  required?: boolean | undefined;
@@ -5130,7 +5169,7 @@ export declare function init(config: AuthHeroConfig): {
5130
5169
  hint?: string | undefined;
5131
5170
  messages?: {
5132
5171
  text: string;
5133
- type: "success" | "error" | "info" | "warning";
5172
+ type: "error" | "success" | "info" | "warning";
5134
5173
  id?: number | undefined;
5135
5174
  }[] | undefined;
5136
5175
  required?: boolean | undefined;
@@ -5154,7 +5193,7 @@ export declare function init(config: AuthHeroConfig): {
5154
5193
  hint?: string | undefined;
5155
5194
  messages?: {
5156
5195
  text: string;
5157
- type: "success" | "error" | "info" | "warning";
5196
+ type: "error" | "success" | "info" | "warning";
5158
5197
  id?: number | undefined;
5159
5198
  }[] | undefined;
5160
5199
  required?: boolean | undefined;
@@ -5178,7 +5217,7 @@ export declare function init(config: AuthHeroConfig): {
5178
5217
  hint?: string | undefined;
5179
5218
  messages?: {
5180
5219
  text: string;
5181
- type: "success" | "error" | "info" | "warning";
5220
+ type: "error" | "success" | "info" | "warning";
5182
5221
  id?: number | undefined;
5183
5222
  }[] | undefined;
5184
5223
  required?: boolean | undefined;
@@ -5207,7 +5246,7 @@ export declare function init(config: AuthHeroConfig): {
5207
5246
  hint?: string | undefined;
5208
5247
  messages?: {
5209
5248
  text: string;
5210
- type: "success" | "error" | "info" | "warning";
5249
+ type: "error" | "success" | "info" | "warning";
5211
5250
  id?: number | undefined;
5212
5251
  }[] | undefined;
5213
5252
  required?: boolean | undefined;
@@ -5222,7 +5261,7 @@ export declare function init(config: AuthHeroConfig): {
5222
5261
  hint?: string | undefined;
5223
5262
  messages?: {
5224
5263
  text: string;
5225
- type: "success" | "error" | "info" | "warning";
5264
+ type: "error" | "success" | "info" | "warning";
5226
5265
  id?: number | undefined;
5227
5266
  }[] | undefined;
5228
5267
  required?: boolean | undefined;
@@ -5243,7 +5282,7 @@ export declare function init(config: AuthHeroConfig): {
5243
5282
  hint?: string | undefined;
5244
5283
  messages?: {
5245
5284
  text: string;
5246
- type: "success" | "error" | "info" | "warning";
5285
+ type: "error" | "success" | "info" | "warning";
5247
5286
  id?: number | undefined;
5248
5287
  }[] | undefined;
5249
5288
  required?: boolean | undefined;
@@ -5268,7 +5307,7 @@ export declare function init(config: AuthHeroConfig): {
5268
5307
  hint?: string | undefined;
5269
5308
  messages?: {
5270
5309
  text: string;
5271
- type: "success" | "error" | "info" | "warning";
5310
+ type: "error" | "success" | "info" | "warning";
5272
5311
  id?: number | undefined;
5273
5312
  }[] | undefined;
5274
5313
  required?: boolean | undefined;
@@ -5287,7 +5326,7 @@ export declare function init(config: AuthHeroConfig): {
5287
5326
  hint?: string | undefined;
5288
5327
  messages?: {
5289
5328
  text: string;
5290
- type: "success" | "error" | "info" | "warning";
5329
+ type: "error" | "success" | "info" | "warning";
5291
5330
  id?: number | undefined;
5292
5331
  }[] | undefined;
5293
5332
  required?: boolean | undefined;
@@ -5307,7 +5346,7 @@ export declare function init(config: AuthHeroConfig): {
5307
5346
  hint?: string | undefined;
5308
5347
  messages?: {
5309
5348
  text: string;
5310
- type: "success" | "error" | "info" | "warning";
5349
+ type: "error" | "success" | "info" | "warning";
5311
5350
  id?: number | undefined;
5312
5351
  }[] | undefined;
5313
5352
  required?: boolean | undefined;
@@ -5326,7 +5365,7 @@ export declare function init(config: AuthHeroConfig): {
5326
5365
  hint?: string | undefined;
5327
5366
  messages?: {
5328
5367
  text: string;
5329
- type: "success" | "error" | "info" | "warning";
5368
+ type: "error" | "success" | "info" | "warning";
5330
5369
  id?: number | undefined;
5331
5370
  }[] | undefined;
5332
5371
  required?: boolean | undefined;
@@ -5348,7 +5387,7 @@ export declare function init(config: AuthHeroConfig): {
5348
5387
  hint?: string | undefined;
5349
5388
  messages?: {
5350
5389
  text: string;
5351
- type: "success" | "error" | "info" | "warning";
5390
+ type: "error" | "success" | "info" | "warning";
5352
5391
  id?: number | undefined;
5353
5392
  }[] | undefined;
5354
5393
  required?: boolean | undefined;
@@ -5370,7 +5409,7 @@ export declare function init(config: AuthHeroConfig): {
5370
5409
  hint?: string | undefined;
5371
5410
  messages?: {
5372
5411
  text: string;
5373
- type: "success" | "error" | "info" | "warning";
5412
+ type: "error" | "success" | "info" | "warning";
5374
5413
  id?: number | undefined;
5375
5414
  }[] | undefined;
5376
5415
  required?: boolean | undefined;
@@ -5389,7 +5428,7 @@ export declare function init(config: AuthHeroConfig): {
5389
5428
  hint?: string | undefined;
5390
5429
  messages?: {
5391
5430
  text: string;
5392
- type: "success" | "error" | "info" | "warning";
5431
+ type: "error" | "success" | "info" | "warning";
5393
5432
  id?: number | undefined;
5394
5433
  }[] | undefined;
5395
5434
  required?: boolean | undefined;
@@ -5414,7 +5453,7 @@ export declare function init(config: AuthHeroConfig): {
5414
5453
  hint?: string | undefined;
5415
5454
  messages?: {
5416
5455
  text: string;
5417
- type: "success" | "error" | "info" | "warning";
5456
+ type: "error" | "success" | "info" | "warning";
5418
5457
  id?: number | undefined;
5419
5458
  }[] | undefined;
5420
5459
  required?: boolean | undefined;
@@ -5435,7 +5474,7 @@ export declare function init(config: AuthHeroConfig): {
5435
5474
  hint?: string | undefined;
5436
5475
  messages?: {
5437
5476
  text: string;
5438
- type: "success" | "error" | "info" | "warning";
5477
+ type: "error" | "success" | "info" | "warning";
5439
5478
  id?: number | undefined;
5440
5479
  }[] | undefined;
5441
5480
  required?: boolean | undefined;
@@ -5456,7 +5495,7 @@ export declare function init(config: AuthHeroConfig): {
5456
5495
  hint?: string | undefined;
5457
5496
  messages?: {
5458
5497
  text: string;
5459
- type: "success" | "error" | "info" | "warning";
5498
+ type: "error" | "success" | "info" | "warning";
5460
5499
  id?: number | undefined;
5461
5500
  }[] | undefined;
5462
5501
  required?: boolean | undefined;
@@ -5689,7 +5728,7 @@ export declare function init(config: AuthHeroConfig): {
5689
5728
  hint?: string | undefined;
5690
5729
  messages?: {
5691
5730
  text: string;
5692
- type: "success" | "error" | "info" | "warning";
5731
+ type: "error" | "success" | "info" | "warning";
5693
5732
  id?: number | undefined;
5694
5733
  }[] | undefined;
5695
5734
  required?: boolean | undefined;
@@ -5707,7 +5746,7 @@ export declare function init(config: AuthHeroConfig): {
5707
5746
  hint?: string | undefined;
5708
5747
  messages?: {
5709
5748
  text: string;
5710
- type: "success" | "error" | "info" | "warning";
5749
+ type: "error" | "success" | "info" | "warning";
5711
5750
  id?: number | undefined;
5712
5751
  }[] | undefined;
5713
5752
  required?: boolean | undefined;
@@ -5731,7 +5770,7 @@ export declare function init(config: AuthHeroConfig): {
5731
5770
  hint?: string | undefined;
5732
5771
  messages?: {
5733
5772
  text: string;
5734
- type: "success" | "error" | "info" | "warning";
5773
+ type: "error" | "success" | "info" | "warning";
5735
5774
  id?: number | undefined;
5736
5775
  }[] | undefined;
5737
5776
  required?: boolean | undefined;
@@ -5755,7 +5794,7 @@ export declare function init(config: AuthHeroConfig): {
5755
5794
  hint?: string | undefined;
5756
5795
  messages?: {
5757
5796
  text: string;
5758
- type: "success" | "error" | "info" | "warning";
5797
+ type: "error" | "success" | "info" | "warning";
5759
5798
  id?: number | undefined;
5760
5799
  }[] | undefined;
5761
5800
  required?: boolean | undefined;
@@ -5779,7 +5818,7 @@ export declare function init(config: AuthHeroConfig): {
5779
5818
  hint?: string | undefined;
5780
5819
  messages?: {
5781
5820
  text: string;
5782
- type: "success" | "error" | "info" | "warning";
5821
+ type: "error" | "success" | "info" | "warning";
5783
5822
  id?: number | undefined;
5784
5823
  }[] | undefined;
5785
5824
  required?: boolean | undefined;
@@ -5804,7 +5843,7 @@ export declare function init(config: AuthHeroConfig): {
5804
5843
  hint?: string | undefined;
5805
5844
  messages?: {
5806
5845
  text: string;
5807
- type: "success" | "error" | "info" | "warning";
5846
+ type: "error" | "success" | "info" | "warning";
5808
5847
  id?: number | undefined;
5809
5848
  }[] | undefined;
5810
5849
  required?: boolean | undefined;
@@ -5819,7 +5858,7 @@ export declare function init(config: AuthHeroConfig): {
5819
5858
  hint?: string | undefined;
5820
5859
  messages?: {
5821
5860
  text: string;
5822
- type: "success" | "error" | "info" | "warning";
5861
+ type: "error" | "success" | "info" | "warning";
5823
5862
  id?: number | undefined;
5824
5863
  }[] | undefined;
5825
5864
  required?: boolean | undefined;
@@ -5840,7 +5879,7 @@ export declare function init(config: AuthHeroConfig): {
5840
5879
  hint?: string | undefined;
5841
5880
  messages?: {
5842
5881
  text: string;
5843
- type: "success" | "error" | "info" | "warning";
5882
+ type: "error" | "success" | "info" | "warning";
5844
5883
  id?: number | undefined;
5845
5884
  }[] | undefined;
5846
5885
  required?: boolean | undefined;
@@ -5865,7 +5904,7 @@ export declare function init(config: AuthHeroConfig): {
5865
5904
  hint?: string | undefined;
5866
5905
  messages?: {
5867
5906
  text: string;
5868
- type: "success" | "error" | "info" | "warning";
5907
+ type: "error" | "success" | "info" | "warning";
5869
5908
  id?: number | undefined;
5870
5909
  }[] | undefined;
5871
5910
  required?: boolean | undefined;
@@ -5884,7 +5923,7 @@ export declare function init(config: AuthHeroConfig): {
5884
5923
  hint?: string | undefined;
5885
5924
  messages?: {
5886
5925
  text: string;
5887
- type: "success" | "error" | "info" | "warning";
5926
+ type: "error" | "success" | "info" | "warning";
5888
5927
  id?: number | undefined;
5889
5928
  }[] | undefined;
5890
5929
  required?: boolean | undefined;
@@ -5904,7 +5943,7 @@ export declare function init(config: AuthHeroConfig): {
5904
5943
  hint?: string | undefined;
5905
5944
  messages?: {
5906
5945
  text: string;
5907
- type: "success" | "error" | "info" | "warning";
5946
+ type: "error" | "success" | "info" | "warning";
5908
5947
  id?: number | undefined;
5909
5948
  }[] | undefined;
5910
5949
  required?: boolean | undefined;
@@ -5923,7 +5962,7 @@ export declare function init(config: AuthHeroConfig): {
5923
5962
  hint?: string | undefined;
5924
5963
  messages?: {
5925
5964
  text: string;
5926
- type: "success" | "error" | "info" | "warning";
5965
+ type: "error" | "success" | "info" | "warning";
5927
5966
  id?: number | undefined;
5928
5967
  }[] | undefined;
5929
5968
  required?: boolean | undefined;
@@ -5945,7 +5984,7 @@ export declare function init(config: AuthHeroConfig): {
5945
5984
  hint?: string | undefined;
5946
5985
  messages?: {
5947
5986
  text: string;
5948
- type: "success" | "error" | "info" | "warning";
5987
+ type: "error" | "success" | "info" | "warning";
5949
5988
  id?: number | undefined;
5950
5989
  }[] | undefined;
5951
5990
  required?: boolean | undefined;
@@ -5967,7 +6006,7 @@ export declare function init(config: AuthHeroConfig): {
5967
6006
  hint?: string | undefined;
5968
6007
  messages?: {
5969
6008
  text: string;
5970
- type: "success" | "error" | "info" | "warning";
6009
+ type: "error" | "success" | "info" | "warning";
5971
6010
  id?: number | undefined;
5972
6011
  }[] | undefined;
5973
6012
  required?: boolean | undefined;
@@ -5986,7 +6025,7 @@ export declare function init(config: AuthHeroConfig): {
5986
6025
  hint?: string | undefined;
5987
6026
  messages?: {
5988
6027
  text: string;
5989
- type: "success" | "error" | "info" | "warning";
6028
+ type: "error" | "success" | "info" | "warning";
5990
6029
  id?: number | undefined;
5991
6030
  }[] | undefined;
5992
6031
  required?: boolean | undefined;
@@ -6011,7 +6050,7 @@ export declare function init(config: AuthHeroConfig): {
6011
6050
  hint?: string | undefined;
6012
6051
  messages?: {
6013
6052
  text: string;
6014
- type: "success" | "error" | "info" | "warning";
6053
+ type: "error" | "success" | "info" | "warning";
6015
6054
  id?: number | undefined;
6016
6055
  }[] | undefined;
6017
6056
  required?: boolean | undefined;
@@ -6032,7 +6071,7 @@ export declare function init(config: AuthHeroConfig): {
6032
6071
  hint?: string | undefined;
6033
6072
  messages?: {
6034
6073
  text: string;
6035
- type: "success" | "error" | "info" | "warning";
6074
+ type: "error" | "success" | "info" | "warning";
6036
6075
  id?: number | undefined;
6037
6076
  }[] | undefined;
6038
6077
  required?: boolean | undefined;
@@ -6053,7 +6092,7 @@ export declare function init(config: AuthHeroConfig): {
6053
6092
  hint?: string | undefined;
6054
6093
  messages?: {
6055
6094
  text: string;
6056
- type: "success" | "error" | "info" | "warning";
6095
+ type: "error" | "success" | "info" | "warning";
6057
6096
  id?: number | undefined;
6058
6097
  }[] | undefined;
6059
6098
  required?: boolean | undefined;
@@ -6284,7 +6323,7 @@ export declare function init(config: AuthHeroConfig): {
6284
6323
  hint?: string | undefined;
6285
6324
  messages?: {
6286
6325
  text: string;
6287
- type: "success" | "error" | "info" | "warning";
6326
+ type: "error" | "success" | "info" | "warning";
6288
6327
  id?: number | undefined;
6289
6328
  }[] | undefined;
6290
6329
  required?: boolean | undefined;
@@ -6302,7 +6341,7 @@ export declare function init(config: AuthHeroConfig): {
6302
6341
  hint?: string | undefined;
6303
6342
  messages?: {
6304
6343
  text: string;
6305
- type: "success" | "error" | "info" | "warning";
6344
+ type: "error" | "success" | "info" | "warning";
6306
6345
  id?: number | undefined;
6307
6346
  }[] | undefined;
6308
6347
  required?: boolean | undefined;
@@ -6326,7 +6365,7 @@ export declare function init(config: AuthHeroConfig): {
6326
6365
  hint?: string | undefined;
6327
6366
  messages?: {
6328
6367
  text: string;
6329
- type: "success" | "error" | "info" | "warning";
6368
+ type: "error" | "success" | "info" | "warning";
6330
6369
  id?: number | undefined;
6331
6370
  }[] | undefined;
6332
6371
  required?: boolean | undefined;
@@ -6350,7 +6389,7 @@ export declare function init(config: AuthHeroConfig): {
6350
6389
  hint?: string | undefined;
6351
6390
  messages?: {
6352
6391
  text: string;
6353
- type: "success" | "error" | "info" | "warning";
6392
+ type: "error" | "success" | "info" | "warning";
6354
6393
  id?: number | undefined;
6355
6394
  }[] | undefined;
6356
6395
  required?: boolean | undefined;
@@ -6374,7 +6413,7 @@ export declare function init(config: AuthHeroConfig): {
6374
6413
  hint?: string | undefined;
6375
6414
  messages?: {
6376
6415
  text: string;
6377
- type: "success" | "error" | "info" | "warning";
6416
+ type: "error" | "success" | "info" | "warning";
6378
6417
  id?: number | undefined;
6379
6418
  }[] | undefined;
6380
6419
  required?: boolean | undefined;
@@ -6403,7 +6442,7 @@ export declare function init(config: AuthHeroConfig): {
6403
6442
  hint?: string | undefined;
6404
6443
  messages?: {
6405
6444
  text: string;
6406
- type: "success" | "error" | "info" | "warning";
6445
+ type: "error" | "success" | "info" | "warning";
6407
6446
  id?: number | undefined;
6408
6447
  }[] | undefined;
6409
6448
  required?: boolean | undefined;
@@ -6418,7 +6457,7 @@ export declare function init(config: AuthHeroConfig): {
6418
6457
  hint?: string | undefined;
6419
6458
  messages?: {
6420
6459
  text: string;
6421
- type: "success" | "error" | "info" | "warning";
6460
+ type: "error" | "success" | "info" | "warning";
6422
6461
  id?: number | undefined;
6423
6462
  }[] | undefined;
6424
6463
  required?: boolean | undefined;
@@ -6439,7 +6478,7 @@ export declare function init(config: AuthHeroConfig): {
6439
6478
  hint?: string | undefined;
6440
6479
  messages?: {
6441
6480
  text: string;
6442
- type: "success" | "error" | "info" | "warning";
6481
+ type: "error" | "success" | "info" | "warning";
6443
6482
  id?: number | undefined;
6444
6483
  }[] | undefined;
6445
6484
  required?: boolean | undefined;
@@ -6464,7 +6503,7 @@ export declare function init(config: AuthHeroConfig): {
6464
6503
  hint?: string | undefined;
6465
6504
  messages?: {
6466
6505
  text: string;
6467
- type: "success" | "error" | "info" | "warning";
6506
+ type: "error" | "success" | "info" | "warning";
6468
6507
  id?: number | undefined;
6469
6508
  }[] | undefined;
6470
6509
  required?: boolean | undefined;
@@ -6483,7 +6522,7 @@ export declare function init(config: AuthHeroConfig): {
6483
6522
  hint?: string | undefined;
6484
6523
  messages?: {
6485
6524
  text: string;
6486
- type: "success" | "error" | "info" | "warning";
6525
+ type: "error" | "success" | "info" | "warning";
6487
6526
  id?: number | undefined;
6488
6527
  }[] | undefined;
6489
6528
  required?: boolean | undefined;
@@ -6503,7 +6542,7 @@ export declare function init(config: AuthHeroConfig): {
6503
6542
  hint?: string | undefined;
6504
6543
  messages?: {
6505
6544
  text: string;
6506
- type: "success" | "error" | "info" | "warning";
6545
+ type: "error" | "success" | "info" | "warning";
6507
6546
  id?: number | undefined;
6508
6547
  }[] | undefined;
6509
6548
  required?: boolean | undefined;
@@ -6522,7 +6561,7 @@ export declare function init(config: AuthHeroConfig): {
6522
6561
  hint?: string | undefined;
6523
6562
  messages?: {
6524
6563
  text: string;
6525
- type: "success" | "error" | "info" | "warning";
6564
+ type: "error" | "success" | "info" | "warning";
6526
6565
  id?: number | undefined;
6527
6566
  }[] | undefined;
6528
6567
  required?: boolean | undefined;
@@ -6544,7 +6583,7 @@ export declare function init(config: AuthHeroConfig): {
6544
6583
  hint?: string | undefined;
6545
6584
  messages?: {
6546
6585
  text: string;
6547
- type: "success" | "error" | "info" | "warning";
6586
+ type: "error" | "success" | "info" | "warning";
6548
6587
  id?: number | undefined;
6549
6588
  }[] | undefined;
6550
6589
  required?: boolean | undefined;
@@ -6566,7 +6605,7 @@ export declare function init(config: AuthHeroConfig): {
6566
6605
  hint?: string | undefined;
6567
6606
  messages?: {
6568
6607
  text: string;
6569
- type: "success" | "error" | "info" | "warning";
6608
+ type: "error" | "success" | "info" | "warning";
6570
6609
  id?: number | undefined;
6571
6610
  }[] | undefined;
6572
6611
  required?: boolean | undefined;
@@ -6585,7 +6624,7 @@ export declare function init(config: AuthHeroConfig): {
6585
6624
  hint?: string | undefined;
6586
6625
  messages?: {
6587
6626
  text: string;
6588
- type: "success" | "error" | "info" | "warning";
6627
+ type: "error" | "success" | "info" | "warning";
6589
6628
  id?: number | undefined;
6590
6629
  }[] | undefined;
6591
6630
  required?: boolean | undefined;
@@ -6610,7 +6649,7 @@ export declare function init(config: AuthHeroConfig): {
6610
6649
  hint?: string | undefined;
6611
6650
  messages?: {
6612
6651
  text: string;
6613
- type: "success" | "error" | "info" | "warning";
6652
+ type: "error" | "success" | "info" | "warning";
6614
6653
  id?: number | undefined;
6615
6654
  }[] | undefined;
6616
6655
  required?: boolean | undefined;
@@ -6631,7 +6670,7 @@ export declare function init(config: AuthHeroConfig): {
6631
6670
  hint?: string | undefined;
6632
6671
  messages?: {
6633
6672
  text: string;
6634
- type: "success" | "error" | "info" | "warning";
6673
+ type: "error" | "success" | "info" | "warning";
6635
6674
  id?: number | undefined;
6636
6675
  }[] | undefined;
6637
6676
  required?: boolean | undefined;
@@ -6652,7 +6691,7 @@ export declare function init(config: AuthHeroConfig): {
6652
6691
  hint?: string | undefined;
6653
6692
  messages?: {
6654
6693
  text: string;
6655
- type: "success" | "error" | "info" | "warning";
6694
+ type: "error" | "success" | "info" | "warning";
6656
6695
  id?: number | undefined;
6657
6696
  }[] | undefined;
6658
6697
  required?: boolean | undefined;
@@ -6882,7 +6921,7 @@ export declare function init(config: AuthHeroConfig): {
6882
6921
  };
6883
6922
  };
6884
6923
  output: {
6885
- prompt: "organizations" | "status" | "login" | "signup" | "mfa" | "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";
6924
+ prompt: "status" | "organizations" | "invitation" | "signup" | "mfa" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "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";
6886
6925
  language: string;
6887
6926
  }[];
6888
6927
  outputFormat: "json";
@@ -6920,7 +6959,7 @@ export declare function init(config: AuthHeroConfig): {
6920
6959
  $get: {
6921
6960
  input: {
6922
6961
  param: {
6923
- prompt: "organizations" | "status" | "login" | "signup" | "mfa" | "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";
6962
+ prompt: "status" | "organizations" | "invitation" | "signup" | "mfa" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "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";
6924
6963
  language: string;
6925
6964
  };
6926
6965
  } & {
@@ -6942,7 +6981,7 @@ export declare function init(config: AuthHeroConfig): {
6942
6981
  $put: {
6943
6982
  input: {
6944
6983
  param: {
6945
- prompt: "organizations" | "status" | "login" | "signup" | "mfa" | "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";
6984
+ prompt: "status" | "organizations" | "invitation" | "signup" | "mfa" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "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";
6946
6985
  language: string;
6947
6986
  };
6948
6987
  } & {
@@ -6966,7 +7005,7 @@ export declare function init(config: AuthHeroConfig): {
6966
7005
  $delete: {
6967
7006
  input: {
6968
7007
  param: {
6969
- prompt: "organizations" | "status" | "login" | "signup" | "mfa" | "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";
7008
+ prompt: "status" | "organizations" | "invitation" | "signup" | "mfa" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "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";
6970
7009
  language: string;
6971
7010
  };
6972
7011
  } & {
@@ -7058,7 +7097,7 @@ export declare function init(config: AuthHeroConfig): {
7058
7097
  active?: boolean | undefined;
7059
7098
  } | undefined;
7060
7099
  signup?: {
7061
- status?: "optional" | "required" | "disabled" | undefined;
7100
+ status?: "required" | "optional" | "disabled" | undefined;
7062
7101
  verification?: {
7063
7102
  active?: boolean | undefined;
7064
7103
  } | undefined;
@@ -7075,7 +7114,7 @@ export declare function init(config: AuthHeroConfig): {
7075
7114
  active?: boolean | undefined;
7076
7115
  } | undefined;
7077
7116
  signup?: {
7078
- status?: "optional" | "required" | "disabled" | undefined;
7117
+ status?: "required" | "optional" | "disabled" | undefined;
7079
7118
  } | undefined;
7080
7119
  validation?: {
7081
7120
  max_length?: number | undefined;
@@ -7092,7 +7131,7 @@ export declare function init(config: AuthHeroConfig): {
7092
7131
  active?: boolean | undefined;
7093
7132
  } | undefined;
7094
7133
  signup?: {
7095
- status?: "optional" | "required" | "disabled" | undefined;
7134
+ status?: "required" | "optional" | "disabled" | undefined;
7096
7135
  } | undefined;
7097
7136
  } | undefined;
7098
7137
  } | undefined;
@@ -7192,7 +7231,7 @@ export declare function init(config: AuthHeroConfig): {
7192
7231
  active?: boolean | undefined;
7193
7232
  } | undefined;
7194
7233
  signup?: {
7195
- status?: "optional" | "required" | "disabled" | undefined;
7234
+ status?: "required" | "optional" | "disabled" | undefined;
7196
7235
  verification?: {
7197
7236
  active?: boolean | undefined;
7198
7237
  } | undefined;
@@ -7209,7 +7248,7 @@ export declare function init(config: AuthHeroConfig): {
7209
7248
  active?: boolean | undefined;
7210
7249
  } | undefined;
7211
7250
  signup?: {
7212
- status?: "optional" | "required" | "disabled" | undefined;
7251
+ status?: "required" | "optional" | "disabled" | undefined;
7213
7252
  } | undefined;
7214
7253
  validation?: {
7215
7254
  max_length?: number | undefined;
@@ -7226,7 +7265,7 @@ export declare function init(config: AuthHeroConfig): {
7226
7265
  active?: boolean | undefined;
7227
7266
  } | undefined;
7228
7267
  signup?: {
7229
- status?: "optional" | "required" | "disabled" | undefined;
7268
+ status?: "required" | "optional" | "disabled" | undefined;
7230
7269
  } | undefined;
7231
7270
  } | undefined;
7232
7271
  } | undefined;
@@ -7265,6 +7304,7 @@ export declare function init(config: AuthHeroConfig): {
7265
7304
  is_system?: boolean | undefined;
7266
7305
  }[];
7267
7306
  total?: number | undefined;
7307
+ next?: string | undefined;
7268
7308
  };
7269
7309
  outputFormat: "json";
7270
7310
  status: 200;
@@ -7341,7 +7381,7 @@ export declare function init(config: AuthHeroConfig): {
7341
7381
  active?: boolean | undefined;
7342
7382
  } | undefined;
7343
7383
  signup?: {
7344
- status?: "optional" | "required" | "disabled" | undefined;
7384
+ status?: "required" | "optional" | "disabled" | undefined;
7345
7385
  verification?: {
7346
7386
  active?: boolean | undefined;
7347
7387
  } | undefined;
@@ -7358,7 +7398,7 @@ export declare function init(config: AuthHeroConfig): {
7358
7398
  active?: boolean | undefined;
7359
7399
  } | undefined;
7360
7400
  signup?: {
7361
- status?: "optional" | "required" | "disabled" | undefined;
7401
+ status?: "required" | "optional" | "disabled" | undefined;
7362
7402
  } | undefined;
7363
7403
  validation?: {
7364
7404
  max_length?: number | undefined;
@@ -7375,7 +7415,7 @@ export declare function init(config: AuthHeroConfig): {
7375
7415
  active?: boolean | undefined;
7376
7416
  } | undefined;
7377
7417
  signup?: {
7378
- status?: "optional" | "required" | "disabled" | undefined;
7418
+ status?: "required" | "optional" | "disabled" | undefined;
7379
7419
  } | undefined;
7380
7420
  } | undefined;
7381
7421
  } | undefined;
@@ -7520,7 +7560,7 @@ export declare function init(config: AuthHeroConfig): {
7520
7560
  active?: boolean | undefined;
7521
7561
  } | undefined;
7522
7562
  signup?: {
7523
- status?: "optional" | "required" | "disabled" | undefined;
7563
+ status?: "required" | "optional" | "disabled" | undefined;
7524
7564
  verification?: {
7525
7565
  active?: boolean | undefined;
7526
7566
  } | undefined;
@@ -7537,7 +7577,7 @@ export declare function init(config: AuthHeroConfig): {
7537
7577
  active?: boolean | undefined;
7538
7578
  } | undefined;
7539
7579
  signup?: {
7540
- status?: "optional" | "required" | "disabled" | undefined;
7580
+ status?: "required" | "optional" | "disabled" | undefined;
7541
7581
  } | undefined;
7542
7582
  validation?: {
7543
7583
  max_length?: number | undefined;
@@ -7554,7 +7594,7 @@ export declare function init(config: AuthHeroConfig): {
7554
7594
  active?: boolean | undefined;
7555
7595
  } | undefined;
7556
7596
  signup?: {
7557
- status?: "optional" | "required" | "disabled" | undefined;
7597
+ status?: "required" | "optional" | "disabled" | undefined;
7558
7598
  } | undefined;
7559
7599
  } | undefined;
7560
7600
  } | undefined;
@@ -7678,7 +7718,7 @@ export declare function init(config: AuthHeroConfig): {
7678
7718
  active?: boolean | undefined;
7679
7719
  } | undefined;
7680
7720
  signup?: {
7681
- status?: "optional" | "required" | "disabled" | undefined;
7721
+ status?: "required" | "optional" | "disabled" | undefined;
7682
7722
  verification?: {
7683
7723
  active?: boolean | undefined;
7684
7724
  } | undefined;
@@ -7695,7 +7735,7 @@ export declare function init(config: AuthHeroConfig): {
7695
7735
  active?: boolean | undefined;
7696
7736
  } | undefined;
7697
7737
  signup?: {
7698
- status?: "optional" | "required" | "disabled" | undefined;
7738
+ status?: "required" | "optional" | "disabled" | undefined;
7699
7739
  } | undefined;
7700
7740
  validation?: {
7701
7741
  max_length?: number | undefined;
@@ -7712,7 +7752,7 @@ export declare function init(config: AuthHeroConfig): {
7712
7752
  active?: boolean | undefined;
7713
7753
  } | undefined;
7714
7754
  signup?: {
7715
- status?: "optional" | "required" | "disabled" | undefined;
7755
+ status?: "required" | "optional" | "disabled" | undefined;
7716
7756
  } | undefined;
7717
7757
  } | undefined;
7718
7758
  } | undefined;
@@ -7828,7 +7868,7 @@ export declare function init(config: AuthHeroConfig): {
7828
7868
  };
7829
7869
  } | {
7830
7870
  mode: "inline";
7831
- status: "success" | "error";
7871
+ status: "error" | "success";
7832
7872
  connection_id: string;
7833
7873
  connection_name: string;
7834
7874
  strategy: string;
@@ -7864,7 +7904,7 @@ export declare function init(config: AuthHeroConfig): {
7864
7904
  tenant_id: string;
7865
7905
  created_at: string;
7866
7906
  updated_at: string;
7867
- deploymentStatus: "deployed" | "failed" | "not_required";
7907
+ deploymentStatus: "failed" | "deployed" | "not_required";
7868
7908
  secrets?: {
7869
7909
  [x: string]: string;
7870
7910
  } | undefined;
@@ -7954,7 +7994,7 @@ export declare function init(config: AuthHeroConfig): {
7954
7994
  tenant_id: string;
7955
7995
  created_at: string;
7956
7996
  updated_at: string;
7957
- deploymentStatus: "deployed" | "failed" | "not_required";
7997
+ deploymentStatus: "failed" | "deployed" | "not_required";
7958
7998
  secrets?: {
7959
7999
  [x: string]: string;
7960
8000
  } | undefined;
@@ -8002,7 +8042,7 @@ export declare function init(config: AuthHeroConfig): {
8002
8042
  };
8003
8043
  };
8004
8044
  output: ({
8005
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8045
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8006
8046
  enabled: boolean;
8007
8047
  synchronous: boolean;
8008
8048
  created_at: string;
@@ -8014,7 +8054,7 @@ export declare function init(config: AuthHeroConfig): {
8014
8054
  [x: string]: import("hono/utils/types").JSONValue;
8015
8055
  } | undefined;
8016
8056
  } | {
8017
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8057
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8018
8058
  enabled: boolean;
8019
8059
  synchronous: boolean;
8020
8060
  created_at: string;
@@ -8026,7 +8066,7 @@ export declare function init(config: AuthHeroConfig): {
8026
8066
  [x: string]: import("hono/utils/types").JSONValue;
8027
8067
  } | undefined;
8028
8068
  } | {
8029
- trigger_id: "post-user-login" | "post-user-registration" | "post-user-update" | "credentials-exchange";
8069
+ trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
8030
8070
  enabled: boolean;
8031
8071
  synchronous: boolean;
8032
8072
  created_at: string;
@@ -8038,7 +8078,7 @@ export declare function init(config: AuthHeroConfig): {
8038
8078
  [x: string]: import("hono/utils/types").JSONValue;
8039
8079
  } | undefined;
8040
8080
  } | {
8041
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "credentials-exchange";
8081
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
8042
8082
  enabled: boolean;
8043
8083
  synchronous: boolean;
8044
8084
  created_at: string;
@@ -8054,7 +8094,7 @@ export declare function init(config: AuthHeroConfig): {
8054
8094
  limit: number;
8055
8095
  length: number;
8056
8096
  hooks: ({
8057
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8097
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8058
8098
  enabled: boolean;
8059
8099
  synchronous: boolean;
8060
8100
  created_at: string;
@@ -8066,7 +8106,7 @@ export declare function init(config: AuthHeroConfig): {
8066
8106
  [x: string]: import("hono/utils/types").JSONValue;
8067
8107
  } | undefined;
8068
8108
  } | {
8069
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8109
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8070
8110
  enabled: boolean;
8071
8111
  synchronous: boolean;
8072
8112
  created_at: string;
@@ -8078,7 +8118,7 @@ export declare function init(config: AuthHeroConfig): {
8078
8118
  [x: string]: import("hono/utils/types").JSONValue;
8079
8119
  } | undefined;
8080
8120
  } | {
8081
- trigger_id: "post-user-login" | "post-user-registration" | "post-user-update" | "credentials-exchange";
8121
+ trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
8082
8122
  enabled: boolean;
8083
8123
  synchronous: boolean;
8084
8124
  created_at: string;
@@ -8090,7 +8130,7 @@ export declare function init(config: AuthHeroConfig): {
8090
8130
  [x: string]: import("hono/utils/types").JSONValue;
8091
8131
  } | undefined;
8092
8132
  } | {
8093
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "credentials-exchange";
8133
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
8094
8134
  enabled: boolean;
8095
8135
  synchronous: boolean;
8096
8136
  created_at: string;
@@ -8103,6 +8143,7 @@ export declare function init(config: AuthHeroConfig): {
8103
8143
  } | undefined;
8104
8144
  })[];
8105
8145
  total?: number | undefined;
8146
+ next?: string | undefined;
8106
8147
  };
8107
8148
  outputFormat: "json";
8108
8149
  status: 200;
@@ -8117,7 +8158,7 @@ export declare function init(config: AuthHeroConfig): {
8117
8158
  };
8118
8159
  } & {
8119
8160
  json: {
8120
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8161
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8121
8162
  url: string;
8122
8163
  enabled?: boolean | undefined;
8123
8164
  synchronous?: boolean | undefined;
@@ -8125,7 +8166,7 @@ export declare function init(config: AuthHeroConfig): {
8125
8166
  hook_id?: string | undefined;
8126
8167
  metadata?: Record<string, unknown> | undefined;
8127
8168
  } | {
8128
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8169
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8129
8170
  form_id: string;
8130
8171
  enabled?: boolean | undefined;
8131
8172
  synchronous?: boolean | undefined;
@@ -8133,7 +8174,7 @@ export declare function init(config: AuthHeroConfig): {
8133
8174
  hook_id?: string | undefined;
8134
8175
  metadata?: Record<string, unknown> | undefined;
8135
8176
  } | {
8136
- trigger_id: "post-user-login" | "post-user-registration" | "post-user-update" | "credentials-exchange";
8177
+ trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
8137
8178
  template_id: "ensure-username" | "set-preferred-username" | "account-linking";
8138
8179
  enabled?: boolean | undefined;
8139
8180
  synchronous?: boolean | undefined;
@@ -8141,7 +8182,7 @@ export declare function init(config: AuthHeroConfig): {
8141
8182
  hook_id?: string | undefined;
8142
8183
  metadata?: Record<string, unknown> | undefined;
8143
8184
  } | {
8144
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "credentials-exchange";
8185
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
8145
8186
  code_id: string;
8146
8187
  enabled?: boolean | undefined;
8147
8188
  synchronous?: boolean | undefined;
@@ -8151,7 +8192,7 @@ export declare function init(config: AuthHeroConfig): {
8151
8192
  };
8152
8193
  };
8153
8194
  output: {
8154
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8195
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8155
8196
  enabled: boolean;
8156
8197
  synchronous: boolean;
8157
8198
  created_at: string;
@@ -8163,7 +8204,7 @@ export declare function init(config: AuthHeroConfig): {
8163
8204
  [x: string]: import("hono/utils/types").JSONValue;
8164
8205
  } | undefined;
8165
8206
  } | {
8166
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8207
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8167
8208
  enabled: boolean;
8168
8209
  synchronous: boolean;
8169
8210
  created_at: string;
@@ -8175,7 +8216,7 @@ export declare function init(config: AuthHeroConfig): {
8175
8216
  [x: string]: import("hono/utils/types").JSONValue;
8176
8217
  } | undefined;
8177
8218
  } | {
8178
- trigger_id: "post-user-login" | "post-user-registration" | "post-user-update" | "credentials-exchange";
8219
+ trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
8179
8220
  enabled: boolean;
8180
8221
  synchronous: boolean;
8181
8222
  created_at: string;
@@ -8187,7 +8228,7 @@ export declare function init(config: AuthHeroConfig): {
8187
8228
  [x: string]: import("hono/utils/types").JSONValue;
8188
8229
  } | undefined;
8189
8230
  } | {
8190
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "credentials-exchange";
8231
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
8191
8232
  enabled: boolean;
8192
8233
  synchronous: boolean;
8193
8234
  created_at: string;
@@ -8233,7 +8274,7 @@ export declare function init(config: AuthHeroConfig): {
8233
8274
  json: unknown;
8234
8275
  };
8235
8276
  output: {
8236
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8277
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8237
8278
  enabled: boolean;
8238
8279
  synchronous: boolean;
8239
8280
  created_at: string;
@@ -8245,7 +8286,7 @@ export declare function init(config: AuthHeroConfig): {
8245
8286
  [x: string]: import("hono/utils/types").JSONValue;
8246
8287
  } | undefined;
8247
8288
  } | {
8248
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8289
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8249
8290
  enabled: boolean;
8250
8291
  synchronous: boolean;
8251
8292
  created_at: string;
@@ -8257,7 +8298,7 @@ export declare function init(config: AuthHeroConfig): {
8257
8298
  [x: string]: import("hono/utils/types").JSONValue;
8258
8299
  } | undefined;
8259
8300
  } | {
8260
- trigger_id: "post-user-login" | "post-user-registration" | "post-user-update" | "credentials-exchange";
8301
+ trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
8261
8302
  enabled: boolean;
8262
8303
  synchronous: boolean;
8263
8304
  created_at: string;
@@ -8269,7 +8310,7 @@ export declare function init(config: AuthHeroConfig): {
8269
8310
  [x: string]: import("hono/utils/types").JSONValue;
8270
8311
  } | undefined;
8271
8312
  } | {
8272
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "credentials-exchange";
8313
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
8273
8314
  enabled: boolean;
8274
8315
  synchronous: boolean;
8275
8316
  created_at: string;
@@ -8311,7 +8352,7 @@ export declare function init(config: AuthHeroConfig): {
8311
8352
  };
8312
8353
  };
8313
8354
  output: {
8314
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8355
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8315
8356
  enabled: boolean;
8316
8357
  synchronous: boolean;
8317
8358
  created_at: string;
@@ -8323,7 +8364,7 @@ export declare function init(config: AuthHeroConfig): {
8323
8364
  [x: string]: import("hono/utils/types").JSONValue;
8324
8365
  } | undefined;
8325
8366
  } | {
8326
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8367
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
8327
8368
  enabled: boolean;
8328
8369
  synchronous: boolean;
8329
8370
  created_at: string;
@@ -8335,7 +8376,7 @@ export declare function init(config: AuthHeroConfig): {
8335
8376
  [x: string]: import("hono/utils/types").JSONValue;
8336
8377
  } | undefined;
8337
8378
  } | {
8338
- trigger_id: "post-user-login" | "post-user-registration" | "post-user-update" | "credentials-exchange";
8379
+ trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
8339
8380
  enabled: boolean;
8340
8381
  synchronous: boolean;
8341
8382
  created_at: string;
@@ -8347,7 +8388,7 @@ export declare function init(config: AuthHeroConfig): {
8347
8388
  [x: string]: import("hono/utils/types").JSONValue;
8348
8389
  } | undefined;
8349
8390
  } | {
8350
- trigger_id: "post-user-login" | "pre-user-registration" | "post-user-registration" | "credentials-exchange";
8391
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
8351
8392
  enabled: boolean;
8352
8393
  synchronous: boolean;
8353
8394
  created_at: string;
@@ -8465,9 +8506,9 @@ export declare function init(config: AuthHeroConfig): {
8465
8506
  tenant_id: string;
8466
8507
  event_type: string;
8467
8508
  log_type: string;
8468
- category: "api" | "user_action" | "admin_action" | "system";
8509
+ category: "user_action" | "admin_action" | "system" | "api";
8469
8510
  actor: {
8470
- type: "user" | "system" | "client_credentials" | "admin" | "api_key";
8511
+ type: "user" | "client_credentials" | "system" | "admin" | "api_key";
8471
8512
  id?: string | undefined;
8472
8513
  email?: string | undefined;
8473
8514
  org_id?: string | undefined;
@@ -8777,7 +8818,7 @@ export declare function init(config: AuthHeroConfig): {
8777
8818
  created_at: string;
8778
8819
  updated_at: string;
8779
8820
  name: string;
8780
- provider: "auth0" | "cognito" | "okta" | "oidc";
8821
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8781
8822
  connection: string;
8782
8823
  enabled: boolean;
8783
8824
  credentials: {
@@ -8809,7 +8850,7 @@ export declare function init(config: AuthHeroConfig): {
8809
8850
  created_at: string;
8810
8851
  updated_at: string;
8811
8852
  name: string;
8812
- provider: "auth0" | "cognito" | "okta" | "oidc";
8853
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8813
8854
  connection: string;
8814
8855
  enabled: boolean;
8815
8856
  credentials: {
@@ -8835,7 +8876,7 @@ export declare function init(config: AuthHeroConfig): {
8835
8876
  } & {
8836
8877
  json: {
8837
8878
  name: string;
8838
- provider: "auth0" | "cognito" | "okta" | "oidc";
8879
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8839
8880
  connection: string;
8840
8881
  credentials: {
8841
8882
  domain: string;
@@ -8852,7 +8893,7 @@ export declare function init(config: AuthHeroConfig): {
8852
8893
  created_at: string;
8853
8894
  updated_at: string;
8854
8895
  name: string;
8855
- provider: "auth0" | "cognito" | "okta" | "oidc";
8896
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8856
8897
  connection: string;
8857
8898
  enabled: boolean;
8858
8899
  credentials: {
@@ -8883,7 +8924,7 @@ export declare function init(config: AuthHeroConfig): {
8883
8924
  json: {
8884
8925
  id?: string | undefined;
8885
8926
  name?: string | undefined;
8886
- provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
8927
+ provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
8887
8928
  connection?: string | undefined;
8888
8929
  enabled?: boolean | undefined;
8889
8930
  credentials?: {
@@ -8899,7 +8940,7 @@ export declare function init(config: AuthHeroConfig): {
8899
8940
  created_at: string;
8900
8941
  updated_at: string;
8901
8942
  name: string;
8902
- provider: "auth0" | "cognito" | "okta" | "oidc";
8943
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8903
8944
  connection: string;
8904
8945
  enabled: boolean;
8905
8946
  credentials: {
@@ -8947,7 +8988,7 @@ export declare function init(config: AuthHeroConfig): {
8947
8988
  [x: string]: import("hono/utils/types").JSONValue;
8948
8989
  };
8949
8990
  id: string;
8950
- status: "suspended" | "active" | "paused";
8991
+ status: "active" | "suspended" | "paused";
8951
8992
  filters?: {
8952
8993
  type: string;
8953
8994
  name: string;
@@ -8979,7 +9020,7 @@ export declare function init(config: AuthHeroConfig): {
8979
9020
  [x: string]: import("hono/utils/types").JSONValue;
8980
9021
  };
8981
9022
  id: string;
8982
- status: "suspended" | "active" | "paused";
9023
+ status: "active" | "suspended" | "paused";
8983
9024
  filters?: {
8984
9025
  type: string;
8985
9026
  name: string;
@@ -9004,7 +9045,7 @@ export declare function init(config: AuthHeroConfig): {
9004
9045
  name: string;
9005
9046
  type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
9006
9047
  sink: Record<string, unknown>;
9007
- status?: "suspended" | "active" | "paused" | undefined;
9048
+ status?: "active" | "suspended" | "paused" | undefined;
9008
9049
  filters?: {
9009
9050
  type: string;
9010
9051
  name: string;
@@ -9019,7 +9060,7 @@ export declare function init(config: AuthHeroConfig): {
9019
9060
  [x: string]: import("hono/utils/types").JSONValue;
9020
9061
  };
9021
9062
  id: string;
9022
- status: "suspended" | "active" | "paused";
9063
+ status: "active" | "suspended" | "paused";
9023
9064
  filters?: {
9024
9065
  type: string;
9025
9066
  name: string;
@@ -9054,7 +9095,7 @@ export declare function init(config: AuthHeroConfig): {
9054
9095
  }[] | undefined;
9055
9096
  isPriority?: boolean | undefined;
9056
9097
  id?: string | undefined;
9057
- status?: "suspended" | "active" | "paused" | undefined;
9098
+ status?: "active" | "suspended" | "paused" | undefined;
9058
9099
  created_at?: string | undefined;
9059
9100
  updated_at?: string | undefined;
9060
9101
  };
@@ -9066,7 +9107,7 @@ export declare function init(config: AuthHeroConfig): {
9066
9107
  [x: string]: import("hono/utils/types").JSONValue;
9067
9108
  };
9068
9109
  id: string;
9069
- status: "suspended" | "active" | "paused";
9110
+ status: "active" | "suspended" | "paused";
9070
9111
  filters?: {
9071
9112
  type: string;
9072
9113
  name: string;
@@ -9117,7 +9158,7 @@ export declare function init(config: AuthHeroConfig): {
9117
9158
  };
9118
9159
  };
9119
9160
  output: {
9120
- type: "fs" | "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" | "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";
9161
+ type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9121
9162
  date: string;
9122
9163
  isMobile: boolean;
9123
9164
  log_id: string;
@@ -9156,7 +9197,7 @@ export declare function init(config: AuthHeroConfig): {
9156
9197
  limit: number;
9157
9198
  length: number;
9158
9199
  logs: {
9159
- type: "fs" | "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" | "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";
9200
+ type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9160
9201
  date: string;
9161
9202
  isMobile: boolean;
9162
9203
  log_id: string;
@@ -9192,6 +9233,7 @@ export declare function init(config: AuthHeroConfig): {
9192
9233
  } | undefined;
9193
9234
  }[];
9194
9235
  total?: number | undefined;
9236
+ next?: string | undefined;
9195
9237
  };
9196
9238
  outputFormat: "json";
9197
9239
  status: 200;
@@ -9210,7 +9252,7 @@ export declare function init(config: AuthHeroConfig): {
9210
9252
  };
9211
9253
  };
9212
9254
  output: {
9213
- type: "fs" | "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" | "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";
9255
+ type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9214
9256
  date: string;
9215
9257
  isMobile: boolean;
9216
9258
  log_id: string;
@@ -9313,6 +9355,7 @@ export declare function init(config: AuthHeroConfig): {
9313
9355
  audience?: string | undefined;
9314
9356
  }[];
9315
9357
  total?: number | undefined;
9358
+ next?: string | undefined;
9316
9359
  };
9317
9360
  outputFormat: "json";
9318
9361
  status: 200;
@@ -9402,6 +9445,22 @@ export declare function init(config: AuthHeroConfig): {
9402
9445
  updated_at?: string | undefined;
9403
9446
  }[];
9404
9447
  total?: number | undefined;
9448
+ next?: string | undefined;
9449
+ } | {
9450
+ client_grants: {
9451
+ id: string;
9452
+ client_id: string;
9453
+ audience: string;
9454
+ scope?: string[] | undefined;
9455
+ organization_usage?: "deny" | "allow" | "require" | undefined;
9456
+ allow_any_organization?: boolean | undefined;
9457
+ is_system?: boolean | undefined;
9458
+ subject_type?: "client" | "user" | undefined;
9459
+ authorization_details_types?: string[] | undefined;
9460
+ created_at?: string | undefined;
9461
+ updated_at?: string | undefined;
9462
+ }[];
9463
+ next?: string | undefined;
9405
9464
  };
9406
9465
  outputFormat: "json";
9407
9466
  status: 200;
@@ -9598,7 +9657,7 @@ export declare function init(config: AuthHeroConfig): {
9598
9657
  addons?: {
9599
9658
  [x: string]: any;
9600
9659
  } | undefined;
9601
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9660
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "private_key_jwt" | "client_secret_jwt" | undefined;
9602
9661
  client_metadata?: {
9603
9662
  [x: string]: string;
9604
9663
  } | undefined;
@@ -9694,7 +9753,7 @@ export declare function init(config: AuthHeroConfig): {
9694
9753
  addons?: {
9695
9754
  [x: string]: any;
9696
9755
  } | undefined;
9697
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9756
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "private_key_jwt" | "client_secret_jwt" | undefined;
9698
9757
  client_metadata?: {
9699
9758
  [x: string]: string;
9700
9759
  } | undefined;
@@ -9739,6 +9798,7 @@ export declare function init(config: AuthHeroConfig): {
9739
9798
  user_linking_mode?: "builtin" | "off" | undefined;
9740
9799
  }[];
9741
9800
  total?: number | undefined;
9801
+ next?: string | undefined;
9742
9802
  };
9743
9803
  outputFormat: "json";
9744
9804
  status: 200;
@@ -9805,7 +9865,7 @@ export declare function init(config: AuthHeroConfig): {
9805
9865
  addons?: {
9806
9866
  [x: string]: any;
9807
9867
  } | undefined;
9808
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9868
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "private_key_jwt" | "client_secret_jwt" | undefined;
9809
9869
  client_metadata?: {
9810
9870
  [x: string]: string;
9811
9871
  } | undefined;
@@ -9915,7 +9975,7 @@ export declare function init(config: AuthHeroConfig): {
9915
9975
  custom_login_page_preview?: string | undefined;
9916
9976
  form_template?: string | undefined;
9917
9977
  addons?: Record<string, any> | undefined;
9918
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9978
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "private_key_jwt" | "client_secret_jwt" | undefined;
9919
9979
  client_metadata?: Record<string, string> | undefined;
9920
9980
  hide_sign_up_disabled_error?: boolean | undefined;
9921
9981
  mobile?: Record<string, any> | undefined;
@@ -9995,7 +10055,7 @@ export declare function init(config: AuthHeroConfig): {
9995
10055
  addons?: {
9996
10056
  [x: string]: any;
9997
10057
  } | undefined;
9998
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10058
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "private_key_jwt" | "client_secret_jwt" | undefined;
9999
10059
  client_metadata?: {
10000
10060
  [x: string]: string;
10001
10061
  } | undefined;
@@ -10084,7 +10144,7 @@ export declare function init(config: AuthHeroConfig): {
10084
10144
  custom_login_page_preview?: string | undefined;
10085
10145
  form_template?: string | undefined;
10086
10146
  addons?: Record<string, any> | undefined;
10087
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10147
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "private_key_jwt" | "client_secret_jwt" | undefined;
10088
10148
  client_metadata?: Record<string, string> | undefined;
10089
10149
  hide_sign_up_disabled_error?: boolean | undefined;
10090
10150
  mobile?: Record<string, any> | undefined;
@@ -10164,7 +10224,7 @@ export declare function init(config: AuthHeroConfig): {
10164
10224
  addons?: {
10165
10225
  [x: string]: any;
10166
10226
  } | undefined;
10167
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10227
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "private_key_jwt" | "client_secret_jwt" | undefined;
10168
10228
  client_metadata?: {
10169
10229
  [x: string]: string;
10170
10230
  } | undefined;
@@ -10286,7 +10346,7 @@ export declare function init(config: AuthHeroConfig): {
10286
10346
  active?: boolean | undefined;
10287
10347
  } | undefined;
10288
10348
  signup?: {
10289
- status?: "optional" | "required" | "disabled" | undefined;
10349
+ status?: "required" | "optional" | "disabled" | undefined;
10290
10350
  verification?: {
10291
10351
  active?: boolean | undefined;
10292
10352
  } | undefined;
@@ -10303,7 +10363,7 @@ export declare function init(config: AuthHeroConfig): {
10303
10363
  active?: boolean | undefined;
10304
10364
  } | undefined;
10305
10365
  signup?: {
10306
- status?: "optional" | "required" | "disabled" | undefined;
10366
+ status?: "required" | "optional" | "disabled" | undefined;
10307
10367
  } | undefined;
10308
10368
  validation?: {
10309
10369
  max_length?: number | undefined;
@@ -10320,7 +10380,7 @@ export declare function init(config: AuthHeroConfig): {
10320
10380
  active?: boolean | undefined;
10321
10381
  } | undefined;
10322
10382
  signup?: {
10323
- status?: "optional" | "required" | "disabled" | undefined;
10383
+ status?: "required" | "optional" | "disabled" | undefined;
10324
10384
  } | undefined;
10325
10385
  } | undefined;
10326
10386
  } | undefined;
@@ -10440,7 +10500,7 @@ export declare function init(config: AuthHeroConfig): {
10440
10500
  active?: boolean | undefined;
10441
10501
  } | undefined;
10442
10502
  signup?: {
10443
- status?: "optional" | "required" | "disabled" | undefined;
10503
+ status?: "required" | "optional" | "disabled" | undefined;
10444
10504
  verification?: {
10445
10505
  active?: boolean | undefined;
10446
10506
  } | undefined;
@@ -10457,7 +10517,7 @@ export declare function init(config: AuthHeroConfig): {
10457
10517
  active?: boolean | undefined;
10458
10518
  } | undefined;
10459
10519
  signup?: {
10460
- status?: "optional" | "required" | "disabled" | undefined;
10520
+ status?: "required" | "optional" | "disabled" | undefined;
10461
10521
  } | undefined;
10462
10522
  validation?: {
10463
10523
  max_length?: number | undefined;
@@ -10474,7 +10534,7 @@ export declare function init(config: AuthHeroConfig): {
10474
10534
  active?: boolean | undefined;
10475
10535
  } | undefined;
10476
10536
  signup?: {
10477
- status?: "optional" | "required" | "disabled" | undefined;
10537
+ status?: "required" | "optional" | "disabled" | undefined;
10478
10538
  } | undefined;
10479
10539
  } | undefined;
10480
10540
  } | undefined;
@@ -10852,6 +10912,7 @@ export declare function init(config: AuthHeroConfig): {
10852
10912
  }[] | undefined;
10853
10913
  }[];
10854
10914
  total?: number | undefined;
10915
+ next?: string | undefined;
10855
10916
  };
10856
10917
  outputFormat: "json";
10857
10918
  status: 200;
@@ -11321,6 +11382,7 @@ export declare function init(config: AuthHeroConfig): {
11321
11382
  updated_at?: string | undefined;
11322
11383
  }[];
11323
11384
  total?: number | undefined;
11385
+ next?: string | undefined;
11324
11386
  };
11325
11387
  outputFormat: "json";
11326
11388
  status: 200;
@@ -11398,6 +11460,7 @@ export declare function init(config: AuthHeroConfig): {
11398
11460
  idle_expires_at?: string | undefined;
11399
11461
  }[];
11400
11462
  total?: number | undefined;
11463
+ next?: string | undefined;
11401
11464
  };
11402
11465
  outputFormat: "json";
11403
11466
  status: 200;
@@ -11428,7 +11491,7 @@ export declare function init(config: AuthHeroConfig): {
11428
11491
  };
11429
11492
  };
11430
11493
  output: {
11431
- type: "fs" | "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" | "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";
11494
+ type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11432
11495
  date: string;
11433
11496
  isMobile: boolean;
11434
11497
  log_id: string;
@@ -11467,7 +11530,7 @@ export declare function init(config: AuthHeroConfig): {
11467
11530
  limit: number;
11468
11531
  length: number;
11469
11532
  logs: {
11470
- type: "fs" | "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" | "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";
11533
+ type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11471
11534
  date: string;
11472
11535
  isMobile: boolean;
11473
11536
  log_id: string;
@@ -11503,6 +11566,7 @@ export declare function init(config: AuthHeroConfig): {
11503
11566
  } | undefined;
11504
11567
  }[];
11505
11568
  total?: number | undefined;
11569
+ next?: string | undefined;
11506
11570
  };
11507
11571
  outputFormat: "json";
11508
11572
  status: 200;
@@ -11752,6 +11816,7 @@ export declare function init(config: AuthHeroConfig): {
11752
11816
  } | undefined;
11753
11817
  }[];
11754
11818
  total?: number | undefined;
11819
+ next?: string | undefined;
11755
11820
  };
11756
11821
  outputFormat: "json";
11757
11822
  status: 200;
@@ -12309,7 +12374,7 @@ export declare function init(config: AuthHeroConfig): {
12309
12374
  type: "auth0_managed_certs" | "self_managed_certs";
12310
12375
  custom_domain_id: string;
12311
12376
  primary: boolean;
12312
- status: "pending" | "ready" | "disabled" | "pending_verification";
12377
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12313
12378
  verification_method?: "txt" | undefined;
12314
12379
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12315
12380
  domain_metadata?: {
@@ -12350,7 +12415,7 @@ export declare function init(config: AuthHeroConfig): {
12350
12415
  type: "auth0_managed_certs" | "self_managed_certs";
12351
12416
  custom_domain_id: string;
12352
12417
  primary: boolean;
12353
- status: "pending" | "ready" | "disabled" | "pending_verification";
12418
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12354
12419
  verification_method?: "txt" | undefined;
12355
12420
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12356
12421
  domain_metadata?: {
@@ -12414,7 +12479,7 @@ export declare function init(config: AuthHeroConfig): {
12414
12479
  type: "auth0_managed_certs" | "self_managed_certs";
12415
12480
  custom_domain_id: string;
12416
12481
  primary: boolean;
12417
- status: "pending" | "ready" | "disabled" | "pending_verification";
12482
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12418
12483
  verification_method?: "txt" | undefined;
12419
12484
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12420
12485
  domain_metadata?: {
@@ -12461,7 +12526,7 @@ export declare function init(config: AuthHeroConfig): {
12461
12526
  type: "auth0_managed_certs" | "self_managed_certs";
12462
12527
  custom_domain_id: string;
12463
12528
  primary: boolean;
12464
- status: "pending" | "ready" | "disabled" | "pending_verification";
12529
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12465
12530
  verification_method?: "txt" | undefined;
12466
12531
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12467
12532
  domain_metadata?: {
@@ -12507,7 +12572,7 @@ export declare function init(config: AuthHeroConfig): {
12507
12572
  type: "auth0_managed_certs" | "self_managed_certs";
12508
12573
  custom_domain_id: string;
12509
12574
  primary: boolean;
12510
- status: "pending" | "ready" | "disabled" | "pending_verification";
12575
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12511
12576
  verification_method?: "txt" | undefined;
12512
12577
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12513
12578
  domain_metadata?: {
@@ -12548,7 +12613,7 @@ export declare function init(config: AuthHeroConfig): {
12548
12613
  type: "auth0_managed_certs" | "self_managed_certs";
12549
12614
  custom_domain_id: string;
12550
12615
  primary: boolean;
12551
- status: "pending" | "ready" | "disabled" | "pending_verification";
12616
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12552
12617
  verification_method?: "txt" | undefined;
12553
12618
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12554
12619
  domain_metadata?: {
@@ -12978,7 +13043,7 @@ export declare function init(config: AuthHeroConfig): {
12978
13043
  } & {
12979
13044
  json: {
12980
13045
  body?: string | undefined;
12981
- screen?: "password" | "login" | "identifier" | "signup" | undefined;
13046
+ screen?: "password" | "identifier" | "signup" | "login" | undefined;
12982
13047
  branding?: {
12983
13048
  colors?: {
12984
13049
  primary: string;
@@ -13147,7 +13212,7 @@ export declare function init(config: AuthHeroConfig): {
13147
13212
  json: {
13148
13213
  bindings: {
13149
13214
  ref: {
13150
- type?: "action_name" | "action_id" | undefined;
13215
+ type?: "action_id" | "action_name" | undefined;
13151
13216
  value?: string | undefined;
13152
13217
  id?: string | undefined;
13153
13218
  name?: string | undefined;
@@ -13222,7 +13287,7 @@ export declare function init(config: AuthHeroConfig): {
13222
13287
  output: {
13223
13288
  id: string;
13224
13289
  trigger_id: string;
13225
- status: "unspecified" | "pending" | "final" | "partial" | "canceled" | "suspended";
13290
+ status: "pending" | "unspecified" | "final" | "partial" | "canceled" | "suspended";
13226
13291
  results: {
13227
13292
  action_name: string;
13228
13293
  error: {
@@ -13352,6 +13417,7 @@ export declare function init(config: AuthHeroConfig): {
13352
13417
  }[] | undefined;
13353
13418
  }[];
13354
13419
  total?: number | undefined;
13420
+ next?: string | undefined;
13355
13421
  };
13356
13422
  outputFormat: "json";
13357
13423
  status: 200;
@@ -13760,6 +13826,7 @@ export declare function init(config: AuthHeroConfig): {
13760
13826
  }[] | undefined;
13761
13827
  }[];
13762
13828
  total?: number | undefined;
13829
+ next?: string | undefined;
13763
13830
  };
13764
13831
  outputFormat: "json";
13765
13832
  status: 200;
@@ -14247,7 +14314,7 @@ export declare function init(config: AuthHeroConfig): {
14247
14314
  scope?: string | undefined;
14248
14315
  grant_types?: string[] | undefined;
14249
14316
  response_types?: string[] | undefined;
14250
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
14317
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "private_key_jwt" | "client_secret_jwt" | undefined;
14251
14318
  jwks_uri?: string | undefined;
14252
14319
  jwks?: Record<string, unknown> | undefined;
14253
14320
  software_id?: string | undefined;
@@ -14336,7 +14403,7 @@ export declare function init(config: AuthHeroConfig): {
14336
14403
  scope?: string | undefined;
14337
14404
  grant_types?: string[] | undefined;
14338
14405
  response_types?: string[] | undefined;
14339
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
14406
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "private_key_jwt" | "client_secret_jwt" | undefined;
14340
14407
  jwks_uri?: string | undefined;
14341
14408
  jwks?: Record<string, unknown> | undefined;
14342
14409
  software_id?: string | undefined;
@@ -14682,20 +14749,20 @@ export declare function init(config: AuthHeroConfig): {
14682
14749
  email: string;
14683
14750
  send: "code" | "link";
14684
14751
  authParams: {
14685
- username?: string | undefined;
14686
- scope?: string | undefined;
14687
14752
  audience?: string | undefined;
14753
+ scope?: string | undefined;
14754
+ username?: string | undefined;
14688
14755
  organization?: string | undefined;
14689
- state?: string | undefined;
14690
14756
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
14691
14757
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
14692
- prompt?: string | undefined;
14693
- ui_locales?: string | undefined;
14694
- redirect_uri?: string | undefined;
14695
- act_as?: string | undefined;
14758
+ state?: string | undefined;
14696
14759
  nonce?: string | undefined;
14760
+ act_as?: string | undefined;
14761
+ redirect_uri?: string | undefined;
14762
+ prompt?: string | undefined;
14697
14763
  code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14698
14764
  code_challenge?: string | undefined;
14765
+ ui_locales?: string | undefined;
14699
14766
  max_age?: number | undefined;
14700
14767
  acr_values?: string | undefined;
14701
14768
  claims?: {
@@ -14718,20 +14785,20 @@ export declare function init(config: AuthHeroConfig): {
14718
14785
  phone_number: string;
14719
14786
  send: "code" | "link";
14720
14787
  authParams: {
14721
- username?: string | undefined;
14722
- scope?: string | undefined;
14723
14788
  audience?: string | undefined;
14789
+ scope?: string | undefined;
14790
+ username?: string | undefined;
14724
14791
  organization?: string | undefined;
14725
- state?: string | undefined;
14726
14792
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
14727
14793
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
14728
- prompt?: string | undefined;
14729
- ui_locales?: string | undefined;
14730
- redirect_uri?: string | undefined;
14731
- act_as?: string | undefined;
14794
+ state?: string | undefined;
14732
14795
  nonce?: string | undefined;
14796
+ act_as?: string | undefined;
14797
+ redirect_uri?: string | undefined;
14798
+ prompt?: string | undefined;
14733
14799
  code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14734
14800
  code_challenge?: string | undefined;
14801
+ ui_locales?: string | undefined;
14735
14802
  max_age?: number | undefined;
14736
14803
  acr_values?: string | undefined;
14737
14804
  claims?: {
@@ -14862,14 +14929,14 @@ export declare function init(config: AuthHeroConfig): {
14862
14929
  input: {
14863
14930
  form: {
14864
14931
  token: string;
14865
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14932
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14866
14933
  client_id?: string | undefined;
14867
14934
  client_secret?: string | undefined;
14868
14935
  };
14869
14936
  } & {
14870
14937
  json: {
14871
14938
  token: string;
14872
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14939
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14873
14940
  client_id?: string | undefined;
14874
14941
  client_secret?: string | undefined;
14875
14942
  };
@@ -14881,14 +14948,14 @@ export declare function init(config: AuthHeroConfig): {
14881
14948
  input: {
14882
14949
  form: {
14883
14950
  token: string;
14884
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14951
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14885
14952
  client_id?: string | undefined;
14886
14953
  client_secret?: string | undefined;
14887
14954
  };
14888
14955
  } & {
14889
14956
  json: {
14890
14957
  token: string;
14891
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14958
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14892
14959
  client_id?: string | undefined;
14893
14960
  client_secret?: string | undefined;
14894
14961
  };
@@ -14903,14 +14970,14 @@ export declare function init(config: AuthHeroConfig): {
14903
14970
  input: {
14904
14971
  form: {
14905
14972
  token: string;
14906
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14973
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14907
14974
  client_id?: string | undefined;
14908
14975
  client_secret?: string | undefined;
14909
14976
  };
14910
14977
  } & {
14911
14978
  json: {
14912
14979
  token: string;
14913
- token_type_hint?: "refresh_token" | "access_token" | undefined;
14980
+ token_type_hint?: "access_token" | "refresh_token" | undefined;
14914
14981
  client_id?: string | undefined;
14915
14982
  client_secret?: string | undefined;
14916
14983
  };
@@ -16258,7 +16325,7 @@ export declare function init(config: AuthHeroConfig): {
16258
16325
  } & {
16259
16326
  form: {
16260
16327
  username: string;
16261
- login_selection?: "code" | "password" | undefined;
16328
+ login_selection?: "password" | "code" | undefined;
16262
16329
  };
16263
16330
  };
16264
16331
  output: {};
@@ -16272,7 +16339,7 @@ export declare function init(config: AuthHeroConfig): {
16272
16339
  } & {
16273
16340
  form: {
16274
16341
  username: string;
16275
- login_selection?: "code" | "password" | undefined;
16342
+ login_selection?: "password" | "code" | undefined;
16276
16343
  };
16277
16344
  };
16278
16345
  output: {};
@@ -16637,7 +16704,7 @@ export declare function init(config: AuthHeroConfig): {
16637
16704
  $get: {
16638
16705
  input: {
16639
16706
  param: {
16640
- screen: "login" | "signup" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16707
+ 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";
16641
16708
  };
16642
16709
  } & {
16643
16710
  query: {
@@ -16653,7 +16720,7 @@ export declare function init(config: AuthHeroConfig): {
16653
16720
  } | {
16654
16721
  input: {
16655
16722
  param: {
16656
- screen: "login" | "signup" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16723
+ 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";
16657
16724
  };
16658
16725
  } & {
16659
16726
  query: {
@@ -16669,7 +16736,7 @@ export declare function init(config: AuthHeroConfig): {
16669
16736
  } | {
16670
16737
  input: {
16671
16738
  param: {
16672
- screen: "login" | "signup" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16739
+ 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";
16673
16740
  };
16674
16741
  } & {
16675
16742
  query: {
@@ -16689,7 +16756,7 @@ export declare function init(config: AuthHeroConfig): {
16689
16756
  $post: {
16690
16757
  input: {
16691
16758
  param: {
16692
- screen: "login" | "signup" | "reset-password" | "consent" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16759
+ 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";
16693
16760
  };
16694
16761
  } & {
16695
16762
  query: {
@@ -16707,7 +16774,7 @@ export declare function init(config: AuthHeroConfig): {
16707
16774
  } | {
16708
16775
  input: {
16709
16776
  param: {
16710
- screen: "login" | "signup" | "reset-password" | "consent" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
16777
+ 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";
16711
16778
  };
16712
16779
  } & {
16713
16780
  query: {