authhero 9.5.0 → 9.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/dist/assets/u/widget/index.esm.js +1 -1
  2. package/dist/authhero.cjs +138 -138
  3. package/dist/authhero.d.ts +133 -133
  4. package/dist/authhero.mjs +12511 -12403
  5. package/dist/tsconfig.types.tsbuildinfo +1 -1
  6. package/dist/types/authentication-flows/passwordless.d.ts +6 -6
  7. package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
  8. package/dist/types/index.d.ts +133 -133
  9. package/dist/types/routes/auth-api/index.d.ts +26 -26
  10. package/dist/types/routes/auth-api/oidc-logout.d.ts +2 -2
  11. package/dist/types/routes/auth-api/passwordless.d.ts +12 -12
  12. package/dist/types/routes/auth-api/register/index.d.ts +2 -2
  13. package/dist/types/routes/auth-api/revoke.d.ts +6 -6
  14. package/dist/types/routes/auth-api/token.d.ts +10 -10
  15. package/dist/types/routes/management-api/branding.d.ts +3 -3
  16. package/dist/types/routes/management-api/clients.d.ts +16 -16
  17. package/dist/types/routes/management-api/connections.d.ts +15 -15
  18. package/dist/types/routes/management-api/email-templates.d.ts +2 -2
  19. package/dist/types/routes/management-api/failed-events.d.ts +1 -1
  20. package/dist/types/routes/management-api/forms.d.ts +126 -126
  21. package/dist/types/routes/management-api/guardian.d.ts +5 -5
  22. package/dist/types/routes/management-api/helpers.d.ts +1 -1
  23. package/dist/types/routes/management-api/index.d.ts +86 -86
  24. package/dist/types/routes/management-api/logs.d.ts +4 -4
  25. package/dist/types/routes/management-api/organizations.d.ts +6 -6
  26. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  27. package/dist/types/routes/management-api/roles.d.ts +1 -1
  28. package/dist/types/routes/management-api/tenants.d.ts +28 -28
  29. package/dist/types/routes/management-api/themes.d.ts +6 -6
  30. package/dist/types/routes/management-api/users.d.ts +2 -2
  31. package/dist/types/routes/universal-login/common.d.ts +8 -8
  32. package/dist/types/routes/universal-login/continue.d.ts +2 -2
  33. package/dist/types/routes/universal-login/flow-api.d.ts +4 -4
  34. package/dist/types/routes/universal-login/identifier.d.ts +4 -4
  35. package/dist/types/routes/universal-login/impersonate.d.ts +2 -2
  36. package/dist/types/routes/universal-login/index.d.ts +12 -12
  37. package/dist/types/routes/universal-login/u2-form-node.d.ts +2 -2
  38. package/dist/types/routes/universal-login/u2-index.d.ts +9 -9
  39. package/dist/types/routes/universal-login/u2-routes.d.ts +7 -7
  40. package/package.json +6 -6
