authhero 8.1.0 → 8.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/dist/authhero.cjs +215 -215
  2. package/dist/authhero.d.ts +111 -79
  3. package/dist/authhero.mjs +9829 -9731
  4. package/dist/{passkey-enrollment-Dw1ObR65.mjs → passkey-enrollment-Ba_8I87G.mjs} +1 -5
  5. package/dist/passkey-enrollment-CB7HjMH_.js +1 -0
  6. package/dist/stats.html +1 -1
  7. package/dist/tsconfig.types.tsbuildinfo +1 -1
  8. package/dist/types/authentication-flows/common.d.ts +18 -10
  9. package/dist/types/authentication-flows/connection.d.ts +2 -2
  10. package/dist/types/helpers/compose-auth-data.d.ts +9 -1
  11. package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
  12. package/dist/types/helpers/server-timing.d.ts +44 -2
  13. package/dist/types/index.d.ts +75 -75
  14. package/dist/types/middlewares/tenant.d.ts +11 -4
  15. package/dist/types/routes/auth-api/account.d.ts +2 -2
  16. package/dist/types/routes/auth-api/index.d.ts +6 -6
  17. package/dist/types/routes/auth-api/passwordless.d.ts +4 -4
  18. package/dist/types/routes/management-api/action-triggers.d.ts +1 -1
  19. package/dist/types/routes/management-api/client-grants.d.ts +8 -8
  20. package/dist/types/routes/management-api/email-templates.d.ts +18 -18
  21. package/dist/types/routes/management-api/flows.d.ts +7 -7
  22. package/dist/types/routes/management-api/guardian.d.ts +5 -5
  23. package/dist/types/routes/management-api/index.d.ts +63 -63
  24. package/dist/types/routes/management-api/log-streams.d.ts +6 -6
  25. package/dist/types/routes/management-api/logs.d.ts +3 -3
  26. package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
  27. package/dist/types/routes/management-api/organizations.d.ts +3 -3
  28. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  29. package/dist/types/routes/management-api/users.d.ts +2 -2
  30. package/dist/types/routes/universal-login/u2-index.d.ts +6 -6
  31. package/dist/types/routes/universal-login/u2-routes.d.ts +6 -6
  32. package/dist/types/types/Bindings.d.ts +21 -0
  33. package/dist/types/types/IdToken.d.ts +2 -2
  34. package/dist/types/types/Variables.d.ts +4 -0
  35. package/package.json +1 -1
  36. package/dist/passkey-enrollment-DKWsGt-K.js +0 -1
@@ -177,7 +177,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
177
177
  };
178
178
  };
179
179
  output: {
180
- name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
180
+ name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
181
181
  enabled: boolean;
182
182
  trial_expired?: boolean | undefined;
183
183
  }[];
@@ -332,7 +332,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
332
332
  $get: {
333
333
  input: {
334
334
  param: {
335
- factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
335
+ factor_name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
336
336
  };
337
337
  } & {
338
338
  header: {
@@ -340,7 +340,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
340
340
  };
341
341
  };
342
342
  output: {
343
- name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
343
+ name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
344
344
  enabled: boolean;
345
345
  trial_expired?: boolean | undefined;
346
346
  };
@@ -353,7 +353,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
353
353
  $put: {
354
354
  input: {
355
355
  param: {
356
- factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
356
+ factor_name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
357
357
  };
358
358
  } & {
359
359
  header: {
@@ -365,7 +365,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
365
365
  };
366
366
  };
367
367
  output: {
368
- name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
368
+ name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
369
369
  enabled: boolean;
370
370
  trial_expired?: boolean | undefined;
371
371
  };
@@ -1110,10 +1110,10 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
1110
1110
  invitee: {
1111
1111
  email?: string | undefined;
1112
1112
  };
1113
- app_metadata?: Record<string, any> | undefined;
1114
- user_metadata?: Record<string, any> | undefined;
1115
1113
  id?: string | undefined;
1116
1114
  connection_id?: string | undefined;
1115
+ app_metadata?: Record<string, any> | undefined;
1116
+ user_metadata?: Record<string, any> | undefined;
1117
1117
  roles?: string[] | undefined;
1118
1118
  ttl_sec?: number | undefined;
1119
1119
  send_invitation_email?: boolean | undefined;
@@ -1298,8 +1298,8 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
1298
1298
  };
1299
1299
  } & {
1300
1300
  json: {
1301
- show_as_button?: boolean | undefined;
1302
1301
  assign_membership_on_login?: boolean | undefined;
1302
+ show_as_button?: boolean | undefined;
1303
1303
  is_signup_enabled?: boolean | undefined;
1304
1304
  };
1305
1305
  };
