authhero 8.22.1 → 8.23.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 +106 -106
- package/dist/authhero.d.ts +394 -279
- package/dist/authhero.mjs +9736 -9566
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +14 -6
- package/dist/types/helpers/backchannel-logout.d.ts +19 -0
- package/dist/types/helpers/client.d.ts +10 -1
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
- package/dist/types/index.d.ts +384 -278
- package/dist/types/routes/auth-api/account.d.ts +2 -2
- package/dist/types/routes/auth-api/authorize.d.ts +14 -14
- package/dist/types/routes/auth-api/index.d.ts +48 -44
- package/dist/types/routes/auth-api/oidc-logout.d.ts +2 -2
- package/dist/types/routes/auth-api/passwordless.d.ts +16 -16
- package/dist/types/routes/auth-api/register/index.d.ts +2 -2
- package/dist/types/routes/auth-api/revoke.d.ts +6 -6
- package/dist/types/routes/auth-api/well-known.d.ts +6 -2
- 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/branding.d.ts +1 -1
- package/dist/types/routes/management-api/clients.d.ts +76 -24
- package/dist/types/routes/management-api/connections.d.ts +21 -21
- 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/flows.d.ts +7 -7
- 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/index.d.ts +329 -227
- package/dist/types/routes/management-api/logs.d.ts +4 -4
- package/dist/types/routes/management-api/organizations.d.ts +2 -2
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/roles.d.ts +50 -0
- package/dist/types/routes/management-api/tenant-export-import.d.ts +5 -5
- package/dist/types/routes/management-api/tenants.d.ts +6 -6
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/common.d.ts +28 -12
- package/dist/types/routes/universal-login/flow-api.d.ts +8 -8
- 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/types/IdToken.d.ts +2 -2
- package/dist/types/utils/jwks.d.ts +4 -4
- package/dist/types/variables.d.ts +8 -0
- package/package.json +8 -8
|
@@ -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: {
|
|
@@ -236,7 +236,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
236
236
|
};
|
|
237
237
|
};
|
|
238
238
|
output: {
|
|
239
|
-
name: "email" | "
|
|
239
|
+
name: "email" | "sms" | "otp" | "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: "email" | "
|
|
394
|
+
factor_name: "email" | "sms" | "otp" | "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: "email" | "
|
|
402
|
+
name: "email" | "sms" | "otp" | "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: "email" | "
|
|
415
|
+
factor_name: "email" | "sms" | "otp" | "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: "email" | "
|
|
427
|
+
name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
428
428
|
enabled: boolean;
|
|
429
429
|
trial_expired?: boolean | undefined;
|
|
430
430
|
};
|
|
@@ -1202,11 +1202,11 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
1202
1202
|
invitee: {
|
|
1203
1203
|
email?: string | undefined;
|
|
1204
1204
|
};
|
|
1205
|
+
roles?: string[] | undefined;
|
|
1205
1206
|
id?: string | undefined;
|
|
1206
|
-
connection_id?: string | undefined;
|
|
1207
1207
|
app_metadata?: Record<string, any> | undefined;
|
|
1208
1208
|
user_metadata?: Record<string, any> | undefined;
|
|
1209
|
-
|
|
1209
|
+
connection_id?: string | undefined;
|
|
1210
1210
|
ttl_sec?: number | undefined;
|
|
1211
1211
|
send_invitation_email?: boolean | undefined;
|
|
1212
1212
|
};
|
|
@@ -1954,6 +1954,56 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
1954
1954
|
status: 200;
|
|
1955
1955
|
};
|
|
1956
1956
|
};
|
|
1957
|
+
} & {
|
|
1958
|
+
"/:id/users": {
|
|
1959
|
+
$get: {
|
|
1960
|
+
input: {
|
|
1961
|
+
param: {
|
|
1962
|
+
id: string;
|
|
1963
|
+
};
|
|
1964
|
+
} & {
|
|
1965
|
+
query: {
|
|
1966
|
+
page?: string | undefined;
|
|
1967
|
+
include_totals?: string | undefined;
|
|
1968
|
+
from?: string | undefined;
|
|
1969
|
+
per_page?: string | undefined;
|
|
1970
|
+
take?: string | undefined;
|
|
1971
|
+
};
|
|
1972
|
+
} & {
|
|
1973
|
+
header: {
|
|
1974
|
+
"tenant-id"?: string | undefined;
|
|
1975
|
+
};
|
|
1976
|
+
};
|
|
1977
|
+
output: {
|
|
1978
|
+
user_id: string;
|
|
1979
|
+
email?: string | undefined;
|
|
1980
|
+
name?: string | undefined;
|
|
1981
|
+
picture?: string | undefined;
|
|
1982
|
+
}[] | {
|
|
1983
|
+
start: number;
|
|
1984
|
+
limit: number;
|
|
1985
|
+
length: number;
|
|
1986
|
+
users: {
|
|
1987
|
+
user_id: string;
|
|
1988
|
+
email?: string | undefined;
|
|
1989
|
+
name?: string | undefined;
|
|
1990
|
+
picture?: string | undefined;
|
|
1991
|
+
}[];
|
|
1992
|
+
total?: number | undefined;
|
|
1993
|
+
next?: string | undefined;
|
|
1994
|
+
} | {
|
|
1995
|
+
users: {
|
|
1996
|
+
user_id: string;
|
|
1997
|
+
email?: string | undefined;
|
|
1998
|
+
name?: string | undefined;
|
|
1999
|
+
picture?: string | undefined;
|
|
2000
|
+
}[];
|
|
2001
|
+
next?: string | undefined;
|
|
2002
|
+
};
|
|
2003
|
+
outputFormat: "json";
|
|
2004
|
+
status: 200;
|
|
2005
|
+
};
|
|
2006
|
+
};
|
|
1957
2007
|
} & {
|
|
1958
2008
|
"/:id/permissions": {
|
|
1959
2009
|
$post: {
|
|
@@ -2061,7 +2111,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2061
2111
|
type: "REDIRECT";
|
|
2062
2112
|
action: "REDIRECT_USER";
|
|
2063
2113
|
params: {
|
|
2064
|
-
target: "custom" | "
|
|
2114
|
+
target: "custom" | "change-email" | "account";
|
|
2065
2115
|
custom_url?: string | undefined;
|
|
2066
2116
|
};
|
|
2067
2117
|
alias?: string | undefined;
|
|
@@ -2114,7 +2164,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2114
2164
|
type: "REDIRECT";
|
|
2115
2165
|
action: "REDIRECT_USER";
|
|
2116
2166
|
params: {
|
|
2117
|
-
target: "custom" | "
|
|
2167
|
+
target: "custom" | "change-email" | "account";
|
|
2118
2168
|
custom_url?: string | undefined;
|
|
2119
2169
|
};
|
|
2120
2170
|
alias?: string | undefined;
|
|
@@ -2183,7 +2233,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2183
2233
|
type: "REDIRECT";
|
|
2184
2234
|
action: "REDIRECT_USER";
|
|
2185
2235
|
params: {
|
|
2186
|
-
target: "custom" | "
|
|
2236
|
+
target: "custom" | "change-email" | "account";
|
|
2187
2237
|
custom_url?: string | undefined;
|
|
2188
2238
|
};
|
|
2189
2239
|
alias?: string | undefined;
|
|
@@ -2264,7 +2314,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2264
2314
|
type: "REDIRECT";
|
|
2265
2315
|
action: "REDIRECT_USER";
|
|
2266
2316
|
params: {
|
|
2267
|
-
target: "custom" | "
|
|
2317
|
+
target: "custom" | "change-email" | "account";
|
|
2268
2318
|
custom_url?: string | undefined;
|
|
2269
2319
|
};
|
|
2270
2320
|
alias?: string | undefined;
|
|
@@ -2312,7 +2362,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2312
2362
|
type: "REDIRECT";
|
|
2313
2363
|
action: "REDIRECT_USER";
|
|
2314
2364
|
params: {
|
|
2315
|
-
target: "custom" | "
|
|
2365
|
+
target: "custom" | "change-email" | "account";
|
|
2316
2366
|
custom_url?: string | undefined;
|
|
2317
2367
|
};
|
|
2318
2368
|
alias?: string | undefined;
|
|
@@ -2372,7 +2422,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2372
2422
|
type: "REDIRECT";
|
|
2373
2423
|
action: "REDIRECT_USER";
|
|
2374
2424
|
params: {
|
|
2375
|
-
target: "custom" | "
|
|
2425
|
+
target: "custom" | "change-email" | "account";
|
|
2376
2426
|
custom_url?: string | undefined;
|
|
2377
2427
|
};
|
|
2378
2428
|
alias?: string | undefined;
|
|
@@ -2420,7 +2470,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2420
2470
|
type: "REDIRECT";
|
|
2421
2471
|
action: "REDIRECT_USER";
|
|
2422
2472
|
params: {
|
|
2423
|
-
target: "custom" | "
|
|
2473
|
+
target: "custom" | "change-email" | "account";
|
|
2424
2474
|
custom_url?: string | undefined;
|
|
2425
2475
|
};
|
|
2426
2476
|
alias?: string | undefined;
|
|
@@ -2638,7 +2688,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2638
2688
|
hint?: string | undefined;
|
|
2639
2689
|
messages?: {
|
|
2640
2690
|
text: string;
|
|
2641
|
-
type: "
|
|
2691
|
+
type: "error" | "success" | "info" | "warning";
|
|
2642
2692
|
id?: number | undefined;
|
|
2643
2693
|
}[] | undefined;
|
|
2644
2694
|
required?: boolean | undefined;
|
|
@@ -2656,7 +2706,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2656
2706
|
hint?: string | undefined;
|
|
2657
2707
|
messages?: {
|
|
2658
2708
|
text: string;
|
|
2659
|
-
type: "
|
|
2709
|
+
type: "error" | "success" | "info" | "warning";
|
|
2660
2710
|
id?: number | undefined;
|
|
2661
2711
|
}[] | undefined;
|
|
2662
2712
|
required?: boolean | undefined;
|
|
@@ -2680,7 +2730,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2680
2730
|
hint?: string | undefined;
|
|
2681
2731
|
messages?: {
|
|
2682
2732
|
text: string;
|
|
2683
|
-
type: "
|
|
2733
|
+
type: "error" | "success" | "info" | "warning";
|
|
2684
2734
|
id?: number | undefined;
|
|
2685
2735
|
}[] | undefined;
|
|
2686
2736
|
required?: boolean | undefined;
|
|
@@ -2704,7 +2754,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2704
2754
|
hint?: string | undefined;
|
|
2705
2755
|
messages?: {
|
|
2706
2756
|
text: string;
|
|
2707
|
-
type: "
|
|
2757
|
+
type: "error" | "success" | "info" | "warning";
|
|
2708
2758
|
id?: number | undefined;
|
|
2709
2759
|
}[] | undefined;
|
|
2710
2760
|
required?: boolean | undefined;
|
|
@@ -2728,7 +2778,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2728
2778
|
hint?: string | undefined;
|
|
2729
2779
|
messages?: {
|
|
2730
2780
|
text: string;
|
|
2731
|
-
type: "
|
|
2781
|
+
type: "error" | "success" | "info" | "warning";
|
|
2732
2782
|
id?: number | undefined;
|
|
2733
2783
|
}[] | undefined;
|
|
2734
2784
|
required?: boolean | undefined;
|
|
@@ -2757,7 +2807,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2757
2807
|
hint?: string | undefined;
|
|
2758
2808
|
messages?: {
|
|
2759
2809
|
text: string;
|
|
2760
|
-
type: "
|
|
2810
|
+
type: "error" | "success" | "info" | "warning";
|
|
2761
2811
|
id?: number | undefined;
|
|
2762
2812
|
}[] | undefined;
|
|
2763
2813
|
required?: boolean | undefined;
|
|
@@ -2772,7 +2822,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2772
2822
|
hint?: string | undefined;
|
|
2773
2823
|
messages?: {
|
|
2774
2824
|
text: string;
|
|
2775
|
-
type: "
|
|
2825
|
+
type: "error" | "success" | "info" | "warning";
|
|
2776
2826
|
id?: number | undefined;
|
|
2777
2827
|
}[] | undefined;
|
|
2778
2828
|
required?: boolean | undefined;
|
|
@@ -2793,7 +2843,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2793
2843
|
hint?: string | undefined;
|
|
2794
2844
|
messages?: {
|
|
2795
2845
|
text: string;
|
|
2796
|
-
type: "
|
|
2846
|
+
type: "error" | "success" | "info" | "warning";
|
|
2797
2847
|
id?: number | undefined;
|
|
2798
2848
|
}[] | undefined;
|
|
2799
2849
|
required?: boolean | undefined;
|
|
@@ -2818,7 +2868,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2818
2868
|
hint?: string | undefined;
|
|
2819
2869
|
messages?: {
|
|
2820
2870
|
text: string;
|
|
2821
|
-
type: "
|
|
2871
|
+
type: "error" | "success" | "info" | "warning";
|
|
2822
2872
|
id?: number | undefined;
|
|
2823
2873
|
}[] | undefined;
|
|
2824
2874
|
required?: boolean | undefined;
|
|
@@ -2837,7 +2887,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2837
2887
|
hint?: string | undefined;
|
|
2838
2888
|
messages?: {
|
|
2839
2889
|
text: string;
|
|
2840
|
-
type: "
|
|
2890
|
+
type: "error" | "success" | "info" | "warning";
|
|
2841
2891
|
id?: number | undefined;
|
|
2842
2892
|
}[] | undefined;
|
|
2843
2893
|
required?: boolean | undefined;
|
|
@@ -2857,7 +2907,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2857
2907
|
hint?: string | undefined;
|
|
2858
2908
|
messages?: {
|
|
2859
2909
|
text: string;
|
|
2860
|
-
type: "
|
|
2910
|
+
type: "error" | "success" | "info" | "warning";
|
|
2861
2911
|
id?: number | undefined;
|
|
2862
2912
|
}[] | undefined;
|
|
2863
2913
|
required?: boolean | undefined;
|
|
@@ -2876,7 +2926,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2876
2926
|
hint?: string | undefined;
|
|
2877
2927
|
messages?: {
|
|
2878
2928
|
text: string;
|
|
2879
|
-
type: "
|
|
2929
|
+
type: "error" | "success" | "info" | "warning";
|
|
2880
2930
|
id?: number | undefined;
|
|
2881
2931
|
}[] | undefined;
|
|
2882
2932
|
required?: boolean | undefined;
|
|
@@ -2898,7 +2948,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2898
2948
|
hint?: string | undefined;
|
|
2899
2949
|
messages?: {
|
|
2900
2950
|
text: string;
|
|
2901
|
-
type: "
|
|
2951
|
+
type: "error" | "success" | "info" | "warning";
|
|
2902
2952
|
id?: number | undefined;
|
|
2903
2953
|
}[] | undefined;
|
|
2904
2954
|
required?: boolean | undefined;
|
|
@@ -2920,7 +2970,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2920
2970
|
hint?: string | undefined;
|
|
2921
2971
|
messages?: {
|
|
2922
2972
|
text: string;
|
|
2923
|
-
type: "
|
|
2973
|
+
type: "error" | "success" | "info" | "warning";
|
|
2924
2974
|
id?: number | undefined;
|
|
2925
2975
|
}[] | undefined;
|
|
2926
2976
|
required?: boolean | undefined;
|
|
@@ -2939,7 +2989,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2939
2989
|
hint?: string | undefined;
|
|
2940
2990
|
messages?: {
|
|
2941
2991
|
text: string;
|
|
2942
|
-
type: "
|
|
2992
|
+
type: "error" | "success" | "info" | "warning";
|
|
2943
2993
|
id?: number | undefined;
|
|
2944
2994
|
}[] | undefined;
|
|
2945
2995
|
required?: boolean | undefined;
|
|
@@ -2964,7 +3014,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2964
3014
|
hint?: string | undefined;
|
|
2965
3015
|
messages?: {
|
|
2966
3016
|
text: string;
|
|
2967
|
-
type: "
|
|
3017
|
+
type: "error" | "success" | "info" | "warning";
|
|
2968
3018
|
id?: number | undefined;
|
|
2969
3019
|
}[] | undefined;
|
|
2970
3020
|
required?: boolean | undefined;
|
|
@@ -2985,7 +3035,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
2985
3035
|
hint?: string | undefined;
|
|
2986
3036
|
messages?: {
|
|
2987
3037
|
text: string;
|
|
2988
|
-
type: "
|
|
3038
|
+
type: "error" | "success" | "info" | "warning";
|
|
2989
3039
|
id?: number | undefined;
|
|
2990
3040
|
}[] | undefined;
|
|
2991
3041
|
required?: boolean | undefined;
|
|
@@ -3006,7 +3056,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3006
3056
|
hint?: string | undefined;
|
|
3007
3057
|
messages?: {
|
|
3008
3058
|
text: string;
|
|
3009
|
-
type: "
|
|
3059
|
+
type: "error" | "success" | "info" | "warning";
|
|
3010
3060
|
id?: number | undefined;
|
|
3011
3061
|
}[] | undefined;
|
|
3012
3062
|
required?: boolean | undefined;
|
|
@@ -3239,7 +3289,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3239
3289
|
hint?: string | undefined;
|
|
3240
3290
|
messages?: {
|
|
3241
3291
|
text: string;
|
|
3242
|
-
type: "
|
|
3292
|
+
type: "error" | "success" | "info" | "warning";
|
|
3243
3293
|
id?: number | undefined;
|
|
3244
3294
|
}[] | undefined;
|
|
3245
3295
|
required?: boolean | undefined;
|
|
@@ -3257,7 +3307,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3257
3307
|
hint?: string | undefined;
|
|
3258
3308
|
messages?: {
|
|
3259
3309
|
text: string;
|
|
3260
|
-
type: "
|
|
3310
|
+
type: "error" | "success" | "info" | "warning";
|
|
3261
3311
|
id?: number | undefined;
|
|
3262
3312
|
}[] | undefined;
|
|
3263
3313
|
required?: boolean | undefined;
|
|
@@ -3281,7 +3331,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3281
3331
|
hint?: string | undefined;
|
|
3282
3332
|
messages?: {
|
|
3283
3333
|
text: string;
|
|
3284
|
-
type: "
|
|
3334
|
+
type: "error" | "success" | "info" | "warning";
|
|
3285
3335
|
id?: number | undefined;
|
|
3286
3336
|
}[] | undefined;
|
|
3287
3337
|
required?: boolean | undefined;
|
|
@@ -3305,7 +3355,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3305
3355
|
hint?: string | undefined;
|
|
3306
3356
|
messages?: {
|
|
3307
3357
|
text: string;
|
|
3308
|
-
type: "
|
|
3358
|
+
type: "error" | "success" | "info" | "warning";
|
|
3309
3359
|
id?: number | undefined;
|
|
3310
3360
|
}[] | undefined;
|
|
3311
3361
|
required?: boolean | undefined;
|
|
@@ -3329,7 +3379,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3329
3379
|
hint?: string | undefined;
|
|
3330
3380
|
messages?: {
|
|
3331
3381
|
text: string;
|
|
3332
|
-
type: "
|
|
3382
|
+
type: "error" | "success" | "info" | "warning";
|
|
3333
3383
|
id?: number | undefined;
|
|
3334
3384
|
}[] | undefined;
|
|
3335
3385
|
required?: boolean | undefined;
|
|
@@ -3358,7 +3408,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3358
3408
|
hint?: string | undefined;
|
|
3359
3409
|
messages?: {
|
|
3360
3410
|
text: string;
|
|
3361
|
-
type: "
|
|
3411
|
+
type: "error" | "success" | "info" | "warning";
|
|
3362
3412
|
id?: number | undefined;
|
|
3363
3413
|
}[] | undefined;
|
|
3364
3414
|
required?: boolean | undefined;
|
|
@@ -3373,7 +3423,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3373
3423
|
hint?: string | undefined;
|
|
3374
3424
|
messages?: {
|
|
3375
3425
|
text: string;
|
|
3376
|
-
type: "
|
|
3426
|
+
type: "error" | "success" | "info" | "warning";
|
|
3377
3427
|
id?: number | undefined;
|
|
3378
3428
|
}[] | undefined;
|
|
3379
3429
|
required?: boolean | undefined;
|
|
@@ -3394,7 +3444,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3394
3444
|
hint?: string | undefined;
|
|
3395
3445
|
messages?: {
|
|
3396
3446
|
text: string;
|
|
3397
|
-
type: "
|
|
3447
|
+
type: "error" | "success" | "info" | "warning";
|
|
3398
3448
|
id?: number | undefined;
|
|
3399
3449
|
}[] | undefined;
|
|
3400
3450
|
required?: boolean | undefined;
|
|
@@ -3419,7 +3469,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3419
3469
|
hint?: string | undefined;
|
|
3420
3470
|
messages?: {
|
|
3421
3471
|
text: string;
|
|
3422
|
-
type: "
|
|
3472
|
+
type: "error" | "success" | "info" | "warning";
|
|
3423
3473
|
id?: number | undefined;
|
|
3424
3474
|
}[] | undefined;
|
|
3425
3475
|
required?: boolean | undefined;
|
|
@@ -3438,7 +3488,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3438
3488
|
hint?: string | undefined;
|
|
3439
3489
|
messages?: {
|
|
3440
3490
|
text: string;
|
|
3441
|
-
type: "
|
|
3491
|
+
type: "error" | "success" | "info" | "warning";
|
|
3442
3492
|
id?: number | undefined;
|
|
3443
3493
|
}[] | undefined;
|
|
3444
3494
|
required?: boolean | undefined;
|
|
@@ -3458,7 +3508,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3458
3508
|
hint?: string | undefined;
|
|
3459
3509
|
messages?: {
|
|
3460
3510
|
text: string;
|
|
3461
|
-
type: "
|
|
3511
|
+
type: "error" | "success" | "info" | "warning";
|
|
3462
3512
|
id?: number | undefined;
|
|
3463
3513
|
}[] | undefined;
|
|
3464
3514
|
required?: boolean | undefined;
|
|
@@ -3477,7 +3527,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3477
3527
|
hint?: string | undefined;
|
|
3478
3528
|
messages?: {
|
|
3479
3529
|
text: string;
|
|
3480
|
-
type: "
|
|
3530
|
+
type: "error" | "success" | "info" | "warning";
|
|
3481
3531
|
id?: number | undefined;
|
|
3482
3532
|
}[] | undefined;
|
|
3483
3533
|
required?: boolean | undefined;
|
|
@@ -3499,7 +3549,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3499
3549
|
hint?: string | undefined;
|
|
3500
3550
|
messages?: {
|
|
3501
3551
|
text: string;
|
|
3502
|
-
type: "
|
|
3552
|
+
type: "error" | "success" | "info" | "warning";
|
|
3503
3553
|
id?: number | undefined;
|
|
3504
3554
|
}[] | undefined;
|
|
3505
3555
|
required?: boolean | undefined;
|
|
@@ -3521,7 +3571,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3521
3571
|
hint?: string | undefined;
|
|
3522
3572
|
messages?: {
|
|
3523
3573
|
text: string;
|
|
3524
|
-
type: "
|
|
3574
|
+
type: "error" | "success" | "info" | "warning";
|
|
3525
3575
|
id?: number | undefined;
|
|
3526
3576
|
}[] | undefined;
|
|
3527
3577
|
required?: boolean | undefined;
|
|
@@ -3540,7 +3590,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3540
3590
|
hint?: string | undefined;
|
|
3541
3591
|
messages?: {
|
|
3542
3592
|
text: string;
|
|
3543
|
-
type: "
|
|
3593
|
+
type: "error" | "success" | "info" | "warning";
|
|
3544
3594
|
id?: number | undefined;
|
|
3545
3595
|
}[] | undefined;
|
|
3546
3596
|
required?: boolean | undefined;
|
|
@@ -3565,7 +3615,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3565
3615
|
hint?: string | undefined;
|
|
3566
3616
|
messages?: {
|
|
3567
3617
|
text: string;
|
|
3568
|
-
type: "
|
|
3618
|
+
type: "error" | "success" | "info" | "warning";
|
|
3569
3619
|
id?: number | undefined;
|
|
3570
3620
|
}[] | undefined;
|
|
3571
3621
|
required?: boolean | undefined;
|
|
@@ -3586,7 +3636,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3586
3636
|
hint?: string | undefined;
|
|
3587
3637
|
messages?: {
|
|
3588
3638
|
text: string;
|
|
3589
|
-
type: "
|
|
3639
|
+
type: "error" | "success" | "info" | "warning";
|
|
3590
3640
|
id?: number | undefined;
|
|
3591
3641
|
}[] | undefined;
|
|
3592
3642
|
required?: boolean | undefined;
|
|
@@ -3607,7 +3657,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3607
3657
|
hint?: string | undefined;
|
|
3608
3658
|
messages?: {
|
|
3609
3659
|
text: string;
|
|
3610
|
-
type: "
|
|
3660
|
+
type: "error" | "success" | "info" | "warning";
|
|
3611
3661
|
id?: number | undefined;
|
|
3612
3662
|
}[] | undefined;
|
|
3613
3663
|
required?: boolean | undefined;
|
|
@@ -3856,7 +3906,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3856
3906
|
hint?: string | undefined;
|
|
3857
3907
|
messages?: {
|
|
3858
3908
|
text: string;
|
|
3859
|
-
type: "
|
|
3909
|
+
type: "error" | "success" | "info" | "warning";
|
|
3860
3910
|
id?: number | undefined;
|
|
3861
3911
|
}[] | undefined;
|
|
3862
3912
|
required?: boolean | undefined;
|
|
@@ -3874,7 +3924,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3874
3924
|
hint?: string | undefined;
|
|
3875
3925
|
messages?: {
|
|
3876
3926
|
text: string;
|
|
3877
|
-
type: "
|
|
3927
|
+
type: "error" | "success" | "info" | "warning";
|
|
3878
3928
|
id?: number | undefined;
|
|
3879
3929
|
}[] | undefined;
|
|
3880
3930
|
required?: boolean | undefined;
|
|
@@ -3898,7 +3948,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3898
3948
|
hint?: string | undefined;
|
|
3899
3949
|
messages?: {
|
|
3900
3950
|
text: string;
|
|
3901
|
-
type: "
|
|
3951
|
+
type: "error" | "success" | "info" | "warning";
|
|
3902
3952
|
id?: number | undefined;
|
|
3903
3953
|
}[] | undefined;
|
|
3904
3954
|
required?: boolean | undefined;
|
|
@@ -3922,7 +3972,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3922
3972
|
hint?: string | undefined;
|
|
3923
3973
|
messages?: {
|
|
3924
3974
|
text: string;
|
|
3925
|
-
type: "
|
|
3975
|
+
type: "error" | "success" | "info" | "warning";
|
|
3926
3976
|
id?: number | undefined;
|
|
3927
3977
|
}[] | undefined;
|
|
3928
3978
|
required?: boolean | undefined;
|
|
@@ -3946,7 +3996,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3946
3996
|
hint?: string | undefined;
|
|
3947
3997
|
messages?: {
|
|
3948
3998
|
text: string;
|
|
3949
|
-
type: "
|
|
3999
|
+
type: "error" | "success" | "info" | "warning";
|
|
3950
4000
|
id?: number | undefined;
|
|
3951
4001
|
}[] | undefined;
|
|
3952
4002
|
required?: boolean | undefined;
|
|
@@ -3975,7 +4025,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3975
4025
|
hint?: string | undefined;
|
|
3976
4026
|
messages?: {
|
|
3977
4027
|
text: string;
|
|
3978
|
-
type: "
|
|
4028
|
+
type: "error" | "success" | "info" | "warning";
|
|
3979
4029
|
id?: number | undefined;
|
|
3980
4030
|
}[] | undefined;
|
|
3981
4031
|
required?: boolean | undefined;
|
|
@@ -3990,7 +4040,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
3990
4040
|
hint?: string | undefined;
|
|
3991
4041
|
messages?: {
|
|
3992
4042
|
text: string;
|
|
3993
|
-
type: "
|
|
4043
|
+
type: "error" | "success" | "info" | "warning";
|
|
3994
4044
|
id?: number | undefined;
|
|
3995
4045
|
}[] | undefined;
|
|
3996
4046
|
required?: boolean | undefined;
|
|
@@ -4011,7 +4061,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4011
4061
|
hint?: string | undefined;
|
|
4012
4062
|
messages?: {
|
|
4013
4063
|
text: string;
|
|
4014
|
-
type: "
|
|
4064
|
+
type: "error" | "success" | "info" | "warning";
|
|
4015
4065
|
id?: number | undefined;
|
|
4016
4066
|
}[] | undefined;
|
|
4017
4067
|
required?: boolean | undefined;
|
|
@@ -4036,7 +4086,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4036
4086
|
hint?: string | undefined;
|
|
4037
4087
|
messages?: {
|
|
4038
4088
|
text: string;
|
|
4039
|
-
type: "
|
|
4089
|
+
type: "error" | "success" | "info" | "warning";
|
|
4040
4090
|
id?: number | undefined;
|
|
4041
4091
|
}[] | undefined;
|
|
4042
4092
|
required?: boolean | undefined;
|
|
@@ -4055,7 +4105,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4055
4105
|
hint?: string | undefined;
|
|
4056
4106
|
messages?: {
|
|
4057
4107
|
text: string;
|
|
4058
|
-
type: "
|
|
4108
|
+
type: "error" | "success" | "info" | "warning";
|
|
4059
4109
|
id?: number | undefined;
|
|
4060
4110
|
}[] | undefined;
|
|
4061
4111
|
required?: boolean | undefined;
|
|
@@ -4075,7 +4125,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4075
4125
|
hint?: string | undefined;
|
|
4076
4126
|
messages?: {
|
|
4077
4127
|
text: string;
|
|
4078
|
-
type: "
|
|
4128
|
+
type: "error" | "success" | "info" | "warning";
|
|
4079
4129
|
id?: number | undefined;
|
|
4080
4130
|
}[] | undefined;
|
|
4081
4131
|
required?: boolean | undefined;
|
|
@@ -4094,7 +4144,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4094
4144
|
hint?: string | undefined;
|
|
4095
4145
|
messages?: {
|
|
4096
4146
|
text: string;
|
|
4097
|
-
type: "
|
|
4147
|
+
type: "error" | "success" | "info" | "warning";
|
|
4098
4148
|
id?: number | undefined;
|
|
4099
4149
|
}[] | undefined;
|
|
4100
4150
|
required?: boolean | undefined;
|
|
@@ -4116,7 +4166,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4116
4166
|
hint?: string | undefined;
|
|
4117
4167
|
messages?: {
|
|
4118
4168
|
text: string;
|
|
4119
|
-
type: "
|
|
4169
|
+
type: "error" | "success" | "info" | "warning";
|
|
4120
4170
|
id?: number | undefined;
|
|
4121
4171
|
}[] | undefined;
|
|
4122
4172
|
required?: boolean | undefined;
|
|
@@ -4138,7 +4188,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4138
4188
|
hint?: string | undefined;
|
|
4139
4189
|
messages?: {
|
|
4140
4190
|
text: string;
|
|
4141
|
-
type: "
|
|
4191
|
+
type: "error" | "success" | "info" | "warning";
|
|
4142
4192
|
id?: number | undefined;
|
|
4143
4193
|
}[] | undefined;
|
|
4144
4194
|
required?: boolean | undefined;
|
|
@@ -4157,7 +4207,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4157
4207
|
hint?: string | undefined;
|
|
4158
4208
|
messages?: {
|
|
4159
4209
|
text: string;
|
|
4160
|
-
type: "
|
|
4210
|
+
type: "error" | "success" | "info" | "warning";
|
|
4161
4211
|
id?: number | undefined;
|
|
4162
4212
|
}[] | undefined;
|
|
4163
4213
|
required?: boolean | undefined;
|
|
@@ -4182,7 +4232,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4182
4232
|
hint?: string | undefined;
|
|
4183
4233
|
messages?: {
|
|
4184
4234
|
text: string;
|
|
4185
|
-
type: "
|
|
4235
|
+
type: "error" | "success" | "info" | "warning";
|
|
4186
4236
|
id?: number | undefined;
|
|
4187
4237
|
}[] | undefined;
|
|
4188
4238
|
required?: boolean | undefined;
|
|
@@ -4203,7 +4253,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4203
4253
|
hint?: string | undefined;
|
|
4204
4254
|
messages?: {
|
|
4205
4255
|
text: string;
|
|
4206
|
-
type: "
|
|
4256
|
+
type: "error" | "success" | "info" | "warning";
|
|
4207
4257
|
id?: number | undefined;
|
|
4208
4258
|
}[] | undefined;
|
|
4209
4259
|
required?: boolean | undefined;
|
|
@@ -4224,7 +4274,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4224
4274
|
hint?: string | undefined;
|
|
4225
4275
|
messages?: {
|
|
4226
4276
|
text: string;
|
|
4227
|
-
type: "
|
|
4277
|
+
type: "error" | "success" | "info" | "warning";
|
|
4228
4278
|
id?: number | undefined;
|
|
4229
4279
|
}[] | undefined;
|
|
4230
4280
|
required?: boolean | undefined;
|
|
@@ -4478,7 +4528,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4478
4528
|
hint?: string | undefined;
|
|
4479
4529
|
messages?: {
|
|
4480
4530
|
text: string;
|
|
4481
|
-
type: "
|
|
4531
|
+
type: "error" | "success" | "info" | "warning";
|
|
4482
4532
|
id?: number | undefined;
|
|
4483
4533
|
}[] | undefined;
|
|
4484
4534
|
required?: boolean | undefined;
|
|
@@ -4496,7 +4546,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4496
4546
|
hint?: string | undefined;
|
|
4497
4547
|
messages?: {
|
|
4498
4548
|
text: string;
|
|
4499
|
-
type: "
|
|
4549
|
+
type: "error" | "success" | "info" | "warning";
|
|
4500
4550
|
id?: number | undefined;
|
|
4501
4551
|
}[] | undefined;
|
|
4502
4552
|
required?: boolean | undefined;
|
|
@@ -4520,7 +4570,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4520
4570
|
hint?: string | undefined;
|
|
4521
4571
|
messages?: {
|
|
4522
4572
|
text: string;
|
|
4523
|
-
type: "
|
|
4573
|
+
type: "error" | "success" | "info" | "warning";
|
|
4524
4574
|
id?: number | undefined;
|
|
4525
4575
|
}[] | undefined;
|
|
4526
4576
|
required?: boolean | undefined;
|
|
@@ -4544,7 +4594,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4544
4594
|
hint?: string | undefined;
|
|
4545
4595
|
messages?: {
|
|
4546
4596
|
text: string;
|
|
4547
|
-
type: "
|
|
4597
|
+
type: "error" | "success" | "info" | "warning";
|
|
4548
4598
|
id?: number | undefined;
|
|
4549
4599
|
}[] | undefined;
|
|
4550
4600
|
required?: boolean | undefined;
|
|
@@ -4568,7 +4618,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4568
4618
|
hint?: string | undefined;
|
|
4569
4619
|
messages?: {
|
|
4570
4620
|
text: string;
|
|
4571
|
-
type: "
|
|
4621
|
+
type: "error" | "success" | "info" | "warning";
|
|
4572
4622
|
id?: number | undefined;
|
|
4573
4623
|
}[] | undefined;
|
|
4574
4624
|
required?: boolean | undefined;
|
|
@@ -4593,7 +4643,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4593
4643
|
hint?: string | undefined;
|
|
4594
4644
|
messages?: {
|
|
4595
4645
|
text: string;
|
|
4596
|
-
type: "
|
|
4646
|
+
type: "error" | "success" | "info" | "warning";
|
|
4597
4647
|
id?: number | undefined;
|
|
4598
4648
|
}[] | undefined;
|
|
4599
4649
|
required?: boolean | undefined;
|
|
@@ -4608,7 +4658,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4608
4658
|
hint?: string | undefined;
|
|
4609
4659
|
messages?: {
|
|
4610
4660
|
text: string;
|
|
4611
|
-
type: "
|
|
4661
|
+
type: "error" | "success" | "info" | "warning";
|
|
4612
4662
|
id?: number | undefined;
|
|
4613
4663
|
}[] | undefined;
|
|
4614
4664
|
required?: boolean | undefined;
|
|
@@ -4629,7 +4679,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4629
4679
|
hint?: string | undefined;
|
|
4630
4680
|
messages?: {
|
|
4631
4681
|
text: string;
|
|
4632
|
-
type: "
|
|
4682
|
+
type: "error" | "success" | "info" | "warning";
|
|
4633
4683
|
id?: number | undefined;
|
|
4634
4684
|
}[] | undefined;
|
|
4635
4685
|
required?: boolean | undefined;
|
|
@@ -4654,7 +4704,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4654
4704
|
hint?: string | undefined;
|
|
4655
4705
|
messages?: {
|
|
4656
4706
|
text: string;
|
|
4657
|
-
type: "
|
|
4707
|
+
type: "error" | "success" | "info" | "warning";
|
|
4658
4708
|
id?: number | undefined;
|
|
4659
4709
|
}[] | undefined;
|
|
4660
4710
|
required?: boolean | undefined;
|
|
@@ -4673,7 +4723,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4673
4723
|
hint?: string | undefined;
|
|
4674
4724
|
messages?: {
|
|
4675
4725
|
text: string;
|
|
4676
|
-
type: "
|
|
4726
|
+
type: "error" | "success" | "info" | "warning";
|
|
4677
4727
|
id?: number | undefined;
|
|
4678
4728
|
}[] | undefined;
|
|
4679
4729
|
required?: boolean | undefined;
|
|
@@ -4693,7 +4743,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4693
4743
|
hint?: string | undefined;
|
|
4694
4744
|
messages?: {
|
|
4695
4745
|
text: string;
|
|
4696
|
-
type: "
|
|
4746
|
+
type: "error" | "success" | "info" | "warning";
|
|
4697
4747
|
id?: number | undefined;
|
|
4698
4748
|
}[] | undefined;
|
|
4699
4749
|
required?: boolean | undefined;
|
|
@@ -4712,7 +4762,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4712
4762
|
hint?: string | undefined;
|
|
4713
4763
|
messages?: {
|
|
4714
4764
|
text: string;
|
|
4715
|
-
type: "
|
|
4765
|
+
type: "error" | "success" | "info" | "warning";
|
|
4716
4766
|
id?: number | undefined;
|
|
4717
4767
|
}[] | undefined;
|
|
4718
4768
|
required?: boolean | undefined;
|
|
@@ -4734,7 +4784,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4734
4784
|
hint?: string | undefined;
|
|
4735
4785
|
messages?: {
|
|
4736
4786
|
text: string;
|
|
4737
|
-
type: "
|
|
4787
|
+
type: "error" | "success" | "info" | "warning";
|
|
4738
4788
|
id?: number | undefined;
|
|
4739
4789
|
}[] | undefined;
|
|
4740
4790
|
required?: boolean | undefined;
|
|
@@ -4756,7 +4806,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4756
4806
|
hint?: string | undefined;
|
|
4757
4807
|
messages?: {
|
|
4758
4808
|
text: string;
|
|
4759
|
-
type: "
|
|
4809
|
+
type: "error" | "success" | "info" | "warning";
|
|
4760
4810
|
id?: number | undefined;
|
|
4761
4811
|
}[] | undefined;
|
|
4762
4812
|
required?: boolean | undefined;
|
|
@@ -4775,7 +4825,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4775
4825
|
hint?: string | undefined;
|
|
4776
4826
|
messages?: {
|
|
4777
4827
|
text: string;
|
|
4778
|
-
type: "
|
|
4828
|
+
type: "error" | "success" | "info" | "warning";
|
|
4779
4829
|
id?: number | undefined;
|
|
4780
4830
|
}[] | undefined;
|
|
4781
4831
|
required?: boolean | undefined;
|
|
@@ -4800,7 +4850,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4800
4850
|
hint?: string | undefined;
|
|
4801
4851
|
messages?: {
|
|
4802
4852
|
text: string;
|
|
4803
|
-
type: "
|
|
4853
|
+
type: "error" | "success" | "info" | "warning";
|
|
4804
4854
|
id?: number | undefined;
|
|
4805
4855
|
}[] | undefined;
|
|
4806
4856
|
required?: boolean | undefined;
|
|
@@ -4821,7 +4871,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4821
4871
|
hint?: string | undefined;
|
|
4822
4872
|
messages?: {
|
|
4823
4873
|
text: string;
|
|
4824
|
-
type: "
|
|
4874
|
+
type: "error" | "success" | "info" | "warning";
|
|
4825
4875
|
id?: number | undefined;
|
|
4826
4876
|
}[] | undefined;
|
|
4827
4877
|
required?: boolean | undefined;
|
|
@@ -4842,7 +4892,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
4842
4892
|
hint?: string | undefined;
|
|
4843
4893
|
messages?: {
|
|
4844
4894
|
text: string;
|
|
4845
|
-
type: "
|
|
4895
|
+
type: "error" | "success" | "info" | "warning";
|
|
4846
4896
|
id?: number | undefined;
|
|
4847
4897
|
}[] | undefined;
|
|
4848
4898
|
required?: boolean | undefined;
|
|
@@ -5073,7 +5123,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5073
5123
|
hint?: string | undefined;
|
|
5074
5124
|
messages?: {
|
|
5075
5125
|
text: string;
|
|
5076
|
-
type: "
|
|
5126
|
+
type: "error" | "success" | "info" | "warning";
|
|
5077
5127
|
id?: number | undefined;
|
|
5078
5128
|
}[] | undefined;
|
|
5079
5129
|
required?: boolean | undefined;
|
|
@@ -5091,7 +5141,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5091
5141
|
hint?: string | undefined;
|
|
5092
5142
|
messages?: {
|
|
5093
5143
|
text: string;
|
|
5094
|
-
type: "
|
|
5144
|
+
type: "error" | "success" | "info" | "warning";
|
|
5095
5145
|
id?: number | undefined;
|
|
5096
5146
|
}[] | undefined;
|
|
5097
5147
|
required?: boolean | undefined;
|
|
@@ -5115,7 +5165,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5115
5165
|
hint?: string | undefined;
|
|
5116
5166
|
messages?: {
|
|
5117
5167
|
text: string;
|
|
5118
|
-
type: "
|
|
5168
|
+
type: "error" | "success" | "info" | "warning";
|
|
5119
5169
|
id?: number | undefined;
|
|
5120
5170
|
}[] | undefined;
|
|
5121
5171
|
required?: boolean | undefined;
|
|
@@ -5139,7 +5189,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5139
5189
|
hint?: string | undefined;
|
|
5140
5190
|
messages?: {
|
|
5141
5191
|
text: string;
|
|
5142
|
-
type: "
|
|
5192
|
+
type: "error" | "success" | "info" | "warning";
|
|
5143
5193
|
id?: number | undefined;
|
|
5144
5194
|
}[] | undefined;
|
|
5145
5195
|
required?: boolean | undefined;
|
|
@@ -5163,7 +5213,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5163
5213
|
hint?: string | undefined;
|
|
5164
5214
|
messages?: {
|
|
5165
5215
|
text: string;
|
|
5166
|
-
type: "
|
|
5216
|
+
type: "error" | "success" | "info" | "warning";
|
|
5167
5217
|
id?: number | undefined;
|
|
5168
5218
|
}[] | undefined;
|
|
5169
5219
|
required?: boolean | undefined;
|
|
@@ -5192,7 +5242,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5192
5242
|
hint?: string | undefined;
|
|
5193
5243
|
messages?: {
|
|
5194
5244
|
text: string;
|
|
5195
|
-
type: "
|
|
5245
|
+
type: "error" | "success" | "info" | "warning";
|
|
5196
5246
|
id?: number | undefined;
|
|
5197
5247
|
}[] | undefined;
|
|
5198
5248
|
required?: boolean | undefined;
|
|
@@ -5207,7 +5257,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5207
5257
|
hint?: string | undefined;
|
|
5208
5258
|
messages?: {
|
|
5209
5259
|
text: string;
|
|
5210
|
-
type: "
|
|
5260
|
+
type: "error" | "success" | "info" | "warning";
|
|
5211
5261
|
id?: number | undefined;
|
|
5212
5262
|
}[] | undefined;
|
|
5213
5263
|
required?: boolean | undefined;
|
|
@@ -5228,7 +5278,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5228
5278
|
hint?: string | undefined;
|
|
5229
5279
|
messages?: {
|
|
5230
5280
|
text: string;
|
|
5231
|
-
type: "
|
|
5281
|
+
type: "error" | "success" | "info" | "warning";
|
|
5232
5282
|
id?: number | undefined;
|
|
5233
5283
|
}[] | undefined;
|
|
5234
5284
|
required?: boolean | undefined;
|
|
@@ -5253,7 +5303,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5253
5303
|
hint?: string | undefined;
|
|
5254
5304
|
messages?: {
|
|
5255
5305
|
text: string;
|
|
5256
|
-
type: "
|
|
5306
|
+
type: "error" | "success" | "info" | "warning";
|
|
5257
5307
|
id?: number | undefined;
|
|
5258
5308
|
}[] | undefined;
|
|
5259
5309
|
required?: boolean | undefined;
|
|
@@ -5272,7 +5322,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5272
5322
|
hint?: string | undefined;
|
|
5273
5323
|
messages?: {
|
|
5274
5324
|
text: string;
|
|
5275
|
-
type: "
|
|
5325
|
+
type: "error" | "success" | "info" | "warning";
|
|
5276
5326
|
id?: number | undefined;
|
|
5277
5327
|
}[] | undefined;
|
|
5278
5328
|
required?: boolean | undefined;
|
|
@@ -5292,7 +5342,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5292
5342
|
hint?: string | undefined;
|
|
5293
5343
|
messages?: {
|
|
5294
5344
|
text: string;
|
|
5295
|
-
type: "
|
|
5345
|
+
type: "error" | "success" | "info" | "warning";
|
|
5296
5346
|
id?: number | undefined;
|
|
5297
5347
|
}[] | undefined;
|
|
5298
5348
|
required?: boolean | undefined;
|
|
@@ -5311,7 +5361,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5311
5361
|
hint?: string | undefined;
|
|
5312
5362
|
messages?: {
|
|
5313
5363
|
text: string;
|
|
5314
|
-
type: "
|
|
5364
|
+
type: "error" | "success" | "info" | "warning";
|
|
5315
5365
|
id?: number | undefined;
|
|
5316
5366
|
}[] | undefined;
|
|
5317
5367
|
required?: boolean | undefined;
|
|
@@ -5333,7 +5383,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5333
5383
|
hint?: string | undefined;
|
|
5334
5384
|
messages?: {
|
|
5335
5385
|
text: string;
|
|
5336
|
-
type: "
|
|
5386
|
+
type: "error" | "success" | "info" | "warning";
|
|
5337
5387
|
id?: number | undefined;
|
|
5338
5388
|
}[] | undefined;
|
|
5339
5389
|
required?: boolean | undefined;
|
|
@@ -5355,7 +5405,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5355
5405
|
hint?: string | undefined;
|
|
5356
5406
|
messages?: {
|
|
5357
5407
|
text: string;
|
|
5358
|
-
type: "
|
|
5408
|
+
type: "error" | "success" | "info" | "warning";
|
|
5359
5409
|
id?: number | undefined;
|
|
5360
5410
|
}[] | undefined;
|
|
5361
5411
|
required?: boolean | undefined;
|
|
@@ -5374,7 +5424,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5374
5424
|
hint?: string | undefined;
|
|
5375
5425
|
messages?: {
|
|
5376
5426
|
text: string;
|
|
5377
|
-
type: "
|
|
5427
|
+
type: "error" | "success" | "info" | "warning";
|
|
5378
5428
|
id?: number | undefined;
|
|
5379
5429
|
}[] | undefined;
|
|
5380
5430
|
required?: boolean | undefined;
|
|
@@ -5399,7 +5449,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5399
5449
|
hint?: string | undefined;
|
|
5400
5450
|
messages?: {
|
|
5401
5451
|
text: string;
|
|
5402
|
-
type: "
|
|
5452
|
+
type: "error" | "success" | "info" | "warning";
|
|
5403
5453
|
id?: number | undefined;
|
|
5404
5454
|
}[] | undefined;
|
|
5405
5455
|
required?: boolean | undefined;
|
|
@@ -5420,7 +5470,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5420
5470
|
hint?: string | undefined;
|
|
5421
5471
|
messages?: {
|
|
5422
5472
|
text: string;
|
|
5423
|
-
type: "
|
|
5473
|
+
type: "error" | "success" | "info" | "warning";
|
|
5424
5474
|
id?: number | undefined;
|
|
5425
5475
|
}[] | undefined;
|
|
5426
5476
|
required?: boolean | undefined;
|
|
@@ -5441,7 +5491,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5441
5491
|
hint?: string | undefined;
|
|
5442
5492
|
messages?: {
|
|
5443
5493
|
text: string;
|
|
5444
|
-
type: "
|
|
5494
|
+
type: "error" | "success" | "info" | "warning";
|
|
5445
5495
|
id?: number | undefined;
|
|
5446
5496
|
}[] | undefined;
|
|
5447
5497
|
required?: boolean | undefined;
|
|
@@ -5674,7 +5724,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5674
5724
|
hint?: string | undefined;
|
|
5675
5725
|
messages?: {
|
|
5676
5726
|
text: string;
|
|
5677
|
-
type: "
|
|
5727
|
+
type: "error" | "success" | "info" | "warning";
|
|
5678
5728
|
id?: number | undefined;
|
|
5679
5729
|
}[] | undefined;
|
|
5680
5730
|
required?: boolean | undefined;
|
|
@@ -5692,7 +5742,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5692
5742
|
hint?: string | undefined;
|
|
5693
5743
|
messages?: {
|
|
5694
5744
|
text: string;
|
|
5695
|
-
type: "
|
|
5745
|
+
type: "error" | "success" | "info" | "warning";
|
|
5696
5746
|
id?: number | undefined;
|
|
5697
5747
|
}[] | undefined;
|
|
5698
5748
|
required?: boolean | undefined;
|
|
@@ -5716,7 +5766,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5716
5766
|
hint?: string | undefined;
|
|
5717
5767
|
messages?: {
|
|
5718
5768
|
text: string;
|
|
5719
|
-
type: "
|
|
5769
|
+
type: "error" | "success" | "info" | "warning";
|
|
5720
5770
|
id?: number | undefined;
|
|
5721
5771
|
}[] | undefined;
|
|
5722
5772
|
required?: boolean | undefined;
|
|
@@ -5740,7 +5790,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5740
5790
|
hint?: string | undefined;
|
|
5741
5791
|
messages?: {
|
|
5742
5792
|
text: string;
|
|
5743
|
-
type: "
|
|
5793
|
+
type: "error" | "success" | "info" | "warning";
|
|
5744
5794
|
id?: number | undefined;
|
|
5745
5795
|
}[] | undefined;
|
|
5746
5796
|
required?: boolean | undefined;
|
|
@@ -5764,7 +5814,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5764
5814
|
hint?: string | undefined;
|
|
5765
5815
|
messages?: {
|
|
5766
5816
|
text: string;
|
|
5767
|
-
type: "
|
|
5817
|
+
type: "error" | "success" | "info" | "warning";
|
|
5768
5818
|
id?: number | undefined;
|
|
5769
5819
|
}[] | undefined;
|
|
5770
5820
|
required?: boolean | undefined;
|
|
@@ -5789,7 +5839,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5789
5839
|
hint?: string | undefined;
|
|
5790
5840
|
messages?: {
|
|
5791
5841
|
text: string;
|
|
5792
|
-
type: "
|
|
5842
|
+
type: "error" | "success" | "info" | "warning";
|
|
5793
5843
|
id?: number | undefined;
|
|
5794
5844
|
}[] | undefined;
|
|
5795
5845
|
required?: boolean | undefined;
|
|
@@ -5804,7 +5854,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5804
5854
|
hint?: string | undefined;
|
|
5805
5855
|
messages?: {
|
|
5806
5856
|
text: string;
|
|
5807
|
-
type: "
|
|
5857
|
+
type: "error" | "success" | "info" | "warning";
|
|
5808
5858
|
id?: number | undefined;
|
|
5809
5859
|
}[] | undefined;
|
|
5810
5860
|
required?: boolean | undefined;
|
|
@@ -5825,7 +5875,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5825
5875
|
hint?: string | undefined;
|
|
5826
5876
|
messages?: {
|
|
5827
5877
|
text: string;
|
|
5828
|
-
type: "
|
|
5878
|
+
type: "error" | "success" | "info" | "warning";
|
|
5829
5879
|
id?: number | undefined;
|
|
5830
5880
|
}[] | undefined;
|
|
5831
5881
|
required?: boolean | undefined;
|
|
@@ -5850,7 +5900,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5850
5900
|
hint?: string | undefined;
|
|
5851
5901
|
messages?: {
|
|
5852
5902
|
text: string;
|
|
5853
|
-
type: "
|
|
5903
|
+
type: "error" | "success" | "info" | "warning";
|
|
5854
5904
|
id?: number | undefined;
|
|
5855
5905
|
}[] | undefined;
|
|
5856
5906
|
required?: boolean | undefined;
|
|
@@ -5869,7 +5919,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5869
5919
|
hint?: string | undefined;
|
|
5870
5920
|
messages?: {
|
|
5871
5921
|
text: string;
|
|
5872
|
-
type: "
|
|
5922
|
+
type: "error" | "success" | "info" | "warning";
|
|
5873
5923
|
id?: number | undefined;
|
|
5874
5924
|
}[] | undefined;
|
|
5875
5925
|
required?: boolean | undefined;
|
|
@@ -5889,7 +5939,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5889
5939
|
hint?: string | undefined;
|
|
5890
5940
|
messages?: {
|
|
5891
5941
|
text: string;
|
|
5892
|
-
type: "
|
|
5942
|
+
type: "error" | "success" | "info" | "warning";
|
|
5893
5943
|
id?: number | undefined;
|
|
5894
5944
|
}[] | undefined;
|
|
5895
5945
|
required?: boolean | undefined;
|
|
@@ -5908,7 +5958,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5908
5958
|
hint?: string | undefined;
|
|
5909
5959
|
messages?: {
|
|
5910
5960
|
text: string;
|
|
5911
|
-
type: "
|
|
5961
|
+
type: "error" | "success" | "info" | "warning";
|
|
5912
5962
|
id?: number | undefined;
|
|
5913
5963
|
}[] | undefined;
|
|
5914
5964
|
required?: boolean | undefined;
|
|
@@ -5930,7 +5980,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5930
5980
|
hint?: string | undefined;
|
|
5931
5981
|
messages?: {
|
|
5932
5982
|
text: string;
|
|
5933
|
-
type: "
|
|
5983
|
+
type: "error" | "success" | "info" | "warning";
|
|
5934
5984
|
id?: number | undefined;
|
|
5935
5985
|
}[] | undefined;
|
|
5936
5986
|
required?: boolean | undefined;
|
|
@@ -5952,7 +6002,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5952
6002
|
hint?: string | undefined;
|
|
5953
6003
|
messages?: {
|
|
5954
6004
|
text: string;
|
|
5955
|
-
type: "
|
|
6005
|
+
type: "error" | "success" | "info" | "warning";
|
|
5956
6006
|
id?: number | undefined;
|
|
5957
6007
|
}[] | undefined;
|
|
5958
6008
|
required?: boolean | undefined;
|
|
@@ -5971,7 +6021,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5971
6021
|
hint?: string | undefined;
|
|
5972
6022
|
messages?: {
|
|
5973
6023
|
text: string;
|
|
5974
|
-
type: "
|
|
6024
|
+
type: "error" | "success" | "info" | "warning";
|
|
5975
6025
|
id?: number | undefined;
|
|
5976
6026
|
}[] | undefined;
|
|
5977
6027
|
required?: boolean | undefined;
|
|
@@ -5996,7 +6046,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
5996
6046
|
hint?: string | undefined;
|
|
5997
6047
|
messages?: {
|
|
5998
6048
|
text: string;
|
|
5999
|
-
type: "
|
|
6049
|
+
type: "error" | "success" | "info" | "warning";
|
|
6000
6050
|
id?: number | undefined;
|
|
6001
6051
|
}[] | undefined;
|
|
6002
6052
|
required?: boolean | undefined;
|
|
@@ -6017,7 +6067,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6017
6067
|
hint?: string | undefined;
|
|
6018
6068
|
messages?: {
|
|
6019
6069
|
text: string;
|
|
6020
|
-
type: "
|
|
6070
|
+
type: "error" | "success" | "info" | "warning";
|
|
6021
6071
|
id?: number | undefined;
|
|
6022
6072
|
}[] | undefined;
|
|
6023
6073
|
required?: boolean | undefined;
|
|
@@ -6038,7 +6088,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6038
6088
|
hint?: string | undefined;
|
|
6039
6089
|
messages?: {
|
|
6040
6090
|
text: string;
|
|
6041
|
-
type: "
|
|
6091
|
+
type: "error" | "success" | "info" | "warning";
|
|
6042
6092
|
id?: number | undefined;
|
|
6043
6093
|
}[] | undefined;
|
|
6044
6094
|
required?: boolean | undefined;
|
|
@@ -6269,7 +6319,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6269
6319
|
hint?: string | undefined;
|
|
6270
6320
|
messages?: {
|
|
6271
6321
|
text: string;
|
|
6272
|
-
type: "
|
|
6322
|
+
type: "error" | "success" | "info" | "warning";
|
|
6273
6323
|
id?: number | undefined;
|
|
6274
6324
|
}[] | undefined;
|
|
6275
6325
|
required?: boolean | undefined;
|
|
@@ -6287,7 +6337,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6287
6337
|
hint?: string | undefined;
|
|
6288
6338
|
messages?: {
|
|
6289
6339
|
text: string;
|
|
6290
|
-
type: "
|
|
6340
|
+
type: "error" | "success" | "info" | "warning";
|
|
6291
6341
|
id?: number | undefined;
|
|
6292
6342
|
}[] | undefined;
|
|
6293
6343
|
required?: boolean | undefined;
|
|
@@ -6311,7 +6361,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6311
6361
|
hint?: string | undefined;
|
|
6312
6362
|
messages?: {
|
|
6313
6363
|
text: string;
|
|
6314
|
-
type: "
|
|
6364
|
+
type: "error" | "success" | "info" | "warning";
|
|
6315
6365
|
id?: number | undefined;
|
|
6316
6366
|
}[] | undefined;
|
|
6317
6367
|
required?: boolean | undefined;
|
|
@@ -6335,7 +6385,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6335
6385
|
hint?: string | undefined;
|
|
6336
6386
|
messages?: {
|
|
6337
6387
|
text: string;
|
|
6338
|
-
type: "
|
|
6388
|
+
type: "error" | "success" | "info" | "warning";
|
|
6339
6389
|
id?: number | undefined;
|
|
6340
6390
|
}[] | undefined;
|
|
6341
6391
|
required?: boolean | undefined;
|
|
@@ -6359,7 +6409,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6359
6409
|
hint?: string | undefined;
|
|
6360
6410
|
messages?: {
|
|
6361
6411
|
text: string;
|
|
6362
|
-
type: "
|
|
6412
|
+
type: "error" | "success" | "info" | "warning";
|
|
6363
6413
|
id?: number | undefined;
|
|
6364
6414
|
}[] | undefined;
|
|
6365
6415
|
required?: boolean | undefined;
|
|
@@ -6388,7 +6438,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6388
6438
|
hint?: string | undefined;
|
|
6389
6439
|
messages?: {
|
|
6390
6440
|
text: string;
|
|
6391
|
-
type: "
|
|
6441
|
+
type: "error" | "success" | "info" | "warning";
|
|
6392
6442
|
id?: number | undefined;
|
|
6393
6443
|
}[] | undefined;
|
|
6394
6444
|
required?: boolean | undefined;
|
|
@@ -6403,7 +6453,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6403
6453
|
hint?: string | undefined;
|
|
6404
6454
|
messages?: {
|
|
6405
6455
|
text: string;
|
|
6406
|
-
type: "
|
|
6456
|
+
type: "error" | "success" | "info" | "warning";
|
|
6407
6457
|
id?: number | undefined;
|
|
6408
6458
|
}[] | undefined;
|
|
6409
6459
|
required?: boolean | undefined;
|
|
@@ -6424,7 +6474,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6424
6474
|
hint?: string | undefined;
|
|
6425
6475
|
messages?: {
|
|
6426
6476
|
text: string;
|
|
6427
|
-
type: "
|
|
6477
|
+
type: "error" | "success" | "info" | "warning";
|
|
6428
6478
|
id?: number | undefined;
|
|
6429
6479
|
}[] | undefined;
|
|
6430
6480
|
required?: boolean | undefined;
|
|
@@ -6449,7 +6499,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6449
6499
|
hint?: string | undefined;
|
|
6450
6500
|
messages?: {
|
|
6451
6501
|
text: string;
|
|
6452
|
-
type: "
|
|
6502
|
+
type: "error" | "success" | "info" | "warning";
|
|
6453
6503
|
id?: number | undefined;
|
|
6454
6504
|
}[] | undefined;
|
|
6455
6505
|
required?: boolean | undefined;
|
|
@@ -6468,7 +6518,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6468
6518
|
hint?: string | undefined;
|
|
6469
6519
|
messages?: {
|
|
6470
6520
|
text: string;
|
|
6471
|
-
type: "
|
|
6521
|
+
type: "error" | "success" | "info" | "warning";
|
|
6472
6522
|
id?: number | undefined;
|
|
6473
6523
|
}[] | undefined;
|
|
6474
6524
|
required?: boolean | undefined;
|
|
@@ -6488,7 +6538,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6488
6538
|
hint?: string | undefined;
|
|
6489
6539
|
messages?: {
|
|
6490
6540
|
text: string;
|
|
6491
|
-
type: "
|
|
6541
|
+
type: "error" | "success" | "info" | "warning";
|
|
6492
6542
|
id?: number | undefined;
|
|
6493
6543
|
}[] | undefined;
|
|
6494
6544
|
required?: boolean | undefined;
|
|
@@ -6507,7 +6557,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6507
6557
|
hint?: string | undefined;
|
|
6508
6558
|
messages?: {
|
|
6509
6559
|
text: string;
|
|
6510
|
-
type: "
|
|
6560
|
+
type: "error" | "success" | "info" | "warning";
|
|
6511
6561
|
id?: number | undefined;
|
|
6512
6562
|
}[] | undefined;
|
|
6513
6563
|
required?: boolean | undefined;
|
|
@@ -6529,7 +6579,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6529
6579
|
hint?: string | undefined;
|
|
6530
6580
|
messages?: {
|
|
6531
6581
|
text: string;
|
|
6532
|
-
type: "
|
|
6582
|
+
type: "error" | "success" | "info" | "warning";
|
|
6533
6583
|
id?: number | undefined;
|
|
6534
6584
|
}[] | undefined;
|
|
6535
6585
|
required?: boolean | undefined;
|
|
@@ -6551,7 +6601,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6551
6601
|
hint?: string | undefined;
|
|
6552
6602
|
messages?: {
|
|
6553
6603
|
text: string;
|
|
6554
|
-
type: "
|
|
6604
|
+
type: "error" | "success" | "info" | "warning";
|
|
6555
6605
|
id?: number | undefined;
|
|
6556
6606
|
}[] | undefined;
|
|
6557
6607
|
required?: boolean | undefined;
|
|
@@ -6570,7 +6620,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6570
6620
|
hint?: string | undefined;
|
|
6571
6621
|
messages?: {
|
|
6572
6622
|
text: string;
|
|
6573
|
-
type: "
|
|
6623
|
+
type: "error" | "success" | "info" | "warning";
|
|
6574
6624
|
id?: number | undefined;
|
|
6575
6625
|
}[] | undefined;
|
|
6576
6626
|
required?: boolean | undefined;
|
|
@@ -6595,7 +6645,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6595
6645
|
hint?: string | undefined;
|
|
6596
6646
|
messages?: {
|
|
6597
6647
|
text: string;
|
|
6598
|
-
type: "
|
|
6648
|
+
type: "error" | "success" | "info" | "warning";
|
|
6599
6649
|
id?: number | undefined;
|
|
6600
6650
|
}[] | undefined;
|
|
6601
6651
|
required?: boolean | undefined;
|
|
@@ -6616,7 +6666,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6616
6666
|
hint?: string | undefined;
|
|
6617
6667
|
messages?: {
|
|
6618
6668
|
text: string;
|
|
6619
|
-
type: "
|
|
6669
|
+
type: "error" | "success" | "info" | "warning";
|
|
6620
6670
|
id?: number | undefined;
|
|
6621
6671
|
}[] | undefined;
|
|
6622
6672
|
required?: boolean | undefined;
|
|
@@ -6637,7 +6687,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6637
6687
|
hint?: string | undefined;
|
|
6638
6688
|
messages?: {
|
|
6639
6689
|
text: string;
|
|
6640
|
-
type: "
|
|
6690
|
+
type: "error" | "success" | "info" | "warning";
|
|
6641
6691
|
id?: number | undefined;
|
|
6642
6692
|
}[] | undefined;
|
|
6643
6693
|
required?: boolean | undefined;
|
|
@@ -6867,7 +6917,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6867
6917
|
};
|
|
6868
6918
|
};
|
|
6869
6919
|
output: {
|
|
6870
|
-
prompt: "
|
|
6920
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
6871
6921
|
language: string;
|
|
6872
6922
|
}[];
|
|
6873
6923
|
outputFormat: "json";
|
|
@@ -6905,7 +6955,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6905
6955
|
$get: {
|
|
6906
6956
|
input: {
|
|
6907
6957
|
param: {
|
|
6908
|
-
prompt: "
|
|
6958
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
6909
6959
|
language: string;
|
|
6910
6960
|
};
|
|
6911
6961
|
} & {
|
|
@@ -6927,7 +6977,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6927
6977
|
$put: {
|
|
6928
6978
|
input: {
|
|
6929
6979
|
param: {
|
|
6930
|
-
prompt: "
|
|
6980
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
6931
6981
|
language: string;
|
|
6932
6982
|
};
|
|
6933
6983
|
} & {
|
|
@@ -6951,7 +7001,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
6951
7001
|
$delete: {
|
|
6952
7002
|
input: {
|
|
6953
7003
|
param: {
|
|
6954
|
-
prompt: "
|
|
7004
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
6955
7005
|
language: string;
|
|
6956
7006
|
};
|
|
6957
7007
|
} & {
|
|
@@ -7043,7 +7093,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7043
7093
|
active?: boolean | undefined;
|
|
7044
7094
|
} | undefined;
|
|
7045
7095
|
signup?: {
|
|
7046
|
-
status?: "
|
|
7096
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7047
7097
|
verification?: {
|
|
7048
7098
|
active?: boolean | undefined;
|
|
7049
7099
|
} | undefined;
|
|
@@ -7053,14 +7103,14 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7053
7103
|
} | undefined;
|
|
7054
7104
|
unique?: boolean | undefined;
|
|
7055
7105
|
profile_required?: boolean | undefined;
|
|
7056
|
-
verification_method?: "
|
|
7106
|
+
verification_method?: "code" | "link" | undefined;
|
|
7057
7107
|
} | undefined;
|
|
7058
7108
|
username?: {
|
|
7059
7109
|
identifier?: {
|
|
7060
7110
|
active?: boolean | undefined;
|
|
7061
7111
|
} | undefined;
|
|
7062
7112
|
signup?: {
|
|
7063
|
-
status?: "
|
|
7113
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7064
7114
|
} | undefined;
|
|
7065
7115
|
validation?: {
|
|
7066
7116
|
max_length?: number | undefined;
|
|
@@ -7077,7 +7127,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7077
7127
|
active?: boolean | undefined;
|
|
7078
7128
|
} | undefined;
|
|
7079
7129
|
signup?: {
|
|
7080
|
-
status?: "
|
|
7130
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7081
7131
|
} | undefined;
|
|
7082
7132
|
} | undefined;
|
|
7083
7133
|
} | undefined;
|
|
@@ -7177,7 +7227,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7177
7227
|
active?: boolean | undefined;
|
|
7178
7228
|
} | undefined;
|
|
7179
7229
|
signup?: {
|
|
7180
|
-
status?: "
|
|
7230
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7181
7231
|
verification?: {
|
|
7182
7232
|
active?: boolean | undefined;
|
|
7183
7233
|
} | undefined;
|
|
@@ -7187,14 +7237,14 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7187
7237
|
} | undefined;
|
|
7188
7238
|
unique?: boolean | undefined;
|
|
7189
7239
|
profile_required?: boolean | undefined;
|
|
7190
|
-
verification_method?: "
|
|
7240
|
+
verification_method?: "code" | "link" | undefined;
|
|
7191
7241
|
} | undefined;
|
|
7192
7242
|
username?: {
|
|
7193
7243
|
identifier?: {
|
|
7194
7244
|
active?: boolean | undefined;
|
|
7195
7245
|
} | undefined;
|
|
7196
7246
|
signup?: {
|
|
7197
|
-
status?: "
|
|
7247
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7198
7248
|
} | undefined;
|
|
7199
7249
|
validation?: {
|
|
7200
7250
|
max_length?: number | undefined;
|
|
@@ -7211,7 +7261,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7211
7261
|
active?: boolean | undefined;
|
|
7212
7262
|
} | undefined;
|
|
7213
7263
|
signup?: {
|
|
7214
|
-
status?: "
|
|
7264
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7215
7265
|
} | undefined;
|
|
7216
7266
|
} | undefined;
|
|
7217
7267
|
} | undefined;
|
|
@@ -7327,7 +7377,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7327
7377
|
active?: boolean | undefined;
|
|
7328
7378
|
} | undefined;
|
|
7329
7379
|
signup?: {
|
|
7330
|
-
status?: "
|
|
7380
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7331
7381
|
verification?: {
|
|
7332
7382
|
active?: boolean | undefined;
|
|
7333
7383
|
} | undefined;
|
|
@@ -7337,14 +7387,14 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7337
7387
|
} | undefined;
|
|
7338
7388
|
unique?: boolean | undefined;
|
|
7339
7389
|
profile_required?: boolean | undefined;
|
|
7340
|
-
verification_method?: "
|
|
7390
|
+
verification_method?: "code" | "link" | undefined;
|
|
7341
7391
|
} | undefined;
|
|
7342
7392
|
username?: {
|
|
7343
7393
|
identifier?: {
|
|
7344
7394
|
active?: boolean | undefined;
|
|
7345
7395
|
} | undefined;
|
|
7346
7396
|
signup?: {
|
|
7347
|
-
status?: "
|
|
7397
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7348
7398
|
} | undefined;
|
|
7349
7399
|
validation?: {
|
|
7350
7400
|
max_length?: number | undefined;
|
|
@@ -7361,7 +7411,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7361
7411
|
active?: boolean | undefined;
|
|
7362
7412
|
} | undefined;
|
|
7363
7413
|
signup?: {
|
|
7364
|
-
status?: "
|
|
7414
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7365
7415
|
} | undefined;
|
|
7366
7416
|
} | undefined;
|
|
7367
7417
|
} | undefined;
|
|
@@ -7506,7 +7556,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7506
7556
|
active?: boolean | undefined;
|
|
7507
7557
|
} | undefined;
|
|
7508
7558
|
signup?: {
|
|
7509
|
-
status?: "
|
|
7559
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7510
7560
|
verification?: {
|
|
7511
7561
|
active?: boolean | undefined;
|
|
7512
7562
|
} | undefined;
|
|
@@ -7516,14 +7566,14 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7516
7566
|
} | undefined;
|
|
7517
7567
|
unique?: boolean | undefined;
|
|
7518
7568
|
profile_required?: boolean | undefined;
|
|
7519
|
-
verification_method?: "
|
|
7569
|
+
verification_method?: "code" | "link" | undefined;
|
|
7520
7570
|
} | undefined;
|
|
7521
7571
|
username?: {
|
|
7522
7572
|
identifier?: {
|
|
7523
7573
|
active?: boolean | undefined;
|
|
7524
7574
|
} | undefined;
|
|
7525
7575
|
signup?: {
|
|
7526
|
-
status?: "
|
|
7576
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7527
7577
|
} | undefined;
|
|
7528
7578
|
validation?: {
|
|
7529
7579
|
max_length?: number | undefined;
|
|
@@ -7540,7 +7590,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7540
7590
|
active?: boolean | undefined;
|
|
7541
7591
|
} | undefined;
|
|
7542
7592
|
signup?: {
|
|
7543
|
-
status?: "
|
|
7593
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7544
7594
|
} | undefined;
|
|
7545
7595
|
} | undefined;
|
|
7546
7596
|
} | undefined;
|
|
@@ -7664,7 +7714,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7664
7714
|
active?: boolean | undefined;
|
|
7665
7715
|
} | undefined;
|
|
7666
7716
|
signup?: {
|
|
7667
|
-
status?: "
|
|
7717
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7668
7718
|
verification?: {
|
|
7669
7719
|
active?: boolean | undefined;
|
|
7670
7720
|
} | undefined;
|
|
@@ -7674,14 +7724,14 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7674
7724
|
} | undefined;
|
|
7675
7725
|
unique?: boolean | undefined;
|
|
7676
7726
|
profile_required?: boolean | undefined;
|
|
7677
|
-
verification_method?: "
|
|
7727
|
+
verification_method?: "code" | "link" | undefined;
|
|
7678
7728
|
} | undefined;
|
|
7679
7729
|
username?: {
|
|
7680
7730
|
identifier?: {
|
|
7681
7731
|
active?: boolean | undefined;
|
|
7682
7732
|
} | undefined;
|
|
7683
7733
|
signup?: {
|
|
7684
|
-
status?: "
|
|
7734
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7685
7735
|
} | undefined;
|
|
7686
7736
|
validation?: {
|
|
7687
7737
|
max_length?: number | undefined;
|
|
@@ -7698,7 +7748,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7698
7748
|
active?: boolean | undefined;
|
|
7699
7749
|
} | undefined;
|
|
7700
7750
|
signup?: {
|
|
7701
|
-
status?: "
|
|
7751
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
7702
7752
|
} | undefined;
|
|
7703
7753
|
} | undefined;
|
|
7704
7754
|
} | undefined;
|
|
@@ -7814,7 +7864,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
7814
7864
|
};
|
|
7815
7865
|
} | {
|
|
7816
7866
|
mode: "inline";
|
|
7817
|
-
status: "
|
|
7867
|
+
status: "error" | "success";
|
|
7818
7868
|
connection_id: string;
|
|
7819
7869
|
connection_name: string;
|
|
7820
7870
|
strategy: string;
|
|
@@ -9104,7 +9154,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9104
9154
|
};
|
|
9105
9155
|
};
|
|
9106
9156
|
output: {
|
|
9107
|
-
type: "
|
|
9157
|
+
type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "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" | "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";
|
|
9108
9158
|
date: string;
|
|
9109
9159
|
isMobile: boolean;
|
|
9110
9160
|
log_id: string;
|
|
@@ -9143,7 +9193,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9143
9193
|
limit: number;
|
|
9144
9194
|
length: number;
|
|
9145
9195
|
logs: {
|
|
9146
|
-
type: "
|
|
9196
|
+
type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "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" | "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";
|
|
9147
9197
|
date: string;
|
|
9148
9198
|
isMobile: boolean;
|
|
9149
9199
|
log_id: string;
|
|
@@ -9182,7 +9232,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9182
9232
|
next?: string | undefined;
|
|
9183
9233
|
} | {
|
|
9184
9234
|
logs: {
|
|
9185
|
-
type: "
|
|
9235
|
+
type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "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" | "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";
|
|
9186
9236
|
date: string;
|
|
9187
9237
|
isMobile: boolean;
|
|
9188
9238
|
log_id: string;
|
|
@@ -9236,7 +9286,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9236
9286
|
};
|
|
9237
9287
|
};
|
|
9238
9288
|
output: {
|
|
9239
|
-
type: "
|
|
9289
|
+
type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "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" | "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";
|
|
9240
9290
|
date: string;
|
|
9241
9291
|
isMobile: boolean;
|
|
9242
9292
|
log_id: string;
|
|
@@ -9622,7 +9672,13 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9622
9672
|
[x: string]: any;
|
|
9623
9673
|
} | undefined;
|
|
9624
9674
|
oidc_logout?: {
|
|
9625
|
-
[x: string]:
|
|
9675
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
9676
|
+
backchannel_logout_urls?: string[] | undefined;
|
|
9677
|
+
backchannel_logout_initiators?: {
|
|
9678
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
9679
|
+
mode?: "custom" | "all" | undefined;
|
|
9680
|
+
selected_initiators?: string[] | undefined;
|
|
9681
|
+
} | undefined;
|
|
9626
9682
|
} | undefined;
|
|
9627
9683
|
grant_types?: string[] | undefined;
|
|
9628
9684
|
jwt_configuration?: {
|
|
@@ -9641,7 +9697,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9641
9697
|
addons?: {
|
|
9642
9698
|
[x: string]: any;
|
|
9643
9699
|
} | undefined;
|
|
9644
|
-
token_endpoint_auth_method?: "
|
|
9700
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9645
9701
|
client_metadata?: {
|
|
9646
9702
|
[x: string]: string;
|
|
9647
9703
|
} | undefined;
|
|
@@ -9718,7 +9774,13 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9718
9774
|
[x: string]: any;
|
|
9719
9775
|
} | undefined;
|
|
9720
9776
|
oidc_logout?: {
|
|
9721
|
-
[x: string]:
|
|
9777
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
9778
|
+
backchannel_logout_urls?: string[] | undefined;
|
|
9779
|
+
backchannel_logout_initiators?: {
|
|
9780
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
9781
|
+
mode?: "custom" | "all" | undefined;
|
|
9782
|
+
selected_initiators?: string[] | undefined;
|
|
9783
|
+
} | undefined;
|
|
9722
9784
|
} | undefined;
|
|
9723
9785
|
grant_types?: string[] | undefined;
|
|
9724
9786
|
jwt_configuration?: {
|
|
@@ -9737,7 +9799,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9737
9799
|
addons?: {
|
|
9738
9800
|
[x: string]: any;
|
|
9739
9801
|
} | undefined;
|
|
9740
|
-
token_endpoint_auth_method?: "
|
|
9802
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9741
9803
|
client_metadata?: {
|
|
9742
9804
|
[x: string]: string;
|
|
9743
9805
|
} | undefined;
|
|
@@ -9814,7 +9876,13 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9814
9876
|
[x: string]: any;
|
|
9815
9877
|
} | undefined;
|
|
9816
9878
|
oidc_logout?: {
|
|
9817
|
-
[x: string]:
|
|
9879
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
9880
|
+
backchannel_logout_urls?: string[] | undefined;
|
|
9881
|
+
backchannel_logout_initiators?: {
|
|
9882
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
9883
|
+
mode?: "custom" | "all" | undefined;
|
|
9884
|
+
selected_initiators?: string[] | undefined;
|
|
9885
|
+
} | undefined;
|
|
9818
9886
|
} | undefined;
|
|
9819
9887
|
grant_types?: string[] | undefined;
|
|
9820
9888
|
jwt_configuration?: {
|
|
@@ -9833,7 +9901,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9833
9901
|
addons?: {
|
|
9834
9902
|
[x: string]: any;
|
|
9835
9903
|
} | undefined;
|
|
9836
|
-
token_endpoint_auth_method?: "
|
|
9904
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9837
9905
|
client_metadata?: {
|
|
9838
9906
|
[x: string]: string;
|
|
9839
9907
|
} | undefined;
|
|
@@ -9925,7 +9993,13 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9925
9993
|
[x: string]: any;
|
|
9926
9994
|
} | undefined;
|
|
9927
9995
|
oidc_logout?: {
|
|
9928
|
-
[x: string]:
|
|
9996
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
9997
|
+
backchannel_logout_urls?: string[] | undefined;
|
|
9998
|
+
backchannel_logout_initiators?: {
|
|
9999
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
10000
|
+
mode?: "custom" | "all" | undefined;
|
|
10001
|
+
selected_initiators?: string[] | undefined;
|
|
10002
|
+
} | undefined;
|
|
9929
10003
|
} | undefined;
|
|
9930
10004
|
grant_types?: string[] | undefined;
|
|
9931
10005
|
jwt_configuration?: {
|
|
@@ -9944,7 +10018,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
9944
10018
|
addons?: {
|
|
9945
10019
|
[x: string]: any;
|
|
9946
10020
|
} | undefined;
|
|
9947
|
-
token_endpoint_auth_method?: "
|
|
10021
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9948
10022
|
client_metadata?: {
|
|
9949
10023
|
[x: string]: string;
|
|
9950
10024
|
} | undefined;
|
|
@@ -10040,7 +10114,15 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10040
10114
|
connections?: string[] | undefined;
|
|
10041
10115
|
allowed_logout_urls?: string[] | undefined;
|
|
10042
10116
|
session_transfer?: Record<string, any> | undefined;
|
|
10043
|
-
oidc_logout?:
|
|
10117
|
+
oidc_logout?: {
|
|
10118
|
+
[x: string]: unknown;
|
|
10119
|
+
backchannel_logout_urls?: string[] | undefined;
|
|
10120
|
+
backchannel_logout_initiators?: {
|
|
10121
|
+
[x: string]: unknown;
|
|
10122
|
+
mode?: "custom" | "all" | undefined;
|
|
10123
|
+
selected_initiators?: string[] | undefined;
|
|
10124
|
+
} | undefined;
|
|
10125
|
+
} | undefined;
|
|
10044
10126
|
grant_types?: string[] | undefined;
|
|
10045
10127
|
jwt_configuration?: Record<string, any> | undefined;
|
|
10046
10128
|
signing_keys?: Record<string, any>[] | undefined;
|
|
@@ -10054,7 +10136,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10054
10136
|
custom_login_page_preview?: string | undefined;
|
|
10055
10137
|
form_template?: string | undefined;
|
|
10056
10138
|
addons?: Record<string, any> | undefined;
|
|
10057
|
-
token_endpoint_auth_method?: "
|
|
10139
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
10058
10140
|
client_metadata?: Record<string, string> | undefined;
|
|
10059
10141
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
10060
10142
|
mobile?: Record<string, any> | undefined;
|
|
@@ -10115,7 +10197,13 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10115
10197
|
[x: string]: any;
|
|
10116
10198
|
} | undefined;
|
|
10117
10199
|
oidc_logout?: {
|
|
10118
|
-
[x: string]:
|
|
10200
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
10201
|
+
backchannel_logout_urls?: string[] | undefined;
|
|
10202
|
+
backchannel_logout_initiators?: {
|
|
10203
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
10204
|
+
mode?: "custom" | "all" | undefined;
|
|
10205
|
+
selected_initiators?: string[] | undefined;
|
|
10206
|
+
} | undefined;
|
|
10119
10207
|
} | undefined;
|
|
10120
10208
|
grant_types?: string[] | undefined;
|
|
10121
10209
|
jwt_configuration?: {
|
|
@@ -10134,7 +10222,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10134
10222
|
addons?: {
|
|
10135
10223
|
[x: string]: any;
|
|
10136
10224
|
} | undefined;
|
|
10137
|
-
token_endpoint_auth_method?: "
|
|
10225
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
10138
10226
|
client_metadata?: {
|
|
10139
10227
|
[x: string]: string;
|
|
10140
10228
|
} | undefined;
|
|
@@ -10209,7 +10297,15 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10209
10297
|
connections?: string[] | undefined;
|
|
10210
10298
|
allowed_logout_urls?: string[] | undefined;
|
|
10211
10299
|
session_transfer?: Record<string, any> | undefined;
|
|
10212
|
-
oidc_logout?:
|
|
10300
|
+
oidc_logout?: {
|
|
10301
|
+
[x: string]: unknown;
|
|
10302
|
+
backchannel_logout_urls?: string[] | undefined;
|
|
10303
|
+
backchannel_logout_initiators?: {
|
|
10304
|
+
[x: string]: unknown;
|
|
10305
|
+
mode?: "custom" | "all" | undefined;
|
|
10306
|
+
selected_initiators?: string[] | undefined;
|
|
10307
|
+
} | undefined;
|
|
10308
|
+
} | undefined;
|
|
10213
10309
|
grant_types?: string[] | undefined;
|
|
10214
10310
|
jwt_configuration?: Record<string, any> | undefined;
|
|
10215
10311
|
signing_keys?: Record<string, any>[] | undefined;
|
|
@@ -10223,7 +10319,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10223
10319
|
custom_login_page_preview?: string | undefined;
|
|
10224
10320
|
form_template?: string | undefined;
|
|
10225
10321
|
addons?: Record<string, any> | undefined;
|
|
10226
|
-
token_endpoint_auth_method?: "
|
|
10322
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
10227
10323
|
client_metadata?: Record<string, string> | undefined;
|
|
10228
10324
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
10229
10325
|
mobile?: Record<string, any> | undefined;
|
|
@@ -10284,7 +10380,13 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10284
10380
|
[x: string]: any;
|
|
10285
10381
|
} | undefined;
|
|
10286
10382
|
oidc_logout?: {
|
|
10287
|
-
[x: string]:
|
|
10383
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
10384
|
+
backchannel_logout_urls?: string[] | undefined;
|
|
10385
|
+
backchannel_logout_initiators?: {
|
|
10386
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
10387
|
+
mode?: "custom" | "all" | undefined;
|
|
10388
|
+
selected_initiators?: string[] | undefined;
|
|
10389
|
+
} | undefined;
|
|
10288
10390
|
} | undefined;
|
|
10289
10391
|
grant_types?: string[] | undefined;
|
|
10290
10392
|
jwt_configuration?: {
|
|
@@ -10303,7 +10405,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10303
10405
|
addons?: {
|
|
10304
10406
|
[x: string]: any;
|
|
10305
10407
|
} | undefined;
|
|
10306
|
-
token_endpoint_auth_method?: "
|
|
10408
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
10307
10409
|
client_metadata?: {
|
|
10308
10410
|
[x: string]: string;
|
|
10309
10411
|
} | undefined;
|
|
@@ -10425,7 +10527,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10425
10527
|
active?: boolean | undefined;
|
|
10426
10528
|
} | undefined;
|
|
10427
10529
|
signup?: {
|
|
10428
|
-
status?: "
|
|
10530
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
10429
10531
|
verification?: {
|
|
10430
10532
|
active?: boolean | undefined;
|
|
10431
10533
|
} | undefined;
|
|
@@ -10435,14 +10537,14 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10435
10537
|
} | undefined;
|
|
10436
10538
|
unique?: boolean | undefined;
|
|
10437
10539
|
profile_required?: boolean | undefined;
|
|
10438
|
-
verification_method?: "
|
|
10540
|
+
verification_method?: "code" | "link" | undefined;
|
|
10439
10541
|
} | undefined;
|
|
10440
10542
|
username?: {
|
|
10441
10543
|
identifier?: {
|
|
10442
10544
|
active?: boolean | undefined;
|
|
10443
10545
|
} | undefined;
|
|
10444
10546
|
signup?: {
|
|
10445
|
-
status?: "
|
|
10547
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
10446
10548
|
} | undefined;
|
|
10447
10549
|
validation?: {
|
|
10448
10550
|
max_length?: number | undefined;
|
|
@@ -10459,7 +10561,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10459
10561
|
active?: boolean | undefined;
|
|
10460
10562
|
} | undefined;
|
|
10461
10563
|
signup?: {
|
|
10462
|
-
status?: "
|
|
10564
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
10463
10565
|
} | undefined;
|
|
10464
10566
|
} | undefined;
|
|
10465
10567
|
} | undefined;
|
|
@@ -10579,7 +10681,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10579
10681
|
active?: boolean | undefined;
|
|
10580
10682
|
} | undefined;
|
|
10581
10683
|
signup?: {
|
|
10582
|
-
status?: "
|
|
10684
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
10583
10685
|
verification?: {
|
|
10584
10686
|
active?: boolean | undefined;
|
|
10585
10687
|
} | undefined;
|
|
@@ -10589,14 +10691,14 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10589
10691
|
} | undefined;
|
|
10590
10692
|
unique?: boolean | undefined;
|
|
10591
10693
|
profile_required?: boolean | undefined;
|
|
10592
|
-
verification_method?: "
|
|
10694
|
+
verification_method?: "code" | "link" | undefined;
|
|
10593
10695
|
} | undefined;
|
|
10594
10696
|
username?: {
|
|
10595
10697
|
identifier?: {
|
|
10596
10698
|
active?: boolean | undefined;
|
|
10597
10699
|
} | undefined;
|
|
10598
10700
|
signup?: {
|
|
10599
|
-
status?: "
|
|
10701
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
10600
10702
|
} | undefined;
|
|
10601
10703
|
validation?: {
|
|
10602
10704
|
max_length?: number | undefined;
|
|
@@ -10613,7 +10715,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
10613
10715
|
active?: boolean | undefined;
|
|
10614
10716
|
} | undefined;
|
|
10615
10717
|
signup?: {
|
|
10616
|
-
status?: "
|
|
10718
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
10617
10719
|
} | undefined;
|
|
10618
10720
|
} | undefined;
|
|
10619
10721
|
} | undefined;
|
|
@@ -11570,7 +11672,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11570
11672
|
};
|
|
11571
11673
|
};
|
|
11572
11674
|
output: {
|
|
11573
|
-
type: "
|
|
11675
|
+
type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "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" | "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";
|
|
11574
11676
|
date: string;
|
|
11575
11677
|
isMobile: boolean;
|
|
11576
11678
|
log_id: string;
|
|
@@ -11609,7 +11711,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11609
11711
|
limit: number;
|
|
11610
11712
|
length: number;
|
|
11611
11713
|
logs: {
|
|
11612
|
-
type: "
|
|
11714
|
+
type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "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" | "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";
|
|
11613
11715
|
date: string;
|
|
11614
11716
|
isMobile: boolean;
|
|
11615
11717
|
log_id: string;
|
|
@@ -11928,7 +12030,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11928
12030
|
};
|
|
11929
12031
|
} & {
|
|
11930
12032
|
json: {
|
|
11931
|
-
template: "
|
|
12033
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11932
12034
|
body: string;
|
|
11933
12035
|
from: string;
|
|
11934
12036
|
subject: string;
|
|
@@ -11949,7 +12051,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11949
12051
|
};
|
|
11950
12052
|
} & {
|
|
11951
12053
|
json: {
|
|
11952
|
-
template: "
|
|
12054
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11953
12055
|
body: string;
|
|
11954
12056
|
from: string;
|
|
11955
12057
|
subject: string;
|
|
@@ -11961,7 +12063,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11961
12063
|
};
|
|
11962
12064
|
};
|
|
11963
12065
|
output: {
|
|
11964
|
-
template: "
|
|
12066
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11965
12067
|
body: string;
|
|
11966
12068
|
from: string;
|
|
11967
12069
|
subject: string;
|
|
@@ -11984,7 +12086,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11984
12086
|
};
|
|
11985
12087
|
};
|
|
11986
12088
|
output: {
|
|
11987
|
-
name: "
|
|
12089
|
+
name: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11988
12090
|
body: string;
|
|
11989
12091
|
subject: string;
|
|
11990
12092
|
}[];
|
|
@@ -11997,7 +12099,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
11997
12099
|
$get: {
|
|
11998
12100
|
input: {
|
|
11999
12101
|
param: {
|
|
12000
|
-
templateName: "
|
|
12102
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12001
12103
|
};
|
|
12002
12104
|
} & {
|
|
12003
12105
|
header: {
|
|
@@ -12010,7 +12112,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12010
12112
|
} | {
|
|
12011
12113
|
input: {
|
|
12012
12114
|
param: {
|
|
12013
|
-
templateName: "
|
|
12115
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12014
12116
|
};
|
|
12015
12117
|
} & {
|
|
12016
12118
|
header: {
|
|
@@ -12018,7 +12120,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12018
12120
|
};
|
|
12019
12121
|
};
|
|
12020
12122
|
output: {
|
|
12021
|
-
template: "
|
|
12123
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12022
12124
|
body: string;
|
|
12023
12125
|
from: string;
|
|
12024
12126
|
subject: string;
|
|
@@ -12037,7 +12139,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12037
12139
|
$put: {
|
|
12038
12140
|
input: {
|
|
12039
12141
|
param: {
|
|
12040
|
-
templateName: "
|
|
12142
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12041
12143
|
};
|
|
12042
12144
|
} & {
|
|
12043
12145
|
header: {
|
|
@@ -12045,7 +12147,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12045
12147
|
};
|
|
12046
12148
|
} & {
|
|
12047
12149
|
json: {
|
|
12048
|
-
template: "
|
|
12150
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12049
12151
|
body: string;
|
|
12050
12152
|
subject: string;
|
|
12051
12153
|
syntax?: "liquid" | undefined;
|
|
@@ -12057,7 +12159,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12057
12159
|
};
|
|
12058
12160
|
};
|
|
12059
12161
|
output: {
|
|
12060
|
-
template: "
|
|
12162
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12061
12163
|
body: string;
|
|
12062
12164
|
from: string;
|
|
12063
12165
|
subject: string;
|
|
@@ -12076,7 +12178,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12076
12178
|
$patch: {
|
|
12077
12179
|
input: {
|
|
12078
12180
|
param: {
|
|
12079
|
-
templateName: "
|
|
12181
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12080
12182
|
};
|
|
12081
12183
|
} & {
|
|
12082
12184
|
header: {
|
|
@@ -12084,7 +12186,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12084
12186
|
};
|
|
12085
12187
|
} & {
|
|
12086
12188
|
json: {
|
|
12087
|
-
template?: "
|
|
12189
|
+
template?: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
12088
12190
|
body?: string | undefined;
|
|
12089
12191
|
from?: string | undefined;
|
|
12090
12192
|
subject?: string | undefined;
|
|
@@ -12101,7 +12203,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12101
12203
|
} | {
|
|
12102
12204
|
input: {
|
|
12103
12205
|
param: {
|
|
12104
|
-
templateName: "
|
|
12206
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12105
12207
|
};
|
|
12106
12208
|
} & {
|
|
12107
12209
|
header: {
|
|
@@ -12109,7 +12211,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12109
12211
|
};
|
|
12110
12212
|
} & {
|
|
12111
12213
|
json: {
|
|
12112
|
-
template?: "
|
|
12214
|
+
template?: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
12113
12215
|
body?: string | undefined;
|
|
12114
12216
|
from?: string | undefined;
|
|
12115
12217
|
subject?: string | undefined;
|
|
@@ -12121,7 +12223,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12121
12223
|
};
|
|
12122
12224
|
};
|
|
12123
12225
|
output: {
|
|
12124
|
-
template: "
|
|
12226
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12125
12227
|
body: string;
|
|
12126
12228
|
from: string;
|
|
12127
12229
|
subject: string;
|
|
@@ -12140,7 +12242,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12140
12242
|
$delete: {
|
|
12141
12243
|
input: {
|
|
12142
12244
|
param: {
|
|
12143
|
-
templateName: "
|
|
12245
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12144
12246
|
};
|
|
12145
12247
|
} & {
|
|
12146
12248
|
header: {
|
|
@@ -12153,7 +12255,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12153
12255
|
} | {
|
|
12154
12256
|
input: {
|
|
12155
12257
|
param: {
|
|
12156
|
-
templateName: "
|
|
12258
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12157
12259
|
};
|
|
12158
12260
|
} & {
|
|
12159
12261
|
header: {
|
|
@@ -12170,7 +12272,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12170
12272
|
$post: {
|
|
12171
12273
|
input: {
|
|
12172
12274
|
param: {
|
|
12173
|
-
templateName: "
|
|
12275
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12174
12276
|
};
|
|
12175
12277
|
} & {
|
|
12176
12278
|
header: {
|
|
@@ -12453,7 +12555,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12453
12555
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12454
12556
|
custom_domain_id: string;
|
|
12455
12557
|
primary: boolean;
|
|
12456
|
-
status: "
|
|
12558
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
12457
12559
|
verification_method?: "txt" | undefined;
|
|
12458
12560
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12459
12561
|
domain_metadata?: {
|
|
@@ -12494,7 +12596,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12494
12596
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12495
12597
|
custom_domain_id: string;
|
|
12496
12598
|
primary: boolean;
|
|
12497
|
-
status: "
|
|
12599
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
12498
12600
|
verification_method?: "txt" | undefined;
|
|
12499
12601
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12500
12602
|
domain_metadata?: {
|
|
@@ -12558,7 +12660,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12558
12660
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12559
12661
|
custom_domain_id: string;
|
|
12560
12662
|
primary: boolean;
|
|
12561
|
-
status: "
|
|
12663
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
12562
12664
|
verification_method?: "txt" | undefined;
|
|
12563
12665
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12564
12666
|
domain_metadata?: {
|
|
@@ -12605,7 +12707,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12605
12707
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12606
12708
|
custom_domain_id: string;
|
|
12607
12709
|
primary: boolean;
|
|
12608
|
-
status: "
|
|
12710
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
12609
12711
|
verification_method?: "txt" | undefined;
|
|
12610
12712
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12611
12713
|
domain_metadata?: {
|
|
@@ -12651,7 +12753,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12651
12753
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12652
12754
|
custom_domain_id: string;
|
|
12653
12755
|
primary: boolean;
|
|
12654
|
-
status: "
|
|
12756
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
12655
12757
|
verification_method?: "txt" | undefined;
|
|
12656
12758
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12657
12759
|
domain_metadata?: {
|
|
@@ -12692,7 +12794,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
12692
12794
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12693
12795
|
custom_domain_id: string;
|
|
12694
12796
|
primary: boolean;
|
|
12695
|
-
status: "
|
|
12797
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
12696
12798
|
verification_method?: "txt" | undefined;
|
|
12697
12799
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12698
12800
|
domain_metadata?: {
|
|
@@ -13122,7 +13224,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
13122
13224
|
} & {
|
|
13123
13225
|
json: {
|
|
13124
13226
|
body?: string | undefined;
|
|
13125
|
-
screen?: "
|
|
13227
|
+
screen?: "password" | "identifier" | "signup" | "login" | undefined;
|
|
13126
13228
|
branding?: {
|
|
13127
13229
|
colors?: {
|
|
13128
13230
|
primary: string;
|
|
@@ -13413,7 +13515,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
13413
13515
|
logs: {
|
|
13414
13516
|
action_name: string;
|
|
13415
13517
|
lines: {
|
|
13416
|
-
level: "
|
|
13518
|
+
level: "error" | "log" | "info" | "warn" | "debug";
|
|
13417
13519
|
message: string;
|
|
13418
13520
|
}[];
|
|
13419
13521
|
}[];
|
|
@@ -14082,7 +14184,7 @@ export default function create(config: AuthHeroConfig): OpenAPIHono<{
|
|
|
14082
14184
|
args: import("hono/utils/types").JSONValue[];
|
|
14083
14185
|
}[];
|
|
14084
14186
|
logs: {
|
|
14085
|
-
level: "
|
|
14187
|
+
level: "error" | "log" | "info" | "warn" | "debug";
|
|
14086
14188
|
message: string;
|
|
14087
14189
|
}[];
|
|
14088
14190
|
error?: string | undefined;
|