authhero 8.9.0 → 8.9.2

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 (37) 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 +144 -131
  4. package/dist/authhero.mjs +8109 -7979
  5. package/dist/stats.html +1 -1
  6. package/dist/tsconfig.types.tsbuildinfo +1 -1
  7. package/dist/types/authentication-flows/password.d.ts +10 -1
  8. package/dist/types/authentication-flows/passwordless.d.ts +5 -5
  9. package/dist/types/helpers/avatar.d.ts +6 -0
  10. package/dist/types/index.d.ts +144 -131
  11. package/dist/types/routes/auth-api/avatars.d.ts +18 -0
  12. package/dist/types/routes/auth-api/index.d.ts +47 -34
  13. package/dist/types/routes/auth-api/passwordless.d.ts +16 -16
  14. package/dist/types/routes/auth-api/revoke.d.ts +6 -6
  15. package/dist/types/routes/auth-api/token.d.ts +10 -10
  16. package/dist/types/routes/management-api/action-executions.d.ts +1 -1
  17. package/dist/types/routes/management-api/actions.d.ts +1 -1
  18. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  19. package/dist/types/routes/management-api/branding.d.ts +13 -13
  20. package/dist/types/routes/management-api/clients.d.ts +8 -8
  21. package/dist/types/routes/management-api/connections.d.ts +15 -15
  22. package/dist/types/routes/management-api/email-templates.d.ts +18 -18
  23. package/dist/types/routes/management-api/failed-events.d.ts +1 -1
  24. package/dist/types/routes/management-api/forms.d.ts +126 -126
  25. package/dist/types/routes/management-api/guardian.d.ts +5 -5
  26. package/dist/types/routes/management-api/index.d.ts +94 -94
  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/organizations.d.ts +3 -3
  30. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  31. package/dist/types/routes/management-api/tenants.d.ts +6 -6
  32. package/dist/types/routes/management-api/themes.d.ts +6 -6
  33. package/dist/types/routes/management-api/users.d.ts +2 -2
  34. package/dist/types/routes/universal-login/common.d.ts +8 -8
  35. package/dist/types/routes/universal-login/u2-index.d.ts +3 -3
  36. package/dist/types/routes/universal-login/u2-routes.d.ts +3 -3
  37. package/package.json +5 -5
