authhero 9.11.0 → 9.12.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 (52) hide show
  1. package/dist/assets/u/widget/authhero-widget.esm.js +1 -1
  2. package/dist/assets/u/widget/{p-f94037cd.entry.js → p-74f95441.entry.js} +1 -1
  3. package/dist/authhero.cjs +292 -160
  4. package/dist/authhero.d.ts +121 -96
  5. package/dist/authhero.mjs +81495 -89257
  6. package/dist/tsconfig.types.tsbuildinfo +1 -1
  7. package/dist/types/authentication-flows/passwordless.d.ts +2 -2
  8. package/dist/types/emails/render.d.ts +2 -0
  9. package/dist/types/helpers/action-executions-cleanup.d.ts +6 -3
  10. package/dist/types/helpers/dcr/metadata-mapping.d.ts +2 -2
  11. package/dist/types/helpers/logging.d.ts +11 -3
  12. package/dist/types/helpers/reserved-claims.d.ts +19 -3
  13. package/dist/types/helpers/run-retention.d.ts +1 -1
  14. package/dist/types/helpers/saml.d.ts +1 -1
  15. package/dist/types/helpers/scopes-permissions.d.ts +16 -0
  16. package/dist/types/helpers/users-import/map.d.ts +14 -0
  17. package/dist/types/hooks/codehooks.d.ts +28 -1
  18. package/dist/types/index.d.ts +92 -92
  19. package/dist/types/routes/auth-api/index.d.ts +16 -16
  20. package/dist/types/routes/auth-api/passwordless.d.ts +14 -14
  21. package/dist/types/routes/auth-api/register/index.d.ts +2 -2
  22. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  23. package/dist/types/routes/management-api/branding.d.ts +1 -1
  24. package/dist/types/routes/management-api/client-grants.d.ts +9 -9
  25. package/dist/types/routes/management-api/clients.d.ts +8 -8
  26. package/dist/types/routes/management-api/connections.d.ts +1 -1
  27. package/dist/types/routes/management-api/custom-domains.d.ts +6 -6
  28. package/dist/types/routes/management-api/email-templates.d.ts +18 -18
  29. package/dist/types/routes/management-api/failed-events.d.ts +2 -2
  30. package/dist/types/routes/management-api/forms.d.ts +126 -126
  31. package/dist/types/routes/management-api/guardian.d.ts +5 -5
  32. package/dist/types/routes/management-api/helpers.d.ts +1 -1
  33. package/dist/types/routes/management-api/index.d.ts +62 -62
  34. package/dist/types/routes/management-api/keys.d.ts +16 -16
  35. package/dist/types/routes/management-api/logs.d.ts +4 -4
  36. package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
  37. package/dist/types/routes/management-api/organizations.d.ts +4 -4
  38. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  39. package/dist/types/routes/management-api/roles.d.ts +1 -1
  40. package/dist/types/routes/management-api/tenants.d.ts +12 -12
  41. package/dist/types/routes/management-api/users.d.ts +21 -21
  42. package/dist/types/routes/universal-login/common.d.ts +6 -6
  43. package/dist/types/routes/universal-login/flow-api.d.ts +12 -12
  44. package/dist/types/routes/universal-login/identifier.d.ts +2 -2
  45. package/dist/types/routes/universal-login/index.d.ts +2 -2
  46. package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
  47. package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
  48. package/dist/types/routes/universal-login/u2-widget-page.d.ts +13 -42
  49. package/dist/types/routes/universal-login/universal-login-template.d.ts +1 -1
  50. package/dist/types/types/AuthHeroConfig.d.ts +21 -0
  51. package/dist/types/types/Bindings.d.ts +1 -0
  52. package/package.json +7 -7
@@ -433,7 +433,7 @@ export declare function init(config: AuthHeroConfig): {
433
433
  };
434
434
  };
435
435
  output: {
436
- name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
436
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
437
437
  enabled: boolean;
438
438
  trial_expired?: boolean | undefined;
439
439
  }[];
