authhero 8.10.0 → 8.11.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 (44) hide show
  1. package/dist/assets/u/widget/index.esm.js +1 -1
  2. package/dist/authhero.cjs +109 -109
  3. package/dist/authhero.d.ts +140 -140
  4. package/dist/authhero.mjs +9215 -9171
  5. package/dist/stats.html +1 -1
  6. package/dist/tsconfig.types.tsbuildinfo +1 -1
  7. package/dist/types/authentication-flows/passwordless.d.ts +6 -6
  8. package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
  9. package/dist/types/index.d.ts +140 -140
  10. package/dist/types/routes/auth-api/index.d.ts +28 -28
  11. package/dist/types/routes/auth-api/passwordless.d.ts +16 -16
  12. package/dist/types/routes/auth-api/register/index.d.ts +2 -2
  13. package/dist/types/routes/auth-api/token.d.ts +10 -10
  14. package/dist/types/routes/management-api/action-executions.d.ts +1 -1
  15. package/dist/types/routes/management-api/action-triggers.d.ts +1 -1
  16. package/dist/types/routes/management-api/actions.d.ts +1 -1
  17. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  18. package/dist/types/routes/management-api/branding.d.ts +9 -9
  19. package/dist/types/routes/management-api/clients.d.ts +13 -13
  20. package/dist/types/routes/management-api/connections.d.ts +16 -16
  21. package/dist/types/routes/management-api/custom-domains.d.ts +6 -6
  22. package/dist/types/routes/management-api/email-templates.d.ts +18 -18
  23. package/dist/types/routes/management-api/forms.d.ts +126 -126
  24. package/dist/types/routes/management-api/guardian.d.ts +5 -5
  25. package/dist/types/routes/management-api/hook-code.d.ts +2 -2
  26. package/dist/types/routes/management-api/index.d.ts +96 -96
  27. package/dist/types/routes/management-api/log-streams.d.ts +6 -6
  28. package/dist/types/routes/management-api/logs.d.ts +3 -3
  29. package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
  30. package/dist/types/routes/management-api/organizations.d.ts +1 -1
  31. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  32. package/dist/types/routes/management-api/tenants.d.ts +5 -5
  33. package/dist/types/routes/management-api/themes.d.ts +6 -6
  34. package/dist/types/routes/management-api/users.d.ts +2 -2
  35. package/dist/types/routes/universal-login/common.d.ts +12 -12
  36. package/dist/types/routes/universal-login/flow-api.d.ts +8 -8
  37. package/dist/types/routes/universal-login/identifier.d.ts +2 -2
  38. package/dist/types/routes/universal-login/index.d.ts +2 -2
  39. package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
  40. package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
  41. package/dist/types/strategies/microsoft-entra.d.ts +14 -0
  42. package/dist/types/strategies/waad.d.ts +14 -0
  43. package/dist/types/types/IdToken.d.ts +3 -3
  44. package/package.json +5 -5
@@ -96,7 +96,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
96
96
  };
97
97
  } & {
98
98
  json: {
99
- type: "push" | "email" | "passkey" | "webauthn-roaming" | "webauthn-platform" | "phone" | "totp";
99
+ type: "email" | "passkey" | "push" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
100
100
  phone_number?: string | undefined;
101
101
  totp_secret?: string | undefined;
102
102
  credential_id?: string | undefined;
@@ -236,7 +236,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
236
236
  };
237
237
  };
238
238
  output: {
239
- name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
239
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
240
240
  enabled: boolean;
241
241
  trial_expired?: boolean | undefined;
242
242
  }[];
@@ -391,7 +391,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
391
391
  $get: {
392
392
  input: {
393
393
  param: {
394
- factor_name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
394
+ factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
395
395
  };
396
396
  } & {
397
397
  header: {
@@ -399,7 +399,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
399
399
  };
400
400
  };
401
401
  output: {
402
- name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
402
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
403
403
  enabled: boolean;
404
404
  trial_expired?: boolean | undefined;
405
405
  };
@@ -412,7 +412,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
412
412
  $put: {
413
413
  input: {
414
414
  param: {
415
- factor_name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
415
+ factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
416
416
  };
417
417
  } & {
418
418
  header: {
@@ -424,7 +424,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
424
424
  };
425
425
  };
426
426
  output: {
427
- name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
427
+ name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
428
428
  enabled: boolean;
429
429
  trial_expired?: boolean | undefined;
430
430
  };
@@ -1357,8 +1357,8 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
1357
1357
  };
1358
1358
  } & {
1359
1359
  json: {
1360
- assign_membership_on_login?: boolean | undefined;
1361
1360
  show_as_button?: boolean | undefined;
1361
+ assign_membership_on_login?: boolean | undefined;
1362
1362
  is_signup_enabled?: boolean | undefined;
1363
1363
  };
1364
1364
  };