@@ -8,8 +8,8 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8
8
  $get: {
9
9
  input: {
10
10
  query: {
11
- include_password_hashes?: "true" | "false" | undefined;
12
- gzip?: "true" | "false" | undefined;
11
+ include_password_hashes?: "false" | "true" | undefined;
12
+ gzip?: "false" | "true" | undefined;
13
13
  };
14
14
  } & {
15
15
  header: {
@@ -26,7 +26,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
26
26
  $post: {
27
27
  input: {
28
28
  query: {
29
- include_password_hashes?: "true" | "false" | undefined;
29
+ include_password_hashes?: "false" | "true" | undefined;
30
30
  };
31
31
  } & {
32
32
  header: {
@@ -220,7 +220,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
220
220
  };
221
221
  };
222
222
  output: {
223
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
223
+ name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
224
224
  enabled: boolean;
225
225
  trial_expired?: boolean | undefined;
226
226
  }[];
@@ -375,7 +375,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
375
375
  $get: {
376
376
  input: {
377
377
  param: {
378
- factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
378
+ factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
379
379
  };
380
380
  } & {
381
381
  header: {
@@ -383,7 +383,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
383
383
  };
384
384
  };
385
385
  output: {
386
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
386
+ name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
387
387
  enabled: boolean;
388
388
  trial_expired?: boolean | undefined;
389
389
  };
@@ -396,7 +396,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
396
396
  $put: {
397
397
  input: {
398
398
  param: {
399
- factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
399
+ factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
400
400
  };
401
401
  } & {
402
402
  header: {
@@ -408,7 +408,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
408
408
  };
409
409
  };
410
410
  output: {
411
- name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
411
+ name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
412
412
  enabled: boolean;
413
413
  trial_expired?: boolean | undefined;
414
414
  };
@@ -1153,11 +1153,11 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
1153
1153
  invitee: {
1154
1154
  email?: string | undefined;
1155
1155
  };
1156
- id?: string | undefined;
1157
- roles?: string[] | undefined;
1158
- connection_id?: string | undefined;
1159
1156
  app_metadata?: Record<string, any> | undefined;
1160
1157
  user_metadata?: Record<string, any> | undefined;
1158
+ id?: string | undefined;
1159
+ connection_id?: string | undefined;
1160
+ roles?: string[] | undefined;
1161
1161
  ttl_sec?: number | undefined;
1162
1162
  send_invitation_email?: boolean | undefined;
1163
1163
  };
@@ -2008,7 +2008,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
2008
2008
  type: "REDIRECT";
2009
2009
  action: "REDIRECT_USER";
2010
2010
  params: {
2011
- target: "custom" | "change-email" | "account";
2011
+ target: "custom" | "account" | "change-email";
2012
2012
  custom_url?: string | undefined;
2013
2013
  };
2014
2014
  alias?: string | undefined;
@@ -2061,7 +2061,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
2061
2061
  type: "REDIRECT";
2062
2062
  action: "REDIRECT_USER";
2063
2063
  params: {
2064
- target: "custom" | "change-email" | "account";
2064
+ target: "custom" | "account" | "change-email";
2065
2065
  custom_url?: string | undefined;
2066
2066
  };
2067
2067
  alias?: string | undefined;
@@ -2129,7 +2129,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
2129
2129
  type: "REDIRECT";
2130
2130
  action: "REDIRECT_USER";
2131
2131
  params: {
2132
- target: "custom" | "change-email" | "account";
2132
+ target: "custom" | "account" | "change-email";
2133
2133
  custom_url?: string | undefined;
2134
2134
  };
2135
2135
  alias?: string | undefined;
@@ -2210,7 +2210,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
2210
2210
  type: "REDIRECT";
2211
2211
  action: "REDIRECT_USER";
2212
2212
  params: {
2213
- target: "custom" | "change-email" | "account";
2213
+ target: "custom" | "account" | "change-email";
2214
2214
  custom_url?: string | undefined;
2215
2215
  };
2216
2216
  alias?: string | undefined;
@@ -2258,7 +2258,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
2258
2258
  type: "REDIRECT";
2259
2259
  action: "REDIRECT_USER";
2260
2260
  params: {
2261
- target: "custom" | "change-email" | "account";
2261
+ target: "custom" | "account" | "change-email";
2262
2262
  custom_url?: string | undefined;
2263
2263
  };
2264
2264
  alias?: string | undefined;
@@ -2318,7 +2318,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
2318
2318
  type: "REDIRECT";
2319
2319
  action: "REDIRECT_USER";
2320
2320
  params: {
2321
- target: "custom" | "change-email" | "account";
2321
+ target: "custom" | "account" | "change-email";
2322
2322
  custom_url?: string | undefined;
2323
2323
  };
2324
2324
  alias?: string | undefined;
@@ -2366,7 +2366,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
2366
2366
  type: "REDIRECT";
2367
2367
  action: "REDIRECT_USER";
2368
2368
  params: {
2369
- target: "custom" | "change-email" | "account";
2369
+ target: "custom" | "account" | "change-email";
2370
2370
  custom_url?: string | undefined;
2371
2371
  };
2372
2372
  alias?: string | undefined;
@@ -6812,7 +6812,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6812
6812
  };
6813
6813
  };
6814
6814
  output: {
6815
- prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "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";
6815
+ prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "invitation" | "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" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6816
6816
  language: string;
6817
6817
  }[];
6818
6818
  outputFormat: "json";
@@ -6850,7 +6850,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6850
6850
  $get: {
6851
6851
  input: {
6852
6852
  param: {
6853
- prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "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";
6853
+ prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "invitation" | "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" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6854
6854
  language: string;
6855
6855
  };
6856
6856
  } & {
@@ -6872,7 +6872,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6872
6872
  $put: {
6873
6873
  input: {
6874
6874
  param: {
6875
- prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "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";
6875
+ prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "invitation" | "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" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6876
6876
  language: string;
6877
6877
  };
6878
6878
  } & {
@@ -6896,7 +6896,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6896
6896
  $delete: {
6897
6897
  input: {
6898
6898
  param: {
6899
- prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "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";
6899
+ prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "invitation" | "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" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
6900
6900
  language: string;
6901
6901
  };
6902
6902
  } & {
@@ -6988,7 +6988,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
6988
6988
  active?: boolean | undefined;
6989
6989
  } | undefined;
6990
6990
  signup?: {
6991
- status?: "optional" | "disabled" | "required" | undefined;
6991
+ status?: "optional" | "required" | "disabled" | undefined;
6992
6992
  verification?: {
6993
6993
  active?: boolean | undefined;
6994
6994
  } | undefined;
@@ -7005,7 +7005,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7005
7005
  active?: boolean | undefined;
7006
7006
  } | undefined;
7007
7007
  signup?: {
7008
- status?: "optional" | "disabled" | "required" | undefined;
7008
+ status?: "optional" | "required" | "disabled" | undefined;
7009
7009
  } | undefined;
7010
7010
  validation?: {
7011
7011
  max_length?: number | undefined;
@@ -7022,7 +7022,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7022
7022
  active?: boolean | undefined;
7023
7023
  } | undefined;
7024
7024
  signup?: {
7025
- status?: "optional" | "disabled" | "required" | undefined;
7025
+ status?: "optional" | "required" | "disabled" | undefined;
7026
7026
  } | undefined;
7027
7027
  } | undefined;
7028
7028
  } | undefined;
@@ -7122,7 +7122,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7122
7122
  active?: boolean | undefined;
7123
7123
  } | undefined;
7124
7124
  signup?: {
7125
- status?: "optional" | "disabled" | "required" | undefined;
7125
+ status?: "optional" | "required" | "disabled" | undefined;
7126
7126
  verification?: {
7127
7127
  active?: boolean | undefined;
7128
7128
  } | undefined;
@@ -7139,7 +7139,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7139
7139
  active?: boolean | undefined;
7140
7140
  } | undefined;
7141
7141
  signup?: {
7142
- status?: "optional" | "disabled" | "required" | undefined;
7142
+ status?: "optional" | "required" | "disabled" | undefined;
7143
7143
  } | undefined;
7144
7144
  validation?: {
7145
7145
  max_length?: number | undefined;
@@ -7156,7 +7156,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7156
7156
  active?: boolean | undefined;
7157
7157
  } | undefined;
7158
7158
  signup?: {
7159
- status?: "optional" | "disabled" | "required" | undefined;
7159
+ status?: "optional" | "required" | "disabled" | undefined;
7160
7160
  } | undefined;
7161
7161
  } | undefined;
7162
7162
  } | undefined;
@@ -7271,7 +7271,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7271
7271
  active?: boolean | undefined;
7272
7272
  } | undefined;
7273
7273
  signup?: {
7274
- status?: "optional" | "disabled" | "required" | undefined;
7274
+ status?: "optional" | "required" | "disabled" | undefined;
7275
7275
  verification?: {
7276
7276
  active?: boolean | undefined;
7277
7277
  } | undefined;
@@ -7288,7 +7288,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7288
7288
  active?: boolean | undefined;
7289
7289
  } | undefined;
7290
7290
  signup?: {
7291
- status?: "optional" | "disabled" | "required" | undefined;
7291
+ status?: "optional" | "required" | "disabled" | undefined;
7292
7292
  } | undefined;
7293
7293
  validation?: {
7294
7294
  max_length?: number | undefined;
@@ -7305,7 +7305,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7305
7305
  active?: boolean | undefined;
7306
7306
  } | undefined;
7307
7307
  signup?: {
7308
- status?: "optional" | "disabled" | "required" | undefined;
7308
+ status?: "optional" | "required" | "disabled" | undefined;
7309
7309
  } | undefined;
7310
7310
  } | undefined;
7311
7311
  } | undefined;