@@ -4265,8 +4265,8 @@ declare function init(config: AuthHeroConfig): {
4265
4265
  $get: {
4266
4266
  input: {
4267
4267
  query: {
4268
- include_password_hashes?: "false" | "true" | undefined;
4269
- gzip?: "false" | "true" | undefined;
4268
+ include_password_hashes?: "true" | "false" | undefined;
4269
+ gzip?: "true" | "false" | undefined;
4270
4270
  };
4271
4271
  } & {
4272
4272
  header: {
@@ -4279,8 +4279,8 @@ declare function init(config: AuthHeroConfig): {
4279
4279
  } | {
4280
4280
  input: {
4281
4281
  query: {
4282
- include_password_hashes?: "false" | "true" | undefined;
4283
- gzip?: "false" | "true" | undefined;
4282
+ include_password_hashes?: "true" | "false" | undefined;
4283
+ gzip?: "true" | "false" | undefined;
4284
4284
  };
4285
4285
  } & {
4286
4286
  header: {
@@ -4299,7 +4299,7 @@ declare function init(config: AuthHeroConfig): {
4299
4299
  $post: {
4300
4300
  input: {
4301
4301
  query: {
4302
- include_password_hashes?: "false" | "true" | undefined;
4302
+ include_password_hashes?: "true" | "false" | undefined;
4303
4303
  };
4304
4304
  } & {
4305
4305
  header: {
@@ -4353,7 +4353,7 @@ declare function init(config: AuthHeroConfig): {
4353
4353
  };
4354
4354
  } & {
4355
4355
  json: {
4356
- type: "push" | "email" | "passkey" | "phone" | "webauthn-roaming" | "webauthn-platform" | "totp";
4356
+ type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
4357
4357
  phone_number?: string | undefined;
4358
4358
  totp_secret?: string | undefined;
4359
4359
  credential_id?: string | undefined;
@@ -4493,7 +4493,7 @@ declare function init(config: AuthHeroConfig): {
4493
4493
  };
4494
4494
  };
4495
4495
  output: {
4496
- name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
4496
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
4497
4497
  enabled: boolean;
4498
4498
  trial_expired?: boolean | undefined;
4499
4499
  }[];
@@ -4648,7 +4648,7 @@ declare function init(config: AuthHeroConfig): {
4648
4648
  $get: {
4649
4649
  input: {
4650
4650
  param: {
4651
- factor_name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
4651
+ factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
4652
4652
  };
4653
4653
  } & {
4654
4654
  header: {
@@ -4656,7 +4656,7 @@ declare function init(config: AuthHeroConfig): {
4656
4656
  };
4657
4657
  };
4658
4658
  output: {
4659
- name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
4659
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
4660
4660
  enabled: boolean;
4661
4661
  trial_expired?: boolean | undefined;
4662
4662
  };
@@ -4669,7 +4669,7 @@ declare function init(config: AuthHeroConfig): {
4669
4669
  $put: {
4670
4670
  input: {
4671
4671
  param: {
4672
- factor_name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
4672
+ factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
4673
4673
  };
4674
4674
  } & {
4675
4675
  header: {
@@ -4681,7 +4681,7 @@ declare function init(config: AuthHeroConfig): {
4681
4681
  };
4682
4682
  };
4683
4683
  output: {
4684
- name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
4684
+ name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
4685
4685
  enabled: boolean;
4686
4686
  trial_expired?: boolean | undefined;
4687
4687
  };
@@ -5453,19 +5453,19 @@ declare function init(config: AuthHeroConfig): {
5453
5453
  } & {
5454
5454
  json: {
5455
5455
  client_id: string;
5456
- inviter: {
5457
- name?: string | undefined;
5458
- };
5459
5456
  invitee: {
5460
5457
  email?: string | undefined;
5461
5458
  };
5459
+ inviter: {
5460
+ name?: string | undefined;
5461
+ };
5462
5462
  id?: string | undefined;
5463
5463
  app_metadata?: Record<string, any> | undefined;
5464
5464
  user_metadata?: Record<string, any> | undefined;
5465
5465
  connection_id?: string | undefined;
5466
- ttl_sec?: number | undefined;
5467
5466
  roles?: string[] | undefined;
5468
5467
  send_invitation_email?: boolean | undefined;
5468
+ ttl_sec?: number | undefined;
5469
5469
  };
5470
5470
  };
5471
5471
  output: {
@@ -5512,7 +5512,7 @@ declare function init(config: AuthHeroConfig): {
5512
5512
  };
5513
5513
  output: {};
5514
5514
  outputFormat: string;
5515
- status: 404;
5515
+ status: 204;
5516
5516
  } | {
5517
5517
  input: {
5518
5518
  param: {
@@ -5526,7 +5526,7 @@ declare function init(config: AuthHeroConfig): {
5526
5526
  };
5527
5527
  output: {};
5528
5528
  outputFormat: string;
5529
- status: 204;
5529
+ status: 404;
5530
5530
  };
5531
5531
  };
5532
5532
  } & {
@@ -11218,7 +11218,7 @@ declare function init(config: AuthHeroConfig): {
11218
11218
  };
11219
11219
  };
11220
11220
  output: {
11221
- prompt: "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "organizations" | "reset-password" | "signup" | "signup-id" | "signup-password" | "status" | "captcha" | "custom-form";
11221
+ prompt: "mfa" | "status" | "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";
11222
11222
  language: string;
11223
11223
  }[];
11224
11224
  outputFormat: "json";
@@ -11256,7 +11256,7 @@ declare function init(config: AuthHeroConfig): {
11256
11256
  $get: {
11257
11257
  input: {
11258
11258
  param: {
11259
- prompt: "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "organizations" | "reset-password" | "signup" | "signup-id" | "signup-password" | "status" | "captcha" | "custom-form";
11259
+ prompt: "mfa" | "status" | "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";
11260
11260
  language: string;
11261
11261
  };
11262
11262
  } & {
@@ -11278,7 +11278,7 @@ declare function init(config: AuthHeroConfig): {
11278
11278
  $put: {
11279
11279
  input: {
11280
11280
  param: {
11281
- prompt: "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "organizations" | "reset-password" | "signup" | "signup-id" | "signup-password" | "status" | "captcha" | "custom-form";
11281
+ prompt: "mfa" | "status" | "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";
11282
11282
  language: string;
11283
11283
  };
11284
11284
  } & {
@@ -11302,7 +11302,7 @@ declare function init(config: AuthHeroConfig): {
11302
11302
  $delete: {
11303
11303
  input: {
11304
11304
  param: {
11305
- prompt: "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "organizations" | "reset-password" | "signup" | "signup-id" | "signup-password" | "status" | "captcha" | "custom-form";
11305
+ prompt: "mfa" | "status" | "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";
11306
11306
  language: string;
11307
11307
  };
11308
11308
  } & {
@@ -11398,7 +11398,7 @@ declare function init(config: AuthHeroConfig): {
11398
11398
  active?: boolean | undefined;
11399
11399
  } | undefined;
11400
11400
  signup?: {
11401
- status?: "optional" | "required" | "disabled" | undefined;
11401
+ status?: "required" | "optional" | "disabled" | undefined;
11402
11402
  verification?: {
11403
11403
  active?: boolean | undefined;
11404
11404
  } | undefined;
@@ -11415,7 +11415,7 @@ declare function init(config: AuthHeroConfig): {
11415
11415
  active?: boolean | undefined;
11416
11416
  } | undefined;
11417
11417
  signup?: {
11418
- status?: "optional" | "required" | "disabled" | undefined;
11418
+ status?: "required" | "optional" | "disabled" | undefined;
11419
11419
  } | undefined;
11420
11420
  validation?: {
11421
11421
  max_length?: number | undefined;
@@ -11432,7 +11432,7 @@ declare function init(config: AuthHeroConfig): {
11432
11432
  active?: boolean | undefined;
11433
11433
  } | undefined;
11434
11434
  signup?: {
11435
- status?: "optional" | "required" | "disabled" | undefined;
11435
+ status?: "required" | "optional" | "disabled" | undefined;
11436
11436
  } | undefined;
11437
11437
  } | undefined;
11438
11438
  } | undefined;
@@ -11536,7 +11536,7 @@ declare function init(config: AuthHeroConfig): {
11536
11536
  active?: boolean | undefined;
11537
11537
  } | undefined;
11538
11538
  signup?: {
11539
- status?: "optional" | "required" | "disabled" | undefined;
11539
+ status?: "required" | "optional" | "disabled" | undefined;
11540
11540
  verification?: {
11541
11541
  active?: boolean | undefined;
11542
11542
  } | undefined;
@@ -11553,7 +11553,7 @@ declare function init(config: AuthHeroConfig): {
11553
11553
  active?: boolean | undefined;
11554
11554
  } | undefined;
11555
11555
  signup?: {
11556
- status?: "optional" | "required" | "disabled" | undefined;
11556
+ status?: "required" | "optional" | "disabled" | undefined;
11557
11557
  } | undefined;
11558
11558
  validation?: {
11559
11559
  max_length?: number | undefined;
@@ -11570,7 +11570,7 @@ declare function init(config: AuthHeroConfig): {
11570
11570
  active?: boolean | undefined;
11571
11571
  } | undefined;
11572
11572
  signup?: {
11573
- status?: "optional" | "required" | "disabled" | undefined;
11573
+ status?: "required" | "optional" | "disabled" | undefined;
11574
11574
  } | undefined;
11575
11575
  } | undefined;
11576
11576
  } | undefined;
@@ -11690,7 +11690,7 @@ declare function init(config: AuthHeroConfig): {
11690
11690
  active?: boolean | undefined;
11691
11691
  } | undefined;
11692
11692
  signup?: {
11693
- status?: "optional" | "required" | "disabled" | undefined;
11693
+ status?: "required" | "optional" | "disabled" | undefined;
11694
11694
  verification?: {
11695
11695
  active?: boolean | undefined;
11696
11696
  } | undefined;
@@ -11707,7 +11707,7 @@ declare function init(config: AuthHeroConfig): {
11707
11707
  active?: boolean | undefined;
11708
11708
  } | undefined;
11709
11709
  signup?: {
11710
- status?: "optional" | "required" | "disabled" | undefined;
11710
+ status?: "required" | "optional" | "disabled" | undefined;
11711
11711
  } | undefined;
11712
11712
  validation?: {
11713
11713
  max_length?: number | undefined;
@@ -11724,7 +11724,7 @@ declare function init(config: AuthHeroConfig): {
11724
11724
  active?: boolean | undefined;
11725
11725
  } | undefined;
11726
11726
  signup?: {
11727
- status?: "optional" | "required" | "disabled" | undefined;
11727
+ status?: "required" | "optional" | "disabled" | undefined;
11728
11728
  } | undefined;
11729
11729
  } | undefined;
11730
11730
  } | undefined;
@@ -11873,7 +11873,7 @@ declare function init(config: AuthHeroConfig): {
11873
11873
  active?: boolean | undefined;
11874
11874
  } | undefined;
11875
11875
  signup?: {
11876
- status?: "optional" | "required" | "disabled" | undefined;
11876
+ status?: "required" | "optional" | "disabled" | undefined;
11877
11877
  verification?: {
11878
11878
  active?: boolean | undefined;
11879
11879
  } | undefined;
@@ -11890,7 +11890,7 @@ declare function init(config: AuthHeroConfig): {
11890
11890
  active?: boolean | undefined;
11891
11891
  } | undefined;
11892
11892
  signup?: {
11893
- status?: "optional" | "required" | "disabled" | undefined;
11893
+ status?: "required" | "optional" | "disabled" | undefined;
11894
11894
  } | undefined;
11895
11895
  validation?: {
11896
11896
  max_length?: number | undefined;
@@ -11907,7 +11907,7 @@ declare function init(config: AuthHeroConfig): {
11907
11907
  active?: boolean | undefined;
11908
11908
  } | undefined;
11909
11909
  signup?: {
11910
- status?: "optional" | "required" | "disabled" | undefined;
11910
+ status?: "required" | "optional" | "disabled" | undefined;
11911
11911
  } | undefined;
11912
11912
  } | undefined;
11913
11913
  } | undefined;
@@ -12035,7 +12035,7 @@ declare function init(config: AuthHeroConfig): {
12035
12035
  active?: boolean | undefined;
12036
12036
  } | undefined;
12037
12037
  signup?: {
12038
- status?: "optional" | "required" | "disabled" | undefined;
12038
+ status?: "required" | "optional" | "disabled" | undefined;
12039
12039
  verification?: {
12040
12040
  active?: boolean | undefined;
12041
12041
  } | undefined;
@@ -12052,7 +12052,7 @@ declare function init(config: AuthHeroConfig): {
12052
12052
  active?: boolean | undefined;
12053
12053
  } | undefined;
12054
12054
  signup?: {
12055
- status?: "optional" | "required" | "disabled" | undefined;
12055
+ status?: "required" | "optional" | "disabled" | undefined;
12056
12056
  } | undefined;
12057
12057
  validation?: {
12058
12058
  max_length?: number | undefined;
@@ -12069,7 +12069,7 @@ declare function init(config: AuthHeroConfig): {
12069
12069
  active?: boolean | undefined;
12070
12070
  } | undefined;
12071
12071
  signup?: {
12072
- status?: "optional" | "required" | "disabled" | undefined;
12072
+ status?: "required" | "optional" | "disabled" | undefined;
12073
12073
  } | undefined;
12074
12074
  } | undefined;
12075
12075
  } | undefined;
@@ -12625,7 +12625,7 @@ declare function init(config: AuthHeroConfig): {
12625
12625
  };
12626
12626
  output: {};
12627
12627
  outputFormat: string;
12628
- status: 404;
12628
+ status: 400;
12629
12629
  } | {
12630
12630
  input: {
12631
12631
  param: {
@@ -12640,7 +12640,7 @@ declare function init(config: AuthHeroConfig): {
12640
12640
  };
12641
12641
  output: {};
12642
12642
  outputFormat: string;
12643
- status: 400;
12643
+ status: 404;
12644
12644
  } | {
12645
12645
  input: {
12646
12646
  param: {
@@ -12845,7 +12845,7 @@ declare function init(config: AuthHeroConfig): {
12845
12845
  };
12846
12846
  output: {};
12847
12847
  outputFormat: string;
12848
- status: 404;
12848
+ status: 400;
12849
12849
  } | {
12850
12850
  input: {
12851
12851
  param: {
@@ -12862,7 +12862,7 @@ declare function init(config: AuthHeroConfig): {
12862
12862
  };
12863
12863
  output: {};
12864
12864
  outputFormat: string;
12865
- status: 400;
12865
+ status: 404;
12866
12866
  } | {
12867
12867
  input: {
12868
12868
  param: {
@@ -12914,7 +12914,7 @@ declare function init(config: AuthHeroConfig): {
12914
12914
  log_type: string;
12915
12915
  category: "user_action" | "admin_action" | "system" | "api";
12916
12916
  actor: {
12917
- type: "user" | "client_credentials" | "api_key" | "system" | "admin";
12917
+ type: "user" | "client_credentials" | "system" | "admin" | "api_key";
12918
12918
  id?: string | undefined;
12919
12919
  email?: string | undefined;
12920
12920
  org_id?: string | undefined;
@@ -13225,7 +13225,7 @@ declare function init(config: AuthHeroConfig): {
13225
13225
  created_at: string;
13226
13226
  updated_at: string;
13227
13227
  name: string;
13228
- provider: "auth0" | "cognito" | "okta" | "oidc";
13228
+ provider: "auth0" | "oidc" | "okta" | "cognito";
13229
13229
  connection: string;
13230
13230
  enabled: boolean;
13231
13231
  credentials: {
@@ -13257,7 +13257,7 @@ declare function init(config: AuthHeroConfig): {
13257
13257
  created_at: string;
13258
13258
  updated_at: string;
13259
13259
  name: string;
13260
- provider: "auth0" | "cognito" | "okta" | "oidc";
13260
+ provider: "auth0" | "oidc" | "okta" | "cognito";
13261
13261
  connection: string;
13262
13262
  enabled: boolean;
13263
13263
  credentials: {
@@ -13283,7 +13283,7 @@ declare function init(config: AuthHeroConfig): {
13283
13283
  } & {
13284
13284
  json: {
13285
13285
  name: string;
13286
- provider: "auth0" | "cognito" | "okta" | "oidc";
13286
+ provider: "auth0" | "oidc" | "okta" | "cognito";
13287
13287
  connection: string;
13288
13288
  credentials: {
13289
13289
  domain: string;
@@ -13300,7 +13300,7 @@ declare function init(config: AuthHeroConfig): {
13300
13300
  created_at: string;
13301
13301
  updated_at: string;
13302
13302
  name: string;
13303
- provider: "auth0" | "cognito" | "okta" | "oidc";
13303
+ provider: "auth0" | "oidc" | "okta" | "cognito";
13304
13304
  connection: string;
13305
13305
  enabled: boolean;
13306
13306
  credentials: {
@@ -13331,7 +13331,7 @@ declare function init(config: AuthHeroConfig): {
13331
13331
  json: {
13332
13332
  id?: string | undefined;
13333
13333
  name?: string | undefined;
13334
- provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
13334
+ provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
13335
13335
  connection?: string | undefined;
13336
13336
  enabled?: boolean | undefined;
13337
13337
  credentials?: {
@@ -13347,7 +13347,7 @@ declare function init(config: AuthHeroConfig): {
13347
13347
  created_at: string;
13348
13348
  updated_at: string;
13349
13349
  name: string;
13350
- provider: "auth0" | "cognito" | "okta" | "oidc";
13350
+ provider: "auth0" | "oidc" | "okta" | "cognito";
13351
13351
  connection: string;
13352
13352
  enabled: boolean;
13353
13353
  credentials: {
@@ -13565,7 +13565,7 @@ declare function init(config: AuthHeroConfig): {
13565
13565
  };
13566
13566
  };
13567
13567
  output: {
13568
- type: "cs" | "fi" | "sv" | "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" | "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" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
13568
+ type: "fn" | "sapi" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
13569
13569
  date: string;
13570
13570
  isMobile: boolean;
13571
13571
  log_id: string;
@@ -13604,7 +13604,7 @@ declare function init(config: AuthHeroConfig): {
13604
13604
  limit: number;
13605
13605
  length: number;
13606
13606
  logs: {
13607
- type: "cs" | "fi" | "sv" | "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" | "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" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
13607
+ type: "fn" | "sapi" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
13608
13608
  date: string;
13609
13609
  isMobile: boolean;
13610
13610
  log_id: string;
@@ -13643,7 +13643,7 @@ declare function init(config: AuthHeroConfig): {
13643
13643
  next?: string | undefined;
13644
13644
  } | {
13645
13645
  logs: {
13646
- type: "cs" | "fi" | "sv" | "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" | "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" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
13646
+ type: "fn" | "sapi" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
13647
13647
  date: string;
13648
13648
  isMobile: boolean;
13649
13649
  log_id: string;
@@ -13697,7 +13697,7 @@ declare function init(config: AuthHeroConfig): {
13697
13697
  };
13698
13698
  };
13699
13699
  output: {
13700
- type: "cs" | "fi" | "sv" | "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" | "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" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
13700
+ type: "fn" | "sapi" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
13701
13701
  date: string;
13702
13702
  isMobile: boolean;
13703
13703
  log_id: string;
@@ -14108,7 +14108,7 @@ declare function init(config: AuthHeroConfig): {
14108
14108
  addons?: {
14109
14109
  [x: string]: any;
14110
14110
  } | undefined;
14111
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
14111
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14112
14112
  client_metadata?: {
14113
14113
  [x: string]: string;
14114
14114
  } | undefined;
@@ -14210,7 +14210,7 @@ declare function init(config: AuthHeroConfig): {
14210
14210
  addons?: {
14211
14211
  [x: string]: any;
14212
14212
  } | undefined;
14213
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
14213
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14214
14214
  client_metadata?: {
14215
14215
  [x: string]: string;
14216
14216
  } | undefined;
@@ -14312,7 +14312,7 @@ declare function init(config: AuthHeroConfig): {
14312
14312
  addons?: {
14313
14313
  [x: string]: any;
14314
14314
  } | undefined;
14315
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
14315
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14316
14316
  client_metadata?: {
14317
14317
  [x: string]: string;
14318
14318
  } | undefined;
@@ -14429,7 +14429,7 @@ declare function init(config: AuthHeroConfig): {
14429
14429
  addons?: {
14430
14430
  [x: string]: any;
14431
14431
  } | undefined;
14432
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
14432
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14433
14433
  client_metadata?: {
14434
14434
  [x: string]: string;
14435
14435
  } | undefined;
@@ -14547,7 +14547,7 @@ declare function init(config: AuthHeroConfig): {
14547
14547
  custom_login_page_preview?: string | undefined;
14548
14548
  form_template?: string | undefined;
14549
14549
  addons?: Record<string, any> | undefined;
14550
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
14550
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14551
14551
  client_metadata?: Record<string, string> | undefined;
14552
14552
  hide_sign_up_disabled_error?: boolean | undefined;
14553
14553
  mobile?: Record<string, any> | undefined;
@@ -14633,7 +14633,7 @@ declare function init(config: AuthHeroConfig): {
14633
14633
  addons?: {
14634
14634
  [x: string]: any;
14635
14635
  } | undefined;
14636
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
14636
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14637
14637
  client_metadata?: {
14638
14638
  [x: string]: string;
14639
14639
  } | undefined;
@@ -14730,7 +14730,7 @@ declare function init(config: AuthHeroConfig): {
14730
14730
  custom_login_page_preview?: string | undefined;
14731
14731
  form_template?: string | undefined;
14732
14732
  addons?: Record<string, any> | undefined;
14733
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
14733
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14734
14734
  client_metadata?: Record<string, string> | undefined;
14735
14735
  hide_sign_up_disabled_error?: boolean | undefined;
14736
14736
  mobile?: Record<string, any> | undefined;
@@ -14816,7 +14816,7 @@ declare function init(config: AuthHeroConfig): {
14816
14816
  addons?: {
14817
14817
  [x: string]: any;
14818
14818
  } | undefined;
14819
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
14819
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
14820
14820
  client_metadata?: {
14821
14821
  [x: string]: string;
14822
14822
  } | undefined;
@@ -14942,7 +14942,7 @@ declare function init(config: AuthHeroConfig): {
14942
14942
  active?: boolean | undefined;
14943
14943
  } | undefined;
14944
14944
  signup?: {
14945
- status?: "optional" | "required" | "disabled" | undefined;
14945
+ status?: "required" | "optional" | "disabled" | undefined;
14946
14946
  verification?: {
14947
14947
  active?: boolean | undefined;
14948
14948
  } | undefined;
@@ -14959,7 +14959,7 @@ declare function init(config: AuthHeroConfig): {
14959
14959
  active?: boolean | undefined;
14960
14960
  } | undefined;
14961
14961
  signup?: {
14962
- status?: "optional" | "required" | "disabled" | undefined;
14962
+ status?: "required" | "optional" | "disabled" | undefined;
14963
14963
  } | undefined;
14964
14964
  validation?: {
14965
14965
  max_length?: number | undefined;
@@ -14976,7 +14976,7 @@ declare function init(config: AuthHeroConfig): {
14976
14976
  active?: boolean | undefined;
14977
14977
  } | undefined;
14978
14978
  signup?: {
14979
- status?: "optional" | "required" | "disabled" | undefined;
14979
+ status?: "required" | "optional" | "disabled" | undefined;
14980
14980
  } | undefined;
14981
14981
  } | undefined;
14982
14982
  } | undefined;
@@ -15100,7 +15100,7 @@ declare function init(config: AuthHeroConfig): {
15100
15100
  active?: boolean | undefined;
15101
15101
  } | undefined;
15102
15102
  signup?: {
15103
- status?: "optional" | "required" | "disabled" | undefined;
15103
+ status?: "required" | "optional" | "disabled" | undefined;
15104
15104
  verification?: {
15105
15105
  active?: boolean | undefined;
15106
15106
  } | undefined;
@@ -15117,7 +15117,7 @@ declare function init(config: AuthHeroConfig): {
15117
15117
  active?: boolean | undefined;
15118
15118
  } | undefined;
15119
15119
  signup?: {
15120
- status?: "optional" | "required" | "disabled" | undefined;
15120
+ status?: "required" | "optional" | "disabled" | undefined;
15121
15121
  } | undefined;
15122
15122
  validation?: {
15123
15123
  max_length?: number | undefined;
@@ -15134,7 +15134,7 @@ declare function init(config: AuthHeroConfig): {
15134
15134
  active?: boolean | undefined;
15135
15135
  } | undefined;
15136
15136
  signup?: {
15137
- status?: "optional" | "required" | "disabled" | undefined;
15137
+ status?: "required" | "optional" | "disabled" | undefined;
15138
15138
  } | undefined;
15139
15139
  } | undefined;
15140
15140
  } | undefined;
@@ -16169,7 +16169,7 @@ declare function init(config: AuthHeroConfig): {
16169
16169
  };
16170
16170
  };
16171
16171
  output: {
16172
- type: "cs" | "fi" | "sv" | "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" | "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" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
16172
+ type: "fn" | "sapi" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
16173
16173
  date: string;
16174
16174
  isMobile: boolean;
16175
16175
  log_id: string;
@@ -16208,7 +16208,7 @@ declare function init(config: AuthHeroConfig): {
16208
16208
  limit: number;
16209
16209
  length: number;
16210
16210
  logs: {
16211
- type: "cs" | "fi" | "sv" | "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" | "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" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
16211
+ type: "fn" | "sapi" | "i" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
16212
16212
  date: string;
16213
16213
  isMobile: boolean;
16214
16214
  log_id: string;
@@ -16748,7 +16748,7 @@ declare function init(config: AuthHeroConfig): {
16748
16748
  };
16749
16749
  output: {};
16750
16750
  outputFormat: string;
16751
- status: 404;
16751
+ status: 204;
16752
16752
  } | {
16753
16753
  input: {
16754
16754
  param: {
@@ -16761,7 +16761,7 @@ declare function init(config: AuthHeroConfig): {
16761
16761
  };
16762
16762
  output: {};
16763
16763
  outputFormat: string;
16764
- status: 204;
16764
+ status: 404;
16765
16765
  };
16766
16766
  };
16767
16767
  } & {
@@ -16897,7 +16897,7 @@ declare function init(config: AuthHeroConfig): {
16897
16897
  };
16898
16898
  output: {};
16899
16899
  outputFormat: string;
16900
- status: 404;
16900
+ status: 204;
16901
16901
  } | {
16902
16902
  input: {
16903
16903
  header: {
@@ -16906,7 +16906,7 @@ declare function init(config: AuthHeroConfig): {
16906
16906
  };
16907
16907
  output: {};
16908
16908
  outputFormat: string;
16909
- status: 204;
16909
+ status: 404;
16910
16910
  };
16911
16911
  };
16912
16912
  }, "/emails/provider"> & hono_types.MergeSchemaPath<{
@@ -17015,7 +17015,7 @@ declare function init(config: AuthHeroConfig): {
17015
17015
  };
17016
17016
  output: {};
17017
17017
  outputFormat: string;
17018
- status: 404;
17018
+ status: 204;
17019
17019
  } | {
17020
17020
  input: {
17021
17021
  header: {
@@ -17024,7 +17024,7 @@ declare function init(config: AuthHeroConfig): {
17024
17024
  };
17025
17025
  output: {};
17026
17026
  outputFormat: string;
17027
- status: 204;
17027
+ status: 404;
17028
17028
  };
17029
17029
  };
17030
17030
  }, "/email/providers"> & hono_types.MergeSchemaPath<{
@@ -17052,7 +17052,7 @@ declare function init(config: AuthHeroConfig): {
17052
17052
  type: "auth0_managed_certs" | "self_managed_certs";
17053
17053
  custom_domain_id: string;
17054
17054
  primary: boolean;
17055
- status: "disabled" | "pending" | "ready" | "pending_verification";
17055
+ status: "pending" | "ready" | "disabled" | "pending_verification";
17056
17056
  verification_method?: "txt" | undefined;
17057
17057
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
17058
17058
  domain_metadata?: {
@@ -17093,7 +17093,7 @@ declare function init(config: AuthHeroConfig): {
17093
17093
  type: "auth0_managed_certs" | "self_managed_certs";
17094
17094
  custom_domain_id: string;
17095
17095
  primary: boolean;
17096
- status: "disabled" | "pending" | "ready" | "pending_verification";
17096
+ status: "pending" | "ready" | "disabled" | "pending_verification";
17097
17097
  verification_method?: "txt" | undefined;
17098
17098
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
17099
17099
  domain_metadata?: {
@@ -17157,7 +17157,7 @@ declare function init(config: AuthHeroConfig): {
17157
17157
  type: "auth0_managed_certs" | "self_managed_certs";
17158
17158
  custom_domain_id: string;
17159
17159
  primary: boolean;
17160
- status: "disabled" | "pending" | "ready" | "pending_verification";
17160
+ status: "pending" | "ready" | "disabled" | "pending_verification";
17161
17161
  verification_method?: "txt" | undefined;
17162
17162
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
17163
17163
  domain_metadata?: {
@@ -17204,7 +17204,7 @@ declare function init(config: AuthHeroConfig): {
17204
17204
  type: "auth0_managed_certs" | "self_managed_certs";
17205
17205
  custom_domain_id: string;
17206
17206
  primary: boolean;
17207
- status: "disabled" | "pending" | "ready" | "pending_verification";
17207
+ status: "pending" | "ready" | "disabled" | "pending_verification";
17208
17208
  verification_method?: "txt" | undefined;
17209
17209
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
17210
17210
  domain_metadata?: {
@@ -17250,7 +17250,7 @@ declare function init(config: AuthHeroConfig): {
17250
17250
  type: "auth0_managed_certs" | "self_managed_certs";
17251
17251
  custom_domain_id: string;
17252
17252
  primary: boolean;
17253
- status: "disabled" | "pending" | "ready" | "pending_verification";
17253
+ status: "pending" | "ready" | "disabled" | "pending_verification";
17254
17254
  verification_method?: "txt" | undefined;
17255
17255
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
17256
17256
  domain_metadata?: {
@@ -17291,7 +17291,7 @@ declare function init(config: AuthHeroConfig): {
17291
17291
  type: "auth0_managed_certs" | "self_managed_certs";
17292
17292
  custom_domain_id: string;
17293
17293
  primary: boolean;
17294
- status: "disabled" | "pending" | "ready" | "pending_verification";
17294
+ status: "pending" | "ready" | "disabled" | "pending_verification";
17295
17295
  verification_method?: "txt" | undefined;
17296
17296
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
17297
17297
  domain_metadata?: {
@@ -17682,7 +17682,7 @@ declare function init(config: AuthHeroConfig): {
17682
17682
  };
17683
17683
  output: {};
17684
17684
  outputFormat: string;
17685
- status: 204;
17685
+ status: 400;
17686
17686
  } | {
17687
17687
  input: {
17688
17688
  header: {
@@ -17695,7 +17695,7 @@ declare function init(config: AuthHeroConfig): {
17695
17695
  };
17696
17696
  output: {};
17697
17697
  outputFormat: string;
17698
- status: 400;
17698
+ status: 204;
17699
17699
  };
17700
17700
  };
17701
17701
  } & {
@@ -17721,7 +17721,7 @@ declare function init(config: AuthHeroConfig): {
17721
17721
  } & {
17722
17722
  json: {
17723
17723
  body?: string | undefined;
17724
- screen?: "login" | "signup" | "identifier" | "password" | undefined;
17724
+ screen?: "password" | "identifier" | "signup" | "login" | undefined;
17725
17725
  branding?: {
17726
17726
  colors?: {
17727
17727
  primary: string;
@@ -18012,7 +18012,7 @@ declare function init(config: AuthHeroConfig): {
18012
18012
  logs: {
18013
18013
  action_name: string;
18014
18014
  lines: {
18015
- level: "log" | "error" | "info" | "warn" | "debug";
18015
+ level: "error" | "log" | "info" | "warn" | "debug";
18016
18016
  message: string;
18017
18017
  }[];
18018
18018
  }[];
@@ -18320,7 +18320,7 @@ declare function init(config: AuthHeroConfig): {
18320
18320
  };
18321
18321
  output: {};
18322
18322
  outputFormat: string;
18323
- status: 404;
18323
+ status: 200;
18324
18324
  } | {
18325
18325
  input: {
18326
18326
  param: {
@@ -18333,7 +18333,7 @@ declare function init(config: AuthHeroConfig): {
18333
18333
  };
18334
18334
  output: {};
18335
18335
  outputFormat: string;
18336
- status: 200;
18336
+ status: 404;
18337
18337
  } | {
18338
18338
  input: {
18339
18339
  param: {
@@ -18681,7 +18681,7 @@ declare function init(config: AuthHeroConfig): {
18681
18681
  args: hono_utils_types.JSONValue[];
18682
18682
  }[];
18683
18683
  logs: {
18684
- level: "log" | "error" | "info" | "warn" | "debug";
18684
+ level: "error" | "log" | "info" | "warn" | "debug";
18685
18685
  message: string;
18686
18686
  }[];
18687
18687
  error?: string | undefined;
@@ -18992,7 +18992,7 @@ declare function init(config: AuthHeroConfig): {
18992
18992
  scope?: string | undefined;
18993
18993
  grant_types?: string[] | undefined;
18994
18994
  response_types?: string[] | undefined;
18995
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
18995
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
18996
18996
  jwks_uri?: string | undefined;
18997
18997
  jwks?: Record<string, unknown> | undefined;
18998
18998
  software_id?: string | undefined;
@@ -19081,7 +19081,7 @@ declare function init(config: AuthHeroConfig): {
19081
19081
  scope?: string | undefined;
19082
19082
  grant_types?: string[] | undefined;
19083
19083
  response_types?: string[] | undefined;
19084
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
19084
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
19085
19085
  jwks_uri?: string | undefined;
19086
19086
  jwks?: Record<string, unknown> | undefined;
19087
19087
  software_id?: string | undefined;
@@ -19427,19 +19427,19 @@ declare function init(config: AuthHeroConfig): {
19427
19427
  email: string;
19428
19428
  send: "code" | "link";
19429
19429
  authParams: {
19430
- prompt?: string | undefined;
19431
19430
  username?: string | undefined;
19431
+ state?: string | undefined;
19432
+ audience?: string | undefined;
19432
19433
  response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
19433
19434
  response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
19434
19435
  scope?: string | undefined;
19435
- audience?: string | undefined;
19436
- act_as?: string | undefined;
19437
- redirect_uri?: string | undefined;
19438
19436
  organization?: string | undefined;
19439
- state?: string | undefined;
19440
- nonce?: string | undefined;
19437
+ redirect_uri?: string | undefined;
19441
19438
  code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
19442
19439
  code_challenge?: string | undefined;
19440
+ nonce?: string | undefined;
19441
+ act_as?: string | undefined;
19442
+ prompt?: string | undefined;
19443
19443
  ui_locales?: string | undefined;
19444
19444
  max_age?: number | undefined;
19445
19445
  acr_values?: string | undefined;
@@ -19463,19 +19463,19 @@ declare function init(config: AuthHeroConfig): {
19463
19463
  phone_number: string;
19464
19464
  send: "code" | "link";
19465
19465
  authParams: {
19466
- prompt?: string | undefined;
19467
19466
  username?: string | undefined;
19467
+ state?: string | undefined;
19468
+ audience?: string | undefined;
19468
19469
  response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
19469
19470
  response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
19470
19471
  scope?: string | undefined;
19471
- audience?: string | undefined;
19472
- act_as?: string | undefined;
19473
- redirect_uri?: string | undefined;
19474
19472
  organization?: string | undefined;
19475
- state?: string | undefined;
19476
- nonce?: string | undefined;
19473
+ redirect_uri?: string | undefined;
19477
19474
  code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
19478
19475
  code_challenge?: string | undefined;
19476
+ nonce?: string | undefined;
19477
+ act_as?: string | undefined;
19478
+ prompt?: string | undefined;
19479
19479
  ui_locales?: string | undefined;
19480
19480
  max_age?: number | undefined;
19481
19481
  acr_values?: string | undefined;
@@ -19705,7 +19705,7 @@ declare function init(config: AuthHeroConfig): {
19705
19705
  client_id: string;
19706
19706
  username: string;
19707
19707
  otp: string;
19708
- realm: "email" | "sms";
19708
+ realm: "sms" | "email";
19709
19709
  } | {
19710
19710
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
19711
19711
  subject_token: string;
@@ -19752,7 +19752,7 @@ declare function init(config: AuthHeroConfig): {
19752
19752
  client_id: string;
19753
19753
  username: string;
19754
19754
  otp: string;
19755
- realm: "email" | "sms";
19755
+ realm: "sms" | "email";
19756
19756
  } | {
19757
19757
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
19758
19758
  subject_token: string;
@@ -19804,7 +19804,7 @@ declare function init(config: AuthHeroConfig): {
19804
19804
  client_id: string;
19805
19805
  username: string;
19806
19806
  otp: string;
19807
- realm: "email" | "sms";
19807
+ realm: "sms" | "email";
19808
19808
  } | {
19809
19809
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
19810
19810
  subject_token: string;
@@ -19851,7 +19851,7 @@ declare function init(config: AuthHeroConfig): {
19851
19851
  client_id: string;
19852
19852
  username: string;
19853
19853
  otp: string;
19854
- realm: "email" | "sms";
19854
+ realm: "sms" | "email";
19855
19855
  } | {
19856
19856
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
19857
19857
  subject_token: string;
@@ -19911,7 +19911,7 @@ declare function init(config: AuthHeroConfig): {
19911
19911
  client_id: string;
19912
19912
  username: string;
19913
19913
  otp: string;
19914
- realm: "email" | "sms";
19914
+ realm: "sms" | "email";
19915
19915
  } | {
19916
19916
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
19917
19917
  subject_token: string;
@@ -19958,7 +19958,7 @@ declare function init(config: AuthHeroConfig): {
19958
19958
  client_id: string;
19959
19959
  username: string;
19960
19960
  otp: string;
19961
- realm: "email" | "sms";
19961
+ realm: "sms" | "email";
19962
19962
  } | {
19963
19963
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
19964
19964
  subject_token: string;
@@ -20013,7 +20013,7 @@ declare function init(config: AuthHeroConfig): {
20013
20013
  client_id: string;
20014
20014
  username: string;
20015
20015
  otp: string;
20016
- realm: "email" | "sms";
20016
+ realm: "sms" | "email";
20017
20017
  } | {
20018
20018
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
20019
20019
  subject_token: string;
@@ -20060,7 +20060,7 @@ declare function init(config: AuthHeroConfig): {
20060
20060
  client_id: string;
20061
20061
  username: string;
20062
20062
  otp: string;
20063
- realm: "email" | "sms";
20063
+ realm: "sms" | "email";
20064
20064
  } | {
20065
20065
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
20066
20066
  subject_token: string;
@@ -20115,7 +20115,7 @@ declare function init(config: AuthHeroConfig): {
20115
20115
  client_id: string;
20116
20116
  username: string;
20117
20117
  otp: string;
20118
- realm: "email" | "sms";
20118
+ realm: "sms" | "email";
20119
20119
  } | {
20120
20120
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
20121
20121
  subject_token: string;
@@ -20162,7 +20162,7 @@ declare function init(config: AuthHeroConfig): {
20162
20162
  client_id: string;
20163
20163
  username: string;
20164
20164
  otp: string;
20165
- realm: "email" | "sms";
20165
+ realm: "sms" | "email";
20166
20166
  } | {
20167
20167
  grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
20168
20168
  subject_token: string;
@@ -20398,7 +20398,7 @@ declare function init(config: AuthHeroConfig): {
20398
20398
  };
20399
20399
  output: {};
20400
20400
  outputFormat: string;
20401
- status: 302;
20401
+ status: 400;
20402
20402
  } | {
20403
20403
  input: {
20404
20404
  query: {
@@ -20412,7 +20412,7 @@ declare function init(config: AuthHeroConfig): {
20412
20412
  };
20413
20413
  output: {};
20414
20414
  outputFormat: string;
20415
- status: 400;
20415
+ status: 302;
20416
20416
  };
20417
20417
  };
20418
20418
  }, "/oidc/logout"> & hono_types.MergeSchemaPath<{
@@ -20519,7 +20519,7 @@ declare function init(config: AuthHeroConfig): {
20519
20519
  };
20520
20520
  output: {};
20521
20521
  outputFormat: string;
20522
- status: 302;
20522
+ status: 400;
20523
20523
  } | {
20524
20524
  input: {
20525
20525
  query: {
@@ -20528,7 +20528,7 @@ declare function init(config: AuthHeroConfig): {
20528
20528
  };
20529
20529
  output: {};
20530
20530
  outputFormat: string;
20531
- status: 400;
20531
+ status: 302;
20532
20532
  } | {
20533
20533
  input: {
20534
20534
  query: {
@@ -20555,7 +20555,7 @@ declare function init(config: AuthHeroConfig): {
20555
20555
  };
20556
20556
  output: {};
20557
20557
  outputFormat: string;
20558
- status: 404;
20558
+ status: 200;
20559
20559
  } | {
20560
20560
  input: {
20561
20561
  param: {
@@ -20569,7 +20569,7 @@ declare function init(config: AuthHeroConfig): {
20569
20569
  };
20570
20570
  output: {};
20571
20571
  outputFormat: string;
20572
- status: 200;
20572
+ status: 404;
20573
20573
  };
20574
20574
  };
20575
20575
  } & {
@@ -20589,7 +20589,7 @@ declare function init(config: AuthHeroConfig): {
20589
20589
  };
20590
20590
  output: {};
20591
20591
  outputFormat: string;
20592
- status: 404;
20592
+ status: 200;
20593
20593
  } | {
20594
20594
  input: {
20595
20595
  param: {
@@ -20605,7 +20605,7 @@ declare function init(config: AuthHeroConfig): {
20605
20605
  };
20606
20606
  output: {};
20607
20607
  outputFormat: string;
20608
- status: 200;
20608
+ status: 404;
20609
20609
  };
20610
20610
  };
20611
20611
  }, "/forms"> & hono_types.MergeSchemaPath<{
@@ -20657,7 +20657,7 @@ declare function init(config: AuthHeroConfig): {
20657
20657
  };
20658
20658
  output: {};
20659
20659
  outputFormat: string;
20660
- status: 302;
20660
+ status: 400;
20661
20661
  } | {
20662
20662
  input: {
20663
20663
  query: {
@@ -20670,7 +20670,7 @@ declare function init(config: AuthHeroConfig): {
20670
20670
  };
20671
20671
  output: {};
20672
20672
  outputFormat: string;
20673
- status: 400;
20673
+ status: 302;
20674
20674
  };
20675
20675
  };
20676
20676
  }, "/impersonate"> & hono_types.MergeSchemaPath<{
@@ -21007,12 +21007,12 @@ declare function init(config: AuthHeroConfig): {
21007
21007
  } & {
21008
21008
  form: {
21009
21009
  username: string;
21010
- login_selection?: "code" | "password" | undefined;
21010
+ login_selection?: "password" | "code" | undefined;
21011
21011
  };
21012
21012
  };
21013
21013
  output: {};
21014
21014
  outputFormat: string;
21015
- status: 302;
21015
+ status: 400;
21016
21016
  } | {
21017
21017
  input: {
21018
21018
  query: {
@@ -21021,12 +21021,12 @@ declare function init(config: AuthHeroConfig): {
21021
21021
  } & {
21022
21022
  form: {
21023
21023
  username: string;
21024
- login_selection?: "code" | "password" | undefined;
21024
+ login_selection?: "password" | "code" | undefined;
21025
21025
  };
21026
21026
  };
21027
21027
  output: {};
21028
21028
  outputFormat: string;
21029
- status: 400;
21029
+ status: 302;
21030
21030
  };
21031
21031
  };
21032
21032
  }, "/login/identifier"> & hono_types.MergeSchemaPath<{
@@ -21386,7 +21386,7 @@ declare function init(config: AuthHeroConfig): {
21386
21386
  $get: {
21387
21387
  input: {
21388
21388
  param: {
21389
- screen: "consent" | "login" | "reset-password" | "signup" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "account" | "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";
21389
+ screen: "signup" | "impersonate" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "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";
21390
21390
  };
21391
21391
  } & {
21392
21392
  query: {
@@ -21402,7 +21402,7 @@ declare function init(config: AuthHeroConfig): {
21402
21402
  } | {
21403
21403
  input: {
21404
21404
  param: {
21405
- screen: "consent" | "login" | "reset-password" | "signup" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "account" | "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";
21405
+ screen: "signup" | "impersonate" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "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";
21406
21406
  };
21407
21407
  } & {
21408
21408
  query: {
@@ -21414,11 +21414,11 @@ declare function init(config: AuthHeroConfig): {
21414
21414
  };
21415
21415
  output: {};
21416
21416
  outputFormat: string;
21417
- status: 302;
21417
+ status: 400;
21418
21418
  } | {
21419
21419
  input: {
21420
21420
  param: {
21421
- screen: "consent" | "login" | "reset-password" | "signup" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "account" | "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";
21421
+ screen: "signup" | "impersonate" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "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";
21422
21422
  };
21423
21423
  } & {
21424
21424
  query: {
@@ -21430,7 +21430,7 @@ declare function init(config: AuthHeroConfig): {
21430
21430
  };
21431
21431
  output: {};
21432
21432
  outputFormat: string;
21433
- status: 400;
21433
+ status: 302;
21434
21434
  };
21435
21435
  };
21436
21436
  } & {
@@ -21438,7 +21438,7 @@ declare function init(config: AuthHeroConfig): {
21438
21438
  $post: {
21439
21439
  input: {
21440
21440
  param: {
21441
- screen: "consent" | "login" | "reset-password" | "signup" | "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";
21441
+ screen: "signup" | "impersonate" | "consent" | "login" | "reset-password" | "enter-password" | "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";
21442
21442
  };
21443
21443
  } & {
21444
21444
  query: {
@@ -21456,7 +21456,7 @@ declare function init(config: AuthHeroConfig): {
21456
21456
  } | {
21457
21457
  input: {
21458
21458
  param: {
21459
- screen: "consent" | "login" | "reset-password" | "signup" | "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";
21459
+ screen: "signup" | "impersonate" | "consent" | "login" | "reset-password" | "enter-password" | "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";
21460
21460
  };
21461
21461
  } & {
21462
21462
  query: {
@@ -21488,7 +21488,7 @@ declare function init(config: AuthHeroConfig): {
21488
21488
  };
21489
21489
  output: {};
21490
21490
  outputFormat: string;
21491
- status: 404;
21491
+ status: 200;
21492
21492
  } | {
21493
21493
  input: {
21494
21494
  param: {
@@ -21502,7 +21502,7 @@ declare function init(config: AuthHeroConfig): {
21502
21502
  };
21503
21503
  output: {};
21504
21504
  outputFormat: string;
21505
- status: 200;
21505
+ status: 404;
21506
21506
  };
21507
21507
  };
21508
21508
  } & {