@@ -6828,7 +6828,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6828
6828
  };
6829
6829
  };
6830
6830
  output: {
6831
- prompt: "status" | "login" | "signup" | "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";
6831
+ prompt: "signup" | "status" | "organizations" | "mfa" | "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";
6832
6832
  language: string;
6833
6833
  }[];
6834
6834
  outputFormat: "json";
@@ -6866,7 +6866,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6866
6866
  $get: {
6867
6867
  input: {
6868
6868
  param: {
6869
- prompt: "status" | "login" | "signup" | "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";
6869
+ prompt: "signup" | "status" | "organizations" | "mfa" | "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";
6870
6870
  language: string;
6871
6871
  };
6872
6872
  } & {
@@ -6888,7 +6888,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6888
6888
  $put: {
6889
6889
  input: {
6890
6890
  param: {
6891
- prompt: "status" | "login" | "signup" | "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";
6891
+ prompt: "signup" | "status" | "organizations" | "mfa" | "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";
6892
6892
  language: string;
6893
6893
  };
6894
6894
  } & {
@@ -6912,7 +6912,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6912
6912
  $delete: {
6913
6913
  input: {
6914
6914
  param: {
6915
- prompt: "status" | "login" | "signup" | "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";
6915
+ prompt: "signup" | "status" | "organizations" | "mfa" | "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";
6916
6916
  language: string;
6917
6917
  };
6918
6918
  } & {
@@ -7004,7 +7004,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7004
7004
  active?: boolean | undefined;
7005
7005
  } | undefined;
7006
7006
  signup?: {
7007
- status?: "required" | "optional" | "disabled" | undefined;
7007
+ status?: "optional" | "required" | "disabled" | undefined;
7008
7008
  verification?: {
7009
7009
  active?: boolean | undefined;
7010
7010
  } | undefined;
@@ -7021,7 +7021,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7021
7021
  active?: boolean | undefined;
7022
7022
  } | undefined;
7023
7023
  signup?: {
7024
- status?: "required" | "optional" | "disabled" | undefined;
7024
+ status?: "optional" | "required" | "disabled" | undefined;
7025
7025
  } | undefined;
7026
7026
  validation?: {
7027
7027
  max_length?: number | undefined;
@@ -7038,7 +7038,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7038
7038
  active?: boolean | undefined;
7039
7039
  } | undefined;
7040
7040
  signup?: {
7041
- status?: "required" | "optional" | "disabled" | undefined;
7041
+ status?: "optional" | "required" | "disabled" | undefined;
7042
7042
  } | undefined;
7043
7043
  } | undefined;
7044
7044
  } | undefined;
@@ -7138,7 +7138,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7138
7138
  active?: boolean | undefined;
7139
7139
  } | undefined;
7140
7140
  signup?: {
7141
- status?: "required" | "optional" | "disabled" | undefined;
7141
+ status?: "optional" | "required" | "disabled" | undefined;
7142
7142
  verification?: {
7143
7143
  active?: boolean | undefined;
7144
7144
  } | undefined;
@@ -7155,7 +7155,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7155
7155
  active?: boolean | undefined;
7156
7156
  } | undefined;
7157
7157
  signup?: {
7158
- status?: "required" | "optional" | "disabled" | undefined;
7158
+ status?: "optional" | "required" | "disabled" | undefined;
7159
7159
  } | undefined;
7160
7160
  validation?: {
7161
7161
  max_length?: number | undefined;
@@ -7172,7 +7172,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7172
7172
  active?: boolean | undefined;
7173
7173
  } | undefined;
7174
7174
  signup?: {
7175
- status?: "required" | "optional" | "disabled" | undefined;
7175
+ status?: "optional" | "required" | "disabled" | undefined;
7176
7176
  } | undefined;
7177
7177
  } | undefined;
7178
7178
  } | undefined;
@@ -7287,7 +7287,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7287
7287
  active?: boolean | undefined;
7288
7288
  } | undefined;