@@ -7450,7 +7450,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7450
7450
  active?: boolean | undefined;
7451
7451
  } | undefined;
7452
7452
  signup?: {
7453
- status?: "optional" | "disabled" | "required" | undefined;
7453
+ status?: "optional" | "required" | "disabled" | undefined;
7454
7454
  verification?: {
7455
7455
  active?: boolean | undefined;
7456
7456
  } | undefined;
@@ -7467,7 +7467,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7467
7467
  active?: boolean | undefined;
7468
7468
  } | undefined;
7469
7469
  signup?: {
7470
- status?: "optional" | "disabled" | "required" | undefined;
7470
+ status?: "optional" | "required" | "disabled" | undefined;
7471
7471
  } | undefined;
7472
7472
  validation?: {
7473
7473
  max_length?: number | undefined;
@@ -7484,7 +7484,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7484
7484
  active?: boolean | undefined;
7485
7485
  } | undefined;
7486
7486
  signup?: {
7487
- status?: "optional" | "disabled" | "required" | undefined;
7487
+ status?: "optional" | "required" | "disabled" | undefined;
7488
7488
  } | undefined;
7489
7489
  } | undefined;
7490
7490
  } | undefined;
@@ -7608,7 +7608,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7608
7608
  active?: boolean | undefined;
