authhero 7.2.2 → 8.1.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.
- package/dist/authhero.cjs +102 -102
- package/dist/authhero.d.ts +148 -134
- package/dist/authhero.mjs +10893 -10466
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +2 -2
- package/dist/types/helpers/bundle-write-purge.d.ts +16 -0
- package/dist/types/helpers/client-bundle.d.ts +65 -0
- package/dist/types/helpers/compose-auth-data.d.ts +44 -0
- package/dist/types/helpers/prefetch-client-bundle.d.ts +33 -0
- package/dist/types/helpers/request-scoped-dedup.d.ts +8 -0
- package/dist/types/helpers/with-client-bundle.d.ts +31 -0
- package/dist/types/hooks/webhooks.d.ts +14 -0
- package/dist/types/index.d.ts +145 -87
- package/dist/types/routes/auth-api/account.d.ts +2 -2
- package/dist/types/routes/auth-api/index.d.ts +35 -35
- package/dist/types/routes/auth-api/passwordless.d.ts +16 -16
- package/dist/types/routes/auth-api/revoke.d.ts +6 -6
- package/dist/types/routes/auth-api/token.d.ts +10 -10
- package/dist/types/routes/auth-api/well-known.d.ts +1 -1
- package/dist/types/routes/management-api/action-triggers.d.ts +1 -1
- package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
- package/dist/types/routes/management-api/email-templates.d.ts +18 -18
- package/dist/types/routes/management-api/failed-events.d.ts +1 -1
- package/dist/types/routes/management-api/flows.d.ts +7 -7
- package/dist/types/routes/management-api/guardian.d.ts +5 -5
- package/dist/types/routes/management-api/hooks.d.ts +60 -0
- package/dist/types/routes/management-api/index.d.ts +104 -44
- package/dist/types/routes/management-api/logs.d.ts +3 -3
- package/dist/types/routes/management-api/organizations.d.ts +2 -2
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/u2-index.d.ts +6 -6
- package/dist/types/routes/universal-login/u2-routes.d.ts +6 -6
- package/dist/types/types/AuthHeroConfig.d.ts +0 -12
- package/dist/types/utils/jwks.d.ts +2 -2
- package/package.json +5 -4
|
@@ -37,7 +37,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
37
37
|
};
|
|
38
38
|
} & {
|
|
39
39
|
json: {
|
|
40
|
-
type: "
|
|
40
|
+
type: "email" | "push" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
|
|
41
41
|
phone_number?: string | undefined;
|
|
42
42
|
totp_secret?: string | undefined;
|
|
43
43
|
credential_id?: string | undefined;
|
|
@@ -177,7 +177,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
177
177
|
};
|
|
178
178
|
};
|
|
179
179
|
output: {
|
|
180
|
-
name: "
|
|
180
|
+
name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
181
181
|
enabled: boolean;
|
|
182
182
|
trial_expired?: boolean | undefined;
|
|
183
183
|
}[];
|
|
@@ -332,7 +332,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
332
332
|
$get: {
|
|
333
333
|
input: {
|
|
334
334
|
param: {
|
|
335
|
-
factor_name: "
|
|
335
|
+
factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
336
336
|
};
|
|
337
337
|
} & {
|
|
338
338
|
header: {
|
|
@@ -340,7 +340,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
340
340
|
};
|
|
341
341
|
};
|
|
342
342
|
output: {
|
|
343
|
-
name: "
|
|
343
|
+
name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
344
344
|
enabled: boolean;
|
|
345
345
|
trial_expired?: boolean | undefined;
|
|
346
346
|
};
|
|
@@ -353,7 +353,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
353
353
|
$put: {
|
|
354
354
|
input: {
|
|
355
355
|
param: {
|
|
356
|
-
factor_name: "
|
|
356
|
+
factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
357
357
|
};
|
|
358
358
|
} & {
|
|
359
359
|
header: {
|
|
@@ -365,7 +365,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
365
365
|
};
|
|
366
366
|
};
|
|
367
367
|
output: {
|
|
368
|
-
name: "
|
|
368
|
+
name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
369
369
|
enabled: boolean;
|
|
370
370
|
trial_expired?: boolean | undefined;
|
|
371
371
|
};
|
|
@@ -1110,11 +1110,11 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
1110
1110
|
invitee: {
|
|
1111
1111
|
email?: string | undefined;
|
|
1112
1112
|
};
|
|
1113
|
-
roles?: string[] | undefined;
|
|
1114
|
-
id?: string | undefined;
|
|
1115
1113
|
app_metadata?: Record<string, any> | undefined;
|
|
1116
1114
|
user_metadata?: Record<string, any> | undefined;
|
|
1115
|
+
id?: string | undefined;
|
|
1117
1116
|
connection_id?: string | undefined;
|
|
1117
|
+
roles?: string[] | undefined;
|
|
1118
1118
|
ttl_sec?: number | undefined;
|
|
1119
1119
|
send_invitation_email?: boolean | undefined;
|
|
1120
1120
|
};
|
|
@@ -1965,7 +1965,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
1965
1965
|
type: "REDIRECT";
|
|
1966
1966
|
action: "REDIRECT_USER";
|
|
1967
1967
|
params: {
|
|
1968
|
-
target: "custom" | "
|
|
1968
|
+
target: "custom" | "account" | "change-email";
|
|
1969
1969
|
custom_url?: string | undefined;
|
|
1970
1970
|
};
|
|
1971
1971
|
alias?: string | undefined;
|
|
@@ -2018,7 +2018,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2018
2018
|
type: "REDIRECT";
|
|
2019
2019
|
action: "REDIRECT_USER";
|
|
2020
2020
|
params: {
|
|
2021
|
-
target: "custom" | "
|
|
2021
|
+
target: "custom" | "account" | "change-email";
|
|
2022
2022
|
custom_url?: string | undefined;
|
|
2023
2023
|
};
|
|
2024
2024
|
alias?: string | undefined;
|
|
@@ -2086,7 +2086,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2086
2086
|
type: "REDIRECT";
|
|
2087
2087
|
action: "REDIRECT_USER";
|
|
2088
2088
|
params: {
|
|
2089
|
-
target: "custom" | "
|
|
2089
|
+
target: "custom" | "account" | "change-email";
|
|
2090
2090
|
custom_url?: string | undefined;
|
|
2091
2091
|
};
|
|
2092
2092
|
alias?: string | undefined;
|
|
@@ -2167,7 +2167,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2167
2167
|
type: "REDIRECT";
|
|
2168
2168
|
action: "REDIRECT_USER";
|
|
2169
2169
|
params: {
|
|
2170
|
-
target: "custom" | "
|
|
2170
|
+
target: "custom" | "account" | "change-email";
|
|
2171
2171
|
custom_url?: string | undefined;
|
|
2172
2172
|
};
|
|
2173
2173
|
alias?: string | undefined;
|
|
@@ -2215,7 +2215,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2215
2215
|
type: "REDIRECT";
|
|
2216
2216
|
action: "REDIRECT_USER";
|
|
2217
2217
|
params: {
|
|
2218
|
-
target: "custom" | "
|
|
2218
|
+
target: "custom" | "account" | "change-email";
|
|
2219
2219
|
custom_url?: string | undefined;
|
|
2220
2220
|
};
|
|
2221
2221
|
alias?: string | undefined;
|
|
@@ -2275,7 +2275,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2275
2275
|
type: "REDIRECT";
|
|
2276
2276
|
action: "REDIRECT_USER";
|
|
2277
2277
|
params: {
|
|
2278
|
-
target: "custom" | "
|
|
2278
|
+
target: "custom" | "account" | "change-email";
|
|
2279
2279
|
custom_url?: string | undefined;
|
|
2280
2280
|
};
|
|
2281
2281
|
alias?: string | undefined;
|
|
@@ -2323,7 +2323,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2323
2323
|
type: "REDIRECT";
|
|
2324
2324
|
action: "REDIRECT_USER";
|
|
2325
2325
|
params: {
|
|
2326
|
-
target: "custom" | "
|
|
2326
|
+
target: "custom" | "account" | "change-email";
|
|
2327
2327
|
custom_url?: string | undefined;
|
|
2328
2328
|
};
|
|
2329
2329
|
alias?: string | undefined;
|
|
@@ -6601,7 +6601,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6601
6601
|
};
|
|
6602
6602
|
};
|
|
6603
6603
|
output: {
|
|
6604
|
-
prompt: "organizations" | "
|
|
6604
|
+
prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "email-otp-challenge" | "invitation" | "reset-password" | "mfa-login-options" | "consent" | "email-verification" | "login-id" | "login-password" | "signup-id" | "signup-password" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
|
|
6605
6605
|
language: string;
|
|
6606
6606
|
}[];
|
|
6607
6607
|
outputFormat: "json";
|
|
@@ -6639,7 +6639,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6639
6639
|
$get: {
|
|
6640
6640
|
input: {
|
|
6641
6641
|
param: {
|
|
6642
|
-
prompt: "organizations" | "
|
|
6642
|
+
prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "email-otp-challenge" | "invitation" | "reset-password" | "mfa-login-options" | "consent" | "email-verification" | "login-id" | "login-password" | "signup-id" | "signup-password" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
|
|
6643
6643
|
language: string;
|
|
6644
6644
|
};
|
|
6645
6645
|
} & {
|
|
@@ -6661,7 +6661,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6661
6661
|
$put: {
|
|
6662
6662
|
input: {
|
|
6663
6663
|
param: {
|
|
6664
|
-
prompt: "organizations" | "
|
|
6664
|
+
prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "email-otp-challenge" | "invitation" | "reset-password" | "mfa-login-options" | "consent" | "email-verification" | "login-id" | "login-password" | "signup-id" | "signup-password" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
|
|
6665
6665
|
language: string;
|
|
6666
6666
|
};
|
|
6667
6667
|
} & {
|
|
@@ -6685,7 +6685,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6685
6685
|
$delete: {
|
|
6686
6686
|
input: {
|
|
6687
6687
|
param: {
|
|
6688
|
-
prompt: "organizations" | "
|
|
6688
|
+
prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "email-otp-challenge" | "invitation" | "reset-password" | "mfa-login-options" | "consent" | "email-verification" | "login-id" | "login-password" | "signup-id" | "signup-password" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
|
|
6689
6689
|
language: string;
|
|
6690
6690
|
};
|
|
6691
6691
|
} & {
|
|
@@ -8099,6 +8099,66 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8099
8099
|
status: 200;
|
|
8100
8100
|
};
|
|
8101
8101
|
};
|
|
8102
|
+
} & {
|
|
8103
|
+
"/:hook_id/try": {
|
|
8104
|
+
$post: {
|
|
8105
|
+
input: {
|
|
8106
|
+
param: {
|
|
8107
|
+
hook_id: string;
|
|
8108
|
+
};
|
|
8109
|
+
} & {
|
|
8110
|
+
header: {
|
|
8111
|
+
"tenant-id"?: string | undefined;
|
|
8112
|
+
};
|
|
8113
|
+
} & {
|
|
8114
|
+
json: {
|
|
8115
|
+
user_id: string;
|
|
8116
|
+
};
|
|
8117
|
+
};
|
|
8118
|
+
output: {};
|
|
8119
|
+
outputFormat: string;
|
|
8120
|
+
status: 400;
|
|
8121
|
+
} | {
|
|
8122
|
+
input: {
|
|
8123
|
+
param: {
|
|
8124
|
+
hook_id: string;
|
|
8125
|
+
};
|
|
8126
|
+
} & {
|
|
8127
|
+
header: {
|
|
8128
|
+
"tenant-id"?: string | undefined;
|
|
8129
|
+
};
|
|
8130
|
+
} & {
|
|
8131
|
+
json: {
|
|
8132
|
+
user_id: string;
|
|
8133
|
+
};
|
|
8134
|
+
};
|
|
8135
|
+
output: {};
|
|
8136
|
+
outputFormat: string;
|
|
8137
|
+
status: 404;
|
|
8138
|
+
} | {
|
|
8139
|
+
input: {
|
|
8140
|
+
param: {
|
|
8141
|
+
hook_id: string;
|
|
8142
|
+
};
|
|
8143
|
+
} & {
|
|
8144
|
+
header: {
|
|
8145
|
+
"tenant-id"?: string | undefined;
|
|
8146
|
+
};
|
|
8147
|
+
} & {
|
|
8148
|
+
json: {
|
|
8149
|
+
user_id: string;
|
|
8150
|
+
};
|
|
8151
|
+
};
|
|
8152
|
+
output: {
|
|
8153
|
+
ok: boolean;
|
|
8154
|
+
status?: number | undefined;
|
|
8155
|
+
body?: string | undefined;
|
|
8156
|
+
error?: string | undefined;
|
|
8157
|
+
};
|
|
8158
|
+
outputFormat: "json";
|
|
8159
|
+
status: 200;
|
|
8160
|
+
};
|
|
8161
|
+
};
|
|
8102
8162
|
}, "/hooks"> & import("hono/types").MergeSchemaPath<{
|
|
8103
8163
|
"/": {
|
|
8104
8164
|
$get: {
|
|
@@ -8126,7 +8186,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8126
8186
|
log_type: string;
|
|
8127
8187
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
8128
8188
|
actor: {
|
|
8129
|
-
type: "
|
|
8189
|
+
type: "user" | "client_credentials" | "system" | "admin" | "api_key";
|
|
8130
8190
|
id?: string | undefined;
|
|
8131
8191
|
email?: string | undefined;
|
|
8132
8192
|
org_id?: string | undefined;
|
|
@@ -8774,7 +8834,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8774
8834
|
};
|
|
8775
8835
|
};
|
|
8776
8836
|
output: {
|
|
8777
|
-
type: "
|
|
8837
|
+
type: "fs" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
8778
8838
|
date: string;
|
|
8779
8839
|
isMobile: boolean;
|
|
8780
8840
|
log_id: string;
|
|
@@ -8813,7 +8873,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8813
8873
|
limit: number;
|
|
8814
8874
|
length: number;
|
|
8815
8875
|
logs: {
|
|
8816
|
-
type: "
|
|
8876
|
+
type: "fs" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
8817
8877
|
date: string;
|
|
8818
8878
|
isMobile: boolean;
|
|
8819
8879
|
log_id: string;
|
|
@@ -8867,7 +8927,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8867
8927
|
};
|
|
8868
8928
|
};
|
|
8869
8929
|
output: {
|
|
8870
|
-
type: "
|
|
8930
|
+
type: "fs" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
8871
8931
|
date: string;
|
|
8872
8932
|
isMobile: boolean;
|
|
8873
8933
|
log_id: string;
|
|
@@ -11085,7 +11145,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11085
11145
|
};
|
|
11086
11146
|
};
|
|
11087
11147
|
output: {
|
|
11088
|
-
type: "
|
|
11148
|
+
type: "fs" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11089
11149
|
date: string;
|
|
11090
11150
|
isMobile: boolean;
|
|
11091
11151
|
log_id: string;
|
|
@@ -11124,7 +11184,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11124
11184
|
limit: number;
|
|
11125
11185
|
length: number;
|
|
11126
11186
|
logs: {
|
|
11127
|
-
type: "
|
|
11187
|
+
type: "fs" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11128
11188
|
date: string;
|
|
11129
11189
|
isMobile: boolean;
|
|
11130
11190
|
log_id: string;
|
|
@@ -11439,7 +11499,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11439
11499
|
};
|
|
11440
11500
|
} & {
|
|
11441
11501
|
json: {
|
|
11442
|
-
template: "
|
|
11502
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11443
11503
|
body: string;
|
|
11444
11504
|
from: string;
|
|
11445
11505
|
subject: string;
|
|
@@ -11460,7 +11520,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11460
11520
|
};
|
|
11461
11521
|
} & {
|
|
11462
11522
|
json: {
|
|
11463
|
-
template: "
|
|
11523
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11464
11524
|
body: string;
|
|
11465
11525
|
from: string;
|
|
11466
11526
|
subject: string;
|
|
@@ -11472,7 +11532,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11472
11532
|
};
|
|
11473
11533
|
};
|
|
11474
11534
|
output: {
|
|
11475
|
-
template: "
|
|
11535
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11476
11536
|
body: string;
|
|
11477
11537
|
from: string;
|
|
11478
11538
|
subject: string;
|
|
@@ -11495,7 +11555,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11495
11555
|
};
|
|
11496
11556
|
};
|
|
11497
11557
|
output: {
|
|
11498
|
-
name: "
|
|
11558
|
+
name: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11499
11559
|
body: string;
|
|
11500
11560
|
subject: string;
|
|
11501
11561
|
}[];
|
|
@@ -11508,7 +11568,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11508
11568
|
$get: {
|
|
11509
11569
|
input: {
|
|
11510
11570
|
param: {
|
|
11511
|
-
templateName: "
|
|
11571
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11512
11572
|
};
|
|
11513
11573
|
} & {
|
|
11514
11574
|
header: {
|
|
@@ -11521,7 +11581,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11521
11581
|
} | {
|
|
11522
11582
|
input: {
|
|
11523
11583
|
param: {
|
|
11524
|
-
templateName: "
|
|
11584
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11525
11585
|
};
|
|
11526
11586
|
} & {
|
|
11527
11587
|
header: {
|
|
@@ -11529,7 +11589,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11529
11589
|
};
|
|
11530
11590
|
};
|
|
11531
11591
|
output: {
|
|
11532
|
-
template: "
|
|
11592
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11533
11593
|
body: string;
|
|
11534
11594
|
from: string;
|
|
11535
11595
|
subject: string;
|
|
@@ -11548,7 +11608,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11548
11608
|
$put: {
|
|
11549
11609
|
input: {
|
|
11550
11610
|
param: {
|
|
11551
|
-
templateName: "
|
|
11611
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11552
11612
|
};
|
|
11553
11613
|
} & {
|
|
11554
11614
|
header: {
|
|
@@ -11556,7 +11616,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11556
11616
|
};
|
|
11557
11617
|
} & {
|
|
11558
11618
|
json: {
|
|
11559
|
-
template: "
|
|
11619
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11560
11620
|
body: string;
|
|
11561
11621
|
subject: string;
|
|
11562
11622
|
syntax?: "liquid" | undefined;
|
|
@@ -11568,7 +11628,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11568
11628
|
};
|
|
11569
11629
|
};
|
|
11570
11630
|
output: {
|
|
11571
|
-
template: "
|
|
11631
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11572
11632
|
body: string;
|
|
11573
11633
|
from: string;
|
|
11574
11634
|
subject: string;
|
|
@@ -11587,7 +11647,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11587
11647
|
$patch: {
|
|
11588
11648
|
input: {
|
|
11589
11649
|
param: {
|
|
11590
|
-
templateName: "
|
|
11650
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11591
11651
|
};
|
|
11592
11652
|
} & {
|
|
11593
11653
|
header: {
|
|
@@ -11595,7 +11655,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11595
11655
|
};
|
|
11596
11656
|
} & {
|
|
11597
11657
|
json: {
|
|
11598
|
-
template?: "
|
|
11658
|
+
template?: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
11599
11659
|
body?: string | undefined;
|
|
11600
11660
|
from?: string | undefined;
|
|
11601
11661
|
subject?: string | undefined;
|
|
@@ -11612,7 +11672,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11612
11672
|
} | {
|
|
11613
11673
|
input: {
|
|
11614
11674
|
param: {
|
|
11615
|
-
templateName: "
|
|
11675
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11616
11676
|
};
|
|
11617
11677
|
} & {
|
|
11618
11678
|
header: {
|
|
@@ -11620,7 +11680,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11620
11680
|
};
|
|
11621
11681
|
} & {
|
|
11622
11682
|
json: {
|
|
11623
|
-
template?: "
|
|
11683
|
+
template?: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
11624
11684
|
body?: string | undefined;
|
|
11625
11685
|
from?: string | undefined;
|
|
11626
11686
|
subject?: string | undefined;
|
|
@@ -11632,7 +11692,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11632
11692
|
};
|
|
11633
11693
|
};
|
|
11634
11694
|
output: {
|
|
11635
|
-
template: "
|
|
11695
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11636
11696
|
body: string;
|
|
11637
11697
|
from: string;
|
|
11638
11698
|
subject: string;
|
|
@@ -11651,7 +11711,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11651
11711
|
$delete: {
|
|
11652
11712
|
input: {
|
|
11653
11713
|
param: {
|
|
11654
|
-
templateName: "
|
|
11714
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11655
11715
|
};
|
|
11656
11716
|
} & {
|
|
11657
11717
|
header: {
|
|
@@ -11664,7 +11724,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11664
11724
|
} | {
|
|
11665
11725
|
input: {
|
|
11666
11726
|
param: {
|
|
11667
|
-
templateName: "
|
|
11727
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11668
11728
|
};
|
|
11669
11729
|
} & {
|
|
11670
11730
|
header: {
|
|
@@ -11681,7 +11741,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11681
11741
|
$post: {
|
|
11682
11742
|
input: {
|
|
11683
11743
|
param: {
|
|
11684
|
-
templateName: "
|
|
11744
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11685
11745
|
};
|
|
11686
11746
|
} & {
|
|
11687
11747
|
header: {
|
|
@@ -12688,7 +12748,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12688
12748
|
json: {
|
|
12689
12749
|
bindings: {
|
|
12690
12750
|
ref: {
|
|
12691
|
-
type?: "
|
|
12751
|
+
type?: "action_name" | "action_id" | undefined;
|
|
12692
12752
|
value?: string | undefined;
|
|
12693
12753
|
id?: string | undefined;
|
|
12694
12754
|
name?: string | undefined;
|