authhero 8.7.0 → 8.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/dist/assets/u/js/client.js +5 -5
  2. package/dist/assets/u/widget/authhero-widget.esm.js +1 -1
  3. package/dist/assets/u/widget/index.esm.js +1 -1
  4. package/dist/assets/u/widget/p-f6babd26.entry.js +1 -0
  5. package/dist/authhero.cjs +148 -138
  6. package/dist/authhero.d.ts +251 -83
  7. package/dist/authhero.mjs +13889 -13762
  8. package/dist/client.js +5 -5
  9. package/dist/stats.html +1 -1
  10. package/dist/tsconfig.types.tsbuildinfo +1 -1
  11. package/dist/types/authentication-flows/passwordless.d.ts +3 -3
  12. package/dist/types/client/client-bundle.d.ts +1 -1
  13. package/dist/types/index.d.ts +251 -83
  14. package/dist/types/routes/auth-api/index.d.ts +32 -32
  15. package/dist/types/routes/auth-api/passwordless.d.ts +14 -14
  16. package/dist/types/routes/auth-api/register/index.d.ts +2 -2
  17. package/dist/types/routes/auth-api/revoke.d.ts +6 -6
  18. package/dist/types/routes/auth-api/token.d.ts +10 -10
  19. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  20. package/dist/types/routes/management-api/branding.d.ts +13 -13
  21. package/dist/types/routes/management-api/clients.d.ts +7 -7
  22. package/dist/types/routes/management-api/connections.d.ts +1 -1
  23. package/dist/types/routes/management-api/custom-domains.d.ts +6 -6
  24. package/dist/types/routes/management-api/email-templates.d.ts +18 -18
  25. package/dist/types/routes/management-api/failed-events.d.ts +1 -1
  26. package/dist/types/routes/management-api/forms.d.ts +287 -119
  27. package/dist/types/routes/management-api/guardian.d.ts +5 -5
  28. package/dist/types/routes/management-api/index.d.ts +225 -57
  29. package/dist/types/routes/management-api/logs.d.ts +3 -3
  30. package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
  31. package/dist/types/routes/management-api/organizations.d.ts +1 -1
  32. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  33. package/dist/types/routes/management-api/users.d.ts +2 -2
  34. package/dist/types/routes/universal-login/common.d.ts +2 -2
  35. package/dist/types/routes/universal-login/flow-api.d.ts +12 -12
  36. package/dist/types/routes/universal-login/index.d.ts +2 -2
  37. package/dist/types/routes/universal-login/u2-index.d.ts +6 -6
  38. package/dist/types/routes/universal-login/u2-routes.d.ts +6 -6
  39. package/package.json +6 -6
  40. package/dist/assets/u/widget/p-1fc7fcdb.entry.js +0 -1
@@ -2915,7 +2915,7 @@ declare function init(config: AuthHeroConfig): {
2915
2915
  };