@@ -1965,7 +1965,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
1965
1965
  type: "REDIRECT";
1966
1966
  action: "REDIRECT_USER";
1967
1967
  params: {
1968
- target: "custom" | "account" | "change-email";
1968
+ target: "custom" | "change-email" | "account";
1969
1969
  custom_url?: string | undefined;
1970
1970
  };
1971
1971
  alias?: string | undefined;
@@ -2018,7 +2018,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
2018
2018
  type: "REDIRECT";
2019
2019
  action: "REDIRECT_USER";
2020
2020
  params: {
2021
- target: "custom" | "account" | "change-email";
2021
+ target: "custom" | "change-email" | "account";
2022
2022
  custom_url?: string | undefined;
2023
2023
  };
2024
2024
  alias?: string | undefined;
@@ -2086,7 +2086,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
2086
2086
  type: "REDIRECT";
2087
2087
  action: "REDIRECT_USER";
2088
2088
  params: {
2089
- target: "custom" | "account" | "change-email";
2089
+ target: "custom" | "change-email" | "account";
2090
2090
  custom_url?: string | undefined;
2091
2091
  };
2092
2092
  alias?: string | undefined;
@@ -2167,7 +2167,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
2167
2167
  type: "REDIRECT";
2168
2168
  action: "REDIRECT_USER";
2169
2169
  params: {
2170
- target: "custom" | "account" | "change-email";
2170
+ target: "custom" | "change-email" | "account";
2171
2171
  custom_url?: string | undefined;
2172
2172
  };
2173
2173
  alias?: string | undefined;
@@ -2215,7 +2215,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
2215
2215
  type: "REDIRECT";
2216
2216
  action: "REDIRECT_USER";
2217
2217
  params: {
2218
- target: "custom" | "account" | "change-email";
2218
+ target: "custom" | "change-email" | "account";
2219
2219
  custom_url?: string | undefined;
2220
2220
  };
2221
2221
  alias?: string | undefined;
@@ -2275,7 +2275,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
2275
2275
  type: "REDIRECT";
2276
2276
  action: "REDIRECT_USER";
2277
2277
  params: {
2278
- target: "custom" | "account" | "change-email";
2278
+ target: "custom" | "change-email" | "account";
2279
2279
  custom_url?: string | undefined;
2280
2280
  };
2281
2281
  alias?: string | undefined;
@@ -2323,7 +2323,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
2323
2323
  type: "REDIRECT";
2324
2324
  action: "REDIRECT_USER";
2325
2325
  params: {
2326
- target: "custom" | "account" | "change-email";
2326
+ target: "custom" | "change-email" | "account";
2327
2327
  custom_url?: string | undefined;
2328
2328
  };
2329
2329
  alias?: string | undefined;
@@ -6601,7 +6601,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6601
6601
  };
6602
6602
  };
6603
6603
  output: {
6604
- prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "email-otp-challenge" | "invitation" | "reset-password" | "mfa-login-options" | "consent" | "email-verification" | "login-id" | "login-password" | "signup-id" | "signup-password" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
6604
+ prompt: "login" | "mfa" | "organizations" | "status" | "signup" | "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";
6605
6605
  language: string;
6606
6606
  }[];
6607
6607
  outputFormat: "json";