@@ -588,7 +588,7 @@ export declare function init(config: AuthHeroConfig): {
588
588
  $get: {
589
589
  input: {
590
590
  param: {
591
- factor_name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
591
+ factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
592
592
  };
593
593
  } & {
594
594
  header: {
@@ -596,7 +596,7 @@ export declare function init(config: AuthHeroConfig): {
596
596
  };
597
597
  };
598
598
  output: {
599
- name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
599
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
600
600
  enabled: boolean;
601
601
  trial_expired?: boolean | undefined;
602
602
  };
@@ -609,7 +609,7 @@ export declare function init(config: AuthHeroConfig): {
609
609
  $put: {
610
610
  input: {
611
611
  param: {
612
- factor_name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
612
+ factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
613
613
  };
614
614
  } & {
615
615
  header: {
@@ -621,7 +621,7 @@ export declare function init(config: AuthHeroConfig): {
621
621
  };
622
622
  };
623
623
  output: {
624
- name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
624
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
625
625
  enabled: boolean;
626
626
  trial_expired?: boolean | undefined;
627
627
  };
@@ -1393,19 +1393,19 @@ export declare function init(config: AuthHeroConfig): {
1393
1393
  } & {
1394
1394
  json: {
1395
1395
  client_id: string;
1396
- inviter: {
1397
- name?: string | undefined;
1398
- };
1399
1396
  invitee: {
1400
1397
  email?: string | undefined;
1401
1398
  };
1399
+ inviter: {
1400
+ name?: string | undefined;
1401
+ };
1402
1402
  id?: string | undefined;
1403
1403
  app_metadata?: Record<string, any> | undefined;
1404
1404
  user_metadata?: Record<string, any> | undefined;
1405
1405
  connection_id?: string | undefined;
1406
1406
  roles?: string[] | undefined;
1407
- ttl_sec?: number | undefined;
1408
1407
  send_invitation_email?: boolean | undefined;
1408
+ ttl_sec?: number | undefined;
1409
1409
  };
1410
1410
  };
1411
1411
  output: {
@@ -7232,7 +7232,7 @@ export declare function init(config: AuthHeroConfig): {
7232
7232
  };
7233
7233
  };
7234
7234
  output: {
7235
- prompt: "status" | "signup" | "login" | "mfa" | "organizations" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7235
+ 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";
7236
7236
  language: string;
7237
7237
  }[];
7238
7238
  outputFormat: "json";
@@ -7270,7 +7270,7 @@ export declare function init(config: AuthHeroConfig): {
7270
7270
  $get: {
7271
7271
  input: {
7272
7272
  param: {
7273
- prompt: "status" | "signup" | "login" | "mfa" | "organizations" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7273
+ 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";
7274
7274
  language: string;
7275
7275
  };
7276
7276
  } & {
@@ -7292,7 +7292,7 @@ export declare function init(config: AuthHeroConfig): {
7292
7292
  $put: {
7293
7293
  input: {
7294
7294
  param: {
7295
- prompt: "status" | "signup" | "login" | "mfa" | "organizations" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7295
+ 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";
7296
7296
  language: string;
7297
7297
  };
7298
7298
  } & {
@@ -7316,7 +7316,7 @@ export declare function init(config: AuthHeroConfig): {
7316
7316
  $delete: {
7317
7317
  input: {
7318
7318
  param: {
7319
- prompt: "status" | "signup" | "login" | "mfa" | "organizations" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
7319
+ 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";
7320
7320
  language: string;
7321
7321
  };
7322
7322
  } & {
@@ -8926,9 +8926,9 @@ export declare function init(config: AuthHeroConfig): {
8926
8926
  tenant_id: string;
8927
8927
  event_type: string;
8928
8928
  log_type: string;
8929
- category: "system" | "user_action" | "admin_action" | "api";
8929
+ category: "user_action" | "admin_action" | "system" | "api";
8930
8930
  actor: {
8931
- type: "user" | "system" | "client_credentials" | "admin" | "api_key";
8931
+ type: "user" | "client_credentials" | "system" | "admin" | "api_key";
8932
8932
  id?: string | undefined;
8933
8933
  email?: string | undefined;
8934
8934
  org_id?: string | undefined;
@@ -9259,7 +9259,7 @@ export declare function init(config: AuthHeroConfig): {
9259
9259
  created_at: string;
9260
9260
  updated_at: string;
9261
9261
  name: string;
9262
- provider: "auth0" | "cognito" | "okta" | "oidc";
9262
+ provider: "auth0" | "oidc" | "okta" | "cognito";
9263
9263
  connection: string;
9264
9264
  enabled: boolean;
9265
9265
  credentials: {
@@ -9291,7 +9291,7 @@ export declare function init(config: AuthHeroConfig): {
9291
9291
  created_at: string;
9292
9292
  updated_at: string;
9293
9293
  name: string;
9294
- provider: "auth0" | "cognito" | "okta" | "oidc";
9294
+ provider: "auth0" | "oidc" | "okta" | "cognito";
9295
9295
  connection: string;
9296
9296
  enabled: boolean;
9297
9297
  credentials: {
@@ -9317,7 +9317,7 @@ export declare function init(config: AuthHeroConfig): {
9317
9317
  } & {
9318
9318
  json: {
9319
9319
  name: string;
9320
- provider: "auth0" | "cognito" | "okta" | "oidc";
9320
+ provider: "auth0" | "oidc" | "okta" | "cognito";
9321
9321
  connection: string;
9322
9322
  credentials: {
9323
9323
  domain: string;
@@ -9334,7 +9334,7 @@ export declare function init(config: AuthHeroConfig): {
9334
9334
  created_at: string;
9335
9335
  updated_at: string;
9336
9336
  name: string;
9337
- provider: "auth0" | "cognito" | "okta" | "oidc";
9337
+ provider: "auth0" | "oidc" | "okta" | "cognito";
9338
9338
  connection: string;
9339
9339
  enabled: boolean;
9340
9340
  credentials: {
@@ -9365,7 +9365,7 @@ export declare function init(config: AuthHeroConfig): {
9365
9365
  json: {
9366
9366
  id?: string | undefined;
9367
9367
  name?: string | undefined;
9368
- provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
9368
+ provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
9369
9369
  connection?: string | undefined;
9370
9370
  enabled?: boolean | undefined;
9371
9371
  credentials?: {
@@ -9381,7 +9381,7 @@ export declare function init(config: AuthHeroConfig): {
9381
9381
  created_at: string;
9382
9382
  updated_at: string;
9383
9383
  name: string;
9384
- provider: "auth0" | "cognito" | "okta" | "oidc";
9384
+ provider: "auth0" | "oidc" | "okta" | "cognito";
9385
9385
  connection: string;
9386
9386
  enabled: boolean;
9387
9387
  credentials: {
@@ -9599,7 +9599,7 @@ export declare function init(config: AuthHeroConfig): {
9599
9599
  };
9600
9600
  };
9601
9601
  output: {
9602
- type: "fn" | "i" | "sui" | "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" | "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" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9602
+ 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";
9603
9603
  date: string;
9604
9604
  isMobile: boolean;
9605
9605
  log_id: string;
@@ -9638,7 +9638,7 @@ export declare function init(config: AuthHeroConfig): {
9638
9638
  limit: number;
9639
9639
  length: number;
9640
9640
  logs: {
9641
- type: "fn" | "i" | "sui" | "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" | "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" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9641
+ 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";
9642
9642
  date: string;
9643
9643
  isMobile: boolean;
9644
9644
  log_id: string;
@@ -9677,7 +9677,7 @@ export declare function init(config: AuthHeroConfig): {
9677
9677
  next?: string | undefined;
9678
9678
  } | {
9679
9679
  logs: {
9680
- type: "fn" | "i" | "sui" | "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" | "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" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9680
+ 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";
9681
9681
  date: string;
9682
9682
  isMobile: boolean;
9683
9683
  log_id: string;
@@ -9731,7 +9731,7 @@ export declare function init(config: AuthHeroConfig): {
9731
9731
  };
9732
9732
  };
9733
9733
  output: {
9734
- type: "fn" | "i" | "sui" | "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" | "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" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9734
+ 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";
9735
9735
  date: string;
9736
9736
  isMobile: boolean;
9737
9737
  log_id: string;
@@ -10142,7 +10142,7 @@ export declare function init(config: AuthHeroConfig): {
10142
10142
  addons?: {
10143
10143
  [x: string]: any;
10144
10144
  } | undefined;
10145
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10145
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10146
10146
  client_metadata?: {
10147
10147
  [x: string]: string;
10148
10148
  } | undefined;
@@ -10244,7 +10244,7 @@ export declare function init(config: AuthHeroConfig): {
10244
10244
  addons?: {
10245
10245
  [x: string]: any;
10246
10246
  } | undefined;
10247
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10247
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10248
10248
  client_metadata?: {
10249
10249
  [x: string]: string;
10250
10250
  } | undefined;
@@ -10346,7 +10346,7 @@ export declare function init(config: AuthHeroConfig): {
10346
10346
  addons?: {
10347
10347
  [x: string]: any;
10348
10348
  } | undefined;
10349
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10349
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10350
10350
  client_metadata?: {
10351
10351
  [x: string]: string;
10352
10352
  } | undefined;
@@ -10463,7 +10463,7 @@ export declare function init(config: AuthHeroConfig): {
10463
10463
  addons?: {
10464
10464
  [x: string]: any;
10465
10465
  } | undefined;
10466
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10466
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10467
10467
  client_metadata?: {
10468
10468
  [x: string]: string;
10469
10469
  } | undefined;
@@ -10581,7 +10581,7 @@ export declare function init(config: AuthHeroConfig): {
10581
10581
  custom_login_page_preview?: string | undefined;
10582
10582
  form_template?: string | undefined;
10583
10583
  addons?: Record<string, any> | undefined;
10584
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10584
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10585
10585
  client_metadata?: Record<string, string> | undefined;
10586
10586
  hide_sign_up_disabled_error?: boolean | undefined;
10587
10587
  mobile?: Record<string, any> | undefined;
@@ -10667,7 +10667,7 @@ export declare function init(config: AuthHeroConfig): {
10667
10667
  addons?: {
10668
10668
  [x: string]: any;
10669
10669
  } | undefined;
10670
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10670
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10671
10671
  client_metadata?: {
10672
10672
  [x: string]: string;
10673
10673
  } | undefined;
@@ -10764,7 +10764,7 @@ export declare function init(config: AuthHeroConfig): {
10764
10764
  custom_login_page_preview?: string | undefined;
10765
10765
  form_template?: string | undefined;
10766
10766
  addons?: Record<string, any> | undefined;
10767
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10767
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10768
10768
  client_metadata?: Record<string, string> | undefined;
10769
10769
  hide_sign_up_disabled_error?: boolean | undefined;
10770
10770
  mobile?: Record<string, any> | undefined;
@@ -10850,7 +10850,7 @@ export declare function init(config: AuthHeroConfig): {
10850
10850
  addons?: {
10851
10851
  [x: string]: any;
10852
10852
  } | undefined;
10853
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10853
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
10854
10854
  client_metadata?: {
10855
10855
  [x: string]: string;
10856
10856
  } | undefined;
@@ -11317,13 +11317,13 @@ export declare function init(config: AuthHeroConfig): {
11317
11317
  thumbprint: string;
11318
11318
  connection?: string | undefined;
11319
11319
  tenant_id?: string | undefined;
11320
- next?: boolean | undefined;
11321
- revoked_at?: string | undefined;
11322
11320
  current?: boolean | undefined;
11321
+ next?: boolean | undefined;
11323
11322
  previous?: boolean | undefined;
11324
11323
  current_since?: string | undefined;
11325
11324
  current_until?: string | undefined;
11326
11325
  revoked?: boolean | undefined;
11326
+ revoked_at?: string | undefined;
11327
11327
  expires_at?: string | undefined;
11328
11328
  expired?: boolean | undefined;
11329
11329
  inherited?: boolean | undefined;
@@ -11356,13 +11356,13 @@ export declare function init(config: AuthHeroConfig): {
11356
11356
  thumbprint: string;
11357
11357
  connection?: string | undefined;
11358
11358
  tenant_id?: string | undefined;
11359
- next?: boolean | undefined;
11360
- revoked_at?: string | undefined;
11361
11359
  current?: boolean | undefined;
11360
+ next?: boolean | undefined;
11362
11361
  previous?: boolean | undefined;
11363
11362
  current_since?: string | undefined;
11364
11363
  current_until?: string | undefined;
11365
11364
  revoked?: boolean | undefined;
11365
+ revoked_at?: string | undefined;
11366
11366
  expires_at?: string | undefined;
11367
11367
  expired?: boolean | undefined;
11368
11368
  inherited?: boolean | undefined;
@@ -11394,13 +11394,13 @@ export declare function init(config: AuthHeroConfig): {
11394
11394
  thumbprint: string;
11395
11395
  connection?: string | undefined;
11396
11396
  tenant_id?: string | undefined;
11397
- next?: boolean | undefined;
11398
- revoked_at?: string | undefined;
11399
11397
  current?: boolean | undefined;
11398
+ next?: boolean | undefined;
11400
11399
  previous?: boolean | undefined;
11401
11400
  current_since?: string | undefined;
11402
11401
  current_until?: string | undefined;
11403
11402
  revoked?: boolean | undefined;
11403
+ revoked_at?: string | undefined;
11404
11404
  expires_at?: string | undefined;
11405
11405
  expired?: boolean | undefined;
11406
11406
  inherited?: boolean | undefined;
@@ -11434,13 +11434,13 @@ export declare function init(config: AuthHeroConfig): {
11434
11434
  thumbprint: string;
11435
11435
  connection?: string | undefined;
11436
11436
  tenant_id?: string | undefined;
11437
- next?: boolean | undefined;
11438
- revoked_at?: string | undefined;
11439
11437
  current?: boolean | undefined;
11438
+ next?: boolean | undefined;
11440
11439
  previous?: boolean | undefined;
11441
11440
  current_since?: string | undefined;
11442
11441
  current_until?: string | undefined;
11443
11442
  revoked?: boolean | undefined;
11443
+ revoked_at?: string | undefined;
11444
11444
  expires_at?: string | undefined;
11445
11445
  expired?: boolean | undefined;
11446
11446
  inherited?: boolean | undefined;
@@ -12303,18 +12303,21 @@ export declare function init(config: AuthHeroConfig): {
12303
12303
  audience: string;
12304
12304
  scopes: string;
12305
12305
  }[];
12306
- revoked_at?: string | undefined;
12307
12306
  expires_at?: string | undefined;
12308
- idle_expires_at?: string | undefined;
12309
12307
  session_id?: string | undefined;
12310
- organization?: string | undefined;
12311
12308
  auth_connection?: string | undefined;
12312
12309
  auth_strategy?: {
12313
12310
  strategy: string;
12314
12311
  strategy_type: string;
12315
12312
  } | undefined;
12313
+ organization?: string | undefined;
12314
+ revoked_at?: string | undefined;
12315
+ idle_expires_at?: string | undefined;
12316
12316
  last_exchanged_at?: string | undefined;
12317
12317
  }[] | {
12318
+ start: number;
12319
+ limit: number;
12320
+ length: number;
12318
12321
  tokens: {
12319
12322
  id: string;
12320
12323
  user_id: string;
@@ -12334,23 +12337,21 @@ export declare function init(config: AuthHeroConfig): {
12334
12337
  audience: string;
12335
12338
  scopes: string;
12336
12339
  }[];
12337
- revoked_at?: string | undefined;
12338
12340
  expires_at?: string | undefined;
12339
- idle_expires_at?: string | undefined;
12340
12341
  session_id?: string | undefined;
12341
- organization?: string | undefined;
12342
12342
  auth_connection?: string | undefined;
12343
12343
  auth_strategy?: {
12344
12344
  strategy: string;
12345
12345
  strategy_type: string;
12346
12346
  } | undefined;
12347
+ organization?: string | undefined;
12348
+ revoked_at?: string | undefined;
12349
+ idle_expires_at?: string | undefined;
12347
12350
  last_exchanged_at?: string | undefined;
12348
12351
  }[];
12352
+ total?: number | undefined;
12349
12353
  next?: string | undefined;
12350
12354
  } | {
12351
- start: number;
12352
- limit: number;
12353
- length: number;
12354
12355
  tokens: {
12355
12356
  id: string;
12356
12357
  user_id: string;
@@ -12370,19 +12371,18 @@ export declare function init(config: AuthHeroConfig): {
12370
12371
  audience: string;
12371
12372
  scopes: string;
12372
12373
  }[];
12373
- revoked_at?: string | undefined;
12374
12374
  expires_at?: string | undefined;
12375
- idle_expires_at?: string | undefined;
12376
12375
  session_id?: string | undefined;
12377
- organization?: string | undefined;
12378
12376
  auth_connection?: string | undefined;
12379
12377
  auth_strategy?: {
12380
12378
  strategy: string;
12381
12379
  strategy_type: string;
12382
12380
  } | undefined;
12381
+ organization?: string | undefined;
12382
+ revoked_at?: string | undefined;
12383
+ idle_expires_at?: string | undefined;
12383
12384
  last_exchanged_at?: string | undefined;
12384
12385
  }[];
12385
- total?: number | undefined;
12386
12386
  next?: string | undefined;
12387
12387
  };
12388
12388
  outputFormat: "json";
@@ -12431,7 +12431,7 @@ export declare function init(config: AuthHeroConfig): {
12431
12431
  };
12432
12432
  };
12433
12433
  output: {
12434
- type: "fn" | "i" | "sui" | "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" | "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" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
12434
+ 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";
12435
12435
  date: string;
12436
12436
  isMobile: boolean;
12437
12437
  log_id: string;
@@ -12470,7 +12470,7 @@ export declare function init(config: AuthHeroConfig): {
12470
12470
  limit: number;
12471
12471
  length: number;
12472
12472
  logs: {
12473
- type: "fn" | "i" | "sui" | "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" | "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" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
12473
+ 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";
12474
12474
  date: string;
12475
12475
  isMobile: boolean;
12476
12476
  log_id: string;
@@ -13314,7 +13314,7 @@ export declare function init(config: AuthHeroConfig): {
13314
13314
  type: "auth0_managed_certs" | "self_managed_certs";
13315
13315
  custom_domain_id: string;
13316
13316
  primary: boolean;
13317
- status: "pending" | "disabled" | "ready" | "pending_verification";
13317
+ status: "pending" | "ready" | "disabled" | "pending_verification";
13318
13318
  verification_method?: "txt" | undefined;
13319
13319
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
13320
13320
  domain_metadata?: {
@@ -13355,7 +13355,7 @@ export declare function init(config: AuthHeroConfig): {
13355
13355
  type: "auth0_managed_certs" | "self_managed_certs";
13356
13356
  custom_domain_id: string;
13357
13357
  primary: boolean;
13358
- status: "pending" | "disabled" | "ready" | "pending_verification";
13358
+ status: "pending" | "ready" | "disabled" | "pending_verification";
13359
13359
  verification_method?: "txt" | undefined;
13360
13360
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
13361
13361
  domain_metadata?: {
@@ -13419,7 +13419,7 @@ export declare function init(config: AuthHeroConfig): {
13419
13419
  type: "auth0_managed_certs" | "self_managed_certs";
13420
13420
  custom_domain_id: string;
13421
13421
  primary: boolean;
13422
- status: "pending" | "disabled" | "ready" | "pending_verification";
13422
+ status: "pending" | "ready" | "disabled" | "pending_verification";
13423
13423
  verification_method?: "txt" | undefined;
13424
13424
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
13425
13425
  domain_metadata?: {
@@ -13466,7 +13466,7 @@ export declare function init(config: AuthHeroConfig): {
13466
13466
  type: "auth0_managed_certs" | "self_managed_certs";
13467
13467
  custom_domain_id: string;
13468
13468
  primary: boolean;
13469
- status: "pending" | "disabled" | "ready" | "pending_verification";
13469
+ status: "pending" | "ready" | "disabled" | "pending_verification";
13470
13470
  verification_method?: "txt" | undefined;
13471
13471
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
13472
13472
  domain_metadata?: {
@@ -13512,7 +13512,7 @@ export declare function init(config: AuthHeroConfig): {
13512
13512
  type: "auth0_managed_certs" | "self_managed_certs";
13513
13513
  custom_domain_id: string;
13514
13514
  primary: boolean;
13515
- status: "pending" | "disabled" | "ready" | "pending_verification";
13515
+ status: "pending" | "ready" | "disabled" | "pending_verification";
13516
13516
  verification_method?: "txt" | undefined;
13517
13517
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
13518
13518
  domain_metadata?: {
@@ -13553,7 +13553,7 @@ export declare function init(config: AuthHeroConfig): {
13553
13553
  type: "auth0_managed_certs" | "self_managed_certs";
13554
13554
  custom_domain_id: string;
13555
13555
  primary: boolean;
13556
- status: "pending" | "disabled" | "ready" | "pending_verification";
13556
+ status: "pending" | "ready" | "disabled" | "pending_verification";
13557
13557
  verification_method?: "txt" | undefined;
13558
13558
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
13559
13559
  domain_metadata?: {
@@ -14995,7 +14995,7 @@ export declare function init(config: AuthHeroConfig): {
14995
14995
  message: string;
14996
14996
  };
14997
14997
  outputFormat: "json";
14998
- status: 500;
14998
+ status: 400;
14999
14999
  } | {
15000
15000
  input: {
15001
15001
  query: {
@@ -15013,7 +15013,7 @@ export declare function init(config: AuthHeroConfig): {
15013
15013
  message: string;
15014
15014
  };
15015
15015
  outputFormat: "json";
15016
- status: 400;
15016
+ status: 500;
15017
15017
  };
15018
15018
  };
15019
15019
  } & {
@@ -15051,7 +15051,7 @@ export declare function init(config: AuthHeroConfig): {
15051
15051
  message: string;
15052
15052
  };
15053
15053
  outputFormat: "json";
15054
- status: 500;
15054
+ status: 400;
15055
15055
  } | {
15056
15056
  input: {
15057
15057
  form: {
@@ -15069,7 +15069,7 @@ export declare function init(config: AuthHeroConfig): {
15069
15069
  message: string;
15070
15070
  };
15071
15071
  outputFormat: "json";
15072
- status: 400;
15072
+ status: 500;
15073
15073
  };
15074
15074
  };
15075
15075
  }, "/login/callback"> & import("hono/types").MergeSchemaPath<{
@@ -15107,7 +15107,7 @@ export declare function init(config: AuthHeroConfig): {
15107
15107
  message: string;
15108
15108
  };
15109
15109
  outputFormat: "json";
15110
- status: 500;
15110
+ status: 400;
15111
15111
  } | {
15112
15112
  input: {
15113
15113
  query: {
@@ -15125,7 +15125,7 @@ export declare function init(config: AuthHeroConfig): {
15125
15125
  message: string;
15126
15126
  };
15127
15127
  outputFormat: "json";
15128
- status: 400;
15128
+ status: 500;
15129
15129
  };
15130
15130
  };
15131
15131
  } & {
@@ -15163,7 +15163,7 @@ export declare function init(config: AuthHeroConfig): {
15163
15163
  message: string;
15164
15164
  };
15165
15165
  outputFormat: "json";
15166
- status: 500;
15166
+ status: 400;
15167
15167
  } | {
15168
15168
  input: {
15169
15169
  form: {
@@ -15181,7 +15181,7 @@ export declare function init(config: AuthHeroConfig): {
15181
15181
  message: string;
15182
15182
  };
15183
15183
  outputFormat: "json";
15184
- status: 400;
15184
+ status: 500;
15185
15185
  };
15186
15186
  };
15187
15187
  }, "/callback"> & import("hono/types").MergeSchemaPath<{
@@ -15245,7 +15245,7 @@ export declare function init(config: AuthHeroConfig): {
15245
15245
  scope?: string | undefined;
15246
15246
  grant_types?: string[] | undefined;
15247
15247
  response_types?: string[] | undefined;
15248
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
15248
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
15249
15249
  jwks_uri?: string | undefined;
15250
15250
  jwks?: Record<string, unknown> | undefined;
15251
15251
  software_id?: string | undefined;
@@ -15334,7 +15334,7 @@ export declare function init(config: AuthHeroConfig): {
15334
15334
  scope?: string | undefined;
15335
15335
  grant_types?: string[] | undefined;
15336
15336
  response_types?: string[] | undefined;
15337
- token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
15337
+ token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
15338
15338
  jwks_uri?: string | undefined;
15339
15339
  jwks?: Record<string, unknown> | undefined;
15340
15340
  software_id?: string | undefined;
@@ -15681,18 +15681,18 @@ export declare function init(config: AuthHeroConfig): {
15681
15681
  send: "code" | "link";
15682
15682
  authParams: {
15683
15683
  username?: string | undefined;
15684
+ state?: string | undefined;
15685
+ audience?: string | undefined;
15684
15686
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
15685
15687
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
15686
15688
  scope?: string | undefined;
15687
- audience?: string | undefined;
15688
15689
  organization?: string | undefined;
15689
- state?: string | undefined;
15690
15690
  redirect_uri?: string | undefined;
15691
- prompt?: string | undefined;
15692
- act_as?: string | undefined;
15693
- nonce?: string | undefined;
15694
15691
  code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
15695
15692
  code_challenge?: string | undefined;
15693
+ nonce?: string | undefined;
15694
+ act_as?: string | undefined;
15695
+ prompt?: string | undefined;
15696
15696
  ui_locales?: string | undefined;
15697
15697
  max_age?: number | undefined;
15698
15698
  acr_values?: string | undefined;
@@ -15717,18 +15717,18 @@ export declare function init(config: AuthHeroConfig): {
15717
15717
  send: "code" | "link";
15718
15718
  authParams: {
15719
15719
  username?: string | undefined;
15720
+ state?: string | undefined;
15721
+ audience?: string | undefined;
15720
15722
  response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
15721
15723
  response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
15722
15724
  scope?: string | undefined;
15723
- audience?: string | undefined;
15724
15725
  organization?: string | undefined;
15725
- state?: string | undefined;
15726
15726
  redirect_uri?: string | undefined;
15727
- prompt?: string | undefined;
15728
- act_as?: string | undefined;
15729
- nonce?: string | undefined;
15730
15727
  code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
15731
15728
  code_challenge?: string | undefined;
15729
+ nonce?: string | undefined;
15730
+ act_as?: string | undefined;
15731
+ prompt?: string | undefined;
15732
15732
  ui_locales?: string | undefined;
15733
15733
  max_age?: number | undefined;
15734
15734
  acr_values?: string | undefined;
@@ -15793,7 +15793,7 @@ export declare function init(config: AuthHeroConfig): {
15793
15793
  error_description?: string | undefined;
15794
15794
  };
15795
15795
  outputFormat: "json";
15796
- status: 500;
15796
+ status: 400;
15797
15797
  } | {
15798
15798
  input: {
15799
15799
  query: {
@@ -15814,7 +15814,7 @@ export declare function init(config: AuthHeroConfig): {
15814
15814
  error_description?: string | undefined;
15815
15815
  };
15816
15816
  outputFormat: "json";
15817
- status: 400;
15817
+ status: 500;
15818
15818
  };
15819
15819
  };
15820
15820
  }, "/passwordless"> & import("hono/types").MergeSchemaPath<{
@@ -16792,7 +16792,7 @@ export declare function init(config: AuthHeroConfig): {
16792
16792
  };
16793
16793
  output: {};
16794
16794
  outputFormat: string;
16795
- status: 500;
16795
+ status: 302;
16796
16796
  } | {
16797
16797
  input: {
16798
16798
  query: {
@@ -16801,7 +16801,7 @@ export declare function init(config: AuthHeroConfig): {
16801
16801
  };
16802
16802
  output: {};
16803
16803
  outputFormat: string;
16804
- status: 302;
16804
+ status: 400;
16805
16805
  } | {
16806
16806
  input: {
16807
16807
  query: {
@@ -16810,7 +16810,7 @@ export declare function init(config: AuthHeroConfig): {
16810
16810
  };
16811
16811
  output: {};
16812
16812
  outputFormat: string;
16813
- status: 400;
16813
+ status: 500;
16814
16814
  };
16815
16815
  };
16816
16816
  }, "/continue"> & import("hono/types").MergeSchemaPath<{
@@ -17659,7 +17659,7 @@ export declare function init(config: AuthHeroConfig): {
17659
17659
  $get: {
17660
17660
  input: {
17661
17661
  param: {
17662
- screen: "signup" | "login" | "impersonate" | "reset-password" | "consent" | "account" | "enter-password" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17662
+ 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";
17663
17663
  };
17664
17664
  } & {
17665
17665
  query: {
@@ -17675,7 +17675,7 @@ export declare function init(config: AuthHeroConfig): {
17675
17675
  } | {
17676
17676
  input: {
17677
17677
  param: {
17678
- screen: "signup" | "login" | "impersonate" | "reset-password" | "consent" | "account" | "enter-password" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17678
+ 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";
17679
17679
  };
17680
17680
  } & {
17681
17681
  query: {
@@ -17691,7 +17691,7 @@ export declare function init(config: AuthHeroConfig): {
17691
17691
  } | {
17692
17692
  input: {
17693
17693
  param: {
17694
- screen: "signup" | "login" | "impersonate" | "reset-password" | "consent" | "account" | "enter-password" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17694
+ 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";
17695
17695
  };
17696
17696
  } & {
17697
17697
  query: {
@@ -17711,7 +17711,7 @@ export declare function init(config: AuthHeroConfig): {
17711
17711
  $post: {
17712
17712
  input: {
17713
17713
  param: {
17714
- screen: "signup" | "login" | "impersonate" | "reset-password" | "consent" | "enter-password" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17714
+ 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";
17715
17715
  };
17716
17716
  } & {
17717
17717
  query: {
@@ -17729,7 +17729,7 @@ export declare function init(config: AuthHeroConfig): {
17729
17729
  } | {
17730
17730
  input: {
17731
17731
  param: {
17732
- screen: "signup" | "login" | "impersonate" | "reset-password" | "consent" | "enter-password" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
17732
+ 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";
17733
17733
  };
17734
17734
  } & {
17735
17735
  query: {