authhero 5.14.0 → 5.14.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 +132 -132
- package/dist/authhero.d.ts +113 -97
- package/dist/authhero.mjs +6358 -6282
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/password.d.ts +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +3 -3
- package/dist/types/emails/index.d.ts +1 -1
- package/dist/types/index.d.ts +113 -97
- package/dist/types/routes/auth-api/account.d.ts +2 -2
- package/dist/types/routes/auth-api/index.d.ts +22 -22
- package/dist/types/routes/auth-api/oidc-logout.d.ts +2 -2
- package/dist/types/routes/auth-api/passwordless.d.ts +6 -6
- 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/actions.d.ts +1 -1
- package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
- package/dist/types/routes/management-api/clients.d.ts +7 -7
- package/dist/types/routes/management-api/custom-domains.d.ts +7 -7
- package/dist/types/routes/management-api/failed-events.d.ts +1 -1
- package/dist/types/routes/management-api/flows.d.ts +7 -7
- package/dist/types/routes/management-api/guardian.d.ts +5 -5
- package/dist/types/routes/management-api/hooks.d.ts +24 -24
- package/dist/types/routes/management-api/index.d.ts +69 -69
- 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/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/common.d.ts +2 -2
- package/dist/types/routes/universal-login/error-page.d.ts +2 -1
- package/dist/types/routes/universal-login/flow-api.d.ts +4 -4
- package/dist/types/routes/universal-login/u2-index.d.ts +22 -6
- package/dist/types/routes/universal-login/u2-routes.d.ts +22 -6
- package/dist/types/variables.d.ts +1 -1
- package/package.json +1 -1
|
@@ -37,7 +37,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
37
37
|
};
|
|
38
38
|
} & {
|
|
39
39
|
json: {
|
|
40
|
-
type: "
|
|
40
|
+
type: "email" | "passkey" | "push" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
|
|
41
41
|
phone_number?: string | undefined;
|
|
42
42
|
totp_secret?: string | undefined;
|
|
43
43
|
credential_id?: string | undefined;
|
|
@@ -177,7 +177,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
177
177
|
};
|
|
178
178
|
};
|
|
179
179
|
output: {
|
|
180
|
-
name: "
|
|
180
|
+
name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
181
181
|
enabled: boolean;
|
|
182
182
|
trial_expired?: boolean | undefined;
|
|
183
183
|
}[];
|
|
@@ -332,7 +332,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
332
332
|
$get: {
|
|
333
333
|
input: {
|
|
334
334
|
param: {
|
|
335
|
-
factor_name: "
|
|
335
|
+
factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
336
336
|
};
|
|
337
337
|
} & {
|
|
338
338
|
header: {
|
|
@@ -340,7 +340,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
340
340
|
};
|
|
341
341
|
};
|
|
342
342
|
output: {
|
|
343
|
-
name: "
|
|
343
|
+
name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
344
344
|
enabled: boolean;
|
|
345
345
|
trial_expired?: boolean | undefined;
|
|
346
346
|
};
|
|
@@ -353,7 +353,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
353
353
|
$put: {
|
|
354
354
|
input: {
|
|
355
355
|
param: {
|
|
356
|
-
factor_name: "
|
|
356
|
+
factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
357
357
|
};
|
|
358
358
|
} & {
|
|
359
359
|
header: {
|
|
@@ -365,7 +365,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
365
365
|
};
|
|
366
366
|
};
|
|
367
367
|
output: {
|
|
368
|
-
name: "
|
|
368
|
+
name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
369
369
|
enabled: boolean;
|
|
370
370
|
trial_expired?: boolean | undefined;
|
|
371
371
|
};
|
|
@@ -1965,7 +1965,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
1965
1965
|
type: "REDIRECT";
|
|
1966
1966
|
action: "REDIRECT_USER";
|
|
1967
1967
|
params: {
|
|
1968
|
-
target: "custom" | "
|
|
1968
|
+
target: "custom" | "account" | "change-email";
|
|
1969
1969
|
custom_url?: string | undefined;
|
|
1970
1970
|
};
|
|
1971
1971
|
alias?: string | undefined;
|
|
@@ -2018,7 +2018,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2018
2018
|
type: "REDIRECT";
|
|
2019
2019
|
action: "REDIRECT_USER";
|
|
2020
2020
|
params: {
|
|
2021
|
-
target: "custom" | "
|
|
2021
|
+
target: "custom" | "account" | "change-email";
|
|
2022
2022
|
custom_url?: string | undefined;
|
|
2023
2023
|
};
|
|
2024
2024
|
alias?: string | undefined;
|
|
@@ -2086,7 +2086,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2086
2086
|
type: "REDIRECT";
|
|
2087
2087
|
action: "REDIRECT_USER";
|
|
2088
2088
|
params: {
|
|
2089
|
-
target: "custom" | "
|
|
2089
|
+
target: "custom" | "account" | "change-email";
|
|
2090
2090
|
custom_url?: string | undefined;
|
|
2091
2091
|
};
|
|
2092
2092
|
alias?: string | undefined;
|
|
@@ -2167,7 +2167,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2167
2167
|
type: "REDIRECT";
|
|
2168
2168
|
action: "REDIRECT_USER";
|
|
2169
2169
|
params: {
|
|
2170
|
-
target: "custom" | "
|
|
2170
|
+
target: "custom" | "account" | "change-email";
|
|
2171
2171
|
custom_url?: string | undefined;
|
|
2172
2172
|
};
|
|
2173
2173
|
alias?: string | undefined;
|
|
@@ -2215,7 +2215,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2215
2215
|
type: "REDIRECT";
|
|
2216
2216
|
action: "REDIRECT_USER";
|
|
2217
2217
|
params: {
|
|
2218
|
-
target: "custom" | "
|
|
2218
|
+
target: "custom" | "account" | "change-email";
|
|
2219
2219
|
custom_url?: string | undefined;
|
|
2220
2220
|
};
|
|
2221
2221
|
alias?: string | undefined;
|
|
@@ -2275,7 +2275,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2275
2275
|
type: "REDIRECT";
|
|
2276
2276
|
action: "REDIRECT_USER";
|
|
2277
2277
|
params: {
|
|
2278
|
-
target: "custom" | "
|
|
2278
|
+
target: "custom" | "account" | "change-email";
|
|
2279
2279
|
custom_url?: string | undefined;
|
|
2280
2280
|
};
|
|
2281
2281
|
alias?: string | undefined;
|
|
@@ -2323,7 +2323,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2323
2323
|
type: "REDIRECT";
|
|
2324
2324
|
action: "REDIRECT_USER";
|
|
2325
2325
|
params: {
|
|
2326
|
-
target: "custom" | "
|
|
2326
|
+
target: "custom" | "account" | "change-email";
|
|
2327
2327
|
custom_url?: string | undefined;
|
|
2328
2328
|
};
|
|
2329
2329
|
alias?: string | undefined;
|
|
@@ -6601,7 +6601,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6601
6601
|
};
|
|
6602
6602
|
};
|
|
6603
6603
|
output: {
|
|
6604
|
-
prompt: "status" | "mfa" | "organizations" | "
|
|
6604
|
+
prompt: "signup" | "status" | "mfa" | "organizations" | "reset-password" | "login" | "mfa-phone" | "invitation" | "email-otp-challenge" | "mfa-login-options" | "email-verification" | "login-id" | "login-password" | "signup-id" | "signup-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
|
|
6605
6605
|
language: string;
|
|
6606
6606
|
}[];
|
|
6607
6607
|
outputFormat: "json";
|
|
@@ -6639,7 +6639,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6639
6639
|
$get: {
|
|
6640
6640
|
input: {
|
|
6641
6641
|
param: {
|
|
6642
|
-
prompt: "status" | "mfa" | "organizations" | "
|
|
6642
|
+
prompt: "signup" | "status" | "mfa" | "organizations" | "reset-password" | "login" | "mfa-phone" | "invitation" | "email-otp-challenge" | "mfa-login-options" | "email-verification" | "login-id" | "login-password" | "signup-id" | "signup-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
|
|
6643
6643
|
language: string;
|
|
6644
6644
|
};
|
|
6645
6645
|
} & {
|
|
@@ -6661,7 +6661,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6661
6661
|
$put: {
|
|
6662
6662
|
input: {
|
|
6663
6663
|
param: {
|
|
6664
|
-
prompt: "status" | "mfa" | "organizations" | "
|
|
6664
|
+
prompt: "signup" | "status" | "mfa" | "organizations" | "reset-password" | "login" | "mfa-phone" | "invitation" | "email-otp-challenge" | "mfa-login-options" | "email-verification" | "login-id" | "login-password" | "signup-id" | "signup-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
|
|
6665
6665
|
language: string;
|
|
6666
6666
|
};
|
|
6667
6667
|
} & {
|
|
@@ -6685,7 +6685,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6685
6685
|
$delete: {
|
|
6686
6686
|
input: {
|
|
6687
6687
|
param: {
|
|
6688
|
-
prompt: "status" | "mfa" | "organizations" | "
|
|
6688
|
+
prompt: "signup" | "status" | "mfa" | "organizations" | "reset-password" | "login" | "mfa-phone" | "invitation" | "email-otp-challenge" | "mfa-login-options" | "email-verification" | "login-id" | "login-password" | "signup-id" | "signup-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
|
|
6689
6689
|
language: string;
|
|
6690
6690
|
};
|
|
6691
6691
|
} & {
|
|
@@ -7721,7 +7721,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7721
7721
|
};
|
|
7722
7722
|
};
|
|
7723
7723
|
output: ({
|
|
7724
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7724
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7725
7725
|
enabled: boolean;
|
|
7726
7726
|
synchronous: boolean;
|
|
7727
7727
|
created_at: string;
|
|
@@ -7733,7 +7733,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7733
7733
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7734
7734
|
} | undefined;
|
|
7735
7735
|
} | {
|
|
7736
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7736
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7737
7737
|
enabled: boolean;
|
|
7738
7738
|
synchronous: boolean;
|
|
7739
7739
|
created_at: string;
|
|
@@ -7745,7 +7745,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7745
7745
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7746
7746
|
} | undefined;
|
|
7747
7747
|
} | {
|
|
7748
|
-
trigger_id: "post-user-
|
|
7748
|
+
trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
|
|
7749
7749
|
enabled: boolean;
|
|
7750
7750
|
synchronous: boolean;
|
|
7751
7751
|
created_at: string;
|
|
@@ -7757,7 +7757,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7757
7757
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7758
7758
|
} | undefined;
|
|
7759
7759
|
} | {
|
|
7760
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7760
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
|
|
7761
7761
|
enabled: boolean;
|
|
7762
7762
|
synchronous: boolean;
|
|
7763
7763
|
created_at: string;
|
|
@@ -7773,7 +7773,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7773
7773
|
limit: number;
|
|
7774
7774
|
length: number;
|
|
7775
7775
|
hooks: ({
|
|
7776
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7776
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7777
7777
|
enabled: boolean;
|
|
7778
7778
|
synchronous: boolean;
|
|
7779
7779
|
created_at: string;
|
|
@@ -7785,7 +7785,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7785
7785
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7786
7786
|
} | undefined;
|
|
7787
7787
|
} | {
|
|
7788
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7788
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7789
7789
|
enabled: boolean;
|
|
7790
7790
|
synchronous: boolean;
|
|
7791
7791
|
created_at: string;
|
|
@@ -7797,7 +7797,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7797
7797
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7798
7798
|
} | undefined;
|
|
7799
7799
|
} | {
|
|
7800
|
-
trigger_id: "post-user-
|
|
7800
|
+
trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
|
|
7801
7801
|
enabled: boolean;
|
|
7802
7802
|
synchronous: boolean;
|
|
7803
7803
|
created_at: string;
|
|
@@ -7809,7 +7809,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7809
7809
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7810
7810
|
} | undefined;
|
|
7811
7811
|
} | {
|
|
7812
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7812
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
|
|
7813
7813
|
enabled: boolean;
|
|
7814
7814
|
synchronous: boolean;
|
|
7815
7815
|
created_at: string;
|
|
@@ -7836,7 +7836,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7836
7836
|
};
|
|
7837
7837
|
} & {
|
|
7838
7838
|
json: {
|
|
7839
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7839
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7840
7840
|
url: string;
|
|
7841
7841
|
enabled?: boolean | undefined;
|
|
7842
7842
|
synchronous?: boolean | undefined;
|
|
@@ -7844,7 +7844,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7844
7844
|
hook_id?: string | undefined;
|
|
7845
7845
|
metadata?: Record<string, unknown> | undefined;
|
|
7846
7846
|
} | {
|
|
7847
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7847
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7848
7848
|
form_id: string;
|
|
7849
7849
|
enabled?: boolean | undefined;
|
|
7850
7850
|
synchronous?: boolean | undefined;
|
|
@@ -7852,7 +7852,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7852
7852
|
hook_id?: string | undefined;
|
|
7853
7853
|
metadata?: Record<string, unknown> | undefined;
|
|
7854
7854
|
} | {
|
|
7855
|
-
trigger_id: "post-user-
|
|
7855
|
+
trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
|
|
7856
7856
|
template_id: "ensure-username" | "set-preferred-username" | "account-linking";
|
|
7857
7857
|
enabled?: boolean | undefined;
|
|
7858
7858
|
synchronous?: boolean | undefined;
|
|
@@ -7860,7 +7860,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7860
7860
|
hook_id?: string | undefined;
|
|
7861
7861
|
metadata?: Record<string, unknown> | undefined;
|
|
7862
7862
|
} | {
|
|
7863
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7863
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
|
|
7864
7864
|
code_id: string;
|
|
7865
7865
|
enabled?: boolean | undefined;
|
|
7866
7866
|
synchronous?: boolean | undefined;
|
|
@@ -7870,7 +7870,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7870
7870
|
};
|
|
7871
7871
|
};
|
|
7872
7872
|
output: {
|
|
7873
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7873
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7874
7874
|
enabled: boolean;
|
|
7875
7875
|
synchronous: boolean;
|
|
7876
7876
|
created_at: string;
|
|
@@ -7882,7 +7882,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7882
7882
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7883
7883
|
} | undefined;
|
|
7884
7884
|
} | {
|
|
7885
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7885
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7886
7886
|
enabled: boolean;
|
|
7887
7887
|
synchronous: boolean;
|
|
7888
7888
|
created_at: string;
|
|
@@ -7894,7 +7894,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7894
7894
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7895
7895
|
} | undefined;
|
|
7896
7896
|
} | {
|
|
7897
|
-
trigger_id: "post-user-
|
|
7897
|
+
trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
|
|
7898
7898
|
enabled: boolean;
|
|
7899
7899
|
synchronous: boolean;
|
|
7900
7900
|
created_at: string;
|
|
@@ -7906,7 +7906,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7906
7906
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7907
7907
|
} | undefined;
|
|
7908
7908
|
} | {
|
|
7909
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7909
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
|
|
7910
7910
|
enabled: boolean;
|
|
7911
7911
|
synchronous: boolean;
|
|
7912
7912
|
created_at: string;
|
|
@@ -7952,7 +7952,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7952
7952
|
json: unknown;
|
|
7953
7953
|
};
|
|
7954
7954
|
output: {
|
|
7955
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7955
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7956
7956
|
enabled: boolean;
|
|
7957
7957
|
synchronous: boolean;
|
|
7958
7958
|
created_at: string;
|
|
@@ -7964,7 +7964,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7964
7964
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7965
7965
|
} | undefined;
|
|
7966
7966
|
} | {
|
|
7967
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7967
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
7968
7968
|
enabled: boolean;
|
|
7969
7969
|
synchronous: boolean;
|
|
7970
7970
|
created_at: string;
|
|
@@ -7976,7 +7976,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7976
7976
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7977
7977
|
} | undefined;
|
|
7978
7978
|
} | {
|
|
7979
|
-
trigger_id: "post-user-
|
|
7979
|
+
trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
|
|
7980
7980
|
enabled: boolean;
|
|
7981
7981
|
synchronous: boolean;
|
|
7982
7982
|
created_at: string;
|
|
@@ -7988,7 +7988,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7988
7988
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
7989
7989
|
} | undefined;
|
|
7990
7990
|
} | {
|
|
7991
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
7991
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
|
|
7992
7992
|
enabled: boolean;
|
|
7993
7993
|
synchronous: boolean;
|
|
7994
7994
|
created_at: string;
|
|
@@ -8030,7 +8030,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8030
8030
|
};
|
|
8031
8031
|
};
|
|
8032
8032
|
output: {
|
|
8033
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
8033
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8034
8034
|
enabled: boolean;
|
|
8035
8035
|
synchronous: boolean;
|
|
8036
8036
|
created_at: string;
|
|
@@ -8042,7 +8042,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8042
8042
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8043
8043
|
} | undefined;
|
|
8044
8044
|
} | {
|
|
8045
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
8045
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8046
8046
|
enabled: boolean;
|
|
8047
8047
|
synchronous: boolean;
|
|
8048
8048
|
created_at: string;
|
|
@@ -8054,7 +8054,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8054
8054
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8055
8055
|
} | undefined;
|
|
8056
8056
|
} | {
|
|
8057
|
-
trigger_id: "post-user-
|
|
8057
|
+
trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
|
|
8058
8058
|
enabled: boolean;
|
|
8059
8059
|
synchronous: boolean;
|
|
8060
8060
|
created_at: string;
|
|
@@ -8066,7 +8066,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8066
8066
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8067
8067
|
} | undefined;
|
|
8068
8068
|
} | {
|
|
8069
|
-
trigger_id: "pre-user-registration" | "post-user-
|
|
8069
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
|
|
8070
8070
|
enabled: boolean;
|
|
8071
8071
|
synchronous: boolean;
|
|
8072
8072
|
created_at: string;
|
|
@@ -8126,7 +8126,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8126
8126
|
log_type: string;
|
|
8127
8127
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
8128
8128
|
actor: {
|
|
8129
|
-
type: "
|
|
8129
|
+
type: "user" | "client_credentials" | "api_key" | "system" | "admin";
|
|
8130
8130
|
id?: string | undefined;
|
|
8131
8131
|
email?: string | undefined;
|
|
8132
8132
|
org_id?: string | undefined;
|
|
@@ -8434,7 +8434,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8434
8434
|
created_at: string;
|
|
8435
8435
|
updated_at: string;
|
|
8436
8436
|
name: string;
|
|
8437
|
-
provider: "auth0" | "
|
|
8437
|
+
provider: "auth0" | "oidc" | "cognito" | "okta";
|
|
8438
8438
|
connection: string;
|
|
8439
8439
|
enabled: boolean;
|
|
8440
8440
|
credentials: {
|
|
@@ -8466,7 +8466,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8466
8466
|
created_at: string;
|
|
8467
8467
|
updated_at: string;
|
|
8468
8468
|
name: string;
|
|
8469
|
-
provider: "auth0" | "
|
|
8469
|
+
provider: "auth0" | "oidc" | "cognito" | "okta";
|
|
8470
8470
|
connection: string;
|
|
8471
8471
|
enabled: boolean;
|
|
8472
8472
|
credentials: {
|
|
@@ -8492,7 +8492,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8492
8492
|
} & {
|
|
8493
8493
|
json: {
|
|
8494
8494
|
name: string;
|
|
8495
|
-
provider: "auth0" | "
|
|
8495
|
+
provider: "auth0" | "oidc" | "cognito" | "okta";
|
|
8496
8496
|
connection: string;
|
|
8497
8497
|
credentials: {
|
|
8498
8498
|
domain: string;
|
|
@@ -8509,7 +8509,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8509
8509
|
created_at: string;
|
|
8510
8510
|
updated_at: string;
|
|
8511
8511
|
name: string;
|
|
8512
|
-
provider: "auth0" | "
|
|
8512
|
+
provider: "auth0" | "oidc" | "cognito" | "okta";
|
|
8513
8513
|
connection: string;
|
|
8514
8514
|
enabled: boolean;
|
|
8515
8515
|
credentials: {
|
|
@@ -8540,7 +8540,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8540
8540
|
json: {
|
|
8541
8541
|
id?: string | undefined;
|
|
8542
8542
|
name?: string | undefined;
|
|
8543
|
-
provider?: "auth0" | "
|
|
8543
|
+
provider?: "auth0" | "oidc" | "cognito" | "okta" | undefined;
|
|
8544
8544
|
connection?: string | undefined;
|
|
8545
8545
|
enabled?: boolean | undefined;
|
|
8546
8546
|
credentials?: {
|
|
@@ -8556,7 +8556,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8556
8556
|
created_at: string;
|
|
8557
8557
|
updated_at: string;
|
|
8558
8558
|
name: string;
|
|
8559
|
-
provider: "auth0" | "
|
|
8559
|
+
provider: "auth0" | "oidc" | "cognito" | "okta";
|
|
8560
8560
|
connection: string;
|
|
8561
8561
|
enabled: boolean;
|
|
8562
8562
|
credentials: {
|
|
@@ -8774,7 +8774,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8774
8774
|
};
|
|
8775
8775
|
};
|
|
8776
8776
|
output: {
|
|
8777
|
-
type: "
|
|
8777
|
+
type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
8778
8778
|
date: string;
|
|
8779
8779
|
isMobile: boolean;
|
|
8780
8780
|
log_id: string;
|
|
@@ -8813,7 +8813,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8813
8813
|
limit: number;
|
|
8814
8814
|
length: number;
|
|
8815
8815
|
logs: {
|
|
8816
|
-
type: "
|
|
8816
|
+
type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
8817
8817
|
date: string;
|
|
8818
8818
|
isMobile: boolean;
|
|
8819
8819
|
log_id: string;
|
|
@@ -8867,7 +8867,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
8867
8867
|
};
|
|
8868
8868
|
};
|
|
8869
8869
|
output: {
|
|
8870
|
-
type: "
|
|
8870
|
+
type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
8871
8871
|
date: string;
|
|
8872
8872
|
isMobile: boolean;
|
|
8873
8873
|
log_id: string;
|
|
@@ -9181,7 +9181,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9181
9181
|
addons?: {
|
|
9182
9182
|
[x: string]: any;
|
|
9183
9183
|
} | undefined;
|
|
9184
|
-
token_endpoint_auth_method?: "none" | "
|
|
9184
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9185
9185
|
client_metadata?: {
|
|
9186
9186
|
[x: string]: string;
|
|
9187
9187
|
} | undefined;
|
|
@@ -9277,7 +9277,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9277
9277
|
addons?: {
|
|
9278
9278
|
[x: string]: any;
|
|
9279
9279
|
} | undefined;
|
|
9280
|
-
token_endpoint_auth_method?: "none" | "
|
|
9280
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9281
9281
|
client_metadata?: {
|
|
9282
9282
|
[x: string]: string;
|
|
9283
9283
|
} | undefined;
|
|
@@ -9388,7 +9388,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9388
9388
|
addons?: {
|
|
9389
9389
|
[x: string]: any;
|
|
9390
9390
|
} | undefined;
|
|
9391
|
-
token_endpoint_auth_method?: "none" | "
|
|
9391
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9392
9392
|
client_metadata?: {
|
|
9393
9393
|
[x: string]: string;
|
|
9394
9394
|
} | undefined;
|
|
@@ -9498,7 +9498,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9498
9498
|
custom_login_page_preview?: string | undefined;
|
|
9499
9499
|
form_template?: string | undefined;
|
|
9500
9500
|
addons?: Record<string, any> | undefined;
|
|
9501
|
-
token_endpoint_auth_method?: "none" | "
|
|
9501
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9502
9502
|
client_metadata?: Record<string, string> | undefined;
|
|
9503
9503
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
9504
9504
|
mobile?: Record<string, any> | undefined;
|
|
@@ -9578,7 +9578,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9578
9578
|
addons?: {
|
|
9579
9579
|
[x: string]: any;
|
|
9580
9580
|
} | undefined;
|
|
9581
|
-
token_endpoint_auth_method?: "none" | "
|
|
9581
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9582
9582
|
client_metadata?: {
|
|
9583
9583
|
[x: string]: string;
|
|
9584
9584
|
} | undefined;
|
|
@@ -9667,7 +9667,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9667
9667
|
custom_login_page_preview?: string | undefined;
|
|
9668
9668
|
form_template?: string | undefined;
|
|
9669
9669
|
addons?: Record<string, any> | undefined;
|
|
9670
|
-
token_endpoint_auth_method?: "none" | "
|
|
9670
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9671
9671
|
client_metadata?: Record<string, string> | undefined;
|
|
9672
9672
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
9673
9673
|
mobile?: Record<string, any> | undefined;
|
|
@@ -9747,7 +9747,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9747
9747
|
addons?: {
|
|
9748
9748
|
[x: string]: any;
|
|
9749
9749
|
} | undefined;
|
|
9750
|
-
token_endpoint_auth_method?: "none" | "
|
|
9750
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9751
9751
|
client_metadata?: {
|
|
9752
9752
|
[x: string]: string;
|
|
9753
9753
|
} | undefined;
|
|
@@ -11011,7 +11011,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11011
11011
|
};
|
|
11012
11012
|
};
|
|
11013
11013
|
output: {
|
|
11014
|
-
type: "
|
|
11014
|
+
type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "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";
|
|
11015
11015
|
date: string;
|
|
11016
11016
|
isMobile: boolean;
|
|
11017
11017
|
log_id: string;
|
|
@@ -11050,7 +11050,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11050
11050
|
limit: number;
|
|
11051
11051
|
length: number;
|
|
11052
11052
|
logs: {
|
|
11053
|
-
type: "
|
|
11053
|
+
type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "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";
|
|
11054
11054
|
date: string;
|
|
11055
11055
|
isMobile: boolean;
|
|
11056
11056
|
log_id: string;
|
|
@@ -11818,7 +11818,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11818
11818
|
primary: boolean;
|
|
11819
11819
|
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
11820
11820
|
verification_method?: "txt" | undefined;
|
|
11821
|
-
custom_client_ip_header?: "null" | "
|
|
11821
|
+
custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
|
|
11822
11822
|
domain_metadata?: {
|
|
11823
11823
|
[x: string]: string;
|
|
11824
11824
|
} | undefined;
|
|
@@ -11859,7 +11859,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11859
11859
|
primary: boolean;
|
|
11860
11860
|
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
11861
11861
|
verification_method?: "txt" | undefined;
|
|
11862
|
-
custom_client_ip_header?: "null" | "
|
|
11862
|
+
custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
|
|
11863
11863
|
domain_metadata?: {
|
|
11864
11864
|
[x: string]: string;
|
|
11865
11865
|
} | undefined;
|
|
@@ -11914,7 +11914,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11914
11914
|
domain?: string | undefined;
|
|
11915
11915
|
type?: "auth0_managed_certs" | "self_managed_certs" | undefined;
|
|
11916
11916
|
verification_method?: "txt" | undefined;
|
|
11917
|
-
custom_client_ip_header?: "null" | "
|
|
11917
|
+
custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
|
|
11918
11918
|
domain_metadata?: Record<string, string> | undefined;
|
|
11919
11919
|
custom_domain_id?: string | undefined;
|
|
11920
11920
|
primary?: boolean | undefined;
|
|
@@ -11941,7 +11941,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11941
11941
|
primary: boolean;
|
|
11942
11942
|
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
11943
11943
|
verification_method?: "txt" | undefined;
|
|
11944
|
-
custom_client_ip_header?: "null" | "
|
|
11944
|
+
custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
|
|
11945
11945
|
domain_metadata?: {
|
|
11946
11946
|
[x: string]: string;
|
|
11947
11947
|
} | undefined;
|
|
@@ -11977,7 +11977,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11977
11977
|
custom_domain_id?: string | undefined;
|
|
11978
11978
|
verification_method?: "txt" | undefined;
|
|
11979
11979
|
tls_policy?: "recommended" | undefined;
|
|
11980
|
-
custom_client_ip_header?: "null" | "
|
|
11980
|
+
custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
|
|
11981
11981
|
domain_metadata?: Record<string, string> | undefined;
|
|
11982
11982
|
};
|
|
11983
11983
|
};
|
|
@@ -11988,7 +11988,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11988
11988
|
primary: boolean;
|
|
11989
11989
|
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
11990
11990
|
verification_method?: "txt" | undefined;
|
|
11991
|
-
custom_client_ip_header?: "null" | "
|
|
11991
|
+
custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
|
|
11992
11992
|
domain_metadata?: {
|
|
11993
11993
|
[x: string]: string;
|
|
11994
11994
|
} | undefined;
|
|
@@ -12029,7 +12029,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12029
12029
|
primary: boolean;
|
|
12030
12030
|
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
12031
12031
|
verification_method?: "txt" | undefined;
|
|
12032
|
-
custom_client_ip_header?: "null" | "
|
|
12032
|
+
custom_client_ip_header?: "null" | "x-forwarded-for" | "cf-connecting-ip" | "true-client-ip" | "x-azure-clientip" | undefined;
|
|
12033
12033
|
domain_metadata?: {
|
|
12034
12034
|
[x: string]: string;
|
|
12035
12035
|
} | undefined;
|
|
@@ -12634,7 +12634,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12634
12634
|
logs: {
|
|
12635
12635
|
action_name: string;
|
|
12636
12636
|
lines: {
|
|
12637
|
-
level: "
|
|
12637
|
+
level: "log" | "error" | "info" | "warn" | "debug";
|
|
12638
12638
|
message: string;
|
|
12639
12639
|
}[];
|
|
12640
12640
|
}[];
|
|
@@ -13301,7 +13301,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
13301
13301
|
args: import("hono/utils/types").JSONValue[];
|
|
13302
13302
|
}[];
|
|
13303
13303
|
logs: {
|
|
13304
|
-
level: "
|
|
13304
|
+
level: "log" | "error" | "info" | "warn" | "debug";
|
|
13305
13305
|
message: string;
|
|
13306
13306
|
}[];
|
|
13307
13307
|
error?: string | undefined;
|