@@ -6639,7 +6639,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6639
6639
  $get: {
6640
6640
  input: {
6641
6641
  param: {
6642
- prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "email-otp-challenge" | "invitation" | "reset-password" | "mfa-login-options" | "consent" | "email-verification" | "login-id" | "login-password" | "signup-id" | "signup-password" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
6642
+ prompt: "login" | "mfa" | "organizations" | "status" | "signup" | "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";
6643
6643
  language: string;
6644
6644
  };
6645
6645
  } & {
@@ -6661,7 +6661,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6661
6661
  $put: {
6662
6662
  input: {
6663
6663
  param: {
6664
- prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "email-otp-challenge" | "invitation" | "reset-password" | "mfa-login-options" | "consent" | "email-verification" | "login-id" | "login-password" | "signup-id" | "signup-password" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
6664
+ prompt: "login" | "mfa" | "organizations" | "status" | "signup" | "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";
6665
6665
  language: string;
6666
6666
  };
6667
6667
  } & {
@@ -6685,7 +6685,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6685
6685
  $delete: {
6686
6686
  input: {
6687
6687
  param: {
6688
- prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "email-otp-challenge" | "invitation" | "reset-password" | "mfa-login-options" | "consent" | "email-verification" | "login-id" | "login-password" | "signup-id" | "signup-password" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
6688
+ prompt: "login" | "mfa" | "organizations" | "status" | "signup" | "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";
6689
6689
  language: string;
6690
6690
  };
6691
6691
  } & {
@@ -8494,7 +8494,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8494
8494
  created_at: string;
8495
8495
  updated_at: string;
8496
8496
  name: string;
8497
- provider: "auth0" | "oidc" | "okta" | "cognito";
8497
+ provider: "auth0" | "cognito" | "okta" | "oidc";
8498
8498
  connection: string;
8499
8499
  enabled: boolean;
8500
8500
  credentials: {
@@ -8526,7 +8526,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8526
8526
  created_at: string;
8527
8527
  updated_at: string;
8528
8528
  name: string;
8529
- provider: "auth0" | "oidc" | "okta" | "cognito";
8529
+ provider: "auth0" | "cognito" | "okta" | "oidc";
8530
8530
  connection: string;
8531
8531
  enabled: boolean;
8532
8532
  credentials: {
@@ -8552,7 +8552,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8552
8552
  } & {
8553
8553
  json: {
8554
8554
  name: string;
8555
- provider: "auth0" | "oidc" | "okta" | "cognito";
8555
+ provider: "auth0" | "cognito" | "okta" | "oidc";
8556
8556
  connection: string;
8557
8557
  credentials: {
8558
8558
  domain: string;
@@ -8569,7 +8569,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8569
8569
  created_at: string;
8570
8570
  updated_at: string;
8571
8571
  name: string;
8572
- provider: "auth0" | "oidc" | "okta" | "cognito";
8572
+ provider: "auth0" | "cognito" | "okta" | "oidc";
8573
8573
  connection: string;
8574
8574
  enabled: boolean;
8575
8575
  credentials: {
@@ -8600,7 +8600,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8600
8600
  json: {
8601
8601
  id?: string | undefined;
8602
8602
  name?: string | undefined;
8603
- provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
8603
+ provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
8604
8604
  connection?: string | undefined;
8605
8605
  enabled?: boolean | undefined;
8606
8606
  credentials?: {
@@ -8616,7 +8616,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8616
8616
  created_at: string;
8617
8617
  updated_at: string;
8618
8618
  name: string;
8619
- provider: "auth0" | "oidc" | "okta" | "cognito";
8619
+ provider: "auth0" | "cognito" | "okta" | "oidc";
8620
8620
  connection: string;
8621
8621
  enabled: boolean;
8622
8622
  credentials: {
@@ -8664,7 +8664,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8664
8664
  [x: string]: import("hono/utils/types").JSONValue;
8665
8665
  };
8666
8666
  id: string;
8667
- status: "active" | "suspended" | "paused";
8667
+ status: "suspended" | "active" | "paused";
8668
8668
  filters?: {
8669
8669
  type: string;
8670
8670
  name: string;
@@ -8696,7 +8696,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8696
8696
  [x: string]: import("hono/utils/types").JSONValue;
8697
8697
  };
8698
8698
  id: string;
8699
- status: "active" | "suspended" | "paused";
8699
+ status: "suspended" | "active" | "paused";
8700
8700
  filters?: {
8701
8701
  type: string;
8702
8702
  name: string;
@@ -8721,7 +8721,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8721
8721
  name: string;
8722
8722
  type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
8723
8723
  sink: Record<string, unknown>;
8724
- status?: "active" | "suspended" | "paused" | undefined;
8724
+ status?: "suspended" | "active" | "paused" | undefined;
8725
8725
  filters?: {
8726
8726
  type: string;
8727
8727
  name: string;
@@ -8736,7 +8736,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8736
8736
  [x: string]: import("hono/utils/types").JSONValue;
8737
8737
  };
8738
8738
  id: string;
8739
- status: "active" | "suspended" | "paused";
8739
+ status: "suspended" | "active" | "paused";
8740
8740
  filters?: {
8741
8741
  type: string;
8742
8742
  name: string;
@@ -8771,7 +8771,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8771
8771
  }[] | undefined;
8772
8772
  isPriority?: boolean | undefined;
8773
8773
  id?: string | undefined;
8774
- status?: "active" | "suspended" | "paused" | undefined;
8774
+ status?: "suspended" | "active" | "paused" | undefined;
8775
8775
  created_at?: string | undefined;
8776
8776
  updated_at?: string | undefined;
8777
8777
  };
@@ -8783,7 +8783,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8783
8783
  [x: string]: import("hono/utils/types").JSONValue;
8784
8784
  };
8785
8785
  id: string;
8786
- status: "active" | "suspended" | "paused";
8786
+ status: "suspended" | "active" | "paused";
8787
8787
  filters?: {
8788
8788
  type: string;
8789
8789
  name: string;
@@ -8834,7 +8834,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8834
8834
  };
8835
8835
  };
8836
8836
  output: {
8837
- type: "fs" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
8837
+ type: "s" | "w" | "fh" | "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" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "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" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "wn" | "wum";
8838
8838
  date: string;
8839
8839
  isMobile: boolean;
8840
8840
  log_id: string;
@@ -8873,7 +8873,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8873
8873
  limit: number;
8874
8874
  length: number;
8875
8875
  logs: {
8876
- type: "fs" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
8876
+ type: "s" | "w" | "fh" | "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" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "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" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "wn" | "wum";
8877
8877
  date: string;
8878
8878
  isMobile: boolean;
8879
8879
  log_id: string;
@@ -8927,7 +8927,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8927
8927
  };
8928
8928
  };
8929
8929
  output: {
8930
- type: "fs" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
8930
+ type: "s" | "w" | "fh" | "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" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "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" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "wn" | "wum";
8931
8931
  date: string;
8932
8932
  isMobile: boolean;
8933
8933
  log_id: string;
@@ -9082,7 +9082,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9082
9082
  audience?: string | undefined;
9083
9083
  client_id?: string | undefined;
9084
9084
  allow_any_organization?: string | undefined;
9085
- subject_type?: "user" | "client" | undefined;
9085
+ subject_type?: "client" | "user" | undefined;
9086
9086
  };
9087
9087
  } & {
9088
9088
  header: {
@@ -9097,7 +9097,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9097
9097
  organization_usage?: "deny" | "allow" | "require" | undefined;
9098
9098
  allow_any_organization?: boolean | undefined;
9099
9099
  is_system?: boolean | undefined;
9100
- subject_type?: "user" | "client" | undefined;
9100
+ subject_type?: "client" | "user" | undefined;
9101
9101
  authorization_details_types?: string[] | undefined;
9102
9102
  created_at?: string | undefined;
9103
9103
  updated_at?: string | undefined;
@@ -9113,7 +9113,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9113
9113
  organization_usage?: "deny" | "allow" | "require" | undefined;
9114
9114
  allow_any_organization?: boolean | undefined;
9115
9115
  is_system?: boolean | undefined;
9116
- subject_type?: "user" | "client" | undefined;
9116
+ subject_type?: "client" | "user" | undefined;
9117
9117
  authorization_details_types?: string[] | undefined;
9118
9118
  created_at?: string | undefined;
9119
9119
  updated_at?: string | undefined;
@@ -9144,7 +9144,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9144
9144
  organization_usage?: "deny" | "allow" | "require" | undefined;
9145
9145
  allow_any_organization?: boolean | undefined;
9146
9146
  is_system?: boolean | undefined;
9147
- subject_type?: "user" | "client" | undefined;
9147
+ subject_type?: "client" | "user" | undefined;
9148
9148
  authorization_details_types?: string[] | undefined;
9149
9149
  created_at?: string | undefined;
9150
9150
  updated_at?: string | undefined;
@@ -9189,7 +9189,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9189
9189
  organization_usage?: "deny" | "allow" | "require" | undefined;
9190
9190
  allow_any_organization?: boolean | undefined;
9191
9191
  is_system?: boolean | undefined;
9192
- subject_type?: "user" | "client" | undefined;
9192
+ subject_type?: "client" | "user" | undefined;
9193
9193
  authorization_details_types?: string[] | undefined;
9194
9194
  };
9195
9195
  };
@@ -9201,7 +9201,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9201
9201
  organization_usage?: "deny" | "allow" | "require" | undefined;
9202
9202
  allow_any_organization?: boolean | undefined;
9203
9203
  is_system?: boolean | undefined;
9204
- subject_type?: "user" | "client" | undefined;
9204
+ subject_type?: "client" | "user" | undefined;
9205
9205
  authorization_details_types?: string[] | undefined;
9206
9206
  created_at?: string | undefined;
9207
9207
  updated_at?: string | undefined;
@@ -9225,7 +9225,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9225
9225
  organization_usage?: "deny" | "allow" | "require" | undefined;
9226
9226
  allow_any_organization?: boolean | undefined;
9227
9227
  is_system?: boolean | undefined;
9228
- subject_type?: "user" | "client" | undefined;
9228
+ subject_type?: "client" | "user" | undefined;
9229
9229
  authorization_details_types?: string[] | undefined;
9230
9230
  };
9231
9231
  };
@@ -9237,7 +9237,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9237
9237
  organization_usage?: "deny" | "allow" | "require" | undefined;
9238
9238
  allow_any_organization?: boolean | undefined;
9239
9239
  is_system?: boolean | undefined;
9240
- subject_type?: "user" | "client" | undefined;
9240
+ subject_type?: "client" | "user" | undefined;
9241
9241
  authorization_details_types?: string[] | undefined;
9242
9242
  created_at?: string | undefined;
9243
9243
  updated_at?: string | undefined;
@@ -11145,7 +11145,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11145
11145
  };
11146
11146
  };
11147
11147
  output: {
11148
- type: "fs" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11148
+ type: "s" | "w" | "fh" | "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" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "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" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "wn" | "wum";
11149
11149
  date: string;
11150
11150
  isMobile: boolean;
11151
11151
  log_id: string;
@@ -11184,7 +11184,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11184
11184
  limit: number;
11185
11185
  length: number;
11186
11186
  logs: {
11187
- type: "fs" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11187
+ type: "s" | "w" | "fh" | "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" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "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" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "wn" | "wum";
11188
11188
  date: string;
11189
11189
  isMobile: boolean;
11190
11190
  log_id: string;
@@ -11499,7 +11499,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11499
11499
  };
11500
11500
  } & {
11501
11501
  json: {
11502
- template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11502
+ template: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11503
11503
  body: string;
11504
11504
  from: string;
11505
11505
  subject: string;
@@ -11520,7 +11520,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11520
11520
  };
11521
11521
  } & {
11522
11522
  json: {
11523
- template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11523
+ template: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11524
11524
  body: string;
11525
11525
  from: string;
11526
11526
  subject: string;
@@ -11532,7 +11532,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11532
11532
  };
11533
11533
  };
11534
11534
  output: {
11535
- template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11535
+ template: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11536
11536
  body: string;
11537
11537
  from: string;
11538
11538
  subject: string;
@@ -11555,7 +11555,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11555
11555
  };
11556
11556
  };
11557
11557
  output: {
11558
- name: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11558
+ name: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11559
11559
  body: string;
11560
11560
  subject: string;
11561
11561
  }[];
@@ -11568,7 +11568,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11568
11568
  $get: {
11569
11569
  input: {
11570
11570
  param: {
11571
- templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11571
+ templateName: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11572
11572
  };
11573
11573
  } & {
11574
11574
  header: {
@@ -11581,7 +11581,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11581
11581
  } | {
11582
11582
  input: {
11583
11583
  param: {
11584
- templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11584
+ templateName: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11585
11585
  };
11586
11586
  } & {
11587
11587
  header: {
@@ -11589,7 +11589,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11589
11589
  };
11590
11590
  };
11591
11591
  output: {
11592
- template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11592
+ template: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11593
11593
  body: string;
11594
11594
  from: string;
11595
11595
  subject: string;
@@ -11608,7 +11608,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11608
11608
  $put: {
11609
11609
  input: {
11610
11610
  param: {
11611
- templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11611
+ templateName: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11612
11612
  };
11613
11613
  } & {
11614
11614
  header: {
@@ -11616,7 +11616,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11616
11616
  };
11617
11617
  } & {
11618
11618
  json: {
11619
- template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11619
+ template: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11620
11620
  body: string;
11621
11621
  subject: string;
11622
11622
  syntax?: "liquid" | undefined;
@@ -11628,7 +11628,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11628
11628
  };
11629
11629
  };
11630
11630
  output: {
11631
- template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11631
+ template: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11632
11632
  body: string;
11633
11633
  from: string;
11634
11634
  subject: string;
@@ -11647,7 +11647,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11647
11647
  $patch: {
11648
11648
  input: {
11649
11649
  param: {
11650
- templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11650
+ templateName: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11651
11651
  };
11652
11652
  } & {
11653
11653
  header: {
@@ -11655,7 +11655,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11655
11655
  };
11656
11656
  } & {
11657
11657
  json: {
11658
- template?: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11658
+ template?: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11659
11659
  body?: string | undefined;
11660
11660
  from?: string | undefined;
11661
11661
  subject?: string | undefined;
@@ -11672,7 +11672,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11672
11672
  } | {
11673
11673
  input: {
11674
11674
  param: {
11675
- templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11675
+ templateName: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11676
11676
  };
11677
11677
  } & {
11678
11678
  header: {
@@ -11680,7 +11680,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11680
11680
  };
11681
11681
  } & {
11682
11682
  json: {
11683
- template?: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11683
+ template?: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11684
11684
  body?: string | undefined;
11685
11685
  from?: string | undefined;
11686
11686
  subject?: string | undefined;
@@ -11692,7 +11692,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11692
11692
  };
11693
11693
  };
11694
11694
  output: {
11695
- template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11695
+ template: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11696
11696
  body: string;
11697
11697
  from: string;
11698
11698
  subject: string;
@@ -11711,7 +11711,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11711
11711
  $delete: {
11712
11712
  input: {
11713
11713
  param: {
11714
- templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11714
+ templateName: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11715
11715
  };
11716
11716
  } & {
11717
11717
  header: {
@@ -11724,7 +11724,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11724
11724
  } | {
11725
11725
  input: {
11726
11726
  param: {
11727
- templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11727
+ templateName: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11728
11728
  };
11729
11729
  } & {
11730
11730
  header: {
@@ -11741,7 +11741,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11741
11741
  $post: {
11742
11742
  input: {
11743
11743
  param: {
11744
- templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11744
+ templateName: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11745
11745
  };
11746
11746
  } & {
11747
11747
  header: {
@@ -12748,7 +12748,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12748
12748
  json: {
12749
12749
  bindings: {
12750
12750
  ref: {
12751
- type?: "action_name" | "action_id" | undefined;
12751
+ type?: "action_id" | "action_name" | undefined;
12752
12752
  value?: string | undefined;
12753
12753
  id?: string | undefined;
12754
12754
  name?: string | undefined;