7289
7289
  signup?: {
7290
- status?: "required" | "optional" | "disabled" | undefined;
7290
+ status?: "optional" | "required" | "disabled" | undefined;
7291
7291
  verification?: {
7292
7292
  active?: boolean | undefined;
7293
7293
  } | undefined;
@@ -7304,7 +7304,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7304
7304
  active?: boolean | undefined;
7305
7305
  } | undefined;
7306
7306
  signup?: {
7307
- status?: "required" | "optional" | "disabled" | undefined;
7307
+ status?: "optional" | "required" | "disabled" | undefined;
7308
7308
  } | undefined;
7309
7309
  validation?: {
7310
7310
  max_length?: number | undefined;
@@ -7321,7 +7321,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7321
7321
  active?: boolean | undefined;
7322
7322
  } | undefined;
7323
7323
  signup?: {
7324
- status?: "required" | "optional" | "disabled" | undefined;
7324
+ status?: "optional" | "required" | "disabled" | undefined;
7325
7325
  } | undefined;
7326
7326
  } | undefined;
7327
7327
  } | undefined;
@@ -7466,7 +7466,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7466
7466
  active?: boolean | undefined;
7467
7467
  } | undefined;
7468
7468
  signup?: {
7469
- status?: "required" | "optional" | "disabled" | undefined;
7469
+ status?: "optional" | "required" | "disabled" | undefined;
7470
7470
  verification?: {
7471
7471
  active?: boolean | undefined;
7472
7472
  } | undefined;
@@ -7483,7 +7483,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7483
7483
  active?: boolean | undefined;
7484
7484
  } | undefined;
7485
7485
  signup?: {
7486
- status?: "required" | "optional" | "disabled" | undefined;
7486
+ status?: "optional" | "required" | "disabled" | undefined;
7487
7487
  } | undefined;
7488
7488
  validation?: {
7489
7489
  max_length?: number | undefined;
@@ -7500,7 +7500,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7500
7500
  active?: boolean | undefined;
7501
7501
  } | undefined;
7502
7502
  signup?: {
7503
- status?: "required" | "optional" | "disabled" | undefined;
7503
+ status?: "optional" | "required" | "disabled" | undefined;
7504
7504
  } | undefined;
7505
7505
  } | undefined;
7506
7506
  } | undefined;
@@ -7624,7 +7624,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7624
7624
  active?: boolean | undefined;
7625
7625
  } | undefined;
7626
7626
  signup?: {
7627
- status?: "required" | "optional" | "disabled" | undefined;
7627
+ status?: "optional" | "required" | "disabled" | undefined;
7628
7628
  verification?: {
7629
7629
  active?: boolean | undefined;
7630
7630
  } | undefined;
@@ -7641,7 +7641,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7641
7641
  active?: boolean | undefined;
7642
7642
  } | undefined;
7643
7643
  signup?: {
7644
- status?: "required" | "optional" | "disabled" | undefined;
7644
+ status?: "optional" | "required" | "disabled" | undefined;
7645
7645
  } | undefined;
7646
7646
  validation?: {
7647
7647
  max_length?: number | undefined;
@@ -7658,7 +7658,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7658
7658
  active?: boolean | undefined;
7659
7659
  } | undefined;
7660
7660
  signup?: {
7661
- status?: "required" | "optional" | "disabled" | undefined;
7661
+ status?: "optional" | "required" | "disabled" | undefined;
7662
7662
  } | undefined;
7663
7663
  } | undefined;
7664
7664
  } | undefined;
@@ -7810,7 +7810,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7810
7810
  tenant_id: string;
7811
7811
  created_at: string;
7812
7812
  updated_at: string;
7813
- deploymentStatus: "deployed" | "failed" | "not_required";
7813
+ deploymentStatus: "failed" | "deployed" | "not_required";
7814
7814
  secrets?: {
7815
7815
  [x: string]: string;
7816
7816
  } | undefined;
@@ -7900,7 +7900,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7900
7900
  tenant_id: string;
7901
7901
  created_at: string;
7902
7902
  updated_at: string;
7903
- deploymentStatus: "deployed" | "failed" | "not_required";
7903
+ deploymentStatus: "failed" | "deployed" | "not_required";
7904
7904
  secrets?: {
7905
7905
  [x: string]: string;
7906
7906
  } | undefined;
@@ -8413,7 +8413,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8413
8413
  log_type: string;
8414
8414
  category: "user_action" | "admin_action" | "system" | "api";
