authhero 5.13.1 → 5.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/dist/assets/u/widget/index.esm.js +1 -1
  2. package/dist/authhero.cjs +133 -133
  3. package/dist/authhero.d.ts +246 -195
  4. package/dist/authhero.mjs +10592 -10388
  5. package/dist/stats.html +1 -1
  6. package/dist/tsconfig.types.tsbuildinfo +1 -1
  7. package/dist/types/authentication-flows/password.d.ts +1 -1
  8. package/dist/types/authentication-flows/passwordless.d.ts +1 -0
  9. package/dist/types/emails/index.d.ts +1 -1
  10. package/dist/types/helpers/cimd.d.ts +32 -0
  11. package/dist/types/helpers/client.d.ts +3 -18
  12. package/dist/types/helpers/connection.d.ts +40 -0
  13. package/dist/types/helpers/dcr/metadata-mapping.d.ts +2 -2
  14. package/dist/types/index.d.ts +245 -195
  15. package/dist/types/routes/auth-api/account.d.ts +2 -2
  16. package/dist/types/routes/auth-api/index.d.ts +50 -16
  17. package/dist/types/routes/auth-api/oidc-logout.d.ts +2 -2
  18. package/dist/types/routes/auth-api/passwordless.d.ts +12 -12
  19. package/dist/types/routes/auth-api/register/index.d.ts +2 -2
  20. package/dist/types/routes/auth-api/well-known.d.ts +34 -0
  21. package/dist/types/routes/management-api/action-executions.d.ts +2 -2
  22. package/dist/types/routes/management-api/actions.d.ts +1 -1
  23. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  24. package/dist/types/routes/management-api/clients.d.ts +13 -13
  25. package/dist/types/routes/management-api/connections.d.ts +1 -1
  26. package/dist/types/routes/management-api/custom-domains.d.ts +13 -13
  27. package/dist/types/routes/management-api/email-templates.d.ts +14 -14
  28. package/dist/types/routes/management-api/failed-events.d.ts +1 -1
  29. package/dist/types/routes/management-api/flows.d.ts +7 -7
  30. package/dist/types/routes/management-api/index.d.ts +173 -173
  31. package/dist/types/routes/management-api/logs.d.ts +3 -3
  32. package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
  33. package/dist/types/routes/management-api/organizations.d.ts +2 -2
  34. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  35. package/dist/types/routes/management-api/tenants.d.ts +3 -0
  36. package/dist/types/routes/management-api/users.d.ts +2 -2
  37. package/dist/types/routes/universal-login/common.d.ts +4 -0
  38. package/dist/types/routes/universal-login/error-page.d.ts +2 -1
  39. package/dist/types/routes/universal-login/flow-api.d.ts +8 -8
  40. package/dist/types/routes/universal-login/u2-index.d.ts +22 -6
  41. package/dist/types/routes/universal-login/u2-routes.d.ts +22 -6
  42. package/dist/types/utils/ssrf-fetch.d.ts +8 -0
  43. package/dist/types/variables.d.ts +1 -1
  44. package/package.json +6 -6
@@ -79,7 +79,7 @@ export declare function init(config: AuthHeroConfig): {
79
79
  };