7609
7609
  } | undefined;
7610
7610
  signup?: {
7611
- status?: "optional" | "disabled" | "required" | undefined;
7611
+ status?: "optional" | "required" | "disabled" | undefined;
7612
7612
  verification?: {
7613
7613
  active?: boolean | undefined;
7614
7614
  } | undefined;
@@ -7625,7 +7625,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7625
7625
  active?: boolean | undefined;
7626
7626
  } | undefined;
7627
7627
  signup?: {
7628
- status?: "optional" | "disabled" | "required" | undefined;
7628
+ status?: "optional" | "required" | "disabled" | undefined;
7629
7629
  } | undefined;
7630
7630
  validation?: {
7631
7631
  max_length?: number | undefined;
@@ -7642,7 +7642,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
7642
7642
  active?: boolean | undefined;
7643
7643
  } | undefined;
7644
7644
  signup?: {
7645
- status?: "optional" | "disabled" | "required" | undefined;
7645
+ status?: "optional" | "required" | "disabled" | undefined;
7646
7646
  } | undefined;
7647
7647
  } | undefined;
7648
7648
  } | undefined;
@@ -8397,7 +8397,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8397
8397
  log_type: string;
8398
8398
  category: "user_action" | "admin_action" | "system" | "api";
8399
8399
  actor: {
8400
- type: "client_credentials" | "user" | "api_key" | "system" | "admin";
8400
+ type: "user" | "client_credentials" | "system" | "admin" | "api_key";
8401
8401
  id?: string | undefined;
8402
8402
  email?: string | undefined;
8403
8403
  org_id?: string | undefined;
@@ -8705,7 +8705,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8705
8705
  created_at: string;
8706
8706
  updated_at: string;
8707
8707
  name: string;
8708
- provider: "auth0" | "cognito" | "okta" | "oidc";
8708
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8709
8709
  connection: string;
8710
8710
  enabled: boolean;
8711
8711
  credentials: {
@@ -8737,7 +8737,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8737
8737
  created_at: string;
8738
8738
  updated_at: string;
8739
8739
  name: string;
8740
- provider: "auth0" | "cognito" | "okta" | "oidc";
8740
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8741
8741
  connection: string;
8742
8742
  enabled: boolean;
8743
8743
  credentials: {
@@ -8763,7 +8763,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8763
8763
  } & {
8764
8764
  json: {
8765
8765
  name: string;
8766
- provider: "auth0" | "cognito" | "okta" | "oidc";
8766
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8767
8767
  connection: string;
8768
8768
  credentials: {
8769
8769
  domain: string;
@@ -8780,7 +8780,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8780
8780
  created_at: string;
8781
8781
  updated_at: string;
8782
8782
  name: string;
8783
- provider: "auth0" | "cognito" | "okta" | "oidc";
8783
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8784
8784
  connection: string;
8785
8785
  enabled: boolean;
8786
8786
  credentials: {
@@ -8811,7 +8811,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8811
8811
  json: {
8812
8812
  id?: string | undefined;
8813
8813
  name?: string | undefined;
8814
- provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
8814
+ provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
8815
8815
  connection?: string | undefined;
8816
8816
  enabled?: boolean | undefined;
8817
8817
  credentials?: {
@@ -8827,7 +8827,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8827
8827
  created_at: string;
8828
8828
  updated_at: string;
8829
8829
  name: string;
8830
- provider: "auth0" | "cognito" | "okta" | "oidc";
8830
+ provider: "auth0" | "oidc" | "okta" | "cognito";
8831
8831
  connection: string;
8832
8832
  enabled: boolean;
8833
8833
  credentials: {
@@ -8875,7 +8875,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8875
8875
  [x: string]: import("hono/utils/types").JSONValue;
8876
8876
  };
8877
8877
  id: string;
8878
- status: "suspended" | "active" | "paused";
8878
+ status: "active" | "suspended" | "paused";
8879
8879
  filters?: {
8880
8880
  type: string;
8881
8881
  name: string;
@@ -8907,7 +8907,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8907
8907
  [x: string]: import("hono/utils/types").JSONValue;
8908
8908
  };
8909
8909
  id: string;
8910
- status: "suspended" | "active" | "paused";
8910
+ status: "active" | "suspended" | "paused";
8911
8911
  filters?: {
8912
8912
  type: string;
8913
8913
  name: string;
@@ -8932,7 +8932,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8932
8932
  name: string;
8933
8933
  type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
8934
8934
  sink: Record<string, unknown>;
8935
- status?: "suspended" | "active" | "paused" | undefined;
8935
+ status?: "active" | "suspended" | "paused" | undefined;
8936
8936
  filters?: {
8937
8937
  type: string;
8938
8938
  name: string;
@@ -8947,7 +8947,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8947
8947
  [x: string]: import("hono/utils/types").JSONValue;
8948
8948
  };
8949
8949
  id: string;
8950
- status: "suspended" | "active" | "paused";
8950
+ status: "active" | "suspended" | "paused";
8951
8951
  filters?: {
8952
8952
  type: string;
8953
8953
  name: string;
@@ -8982,7 +8982,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8982
8982
  }[] | undefined;
8983
8983
  isPriority?: boolean | undefined;
8984
8984
  id?: string | undefined;
8985
- status?: "suspended" | "active" | "paused" | undefined;
8985
+ status?: "active" | "suspended" | "paused" | undefined;
8986
8986
  created_at?: string | undefined;
8987
8987
  updated_at?: string | undefined;
8988
8988
  };
@@ -8994,7 +8994,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
8994
8994
  [x: string]: import("hono/utils/types").JSONValue;
8995
8995
  };
8996
8996
  id: string;
8997
- status: "suspended" | "active" | "paused";
8997
+ status: "active" | "suspended" | "paused";
8998
8998
  filters?: {
8999
8999
  type: string;
9000
9000
  name: string;
@@ -9045,7 +9045,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9045
9045
  };
9046
9046
  };
9047
9047
  output: {
9048
- type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9048
+ type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "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" | "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";
9049
9049
  date: string;
9050
9050
  isMobile: boolean;
9051
9051
  log_id: string;
@@ -9084,7 +9084,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9084
9084
  limit: number;
9085
9085
  length: number;
9086
9086
  logs: {
9087
- type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9087
+ type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "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" | "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";
9088
9088
  date: string;
9089
9089
  isMobile: boolean;
9090
9090
  log_id: string;
@@ -9138,7 +9138,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
9138
9138
  };
9139
9139
  };
9140
9140
  output: {
9141
- type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
9141
+ type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "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" | "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";
9142
9142
  date: string;
9143
9143
  isMobile: boolean;
9144
9144
  log_id: string;
@@ -10214,7 +10214,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
10214
10214
  active?: boolean | undefined;
10215
10215
  } | undefined;
10216
10216
  signup?: {
10217
- status?: "optional" | "disabled" | "required" | undefined;
10217
+ status?: "optional" | "required" | "disabled" | undefined;
10218
10218
  verification?: {
10219
10219
  active?: boolean | undefined;
10220
10220
  } | undefined;
@@ -10231,7 +10231,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
10231
10231
  active?: boolean | undefined;
10232
10232
  } | undefined;
10233
10233
  signup?: {
10234
- status?: "optional" | "disabled" | "required" | undefined;
10234
+ status?: "optional" | "required" | "disabled" | undefined;
10235
10235
  } | undefined;
10236
10236
  validation?: {
10237
10237
  max_length?: number | undefined;
@@ -10248,7 +10248,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
10248
10248
  active?: boolean | undefined;
10249
10249
  } | undefined;
10250
10250
  signup?: {
10251
- status?: "optional" | "disabled" | "required" | undefined;
10251
+ status?: "optional" | "required" | "disabled" | undefined;
10252
10252
  } | undefined;
10253
10253
  } | undefined;
10254
10254
  } | undefined;
@@ -10368,7 +10368,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
10368
10368
  active?: boolean | undefined;
10369
10369
  } | undefined;
10370
10370
  signup?: {
10371
- status?: "optional" | "disabled" | "required" | undefined;
10371
+ status?: "optional" | "required" | "disabled" | undefined;
10372
10372
  verification?: {
10373
10373
  active?: boolean | undefined;
10374
10374
  } | undefined;
@@ -10385,7 +10385,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
10385
10385
  active?: boolean | undefined;
10386
10386
  } | undefined;
10387
10387
  signup?: {
10388
- status?: "optional" | "disabled" | "required" | undefined;
10388
+ status?: "optional" | "required" | "disabled" | undefined;
10389
10389
  } | undefined;
10390
10390
  validation?: {
10391
10391
  max_length?: number | undefined;
@@ -10402,7 +10402,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
10402
10402
  active?: boolean | undefined;
10403
10403
  } | undefined;
10404
10404
  signup?: {
10405
- status?: "optional" | "disabled" | "required" | undefined;
10405
+ status?: "optional" | "required" | "disabled" | undefined;
10406
10406
  } | undefined;
10407
10407
  } | undefined;
10408
10408
  } | undefined;
@@ -11356,7 +11356,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11356
11356
  };