8415
8415
  actor: {
8416
- type: "user" | "system" | "client_credentials" | "admin" | "api_key";
8416
+ type: "user" | "client_credentials" | "system" | "admin" | "api_key";
8417
8417
  id?: string | undefined;
8418
8418
  email?: string | undefined;
8419
8419
  org_id?: string | undefined;
@@ -8721,7 +8721,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8721
8721
  created_at: string;
8722
8722
  updated_at: string;
8723
8723
  name: string;
8724
- provider: "auth0" | "cognito" | "okta" | "oidc";
8724
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8725
8725
  connection: string;
8726
8726
  enabled: boolean;
8727
8727
  credentials: {
@@ -8753,7 +8753,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8753
8753
  created_at: string;
8754
8754
  updated_at: string;
8755
8755
  name: string;
8756
- provider: "auth0" | "cognito" | "okta" | "oidc";
8756
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8757
8757
  connection: string;
8758
8758
  enabled: boolean;
8759
8759
  credentials: {
@@ -8779,7 +8779,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8779
8779
  } & {
8780
8780
  json: {
8781
8781
  name: string;
8782
- provider: "auth0" | "cognito" | "okta" | "oidc";
8782
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8783
8783
  connection: string;
8784
8784
  credentials: {
8785
8785
  domain: string;
@@ -8796,7 +8796,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8796
8796
  created_at: string;
8797
8797
  updated_at: string;
8798
8798
  name: string;
8799
- provider: "auth0" | "cognito" | "okta" | "oidc";
8799
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8800
8800
  connection: string;
8801
8801
  enabled: boolean;
8802
8802
  credentials: {
@@ -8827,7 +8827,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8827
8827
  json: {
8828
8828
  id?: string | undefined;
8829
8829
  name?: string | undefined;
8830
- provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
8830
+ provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
8831
8831
  connection?: string | undefined;
8832
8832
  enabled?: boolean | undefined;
8833
8833
  credentials?: {
@@ -8843,7 +8843,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8843
8843
  created_at: string;
8844
8844
  updated_at: string;
8845
8845
  name: string;
8846
- provider: "auth0" | "cognito" | "okta" | "oidc";
8846
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8847
8847
  connection: string;
8848
8848
  enabled: boolean;
8849
8849
  credentials: {
@@ -8891,7 +8891,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8891
8891
  [x: string]: import("hono/utils/types").JSONValue;
8892
8892
  };
8893
8893
  id: string;
8894
- status: "suspended" | "active" | "paused";
8894
+ status: "active" | "suspended" | "paused";
8895
8895
  filters?: {
8896
8896
  type: string;
8897
8897
  name: string;
@@ -8923,7 +8923,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8923
8923
  [x: string]: import("hono/utils/types").JSONValue;
8924
8924
  };
8925
8925
  id: string;
8926
- status: "suspended" | "active" | "paused";
8926
+ status: "active" | "suspended" | "paused";
8927
8927
  filters?: {
8928
8928
  type: string;
8929
8929
  name: string;
@@ -8948,7 +8948,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8948
8948
  name: string;
8949
8949
  type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
8950
8950
  sink: Record<string, unknown>;
8951
- status?: "suspended" | "active" | "paused" | undefined;
8951
+ status?: "active" | "suspended" | "paused" | undefined;
8952
8952
  filters?: {
8953
8953
  type: string;
8954
8954
  name: string;
@@ -8963,7 +8963,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8963
8963
  [x: string]: import("hono/utils/types").JSONValue;
8964
8964
  };
8965
8965
  id: string;
8966
- status: "suspended" | "active" | "paused";
8966
+ status: "active" | "suspended" | "paused";
8967
8967
  filters?: {
8968
8968
  type: string;
8969
8969
  name: string;
@@ -8998,7 +8998,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8998
8998
  }[] | undefined;
8999
8999
  isPriority?: boolean | undefined;
9000
9000
  id?: string | undefined;
9001
- status?: "suspended" | "active" | "paused" | undefined;
9001
+ status?: "active" | "suspended" | "paused" | undefined;
9002
9002
  created_at?: string | undefined;
9003
9003
  updated_at?: string | undefined;
9004
9004
  };
@@ -9010,7 +9010,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9010
9010
  [x: string]: import("hono/utils/types").JSONValue;
9011
9011
  };
9012
9012
  id: string;
9013
- status: "suspended" | "active" | "paused";
9013
+ status: "active" | "suspended" | "paused";
9014
9014
  filters?: {
9015
9015
  type: string;
9016
9016
  name: string;
@@ -9061,7 +9061,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9061
9061
  };
9062
9062
  };
9063
9063
  output: {
9064
- type: "fn" | "i" | "fapi" | "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" | "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";
9064
+ type: "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" | "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";
9065
9065
  date: string;
9066
9066
  isMobile: boolean;
9067
9067
  log_id: string;
@@ -9100,7 +9100,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9100
9100
  limit: number;
9101
9101
  length: number;
9102
9102
  logs: {
9103
- type: "fn" | "i" | "fapi" | "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" | "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";
9103
+ type: "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" | "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";
9104
9104
  date: string;
9105
9105
  isMobile: boolean;
9106
9106
  log_id: string;
@@ -9154,7 +9154,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9154
9154
  };
9155
9155
  };
9156
9156
  output: {
9157
- type: "fn" | "i" | "fapi" | "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" | "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";
9157
+ type: "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" | "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";
9158
9158
  date: string;
9159
9159
  isMobile: boolean;
9160
9160
  log_id: string;
@@ -9542,7 +9542,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9542
9542
  addons?: {
9543
9543
  [x: string]: any;
9544
9544
  } | undefined;
9545
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9545
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9546
9546
  client_metadata?: {
9547
9547
  [x: string]: string;
9548
9548
  } | undefined;
@@ -9638,7 +9638,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9638
9638
  addons?: {
9639
9639
  [x: string]: any;
9640
9640
  } | undefined;
9641
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9641
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9642
9642
  client_metadata?: {
9643
9643
  [x: string]: string;
9644
9644
  } | undefined;
@@ -9749,7 +9749,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9749
9749
  addons?: {
9750
9750
  [x: string]: any;
9751
9751
  } | undefined;
9752
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9752
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9753
9753
  client_metadata?: {
9754
9754
  [x: string]: string;
9755
9755
  } | undefined;
@@ -9859,7 +9859,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9859
9859
  custom_login_page_preview?: string | undefined;
9860
9860
  form_template?: string | undefined;
9861
9861
  addons?: Record<string, any> | undefined;
9862
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9862
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9863
9863
  client_metadata?: Record<string, string> | undefined;
9864
9864
  hide_sign_up_disabled_error?: boolean | undefined;
9865
9865
  mobile?: Record<string, any> | undefined;
@@ -9939,7 +9939,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9939
9939
  addons?: {
9940
9940
  [x: string]: any;
9941
9941
  } | undefined;
9942
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
9942
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
9943
9943
  client_metadata?: {
9944
9944
  [x: string]: string;
9945
9945
  } | undefined;
@@ -10028,7 +10028,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
10028
10028
  custom_login_page_preview?: string | undefined;
10029
10029
  form_template?: string | undefined;
10030
10030
  addons?: Record<string, any> | undefined;
10031
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10031
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10032
10032
  client_metadata?: Record<string, string> | undefined;
10033
10033
  hide_sign_up_disabled_error?: boolean | undefined;
10034
10034
  mobile?: Record<string, any> | undefined;
@@ -10108,7 +10108,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
10108
10108
  addons?: {
10109
10109
  [x: string]: any;
10110
10110
  } | undefined;
10111
- token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
10111
+ token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
10112
10112
  client_metadata?: {
10113
10113
  [x: string]: string;
10114
10114
  } | undefined;
@@ -10230,7 +10230,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
10230
10230
  active?: boolean | undefined;
10231
10231
  } | undefined;
10232
10232
  signup?: {
10233
- status?: "required" | "optional" | "disabled" | undefined;
10233
+ status?: "optional" | "required" | "disabled" | undefined;
10234
10234
  verification?: {
10235
10235
  active?: boolean | undefined;
10236
10236
  } | undefined;
@@ -10247,7 +10247,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
10247
10247
  active?: boolean | undefined;
10248
10248
  } | undefined;
10249
10249
  signup?: {
10250
- status?: "required" | "optional" | "disabled" | undefined;
10250
+ status?: "optional" | "required" | "disabled" | undefined;
10251
10251
  } | undefined;
10252
10252
  validation?: {
10253
10253
  max_length?: number | undefined;
@@ -10264,7 +10264,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
10264
10264
  active?: boolean | undefined;
10265
10265
  } | undefined;
10266
10266
  signup?: {
10267
- status?: "required" | "optional" | "disabled" | undefined;
10267
+ status?: "optional" | "required" | "disabled" | undefined;
10268
10268
  } | undefined;
10269
10269
  } | undefined;
10270
10270
  } | undefined;
@@ -10384,7 +10384,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
10384
10384
  active?: boolean | undefined;
10385
10385
  } | undefined;
10386
10386
  signup?: {
10387
- status?: "required" | "optional" | "disabled" | undefined;
10387
+ status?: "optional" | "required" | "disabled" | undefined;
10388
10388
  verification?: {
10389
10389
  active?: boolean | undefined;
10390
10390
  } | undefined;
@@ -10401,7 +10401,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
10401
10401
  active?: boolean | undefined;
10402
10402
  } | undefined;
10403
10403
  signup?: {
10404
- status?: "required" | "optional" | "disabled" | undefined;
10404
+ status?: "optional" | "required" | "disabled" | undefined;
10405
10405
  } | undefined;
10406
10406
  validation?: {
10407
10407
  max_length?: number | undefined;
@@ -10418,7 +10418,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
10418
10418
  active?: boolean | undefined;
10419
10419
  } | undefined;
10420
10420
  signup?: {
10421
- status?: "required" | "optional" | "disabled" | undefined;
10421
+ status?: "optional" | "required" | "disabled" | undefined;
10422
10422
  } | undefined;
10423
10423
  } | undefined;
10424
10424
  } | undefined;
@@ -11372,7 +11372,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11372
11372
  };