2916
2916
  } & {
2917
2917
  json: {
2918
- type: "push" | "email" | "passkey" | "webauthn-roaming" | "webauthn-platform" | "phone" | "totp";
2918
+ type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
2919
2919
  phone_number?: string | undefined;
2920
2920
  totp_secret?: string | undefined;
2921
2921
  credential_id?: string | undefined;
@@ -3055,7 +3055,7 @@ declare function init(config: AuthHeroConfig): {
3055
3055
  };
3056
3056
  };
3057
3057
  output: {
3058
- name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
3058
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3059
3059
  enabled: boolean;
3060
3060
  trial_expired?: boolean | undefined;
3061
3061
  }[];
@@ -3210,7 +3210,7 @@ declare function init(config: AuthHeroConfig): {
3210
3210
  $get: {
3211
3211
  input: {
3212
3212
  param: {
3213
- factor_name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
3213
+ factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3214
3214
  };
3215
3215
  } & {
3216
3216
  header: {
@@ -3218,7 +3218,7 @@ declare function init(config: AuthHeroConfig): {
3218
3218
  };
3219
3219
  };
3220
3220
  output: {
3221
- name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
3221
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3222
3222
  enabled: boolean;
3223
3223
  trial_expired?: boolean | undefined;
3224
3224
  };
@@ -3231,7 +3231,7 @@ declare function init(config: AuthHeroConfig): {
3231
3231
  $put: {
3232
3232
  input: {
3233
3233
  param: {
3234
- factor_name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
3234
+ factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3235
3235
  };
3236
3236
  } & {
3237
3237
  header: {
@@ -3243,7 +3243,7 @@ declare function init(config: AuthHeroConfig): {
3243
3243
  };
3244
3244
  };
3245
3245
  output: {
3246
- name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
3246
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
3247
3247
  enabled: boolean;
3248
3248
  trial_expired?: boolean | undefined;
3249
3249
  };
@@ -4176,8 +4176,8 @@ declare function init(config: AuthHeroConfig): {
4176
4176
  };
4177
4177
  } & {
4178
4178
  json: {
4179
- assign_membership_on_login?: boolean | undefined;
4180
4179
  show_as_button?: boolean | undefined;
4180
+ assign_membership_on_login?: boolean | undefined;
4181
4181
  is_signup_enabled?: boolean | undefined;
4182
4182
  };
4183
4183
  };
@@ -5475,6 +5475,30 @@ declare function init(config: AuthHeroConfig): {
5475
5475
  multiple?: boolean | undefined;
5476
5476
  default_value?: string | string[] | undefined;
5477
5477
  } | undefined;
5478
+ } | {
5479
+ id: string;
5480
+ visible: boolean;
5481
+ type: "CODE";
5482
+ order?: number | undefined;
5483
+ category?: "FIELD" | undefined;
5484
+ label?: string | undefined;
5485
+ hint?: string | undefined;
5486
+ messages?: {
5487
+ text: string;
5488
+ type: "error" | "success" | "info" | "warning";
5489
+ id?: number | undefined;
5490
+ }[] | undefined;
5491
+ required?: boolean | undefined;
5492
+ sensitive?: boolean | undefined;
5493
+ config?: {
5494
+ length?: number | undefined;
5495
+ mode?: "numeric" | "alphanumeric" | undefined;
5496
+ auto_submit?: boolean | undefined;
5497
+ group_size?: number | undefined;
5498
+ separator?: string | undefined;
5499
+ placeholder?: string | undefined;
5500
+ default_value?: string | undefined;
5501
+ } | undefined;
5478
5502
  } | {
5479
5503
  id: string;
5480
5504
  visible: boolean;
@@ -6052,6 +6076,30 @@ declare function init(config: AuthHeroConfig): {
6052
6076
  multiple?: boolean | undefined;
6053
6077
  default_value?: string | string[] | undefined;
6054
6078
  } | undefined;
6079
+ } | {
6080
+ id: string;
6081
+ visible: boolean;
6082
+ type: "CODE";
6083
+ order?: number | undefined;
6084
+ category?: "FIELD" | undefined;
6085
+ label?: string | undefined;
6086
+ hint?: string | undefined;
6087
+ messages?: {
6088
+ text: string;
6089
+ type: "error" | "success" | "info" | "warning";
6090
+ id?: number | undefined;
6091
+ }[] | undefined;
6092
+ required?: boolean | undefined;
6093
+ sensitive?: boolean | undefined;
6094
+ config?: {
6095
+ length?: number | undefined;
6096
+ mode?: "numeric" | "alphanumeric" | undefined;
6097
+ auto_submit?: boolean | undefined;
6098
+ group_size?: number | undefined;
6099
+ separator?: string | undefined;
6100
+ placeholder?: string | undefined;
6101
+ default_value?: string | undefined;
6102
+ } | undefined;
6055
6103
  } | {
6056
6104
  id: string;
6057
6105
  visible: boolean;
@@ -6644,6 +6692,30 @@ declare function init(config: AuthHeroConfig): {
6644
6692
  multiple?: boolean | undefined;
6645
6693
  default_value?: string | string[] | undefined;
6646
6694
  } | undefined;
6695
+ } | {
6696
+ id: string;
6697
+ visible: boolean;
6698
+ type: "CODE";
6699
+ order?: number | undefined;
6700
+ category?: "FIELD" | undefined;
6701
+ label?: string | undefined;
6702
+ hint?: string | undefined;
6703
+ messages?: {
6704
+ text: string;
6705
+ type: "error" | "success" | "info" | "warning";
6706
+ id?: number | undefined;
6707
+ }[] | undefined;
6708
+ required?: boolean | undefined;
6709
+ sensitive?: boolean | undefined;
6710
+ config?: {
6711
+ length?: number | undefined;
6712
+ mode?: "numeric" | "alphanumeric" | undefined;
6713
+ auto_submit?: boolean | undefined;
6714
+ group_size?: number | undefined;
6715
+ separator?: string | undefined;
6716
+ placeholder?: string | undefined;
6717
+ default_value?: string | undefined;
6718
+ } | undefined;
6647
6719
  } | {
6648
6720
  id: string;
6649
6721
  visible: boolean;
@@ -7242,6 +7314,30 @@ declare function init(config: AuthHeroConfig): {
7242
7314
  multiple?: boolean | undefined;
7243
7315
  default_value?: string | string[] | undefined;
7244
7316
  } | undefined;
7317
+ } | {
7318
+ id: string;
7319
+ type: "CODE";
7320
+ order?: number | undefined;
7321
+ visible?: boolean | undefined;
7322
+ category?: "FIELD" | undefined;
7323
+ label?: string | undefined;
7324
+ hint?: string | undefined;
7325
+ messages?: {
7326
+ text: string;
7327
+ type: "error" | "success" | "info" | "warning";
7328
+ id?: number | undefined;
7329
+ }[] | undefined;
7330
+ required?: boolean | undefined;
7331
+ sensitive?: boolean | undefined;
7332
+ config?: {
7333
+ length?: number | undefined;
7334
+ mode?: "numeric" | "alphanumeric" | undefined;
7335
+ auto_submit?: boolean | undefined;
7336
+ group_size?: number | undefined;
7337
+ separator?: string | undefined;
7338
+ placeholder?: string | undefined;
7339
+ default_value?: string | undefined;
7340
+ } | undefined;
7245
7341
  } | {
7246
7342
  id: string;
7247
7343
  type: "COUNTRY";
@@ -7813,6 +7909,30 @@ declare function init(config: AuthHeroConfig): {
7813
7909
  multiple?: boolean | undefined;
7814
7910
  default_value?: string | string[] | undefined;
7815
7911
  } | undefined;
7912
+ } | {
7913
+ id: string;
7914
+ visible: boolean;
7915
+ type: "CODE";
7916
+ order?: number | undefined;
7917
+ category?: "FIELD" | undefined;
7918
+ label?: string | undefined;
7919
+ hint?: string | undefined;
7920
+ messages?: {
7921
+ text: string;
7922
+ type: "error" | "success" | "info" | "warning";
7923
+ id?: number | undefined;
7924
+ }[] | undefined;
7925
+ required?: boolean | undefined;
7926
+ sensitive?: boolean | undefined;
7927
+ config?: {
7928
+ length?: number | undefined;
7929
+ mode?: "numeric" | "alphanumeric" | undefined;
7930
+ auto_submit?: boolean | undefined;
7931
+ group_size?: number | undefined;
7932
+ separator?: string | undefined;
7933
+ placeholder?: string | undefined;
7934
+ default_value?: string | undefined;
7935
+ } | undefined;
7816
7936
  } | {
7817
7937
  id: string;
7818
7938
  visible: boolean;
@@ -8390,6 +8510,30 @@ declare function init(config: AuthHeroConfig): {
8390
8510
  multiple?: boolean | undefined;
8391
8511
  default_value?: string | string[] | undefined;
8392
8512
  } | undefined;
8513
+ } | {
8514
+ id: string;
8515
+ type: "CODE";
8516
+ order?: number | undefined;
8517
+ visible?: boolean | undefined;
8518
+ category?: "FIELD" | undefined;
8519
+ label?: string | undefined;
8520
+ hint?: string | undefined;
8521
+ messages?: {
8522
+ text: string;
8523
+ type: "error" | "success" | "info" | "warning";
8524
+ id?: number | undefined;
8525
+ }[] | undefined;
8526
+ required?: boolean | undefined;
8527
+ sensitive?: boolean | undefined;
8528
+ config?: {
8529
+ length?: number | undefined;
8530
+ mode?: "numeric" | "alphanumeric" | undefined;
8531
+ auto_submit?: boolean | undefined;
8532
+ group_size?: number | undefined;
8533
+ separator?: string | undefined;
8534
+ placeholder?: string | undefined;
8535
+ default_value?: string | undefined;
8536
+ } | undefined;
8393
8537
  } | {
8394
8538
  id: string;
8395
8539
  type: "COUNTRY";
@@ -8961,6 +9105,30 @@ declare function init(config: AuthHeroConfig): {
8961
9105
  multiple?: boolean | undefined;
8962
9106
  default_value?: string | string[] | undefined;
8963
9107
  } | undefined;
9108
+ } | {
9109
+ id: string;
9110
+ visible: boolean;
9111
+ type: "CODE";
9112
+ order?: number | undefined;
9113
+ category?: "FIELD" | undefined;
9114
+ label?: string | undefined;
9115
+ hint?: string | undefined;
9116
+ messages?: {
9117
+ text: string;
9118
+ type: "error" | "success" | "info" | "warning";
9119
+ id?: number | undefined;
9120
+ }[] | undefined;
9121
+ required?: boolean | undefined;
9122
+ sensitive?: boolean | undefined;
9123
+ config?: {
9124
+ length?: number | undefined;
9125
+ mode?: "numeric" | "alphanumeric" | undefined;
9126
+ auto_submit?: boolean | undefined;
9127
+ group_size?: number | undefined;
9128
+ separator?: string | undefined;
9129
+ placeholder?: string | undefined;
9130
+ default_value?: string | undefined;
9131
+ } | undefined;
8964
9132
  } | {
8965
9133
  id: string;
8966
9134
  visible: boolean;
@@ -9479,7 +9647,7 @@ declare function init(config: AuthHeroConfig): {
9479
9647
  };
9480
9648
  };
9481
9649
  output: {
9482
- prompt: "common" | "login" | "signup" | "login-password" | "login-id" | "mfa" | "organizations" | "status" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
9650
+ prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
9483
9651
  language: string;
9484
9652
  }[];
9485
9653
  outputFormat: "json";
@@ -9517,7 +9685,7 @@ declare function init(config: AuthHeroConfig): {
9517
9685
  $get: {
9518
9686
  input: {
9519
9687
  param: {
9520
- prompt: "common" | "login" | "signup" | "login-password" | "login-id" | "mfa" | "organizations" | "status" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
9688
+ prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
9521
9689
  language: string;
9522
9690
  };
9523
9691
  } & {
@@ -9539,7 +9707,7 @@ declare function init(config: AuthHeroConfig): {
9539
9707
  $put: {
9540
9708
  input: {
9541
9709
  param: {
9542
- prompt: "common" | "login" | "signup" | "login-password" | "login-id" | "mfa" | "organizations" | "status" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
9710
+ prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
9543
9711
  language: string;
9544
9712
  };
9545
9713
  } & {
@@ -9563,7 +9731,7 @@ declare function init(config: AuthHeroConfig): {
9563
9731
  $delete: {
9564
9732
  input: {
9565
9733
  param: {
9566
- prompt: "common" | "login" | "signup" | "login-password" | "login-id" | "mfa" | "organizations" | "status" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
9734
+ prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
9567
9735
  language: string;
9568
9736
  };
9569
9737
  } & {
@@ -9702,7 +9870,7 @@ declare function init(config: AuthHeroConfig): {
9702
9870
  } | undefined;
9703
9871
  } | undefined;
9704
9872
  passkey_options?: {
9705
- challenge_ui?: "button" | "both" | "autofill" | undefined;
9873
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
9706
9874
  local_enrollment_enabled?: boolean | undefined;
9707
9875
  progressive_enrollment_enabled?: boolean | undefined;
9708
9876
  } | undefined;
@@ -9836,7 +10004,7 @@ declare function init(config: AuthHeroConfig): {
9836
10004
  } | undefined;
9837
10005
  } | undefined;
9838
10006
  passkey_options?: {
9839
- challenge_ui?: "button" | "both" | "autofill" | undefined;
10007
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
9840
10008
  local_enrollment_enabled?: boolean | undefined;
9841
10009
  progressive_enrollment_enabled?: boolean | undefined;
9842
10010
  } | undefined;
@@ -9985,7 +10153,7 @@ declare function init(config: AuthHeroConfig): {
9985
10153
  } | undefined;
9986
10154
  } | undefined;
9987
10155
  passkey_options?: {
9988
- challenge_ui?: "button" | "both" | "autofill" | undefined;
10156
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
9989
10157
  local_enrollment_enabled?: boolean | undefined;
9990
10158
  progressive_enrollment_enabled?: boolean | undefined;
9991
10159
  } | undefined;
@@ -10164,7 +10332,7 @@ declare function init(config: AuthHeroConfig): {
10164
10332
  } | undefined;
10165
10333
  } | undefined;
10166
10334
  passkey_options?: {
10167
- challenge_ui?: "button" | "both" | "autofill" | undefined;
10335
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
10168
10336
  local_enrollment_enabled?: boolean | undefined;
10169
10337
  progressive_enrollment_enabled?: boolean | undefined;
10170
10338
  } | undefined;
@@ -10322,7 +10490,7 @@ declare function init(config: AuthHeroConfig): {
10322
10490
  } | undefined;
10323
10491
  } | undefined;
10324
10492
  passkey_options?: {
10325
- challenge_ui?: "button" | "both" | "autofill" | undefined;
10493
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
10326
10494
  local_enrollment_enabled?: boolean | undefined;
10327
10495
  progressive_enrollment_enabled?: boolean | undefined;
10328
10496
  } | undefined;
@@ -11372,7 +11540,7 @@ declare function init(config: AuthHeroConfig): {
11372
11540
  created_at: string;
11373
11541
  updated_at: string;
11374
11542
  name: string;
11375
- provider: "auth0" | "cognito" | "okta" | "oidc";
11543
+ provider: "auth0" | "oidc" | "okta" | "cognito";
11376
11544
  connection: string;
11377
11545
  enabled: boolean;
11378
11546
  credentials: {
@@ -11404,7 +11572,7 @@ declare function init(config: AuthHeroConfig): {
11404
11572
  created_at: string;
11405
11573
  updated_at: string;
11406
11574
  name: string;
11407
- provider: "auth0" | "cognito" | "okta" | "oidc";
11575
+ provider: "auth0" | "oidc" | "okta" | "cognito";
11408
11576
  connection: string;
11409
11577
  enabled: boolean;
11410
11578
  credentials: {
@@ -11430,7 +11598,7 @@ declare function init(config: AuthHeroConfig): {
11430
11598
  } & {
11431
11599
  json: {
11432
11600
  name: string;
11433
- provider: "auth0" | "cognito" | "okta" | "oidc";
11601
+ provider: "auth0" | "oidc" | "okta" | "cognito";
11434
11602
  connection: string;
11435
11603
  credentials: {
11436
11604
  domain: string;
@@ -11447,7 +11615,7 @@ declare function init(config: AuthHeroConfig): {
11447
11615
  created_at: string;
11448
11616
  updated_at: string;
11449
11617
  name: string;
11450
- provider: "auth0" | "cognito" | "okta" | "oidc";
11618
+ provider: "auth0" | "oidc" | "okta" | "cognito";
11451
11619
  connection: string;
11452
11620
  enabled: boolean;
11453
11621
  credentials: {
@@ -11478,7 +11646,7 @@ declare function init(config: AuthHeroConfig): {
11478
11646
  json: {
11479
11647
  id?: string | undefined;
11480
11648
  name?: string | undefined;
11481
- provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
11649
+ provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
11482
11650
  connection?: string | undefined;
11483
11651
  enabled?: boolean | undefined;
11484
11652
  credentials?: {
@@ -11494,7 +11662,7 @@ declare function init(config: AuthHeroConfig): {
11494
11662
  created_at: string;
11495
11663
  updated_at: string;
11496
11664
  name: string;
11497
- provider: "auth0" | "cognito" | "okta" | "oidc";
11665
+ provider: "auth0" | "oidc" | "okta" | "cognito";
11498
11666
  connection: string;
11499
11667
  enabled: boolean;
11500
11668
  credentials: {
@@ -11542,7 +11710,7 @@ declare function init(config: AuthHeroConfig): {
11542
11710
  [x: string]: hono_utils_types.JSONValue;
11543
11711
  };
11544
11712
  id: string;
11545
- status: "suspended" | "active" | "paused";
11713
+ status: "active" | "suspended" | "paused";
11546
11714
  filters?: {
11547
11715
  type: string;
11548
11716
  name: string;
@@ -11574,7 +11742,7 @@ declare function init(config: AuthHeroConfig): {
11574
11742
  [x: string]: hono_utils_types.JSONValue;
11575
11743
  };
11576
11744
  id: string;
11577
- status: "suspended" | "active" | "paused";
11745
+ status: "active" | "suspended" | "paused";
11578
11746
  filters?: {
11579
11747
  type: string;
11580
11748
  name: string;
@@ -11599,7 +11767,7 @@ declare function init(config: AuthHeroConfig): {
11599
11767
  name: string;
11600
11768
  type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
11601
11769
  sink: Record<string, unknown>;
11602
- status?: "suspended" | "active" | "paused" | undefined;
11770
+ status?: "active" | "suspended" | "paused" | undefined;
11603
11771
  filters?: {
11604
11772
  type: string;
11605
11773
  name: string;
@@ -11614,7 +11782,7 @@ declare function init(config: AuthHeroConfig): {
11614
11782
  [x: string]: hono_utils_types.JSONValue;
11615
11783
  };
11616
11784
  id: string;
11617
- status: "suspended" | "active" | "paused";
11785
+ status: "active" | "suspended" | "paused";
11618
11786
  filters?: {
11619
11787
  type: string;
11620
11788
  name: string;
@@ -11649,7 +11817,7 @@ declare function init(config: AuthHeroConfig): {
11649
11817
  }[] | undefined;
11650
11818
  isPriority?: boolean | undefined;
11651
11819
  id?: string | undefined;
11652
- status?: "suspended" | "active" | "paused" | undefined;
11820
+ status?: "active" | "suspended" | "paused" | undefined;
11653
11821
  created_at?: string | undefined;
11654
11822
  updated_at?: string | undefined;
11655
11823
  };
@@ -11661,7 +11829,7 @@ declare function init(config: AuthHeroConfig): {
11661
11829
  [x: string]: hono_utils_types.JSONValue;
11662
11830
  };
11663
11831
  id: string;
11664
- status: "suspended" | "active" | "paused";
11832
+ status: "active" | "suspended" | "paused";
11665
11833
  filters?: {
11666
11834
  type: string;
11667
11835
  name: string;
@@ -11712,7 +11880,7 @@ declare function init(config: AuthHeroConfig): {
11712
11880
  };
11713
11881
  };
11714
11882
  output: {
11715
- type: "i" | "fn" | "cs" | "fi" | "sv" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11883
+ type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11716
11884
  date: string;
11717
11885
  isMobile: boolean;
11718
11886
  log_id: string;
@@ -11751,7 +11919,7 @@ declare function init(config: AuthHeroConfig): {
11751
11919
  limit: number;
11752
11920
  length: number;
11753
11921
  logs: {
11754
- type: "i" | "fn" | "cs" | "fi" | "sv" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11922
+ type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11755
11923
  date: string;
11756
11924
  isMobile: boolean;
11757
11925
  log_id: string;
@@ -11805,7 +11973,7 @@ declare function init(config: AuthHeroConfig): {
11805
11973
  };
11806
11974
  };
11807
11975
  output: {
11808
- type: "i" | "fn" | "cs" | "fi" | "sv" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11976
+ type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11809
11977
  date: string;
11810
11978
  isMobile: boolean;
11811
11979
  log_id: string;
@@ -12193,7 +12361,7 @@ declare function init(config: AuthHeroConfig): {
12193
12361
  addons?: {
12194
12362
  [x: string]: any;
12195
12363
  } | undefined;
12196
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
12364
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12197
12365
  client_metadata?: {
12198
12366
  [x: string]: string;
12199
12367
  } | undefined;
@@ -12289,7 +12457,7 @@ declare function init(config: AuthHeroConfig): {
12289
12457
  addons?: {
12290
12458
  [x: string]: any;
12291
12459
  } | undefined;
12292
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
12460
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12293
12461
  client_metadata?: {
12294
12462
  [x: string]: string;
12295
12463
  } | undefined;
@@ -12400,7 +12568,7 @@ declare function init(config: AuthHeroConfig): {
12400
12568
  addons?: {
12401
12569
  [x: string]: any;
12402
12570
  } | undefined;
12403
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
12571
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12404
12572
  client_metadata?: {
12405
12573
  [x: string]: string;
12406
12574
  } | undefined;
@@ -12510,7 +12678,7 @@ declare function init(config: AuthHeroConfig): {
12510
12678
  custom_login_page_preview?: string | undefined;
12511
12679
  form_template?: string | undefined;
12512
12680
  addons?: Record<string, any> | undefined;
12513
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
12681
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12514
12682
  client_metadata?: Record<string, string> | undefined;
12515
12683
  hide_sign_up_disabled_error?: boolean | undefined;
12516
12684
  mobile?: Record<string, any> | undefined;
@@ -12590,7 +12758,7 @@ declare function init(config: AuthHeroConfig): {
12590
12758
  addons?: {
12591
12759
  [x: string]: any;
12592
12760
  } | undefined;
12593
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
12761
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12594
12762
  client_metadata?: {
12595
12763
  [x: string]: string;
12596
12764
  } | undefined;
@@ -12679,7 +12847,7 @@ declare function init(config: AuthHeroConfig): {
12679
12847
  custom_login_page_preview?: string | undefined;
12680
12848
  form_template?: string | undefined;
12681
12849
  addons?: Record<string, any> | undefined;
12682
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
12850
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12683
12851
  client_metadata?: Record<string, string> | undefined;
12684
12852
  hide_sign_up_disabled_error?: boolean | undefined;
12685
12853
  mobile?: Record<string, any> | undefined;
@@ -12759,7 +12927,7 @@ declare function init(config: AuthHeroConfig): {
12759
12927
  addons?: {
12760
12928
  [x: string]: any;
12761
12929
  } | undefined;
12762
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
12930
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
12763
12931
  client_metadata?: {
12764
12932
  [x: string]: string;
12765
12933
  } | undefined;
@@ -12928,7 +13096,7 @@ declare function init(config: AuthHeroConfig): {
12928
13096
  } | undefined;
12929
13097
  } | undefined;
12930
13098
  passkey_options?: {
12931
- challenge_ui?: "button" | "both" | "autofill" | undefined;
13099
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
12932
13100
  local_enrollment_enabled?: boolean | undefined;
12933
13101
  progressive_enrollment_enabled?: boolean | undefined;
12934
13102
  } | undefined;
@@ -13082,7 +13250,7 @@ declare function init(config: AuthHeroConfig): {
13082
13250
  } | undefined;
13083
13251
  } | undefined;
13084
13252
  passkey_options?: {
13085
- challenge_ui?: "button" | "both" | "autofill" | undefined;
13253
+ challenge_ui?: "both" | "autofill" | "button" | undefined;
13086
13254
  local_enrollment_enabled?: boolean | undefined;
13087
13255
  progressive_enrollment_enabled?: boolean | undefined;
13088
13256
  } | undefined;
@@ -14023,7 +14191,7 @@ declare function init(config: AuthHeroConfig): {
14023
14191
  };
14024
14192
  };
14025
14193
  output: {
14026
- type: "i" | "fn" | "cs" | "fi" | "sv" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
14194
+ type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
14027
14195
  date: string;
14028
14196
  isMobile: boolean;
14029
14197
  log_id: string;
@@ -14062,7 +14230,7 @@ declare function init(config: AuthHeroConfig): {
14062
14230
  limit: number;
14063
14231
  length: number;
14064
14232
  logs: {
14065
- type: "i" | "fn" | "cs" | "fi" | "sv" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
14233
+ type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
14066
14234
  date: string;
14067
14235
  isMobile: boolean;
14068
14236
  log_id: string;
@@ -15189,7 +15357,7 @@ declare function init(config: AuthHeroConfig): {
15189
15357
  base_focus_color: string;
15190
15358
  base_hover_color: string;
15191
15359
  body_text: string;
15192
- captcha_widget_theme: "auto" | "light" | "dark";
15360
+ captcha_widget_theme: "dark" | "light" | "auto";
15193
15361
  error: string;
15194
15362
  header: string;
15195
15363
  icons: string;
@@ -15240,7 +15408,7 @@ declare function init(config: AuthHeroConfig): {
15240
15408
  background_color: string;
15241
15409
  background_image_url: string;
15242
15410
  page_layout: "center" | "left" | "right";
15243
- logo_placement?: "widget" | "chip" | "none" | undefined;
15411
+ logo_placement?: "none" | "widget" | "chip" | undefined;
15244
15412
  };
15245
15413
  widget: {
15246
15414
  header_text_alignment: "center" | "left" | "right";
@@ -15279,7 +15447,7 @@ declare function init(config: AuthHeroConfig): {
15279
15447
  base_focus_color: string;
15280
15448
  base_hover_color: string;
15281
15449
  body_text: string;
15282
- captcha_widget_theme: "auto" | "light" | "dark";
15450
+ captcha_widget_theme: "dark" | "light" | "auto";
15283
15451
  error: string;
15284
15452
  header: string;
15285
15453
  icons: string;
@@ -15330,7 +15498,7 @@ declare function init(config: AuthHeroConfig): {
15330
15498
  background_color: string;
15331
15499
  background_image_url: string;
15332
15500
  page_layout: "center" | "left" | "right";
15333
- logo_placement?: "widget" | "chip" | "none" | undefined;
15501
+ logo_placement?: "none" | "widget" | "chip" | undefined;
15334
15502
  };
15335
15503
  widget: {
15336
15504
  header_text_alignment: "center" | "left" | "right";
@@ -15358,7 +15526,7 @@ declare function init(config: AuthHeroConfig): {
15358
15526
  base_focus_color: string;
15359
15527
  base_hover_color: string;
15360
15528
  body_text: string;
15361
- captcha_widget_theme: "auto" | "light" | "dark";
15529
+ captcha_widget_theme: "dark" | "light" | "auto";
15362
15530
  error: string;
15363
15531
  header: string;
15364
15532
  icons: string;
@@ -15409,7 +15577,7 @@ declare function init(config: AuthHeroConfig): {
15409
15577
  background_color: string;
15410
15578
  background_image_url: string;
15411
15579
  page_layout: "center" | "left" | "right";
15412
- logo_placement?: "widget" | "chip" | "none" | undefined;
15580
+ logo_placement?: "none" | "widget" | "chip" | undefined;
15413
15581
  };
15414
15582
  widget: {
15415
15583
  header_text_alignment: "center" | "left" | "right";
@@ -15448,7 +15616,7 @@ declare function init(config: AuthHeroConfig): {
15448
15616
  font?: {
15449
15617
  url: string;
15450
15618
  } | undefined;
15451
- dark_mode?: "auto" | "light" | "dark" | undefined;
15619
+ dark_mode?: "dark" | "light" | "auto" | undefined;
15452
15620
  };
15453
15621
  outputFormat: "json";
15454
15622
  status: 200;
@@ -15478,7 +15646,7 @@ declare function init(config: AuthHeroConfig): {
15478
15646
  font?: {
15479
15647
  url: string;
15480
15648
  } | undefined;
15481
- dark_mode?: "auto" | "light" | "dark" | undefined;
15649
+ dark_mode?: "dark" | "light" | "auto" | undefined;
15482
15650
  };
15483
15651
  };
15484
15652
  output: {
@@ -15497,7 +15665,7 @@ declare function init(config: AuthHeroConfig): {
15497
15665
  font?: {
15498
15666
  url: string;
15499
15667
  } | undefined;
15500
- dark_mode?: "auto" | "light" | "dark" | undefined;
15668
+ dark_mode?: "dark" | "light" | "auto" | undefined;
15501
15669
  };
15502
15670
  outputFormat: "json";
15503
15671
  status: 200;
@@ -15571,7 +15739,7 @@ declare function init(config: AuthHeroConfig): {
15571
15739
  } & {
15572
15740
  json: {
15573
15741
  body?: string | undefined;
15574
- screen?: "login" | "identifier" | "password" | "signup" | undefined;
15742
+ screen?: "identifier" | "signup" | "password" | "login" | undefined;
15575
15743
  branding?: {
15576
15744
  colors?: {
15577
15745
  primary: string;
@@ -15588,7 +15756,7 @@ declare function init(config: AuthHeroConfig): {
15588
15756
  font?: {
15589
15757
  url: string;
15590
15758
  } | undefined;
15591
- dark_mode?: "auto" | "light" | "dark" | undefined;
15759
+ dark_mode?: "dark" | "light" | "auto" | undefined;
15592
15760
  } | undefined;
15593
15761
  theme?: {
15594
15762
  borders?: {
@@ -15606,7 +15774,7 @@ declare function init(config: AuthHeroConfig): {
15606
15774
  base_focus_color: string;
15607
15775
  base_hover_color: string;
15608
15776
  body_text: string;
15609
- captcha_widget_theme: "auto" | "light" | "dark";
15777
+ captcha_widget_theme: "dark" | "light" | "auto";
15610
15778
  error: string;
15611
15779
  header: string;
15612
15780
  icons: string;
@@ -15657,7 +15825,7 @@ declare function init(config: AuthHeroConfig): {
15657
15825
  background_color: string;
15658
15826
  background_image_url: string;
15659
15827
  page_layout: "center" | "left" | "right";
15660
- logo_placement?: "widget" | "chip" | "none" | undefined;
15828
+ logo_placement?: "none" | "widget" | "chip" | undefined;
15661
15829
  } | undefined;
15662
15830
  widget?: {
15663
15831
  header_text_alignment: "center" | "left" | "right";
@@ -15862,7 +16030,7 @@ declare function init(config: AuthHeroConfig): {
15862
16030
  logs: {
15863
16031
  action_name: string;
15864
16032
  lines: {
15865
- level: "error" | "log" | "info" | "warn" | "debug";
16033
+ level: "log" | "error" | "info" | "warn" | "debug";
15866
16034
  message: string;
15867
16035
  }[];
15868
16036
  }[];
@@ -16529,7 +16697,7 @@ declare function init(config: AuthHeroConfig): {
16529
16697
  args: hono_utils_types.JSONValue[];
16530
16698
  }[];
16531
16699
  logs: {
16532
- level: "error" | "log" | "info" | "warn" | "debug";
16700
+ level: "log" | "error" | "info" | "warn" | "debug";
16533
16701
  message: string;
16534
16702
  }[];
16535
16703
  error?: string | undefined;
@@ -16827,7 +16995,7 @@ declare function init(config: AuthHeroConfig): {
16827
16995
  scope?: string | undefined;
16828
16996
  grant_types?: string[] | undefined;
16829
16997
  response_types?: string[] | undefined;
16830
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
16998
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
16831
16999
  jwks_uri?: string | undefined;
16832
17000
  jwks?: Record<string, unknown> | undefined;
16833
17001
  software_id?: string | undefined;
@@ -16916,7 +17084,7 @@ declare function init(config: AuthHeroConfig): {
16916
17084
  scope?: string | undefined;
16917
17085
  grant_types?: string[] | undefined;
16918
17086
  response_types?: string[] | undefined;
16919
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
17087
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
16920
17088
  jwks_uri?: string | undefined;
16921
17089
  jwks?: Record<string, unknown> | undefined;
16922
17090
  software_id?: string | undefined;
@@ -17262,17 +17430,17 @@ declare function init(config: AuthHeroConfig): {
17262
17430
  email: string;
17263
17431
  send: "code" | "link";
17264
17432
  authParams: {
17265
- state?: string | undefined;
17266
17433
  username?: string | undefined;
17434
+ state?: string | undefined;
17267
17435
  audience?: string | undefined;
17268
- scope?: string | undefined;
17269
17436
  response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
17270
17437
  response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
17271
- prompt?: string | undefined;
17272
- act_as?: string | undefined;
17273
- redirect_uri?: string | undefined;
17438
+ scope?: string | undefined;
17274
17439
  organization?: string | undefined;
17275
17440
  nonce?: string | undefined;
17441
+ redirect_uri?: string | undefined;
17442
+ act_as?: string | undefined;
17443
+ prompt?: string | undefined;
17276
17444
  code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
17277
17445
  code_challenge?: string | undefined;
17278
17446
  ui_locales?: string | undefined;
@@ -17298,17 +17466,17 @@ declare function init(config: AuthHeroConfig): {
17298
17466
  phone_number: string;
17299
17467
  send: "code" | "link";
17300
17468
  authParams: {
17301
- state?: string | undefined;
17302
17469
  username?: string | undefined;
17470
+ state?: string | undefined;
17303
17471
  audience?: string | undefined;
17304
- scope?: string | undefined;
17305
17472
  response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
17306
17473
  response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
17307
- prompt?: string | undefined;
17308
- act_as?: string | undefined;
17309
- redirect_uri?: string | undefined;
17474
+ scope?: string | undefined;
17310
17475
  organization?: string | undefined;
17311
17476
  nonce?: string | undefined;
17477
+ redirect_uri?: string | undefined;
17478
+ act_as?: string | undefined;
17479
+ prompt?: string | undefined;
17312
17480
  code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
17313
17481
  code_challenge?: string | undefined;
17314
17482
  ui_locales?: string | undefined;
@@ -17442,14 +17610,14 @@ declare function init(config: AuthHeroConfig): {
17442
17610
  input: {
17443
17611
  form: {
17444
17612
  token: string;
17445
- token_type_hint?: "access_token" | "refresh_token" | undefined;
17613
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
17446
17614
  client_id?: string | undefined;
17447
17615
  client_secret?: string | undefined;
17448
17616
  };
17449
17617
  } & {
17450
17618
  json: {
17451
17619
  token: string;
17452
- token_type_hint?: "access_token" | "refresh_token" | undefined;
17620
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
17453
17621
  client_id?: string | undefined;
17454
17622
  client_secret?: string | undefined;
17455
17623
  };
@@ -17461,14 +17629,14 @@ declare function init(config: AuthHeroConfig): {
17461
17629
  input: {
17462
17630
  form: {
17463
17631
  token: string;
17464
- token_type_hint?: "access_token" | "refresh_token" | undefined;
17632
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
17465
17633
  client_id?: string | undefined;
17466
17634
  client_secret?: string | undefined;
17467
17635
  };
17468
17636
  } & {
17469
17637
  json: {
17470
17638
  token: string;
17471
- token_type_hint?: "access_token" | "refresh_token" | undefined;
17639
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
17472
17640
  client_id?: string | undefined;
17473
17641
  client_secret?: string | undefined;
17474
17642
  };
@@ -17483,14 +17651,14 @@ declare function init(config: AuthHeroConfig): {
17483
17651
  input: {
17484
17652
  form: {
17485
17653
  token: string;
17486
- token_type_hint?: "access_token" | "refresh_token" | undefined;
17654
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
17487
17655
  client_id?: string | undefined;
17488
17656
  client_secret?: string | undefined;
17489
17657
  };
17490
17658
  } & {
17491
17659
  json: {
17492
17660
  token: string;
17493
- token_type_hint?: "access_token" | "refresh_token" | undefined;
17661
+ token_type_hint?: "refresh_token" | "access_token" | undefined;
17494
17662
  client_id?: string | undefined;
17495
17663
  client_secret?: string | undefined;
17496
17664
  };
@@ -18838,7 +19006,7 @@ declare function init(config: AuthHeroConfig): {
18838
19006
  } & {
18839
19007
  form: {
18840
19008
  username: string;
18841
- login_selection?: "password" | "code" | undefined;
19009
+ login_selection?: "code" | "password" | undefined;
18842
19010
  };
18843
19011
  };
18844
19012
  output: {};
@@ -18852,7 +19020,7 @@ declare function init(config: AuthHeroConfig): {
18852
19020
  } & {
18853
19021
  form: {
18854
19022
  username: string;
18855
- login_selection?: "password" | "code" | undefined;
19023
+ login_selection?: "code" | "password" | undefined;
18856
19024
  };
18857
19025
  };
18858
19026
  output: {};
@@ -19217,7 +19385,7 @@ declare function init(config: AuthHeroConfig): {
19217
19385
  $get: {
19218
19386
  input: {
19219
19387
  param: {
19220
- screen: "login" | "signup" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "try-connection-result" | "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";
19388
+ screen: "signup" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
19221
19389
  };
19222
19390
  } & {
19223
19391
  query: {
@@ -19233,7 +19401,7 @@ declare function init(config: AuthHeroConfig): {
19233
19401
  } | {
19234
19402
  input: {
19235
19403
  param: {
19236
- screen: "login" | "signup" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "try-connection-result" | "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";
19404
+ screen: "signup" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
19237
19405
  };
19238
19406
  } & {
19239
19407
  query: {
@@ -19249,7 +19417,7 @@ declare function init(config: AuthHeroConfig): {
19249
19417
  } | {
19250
19418
  input: {
19251
19419
  param: {
19252
- screen: "login" | "signup" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "try-connection-result" | "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";
19420
+ screen: "signup" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
19253
19421
  };
19254
19422
  } & {
19255
19423
  query: {
@@ -19269,7 +19437,7 @@ declare function init(config: AuthHeroConfig): {
19269
19437
  $post: {
19270
19438
  input: {
19271
19439
  param: {
19272
- screen: "login" | "signup" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
19440
+ screen: "signup" | "consent" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
19273
19441
  };
19274
19442
  } & {
19275
19443
  query: {
@@ -19287,7 +19455,7 @@ declare function init(config: AuthHeroConfig): {
19287
19455
  } | {
19288
19456
  input: {
19289
19457
  param: {
19290
- screen: "login" | "signup" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
19458
+ screen: "signup" | "consent" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
19291
19459
  };
19292
19460
  } & {
19293
19461
  query: {
@@ -19305,7 +19473,7 @@ declare function init(config: AuthHeroConfig): {
19305
19473
  } | {
19306
19474
  input: {
19307
19475
  param: {
19308
- screen: "login" | "signup" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
19476
+ screen: "signup" | "consent" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
19309
19477
  };
19310
19478
  } & {
19311
19479
  query: {