11357
11357
  };
11358
11358
  output: {
11359
- type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11359
+ type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "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" | "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";
11360
11360
  date: string;
11361
11361
  isMobile: boolean;
11362
11362
  log_id: string;
@@ -11395,7 +11395,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11395
11395
  limit: number;
11396
11396
  length: number;
11397
11397
  logs: {
11398
- type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11398
+ type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "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" | "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";
11399
11399
  date: string;
11400
11400
  isMobile: boolean;
11401
11401
  log_id: string;
@@ -11710,7 +11710,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11710
11710
  };
11711
11711
  } & {
11712
11712
  json: {
11713
- 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";
11713
+ 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";
11714
11714
  body: string;
11715
11715
  from: string;
11716
11716
  subject: string;
@@ -11731,7 +11731,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11731
11731
  };
11732
11732
  } & {
11733
11733
  json: {
11734
- 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";
11734
+ 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";
11735
11735
  body: string;
11736
11736
  from: string;
11737
11737
  subject: string;
@@ -11743,7 +11743,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11743
11743
  };
11744
11744
  };
11745
11745
  output: {
11746
- 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";
11746
+ 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";
11747
11747
  body: string;
11748
11748
  from: string;
11749
11749
  subject: string;
@@ -11766,7 +11766,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11766
11766
  };