80
80
  } & {
81
81
  json: {
82
- type: "email" | "push" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
82
+ type: "email" | "passkey" | "push" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
83
83
  phone_number?: string | undefined;
84
84
  totp_secret?: string | undefined;
85
85
  credential_id?: string | undefined;
@@ -219,7 +219,7 @@ export declare function init(config: AuthHeroConfig): {
219
219
  };
220
220
  };
221
221
  output: {
222
- name: "email" | "webauthn-roaming" | "webauthn-platform" | "sms" | "otp" | "duo" | "push-notification" | "recovery-code";
222
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
223
223
  enabled: boolean;
224
224
  trial_expired?: boolean | undefined;
225
225
  }[];
@@ -374,7 +374,7 @@ export declare function init(config: AuthHeroConfig): {
374
374
  $get: {
375
375
  input: {
376
376
  param: {
377
- factor_name: "email" | "webauthn-roaming" | "webauthn-platform" | "sms" | "otp" | "duo" | "push-notification" | "recovery-code";
377
+ factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
378
378
  };
379
379
  } & {
380
380
  header: {
@@ -382,7 +382,7 @@ export declare function init(config: AuthHeroConfig): {
382
382
  };
383
383
  };
384
384
  output: {
385
- name: "email" | "webauthn-roaming" | "webauthn-platform" | "sms" | "otp" | "duo" | "push-notification" | "recovery-code";
385
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
386
386
  enabled: boolean;
387
387
  trial_expired?: boolean | undefined;
388
388
  };
@@ -395,7 +395,7 @@ export declare function init(config: AuthHeroConfig): {
395
395
  $put: {
396
396
  input: {
397
397
  param: {
398
- factor_name: "email" | "webauthn-roaming" | "webauthn-platform" | "sms" | "otp" | "duo" | "push-notification" | "recovery-code";
398
+ factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
399
399
  };
400
400
  } & {
401
401
  header: {
@@ -407,7 +407,7 @@ export declare function init(config: AuthHeroConfig): {
407
407
  };
408
408
  };
409
409
  output: {
410
- name: "email" | "webauthn-roaming" | "webauthn-platform" | "sms" | "otp" | "duo" | "push-notification" | "recovery-code";
410
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
411
411
  enabled: boolean;
412
412
  trial_expired?: boolean | undefined;
413
413
  };
@@ -1153,11 +1153,11 @@ export declare function init(config: AuthHeroConfig): {
1153
1153
  email?: string | undefined;
1154
1154
  };
1155
1155
  id?: string | undefined;
1156
- connection_id?: string | undefined;
1157
1156
  app_metadata?: Record<string, any> | undefined;
1158
1157
  user_metadata?: Record<string, any> | undefined;
1159
- ttl_sec?: number | undefined;
1158
+ connection_id?: string | undefined;
1160
1159
  roles?: string[] | undefined;
1160
+ ttl_sec?: number | undefined;
1161
1161
  send_invitation_email?: boolean | undefined;
1162
1162
  };
1163
1163
  };
@@ -2007,7 +2007,7 @@ export declare function init(config: AuthHeroConfig): {
2007
2007
  type: "REDIRECT";
2008
2008
  action: "REDIRECT_USER";
2009
2009
  params: {
2010
- target: "custom" | "change-email" | "account";
2010
+ target: "custom" | "account" | "change-email";
2011
2011
  custom_url?: string | undefined;
2012
2012
  };
2013
2013
  alias?: string | undefined;
@@ -2060,7 +2060,7 @@ export declare function init(config: AuthHeroConfig): {
2060
2060
  type: "REDIRECT";
2061
2061
  action: "REDIRECT_USER";
2062
2062
  params: {
2063
- target: "custom" | "change-email" | "account";
2063
+ target: "custom" | "account" | "change-email";
2064
2064
  custom_url?: string | undefined;
2065
2065
  };
2066
2066
  alias?: string | undefined;
@@ -2128,7 +2128,7 @@ export declare function init(config: AuthHeroConfig): {
2128
2128
  type: "REDIRECT";
2129
2129
  action: "REDIRECT_USER";
2130
2130
  params: {
2131
- target: "custom" | "change-email" | "account";
2131
+ target: "custom" | "account" | "change-email";
2132
2132
  custom_url?: string | undefined;
2133
2133
  };
2134
2134
  alias?: string | undefined;
@@ -2209,7 +2209,7 @@ export declare function init(config: AuthHeroConfig): {
2209
2209
  type: "REDIRECT";
2210
2210
  action: "REDIRECT_USER";
2211
2211
  params: {
2212
- target: "custom" | "change-email" | "account";
2212
+ target: "custom" | "account" | "change-email";
2213
2213
  custom_url?: string | undefined;
2214
2214
  };
2215
2215
  alias?: string | undefined;
@@ -2257,7 +2257,7 @@ export declare function init(config: AuthHeroConfig): {
2257
2257
  type: "REDIRECT";
2258
2258
  action: "REDIRECT_USER";
2259
2259
  params: {
2260
- target: "custom" | "change-email" | "account";
2260
+ target: "custom" | "account" | "change-email";
2261
2261
  custom_url?: string | undefined;
2262
2262
  };
2263
2263
  alias?: string | undefined;
@@ -2317,7 +2317,7 @@ export declare function init(config: AuthHeroConfig): {
2317
2317
  type: "REDIRECT";
2318
2318
  action: "REDIRECT_USER";
2319
2319
  params: {
2320
- target: "custom" | "change-email" | "account";
2320
+ target: "custom" | "account" | "change-email";
2321
2321
  custom_url?: string | undefined;
2322
2322
  };
2323
2323
  alias?: string | undefined;
@@ -2365,7 +2365,7 @@ export declare function init(config: AuthHeroConfig): {
2365
2365
  type: "REDIRECT";
2366
2366
  action: "REDIRECT_USER";
2367
2367
  params: {
2368
- target: "custom" | "change-email" | "account";
2368
+ target: "custom" | "account" | "change-email";
2369
2369
  custom_url?: string | undefined;
2370
2370
  };
2371
2371
  alias?: string | undefined;
@@ -2583,7 +2583,7 @@ export declare function init(config: AuthHeroConfig): {
2583
2583
  hint?: string | undefined;
2584
2584
  messages?: {
2585
2585
  text: string;
2586
- type: "success" | "error" | "info" | "warning";
2586
+ type: "error" | "success" | "info" | "warning";
2587
2587
  id?: number | undefined;
2588
2588
  }[] | undefined;
2589
2589
  required?: boolean | undefined;
@@ -2601,7 +2601,7 @@ export declare function init(config: AuthHeroConfig): {
2601
2601
  hint?: string | undefined;
2602
2602
  messages?: {
2603
2603
  text: string;
2604
- type: "success" | "error" | "info" | "warning";
2604
+ type: "error" | "success" | "info" | "warning";
2605
2605
  id?: number | undefined;
2606
2606
  }[] | undefined;
2607
2607
  required?: boolean | undefined;
@@ -2625,7 +2625,7 @@ export declare function init(config: AuthHeroConfig): {
2625
2625
  hint?: string | undefined;
2626
2626
  messages?: {
2627
2627
  text: string;
2628
- type: "success" | "error" | "info" | "warning";
2628
+ type: "error" | "success" | "info" | "warning";
2629
2629
  id?: number | undefined;
2630
2630
  }[] | undefined;
2631
2631
  required?: boolean | undefined;
@@ -2649,7 +2649,7 @@ export declare function init(config: AuthHeroConfig): {
2649
2649
  hint?: string | undefined;
2650
2650
  messages?: {
2651
2651
  text: string;
2652
- type: "success" | "error" | "info" | "warning";
2652
+ type: "error" | "success" | "info" | "warning";
2653
2653
  id?: number | undefined;
2654
2654
  }[] | undefined;
2655
2655
  required?: boolean | undefined;
@@ -2678,7 +2678,7 @@ export declare function init(config: AuthHeroConfig): {
2678
2678
  hint?: string | undefined;
2679
2679
  messages?: {
2680
2680
  text: string;
2681
- type: "success" | "error" | "info" | "warning";
2681
+ type: "error" | "success" | "info" | "warning";
2682
2682
  id?: number | undefined;
2683
2683
  }[] | undefined;
2684
2684
  required?: boolean | undefined;
@@ -2693,7 +2693,7 @@ export declare function init(config: AuthHeroConfig): {
2693
2693
  hint?: string | undefined;
2694
2694
  messages?: {
2695
2695
  text: string;
2696
- type: "success" | "error" | "info" | "warning";
2696
+ type: "error" | "success" | "info" | "warning";
2697
2697
  id?: number | undefined;
2698
2698
  }[] | undefined;
2699
2699
  required?: boolean | undefined;
@@ -2714,7 +2714,7 @@ export declare function init(config: AuthHeroConfig): {
2714
2714
  hint?: string | undefined;
2715
2715
  messages?: {
2716
2716
  text: string;
2717
- type: "success" | "error" | "info" | "warning";
2717
+ type: "error" | "success" | "info" | "warning";
2718
2718
  id?: number | undefined;
2719
2719
  }[] | undefined;
2720
2720
  required?: boolean | undefined;
@@ -2739,7 +2739,7 @@ export declare function init(config: AuthHeroConfig): {
2739
2739
  hint?: string | undefined;
2740
2740
  messages?: {
2741
2741
  text: string;
2742
- type: "success" | "error" | "info" | "warning";
2742
+ type: "error" | "success" | "info" | "warning";
2743
2743
  id?: number | undefined;
2744
2744
  }[] | undefined;
2745
2745
  required?: boolean | undefined;
@@ -2758,7 +2758,7 @@ export declare function init(config: AuthHeroConfig): {
2758
2758
  hint?: string | undefined;
2759
2759
  messages?: {
2760
2760
  text: string;
2761
- type: "success" | "error" | "info" | "warning";
2761
+ type: "error" | "success" | "info" | "warning";
2762
2762
  id?: number | undefined;
2763
2763
  }[] | undefined;
2764
2764
  required?: boolean | undefined;
@@ -2778,7 +2778,7 @@ export declare function init(config: AuthHeroConfig): {
2778
2778
  hint?: string | undefined;
2779
2779
  messages?: {
2780
2780
  text: string;
2781
- type: "success" | "error" | "info" | "warning";
2781
+ type: "error" | "success" | "info" | "warning";
2782
2782
  id?: number | undefined;
2783
2783
  }[] | undefined;
2784
2784
  required?: boolean | undefined;
@@ -2797,7 +2797,7 @@ export declare function init(config: AuthHeroConfig): {
2797
2797
  hint?: string | undefined;
2798
2798
  messages?: {
2799
2799
  text: string;
2800
- type: "success" | "error" | "info" | "warning";
2800
+ type: "error" | "success" | "info" | "warning";
2801
2801
  id?: number | undefined;
2802
2802
  }[] | undefined;
2803
2803
  required?: boolean | undefined;
@@ -2819,7 +2819,7 @@ export declare function init(config: AuthHeroConfig): {
2819
2819
  hint?: string | undefined;
2820
2820
  messages?: {
2821
2821
  text: string;
2822
- type: "success" | "error" | "info" | "warning";
2822
+ type: "error" | "success" | "info" | "warning";
2823
2823
  id?: number | undefined;
2824
2824
  }[] | undefined;
2825
2825
  required?: boolean | undefined;
@@ -2841,7 +2841,7 @@ export declare function init(config: AuthHeroConfig): {
2841
2841
  hint?: string | undefined;
2842
2842
  messages?: {
2843
2843
  text: string;
2844
- type: "success" | "error" | "info" | "warning";
2844
+ type: "error" | "success" | "info" | "warning";
2845
2845
  id?: number | undefined;
2846
2846
  }[] | undefined;
2847
2847
  required?: boolean | undefined;
@@ -2860,7 +2860,7 @@ export declare function init(config: AuthHeroConfig): {
2860
2860
  hint?: string | undefined;
2861
2861
  messages?: {
2862
2862
  text: string;
2863
- type: "success" | "error" | "info" | "warning";
2863
+ type: "error" | "success" | "info" | "warning";
2864
2864
  id?: number | undefined;
2865
2865
  }[] | undefined;
2866
2866
  required?: boolean | undefined;
@@ -2885,7 +2885,7 @@ export declare function init(config: AuthHeroConfig): {
2885
2885
  hint?: string | undefined;
2886
2886
  messages?: {
2887
2887
  text: string;
2888
- type: "success" | "error" | "info" | "warning";
2888
+ type: "error" | "success" | "info" | "warning";
2889
2889
  id?: number | undefined;
2890
2890
  }[] | undefined;
2891
2891
  required?: boolean | undefined;
@@ -2906,7 +2906,7 @@ export declare function init(config: AuthHeroConfig): {
2906
2906
  hint?: string | undefined;
2907
2907
  messages?: {
2908
2908
  text: string;
2909
- type: "success" | "error" | "info" | "warning";
2909
+ type: "error" | "success" | "info" | "warning";
2910
2910
  id?: number | undefined;
2911
2911
  }[] | undefined;
2912
2912
  required?: boolean | undefined;
@@ -2927,7 +2927,7 @@ export declare function init(config: AuthHeroConfig): {
2927
2927
  hint?: string | undefined;
2928
2928
  messages?: {
2929
2929
  text: string;
2930
- type: "success" | "error" | "info" | "warning";
2930
+ type: "error" | "success" | "info" | "warning";
2931
2931
  id?: number | undefined;
2932
2932
  }[] | undefined;
2933
2933
  required?: boolean | undefined;
@@ -3160,7 +3160,7 @@ export declare function init(config: AuthHeroConfig): {
3160
3160
  hint?: string | undefined;
3161
3161
  messages?: {
3162
3162
  text: string;
3163
- type: "success" | "error" | "info" | "warning";
3163
+ type: "error" | "success" | "info" | "warning";
3164
3164
  id?: number | undefined;
3165
3165
  }[] | undefined;
3166
3166
  required?: boolean | undefined;
@@ -3178,7 +3178,7 @@ export declare function init(config: AuthHeroConfig): {
3178
3178
  hint?: string | undefined;
3179
3179
  messages?: {
3180
3180
  text: string;
3181
- type: "success" | "error" | "info" | "warning";
3181
+ type: "error" | "success" | "info" | "warning";
3182
3182
  id?: number | undefined;
3183
3183
  }[] | undefined;
3184
3184
  required?: boolean | undefined;
@@ -3202,7 +3202,7 @@ export declare function init(config: AuthHeroConfig): {
3202
3202
  hint?: string | undefined;
3203
3203
  messages?: {
3204
3204
  text: string;
3205
- type: "success" | "error" | "info" | "warning";
3205
+ type: "error" | "success" | "info" | "warning";
3206
3206
  id?: number | undefined;
3207
3207
  }[] | undefined;
3208
3208
  required?: boolean | undefined;
@@ -3226,7 +3226,7 @@ export declare function init(config: AuthHeroConfig): {
3226
3226
  hint?: string | undefined;
3227
3227
  messages?: {
3228
3228
  text: string;
3229
- type: "success" | "error" | "info" | "warning";
3229
+ type: "error" | "success" | "info" | "warning";
3230
3230
  id?: number | undefined;
3231
3231
  }[] | undefined;
3232
3232
  required?: boolean | undefined;
@@ -3255,7 +3255,7 @@ export declare function init(config: AuthHeroConfig): {
3255
3255
  hint?: string | undefined;
3256
3256
  messages?: {
3257
3257
  text: string;
3258
- type: "success" | "error" | "info" | "warning";
3258
+ type: "error" | "success" | "info" | "warning";
3259
3259
  id?: number | undefined;
3260
3260
  }[] | undefined;
3261
3261
  required?: boolean | undefined;
@@ -3270,7 +3270,7 @@ export declare function init(config: AuthHeroConfig): {
3270
3270
  hint?: string | undefined;
3271
3271
  messages?: {
3272
3272
  text: string;
3273
- type: "success" | "error" | "info" | "warning";
3273
+ type: "error" | "success" | "info" | "warning";
3274
3274
  id?: number | undefined;
3275
3275
  }[] | undefined;
3276
3276
  required?: boolean | undefined;
@@ -3291,7 +3291,7 @@ export declare function init(config: AuthHeroConfig): {
3291
3291
  hint?: string | undefined;
3292
3292
  messages?: {
3293
3293
  text: string;
3294
- type: "success" | "error" | "info" | "warning";
3294
+ type: "error" | "success" | "info" | "warning";
3295
3295
  id?: number | undefined;
3296
3296
  }[] | undefined;
3297
3297
  required?: boolean | undefined;
@@ -3316,7 +3316,7 @@ export declare function init(config: AuthHeroConfig): {
3316
3316
  hint?: string | undefined;
3317
3317
  messages?: {
3318
3318
  text: string;
3319
- type: "success" | "error" | "info" | "warning";
3319
+ type: "error" | "success" | "info" | "warning";
3320
3320
  id?: number | undefined;
3321
3321
  }[] | undefined;
3322
3322
  required?: boolean | undefined;
@@ -3335,7 +3335,7 @@ export declare function init(config: AuthHeroConfig): {
3335
3335
  hint?: string | undefined;
3336
3336
  messages?: {
3337
3337
  text: string;
3338
- type: "success" | "error" | "info" | "warning";
3338
+ type: "error" | "success" | "info" | "warning";
3339
3339
  id?: number | undefined;
3340
3340
  }[] | undefined;
3341
3341
  required?: boolean | undefined;
@@ -3355,7 +3355,7 @@ export declare function init(config: AuthHeroConfig): {
3355
3355
  hint?: string | undefined;
3356
3356
  messages?: {
3357
3357
  text: string;
3358
- type: "success" | "error" | "info" | "warning";
3358
+ type: "error" | "success" | "info" | "warning";
3359
3359
  id?: number | undefined;
3360
3360
  }[] | undefined;
3361
3361
  required?: boolean | undefined;
@@ -3374,7 +3374,7 @@ export declare function init(config: AuthHeroConfig): {
3374
3374
  hint?: string | undefined;
3375
3375
  messages?: {
3376
3376
  text: string;
3377
- type: "success" | "error" | "info" | "warning";
3377
+ type: "error" | "success" | "info" | "warning";
3378
3378
  id?: number | undefined;
3379
3379
  }[] | undefined;
3380
3380
  required?: boolean | undefined;
@@ -3396,7 +3396,7 @@ export declare function init(config: AuthHeroConfig): {
3396
3396
  hint?: string | undefined;
3397
3397
  messages?: {
3398
3398
  text: string;
3399
- type: "success" | "error" | "info" | "warning";
3399
+ type: "error" | "success" | "info" | "warning";
3400
3400
  id?: number | undefined;
3401
3401
  }[] | undefined;
3402
3402
  required?: boolean | undefined;
@@ -3418,7 +3418,7 @@ export declare function init(config: AuthHeroConfig): {
3418
3418
  hint?: string | undefined;
3419
3419
  messages?: {
3420
3420
  text: string;
3421
- type: "success" | "error" | "info" | "warning";
3421
+ type: "error" | "success" | "info" | "warning";
3422
3422
  id?: number | undefined;
3423
3423
  }[] | undefined;
3424
3424
  required?: boolean | undefined;
@@ -3437,7 +3437,7 @@ export declare function init(config: AuthHeroConfig): {
3437
3437
  hint?: string | undefined;
3438
3438
  messages?: {
3439
3439
  text: string;
3440
- type: "success" | "error" | "info" | "warning";
3440
+ type: "error" | "success" | "info" | "warning";
3441
3441
  id?: number | undefined;
3442
3442
  }[] | undefined;
3443
3443
  required?: boolean | undefined;
@@ -3462,7 +3462,7 @@ export declare function init(config: AuthHeroConfig): {
3462
3462
  hint?: string | undefined;
3463
3463
  messages?: {
3464
3464
  text: string;
3465
- type: "success" | "error" | "info" | "warning";
3465
+ type: "error" | "success" | "info" | "warning";
3466
3466
  id?: number | undefined;
3467
3467
  }[] | undefined;
3468
3468
  required?: boolean | undefined;
@@ -3483,7 +3483,7 @@ export declare function init(config: AuthHeroConfig): {
3483
3483
  hint?: string | undefined;
3484
3484
  messages?: {
3485
3485
  text: string;
3486
- type: "success" | "error" | "info" | "warning";
3486
+ type: "error" | "success" | "info" | "warning";
3487
3487
  id?: number | undefined;
3488
3488
  }[] | undefined;
3489
3489
  required?: boolean | undefined;
@@ -3504,7 +3504,7 @@ export declare function init(config: AuthHeroConfig): {
3504
3504
  hint?: string | undefined;
3505
3505
  messages?: {
3506
3506
  text: string;
3507
- type: "success" | "error" | "info" | "warning";
3507
+ type: "error" | "success" | "info" | "warning";
3508
3508
  id?: number | undefined;
3509
3509
  }[] | undefined;
3510
3510
  required?: boolean | undefined;
@@ -3752,7 +3752,7 @@ export declare function init(config: AuthHeroConfig): {
3752
3752
  hint?: string | undefined;
3753
3753
  messages?: {
3754
3754
  text: string;
3755
- type: "success" | "error" | "info" | "warning";
3755
+ type: "error" | "success" | "info" | "warning";
3756
3756
  id?: number | undefined;
3757
3757
  }[] | undefined;
3758
3758
  required?: boolean | undefined;
@@ -3770,7 +3770,7 @@ export declare function init(config: AuthHeroConfig): {
3770
3770
  hint?: string | undefined;
3771
3771
  messages?: {
3772
3772
  text: string;
3773
- type: "success" | "error" | "info" | "warning";
3773
+ type: "error" | "success" | "info" | "warning";
3774
3774
  id?: number | undefined;
3775
3775
  }[] | undefined;
3776
3776
  required?: boolean | undefined;
@@ -3794,7 +3794,7 @@ export declare function init(config: AuthHeroConfig): {
3794
3794
  hint?: string | undefined;
3795
3795
  messages?: {
3796
3796
  text: string;
3797
- type: "success" | "error" | "info" | "warning";
3797
+ type: "error" | "success" | "info" | "warning";
3798
3798
  id?: number | undefined;
3799
3799
  }[] | undefined;
3800
3800
  required?: boolean | undefined;
@@ -3818,7 +3818,7 @@ export declare function init(config: AuthHeroConfig): {
3818
3818
  hint?: string | undefined;
3819
3819
  messages?: {
3820
3820
  text: string;
3821
- type: "success" | "error" | "info" | "warning";
3821
+ type: "error" | "success" | "info" | "warning";
3822
3822
  id?: number | undefined;
3823
3823
  }[] | undefined;
3824
3824
  required?: boolean | undefined;
@@ -3847,7 +3847,7 @@ export declare function init(config: AuthHeroConfig): {
3847
3847
  hint?: string | undefined;
3848
3848
  messages?: {
3849
3849
  text: string;
3850
- type: "success" | "error" | "info" | "warning";
3850
+ type: "error" | "success" | "info" | "warning";
3851
3851
  id?: number | undefined;
3852
3852
  }[] | undefined;
3853
3853
  required?: boolean | undefined;
@@ -3862,7 +3862,7 @@ export declare function init(config: AuthHeroConfig): {
3862
3862
  hint?: string | undefined;
3863
3863
  messages?: {
3864
3864
  text: string;
3865
- type: "success" | "error" | "info" | "warning";
3865
+ type: "error" | "success" | "info" | "warning";
3866
3866
  id?: number | undefined;
3867
3867
  }[] | undefined;
3868
3868
  required?: boolean | undefined;
@@ -3883,7 +3883,7 @@ export declare function init(config: AuthHeroConfig): {
3883
3883
  hint?: string | undefined;
3884
3884
  messages?: {
3885
3885
  text: string;
3886
- type: "success" | "error" | "info" | "warning";
3886
+ type: "error" | "success" | "info" | "warning";
3887
3887
  id?: number | undefined;
3888
3888
  }[] | undefined;
3889
3889
  required?: boolean | undefined;
@@ -3908,7 +3908,7 @@ export declare function init(config: AuthHeroConfig): {
3908
3908
  hint?: string | undefined;
3909
3909
  messages?: {
3910
3910
  text: string;
3911
- type: "success" | "error" | "info" | "warning";
3911
+ type: "error" | "success" | "info" | "warning";
3912
3912
  id?: number | undefined;
3913
3913
  }[] | undefined;
3914
3914
  required?: boolean | undefined;
@@ -3927,7 +3927,7 @@ export declare function init(config: AuthHeroConfig): {
3927
3927
  hint?: string | undefined;
3928
3928
  messages?: {
3929
3929
  text: string;
3930
- type: "success" | "error" | "info" | "warning";
3930
+ type: "error" | "success" | "info" | "warning";
3931
3931
  id?: number | undefined;
3932
3932
  }[] | undefined;
3933
3933
  required?: boolean | undefined;
@@ -3947,7 +3947,7 @@ export declare function init(config: AuthHeroConfig): {
3947
3947
  hint?: string | undefined;
3948
3948
  messages?: {
3949
3949
  text: string;
3950
- type: "success" | "error" | "info" | "warning";
3950
+ type: "error" | "success" | "info" | "warning";
3951
3951
  id?: number | undefined;
3952
3952
  }[] | undefined;
3953
3953
  required?: boolean | undefined;
@@ -3966,7 +3966,7 @@ export declare function init(config: AuthHeroConfig): {
3966
3966
  hint?: string | undefined;
3967
3967
  messages?: {
3968
3968
  text: string;
3969
- type: "success" | "error" | "info" | "warning";
3969
+ type: "error" | "success" | "info" | "warning";
3970
3970
  id?: number | undefined;
3971
3971
  }[] | undefined;
3972
3972
  required?: boolean | undefined;
@@ -3988,7 +3988,7 @@ export declare function init(config: AuthHeroConfig): {
3988
3988
  hint?: string | undefined;
3989
3989
  messages?: {
3990
3990
  text: string;
3991
- type: "success" | "error" | "info" | "warning";
3991
+ type: "error" | "success" | "info" | "warning";
3992
3992
  id?: number | undefined;
3993
3993
  }[] | undefined;
3994
3994
  required?: boolean | undefined;
@@ -4010,7 +4010,7 @@ export declare function init(config: AuthHeroConfig): {
4010
4010
  hint?: string | undefined;
4011
4011
  messages?: {
4012
4012
  text: string;
4013
- type: "success" | "error" | "info" | "warning";
4013
+ type: "error" | "success" | "info" | "warning";
4014
4014
  id?: number | undefined;
4015
4015
  }[] | undefined;
4016
4016
  required?: boolean | undefined;
@@ -4029,7 +4029,7 @@ export declare function init(config: AuthHeroConfig): {
4029
4029
  hint?: string | undefined;
4030
4030
  messages?: {
4031
4031
  text: string;
4032
- type: "success" | "error" | "info" | "warning";
4032
+ type: "error" | "success" | "info" | "warning";
4033
4033
  id?: number | undefined;
4034
4034
  }[] | undefined;
4035
4035
  required?: boolean | undefined;
@@ -4054,7 +4054,7 @@ export declare function init(config: AuthHeroConfig): {
4054
4054
  hint?: string | undefined;
4055
4055
  messages?: {
4056
4056
  text: string;
4057
- type: "success" | "error" | "info" | "warning";
4057
+ type: "error" | "success" | "info" | "warning";
4058
4058
  id?: number | undefined;
4059
4059
  }[] | undefined;
4060
4060
  required?: boolean | undefined;
@@ -4075,7 +4075,7 @@ export declare function init(config: AuthHeroConfig): {
4075
4075
  hint?: string | undefined;
4076
4076
  messages?: {
4077
4077
  text: string;
4078
- type: "success" | "error" | "info" | "warning";
4078
+ type: "error" | "success" | "info" | "warning";
4079
4079
  id?: number | undefined;
4080
4080
  }[] | undefined;
4081
4081
  required?: boolean | undefined;
@@ -4096,7 +4096,7 @@ export declare function init(config: AuthHeroConfig): {
4096
4096
  hint?: string | undefined;
4097
4097
  messages?: {
4098
4098
  text: string;
4099
- type: "success" | "error" | "info" | "warning";
4099
+ type: "error" | "success" | "info" | "warning";
4100
4100
  id?: number | undefined;
4101
4101
  }[] | undefined;
4102
4102
  required?: boolean | undefined;
@@ -4350,7 +4350,7 @@ export declare function init(config: AuthHeroConfig): {
4350
4350
  hint?: string | undefined;
4351
4351
  messages?: {
4352
4352
  text: string;
4353
- type: "success" | "error" | "info" | "warning";
4353
+ type: "error" | "success" | "info" | "warning";
4354
4354
  id?: number | undefined;
4355
4355
  }[] | undefined;
4356
4356
  required?: boolean | undefined;
@@ -4368,7 +4368,7 @@ export declare function init(config: AuthHeroConfig): {
4368
4368
  hint?: string | undefined;
4369
4369
  messages?: {
4370
4370
  text: string;
4371
- type: "success" | "error" | "info" | "warning";
4371
+ type: "error" | "success" | "info" | "warning";
4372
4372
  id?: number | undefined;
4373
4373
  }[] | undefined;
4374
4374
  required?: boolean | undefined;
@@ -4392,7 +4392,7 @@ export declare function init(config: AuthHeroConfig): {
4392
4392
  hint?: string | undefined;
4393
4393
  messages?: {
4394
4394
  text: string;
4395
- type: "success" | "error" | "info" | "warning";
4395
+ type: "error" | "success" | "info" | "warning";
4396
4396
  id?: number | undefined;
4397
4397
  }[] | undefined;
4398
4398
  required?: boolean | undefined;
@@ -4416,7 +4416,7 @@ export declare function init(config: AuthHeroConfig): {
4416
4416
  hint?: string | undefined;
4417
4417
  messages?: {
4418
4418
  text: string;
4419
- type: "success" | "error" | "info" | "warning";
4419
+ type: "error" | "success" | "info" | "warning";
4420
4420
  id?: number | undefined;
4421
4421
  }[] | undefined;
4422
4422
  required?: boolean | undefined;
@@ -4441,7 +4441,7 @@ export declare function init(config: AuthHeroConfig): {
4441
4441
  hint?: string | undefined;
4442
4442
  messages?: {
4443
4443
  text: string;
4444
- type: "success" | "error" | "info" | "warning";
4444
+ type: "error" | "success" | "info" | "warning";
4445
4445
  id?: number | undefined;
4446
4446
  }[] | undefined;
4447
4447
  required?: boolean | undefined;
@@ -4456,7 +4456,7 @@ export declare function init(config: AuthHeroConfig): {
4456
4456
  hint?: string | undefined;
4457
4457
  messages?: {
4458
4458
  text: string;
4459
- type: "success" | "error" | "info" | "warning";
4459
+ type: "error" | "success" | "info" | "warning";
4460
4460
  id?: number | undefined;
4461
4461
  }[] | undefined;
4462
4462
  required?: boolean | undefined;
@@ -4477,7 +4477,7 @@ export declare function init(config: AuthHeroConfig): {
4477
4477
  hint?: string | undefined;
4478
4478
  messages?: {
4479
4479
  text: string;
4480
- type: "success" | "error" | "info" | "warning";
4480
+ type: "error" | "success" | "info" | "warning";
4481
4481
  id?: number | undefined;
4482
4482
  }[] | undefined;
4483
4483
  required?: boolean | undefined;
@@ -4502,7 +4502,7 @@ export declare function init(config: AuthHeroConfig): {
4502
4502
  hint?: string | undefined;
4503
4503
  messages?: {
4504
4504
  text: string;
4505
- type: "success" | "error" | "info" | "warning";
4505
+ type: "error" | "success" | "info" | "warning";
4506
4506
  id?: number | undefined;
4507
4507
  }[] | undefined;
4508
4508
  required?: boolean | undefined;
@@ -4521,7 +4521,7 @@ export declare function init(config: AuthHeroConfig): {
4521
4521
  hint?: string | undefined;
4522
4522
  messages?: {
4523
4523
  text: string;
4524
- type: "success" | "error" | "info" | "warning";
4524
+ type: "error" | "success" | "info" | "warning";
4525
4525
  id?: number | undefined;
4526
4526
  }[] | undefined;
4527
4527
  required?: boolean | undefined;
@@ -4541,7 +4541,7 @@ export declare function init(config: AuthHeroConfig): {
4541
4541
  hint?: string | undefined;
4542
4542
  messages?: {
4543
4543
  text: string;
4544
- type: "success" | "error" | "info" | "warning";
4544
+ type: "error" | "success" | "info" | "warning";
4545
4545
  id?: number | undefined;
4546
4546
  }[] | undefined;
4547
4547
  required?: boolean | undefined;
@@ -4560,7 +4560,7 @@ export declare function init(config: AuthHeroConfig): {
4560
4560
  hint?: string | undefined;
4561
4561
  messages?: {
4562
4562
  text: string;
4563
- type: "success" | "error" | "info" | "warning";
4563
+ type: "error" | "success" | "info" | "warning";
4564
4564
  id?: number | undefined;
4565
4565
  }[] | undefined;
4566
4566
  required?: boolean | undefined;
@@ -4582,7 +4582,7 @@ export declare function init(config: AuthHeroConfig): {
4582
4582
  hint?: string | undefined;
4583
4583
  messages?: {
4584
4584
  text: string;
4585
- type: "success" | "error" | "info" | "warning";
4585
+ type: "error" | "success" | "info" | "warning";
4586
4586
  id?: number | undefined;
4587
4587
  }[] | undefined;
4588
4588
  required?: boolean | undefined;
@@ -4604,7 +4604,7 @@ export declare function init(config: AuthHeroConfig): {
4604
4604
  hint?: string | undefined;
4605
4605
  messages?: {
4606
4606
  text: string;
4607
- type: "success" | "error" | "info" | "warning";
4607
+ type: "error" | "success" | "info" | "warning";
4608
4608
  id?: number | undefined;
4609
4609
  }[] | undefined;
4610
4610
  required?: boolean | undefined;
@@ -4623,7 +4623,7 @@ export declare function init(config: AuthHeroConfig): {
4623
4623
  hint?: string | undefined;
4624
4624
  messages?: {
4625
4625
  text: string;
4626
- type: "success" | "error" | "info" | "warning";
4626
+ type: "error" | "success" | "info" | "warning";
4627
4627
  id?: number | undefined;
4628
4628
  }[] | undefined;
4629
4629
  required?: boolean | undefined;
@@ -4648,7 +4648,7 @@ export declare function init(config: AuthHeroConfig): {
4648
4648
  hint?: string | undefined;
4649
4649
  messages?: {
4650
4650
  text: string;
4651
- type: "success" | "error" | "info" | "warning";
4651
+ type: "error" | "success" | "info" | "warning";
4652
4652
  id?: number | undefined;
4653
4653
  }[] | undefined;
4654
4654
  required?: boolean | undefined;
@@ -4669,7 +4669,7 @@ export declare function init(config: AuthHeroConfig): {
4669
4669
  hint?: string | undefined;
4670
4670
  messages?: {
4671
4671
  text: string;
4672
- type: "success" | "error" | "info" | "warning";
4672
+ type: "error" | "success" | "info" | "warning";
4673
4673
  id?: number | undefined;
4674
4674
  }[] | undefined;
4675
4675
  required?: boolean | undefined;
@@ -4690,7 +4690,7 @@ export declare function init(config: AuthHeroConfig): {
4690
4690
  hint?: string | undefined;
4691
4691
  messages?: {
4692
4692
  text: string;
4693
- type: "success" | "error" | "info" | "warning";
4693
+ type: "error" | "success" | "info" | "warning";
4694
4694
  id?: number | undefined;
4695
4695
  }[] | undefined;
4696
4696
  required?: boolean | undefined;
@@ -4921,7 +4921,7 @@ export declare function init(config: AuthHeroConfig): {
4921
4921
  hint?: string | undefined;
4922
4922
  messages?: {
4923
4923
  text: string;
4924
- type: "success" | "error" | "info" | "warning";
4924
+ type: "error" | "success" | "info" | "warning";
4925
4925
  id?: number | undefined;
4926
4926
  }[] | undefined;
4927
4927
  required?: boolean | undefined;
@@ -4939,7 +4939,7 @@ export declare function init(config: AuthHeroConfig): {
4939
4939
  hint?: string | undefined;
4940
4940
  messages?: {
4941
4941
  text: string;
4942
- type: "success" | "error" | "info" | "warning";
4942
+ type: "error" | "success" | "info" | "warning";
4943
4943
  id?: number | undefined;
4944
4944
  }[] | undefined;
4945
4945
  required?: boolean | undefined;
@@ -4963,7 +4963,7 @@ export declare function init(config: AuthHeroConfig): {
4963
4963
  hint?: string | undefined;
4964
4964
  messages?: {
4965
4965
  text: string;
4966
- type: "success" | "error" | "info" | "warning";
4966
+ type: "error" | "success" | "info" | "warning";
4967
4967
  id?: number | undefined;
4968
4968
  }[] | undefined;
4969
4969
  required?: boolean | undefined;
@@ -4987,7 +4987,7 @@ export declare function init(config: AuthHeroConfig): {
4987
4987
  hint?: string | undefined;
4988
4988
  messages?: {
4989
4989
  text: string;
4990
- type: "success" | "error" | "info" | "warning";
4990
+ type: "error" | "success" | "info" | "warning";
4991
4991
  id?: number | undefined;
4992
4992
  }[] | undefined;
4993
4993
  required?: boolean | undefined;
@@ -5016,7 +5016,7 @@ export declare function init(config: AuthHeroConfig): {
5016
5016
  hint?: string | undefined;
5017
5017
  messages?: {
5018
5018
  text: string;
5019
- type: "success" | "error" | "info" | "warning";
5019
+ type: "error" | "success" | "info" | "warning";
5020
5020
  id?: number | undefined;
5021
5021
  }[] | undefined;
5022
5022
  required?: boolean | undefined;
@@ -5031,7 +5031,7 @@ export declare function init(config: AuthHeroConfig): {
5031
5031
  hint?: string | undefined;
5032
5032
  messages?: {
5033
5033
  text: string;
5034
- type: "success" | "error" | "info" | "warning";
5034
+ type: "error" | "success" | "info" | "warning";
5035
5035
  id?: number | undefined;
5036
5036
  }[] | undefined;
5037
5037
  required?: boolean | undefined;
@@ -5052,7 +5052,7 @@ export declare function init(config: AuthHeroConfig): {
5052
5052
  hint?: string | undefined;
5053
5053
  messages?: {
5054
5054
  text: string;
5055
- type: "success" | "error" | "info" | "warning";
5055
+ type: "error" | "success" | "info" | "warning";
5056
5056
  id?: number | undefined;
5057
5057
  }[] | undefined;
5058
5058
  required?: boolean | undefined;
@@ -5077,7 +5077,7 @@ export declare function init(config: AuthHeroConfig): {
5077
5077
  hint?: string | undefined;
5078
5078
  messages?: {
5079
5079
  text: string;
5080
- type: "success" | "error" | "info" | "warning";
5080
+ type: "error" | "success" | "info" | "warning";
5081
5081
  id?: number | undefined;
5082
5082
  }[] | undefined;
5083
5083
  required?: boolean | undefined;
@@ -5096,7 +5096,7 @@ export declare function init(config: AuthHeroConfig): {
5096
5096
  hint?: string | undefined;
5097
5097
  messages?: {
5098
5098
  text: string;
5099
- type: "success" | "error" | "info" | "warning";
5099
+ type: "error" | "success" | "info" | "warning";
5100
5100
  id?: number | undefined;
5101
5101
  }[] | undefined;
5102
5102
  required?: boolean | undefined;
@@ -5116,7 +5116,7 @@ export declare function init(config: AuthHeroConfig): {
5116
5116
  hint?: string | undefined;
5117
5117
  messages?: {
5118
5118
  text: string;
5119
- type: "success" | "error" | "info" | "warning";
5119
+ type: "error" | "success" | "info" | "warning";
5120
5120
  id?: number | undefined;
5121
5121
  }[] | undefined;
5122
5122
  required?: boolean | undefined;
@@ -5135,7 +5135,7 @@ export declare function init(config: AuthHeroConfig): {
5135
5135
  hint?: string | undefined;
5136
5136
  messages?: {
5137
5137
  text: string;
5138
- type: "success" | "error" | "info" | "warning";
5138
+ type: "error" | "success" | "info" | "warning";
5139
5139
  id?: number | undefined;
5140
5140
  }[] | undefined;
5141
5141
  required?: boolean | undefined;
@@ -5157,7 +5157,7 @@ export declare function init(config: AuthHeroConfig): {
5157
5157
  hint?: string | undefined;
5158
5158
  messages?: {
5159
5159
  text: string;
5160
- type: "success" | "error" | "info" | "warning";
5160
+ type: "error" | "success" | "info" | "warning";
5161
5161
  id?: number | undefined;
5162
5162
  }[] | undefined;
5163
5163
  required?: boolean | undefined;
@@ -5179,7 +5179,7 @@ export declare function init(config: AuthHeroConfig): {
5179
5179
  hint?: string | undefined;
5180
5180
  messages?: {
5181
5181
  text: string;
5182
- type: "success" | "error" | "info" | "warning";
5182
+ type: "error" | "success" | "info" | "warning";
5183
5183
  id?: number | undefined;
5184
5184
  }[] | undefined;
5185
5185
  required?: boolean | undefined;
@@ -5198,7 +5198,7 @@ export declare function init(config: AuthHeroConfig): {
5198
5198
  hint?: string | undefined;
5199
5199
  messages?: {
5200
5200
  text: string;
5201
- type: "success" | "error" | "info" | "warning";
5201
+ type: "error" | "success" | "info" | "warning";
5202
5202
  id?: number | undefined;
5203
5203
  }[] | undefined;
5204
5204
  required?: boolean | undefined;
@@ -5223,7 +5223,7 @@ export declare function init(config: AuthHeroConfig): {
5223
5223
  hint?: string | undefined;
5224
5224
  messages?: {
5225
5225
  text: string;
5226
- type: "success" | "error" | "info" | "warning";
5226
+ type: "error" | "success" | "info" | "warning";
5227
5227
  id?: number | undefined;
5228
5228
  }[] | undefined;
5229
5229
  required?: boolean | undefined;
@@ -5244,7 +5244,7 @@ export declare function init(config: AuthHeroConfig): {
5244
5244
  hint?: string | undefined;
5245
5245
  messages?: {
5246
5246
  text: string;
5247
- type: "success" | "error" | "info" | "warning";
5247
+ type: "error" | "success" | "info" | "warning";
5248
5248
  id?: number | undefined;
5249
5249
  }[] | undefined;
5250
5250
  required?: boolean | undefined;
@@ -5265,7 +5265,7 @@ export declare function init(config: AuthHeroConfig): {
5265
5265
  hint?: string | undefined;
5266
5266
  messages?: {
5267
5267
  text: string;
5268
- type: "success" | "error" | "info" | "warning";
5268
+ type: "error" | "success" | "info" | "warning";
5269
5269
  id?: number | undefined;
5270
5270
  }[] | undefined;
5271
5271
  required?: boolean | undefined;
@@ -5498,7 +5498,7 @@ export declare function init(config: AuthHeroConfig): {
5498
5498
  hint?: string | undefined;
5499
5499
  messages?: {
5500
5500
  text: string;
5501
- type: "success" | "error" | "info" | "warning";
5501
+ type: "error" | "success" | "info" | "warning";
5502
5502
  id?: number | undefined;
5503
5503
  }[] | undefined;
5504
5504
  required?: boolean | undefined;
@@ -5516,7 +5516,7 @@ export declare function init(config: AuthHeroConfig): {
5516
5516
  hint?: string | undefined;
5517
5517
  messages?: {
5518
5518
  text: string;
5519
- type: "success" | "error" | "info" | "warning";
5519
+ type: "error" | "success" | "info" | "warning";
5520
5520
  id?: number | undefined;
5521
5521
  }[] | undefined;
5522
5522
  required?: boolean | undefined;
@@ -5540,7 +5540,7 @@ export declare function init(config: AuthHeroConfig): {
5540
5540
  hint?: string | undefined;
5541
5541
  messages?: {
5542
5542
  text: string;
5543
- type: "success" | "error" | "info" | "warning";
5543
+ type: "error" | "success" | "info" | "warning";
5544
5544
  id?: number | undefined;
5545
5545
  }[] | undefined;
5546
5546
  required?: boolean | undefined;
@@ -5564,7 +5564,7 @@ export declare function init(config: AuthHeroConfig): {
5564
5564
  hint?: string | undefined;
5565
5565
  messages?: {
5566
5566
  text: string;
5567
- type: "success" | "error" | "info" | "warning";
5567
+ type: "error" | "success" | "info" | "warning";
5568
5568
  id?: number | undefined;
5569
5569
  }[] | undefined;
5570
5570
  required?: boolean | undefined;
@@ -5589,7 +5589,7 @@ export declare function init(config: AuthHeroConfig): {
5589
5589
  hint?: string | undefined;
5590
5590
  messages?: {
5591
5591
  text: string;
5592
- type: "success" | "error" | "info" | "warning";
5592
+ type: "error" | "success" | "info" | "warning";
5593
5593
  id?: number | undefined;
5594
5594
  }[] | undefined;
5595
5595
  required?: boolean | undefined;
@@ -5604,7 +5604,7 @@ export declare function init(config: AuthHeroConfig): {
5604
5604
  hint?: string | undefined;
5605
5605
  messages?: {
5606
5606
  text: string;
5607
- type: "success" | "error" | "info" | "warning";
5607
+ type: "error" | "success" | "info" | "warning";
5608
5608
  id?: number | undefined;
5609
5609
  }[] | undefined;
5610
5610
  required?: boolean | undefined;
@@ -5625,7 +5625,7 @@ export declare function init(config: AuthHeroConfig): {
5625
5625
  hint?: string | undefined;
5626
5626
  messages?: {
5627
5627
  text: string;
5628
- type: "success" | "error" | "info" | "warning";
5628
+ type: "error" | "success" | "info" | "warning";
5629
5629
  id?: number | undefined;
5630
5630
  }[] | undefined;
5631
5631
  required?: boolean | undefined;
@@ -5650,7 +5650,7 @@ export declare function init(config: AuthHeroConfig): {
5650
5650
  hint?: string | undefined;
5651
5651
  messages?: {
5652
5652
  text: string;
5653
- type: "success" | "error" | "info" | "warning";
5653
+ type: "error" | "success" | "info" | "warning";
5654
5654
  id?: number | undefined;
5655
5655
  }[] | undefined;
5656
5656
  required?: boolean | undefined;
@@ -5669,7 +5669,7 @@ export declare function init(config: AuthHeroConfig): {
5669
5669
  hint?: string | undefined;
5670
5670
  messages?: {
5671
5671
  text: string;
5672
- type: "success" | "error" | "info" | "warning";
5672
+ type: "error" | "success" | "info" | "warning";
5673
5673
  id?: number | undefined;
5674
5674
  }[] | undefined;
5675
5675
  required?: boolean | undefined;
@@ -5689,7 +5689,7 @@ export declare function init(config: AuthHeroConfig): {
5689
5689
  hint?: string | undefined;
5690
5690
  messages?: {
5691
5691
  text: string;
5692
- type: "success" | "error" | "info" | "warning";
5692
+ type: "error" | "success" | "info" | "warning";
5693
5693
  id?: number | undefined;
5694
5694
  }[] | undefined;
5695
5695
  required?: boolean | undefined;
@@ -5708,7 +5708,7 @@ export declare function init(config: AuthHeroConfig): {
5708
5708
  hint?: string | undefined;
5709
5709
  messages?: {
5710
5710
  text: string;
5711
- type: "success" | "error" | "info" | "warning";
5711
+ type: "error" | "success" | "info" | "warning";
5712
5712
  id?: number | undefined;
5713
5713
  }[] | undefined;
5714
5714
  required?: boolean | undefined;
@@ -5730,7 +5730,7 @@ export declare function init(config: AuthHeroConfig): {
5730
5730
  hint?: string | undefined;
5731
5731
  messages?: {
5732
5732
  text: string;
5733
- type: "success" | "error" | "info" | "warning";
5733
+ type: "error" | "success" | "info" | "warning";
5734
5734
  id?: number | undefined;
5735
5735
  }[] | undefined;
5736
5736
  required?: boolean | undefined;
@@ -5752,7 +5752,7 @@ export declare function init(config: AuthHeroConfig): {
5752
5752
  hint?: string | undefined;
5753
5753
  messages?: {
5754
5754
  text: string;
5755
- type: "success" | "error" | "info" | "warning";
5755
+ type: "error" | "success" | "info" | "warning";
5756
5756
  id?: number | undefined;
5757
5757
  }[] | undefined;
5758
5758
  required?: boolean | undefined;
@@ -5771,7 +5771,7 @@ export declare function init(config: AuthHeroConfig): {
5771
5771
  hint?: string | undefined;
5772
5772
  messages?: {
5773
5773
  text: string;
5774
- type: "success" | "error" | "info" | "warning";
5774
+ type: "error" | "success" | "info" | "warning";
5775
5775
  id?: number | undefined;
5776
5776
  }[] | undefined;
5777
5777
  required?: boolean | undefined;
@@ -5796,7 +5796,7 @@ export declare function init(config: AuthHeroConfig): {
5796
5796
  hint?: string | undefined;
5797
5797
  messages?: {
5798
5798
  text: string;
5799
- type: "success" | "error" | "info" | "warning";
5799
+ type: "error" | "success" | "info" | "warning";
5800
5800
  id?: number | undefined;
5801
5801
  }[] | undefined;
5802
5802
  required?: boolean | undefined;
@@ -5817,7 +5817,7 @@ export declare function init(config: AuthHeroConfig): {
5817
5817
  hint?: string | undefined;
5818
5818
  messages?: {
5819
5819
  text: string;
5820
- type: "success" | "error" | "info" | "warning";
5820
+ type: "error" | "success" | "info" | "warning";
5821
5821
  id?: number | undefined;
5822
5822
  }[] | undefined;
5823
5823
  required?: boolean | undefined;
@@ -5838,7 +5838,7 @@ export declare function init(config: AuthHeroConfig): {
5838
5838
  hint?: string | undefined;
5839
5839
  messages?: {
5840
5840
  text: string;
5841
- type: "success" | "error" | "info" | "warning";
5841
+ type: "error" | "success" | "info" | "warning";
5842
5842
  id?: number | undefined;
5843
5843
  }[] | undefined;
5844
5844
  required?: boolean | undefined;
@@ -6069,7 +6069,7 @@ export declare function init(config: AuthHeroConfig): {
6069
6069
  hint?: string | undefined;
6070
6070
  messages?: {
6071
6071
  text: string;
6072
- type: "success" | "error" | "info" | "warning";
6072
+ type: "error" | "success" | "info" | "warning";
6073
6073
  id?: number | undefined;
6074
6074
  }[] | undefined;
6075
6075
  required?: boolean | undefined;
@@ -6087,7 +6087,7 @@ export declare function init(config: AuthHeroConfig): {
6087
6087
  hint?: string | undefined;
6088
6088
  messages?: {
6089
6089
  text: string;
6090
- type: "success" | "error" | "info" | "warning";
6090
+ type: "error" | "success" | "info" | "warning";
6091
6091
  id?: number | undefined;
6092
6092
  }[] | undefined;
6093
6093
  required?: boolean | undefined;
@@ -6111,7 +6111,7 @@ export declare function init(config: AuthHeroConfig): {
6111
6111
  hint?: string | undefined;
6112
6112
  messages?: {
6113
6113
  text: string;
6114
- type: "success" | "error" | "info" | "warning";
6114
+ type: "error" | "success" | "info" | "warning";
6115
6115
  id?: number | undefined;
6116
6116
  }[] | undefined;
6117
6117
  required?: boolean | undefined;
@@ -6135,7 +6135,7 @@ export declare function init(config: AuthHeroConfig): {
6135
6135
  hint?: string | undefined;
6136
6136
  messages?: {
6137
6137
  text: string;
6138
- type: "success" | "error" | "info" | "warning";
6138
+ type: "error" | "success" | "info" | "warning";
6139
6139
  id?: number | undefined;
6140
6140
  }[] | undefined;
6141
6141
  required?: boolean | undefined;
@@ -6164,7 +6164,7 @@ export declare function init(config: AuthHeroConfig): {
6164
6164
  hint?: string | undefined;
6165
6165
  messages?: {
6166
6166
  text: string;
6167
- type: "success" | "error" | "info" | "warning";
6167
+ type: "error" | "success" | "info" | "warning";
6168
6168
  id?: number | undefined;
6169
6169
  }[] | undefined;
6170
6170
  required?: boolean | undefined;
@@ -6179,7 +6179,7 @@ export declare function init(config: AuthHeroConfig): {
6179
6179
  hint?: string | undefined;
6180
6180
  messages?: {
6181
6181
  text: string;
6182
- type: "success" | "error" | "info" | "warning";
6182
+ type: "error" | "success" | "info" | "warning";
6183
6183
  id?: number | undefined;
6184
6184
  }[] | undefined;
6185
6185
  required?: boolean | undefined;
@@ -6200,7 +6200,7 @@ export declare function init(config: AuthHeroConfig): {
6200
6200
  hint?: string | undefined;
6201
6201
  messages?: {
6202
6202
  text: string;
6203
- type: "success" | "error" | "info" | "warning";
6203
+ type: "error" | "success" | "info" | "warning";
6204
6204
  id?: number | undefined;
6205
6205
  }[] | undefined;
6206
6206
  required?: boolean | undefined;
@@ -6225,7 +6225,7 @@ export declare function init(config: AuthHeroConfig): {
6225
6225
  hint?: string | undefined;
6226
6226
  messages?: {
6227
6227
  text: string;
6228
- type: "success" | "error" | "info" | "warning";
6228
+ type: "error" | "success" | "info" | "warning";
6229
6229
  id?: number | undefined;
6230
6230
  }[] | undefined;
6231
6231
  required?: boolean | undefined;
@@ -6244,7 +6244,7 @@ export declare function init(config: AuthHeroConfig): {
6244
6244
  hint?: string | undefined;
6245
6245
  messages?: {
6246
6246
  text: string;
6247
- type: "success" | "error" | "info" | "warning";
6247
+ type: "error" | "success" | "info" | "warning";
6248
6248
  id?: number | undefined;
6249
6249
  }[] | undefined;
6250
6250
  required?: boolean | undefined;
@@ -6264,7 +6264,7 @@ export declare function init(config: AuthHeroConfig): {
6264
6264
  hint?: string | undefined;
6265
6265
  messages?: {
6266
6266
  text: string;
6267
- type: "success" | "error" | "info" | "warning";
6267
+ type: "error" | "success" | "info" | "warning";
6268
6268
  id?: number | undefined;
6269
6269
  }[] | undefined;
6270
6270
  required?: boolean | undefined;
@@ -6283,7 +6283,7 @@ export declare function init(config: AuthHeroConfig): {
6283
6283
  hint?: string | undefined;
6284
6284
  messages?: {
6285
6285
  text: string;
6286
- type: "success" | "error" | "info" | "warning";
6286
+ type: "error" | "success" | "info" | "warning";
6287
6287
  id?: number | undefined;
6288
6288
  }[] | undefined;
6289
6289
  required?: boolean | undefined;
@@ -6305,7 +6305,7 @@ export declare function init(config: AuthHeroConfig): {
6305
6305
  hint?: string | undefined;
6306
6306
  messages?: {
6307
6307
  text: string;
6308
- type: "success" | "error" | "info" | "warning";
6308
+ type: "error" | "success" | "info" | "warning";
6309
6309
  id?: number | undefined;
6310
6310
  }[] | undefined;
6311
6311
  required?: boolean | undefined;
@@ -6327,7 +6327,7 @@ export declare function init(config: AuthHeroConfig): {
6327
6327
  hint?: string | undefined;
6328
6328
  messages?: {
6329
6329
  text: string;
6330
- type: "success" | "error" | "info" | "warning";
6330
+ type: "error" | "success" | "info" | "warning";
6331
6331
  id?: number | undefined;
6332
6332
  }[] | undefined;
6333
6333
  required?: boolean | undefined;
@@ -6346,7 +6346,7 @@ export declare function init(config: AuthHeroConfig): {
6346
6346
  hint?: string | undefined;
6347
6347
  messages?: {
6348
6348
  text: string;
6349
- type: "success" | "error" | "info" | "warning";
6349
+ type: "error" | "success" | "info" | "warning";
6350
6350
  id?: number | undefined;
6351
6351
  }[] | undefined;
6352
6352
  required?: boolean | undefined;
@@ -6371,7 +6371,7 @@ export declare function init(config: AuthHeroConfig): {
6371
6371
  hint?: string | undefined;
6372
6372
  messages?: {
6373
6373
  text: string;
6374
- type: "success" | "error" | "info" | "warning";
6374
+ type: "error" | "success" | "info" | "warning";
6375
6375
  id?: number | undefined;
6376
6376
  }[] | undefined;
6377
6377
  required?: boolean | undefined;
@@ -6392,7 +6392,7 @@ export declare function init(config: AuthHeroConfig): {
6392
6392
  hint?: string | undefined;
6393
6393
  messages?: {
6394
6394
  text: string;
6395
- type: "success" | "error" | "info" | "warning";
6395
+ type: "error" | "success" | "info" | "warning";
6396
6396
  id?: number | undefined;
6397
6397
  }[] | undefined;
6398
6398
  required?: boolean | undefined;
@@ -6413,7 +6413,7 @@ export declare function init(config: AuthHeroConfig): {
6413
6413
  hint?: string | undefined;
6414
6414
  messages?: {
6415
6415
  text: string;
6416
- type: "success" | "error" | "info" | "warning";
6416
+ type: "error" | "success" | "info" | "warning";
6417
6417
  id?: number | undefined;
6418
6418
  }[] | undefined;
6419
6419
  required?: boolean | undefined;
@@ -6643,7 +6643,7 @@ export declare function init(config: AuthHeroConfig): {
6643
6643
  };
6644
6644
  };
6645
6645
  output: {
6646
- prompt: "mfa" | "organizations" | "signup" | "status" | "invitation" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6646
+ prompt: "signup" | "status" | "mfa" | "organizations" | "reset-password" | "login" | "mfa-phone" | "invitation" | "email-otp-challenge" | "mfa-login-options" | "email-verification" | "login-id" | "login-password" | "signup-id" | "signup-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
6647
6647
  language: string;
6648
6648
  }[];
6649
6649
  outputFormat: "json";
@@ -6681,7 +6681,7 @@ export declare function init(config: AuthHeroConfig): {
6681
6681
  $get: {
6682
6682
  input: {
6683
6683
  param: {
6684
- prompt: "mfa" | "organizations" | "signup" | "status" | "invitation" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6684
+ prompt: "signup" | "status" | "mfa" | "organizations" | "reset-password" | "login" | "mfa-phone" | "invitation" | "email-otp-challenge" | "mfa-login-options" | "email-verification" | "login-id" | "login-password" | "signup-id" | "signup-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
6685
6685
  language: string;
6686
6686
  };
6687
6687
  } & {
@@ -6703,7 +6703,7 @@ export declare function init(config: AuthHeroConfig): {
6703
6703
  $put: {
6704
6704
  input: {
6705
6705
  param: {
6706
- prompt: "mfa" | "organizations" | "signup" | "status" | "invitation" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6706
+ prompt: "signup" | "status" | "mfa" | "organizations" | "reset-password" | "login" | "mfa-phone" | "invitation" | "email-otp-challenge" | "mfa-login-options" | "email-verification" | "login-id" | "login-password" | "signup-id" | "signup-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
6707
6707
  language: string;
6708
6708
  };
6709
6709
  } & {
@@ -6727,7 +6727,7 @@ export declare function init(config: AuthHeroConfig): {
6727
6727
  $delete: {
6728
6728
  input: {
6729
6729
  param: {
6730
- prompt: "mfa" | "organizations" | "signup" | "status" | "invitation" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6730
+ prompt: "signup" | "status" | "mfa" | "organizations" | "reset-password" | "login" | "mfa-phone" | "invitation" | "email-otp-challenge" | "mfa-login-options" | "email-verification" | "login-id" | "login-password" | "signup-id" | "signup-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
6731
6731
  language: string;
6732
6732
  };
6733
6733
  } & {
@@ -7589,7 +7589,7 @@ export declare function init(config: AuthHeroConfig): {
7589
7589
  };
7590
7590
  } | {
7591
7591
  mode: "inline";
7592
- status: "success" | "error";
7592
+ status: "error" | "success";
7593
7593
  connection_id: string;
7594
7594
  connection_name: string;
7595
7595
  strategy: string;
@@ -8168,7 +8168,7 @@ export declare function init(config: AuthHeroConfig): {
8168
8168
  log_type: string;
8169
8169
  category: "user_action" | "admin_action" | "system" | "api";
8170
8170
  actor: {
8171
- type: "client_credentials" | "user" | "system" | "admin" | "api_key";
8171
+ type: "user" | "client_credentials" | "api_key" | "system" | "admin";
8172
8172
  id?: string | undefined;
8173
8173
  email?: string | undefined;
8174
8174
  org_id?: string | undefined;
@@ -8476,7 +8476,7 @@ export declare function init(config: AuthHeroConfig): {
8476
8476
  created_at: string;
8477
8477
  updated_at: string;
8478
8478
  name: string;
8479
- provider: "auth0" | "cognito" | "okta" | "oidc";
8479
+ provider: "auth0" | "oidc" | "cognito" | "okta";
8480
8480
  connection: string;
8481
8481
  enabled: boolean;
8482
8482
  credentials: {
@@ -8508,7 +8508,7 @@ export declare function init(config: AuthHeroConfig): {
8508
8508
  created_at: string;
8509
8509
  updated_at: string;
8510
8510
  name: string;
8511
- provider: "auth0" | "cognito" | "okta" | "oidc";
8511
+ provider: "auth0" | "oidc" | "cognito" | "okta";
8512
8512
  connection: string;
8513
8513
  enabled: boolean;
8514
8514
  credentials: {
@@ -8534,7 +8534,7 @@ export declare function init(config: AuthHeroConfig): {
8534
8534
  } & {
8535
8535
  json: {
8536
8536
  name: string;
8537
- provider: "auth0" | "cognito" | "okta" | "oidc";
8537
+ provider: "auth0" | "oidc" | "cognito" | "okta";
8538
8538
  connection: string;
8539
8539
  credentials: {
8540
8540
  domain: string;
@@ -8551,7 +8551,7 @@ export declare function init(config: AuthHeroConfig): {
8551
8551
  created_at: string;
8552
8552
  updated_at: string;
8553
8553
  name: string;
8554
- provider: "auth0" | "cognito" | "okta" | "oidc";
8554
+ provider: "auth0" | "oidc" | "cognito" | "okta";
8555
8555
  connection: string;
8556
8556
  enabled: boolean;
8557
8557
  credentials: {
@@ -8582,7 +8582,7 @@ export declare function init(config: AuthHeroConfig): {
8582
8582
  json: {
8583
8583
  id?: string | undefined;
8584
8584
  name?: string | undefined;
8585
- provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
8585
+ provider?: "auth0" | "oidc" | "cognito" | "okta" | undefined;
8586
8586
  connection?: string | undefined;
8587
8587
  enabled?: boolean | undefined;
8588
8588
  credentials?: {
@@ -8598,7 +8598,7 @@ export declare function init(config: AuthHeroConfig): {
8598
8598
  created_at: string;
8599
8599
  updated_at: string;
8600
8600
  name: string;
8601
- provider: "auth0" | "cognito" | "okta" | "oidc";
8601
+ provider: "auth0" | "oidc" | "cognito" | "okta";
8602
8602
  connection: string;
8603
8603
  enabled: boolean;
8604
8604
  credentials: {
@@ -8816,7 +8816,7 @@ export declare function init(config: AuthHeroConfig): {
8816
8816
  };
8817
8817
  };
8818
8818
  output: {
8819
- type: "gd_send_sms" | "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms_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" | "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";
8819
+ type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "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" | "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";
8820
8820
  date: string;
8821
8821
  isMobile: boolean;
8822
8822
  log_id: string;
@@ -8855,7 +8855,7 @@ export declare function init(config: AuthHeroConfig): {
8855
8855
  limit: number;
8856
8856
  length: number;
8857
8857
  logs: {
8858
- type: "gd_send_sms" | "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms_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" | "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";
8858
+ type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "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" | "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";
8859
8859
  date: string;
8860
8860
  isMobile: boolean;
8861
8861
  log_id: string;
@@ -8909,7 +8909,7 @@ export declare function init(config: AuthHeroConfig): {
8909
8909
  };
8910
8910
  };
8911
8911
  output: {
8912
- type: "gd_send_sms" | "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms_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" | "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";
8912
+ type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "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" | "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";
8913
8913
  date: string;
8914
8914
  isMobile: boolean;
8915
8915
  log_id: string;
@@ -11053,7 +11053,7 @@ export declare function init(config: AuthHeroConfig): {
11053
11053
  };
11054
11054
  };
11055
11055
  output: {
11056
- type: "gd_send_sms" | "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms_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" | "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";
11056
+ type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "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" | "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";
11057
11057
  date: string;
11058
11058
  isMobile: boolean;
11059
11059
  log_id: string;
@@ -11092,7 +11092,7 @@ export declare function init(config: AuthHeroConfig): {
11092
11092
  limit: number;
11093
11093
  length: number;
11094
11094
  logs: {
11095
- type: "gd_send_sms" | "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms_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" | "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";
11095
+ type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "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" | "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";
11096
11096
  date: string;
11097
11097
  isMobile: boolean;
11098
11098
  log_id: string;
@@ -11407,7 +11407,7 @@ export declare function init(config: AuthHeroConfig): {
11407
11407
  };
11408
11408
  } & {
11409
11409
  json: {
11410
- template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11410
+ template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11411
11411
  body: string;
11412
11412
  from: string;
11413
11413
  subject: string;
@@ -11428,7 +11428,7 @@ export declare function init(config: AuthHeroConfig): {
11428
11428
  };
11429
11429
  } & {
11430
11430
  json: {
11431
- template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11431
+ template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11432
11432
  body: string;
11433
11433
  from: string;
11434
11434
  subject: string;
@@ -11440,7 +11440,7 @@ export declare function init(config: AuthHeroConfig): {
11440
11440
  };
11441
11441
  };
11442
11442
  output: {
11443
- template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11443
+ template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11444
11444
  body: string;
11445
11445
  from: string;
11446
11446
  subject: string;
@@ -11459,7 +11459,7 @@ export declare function init(config: AuthHeroConfig): {
11459
11459
  $get: {
11460
11460
  input: {
11461
11461
  param: {
11462
- templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11462
+ templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11463
11463
  };
11464
11464
  } & {
11465
11465
  header: {
@@ -11472,7 +11472,7 @@ export declare function init(config: AuthHeroConfig): {
11472
11472
  } | {
11473
11473
  input: {
11474
11474
  param: {
11475
- templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11475
+ templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11476
11476
  };
11477
11477
  } & {
11478
11478
  header: {
@@ -11480,7 +11480,7 @@ export declare function init(config: AuthHeroConfig): {
11480
11480
  };
11481
11481
  };
11482
11482
  output: {
11483
- template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11483
+ template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11484
11484
  body: string;
11485
11485
  from: string;
11486
11486
  subject: string;
@@ -11499,7 +11499,7 @@ export declare function init(config: AuthHeroConfig): {
11499
11499
  $put: {
11500
11500
  input: {
11501
11501
  param: {
11502
- templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11502
+ templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11503
11503
  };
11504
11504
  } & {
11505
11505
  header: {
@@ -11507,7 +11507,7 @@ export declare function init(config: AuthHeroConfig): {
11507
11507
  };
11508
11508
  } & {
11509
11509
  json: {
11510
- template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11510
+ template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11511
11511
  body: string;
11512
11512
  from: string;
11513
11513
  subject: string;
@@ -11519,7 +11519,7 @@ export declare function init(config: AuthHeroConfig): {
11519
11519
  };
11520
11520
  };
11521
11521
  output: {
11522
- template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11522
+ template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11523
11523
  body: string;
11524
11524
  from: string;
11525
11525
  subject: string;
@@ -11538,7 +11538,7 @@ export declare function init(config: AuthHeroConfig): {
11538
11538
  $patch: {
11539
11539
  input: {
11540
11540
  param: {
11541
- templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11541
+ templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11542
11542
  };
11543
11543
  } & {
11544
11544
  header: {
@@ -11546,7 +11546,7 @@ export declare function init(config: AuthHeroConfig): {
11546
11546
  };
11547
11547
  } & {
11548
11548
  json: {
11549
- template?: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11549
+ template?: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11550
11550
  body?: string | undefined;
11551
11551
  from?: string | undefined;
11552
11552
  subject?: string | undefined;
@@ -11563,7 +11563,7 @@ export declare function init(config: AuthHeroConfig): {
11563
11563
  } | {
11564
11564
  input: {
11565
11565
  param: {
11566
- templateName: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11566
+ templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11567
11567
  };
11568
11568
  } & {
11569
11569
  header: {
@@ -11571,7 +11571,7 @@ export declare function init(config: AuthHeroConfig): {
11571
11571
  };
11572
11572
  } & {
11573
11573
  json: {
11574
- template?: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11574
+ template?: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11575
11575
  body?: string | undefined;
11576
11576
  from?: string | undefined;
11577
11577
  subject?: string | undefined;
@@ -11583,7 +11583,7 @@ export declare function init(config: AuthHeroConfig): {
11583
11583
  };
11584
11584
  };
11585
11585
  output: {
11586
- template: "change_password" | "password_reset" | "verify_email" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11586
+ template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11587
11587
  body: string;
11588
11588
  from: string;
11589
11589
  subject: string;
@@ -11860,7 +11860,7 @@ export declare function init(config: AuthHeroConfig): {
11860
11860
  primary: boolean;
11861
11861
  status: "disabled" | "pending" | "pending_verification" | "ready";
11862
11862
  verification_method?: "txt" | undefined;
11863
- custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
11863
+ custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
11864
11864
  domain_metadata?: {
11865
11865
  [x: string]: string;
11866
11866
  } | undefined;
@@ -11901,7 +11901,7 @@ export declare function init(config: AuthHeroConfig): {
11901
11901
  primary: boolean;
11902
11902
  status: "disabled" | "pending" | "pending_verification" | "ready";
11903
11903
  verification_method?: "txt" | undefined;
11904
- custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
11904
+ custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
11905
11905
  domain_metadata?: {
11906
11906
  [x: string]: string;
11907
11907
  } | undefined;
@@ -11956,7 +11956,7 @@ export declare function init(config: AuthHeroConfig): {
11956
11956
  domain?: string | undefined;
11957
11957
  type?: "auth0_managed_certs" | "self_managed_certs" | undefined;
11958
11958
  verification_method?: "txt" | undefined;
11959
- custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
11959
+ custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
11960
11960
  domain_metadata?: Record<string, string> | undefined;
11961
11961
  custom_domain_id?: string | undefined;
11962
11962
  primary?: boolean | undefined;
@@ -11983,7 +11983,7 @@ export declare function init(config: AuthHeroConfig): {
11983
11983
  primary: boolean;
11984
11984
  status: "disabled" | "pending" | "pending_verification" | "ready";
11985
11985
  verification_method?: "txt" | undefined;
11986
- custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
11986
+ custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
11987
11987
  domain_metadata?: {
11988
11988
  [x: string]: string;
11989
11989
  } | undefined;
@@ -12019,7 +12019,7 @@ export declare function init(config: AuthHeroConfig): {
12019
12019
  custom_domain_id?: string | undefined;
12020
12020
  verification_method?: "txt" | undefined;
12021
12021
  tls_policy?: "recommended" | undefined;
12022
- custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12022
+ custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
12023
12023
  domain_metadata?: Record<string, string> | undefined;
12024
12024
  };
12025
12025
  };
@@ -12030,7 +12030,7 @@ export declare function init(config: AuthHeroConfig): {
12030
12030
  primary: boolean;
12031
12031
  status: "disabled" | "pending" | "pending_verification" | "ready";
12032
12032
  verification_method?: "txt" | undefined;
12033
- custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12033
+ custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
12034
12034
  domain_metadata?: {
12035
12035
  [x: string]: string;
12036
12036
  } | undefined;
@@ -12071,7 +12071,7 @@ export declare function init(config: AuthHeroConfig): {
12071
12071
  primary: boolean;
12072
12072
  status: "disabled" | "pending" | "pending_verification" | "ready";
12073
12073
  verification_method?: "txt" | undefined;
12074
- custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12074
+ custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
12075
12075
  domain_metadata?: {
12076
12076
  [x: string]: string;
12077
12077
  } | undefined;
@@ -12554,7 +12554,7 @@ export declare function init(config: AuthHeroConfig): {
12554
12554
  json: {
12555
12555
  bindings: {
12556
12556
  ref: {
12557
- type?: "action_name" | "action_id" | undefined;
12557
+ type?: "action_id" | "action_name" | undefined;
12558
12558
  value?: string | undefined;
12559
12559
  id?: string | undefined;
12560
12560
  name?: string | undefined;
@@ -13787,7 +13787,7 @@ export declare function init(config: AuthHeroConfig): {
13787
13787
  client_id: string;
13788
13788
  redirect_url?: string | undefined;
13789
13789
  login_hint?: string | undefined;
13790
- screen_hint?: "change-email" | "account" | "change-phone" | "change-password" | undefined;
13790
+ screen_hint?: "account" | "change-email" | "change-phone" | "change-password" | undefined;
13791
13791
  };
13792
13792
  };
13793
13793
  output: {};
@@ -13799,7 +13799,7 @@ export declare function init(config: AuthHeroConfig): {
13799
13799
  client_id: string;
13800
13800
  redirect_url?: string | undefined;
13801
13801
  login_hint?: string | undefined;
13802
- screen_hint?: "change-email" | "account" | "change-phone" | "change-password" | undefined;
13802
+ screen_hint?: "account" | "change-email" | "change-phone" | "change-password" | undefined;
13803
13803
  };
13804
13804
  };
13805
13805
  output: {
@@ -14076,19 +14076,19 @@ export declare function init(config: AuthHeroConfig): {
14076
14076
  email: string;
14077
14077
  send: "code" | "link";
14078
14078
  authParams: {
14079
- audience?: string | undefined;
14080
14079
  state?: string | undefined;
14081
- code_challenge?: string | undefined;
14082
- code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14083
- redirect_uri?: string | undefined;
14084
- nonce?: string | undefined;
14080
+ username?: string | undefined;
14085
14081
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
14086
14082
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
14087
14083
  scope?: string | undefined;
14088
- username?: string | undefined;
14084
+ audience?: string | undefined;
14089
14085
  act_as?: string | undefined;
14086
+ redirect_uri?: string | undefined;
14090
14087
  organization?: string | undefined;
14088
+ nonce?: string | undefined;
14091
14089
  prompt?: string | undefined;
14090
+ code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14091
+ code_challenge?: string | undefined;
14092
14092
  ui_locales?: string | undefined;
14093
14093
  max_age?: number | undefined;
14094
14094
  acr_values?: string | undefined;
@@ -14112,19 +14112,19 @@ export declare function init(config: AuthHeroConfig): {
14112
14112
  phone_number: string;
14113
14113
  send: "code" | "link";
14114
14114
  authParams: {
14115
- audience?: string | undefined;
14116
14115
  state?: string | undefined;
14117
- code_challenge?: string | undefined;
14118
- code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14119
- redirect_uri?: string | undefined;
14120
- nonce?: string | undefined;
14116
+ username?: string | undefined;
14121
14117
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
14122
14118
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
14123
14119
  scope?: string | undefined;
14124
- username?: string | undefined;
14120
+ audience?: string | undefined;
14125
14121
  act_as?: string | undefined;
14122
+ redirect_uri?: string | undefined;
14126
14123
  organization?: string | undefined;
14124
+ nonce?: string | undefined;
14127
14125
  prompt?: string | undefined;
14126
+ code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
14127
+ code_challenge?: string | undefined;
14128
14128
  ui_locales?: string | undefined;
14129
14129
  max_age?: number | undefined;
14130
14130
  acr_values?: string | undefined;
@@ -14773,6 +14773,40 @@ export declare function init(config: AuthHeroConfig): {
14773
14773
  grant_types_supported?: string[] | undefined;
14774
14774
  claims_parameter_supported?: boolean | undefined;
14775
14775
  request_object_signing_alg_values_supported?: string[] | undefined;
14776
+ client_id_metadata_document_supported?: boolean | undefined;
14777
+ };
14778
+ outputFormat: "json";
14779
+ status: 200;
14780
+ };
14781
+ };
14782
+ } & {
14783
+ "/oauth-authorization-server": {
14784
+ $get: {
14785
+ input: {};
14786
+ output: {
14787
+ issuer: string;
14788
+ authorization_endpoint: string;
14789
+ token_endpoint: string;
14790
+ userinfo_endpoint: string;
14791
+ jwks_uri: string;
14792
+ revocation_endpoint: string;
14793
+ scopes_supported: string[];
14794
+ response_types_supported: string[];
14795
+ code_challenge_methods_supported: string[];
14796
+ response_modes_supported: string[];
14797
+ subject_types_supported: string[];
14798
+ id_token_signing_alg_values_supported: string[];
14799
+ token_endpoint_auth_methods_supported: string[];
14800
+ claims_supported: string[];
14801
+ request_uri_parameter_supported: boolean;
14802
+ request_parameter_supported: boolean;
14803
+ token_endpoint_auth_signing_alg_values_supported: string[];
14804
+ registration_endpoint?: string | undefined;
14805
+ end_session_endpoint?: string | undefined;
14806
+ grant_types_supported?: string[] | undefined;
14807
+ claims_parameter_supported?: boolean | undefined;
14808
+ request_object_signing_alg_values_supported?: string[] | undefined;
14809
+ client_id_metadata_document_supported?: boolean | undefined;
14776
14810
  };
14777
14811
  outputFormat: "json";
14778
14812
  status: 200;
@@ -14885,7 +14919,7 @@ export declare function init(config: AuthHeroConfig): {
14885
14919
  };
14886
14920
  output: {};
14887
14921
  outputFormat: string;
14888
- status: 200;
14922
+ status: 302;
14889
14923
  } | {
14890
14924
  input: {
14891
14925
  query: {
@@ -14899,7 +14933,7 @@ export declare function init(config: AuthHeroConfig): {
14899
14933
  };
14900
14934
  output: {};
14901
14935
  outputFormat: string;
14902
- status: 302;
14936
+ status: 200;
14903
14937
  } | {
14904
14938
  input: {
14905
14939
  query: {
@@ -15743,6 +15777,22 @@ export declare function init(config: AuthHeroConfig): {
15743
15777
  Bindings: Bindings;
15744
15778
  Variables: Variables;
15745
15779
  }, import("hono/types").MergeSchemaPath<{
15780
+ "/info": {
15781
+ $get: {
15782
+ input: {
15783
+ query: {
15784
+ state?: string | undefined;
15785
+ code?: string | undefined;
15786
+ error?: string | undefined;
15787
+ error_description?: string | undefined;
15788
+ };
15789
+ };
15790
+ output: Response;
15791
+ outputFormat: "json";
15792
+ status: import("hono/utils/http-status").StatusCode;
15793
+ };
15794
+ };
15795
+ } & {
15746
15796
  "/guardian/enroll": {
15747
15797
  $get: {
15748
15798
  input: {
@@ -15871,7 +15921,7 @@ export declare function init(config: AuthHeroConfig): {
15871
15921
  $get: {
15872
15922
  input: {
15873
15923
  param: {
15874
- screen: "signup" | "account" | "login" | "reset-password" | "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";
15924
+ screen: "signup" | "reset-password" | "login" | "enter-password" | "impersonate" | "account" | "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";
15875
15925
  };
15876
15926
  } & {
15877
15927
  query: {
@@ -15887,7 +15937,7 @@ export declare function init(config: AuthHeroConfig): {
15887
15937
  } | {
15888
15938
  input: {
15889
15939
  param: {
15890
- screen: "signup" | "account" | "login" | "reset-password" | "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";
15940
+ screen: "signup" | "reset-password" | "login" | "enter-password" | "impersonate" | "account" | "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";
15891
15941
  };
15892
15942
  } & {
15893
15943
  query: {
@@ -15903,7 +15953,7 @@ export declare function init(config: AuthHeroConfig): {
15903
15953
  } | {
15904
15954
  input: {
15905
15955
  param: {
15906
- screen: "signup" | "account" | "login" | "reset-password" | "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";
15956
+ screen: "signup" | "reset-password" | "login" | "enter-password" | "impersonate" | "account" | "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";
15907
15957
  };
15908
15958
  } & {
15909
15959
  query: {
@@ -15923,7 +15973,7 @@ export declare function init(config: AuthHeroConfig): {
15923
15973
  $post: {
15924
15974
  input: {
15925
15975
  param: {
15926
- screen: "signup" | "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";
15976
+ screen: "signup" | "reset-password" | "login" | "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";
15927
15977
  };
15928
15978
  } & {
15929
15979
  query: {
@@ -15941,7 +15991,7 @@ export declare function init(config: AuthHeroConfig): {
15941
15991
  } | {
15942
15992
  input: {
15943
15993
  param: {
15944
- screen: "signup" | "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";
15994
+ screen: "signup" | "reset-password" | "login" | "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";
15945
15995
  };
15946
15996
  } & {
15947
15997
  query: {
@@ -15959,7 +16009,7 @@ export declare function init(config: AuthHeroConfig): {
15959
16009
  } | {
15960
16010
  input: {
15961
16011
  param: {
15962
- screen: "signup" | "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";
16012
+ screen: "signup" | "reset-password" | "login" | "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";
15963
16013
  };
15964
16014
  } & {
15965
16015
  query: {