authhero 8.10.0 → 8.11.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/assets/u/widget/index.esm.js +1 -1
- package/dist/authhero.cjs +109 -109
- package/dist/authhero.d.ts +138 -138
- package/dist/authhero.mjs +9277 -9216
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +5 -5
- package/dist/types/helpers/dcr/connect-state.d.ts +13 -0
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
- package/dist/types/index.d.ts +138 -138
- package/dist/types/routes/auth-api/index.d.ts +30 -30
- package/dist/types/routes/auth-api/passwordless.d.ts +20 -20
- package/dist/types/routes/auth-api/register/index.d.ts +2 -2
- package/dist/types/routes/auth-api/token.d.ts +10 -10
- package/dist/types/routes/management-api/action-executions.d.ts +1 -1
- 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 +13 -13
- package/dist/types/routes/management-api/connections.d.ts +16 -16
- package/dist/types/routes/management-api/custom-domains.d.ts +6 -6
- package/dist/types/routes/management-api/email-templates.d.ts +18 -18
- package/dist/types/routes/management-api/forms.d.ts +126 -126
- 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 +90 -90
- 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/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 +12 -12
- 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/dist/types/strategies/microsoft-entra.d.ts +14 -0
- package/dist/types/strategies/waad.d.ts +14 -0
- package/dist/types/types/IdToken.d.ts +3 -3
- package/package.json +5 -5
|
@@ -8,8 +8,8 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8
8
|
$get: {
|
|
9
9
|
input: {
|
|
10
10
|
query: {
|
|
11
|
-
include_password_hashes?: "
|
|
12
|
-
gzip?: "
|
|
11
|
+
include_password_hashes?: "false" | "true" | undefined;
|
|
12
|
+
gzip?: "false" | "true" | undefined;
|
|
13
13
|
};
|
|
14
14
|
} & {
|
|
15
15
|
header: {
|
|
@@ -22,8 +22,8 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
22
22
|
} | {
|
|
23
23
|
input: {
|
|
24
24
|
query: {
|
|
25
|
-
include_password_hashes?: "
|
|
26
|
-
gzip?: "
|
|
25
|
+
include_password_hashes?: "false" | "true" | undefined;
|
|
26
|
+
gzip?: "false" | "true" | undefined;
|
|
27
27
|
};
|
|
28
28
|
} & {
|
|
29
29
|
header: {
|
|
@@ -42,7 +42,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
42
42
|
$post: {
|
|
43
43
|
input: {
|
|
44
44
|
query: {
|
|
45
|
-
include_password_hashes?: "
|
|
45
|
+
include_password_hashes?: "false" | "true" | undefined;
|
|
46
46
|
};
|
|
47
47
|
} & {
|
|
48
48
|
header: {
|
|
@@ -96,7 +96,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
96
96
|
};
|
|
97
97
|
} & {
|
|
98
98
|
json: {
|
|
99
|
-
type: "
|
|
99
|
+
type: "email" | "push" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
|
|
100
100
|
phone_number?: string | undefined;
|
|
101
101
|
totp_secret?: string | undefined;
|
|
102
102
|
credential_id?: string | undefined;
|
|
@@ -236,7 +236,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
236
236
|
};
|
|
237
237
|
};
|
|
238
238
|
output: {
|
|
239
|
-
name: "
|
|
239
|
+
name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
240
240
|
enabled: boolean;
|
|
241
241
|
trial_expired?: boolean | undefined;
|
|
242
242
|
}[];
|
|
@@ -391,7 +391,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
391
391
|
$get: {
|
|
392
392
|
input: {
|
|
393
393
|
param: {
|
|
394
|
-
factor_name: "
|
|
394
|
+
factor_name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
395
395
|
};
|
|
396
396
|
} & {
|
|
397
397
|
header: {
|
|
@@ -399,7 +399,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
399
399
|
};
|
|
400
400
|
};
|
|
401
401
|
output: {
|
|
402
|
-
name: "
|
|
402
|
+
name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
403
403
|
enabled: boolean;
|
|
404
404
|
trial_expired?: boolean | undefined;
|
|
405
405
|
};
|
|
@@ -412,7 +412,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
412
412
|
$put: {
|
|
413
413
|
input: {
|
|
414
414
|
param: {
|
|
415
|
-
factor_name: "
|
|
415
|
+
factor_name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
416
416
|
};
|
|
417
417
|
} & {
|
|
418
418
|
header: {
|
|
@@ -424,7 +424,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
424
424
|
};
|
|
425
425
|
};
|
|
426
426
|
output: {
|
|
427
|
-
name: "
|
|
427
|
+
name: "otp" | "email" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
428
428
|
enabled: boolean;
|
|
429
429
|
trial_expired?: boolean | undefined;
|
|
430
430
|
};
|
|
@@ -1169,12 +1169,12 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
1169
1169
|
invitee: {
|
|
1170
1170
|
email?: string | undefined;
|
|
1171
1171
|
};
|
|
1172
|
+
connection_id?: string | undefined;
|
|
1172
1173
|
id?: string | undefined;
|
|
1173
1174
|
app_metadata?: Record<string, any> | undefined;
|
|
1174
1175
|
user_metadata?: Record<string, any> | undefined;
|
|
1175
|
-
connection_id?: string | undefined;
|
|
1176
|
-
roles?: string[] | undefined;
|
|
1177
1176
|
ttl_sec?: number | undefined;
|
|
1177
|
+
roles?: string[] | undefined;
|
|
1178
1178
|
send_invitation_email?: boolean | undefined;
|
|
1179
1179
|
};
|
|
1180
1180
|
};
|
|
@@ -1357,8 +1357,8 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
1357
1357
|
};
|
|
1358
1358
|
} & {
|
|
1359
1359
|
json: {
|
|
1360
|
-
assign_membership_on_login?: boolean | undefined;
|
|
1361
1360
|
show_as_button?: boolean | undefined;
|
|
1361
|
+
assign_membership_on_login?: boolean | undefined;
|
|
1362
1362
|
is_signup_enabled?: boolean | undefined;
|
|
1363
1363
|
};
|
|
1364
1364
|
};
|
|
@@ -6828,7 +6828,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6828
6828
|
};
|
|
6829
6829
|
};
|
|
6830
6830
|
output: {
|
|
6831
|
-
prompt: "
|
|
6831
|
+
prompt: "login" | "mfa" | "organizations" | "status" | "signup" | "invitation" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6832
6832
|
language: string;
|
|
6833
6833
|
}[];
|
|
6834
6834
|
outputFormat: "json";
|
|
@@ -6866,7 +6866,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6866
6866
|
$get: {
|
|
6867
6867
|
input: {
|
|
6868
6868
|
param: {
|
|
6869
|
-
prompt: "
|
|
6869
|
+
prompt: "login" | "mfa" | "organizations" | "status" | "signup" | "invitation" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6870
6870
|
language: string;
|
|
6871
6871
|
};
|
|
6872
6872
|
} & {
|
|
@@ -6888,7 +6888,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6888
6888
|
$put: {
|
|
6889
6889
|
input: {
|
|
6890
6890
|
param: {
|
|
6891
|
-
prompt: "
|
|
6891
|
+
prompt: "login" | "mfa" | "organizations" | "status" | "signup" | "invitation" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6892
6892
|
language: string;
|
|
6893
6893
|
};
|
|
6894
6894
|
} & {
|
|
@@ -6912,7 +6912,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6912
6912
|
$delete: {
|
|
6913
6913
|
input: {
|
|
6914
6914
|
param: {
|
|
6915
|
-
prompt: "
|
|
6915
|
+
prompt: "login" | "mfa" | "organizations" | "status" | "signup" | "invitation" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6916
6916
|
language: string;
|
|
6917
6917
|
};
|
|
6918
6918
|
} & {
|
|
@@ -7004,7 +7004,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7004
7004
|
active?: boolean | undefined;
|
|
7005
7005
|
} | undefined;
|
|
7006
7006
|
signup?: {
|
|
7007
|
-
status?: "
|
|
7007
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7008
7008
|
verification?: {
|
|
7009
7009
|
active?: boolean | undefined;
|
|
7010
7010
|
} | undefined;
|
|
@@ -7021,7 +7021,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7021
7021
|
active?: boolean | undefined;
|
|
7022
7022
|
} | undefined;
|
|
7023
7023
|
signup?: {
|
|
7024
|
-
status?: "
|
|
7024
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7025
7025
|
} | undefined;
|
|
7026
7026
|
validation?: {
|
|
7027
7027
|
max_length?: number | undefined;
|
|
@@ -7038,7 +7038,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7038
7038
|
active?: boolean | undefined;
|
|
7039
7039
|
} | undefined;
|
|
7040
7040
|
signup?: {
|
|
7041
|
-
status?: "
|
|
7041
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7042
7042
|
} | undefined;
|
|
7043
7043
|
} | undefined;
|
|
7044
7044
|
} | undefined;
|
|
@@ -7138,7 +7138,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7138
7138
|
active?: boolean | undefined;
|
|
7139
7139
|
} | undefined;
|
|
7140
7140
|
signup?: {
|
|
7141
|
-
status?: "
|
|
7141
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7142
7142
|
verification?: {
|
|
7143
7143
|
active?: boolean | undefined;
|
|
7144
7144
|
} | undefined;
|
|
@@ -7155,7 +7155,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7155
7155
|
active?: boolean | undefined;
|
|
7156
7156
|
} | undefined;
|
|
7157
7157
|
signup?: {
|
|
7158
|
-
status?: "
|
|
7158
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7159
7159
|
} | undefined;
|
|
7160
7160
|
validation?: {
|
|
7161
7161
|
max_length?: number | undefined;
|
|
@@ -7172,7 +7172,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7172
7172
|
active?: boolean | undefined;
|
|
7173
7173
|
} | undefined;
|
|
7174
7174
|
signup?: {
|
|
7175
|
-
status?: "
|
|
7175
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7176
7176
|
} | undefined;
|
|
7177
7177
|
} | undefined;
|
|
7178
7178
|
} | undefined;
|
|
@@ -7287,7 +7287,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7287
7287
|
active?: boolean | undefined;
|
|
7288
7288
|
} | undefined;
|
|
7289
7289
|
signup?: {
|
|
7290
|
-
status?: "
|
|
7290
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7291
7291
|
verification?: {
|
|
7292
7292
|
active?: boolean | undefined;
|
|
7293
7293
|
} | undefined;
|
|
@@ -7304,7 +7304,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7304
7304
|
active?: boolean | undefined;
|
|
7305
7305
|
} | undefined;
|
|
7306
7306
|
signup?: {
|
|
7307
|
-
status?: "
|
|
7307
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7308
7308
|
} | undefined;
|
|
7309
7309
|
validation?: {
|
|
7310
7310
|
max_length?: number | undefined;
|
|
@@ -7321,7 +7321,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7321
7321
|
active?: boolean | undefined;
|
|
7322
7322
|
} | undefined;
|
|
7323
7323
|
signup?: {
|
|
7324
|
-
status?: "
|
|
7324
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7325
7325
|
} | undefined;
|
|
7326
7326
|
} | undefined;
|
|
7327
7327
|
} | undefined;
|
|
@@ -7466,7 +7466,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7466
7466
|
active?: boolean | undefined;
|
|
7467
7467
|
} | undefined;
|
|
7468
7468
|
signup?: {
|
|
7469
|
-
status?: "
|
|
7469
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7470
7470
|
verification?: {
|
|
7471
7471
|
active?: boolean | undefined;
|
|
7472
7472
|
} | undefined;
|
|
@@ -7483,7 +7483,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7483
7483
|
active?: boolean | undefined;
|
|
7484
7484
|
} | undefined;
|
|
7485
7485
|
signup?: {
|
|
7486
|
-
status?: "
|
|
7486
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7487
7487
|
} | undefined;
|
|
7488
7488
|
validation?: {
|
|
7489
7489
|
max_length?: number | undefined;
|
|
@@ -7500,7 +7500,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7500
7500
|
active?: boolean | undefined;
|
|
7501
7501
|
} | undefined;
|
|
7502
7502
|
signup?: {
|
|
7503
|
-
status?: "
|
|
7503
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7504
7504
|
} | undefined;
|
|
7505
7505
|
} | undefined;
|
|
7506
7506
|
} | undefined;
|
|
@@ -7624,7 +7624,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7624
7624
|
active?: boolean | undefined;
|
|
7625
7625
|
} | undefined;
|
|
7626
7626
|
signup?: {
|
|
7627
|
-
status?: "
|
|
7627
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7628
7628
|
verification?: {
|
|
7629
7629
|
active?: boolean | undefined;
|
|
7630
7630
|
} | undefined;
|
|
@@ -7641,7 +7641,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7641
7641
|
active?: boolean | undefined;
|
|
7642
7642
|
} | undefined;
|
|
7643
7643
|
signup?: {
|
|
7644
|
-
status?: "
|
|
7644
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7645
7645
|
} | undefined;
|
|
7646
7646
|
validation?: {
|
|
7647
7647
|
max_length?: number | undefined;
|
|
@@ -7658,7 +7658,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7658
7658
|
active?: boolean | undefined;
|
|
7659
7659
|
} | undefined;
|
|
7660
7660
|
signup?: {
|
|
7661
|
-
status?: "
|
|
7661
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
7662
7662
|
} | undefined;
|
|
7663
7663
|
} | undefined;
|
|
7664
7664
|
} | undefined;
|
|
@@ -7810,7 +7810,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7810
7810
|
tenant_id: string;
|
|
7811
7811
|
created_at: string;
|
|
7812
7812
|
updated_at: string;
|
|
7813
|
-
deploymentStatus: "
|
|
7813
|
+
deploymentStatus: "failed" | "deployed" | "not_required";
|
|
7814
7814
|
secrets?: {
|
|
7815
7815
|
[x: string]: string;
|
|
7816
7816
|
} | undefined;
|
|
@@ -7900,7 +7900,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7900
7900
|
tenant_id: string;
|
|
7901
7901
|
created_at: string;
|
|
7902
7902
|
updated_at: string;
|
|
7903
|
-
deploymentStatus: "
|
|
7903
|
+
deploymentStatus: "failed" | "deployed" | "not_required";
|
|
7904
7904
|
secrets?: {
|
|
7905
7905
|
[x: string]: string;
|
|
7906
7906
|
} | undefined;
|
|
@@ -8413,7 +8413,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8413
8413
|
log_type: string;
|
|
8414
8414
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
8415
8415
|
actor: {
|
|
8416
|
-
type: "user" | "
|
|
8416
|
+
type: "user" | "client_credentials" | "system" | "admin" | "api_key";
|
|
8417
8417
|
id?: string | undefined;
|
|
8418
8418
|
email?: string | undefined;
|
|
8419
8419
|
org_id?: string | undefined;
|
|
@@ -8721,7 +8721,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8721
8721
|
created_at: string;
|
|
8722
8722
|
updated_at: string;
|
|
8723
8723
|
name: string;
|
|
8724
|
-
provider: "auth0" | "
|
|
8724
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8725
8725
|
connection: string;
|
|
8726
8726
|
enabled: boolean;
|
|
8727
8727
|
credentials: {
|
|
@@ -8753,7 +8753,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8753
8753
|
created_at: string;
|
|
8754
8754
|
updated_at: string;
|
|
8755
8755
|
name: string;
|
|
8756
|
-
provider: "auth0" | "
|
|
8756
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8757
8757
|
connection: string;
|
|
8758
8758
|
enabled: boolean;
|
|
8759
8759
|
credentials: {
|
|
@@ -8779,7 +8779,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8779
8779
|
} & {
|
|
8780
8780
|
json: {
|
|
8781
8781
|
name: string;
|
|
8782
|
-
provider: "auth0" | "
|
|
8782
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8783
8783
|
connection: string;
|
|
8784
8784
|
credentials: {
|
|
8785
8785
|
domain: string;
|
|
@@ -8796,7 +8796,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8796
8796
|
created_at: string;
|
|
8797
8797
|
updated_at: string;
|
|
8798
8798
|
name: string;
|
|
8799
|
-
provider: "auth0" | "
|
|
8799
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8800
8800
|
connection: string;
|
|
8801
8801
|
enabled: boolean;
|
|
8802
8802
|
credentials: {
|
|
@@ -8827,7 +8827,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8827
8827
|
json: {
|
|
8828
8828
|
id?: string | undefined;
|
|
8829
8829
|
name?: string | undefined;
|
|
8830
|
-
provider?: "auth0" | "
|
|
8830
|
+
provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
|
|
8831
8831
|
connection?: string | undefined;
|
|
8832
8832
|
enabled?: boolean | undefined;
|
|
8833
8833
|
credentials?: {
|
|
@@ -8843,7 +8843,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8843
8843
|
created_at: string;
|
|
8844
8844
|
updated_at: string;
|
|
8845
8845
|
name: string;
|
|
8846
|
-
provider: "auth0" | "
|
|
8846
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8847
8847
|
connection: string;
|
|
8848
8848
|
enabled: boolean;
|
|
8849
8849
|
credentials: {
|
|
@@ -8891,7 +8891,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8891
8891
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8892
8892
|
};
|
|
8893
8893
|
id: string;
|
|
8894
|
-
status: "
|
|
8894
|
+
status: "active" | "suspended" | "paused";
|
|
8895
8895
|
filters?: {
|
|
8896
8896
|
type: string;
|
|
8897
8897
|
name: string;
|
|
@@ -8923,7 +8923,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8923
8923
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8924
8924
|
};
|
|
8925
8925
|
id: string;
|
|
8926
|
-
status: "
|
|
8926
|
+
status: "active" | "suspended" | "paused";
|
|
8927
8927
|
filters?: {
|
|
8928
8928
|
type: string;
|
|
8929
8929
|
name: string;
|
|
@@ -8948,7 +8948,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8948
8948
|
name: string;
|
|
8949
8949
|
type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
|
|
8950
8950
|
sink: Record<string, unknown>;
|
|
8951
|
-
status?: "
|
|
8951
|
+
status?: "active" | "suspended" | "paused" | undefined;
|
|
8952
8952
|
filters?: {
|
|
8953
8953
|
type: string;
|
|
8954
8954
|
name: string;
|
|
@@ -8963,7 +8963,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8963
8963
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8964
8964
|
};
|
|
8965
8965
|
id: string;
|
|
8966
|
-
status: "
|
|
8966
|
+
status: "active" | "suspended" | "paused";
|
|
8967
8967
|
filters?: {
|
|
8968
8968
|
type: string;
|
|
8969
8969
|
name: string;
|
|
@@ -8998,7 +8998,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8998
8998
|
}[] | undefined;
|
|
8999
8999
|
isPriority?: boolean | undefined;
|
|
9000
9000
|
id?: string | undefined;
|
|
9001
|
-
status?: "
|
|
9001
|
+
status?: "active" | "suspended" | "paused" | undefined;
|
|
9002
9002
|
created_at?: string | undefined;
|
|
9003
9003
|
updated_at?: string | undefined;
|
|
9004
9004
|
};
|
|
@@ -9010,7 +9010,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9010
9010
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
9011
9011
|
};
|
|
9012
9012
|
id: string;
|
|
9013
|
-
status: "
|
|
9013
|
+
status: "active" | "suspended" | "paused";
|
|
9014
9014
|
filters?: {
|
|
9015
9015
|
type: string;
|
|
9016
9016
|
name: string;
|
|
@@ -9061,7 +9061,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9061
9061
|
};
|
|
9062
9062
|
};
|
|
9063
9063
|
output: {
|
|
9064
|
-
type: "
|
|
9064
|
+
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
9065
9065
|
date: string;
|
|
9066
9066
|
isMobile: boolean;
|
|
9067
9067
|
log_id: string;
|
|
@@ -9100,7 +9100,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9100
9100
|
limit: number;
|
|
9101
9101
|
length: number;
|
|
9102
9102
|
logs: {
|
|
9103
|
-
type: "
|
|
9103
|
+
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
9104
9104
|
date: string;
|
|
9105
9105
|
isMobile: boolean;
|
|
9106
9106
|
log_id: string;
|
|
@@ -9154,7 +9154,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9154
9154
|
};
|
|
9155
9155
|
};
|
|
9156
9156
|
output: {
|
|
9157
|
-
type: "
|
|
9157
|
+
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
9158
9158
|
date: string;
|
|
9159
9159
|
isMobile: boolean;
|
|
9160
9160
|
log_id: string;
|
|
@@ -10230,7 +10230,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10230
10230
|
active?: boolean | undefined;
|
|
10231
10231
|
} | undefined;
|
|
10232
10232
|
signup?: {
|
|
10233
|
-
status?: "
|
|
10233
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10234
10234
|
verification?: {
|
|
10235
10235
|
active?: boolean | undefined;
|
|
10236
10236
|
} | undefined;
|
|
@@ -10247,7 +10247,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10247
10247
|
active?: boolean | undefined;
|
|
10248
10248
|
} | undefined;
|
|
10249
10249
|
signup?: {
|
|
10250
|
-
status?: "
|
|
10250
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10251
10251
|
} | undefined;
|
|
10252
10252
|
validation?: {
|
|
10253
10253
|
max_length?: number | undefined;
|
|
@@ -10264,7 +10264,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10264
10264
|
active?: boolean | undefined;
|
|
10265
10265
|
} | undefined;
|
|
10266
10266
|
signup?: {
|
|
10267
|
-
status?: "
|
|
10267
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10268
10268
|
} | undefined;
|
|
10269
10269
|
} | undefined;
|
|
10270
10270
|
} | undefined;
|
|
@@ -10384,7 +10384,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10384
10384
|
active?: boolean | undefined;
|
|
10385
10385
|
} | undefined;
|
|
10386
10386
|
signup?: {
|
|
10387
|
-
status?: "
|
|
10387
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10388
10388
|
verification?: {
|
|
10389
10389
|
active?: boolean | undefined;
|
|
10390
10390
|
} | undefined;
|
|
@@ -10401,7 +10401,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10401
10401
|
active?: boolean | undefined;
|
|
10402
10402
|
} | undefined;
|
|
10403
10403
|
signup?: {
|
|
10404
|
-
status?: "
|
|
10404
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10405
10405
|
} | undefined;
|
|
10406
10406
|
validation?: {
|
|
10407
10407
|
max_length?: number | undefined;
|
|
@@ -10418,7 +10418,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10418
10418
|
active?: boolean | undefined;
|
|
10419
10419
|
} | undefined;
|
|
10420
10420
|
signup?: {
|
|
10421
|
-
status?: "
|
|
10421
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10422
10422
|
} | undefined;
|
|
10423
10423
|
} | undefined;
|
|
10424
10424
|
} | undefined;
|
|
@@ -11372,7 +11372,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11372
11372
|
};
|
|
11373
11373
|
};
|
|
11374
11374
|
output: {
|
|
11375
|
-
type: "
|
|
11375
|
+
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11376
11376
|
date: string;
|
|
11377
11377
|
isMobile: boolean;
|
|
11378
11378
|
log_id: string;
|
|
@@ -11411,7 +11411,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11411
11411
|
limit: number;
|
|
11412
11412
|
length: number;
|
|
11413
11413
|
logs: {
|
|
11414
|
-
type: "
|
|
11414
|
+
type: "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11415
11415
|
date: string;
|
|
11416
11416
|
isMobile: boolean;
|
|
11417
11417
|
log_id: string;
|
|
@@ -11726,7 +11726,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11726
11726
|
};
|
|
11727
11727
|
} & {
|
|
11728
11728
|
json: {
|
|
11729
|
-
template: "
|
|
11729
|
+
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";
|
|
11730
11730
|
body: string;
|
|
11731
11731
|
from: string;
|
|
11732
11732
|
subject: string;
|
|
@@ -11747,7 +11747,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11747
11747
|
};
|
|
11748
11748
|
} & {
|
|
11749
11749
|
json: {
|
|
11750
|
-
template: "
|
|
11750
|
+
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";
|
|
11751
11751
|
body: string;
|
|
11752
11752
|
from: string;
|
|
11753
11753
|
subject: string;
|
|
@@ -11759,7 +11759,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11759
11759
|
};
|
|
11760
11760
|
};
|
|
11761
11761
|
output: {
|
|
11762
|
-
template: "
|
|
11762
|
+
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";
|
|
11763
11763
|
body: string;
|
|
11764
11764
|
from: string;
|
|
11765
11765
|
subject: string;
|
|
@@ -11782,7 +11782,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11782
11782
|
};
|
|
11783
11783
|
};
|
|
11784
11784
|
output: {
|
|
11785
|
-
name: "
|
|
11785
|
+
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";
|
|
11786
11786
|
body: string;
|
|
11787
11787
|
subject: string;
|
|
11788
11788
|
}[];
|
|
@@ -11795,7 +11795,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11795
11795
|
$get: {
|
|
11796
11796
|
input: {
|
|
11797
11797
|
param: {
|
|
11798
|
-
templateName: "
|
|
11798
|
+
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";
|
|
11799
11799
|
};
|
|
11800
11800
|
} & {
|
|
11801
11801
|
header: {
|
|
@@ -11808,7 +11808,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11808
11808
|
} | {
|
|
11809
11809
|
input: {
|
|
11810
11810
|
param: {
|
|
11811
|
-
templateName: "
|
|
11811
|
+
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";
|
|
11812
11812
|
};
|
|
11813
11813
|
} & {
|
|
11814
11814
|
header: {
|
|
@@ -11816,7 +11816,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11816
11816
|
};
|
|
11817
11817
|
};
|
|
11818
11818
|
output: {
|
|
11819
|
-
template: "
|
|
11819
|
+
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";
|
|
11820
11820
|
body: string;
|
|
11821
11821
|
from: string;
|
|
11822
11822
|
subject: string;
|
|
@@ -11835,7 +11835,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11835
11835
|
$put: {
|
|
11836
11836
|
input: {
|
|
11837
11837
|
param: {
|
|
11838
|
-
templateName: "
|
|
11838
|
+
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";
|
|
11839
11839
|
};
|
|
11840
11840
|
} & {
|
|
11841
11841
|
header: {
|
|
@@ -11843,7 +11843,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11843
11843
|
};
|
|
11844
11844
|
} & {
|
|
11845
11845
|
json: {
|
|
11846
|
-
template: "
|
|
11846
|
+
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";
|
|
11847
11847
|
body: string;
|
|
11848
11848
|
subject: string;
|
|
11849
11849
|
syntax?: "liquid" | undefined;
|
|
@@ -11855,7 +11855,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11855
11855
|
};
|
|
11856
11856
|
};
|
|
11857
11857
|
output: {
|
|
11858
|
-
template: "
|
|
11858
|
+
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";
|
|
11859
11859
|
body: string;
|
|
11860
11860
|
from: string;
|
|
11861
11861
|
subject: string;
|
|
@@ -11874,7 +11874,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11874
11874
|
$patch: {
|
|
11875
11875
|
input: {
|
|
11876
11876
|
param: {
|
|
11877
|
-
templateName: "
|
|
11877
|
+
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";
|
|
11878
11878
|
};
|
|
11879
11879
|
} & {
|
|
11880
11880
|
header: {
|
|
@@ -11882,7 +11882,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11882
11882
|
};
|
|
11883
11883
|
} & {
|
|
11884
11884
|
json: {
|
|
11885
|
-
template?: "
|
|
11885
|
+
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;
|
|
11886
11886
|
body?: string | undefined;
|
|
11887
11887
|
from?: string | undefined;
|
|
11888
11888
|
subject?: string | undefined;
|
|
@@ -11899,7 +11899,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11899
11899
|
} | {
|
|
11900
11900
|
input: {
|
|
11901
11901
|
param: {
|
|
11902
|
-
templateName: "
|
|
11902
|
+
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";
|
|
11903
11903
|
};
|
|
11904
11904
|
} & {
|
|
11905
11905
|
header: {
|
|
@@ -11907,7 +11907,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11907
11907
|
};
|
|
11908
11908
|
} & {
|
|
11909
11909
|
json: {
|
|
11910
|
-
template?: "
|
|
11910
|
+
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;
|
|
11911
11911
|
body?: string | undefined;
|
|
11912
11912
|
from?: string | undefined;
|
|
11913
11913
|
subject?: string | undefined;
|
|
@@ -11919,7 +11919,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11919
11919
|
};
|
|
11920
11920
|
};
|
|
11921
11921
|
output: {
|
|
11922
|
-
template: "
|
|
11922
|
+
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";
|
|
11923
11923
|
body: string;
|
|
11924
11924
|
from: string;
|
|
11925
11925
|
subject: string;
|
|
@@ -11938,7 +11938,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11938
11938
|
$delete: {
|
|
11939
11939
|
input: {
|
|
11940
11940
|
param: {
|
|
11941
|
-
templateName: "
|
|
11941
|
+
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";
|
|
11942
11942
|
};
|
|
11943
11943
|
} & {
|
|
11944
11944
|
header: {
|
|
@@ -11951,7 +11951,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11951
11951
|
} | {
|
|
11952
11952
|
input: {
|
|
11953
11953
|
param: {
|
|
11954
|
-
templateName: "
|
|
11954
|
+
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";
|
|
11955
11955
|
};
|
|
11956
11956
|
} & {
|
|
11957
11957
|
header: {
|
|
@@ -11968,7 +11968,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11968
11968
|
$post: {
|
|
11969
11969
|
input: {
|
|
11970
11970
|
param: {
|
|
11971
|
-
templateName: "
|
|
11971
|
+
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";
|
|
11972
11972
|
};
|
|
11973
11973
|
} & {
|
|
11974
11974
|
header: {
|
|
@@ -12589,12 +12589,12 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12589
12589
|
background_color: string;
|
|
12590
12590
|
background_image_url: string;
|
|
12591
12591
|
page_layout: "center" | "left" | "right";
|
|
12592
|
-
logo_placement?: "
|
|
12592
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
12593
12593
|
};
|
|
12594
12594
|
widget: {
|
|
12595
12595
|
header_text_alignment: "center" | "left" | "right";
|
|
12596
12596
|
logo_height: number;
|
|
12597
|
-
logo_position: "
|
|
12597
|
+
logo_position: "none" | "center" | "left" | "right";
|
|
12598
12598
|
logo_url: string;
|
|
12599
12599
|
social_buttons_layout: "bottom" | "top";
|
|
12600
12600
|
};
|
|
@@ -12679,12 +12679,12 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12679
12679
|
background_color: string;
|
|
12680
12680
|
background_image_url: string;
|
|
12681
12681
|
page_layout: "center" | "left" | "right";
|
|
12682
|
-
logo_placement?: "
|
|
12682
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
12683
12683
|
};
|
|
12684
12684
|
widget: {
|
|
12685
12685
|
header_text_alignment: "center" | "left" | "right";
|
|
12686
12686
|
logo_height: number;
|
|
12687
|
-
logo_position: "
|
|
12687
|
+
logo_position: "none" | "center" | "left" | "right";
|
|
12688
12688
|
logo_url: string;
|
|
12689
12689
|
social_buttons_layout: "bottom" | "top";
|
|
12690
12690
|
};
|
|
@@ -12758,12 +12758,12 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12758
12758
|
background_color: string;
|
|
12759
12759
|
background_image_url: string;
|
|
12760
12760
|
page_layout: "center" | "left" | "right";
|
|
12761
|
-
logo_placement?: "
|
|
12761
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
12762
12762
|
};
|
|
12763
12763
|
widget: {
|
|
12764
12764
|
header_text_alignment: "center" | "left" | "right";
|
|
12765
12765
|
logo_height: number;
|
|
12766
|
-
logo_position: "
|
|
12766
|
+
logo_position: "none" | "center" | "left" | "right";
|
|
12767
12767
|
logo_url: string;
|
|
12768
12768
|
social_buttons_layout: "bottom" | "top";
|
|
12769
12769
|
};
|
|
@@ -12920,7 +12920,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12920
12920
|
} & {
|
|
12921
12921
|
json: {
|
|
12922
12922
|
body?: string | undefined;
|
|
12923
|
-
screen?: "
|
|
12923
|
+
screen?: "login" | "identifier" | "signup" | "password" | undefined;
|
|
12924
12924
|
branding?: {
|
|
12925
12925
|
colors?: {
|
|
12926
12926
|
primary: string;
|
|
@@ -13006,12 +13006,12 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
13006
13006
|
background_color: string;
|
|
13007
13007
|
background_image_url: string;
|
|
13008
13008
|
page_layout: "center" | "left" | "right";
|
|
13009
|
-
logo_placement?: "
|
|
13009
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
13010
13010
|
} | undefined;
|
|
13011
13011
|
widget?: {
|
|
13012
13012
|
header_text_alignment: "center" | "left" | "right";
|
|
13013
13013
|
logo_height: number;
|
|
13014
|
-
logo_position: "
|
|
13014
|
+
logo_position: "none" | "center" | "left" | "right";
|
|
13015
13015
|
logo_url: string;
|
|
13016
13016
|
social_buttons_layout: "bottom" | "top";
|
|
13017
13017
|
} | undefined;
|
|
@@ -13089,7 +13089,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
13089
13089
|
json: {
|
|
13090
13090
|
bindings: {
|
|
13091
13091
|
ref: {
|
|
13092
|
-
type?: "
|
|
13092
|
+
type?: "action_name" | "action_id" | undefined;
|
|
13093
13093
|
value?: string | undefined;
|
|
13094
13094
|
id?: string | undefined;
|
|
13095
13095
|
name?: string | undefined;
|
|
@@ -13164,7 +13164,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
13164
13164
|
output: {
|
|
13165
13165
|
id: string;
|
|
13166
13166
|
trigger_id: string;
|
|
13167
|
-
status: "
|
|
13167
|
+
status: "pending" | "unspecified" | "final" | "partial" | "canceled" | "suspended";
|
|
13168
13168
|
results: {
|
|
13169
13169
|
action_name: string;
|
|
13170
13170
|
error: {
|
|
@@ -13211,7 +13211,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
13211
13211
|
logs: {
|
|
13212
13212
|
action_name: string;
|
|
13213
13213
|
lines: {
|
|
13214
|
-
level: "
|
|
13214
|
+
level: "log" | "error" | "info" | "warn" | "debug";
|
|
13215
13215
|
message: string;
|
|
13216
13216
|
}[];
|
|
13217
13217
|
}[];
|
|
@@ -13878,7 +13878,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
13878
13878
|
args: import("hono/utils/types").JSONValue[];
|
|
13879
13879
|
}[];
|
|
13880
13880
|
logs: {
|
|
13881
|
-
level: "
|
|
13881
|
+
level: "log" | "error" | "info" | "warn" | "debug";
|
|
13882
13882
|
message: string;
|
|
13883
13883
|
}[];
|
|
13884
13884
|
error?: string | undefined;
|