authhero 8.1.0 → 8.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/authhero.cjs +215 -215
- package/dist/authhero.d.ts +111 -79
- package/dist/authhero.mjs +9829 -9731
- package/dist/{passkey-enrollment-Dw1ObR65.mjs → passkey-enrollment-Ba_8I87G.mjs} +1 -5
- package/dist/passkey-enrollment-CB7HjMH_.js +1 -0
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/common.d.ts +18 -10
- package/dist/types/authentication-flows/connection.d.ts +2 -2
- package/dist/types/helpers/compose-auth-data.d.ts +9 -1
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
- package/dist/types/helpers/server-timing.d.ts +44 -2
- package/dist/types/index.d.ts +75 -75
- package/dist/types/middlewares/tenant.d.ts +11 -4
- package/dist/types/routes/auth-api/account.d.ts +2 -2
- package/dist/types/routes/auth-api/index.d.ts +6 -6
- package/dist/types/routes/auth-api/passwordless.d.ts +4 -4
- package/dist/types/routes/management-api/action-triggers.d.ts +1 -1
- package/dist/types/routes/management-api/client-grants.d.ts +8 -8
- package/dist/types/routes/management-api/email-templates.d.ts +18 -18
- 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/index.d.ts +63 -63
- package/dist/types/routes/management-api/log-streams.d.ts +6 -6
- package/dist/types/routes/management-api/logs.d.ts +3 -3
- package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
- 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/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/Bindings.d.ts +21 -0
- package/dist/types/types/IdToken.d.ts +2 -2
- package/dist/types/types/Variables.d.ts +4 -0
- package/package.json +1 -1
- package/dist/passkey-enrollment-DKWsGt-K.js +0 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -224,7 +224,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
224
224
|
};
|
|
225
225
|
};
|
|
226
226
|
output: {
|
|
227
|
-
name: "
|
|
227
|
+
name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
228
228
|
enabled: boolean;
|
|
229
229
|
trial_expired?: boolean | undefined;
|
|
230
230
|
}[];
|
|
@@ -379,7 +379,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
379
379
|
$get: {
|
|
380
380
|
input: {
|
|
381
381
|
param: {
|
|
382
|
-
factor_name: "
|
|
382
|
+
factor_name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
383
383
|
};
|
|
384
384
|
} & {
|
|
385
385
|
header: {
|
|
@@ -387,7 +387,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
387
387
|
};
|
|
388
388
|
};
|
|
389
389
|
output: {
|
|
390
|
-
name: "
|
|
390
|
+
name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
391
391
|
enabled: boolean;
|
|
392
392
|
trial_expired?: boolean | undefined;
|
|
393
393
|
};
|
|
@@ -400,7 +400,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
400
400
|
$put: {
|
|
401
401
|
input: {
|
|
402
402
|
param: {
|
|
403
|
-
factor_name: "
|
|
403
|
+
factor_name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
404
404
|
};
|
|
405
405
|
} & {
|
|
406
406
|
header: {
|
|
@@ -412,7 +412,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
412
412
|
};
|
|
413
413
|
};
|
|
414
414
|
output: {
|
|
415
|
-
name: "
|
|
415
|
+
name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
416
416
|
enabled: boolean;
|
|
417
417
|
trial_expired?: boolean | undefined;
|
|
418
418
|
};
|
|
@@ -1157,10 +1157,10 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1157
1157
|
invitee: {
|
|
1158
1158
|
email?: string | undefined;
|
|
1159
1159
|
};
|
|
1160
|
-
app_metadata?: Record<string, any> | undefined;
|
|
1161
|
-
user_metadata?: Record<string, any> | undefined;
|
|
1162
1160
|
id?: string | undefined;
|
|
1163
1161
|
connection_id?: string | undefined;
|
|
1162
|
+
app_metadata?: Record<string, any> | undefined;
|
|
1163
|
+
user_metadata?: Record<string, any> | undefined;
|
|
1164
1164
|
roles?: string[] | undefined;
|
|
1165
1165
|
ttl_sec?: number | undefined;
|
|
1166
1166
|
send_invitation_email?: boolean | undefined;
|
|
@@ -1345,8 +1345,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1345
1345
|
};
|
|
1346
1346
|
} & {
|
|
1347
1347
|
json: {
|
|
1348
|
-
show_as_button?: boolean | undefined;
|
|
1349
1348
|
assign_membership_on_login?: boolean | undefined;
|
|
1349
|
+
show_as_button?: boolean | undefined;
|
|
1350
1350
|
is_signup_enabled?: boolean | undefined;
|
|
1351
1351
|
};
|
|
1352
1352
|
};
|
|
@@ -2012,7 +2012,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2012
2012
|
type: "REDIRECT";
|
|
2013
2013
|
action: "REDIRECT_USER";
|
|
2014
2014
|
params: {
|
|
2015
|
-
target: "custom" | "
|
|
2015
|
+
target: "custom" | "change-email" | "account";
|
|
2016
2016
|
custom_url?: string | undefined;
|
|
2017
2017
|
};
|
|
2018
2018
|
alias?: string | undefined;
|
|
@@ -2065,7 +2065,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2065
2065
|
type: "REDIRECT";
|
|
2066
2066
|
action: "REDIRECT_USER";
|
|
2067
2067
|
params: {
|
|
2068
|
-
target: "custom" | "
|
|
2068
|
+
target: "custom" | "change-email" | "account";
|
|
2069
2069
|
custom_url?: string | undefined;
|
|
2070
2070
|
};
|
|
2071
2071
|
alias?: string | undefined;
|
|
@@ -2133,7 +2133,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2133
2133
|
type: "REDIRECT";
|
|
2134
2134
|
action: "REDIRECT_USER";
|
|
2135
2135
|
params: {
|
|
2136
|
-
target: "custom" | "
|
|
2136
|
+
target: "custom" | "change-email" | "account";
|
|
2137
2137
|
custom_url?: string | undefined;
|
|
2138
2138
|
};
|
|
2139
2139
|
alias?: string | undefined;
|
|
@@ -2214,7 +2214,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2214
2214
|
type: "REDIRECT";
|
|
2215
2215
|
action: "REDIRECT_USER";
|
|
2216
2216
|
params: {
|
|
2217
|
-
target: "custom" | "
|
|
2217
|
+
target: "custom" | "change-email" | "account";
|
|
2218
2218
|
custom_url?: string | undefined;
|
|
2219
2219
|
};
|
|
2220
2220
|
alias?: string | undefined;
|
|
@@ -2262,7 +2262,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2262
2262
|
type: "REDIRECT";
|
|
2263
2263
|
action: "REDIRECT_USER";
|
|
2264
2264
|
params: {
|
|
2265
|
-
target: "custom" | "
|
|
2265
|
+
target: "custom" | "change-email" | "account";
|
|
2266
2266
|
custom_url?: string | undefined;
|
|
2267
2267
|
};
|
|
2268
2268
|
alias?: string | undefined;
|
|
@@ -2322,7 +2322,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2322
2322
|
type: "REDIRECT";
|
|
2323
2323
|
action: "REDIRECT_USER";
|
|
2324
2324
|
params: {
|
|
2325
|
-
target: "custom" | "
|
|
2325
|
+
target: "custom" | "change-email" | "account";
|
|
2326
2326
|
custom_url?: string | undefined;
|
|
2327
2327
|
};
|
|
2328
2328
|
alias?: string | undefined;
|
|
@@ -2370,7 +2370,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2370
2370
|
type: "REDIRECT";
|
|
2371
2371
|
action: "REDIRECT_USER";
|
|
2372
2372
|
params: {
|
|
2373
|
-
target: "custom" | "
|
|
2373
|
+
target: "custom" | "change-email" | "account";
|
|
2374
2374
|
custom_url?: string | undefined;
|
|
2375
2375
|
};
|
|
2376
2376
|
alias?: string | undefined;
|
|
@@ -6648,7 +6648,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6648
6648
|
};
|
|
6649
6649
|
};
|
|
6650
6650
|
output: {
|
|
6651
|
-
prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "
|
|
6651
|
+
prompt: "login" | "mfa" | "organizations" | "status" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6652
6652
|
language: string;
|
|
6653
6653
|
}[];
|
|
6654
6654
|
outputFormat: "json";
|
|
@@ -6686,7 +6686,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6686
6686
|
$get: {
|
|
6687
6687
|
input: {
|
|
6688
6688
|
param: {
|
|
6689
|
-
prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "
|
|
6689
|
+
prompt: "login" | "mfa" | "organizations" | "status" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6690
6690
|
language: string;
|
|
6691
6691
|
};
|
|
6692
6692
|
} & {
|
|
@@ -6708,7 +6708,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6708
6708
|
$put: {
|
|
6709
6709
|
input: {
|
|
6710
6710
|
param: {
|
|
6711
|
-
prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "
|
|
6711
|
+
prompt: "login" | "mfa" | "organizations" | "status" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6712
6712
|
language: string;
|
|
6713
6713
|
};
|
|
6714
6714
|
} & {
|
|
@@ -6732,7 +6732,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6732
6732
|
$delete: {
|
|
6733
6733
|
input: {
|
|
6734
6734
|
param: {
|
|
6735
|
-
prompt: "mfa" | "organizations" | "status" | "signup" | "login" | "
|
|
6735
|
+
prompt: "login" | "mfa" | "organizations" | "status" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6736
6736
|
language: string;
|
|
6737
6737
|
};
|
|
6738
6738
|
} & {
|
|
@@ -8541,7 +8541,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8541
8541
|
created_at: string;
|
|
8542
8542
|
updated_at: string;
|
|
8543
8543
|
name: string;
|
|
8544
|
-
provider: "auth0" | "
|
|
8544
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8545
8545
|
connection: string;
|
|
8546
8546
|
enabled: boolean;
|
|
8547
8547
|
credentials: {
|
|
@@ -8573,7 +8573,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8573
8573
|
created_at: string;
|
|
8574
8574
|
updated_at: string;
|
|
8575
8575
|
name: string;
|
|
8576
|
-
provider: "auth0" | "
|
|
8576
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8577
8577
|
connection: string;
|
|
8578
8578
|
enabled: boolean;
|
|
8579
8579
|
credentials: {
|
|
@@ -8599,7 +8599,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8599
8599
|
} & {
|
|
8600
8600
|
json: {
|
|
8601
8601
|
name: string;
|
|
8602
|
-
provider: "auth0" | "
|
|
8602
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8603
8603
|
connection: string;
|
|
8604
8604
|
credentials: {
|
|
8605
8605
|
domain: string;
|
|
@@ -8616,7 +8616,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8616
8616
|
created_at: string;
|
|
8617
8617
|
updated_at: string;
|
|
8618
8618
|
name: string;
|
|
8619
|
-
provider: "auth0" | "
|
|
8619
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8620
8620
|
connection: string;
|
|
8621
8621
|
enabled: boolean;
|
|
8622
8622
|
credentials: {
|
|
@@ -8647,7 +8647,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8647
8647
|
json: {
|
|
8648
8648
|
id?: string | undefined;
|
|
8649
8649
|
name?: string | undefined;
|
|
8650
|
-
provider?: "auth0" | "
|
|
8650
|
+
provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
|
|
8651
8651
|
connection?: string | undefined;
|
|
8652
8652
|
enabled?: boolean | undefined;
|
|
8653
8653
|
credentials?: {
|
|
@@ -8663,7 +8663,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8663
8663
|
created_at: string;
|
|
8664
8664
|
updated_at: string;
|
|
8665
8665
|
name: string;
|
|
8666
|
-
provider: "auth0" | "
|
|
8666
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8667
8667
|
connection: string;
|
|
8668
8668
|
enabled: boolean;
|
|
8669
8669
|
credentials: {
|
|
@@ -8711,7 +8711,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8711
8711
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8712
8712
|
};
|
|
8713
8713
|
id: string;
|
|
8714
|
-
status: "
|
|
8714
|
+
status: "suspended" | "active" | "paused";
|
|
8715
8715
|
filters?: {
|
|
8716
8716
|
type: string;
|
|
8717
8717
|
name: string;
|
|
@@ -8743,7 +8743,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8743
8743
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8744
8744
|
};
|
|
8745
8745
|
id: string;
|
|
8746
|
-
status: "
|
|
8746
|
+
status: "suspended" | "active" | "paused";
|
|
8747
8747
|
filters?: {
|
|
8748
8748
|
type: string;
|
|
8749
8749
|
name: string;
|
|
@@ -8768,7 +8768,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8768
8768
|
name: string;
|
|
8769
8769
|
type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
|
|
8770
8770
|
sink: Record<string, unknown>;
|
|
8771
|
-
status?: "
|
|
8771
|
+
status?: "suspended" | "active" | "paused" | undefined;
|
|
8772
8772
|
filters?: {
|
|
8773
8773
|
type: string;
|
|
8774
8774
|
name: string;
|
|
@@ -8783,7 +8783,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8783
8783
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8784
8784
|
};
|
|
8785
8785
|
id: string;
|
|
8786
|
-
status: "
|
|
8786
|
+
status: "suspended" | "active" | "paused";
|
|
8787
8787
|
filters?: {
|
|
8788
8788
|
type: string;
|
|
8789
8789
|
name: string;
|
|
@@ -8818,7 +8818,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8818
8818
|
}[] | undefined;
|
|
8819
8819
|
isPriority?: boolean | undefined;
|
|
8820
8820
|
id?: string | undefined;
|
|
8821
|
-
status?: "
|
|
8821
|
+
status?: "suspended" | "active" | "paused" | undefined;
|
|
8822
8822
|
created_at?: string | undefined;
|
|
8823
8823
|
updated_at?: string | undefined;
|
|
8824
8824
|
};
|
|
@@ -8830,7 +8830,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8830
8830
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8831
8831
|
};
|
|
8832
8832
|
id: string;
|
|
8833
|
-
status: "
|
|
8833
|
+
status: "suspended" | "active" | "paused";
|
|
8834
8834
|
filters?: {
|
|
8835
8835
|
type: string;
|
|
8836
8836
|
name: string;
|
|
@@ -8881,7 +8881,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8881
8881
|
};
|
|
8882
8882
|
};
|
|
8883
8883
|
output: {
|
|
8884
|
-
type: "
|
|
8884
|
+
type: "s" | "w" | "fh" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "wn" | "wum";
|
|
8885
8885
|
date: string;
|
|
8886
8886
|
isMobile: boolean;
|
|
8887
8887
|
log_id: string;
|
|
@@ -8920,7 +8920,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8920
8920
|
limit: number;
|
|
8921
8921
|
length: number;
|
|
8922
8922
|
logs: {
|
|
8923
|
-
type: "
|
|
8923
|
+
type: "s" | "w" | "fh" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "wn" | "wum";
|
|
8924
8924
|
date: string;
|
|
8925
8925
|
isMobile: boolean;
|
|
8926
8926
|
log_id: string;
|
|
@@ -8974,7 +8974,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8974
8974
|
};
|
|
8975
8975
|
};
|
|
8976
8976
|
output: {
|
|
8977
|
-
type: "
|
|
8977
|
+
type: "s" | "w" | "fh" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "wn" | "wum";
|
|
8978
8978
|
date: string;
|
|
8979
8979
|
isMobile: boolean;
|
|
8980
8980
|
log_id: string;
|
|
@@ -9129,7 +9129,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9129
9129
|
audience?: string | undefined;
|
|
9130
9130
|
client_id?: string | undefined;
|
|
9131
9131
|
allow_any_organization?: string | undefined;
|
|
9132
|
-
subject_type?: "
|
|
9132
|
+
subject_type?: "client" | "user" | undefined;
|
|
9133
9133
|
};
|
|
9134
9134
|
} & {
|
|
9135
9135
|
header: {
|
|
@@ -9144,7 +9144,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9144
9144
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9145
9145
|
allow_any_organization?: boolean | undefined;
|
|
9146
9146
|
is_system?: boolean | undefined;
|
|
9147
|
-
subject_type?: "
|
|
9147
|
+
subject_type?: "client" | "user" | undefined;
|
|
9148
9148
|
authorization_details_types?: string[] | undefined;
|
|
9149
9149
|
created_at?: string | undefined;
|
|
9150
9150
|
updated_at?: string | undefined;
|
|
@@ -9160,7 +9160,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9160
9160
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9161
9161
|
allow_any_organization?: boolean | undefined;
|
|
9162
9162
|
is_system?: boolean | undefined;
|
|
9163
|
-
subject_type?: "
|
|
9163
|
+
subject_type?: "client" | "user" | undefined;
|
|
9164
9164
|
authorization_details_types?: string[] | undefined;
|
|
9165
9165
|
created_at?: string | undefined;
|
|
9166
9166
|
updated_at?: string | undefined;
|
|
@@ -9191,7 +9191,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9191
9191
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9192
9192
|
allow_any_organization?: boolean | undefined;
|
|
9193
9193
|
is_system?: boolean | undefined;
|
|
9194
|
-
subject_type?: "
|
|
9194
|
+
subject_type?: "client" | "user" | undefined;
|
|
9195
9195
|
authorization_details_types?: string[] | undefined;
|
|
9196
9196
|
created_at?: string | undefined;
|
|
9197
9197
|
updated_at?: string | undefined;
|
|
@@ -9236,7 +9236,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9236
9236
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9237
9237
|
allow_any_organization?: boolean | undefined;
|
|
9238
9238
|
is_system?: boolean | undefined;
|
|
9239
|
-
subject_type?: "
|
|
9239
|
+
subject_type?: "client" | "user" | undefined;
|
|
9240
9240
|
authorization_details_types?: string[] | undefined;
|
|
9241
9241
|
};
|
|
9242
9242
|
};
|
|
@@ -9248,7 +9248,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9248
9248
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9249
9249
|
allow_any_organization?: boolean | undefined;
|
|
9250
9250
|
is_system?: boolean | undefined;
|
|
9251
|
-
subject_type?: "
|
|
9251
|
+
subject_type?: "client" | "user" | undefined;
|
|
9252
9252
|
authorization_details_types?: string[] | undefined;
|
|
9253
9253
|
created_at?: string | undefined;
|
|
9254
9254
|
updated_at?: string | undefined;
|
|
@@ -9272,7 +9272,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9272
9272
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9273
9273
|
allow_any_organization?: boolean | undefined;
|
|
9274
9274
|
is_system?: boolean | undefined;
|
|
9275
|
-
subject_type?: "
|
|
9275
|
+
subject_type?: "client" | "user" | undefined;
|
|
9276
9276
|
authorization_details_types?: string[] | undefined;
|
|
9277
9277
|
};
|
|
9278
9278
|
};
|
|
@@ -9284,7 +9284,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9284
9284
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9285
9285
|
allow_any_organization?: boolean | undefined;
|
|
9286
9286
|
is_system?: boolean | undefined;
|
|
9287
|
-
subject_type?: "
|
|
9287
|
+
subject_type?: "client" | "user" | undefined;
|
|
9288
9288
|
authorization_details_types?: string[] | undefined;
|
|
9289
9289
|
created_at?: string | undefined;
|
|
9290
9290
|
updated_at?: string | undefined;
|
|
@@ -11192,7 +11192,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11192
11192
|
};
|
|
11193
11193
|
};
|
|
11194
11194
|
output: {
|
|
11195
|
-
type: "
|
|
11195
|
+
type: "s" | "w" | "fh" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "wn" | "wum";
|
|
11196
11196
|
date: string;
|
|
11197
11197
|
isMobile: boolean;
|
|
11198
11198
|
log_id: string;
|
|
@@ -11231,7 +11231,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11231
11231
|
limit: number;
|
|
11232
11232
|
length: number;
|
|
11233
11233
|
logs: {
|
|
11234
|
-
type: "
|
|
11234
|
+
type: "s" | "w" | "fh" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "wn" | "wum";
|
|
11235
11235
|
date: string;
|
|
11236
11236
|
isMobile: boolean;
|
|
11237
11237
|
log_id: string;
|
|
@@ -11546,7 +11546,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11546
11546
|
};
|
|
11547
11547
|
} & {
|
|
11548
11548
|
json: {
|
|
11549
|
-
template: "
|
|
11549
|
+
template: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11550
11550
|
body: string;
|
|
11551
11551
|
from: string;
|
|
11552
11552
|
subject: string;
|
|
@@ -11567,7 +11567,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11567
11567
|
};
|
|
11568
11568
|
} & {
|
|
11569
11569
|
json: {
|
|
11570
|
-
template: "
|
|
11570
|
+
template: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11571
11571
|
body: string;
|
|
11572
11572
|
from: string;
|
|
11573
11573
|
subject: string;
|
|
@@ -11579,7 +11579,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11579
11579
|
};
|
|
11580
11580
|
};
|
|
11581
11581
|
output: {
|
|
11582
|
-
template: "
|
|
11582
|
+
template: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11583
11583
|
body: string;
|
|
11584
11584
|
from: string;
|
|
11585
11585
|
subject: string;
|
|
@@ -11602,7 +11602,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11602
11602
|
};
|
|
11603
11603
|
};
|
|
11604
11604
|
output: {
|
|
11605
|
-
name: "
|
|
11605
|
+
name: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11606
11606
|
body: string;
|
|
11607
11607
|
subject: string;
|
|
11608
11608
|
}[];
|
|
@@ -11615,7 +11615,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11615
11615
|
$get: {
|
|
11616
11616
|
input: {
|
|
11617
11617
|
param: {
|
|
11618
|
-
templateName: "
|
|
11618
|
+
templateName: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11619
11619
|
};
|
|
11620
11620
|
} & {
|
|
11621
11621
|
header: {
|
|
@@ -11628,7 +11628,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11628
11628
|
} | {
|
|
11629
11629
|
input: {
|
|
11630
11630
|
param: {
|
|
11631
|
-
templateName: "
|
|
11631
|
+
templateName: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11632
11632
|
};
|
|
11633
11633
|
} & {
|
|
11634
11634
|
header: {
|
|
@@ -11636,7 +11636,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11636
11636
|
};
|
|
11637
11637
|
};
|
|
11638
11638
|
output: {
|
|
11639
|
-
template: "
|
|
11639
|
+
template: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11640
11640
|
body: string;
|
|
11641
11641
|
from: string;
|
|
11642
11642
|
subject: string;
|
|
@@ -11655,7 +11655,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11655
11655
|
$put: {
|
|
11656
11656
|
input: {
|
|
11657
11657
|
param: {
|
|
11658
|
-
templateName: "
|
|
11658
|
+
templateName: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11659
11659
|
};
|
|
11660
11660
|
} & {
|
|
11661
11661
|
header: {
|
|
@@ -11663,7 +11663,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11663
11663
|
};
|
|
11664
11664
|
} & {
|
|
11665
11665
|
json: {
|
|
11666
|
-
template: "
|
|
11666
|
+
template: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11667
11667
|
body: string;
|
|
11668
11668
|
subject: string;
|
|
11669
11669
|
syntax?: "liquid" | undefined;
|
|
@@ -11675,7 +11675,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11675
11675
|
};
|
|
11676
11676
|
};
|
|
11677
11677
|
output: {
|
|
11678
|
-
template: "
|
|
11678
|
+
template: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11679
11679
|
body: string;
|
|
11680
11680
|
from: string;
|
|
11681
11681
|
subject: string;
|
|
@@ -11694,7 +11694,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11694
11694
|
$patch: {
|
|
11695
11695
|
input: {
|
|
11696
11696
|
param: {
|
|
11697
|
-
templateName: "
|
|
11697
|
+
templateName: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11698
11698
|
};
|
|
11699
11699
|
} & {
|
|
11700
11700
|
header: {
|
|
@@ -11702,7 +11702,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11702
11702
|
};
|
|
11703
11703
|
} & {
|
|
11704
11704
|
json: {
|
|
11705
|
-
template?: "
|
|
11705
|
+
template?: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
11706
11706
|
body?: string | undefined;
|
|
11707
11707
|
from?: string | undefined;
|
|
11708
11708
|
subject?: string | undefined;
|
|
@@ -11719,7 +11719,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11719
11719
|
} | {
|
|
11720
11720
|
input: {
|
|
11721
11721
|
param: {
|
|
11722
|
-
templateName: "
|
|
11722
|
+
templateName: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11723
11723
|
};
|
|
11724
11724
|
} & {
|
|
11725
11725
|
header: {
|
|
@@ -11727,7 +11727,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11727
11727
|
};
|
|
11728
11728
|
} & {
|
|
11729
11729
|
json: {
|
|
11730
|
-
template?: "
|
|
11730
|
+
template?: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
11731
11731
|
body?: string | undefined;
|
|
11732
11732
|
from?: string | undefined;
|
|
11733
11733
|
subject?: string | undefined;
|
|
@@ -11739,7 +11739,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11739
11739
|
};
|
|
11740
11740
|
};
|
|
11741
11741
|
output: {
|
|
11742
|
-
template: "
|
|
11742
|
+
template: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11743
11743
|
body: string;
|
|
11744
11744
|
from: string;
|
|
11745
11745
|
subject: string;
|
|
@@ -11758,7 +11758,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11758
11758
|
$delete: {
|
|
11759
11759
|
input: {
|
|
11760
11760
|
param: {
|
|
11761
|
-
templateName: "
|
|
11761
|
+
templateName: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11762
11762
|
};
|
|
11763
11763
|
} & {
|
|
11764
11764
|
header: {
|
|
@@ -11771,7 +11771,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11771
11771
|
} | {
|
|
11772
11772
|
input: {
|
|
11773
11773
|
param: {
|
|
11774
|
-
templateName: "
|
|
11774
|
+
templateName: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11775
11775
|
};
|
|
11776
11776
|
} & {
|
|
11777
11777
|
header: {
|
|
@@ -11788,7 +11788,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11788
11788
|
$post: {
|
|
11789
11789
|
input: {
|
|
11790
11790
|
param: {
|
|
11791
|
-
templateName: "
|
|
11791
|
+
templateName: "password_reset" | "verify_email" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11792
11792
|
};
|
|
11793
11793
|
} & {
|
|
11794
11794
|
header: {
|
|
@@ -12795,7 +12795,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12795
12795
|
json: {
|
|
12796
12796
|
bindings: {
|
|
12797
12797
|
ref: {
|
|
12798
|
-
type?: "
|
|
12798
|
+
type?: "action_id" | "action_name" | undefined;
|
|
12799
12799
|
value?: string | undefined;
|
|
12800
12800
|
id?: string | undefined;
|
|
12801
12801
|
name?: string | undefined;
|
|
@@ -14028,7 +14028,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14028
14028
|
client_id: string;
|
|
14029
14029
|
redirect_url?: string | undefined;
|
|
14030
14030
|
login_hint?: string | undefined;
|
|
14031
|
-
screen_hint?: "
|
|
14031
|
+
screen_hint?: "change-email" | "account" | "change-phone" | "change-password" | undefined;
|
|
14032
14032
|
};
|
|
14033
14033
|
};
|
|
14034
14034
|
output: {};
|
|
@@ -14040,7 +14040,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14040
14040
|
client_id: string;
|
|
14041
14041
|
redirect_url?: string | undefined;
|
|
14042
14042
|
login_hint?: string | undefined;
|
|
14043
|
-
screen_hint?: "
|
|
14043
|
+
screen_hint?: "change-email" | "account" | "change-phone" | "change-password" | undefined;
|
|
14044
14044
|
};
|
|
14045
14045
|
};
|
|
14046
14046
|
output: {
|
|
@@ -14317,9 +14317,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14317
14317
|
email: string;
|
|
14318
14318
|
send: "code" | "link";
|
|
14319
14319
|
authParams: {
|
|
14320
|
-
username?: string | undefined;
|
|
14321
14320
|
state?: string | undefined;
|
|
14322
|
-
scope?: string | undefined;
|
|
14323
14321
|
code_challenge?: string | undefined;
|
|
14324
14322
|
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14325
14323
|
redirect_uri?: string | undefined;
|
|
@@ -14329,7 +14327,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14329
14327
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14330
14328
|
audience?: string | undefined;
|
|
14331
14329
|
organization?: string | undefined;
|
|
14330
|
+
scope?: string | undefined;
|
|
14332
14331
|
prompt?: string | undefined;
|
|
14332
|
+
username?: string | undefined;
|
|
14333
14333
|
ui_locales?: string | undefined;
|
|
14334
14334
|
max_age?: number | undefined;
|
|
14335
14335
|
acr_values?: string | undefined;
|
|
@@ -14353,9 +14353,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14353
14353
|
phone_number: string;
|
|
14354
14354
|
send: "code" | "link";
|
|
14355
14355
|
authParams: {
|
|
14356
|
-
username?: string | undefined;
|
|
14357
14356
|
state?: string | undefined;
|
|
14358
|
-
scope?: string | undefined;
|
|
14359
14357
|
code_challenge?: string | undefined;
|
|
14360
14358
|
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14361
14359
|
redirect_uri?: string | undefined;
|
|
@@ -14365,7 +14363,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14365
14363
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14366
14364
|
audience?: string | undefined;
|
|
14367
14365
|
organization?: string | undefined;
|
|
14366
|
+
scope?: string | undefined;
|
|
14368
14367
|
prompt?: string | undefined;
|
|
14368
|
+
username?: string | undefined;
|
|
14369
14369
|
ui_locales?: string | undefined;
|
|
14370
14370
|
max_age?: number | undefined;
|
|
14371
14371
|
acr_values?: string | undefined;
|
|
@@ -16272,7 +16272,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16272
16272
|
$get: {
|
|
16273
16273
|
input: {
|
|
16274
16274
|
param: {
|
|
16275
|
-
screen: "
|
|
16275
|
+
screen: "login" | "signup" | "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";
|
|
16276
16276
|
};
|
|
16277
16277
|
} & {
|
|
16278
16278
|
query: {
|
|
@@ -16288,7 +16288,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16288
16288
|
} | {
|
|
16289
16289
|
input: {
|
|
16290
16290
|
param: {
|
|
16291
|
-
screen: "
|
|
16291
|
+
screen: "login" | "signup" | "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";
|
|
16292
16292
|
};
|
|
16293
16293
|
} & {
|
|
16294
16294
|
query: {
|
|
@@ -16304,7 +16304,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16304
16304
|
} | {
|
|
16305
16305
|
input: {
|
|
16306
16306
|
param: {
|
|
16307
|
-
screen: "
|
|
16307
|
+
screen: "login" | "signup" | "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";
|
|
16308
16308
|
};
|
|
16309
16309
|
} & {
|
|
16310
16310
|
query: {
|
|
@@ -16324,7 +16324,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16324
16324
|
$post: {
|
|
16325
16325
|
input: {
|
|
16326
16326
|
param: {
|
|
16327
|
-
screen: "
|
|
16327
|
+
screen: "login" | "signup" | "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";
|
|
16328
16328
|
};
|
|
16329
16329
|
} & {
|
|
16330
16330
|
query: {
|
|
@@ -16342,7 +16342,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16342
16342
|
} | {
|
|
16343
16343
|
input: {
|
|
16344
16344
|
param: {
|
|
16345
|
-
screen: "
|
|
16345
|
+
screen: "login" | "signup" | "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";
|
|
16346
16346
|
};
|
|
16347
16347
|
} & {
|
|
16348
16348
|
query: {
|
|
@@ -16360,7 +16360,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16360
16360
|
} | {
|
|
16361
16361
|
input: {
|
|
16362
16362
|
param: {
|
|
16363
|
-
screen: "
|
|
16363
|
+
screen: "login" | "signup" | "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";
|
|
16364
16364
|
};
|
|
16365
16365
|
} & {
|
|
16366
16366
|
query: {
|