11373
11373
  };
11374
11374
  output: {
11375
- type: "fn" | "i" | "fapi" | "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" | "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";
11375
+ type: "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" | "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";
11376
11376
  date: string;
11377
11377
  isMobile: boolean;
11378
11378
  log_id: string;
@@ -11411,7 +11411,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11411
11411
  limit: number;
11412
11412
  length: number;
11413
11413
  logs: {
11414
- type: "fn" | "i" | "fapi" | "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" | "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";
11414
+ type: "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" | "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";
11415
11415
  date: string;
11416
11416
  isMobile: boolean;
11417
11417
  log_id: string;
@@ -11726,7 +11726,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11726
11726
  };
11727
11727
  } & {
11728
11728
  json: {
11729
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11729
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11730
11730
  body: string;
11731
11731
  from: string;
11732
11732
  subject: string;
@@ -11747,7 +11747,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11747
11747
  };
11748
11748
  } & {
11749
11749
  json: {
11750
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11750
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11751
11751
  body: string;
11752
11752
  from: string;
11753
11753
  subject: string;
@@ -11759,7 +11759,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11759
11759
  };
11760
11760
  };
11761
11761
  output: {
11762
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11762
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11763
11763
  body: string;
11764
11764
  from: string;
11765
11765
  subject: string;
@@ -11782,7 +11782,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11782
11782
  };
