authhero 8.26.0 → 8.26.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/authhero.cjs +3 -3
- package/dist/authhero.d.ts +80 -80
- package/dist/authhero.mjs +48 -42
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +5 -5
- package/dist/types/index.d.ts +80 -80
- package/dist/types/routes/auth-api/index.d.ts +22 -22
- package/dist/types/routes/auth-api/passwordless.d.ts +12 -12
- package/dist/types/routes/auth-api/token.d.ts +10 -10
- package/dist/types/routes/management-api/action-executions.d.ts +2 -2
- package/dist/types/routes/management-api/action-triggers.d.ts +1 -1
- package/dist/types/routes/management-api/actions.d.ts +1 -1
- package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
- package/dist/types/routes/management-api/branding.d.ts +9 -9
- package/dist/types/routes/management-api/clients.d.ts +6 -6
- package/dist/types/routes/management-api/connections.d.ts +15 -15
- package/dist/types/routes/management-api/custom-domains.d.ts +8 -8
- 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/guardian.d.ts +5 -5
- package/dist/types/routes/management-api/hook-code.d.ts +2 -2
- package/dist/types/routes/management-api/index.d.ts +55 -55
- package/dist/types/routes/management-api/log-streams.d.ts +6 -6
- package/dist/types/routes/management-api/logs.d.ts +4 -4
- package/dist/types/routes/management-api/organizations.d.ts +3 -3
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/roles.d.ts +1 -1
- package/dist/types/routes/management-api/tenant-export-import.d.ts +5 -5
- package/dist/types/routes/management-api/tenant-operations.d.ts +4 -4
- package/dist/types/routes/management-api/tenants.d.ts +5 -5
- package/dist/types/routes/management-api/themes.d.ts +6 -6
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/common.d.ts +10 -10
- package/dist/types/routes/universal-login/flow-api.d.ts +4 -4
- package/dist/types/routes/universal-login/identifier.d.ts +2 -2
- package/dist/types/routes/universal-login/index.d.ts +2 -2
- package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
- package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
- package/package.json +6 -6
package/dist/authhero.d.ts
CHANGED
|
@@ -4300,7 +4300,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4300
4300
|
};
|
|
4301
4301
|
};
|
|
4302
4302
|
output: {
|
|
4303
|
-
name: "
|
|
4303
|
+
name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
4304
4304
|
enabled: boolean;
|
|
4305
4305
|
trial_expired?: boolean | undefined;
|
|
4306
4306
|
}[];
|
|
@@ -4455,7 +4455,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4455
4455
|
$get: {
|
|
4456
4456
|
input: {
|
|
4457
4457
|
param: {
|
|
4458
|
-
factor_name: "
|
|
4458
|
+
factor_name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
4459
4459
|
};
|
|
4460
4460
|
} & {
|
|
4461
4461
|
header: {
|
|
@@ -4463,7 +4463,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4463
4463
|
};
|
|
4464
4464
|
};
|
|
4465
4465
|
output: {
|
|
4466
|
-
name: "
|
|
4466
|
+
name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
4467
4467
|
enabled: boolean;
|
|
4468
4468
|
trial_expired?: boolean | undefined;
|
|
4469
4469
|
};
|
|
@@ -4476,7 +4476,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4476
4476
|
$put: {
|
|
4477
4477
|
input: {
|
|
4478
4478
|
param: {
|
|
4479
|
-
factor_name: "
|
|
4479
|
+
factor_name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
4480
4480
|
};
|
|
4481
4481
|
} & {
|
|
4482
4482
|
header: {
|
|
@@ -4488,7 +4488,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4488
4488
|
};
|
|
4489
4489
|
};
|
|
4490
4490
|
output: {
|
|
4491
|
-
name: "
|
|
4491
|
+
name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
4492
4492
|
enabled: boolean;
|
|
4493
4493
|
trial_expired?: boolean | undefined;
|
|
4494
4494
|
};
|
|
@@ -10981,7 +10981,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10981
10981
|
};
|
|
10982
10982
|
};
|
|
10983
10983
|
output: {
|
|
10984
|
-
prompt: "status" | "
|
|
10984
|
+
prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "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";
|
|
10985
10985
|
language: string;
|
|
10986
10986
|
}[];
|
|
10987
10987
|
outputFormat: "json";
|
|
@@ -11019,7 +11019,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11019
11019
|
$get: {
|
|
11020
11020
|
input: {
|
|
11021
11021
|
param: {
|
|
11022
|
-
prompt: "status" | "
|
|
11022
|
+
prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "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";
|
|
11023
11023
|
language: string;
|
|
11024
11024
|
};
|
|
11025
11025
|
} & {
|
|
@@ -11041,7 +11041,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11041
11041
|
$put: {
|
|
11042
11042
|
input: {
|
|
11043
11043
|
param: {
|
|
11044
|
-
prompt: "status" | "
|
|
11044
|
+
prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "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";
|
|
11045
11045
|
language: string;
|
|
11046
11046
|
};
|
|
11047
11047
|
} & {
|
|
@@ -11065,7 +11065,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11065
11065
|
$delete: {
|
|
11066
11066
|
input: {
|
|
11067
11067
|
param: {
|
|
11068
|
-
prompt: "status" | "
|
|
11068
|
+
prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "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";
|
|
11069
11069
|
language: string;
|
|
11070
11070
|
};
|
|
11071
11071
|
} & {
|
|
@@ -12568,7 +12568,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12568
12568
|
log_type: string;
|
|
12569
12569
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
12570
12570
|
actor: {
|
|
12571
|
-
type: "
|
|
12571
|
+
type: "user" | "client_credentials" | "system" | "admin" | "api_key";
|
|
12572
12572
|
id?: string | undefined;
|
|
12573
12573
|
email?: string | undefined;
|
|
12574
12574
|
org_id?: string | undefined;
|
|
@@ -13048,7 +13048,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13048
13048
|
[x: string]: hono_utils_types.JSONValue;
|
|
13049
13049
|
};
|
|
13050
13050
|
id: string;
|
|
13051
|
-
status: "
|
|
13051
|
+
status: "active" | "suspended" | "paused";
|
|
13052
13052
|
filters?: {
|
|
13053
13053
|
type: string;
|
|
13054
13054
|
name: string;
|
|
@@ -13080,7 +13080,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13080
13080
|
[x: string]: hono_utils_types.JSONValue;
|
|
13081
13081
|
};
|
|
13082
13082
|
id: string;
|
|
13083
|
-
status: "
|
|
13083
|
+
status: "active" | "suspended" | "paused";
|
|
13084
13084
|
filters?: {
|
|
13085
13085
|
type: string;
|
|
13086
13086
|
name: string;
|
|
@@ -13105,7 +13105,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13105
13105
|
name: string;
|
|
13106
13106
|
type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
|
|
13107
13107
|
sink: Record<string, unknown>;
|
|
13108
|
-
status?: "
|
|
13108
|
+
status?: "active" | "suspended" | "paused" | undefined;
|
|
13109
13109
|
filters?: {
|
|
13110
13110
|
type: string;
|
|
13111
13111
|
name: string;
|
|
@@ -13120,7 +13120,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13120
13120
|
[x: string]: hono_utils_types.JSONValue;
|
|
13121
13121
|
};
|
|
13122
13122
|
id: string;
|
|
13123
|
-
status: "
|
|
13123
|
+
status: "active" | "suspended" | "paused";
|
|
13124
13124
|
filters?: {
|
|
13125
13125
|
type: string;
|
|
13126
13126
|
name: string;
|
|
@@ -13155,7 +13155,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13155
13155
|
}[] | undefined;
|
|
13156
13156
|
isPriority?: boolean | undefined;
|
|
13157
13157
|
id?: string | undefined;
|
|
13158
|
-
status?: "
|
|
13158
|
+
status?: "active" | "suspended" | "paused" | undefined;
|
|
13159
13159
|
created_at?: string | undefined;
|
|
13160
13160
|
updated_at?: string | undefined;
|
|
13161
13161
|
};
|
|
@@ -13167,7 +13167,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13167
13167
|
[x: string]: hono_utils_types.JSONValue;
|
|
13168
13168
|
};
|
|
13169
13169
|
id: string;
|
|
13170
|
-
status: "
|
|
13170
|
+
status: "active" | "suspended" | "paused";
|
|
13171
13171
|
filters?: {
|
|
13172
13172
|
type: string;
|
|
13173
13173
|
name: string;
|
|
@@ -13218,7 +13218,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13218
13218
|
};
|
|
13219
13219
|
};
|
|
13220
13220
|
output: {
|
|
13221
|
-
type: "fn" | "
|
|
13221
|
+
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";
|
|
13222
13222
|
date: string;
|
|
13223
13223
|
isMobile: boolean;
|
|
13224
13224
|
log_id: string;
|
|
@@ -13257,7 +13257,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13257
13257
|
limit: number;
|
|
13258
13258
|
length: number;
|
|
13259
13259
|
logs: {
|
|
13260
|
-
type: "fn" | "
|
|
13260
|
+
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";
|
|
13261
13261
|
date: string;
|
|
13262
13262
|
isMobile: boolean;
|
|
13263
13263
|
log_id: string;
|
|
@@ -13296,7 +13296,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13296
13296
|
next?: string | undefined;
|
|
13297
13297
|
} | {
|
|
13298
13298
|
logs: {
|
|
13299
|
-
type: "fn" | "
|
|
13299
|
+
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";
|
|
13300
13300
|
date: string;
|
|
13301
13301
|
isMobile: boolean;
|
|
13302
13302
|
log_id: string;
|
|
@@ -13350,7 +13350,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13350
13350
|
};
|
|
13351
13351
|
};
|
|
13352
13352
|
output: {
|
|
13353
|
-
type: "fn" | "
|
|
13353
|
+
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";
|
|
13354
13354
|
date: string;
|
|
13355
13355
|
isMobile: boolean;
|
|
13356
13356
|
log_id: string;
|
|
@@ -15805,7 +15805,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15805
15805
|
};
|
|
15806
15806
|
};
|
|
15807
15807
|
output: {
|
|
15808
|
-
type: "fn" | "
|
|
15808
|
+
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";
|
|
15809
15809
|
date: string;
|
|
15810
15810
|
isMobile: boolean;
|
|
15811
15811
|
log_id: string;
|
|
@@ -15844,7 +15844,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15844
15844
|
limit: number;
|
|
15845
15845
|
length: number;
|
|
15846
15846
|
logs: {
|
|
15847
|
-
type: "fn" | "
|
|
15847
|
+
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";
|
|
15848
15848
|
date: string;
|
|
15849
15849
|
isMobile: boolean;
|
|
15850
15850
|
log_id: string;
|
|
@@ -16163,7 +16163,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16163
16163
|
};
|
|
16164
16164
|
} & {
|
|
16165
16165
|
json: {
|
|
16166
|
-
template: "
|
|
16166
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16167
16167
|
body: string;
|
|
16168
16168
|
from: string;
|
|
16169
16169
|
subject: string;
|
|
@@ -16184,7 +16184,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16184
16184
|
};
|
|
16185
16185
|
} & {
|
|
16186
16186
|
json: {
|
|
16187
|
-
template: "
|
|
16187
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16188
16188
|
body: string;
|
|
16189
16189
|
from: string;
|
|
16190
16190
|
subject: string;
|
|
@@ -16196,7 +16196,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16196
16196
|
};
|
|
16197
16197
|
};
|
|
16198
16198
|
output: {
|
|
16199
|
-
template: "
|
|
16199
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16200
16200
|
body: string;
|
|
16201
16201
|
from: string;
|
|
16202
16202
|
subject: string;
|
|
@@ -16219,7 +16219,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16219
16219
|
};
|
|
16220
16220
|
};
|
|
16221
16221
|
output: {
|
|
16222
|
-
name: "
|
|
16222
|
+
name: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16223
16223
|
body: string;
|
|
16224
16224
|
subject: string;
|
|
16225
16225
|
}[];
|
|
@@ -16232,7 +16232,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16232
16232
|
$get: {
|
|
16233
16233
|
input: {
|
|
16234
16234
|
param: {
|
|
16235
|
-
templateName: "
|
|
16235
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16236
16236
|
};
|
|
16237
16237
|
} & {
|
|
16238
16238
|
header: {
|
|
@@ -16245,7 +16245,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16245
16245
|
} | {
|
|
16246
16246
|
input: {
|
|
16247
16247
|
param: {
|
|
16248
|
-
templateName: "
|
|
16248
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16249
16249
|
};
|
|
16250
16250
|
} & {
|
|
16251
16251
|
header: {
|
|
@@ -16253,7 +16253,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16253
16253
|
};
|
|
16254
16254
|
};
|
|
16255
16255
|
output: {
|
|
16256
|
-
template: "
|
|
16256
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16257
16257
|
body: string;
|
|
16258
16258
|
from: string;
|
|
16259
16259
|
subject: string;
|
|
@@ -16272,7 +16272,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16272
16272
|
$put: {
|
|
16273
16273
|
input: {
|
|
16274
16274
|
param: {
|
|
16275
|
-
templateName: "
|
|
16275
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16276
16276
|
};
|
|
16277
16277
|
} & {
|
|
16278
16278
|
header: {
|
|
@@ -16280,7 +16280,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16280
16280
|
};
|
|
16281
16281
|
} & {
|
|
16282
16282
|
json: {
|
|
16283
|
-
template: "
|
|
16283
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16284
16284
|
body: string;
|
|
16285
16285
|
subject: string;
|
|
16286
16286
|
syntax?: "liquid" | undefined;
|
|
@@ -16292,7 +16292,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16292
16292
|
};
|
|
16293
16293
|
};
|
|
16294
16294
|
output: {
|
|
16295
|
-
template: "
|
|
16295
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16296
16296
|
body: string;
|
|
16297
16297
|
from: string;
|
|
16298
16298
|
subject: string;
|
|
@@ -16311,7 +16311,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16311
16311
|
$patch: {
|
|
16312
16312
|
input: {
|
|
16313
16313
|
param: {
|
|
16314
|
-
templateName: "
|
|
16314
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16315
16315
|
};
|
|
16316
16316
|
} & {
|
|
16317
16317
|
header: {
|
|
@@ -16319,7 +16319,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16319
16319
|
};
|
|
16320
16320
|
} & {
|
|
16321
16321
|
json: {
|
|
16322
|
-
template?: "
|
|
16322
|
+
template?: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
16323
16323
|
body?: string | undefined;
|
|
16324
16324
|
from?: string | undefined;
|
|
16325
16325
|
subject?: string | undefined;
|
|
@@ -16336,7 +16336,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16336
16336
|
} | {
|
|
16337
16337
|
input: {
|
|
16338
16338
|
param: {
|
|
16339
|
-
templateName: "
|
|
16339
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16340
16340
|
};
|
|
16341
16341
|
} & {
|
|
16342
16342
|
header: {
|
|
@@ -16344,7 +16344,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16344
16344
|
};
|
|
16345
16345
|
} & {
|
|
16346
16346
|
json: {
|
|
16347
|
-
template?: "
|
|
16347
|
+
template?: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
16348
16348
|
body?: string | undefined;
|
|
16349
16349
|
from?: string | undefined;
|
|
16350
16350
|
subject?: string | undefined;
|
|
@@ -16356,7 +16356,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16356
16356
|
};
|
|
16357
16357
|
};
|
|
16358
16358
|
output: {
|
|
16359
|
-
template: "
|
|
16359
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16360
16360
|
body: string;
|
|
16361
16361
|
from: string;
|
|
16362
16362
|
subject: string;
|
|
@@ -16375,7 +16375,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16375
16375
|
$delete: {
|
|
16376
16376
|
input: {
|
|
16377
16377
|
param: {
|
|
16378
|
-
templateName: "
|
|
16378
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16379
16379
|
};
|
|
16380
16380
|
} & {
|
|
16381
16381
|
header: {
|
|
@@ -16388,7 +16388,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16388
16388
|
} | {
|
|
16389
16389
|
input: {
|
|
16390
16390
|
param: {
|
|
16391
|
-
templateName: "
|
|
16391
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16392
16392
|
};
|
|
16393
16393
|
} & {
|
|
16394
16394
|
header: {
|
|
@@ -16405,7 +16405,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16405
16405
|
$post: {
|
|
16406
16406
|
input: {
|
|
16407
16407
|
param: {
|
|
16408
|
-
templateName: "
|
|
16408
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
16409
16409
|
};
|
|
16410
16410
|
} & {
|
|
16411
16411
|
header: {
|
|
@@ -16688,7 +16688,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16688
16688
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
16689
16689
|
custom_domain_id: string;
|
|
16690
16690
|
primary: boolean;
|
|
16691
|
-
status: "
|
|
16691
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
16692
16692
|
verification_method?: "txt" | undefined;
|
|
16693
16693
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
16694
16694
|
domain_metadata?: {
|
|
@@ -16729,7 +16729,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16729
16729
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
16730
16730
|
custom_domain_id: string;
|
|
16731
16731
|
primary: boolean;
|
|
16732
|
-
status: "
|
|
16732
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
16733
16733
|
verification_method?: "txt" | undefined;
|
|
16734
16734
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
16735
16735
|
domain_metadata?: {
|
|
@@ -16793,7 +16793,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16793
16793
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
16794
16794
|
custom_domain_id: string;
|
|
16795
16795
|
primary: boolean;
|
|
16796
|
-
status: "
|
|
16796
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
16797
16797
|
verification_method?: "txt" | undefined;
|
|
16798
16798
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
16799
16799
|
domain_metadata?: {
|
|
@@ -16840,7 +16840,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16840
16840
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
16841
16841
|
custom_domain_id: string;
|
|
16842
16842
|
primary: boolean;
|
|
16843
|
-
status: "
|
|
16843
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
16844
16844
|
verification_method?: "txt" | undefined;
|
|
16845
16845
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
16846
16846
|
domain_metadata?: {
|
|
@@ -16886,7 +16886,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16886
16886
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
16887
16887
|
custom_domain_id: string;
|
|
16888
16888
|
primary: boolean;
|
|
16889
|
-
status: "
|
|
16889
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
16890
16890
|
verification_method?: "txt" | undefined;
|
|
16891
16891
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
16892
16892
|
domain_metadata?: {
|
|
@@ -16927,7 +16927,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16927
16927
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
16928
16928
|
custom_domain_id: string;
|
|
16929
16929
|
primary: boolean;
|
|
16930
|
-
status: "
|
|
16930
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
16931
16931
|
verification_method?: "txt" | undefined;
|
|
16932
16932
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
16933
16933
|
domain_metadata?: {
|
|
@@ -17026,12 +17026,12 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17026
17026
|
background_color: string;
|
|
17027
17027
|
background_image_url: string;
|
|
17028
17028
|
page_layout: "center" | "left" | "right";
|
|
17029
|
-
logo_placement?: "
|
|
17029
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
17030
17030
|
};
|
|
17031
17031
|
widget: {
|
|
17032
17032
|
header_text_alignment: "center" | "left" | "right";
|
|
17033
17033
|
logo_height: number;
|
|
17034
|
-
logo_position: "
|
|
17034
|
+
logo_position: "none" | "center" | "left" | "right";
|
|
17035
17035
|
logo_url: string;
|
|
17036
17036
|
social_buttons_layout: "bottom" | "top";
|
|
17037
17037
|
};
|
|
@@ -17116,12 +17116,12 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17116
17116
|
background_color: string;
|
|
17117
17117
|
background_image_url: string;
|
|
17118
17118
|
page_layout: "center" | "left" | "right";
|
|
17119
|
-
logo_placement?: "
|
|
17119
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
17120
17120
|
};
|
|
17121
17121
|
widget: {
|
|
17122
17122
|
header_text_alignment: "center" | "left" | "right";
|
|
17123
17123
|
logo_height: number;
|
|
17124
|
-
logo_position: "
|
|
17124
|
+
logo_position: "none" | "center" | "left" | "right";
|
|
17125
17125
|
logo_url: string;
|
|
17126
17126
|
social_buttons_layout: "bottom" | "top";
|
|
17127
17127
|
};
|
|
@@ -17195,12 +17195,12 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17195
17195
|
background_color: string;
|
|
17196
17196
|
background_image_url: string;
|
|
17197
17197
|
page_layout: "center" | "left" | "right";
|
|
17198
|
-
logo_placement?: "
|
|
17198
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
17199
17199
|
};
|
|
17200
17200
|
widget: {
|
|
17201
17201
|
header_text_alignment: "center" | "left" | "right";
|
|
17202
17202
|
logo_height: number;
|
|
17203
|
-
logo_position: "
|
|
17203
|
+
logo_position: "none" | "center" | "left" | "right";
|
|
17204
17204
|
logo_url: string;
|
|
17205
17205
|
social_buttons_layout: "bottom" | "top";
|
|
17206
17206
|
};
|
|
@@ -17357,7 +17357,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17357
17357
|
} & {
|
|
17358
17358
|
json: {
|
|
17359
17359
|
body?: string | undefined;
|
|
17360
|
-
screen?: "password" | "
|
|
17360
|
+
screen?: "password" | "identifier" | "signup" | "login" | undefined;
|
|
17361
17361
|
branding?: {
|
|
17362
17362
|
colors?: {
|
|
17363
17363
|
primary: string;
|
|
@@ -17443,12 +17443,12 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17443
17443
|
background_color: string;
|
|
17444
17444
|
background_image_url: string;
|
|
17445
17445
|
page_layout: "center" | "left" | "right";
|
|
17446
|
-
logo_placement?: "
|
|
17446
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
17447
17447
|
} | undefined;
|
|
17448
17448
|
widget?: {
|
|
17449
17449
|
header_text_alignment: "center" | "left" | "right";
|
|
17450
17450
|
logo_height: number;
|
|
17451
|
-
logo_position: "
|
|
17451
|
+
logo_position: "none" | "center" | "left" | "right";
|
|
17452
17452
|
logo_url: string;
|
|
17453
17453
|
social_buttons_layout: "bottom" | "top";
|
|
17454
17454
|
} | undefined;
|
|
@@ -19063,20 +19063,20 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19063
19063
|
email: string;
|
|
19064
19064
|
send: "code" | "link";
|
|
19065
19065
|
authParams: {
|
|
19066
|
-
audience?: string | undefined;
|
|
19067
19066
|
username?: string | undefined;
|
|
19067
|
+
audience?: string | undefined;
|
|
19068
19068
|
scope?: string | undefined;
|
|
19069
|
+
state?: string | undefined;
|
|
19069
19070
|
response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
|
|
19070
19071
|
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
19071
|
-
state?: string | undefined;
|
|
19072
19072
|
prompt?: string | undefined;
|
|
19073
|
-
ui_locales?: string | undefined;
|
|
19074
|
-
organization?: string | undefined;
|
|
19075
|
-
redirect_uri?: string | undefined;
|
|
19076
19073
|
act_as?: string | undefined;
|
|
19074
|
+
redirect_uri?: string | undefined;
|
|
19075
|
+
organization?: string | undefined;
|
|
19077
19076
|
nonce?: string | undefined;
|
|
19078
19077
|
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
19079
19078
|
code_challenge?: string | undefined;
|
|
19079
|
+
ui_locales?: string | undefined;
|
|
19080
19080
|
max_age?: number | undefined;
|
|
19081
19081
|
acr_values?: string | undefined;
|
|
19082
19082
|
claims?: {
|
|
@@ -19099,20 +19099,20 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19099
19099
|
phone_number: string;
|
|
19100
19100
|
send: "code" | "link";
|
|
19101
19101
|
authParams: {
|
|
19102
|
-
audience?: string | undefined;
|
|
19103
19102
|
username?: string | undefined;
|
|
19103
|
+
audience?: string | undefined;
|
|
19104
19104
|
scope?: string | undefined;
|
|
19105
|
+
state?: string | undefined;
|
|
19105
19106
|
response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
|
|
19106
19107
|
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
19107
|
-
state?: string | undefined;
|
|
19108
19108
|
prompt?: string | undefined;
|
|
19109
|
-
ui_locales?: string | undefined;
|
|
19110
|
-
organization?: string | undefined;
|
|
19111
|
-
redirect_uri?: string | undefined;
|
|
19112
19109
|
act_as?: string | undefined;
|
|
19110
|
+
redirect_uri?: string | undefined;
|
|
19111
|
+
organization?: string | undefined;
|
|
19113
19112
|
nonce?: string | undefined;
|
|
19114
19113
|
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
19115
19114
|
code_challenge?: string | undefined;
|
|
19115
|
+
ui_locales?: string | undefined;
|
|
19116
19116
|
max_age?: number | undefined;
|
|
19117
19117
|
acr_values?: string | undefined;
|
|
19118
19118
|
claims?: {
|
|
@@ -19341,7 +19341,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19341
19341
|
client_id: string;
|
|
19342
19342
|
username: string;
|
|
19343
19343
|
otp: string;
|
|
19344
|
-
realm: "
|
|
19344
|
+
realm: "email" | "sms";
|
|
19345
19345
|
} | {
|
|
19346
19346
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
19347
19347
|
subject_token: string;
|
|
@@ -19388,7 +19388,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19388
19388
|
client_id: string;
|
|
19389
19389
|
username: string;
|
|
19390
19390
|
otp: string;
|
|
19391
|
-
realm: "
|
|
19391
|
+
realm: "email" | "sms";
|
|
19392
19392
|
} | {
|
|
19393
19393
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
19394
19394
|
subject_token: string;
|
|
@@ -19440,7 +19440,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19440
19440
|
client_id: string;
|
|
19441
19441
|
username: string;
|
|
19442
19442
|
otp: string;
|
|
19443
|
-
realm: "
|
|
19443
|
+
realm: "email" | "sms";
|
|
19444
19444
|
} | {
|
|
19445
19445
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
19446
19446
|
subject_token: string;
|
|
@@ -19487,7 +19487,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19487
19487
|
client_id: string;
|
|
19488
19488
|
username: string;
|
|
19489
19489
|
otp: string;
|
|
19490
|
-
realm: "
|
|
19490
|
+
realm: "email" | "sms";
|
|
19491
19491
|
} | {
|
|
19492
19492
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
19493
19493
|
subject_token: string;
|
|
@@ -19547,7 +19547,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19547
19547
|
client_id: string;
|
|
19548
19548
|
username: string;
|
|
19549
19549
|
otp: string;
|
|
19550
|
-
realm: "
|
|
19550
|
+
realm: "email" | "sms";
|
|
19551
19551
|
} | {
|
|
19552
19552
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
19553
19553
|
subject_token: string;
|
|
@@ -19594,7 +19594,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19594
19594
|
client_id: string;
|
|
19595
19595
|
username: string;
|
|
19596
19596
|
otp: string;
|
|
19597
|
-
realm: "
|
|
19597
|
+
realm: "email" | "sms";
|
|
19598
19598
|
} | {
|
|
19599
19599
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
19600
19600
|
subject_token: string;
|
|
@@ -19649,7 +19649,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19649
19649
|
client_id: string;
|
|
19650
19650
|
username: string;
|
|
19651
19651
|
otp: string;
|
|
19652
|
-
realm: "
|
|
19652
|
+
realm: "email" | "sms";
|
|
19653
19653
|
} | {
|
|
19654
19654
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
19655
19655
|
subject_token: string;
|
|
@@ -19696,7 +19696,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19696
19696
|
client_id: string;
|
|
19697
19697
|
username: string;
|
|
19698
19698
|
otp: string;
|
|
19699
|
-
realm: "
|
|
19699
|
+
realm: "email" | "sms";
|
|
19700
19700
|
} | {
|
|
19701
19701
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
19702
19702
|
subject_token: string;
|
|
@@ -19751,7 +19751,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19751
19751
|
client_id: string;
|
|
19752
19752
|
username: string;
|
|
19753
19753
|
otp: string;
|
|
19754
|
-
realm: "
|
|
19754
|
+
realm: "email" | "sms";
|
|
19755
19755
|
} | {
|
|
19756
19756
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
19757
19757
|
subject_token: string;
|
|
@@ -19798,7 +19798,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19798
19798
|
client_id: string;
|
|
19799
19799
|
username: string;
|
|
19800
19800
|
otp: string;
|
|
19801
|
-
realm: "
|
|
19801
|
+
realm: "email" | "sms";
|
|
19802
19802
|
} | {
|
|
19803
19803
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
19804
19804
|
subject_token: string;
|
|
@@ -21022,7 +21022,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
21022
21022
|
$get: {
|
|
21023
21023
|
input: {
|
|
21024
21024
|
param: {
|
|
21025
|
-
screen: "
|
|
21025
|
+
screen: "signup" | "login" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
21026
21026
|
};
|
|
21027
21027
|
} & {
|
|
21028
21028
|
query: {
|
|
@@ -21038,7 +21038,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
21038
21038
|
} | {
|
|
21039
21039
|
input: {
|
|
21040
21040
|
param: {
|
|
21041
|
-
screen: "
|
|
21041
|
+
screen: "signup" | "login" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
21042
21042
|
};
|
|
21043
21043
|
} & {
|
|
21044
21044
|
query: {
|
|
@@ -21054,7 +21054,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
21054
21054
|
} | {
|
|
21055
21055
|
input: {
|
|
21056
21056
|
param: {
|
|
21057
|
-
screen: "
|
|
21057
|
+
screen: "signup" | "login" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
21058
21058
|
};
|
|
21059
21059
|
} & {
|
|
21060
21060
|
query: {
|
|
@@ -21074,7 +21074,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
21074
21074
|
$post: {
|
|
21075
21075
|
input: {
|
|
21076
21076
|
param: {
|
|
21077
|
-
screen: "
|
|
21077
|
+
screen: "signup" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
21078
21078
|
};
|
|
21079
21079
|
} & {
|
|
21080
21080
|
query: {
|
|
@@ -21092,7 +21092,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
21092
21092
|
} | {
|
|
21093
21093
|
input: {
|
|
21094
21094
|
param: {
|
|
21095
|
-
screen: "
|
|
21095
|
+
screen: "signup" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
21096
21096
|
};
|
|
21097
21097
|
} & {
|
|
21098
21098
|
query: {
|