11767
11767
  };
11768
11768
  output: {
11769
- 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";
11769
+ 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";
11770
11770
  body: string;
11771
11771
  subject: string;
11772
11772
  }[];
@@ -11779,7 +11779,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11779
11779
  $get: {
11780
11780
  input: {
11781
11781
  param: {
11782
- 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";
11782
+ 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";
11783
11783
  };
11784
11784
  } & {
11785
11785
  header: {
@@ -11792,7 +11792,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11792
11792
  } | {
11793
11793
  input: {
11794
11794
  param: {
11795
- 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";
11795
+ 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";
11796
11796
  };
11797
11797
  } & {
11798
11798
  header: {
@@ -11800,7 +11800,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11800
11800
  };
11801
11801
  };
11802
11802
  output: {
11803
- 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";
11803
+ 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";
11804
11804
  body: string;
11805
11805
  from: string;
11806
11806
  subject: string;
@@ -11819,7 +11819,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11819
11819
  $put: {
11820
11820
  input: {
11821
11821
  param: {
11822
- 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";
11822
+ 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";
11823
11823
  };
11824
11824
  } & {
11825
11825
  header: {
@@ -11827,7 +11827,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11827
11827
  };
11828
11828
  } & {
11829
11829
  json: {
11830
- 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";
11830
+ 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";
11831
11831
  body: string;
11832
11832
  subject: string;
11833
11833
  syntax?: "liquid" | undefined;
@@ -11839,7 +11839,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11839
11839
  };
11840
11840
  };
11841
11841
  output: {
11842
- 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";
11842
+ 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";
11843
11843
  body: string;
11844
11844
  from: string;
11845
11845
  subject: string;
@@ -11858,7 +11858,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11858
11858
  $patch: {
11859
11859
  input: {
11860
11860
  param: {
11861
- 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";
11861
+ 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";
11862
11862
  };
11863
11863
  } & {
11864
11864
  header: {
@@ -11866,7 +11866,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11866
11866
  };
11867
11867
  } & {
11868
11868
  json: {
11869
- 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;
11869
+ 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;
11870
11870
  body?: string | undefined;
11871
11871
  from?: string | undefined;
11872
11872
  subject?: string | undefined;
@@ -11883,7 +11883,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11883
11883
  } | {
11884
11884
  input: {
11885
11885
  param: {
11886
- 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";
11886
+ 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";
11887
11887
  };
11888
11888
  } & {
11889
11889
  header: {
@@ -11891,7 +11891,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11891
11891
  };
11892
11892
  } & {
11893
11893
  json: {
11894
- 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;
11894
+ 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;
11895
11895
  body?: string | undefined;
11896
11896
  from?: string | undefined;
11897
11897
  subject?: string | undefined;
@@ -11903,7 +11903,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11903
11903
  };
11904
11904
  };
11905
11905
  output: {
11906
- 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";
11906
+ 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";
11907
11907
  body: string;
11908
11908
  from: string;
11909
11909
  subject: string;
@@ -11922,7 +11922,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11922
11922
  $delete: {
11923
11923
  input: {
11924
11924
  param: {
11925
- 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";
11925
+ 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";
11926
11926
  };
11927
11927
  } & {
11928
11928
  header: {
@@ -11935,7 +11935,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11935
11935
  } | {
11936
11936
  input: {
11937
11937
  param: {
11938
- 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";
11938
+ 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";
11939
11939
  };
11940
11940
  } & {
11941
11941
  header: {
@@ -11952,7 +11952,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
11952
11952
  $post: {
11953
11953
  input: {
11954
11954
  param: {
11955
- 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";
11955
+ 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";
11956
11956
  };
11957
11957
  } & {
11958
11958
  header: {
@@ -12235,7 +12235,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12235
12235
  type: "auth0_managed_certs" | "self_managed_certs";
12236
12236
  custom_domain_id: string;
12237
12237
  primary: boolean;
12238
- status: "pending" | "ready" | "disabled" | "pending_verification";
12238
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12239
12239
  verification_method?: "txt" | undefined;
12240
12240
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12241
12241
  domain_metadata?: {
@@ -12276,7 +12276,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12276
12276
  type: "auth0_managed_certs" | "self_managed_certs";
12277
12277
  custom_domain_id: string;
12278
12278
  primary: boolean;
12279
- status: "pending" | "ready" | "disabled" | "pending_verification";
12279
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12280
12280
  verification_method?: "txt" | undefined;
12281
12281
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12282
12282
  domain_metadata?: {
@@ -12340,7 +12340,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12340
12340
  type: "auth0_managed_certs" | "self_managed_certs";
12341
12341
  custom_domain_id: string;
12342
12342
  primary: boolean;
12343
- status: "pending" | "ready" | "disabled" | "pending_verification";
12343
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12344
12344
  verification_method?: "txt" | undefined;
12345
12345
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12346
12346
  domain_metadata?: {
@@ -12387,7 +12387,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12387
12387
  type: "auth0_managed_certs" | "self_managed_certs";
12388
12388
  custom_domain_id: string;
12389
12389
  primary: boolean;
12390
- status: "pending" | "ready" | "disabled" | "pending_verification";
12390
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12391
12391
  verification_method?: "txt" | undefined;
12392
12392
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12393
12393
  domain_metadata?: {
@@ -12433,7 +12433,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12433
12433
  type: "auth0_managed_certs" | "self_managed_certs";
12434
12434
  custom_domain_id: string;
12435
12435
  primary: boolean;
12436
- status: "pending" | "ready" | "disabled" | "pending_verification";
12436
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12437
12437
  verification_method?: "txt" | undefined;
12438
12438
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12439
12439
  domain_metadata?: {
@@ -12474,7 +12474,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12474
12474
  type: "auth0_managed_certs" | "self_managed_certs";
12475
12475
  custom_domain_id: string;
12476
12476
  primary: boolean;
12477
- status: "pending" | "ready" | "disabled" | "pending_verification";
12477
+ status: "disabled" | "pending" | "ready" | "pending_verification";
12478
12478
  verification_method?: "txt" | undefined;
12479
12479
  custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
12480
12480
  domain_metadata?: {
@@ -12573,7 +12573,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12573
12573
  background_color: string;
12574
12574
  background_image_url: string;
12575
12575
  page_layout: "center" | "left" | "right";
12576
- logo_placement?: "widget" | "none" | "chip" | undefined;
12576
+ logo_placement?: "none" | "widget" | "chip" | undefined;
12577
12577
  };
12578
12578
  widget: {
12579
12579
  header_text_alignment: "center" | "left" | "right";
@@ -12663,7 +12663,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12663
12663
  background_color: string;
12664
12664
  background_image_url: string;
12665
12665
  page_layout: "center" | "left" | "right";
12666
- logo_placement?: "widget" | "none" | "chip" | undefined;
12666
+ logo_placement?: "none" | "widget" | "chip" | undefined;
12667
12667
  };
12668
12668
  widget: {
12669
12669
  header_text_alignment: "center" | "left" | "right";
@@ -12742,7 +12742,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12742
12742
  background_color: string;
12743
12743
  background_image_url: string;
12744
12744
  page_layout: "center" | "left" | "right";
12745
- logo_placement?: "widget" | "none" | "chip" | undefined;
12745
+ logo_placement?: "none" | "widget" | "chip" | undefined;
12746
12746
  };
12747
12747
  widget: {
12748
12748
  header_text_alignment: "center" | "left" | "right";
@@ -12904,7 +12904,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12904
12904
  } & {
12905
12905
  json: {
12906
12906
  body?: string | undefined;
12907
- screen?: "password" | "signup" | "login" | "identifier" | undefined;
12907
+ screen?: "password" | "identifier" | "signup" | "login" | undefined;
12908
12908
  branding?: {
12909
12909
  colors?: {
12910
12910
  primary: string;
@@ -12990,7 +12990,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
12990
12990
  background_color: string;
12991
12991
  background_image_url: string;
12992
12992
  page_layout: "center" | "left" | "right";
12993
- logo_placement?: "widget" | "none" | "chip" | undefined;
12993
+ logo_placement?: "none" | "widget" | "chip" | undefined;
12994
12994
  } | undefined;
12995
12995
  widget?: {
12996
12996
  header_text_alignment: "center" | "left" | "right";
@@ -13073,7 +13073,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
13073
13073
  json: {
13074
13074
  bindings: {
13075
13075
  ref: {
13076
- type?: "action_id" | "action_name" | undefined;
13076
+ type?: "action_name" | "action_id" | undefined;
13077
13077
  value?: string | undefined;
13078
13078
  id?: string | undefined;
13079
13079
  name?: string | undefined;
@@ -13148,7 +13148,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
13148
13148
  output: {
13149
13149
  id: string;
13150
13150
  trigger_id: string;
13151
- status: "pending" | "suspended" | "unspecified" | "final" | "partial" | "canceled";
13151
+ status: "pending" | "unspecified" | "final" | "partial" | "canceled" | "suspended";
13152
13152
  results: {
13153
13153
  action_name: string;
13154
13154
  error: {
@@ -13195,7 +13195,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
13195
13195
  logs: {
13196
13196
  action_name: string;
13197
13197
  lines: {
13198
- level: "error" | "info" | "log" | "warn" | "debug";
13198
+ level: "error" | "log" | "info" | "warn" | "debug";
13199
13199
  message: string;
13200
13200
  }[];
13201
13201
  }[];
@@ -13862,7 +13862,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
13862
13862
  args: import("hono/utils/types").JSONValue[];
13863
13863
  }[];
13864
13864
  logs: {
13865
- level: "error" | "info" | "log" | "warn" | "debug";
13865
+ level: "error" | "log" | "info" | "warn" | "debug";
13866
13866
  message: string;
13867
13867
  }[];
13868
13868
  error?: string | undefined;