11783
11783
  };
11784
11784
  output: {
11785
- name: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11785
+ name: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11786
11786
  body: string;
11787
11787
  subject: string;
11788
11788
  }[];
@@ -11795,7 +11795,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11795
11795
  $get: {
11796
11796
  input: {
11797
11797
  param: {
11798
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11798
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11799
11799
  };
11800
11800
  } & {
11801
11801
  header: {
@@ -11808,7 +11808,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11808
11808
  } | {
11809
11809
  input: {
11810
11810
  param: {
11811
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11811
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11812
11812
  };
11813
11813
  } & {
11814
11814
  header: {
@@ -11816,7 +11816,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11816
11816
  };
11817
11817
  };
11818
11818
  output: {
11819
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11819
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11820
11820
  body: string;
11821
11821
  from: string;
11822
11822
  subject: string;
@@ -11835,7 +11835,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11835
11835
  $put: {
11836
11836
  input: {
11837
11837
  param: {
11838
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11838
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11839
11839
  };
11840
11840
  } & {
11841
11841
  header: {
@@ -11843,7 +11843,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11843
11843
  };
11844
11844
  } & {
11845
11845
  json: {
11846
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11846
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11847
11847
  body: string;
11848
11848
  subject: string;
11849
11849
  syntax?: "liquid" | undefined;
@@ -11855,7 +11855,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11855
11855
  };
11856
11856
  };
11857
11857
  output: {
11858
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11858
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11859
11859
  body: string;
11860
11860
  from: string;
11861
11861
  subject: string;
@@ -11874,7 +11874,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11874
11874
  $patch: {
11875
11875
  input: {
11876
11876
  param: {
11877
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11877
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11878
11878
  };
11879
11879
  } & {
11880
11880
  header: {
@@ -11882,7 +11882,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11882
11882
  };
11883
11883
  } & {
11884
11884
  json: {
11885
- template?: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11885
+ template?: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11886
11886
  body?: string | undefined;
11887
11887
  from?: string | undefined;
11888
11888
  subject?: string | undefined;
@@ -11899,7 +11899,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11899
11899
  } | {
11900
11900
  input: {
11901
11901
  param: {
11902
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11902
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11903
11903
  };
11904
11904
  } & {
11905
11905
  header: {
@@ -11907,7 +11907,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11907
11907
  };
11908
11908
  } & {
11909
11909
  json: {
11910
- template?: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11910
+ template?: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
11911
11911
  body?: string | undefined;
11912
11912
  from?: string | undefined;
11913
11913
  subject?: string | undefined;
@@ -11919,7 +11919,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11919
11919
  };
11920
11920
  };
11921
11921
  output: {
11922
- template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11922
+ template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11923
11923
  body: string;
11924
11924
  from: string;
11925
11925
  subject: string;
@@ -11938,7 +11938,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11938
11938
  $delete: {
11939
11939
  input: {
11940
11940
  param: {
11941
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11941
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11942
11942
  };
11943
11943
  } & {
11944
11944
  header: {
@@ -11951,7 +11951,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11951
11951
  } | {
11952
11952
  input: {
11953
11953
  param: {
11954
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11954
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11955
11955
  };
11956
11956
  } & {
11957
11957
  header: {
@@ -11968,7 +11968,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11968
11968
  $post: {
11969
11969
  input: {
11970
11970
  param: {
11971
- templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11971
+ templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
11972
11972
  };
11973
11973
  } & {
11974
11974
  header: {
@@ -12251,7 +12251,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12251
12251
  type: "auth0_managed_certs" | "self_managed_certs";
12252
12252
  custom_domain_id: string;
12253
12253
  primary: boolean;
12254
- status: "pending" | "ready" | "disabled" | "pending_verification";
12254
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12255
12255
  verification_method?: "txt" | undefined;
12256
12256
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12257
12257
  domain_metadata?: {
@@ -12292,7 +12292,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12292
12292
  type: "auth0_managed_certs" | "self_managed_certs";
12293
12293
  custom_domain_id: string;
12294
12294
  primary: boolean;
12295
- status: "pending" | "ready" | "disabled" | "pending_verification";
12295
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12296
12296
  verification_method?: "txt" | undefined;
12297
12297
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12298
12298
  domain_metadata?: {
@@ -12356,7 +12356,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12356
12356
  type: "auth0_managed_certs" | "self_managed_certs";
12357
12357
  custom_domain_id: string;
12358
12358
  primary: boolean;
12359
- status: "pending" | "ready" | "disabled" | "pending_verification";
12359
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12360
12360
  verification_method?: "txt" | undefined;
12361
12361
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12362
12362
  domain_metadata?: {
@@ -12403,7 +12403,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12403
12403
  type: "auth0_managed_certs" | "self_managed_certs";
12404
12404
  custom_domain_id: string;
12405
12405
  primary: boolean;
12406
- status: "pending" | "ready" | "disabled" | "pending_verification";
12406
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12407
12407
  verification_method?: "txt" | undefined;
12408
12408
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12409
12409
  domain_metadata?: {
@@ -12449,7 +12449,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12449
12449
  type: "auth0_managed_certs" | "self_managed_certs";
12450
12450
  custom_domain_id: string;
12451
12451
  primary: boolean;
12452
- status: "pending" | "ready" | "disabled" | "pending_verification";
12452
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12453
12453
  verification_method?: "txt" | undefined;
12454
12454
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12455
12455
  domain_metadata?: {
@@ -12490,7 +12490,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12490
12490
  type: "auth0_managed_certs" | "self_managed_certs";
12491
12491
  custom_domain_id: string;
12492
12492
  primary: boolean;
12493
- status: "pending" | "ready" | "disabled" | "pending_verification";
12493
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12494
12494
  verification_method?: "txt" | undefined;
12495
12495
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12496
12496
  domain_metadata?: {
@@ -12589,12 +12589,12 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12589
12589
  background_color: string;
12590
12590
  background_image_url: string;
12591
12591
  page_layout: "center" | "left" | "right";
12592
- logo_placement?: "widget" | "none" | "chip" | undefined;
12592
+ logo_placement?: "none" | "widget" | "chip" | undefined;
12593
12593
  };
12594
12594
  widget: {
12595
12595
  header_text_alignment: "center" | "left" | "right";
12596
12596
  logo_height: number;
12597
- logo_position: "center" | "left" | "right" | "none";
12597
+ logo_position: "none" | "center" | "left" | "right";
12598
12598
  logo_url: string;
12599
12599
  social_buttons_layout: "bottom" | "top";
12600
12600
  };
@@ -12679,12 +12679,12 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12679
12679
  background_color: string;
12680
12680
  background_image_url: string;
12681
12681
  page_layout: "center" | "left" | "right";
12682
- logo_placement?: "widget" | "none" | "chip" | undefined;
12682
+ logo_placement?: "none" | "widget" | "chip" | undefined;
12683
12683
  };
12684
12684
  widget: {
12685
12685
  header_text_alignment: "center" | "left" | "right";
12686
12686
  logo_height: number;
12687
- logo_position: "center" | "left" | "right" | "none";
12687
+ logo_position: "none" | "center" | "left" | "right";
12688
12688
  logo_url: string;
12689
12689
  social_buttons_layout: "bottom" | "top";
12690
12690
  };
@@ -12758,12 +12758,12 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12758
12758
  background_color: string;
12759
12759
  background_image_url: string;
12760
12760
  page_layout: "center" | "left" | "right";
12761
- logo_placement?: "widget" | "none" | "chip" | undefined;
12761
+ logo_placement?: "none" | "widget" | "chip" | undefined;
12762
12762
  };
12763
12763
  widget: {
12764
12764
  header_text_alignment: "center" | "left" | "right";
12765
12765
  logo_height: number;
12766
- logo_position: "center" | "left" | "right" | "none";
12766
+ logo_position: "none" | "center" | "left" | "right";
12767
12767
  logo_url: string;
12768
12768
  social_buttons_layout: "bottom" | "top";
12769
12769
  };
@@ -12920,7 +12920,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12920
12920
  } & {
12921
12921
  json: {
12922
12922
  body?: string | undefined;
12923
- screen?: "password" | "login" | "identifier" | "signup" | undefined;
12923
+ screen?: "identifier" | "signup" | "password" | "login" | undefined;
12924
12924
  branding?: {
12925
12925
  colors?: {
12926
12926
  primary: string;
@@ -13006,12 +13006,12 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
13006
13006
  background_color: string;
13007
13007
  background_image_url: string;
13008
13008
  page_layout: "center" | "left" | "right";
13009
- logo_placement?: "widget" | "none" | "chip" | undefined;
13009
+ logo_placement?: "none" | "widget" | "chip" | undefined;
13010
13010
  } | undefined;
13011
13011
  widget?: {
13012
13012
  header_text_alignment: "center" | "left" | "right";
13013
13013
  logo_height: number;
13014
- logo_position: "center" | "left" | "right" | "none";
13014
+ logo_position: "none" | "center" | "left" | "right";
13015
13015
  logo_url: string;
13016
13016
  social_buttons_layout: "bottom" | "top";
13017
13017
  } | undefined;
@@ -13089,7 +13089,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
13089
13089
  json: {
13090
13090
  bindings: {
13091
13091
  ref: {
13092
- type?: "action_id" | "action_name" | undefined;
13092
+ type?: "action_name" | "action_id" | undefined;
13093
13093
  value?: string | undefined;
13094
13094
  id?: string | undefined;
13095
13095
  name?: string | undefined;
@@ -13164,7 +13164,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
13164
13164
  output: {
13165
13165
  id: string;
13166
13166
  trigger_id: string;
13167
- status: "unspecified" | "pending" | "final" | "partial" | "canceled" | "suspended";
13167
+ status: "pending" | "unspecified" | "final" | "partial" | "canceled" | "suspended";
13168
13168
  results: {
13169
13169
  action_name: string;
13170
13170
  error: {
@@ -13211,7 +13211,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
13211
13211
  logs: {
13212
13212
  action_name: string;
13213
13213
  lines: {
13214
- level: "error" | "log" | "info" | "warn" | "debug";
13214
+ level: "log" | "error" | "info" | "warn" | "debug";
13215
13215
  message: string;
13216
13216
  }[];
13217
13217
  }[];
@@ -13878,7 +13878,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
13878
13878
  args: import("hono/utils/types").JSONValue[];
13879
13879
  }[];
13880
13880
  logs: {
13881
- level: "error" | "log" | "info" | "warn" | "debug";
13881
+ level: "log" | "error" | "info" | "warn" | "debug";
13882
13882
  message: string;
13883
13883
  }[];
13884
13884
  error?: string | undefined;