authhero 8.9.1 → 8.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/authhero.cjs +107 -107
- package/dist/authhero.d.ts +242 -229
- package/dist/authhero.mjs +9162 -9099
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +1 -1
- package/dist/types/helpers/avatar.d.ts +6 -0
- package/dist/types/index.d.ts +242 -229
- package/dist/types/routes/auth-api/avatars.d.ts +18 -0
- package/dist/types/routes/auth-api/index.d.ts +29 -16
- package/dist/types/routes/auth-api/passwordless.d.ts +14 -14
- package/dist/types/routes/management-api/connections.d.ts +6 -6
- package/dist/types/routes/management-api/email-templates.d.ts +18 -18
- package/dist/types/routes/management-api/index.d.ts +208 -208
- package/dist/types/routes/management-api/organizations.d.ts +1 -1
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/common.d.ts +8 -8
- package/dist/types/routes/universal-login/flow-api.d.ts +12 -12
- package/dist/types/routes/universal-login/identifier.d.ts +2 -2
- package/dist/types/routes/universal-login/index.d.ts +2 -2
- package/dist/types/routes/universal-login/u2-index.d.ts +3 -3
- package/dist/types/routes/universal-login/u2-routes.d.ts +3 -3
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -58,8 +58,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
58
58
|
$get: {
|
|
59
59
|
input: {
|
|
60
60
|
query: {
|
|
61
|
-
include_password_hashes?: "
|
|
62
|
-
gzip?: "
|
|
61
|
+
include_password_hashes?: "false" | "true" | undefined;
|
|
62
|
+
gzip?: "false" | "true" | undefined;
|
|
63
63
|
};
|
|
64
64
|
} & {
|
|
65
65
|
header: {
|
|
@@ -76,7 +76,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
76
76
|
$post: {
|
|
77
77
|
input: {
|
|
78
78
|
query: {
|
|
79
|
-
include_password_hashes?: "
|
|
79
|
+
include_password_hashes?: "false" | "true" | undefined;
|
|
80
80
|
};
|
|
81
81
|
} & {
|
|
82
82
|
header: {
|
|
@@ -130,7 +130,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
130
130
|
};
|
|
131
131
|
} & {
|
|
132
132
|
json: {
|
|
133
|
-
type: "
|
|
133
|
+
type: "email" | "push" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
|
|
134
134
|
phone_number?: string | undefined;
|
|
135
135
|
totp_secret?: string | undefined;
|
|
136
136
|
credential_id?: string | undefined;
|
|
@@ -270,7 +270,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
270
270
|
};
|
|
271
271
|
};
|
|
272
272
|
output: {
|
|
273
|
-
name: "email" | "
|
|
273
|
+
name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
274
274
|
enabled: boolean;
|
|
275
275
|
trial_expired?: boolean | undefined;
|
|
276
276
|
}[];
|
|
@@ -425,7 +425,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
425
425
|
$get: {
|
|
426
426
|
input: {
|
|
427
427
|
param: {
|
|
428
|
-
factor_name: "email" | "
|
|
428
|
+
factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
429
429
|
};
|
|
430
430
|
} & {
|
|
431
431
|
header: {
|
|
@@ -433,7 +433,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
433
433
|
};
|
|
434
434
|
};
|
|
435
435
|
output: {
|
|
436
|
-
name: "email" | "
|
|
436
|
+
name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
437
437
|
enabled: boolean;
|
|
438
438
|
trial_expired?: boolean | undefined;
|
|
439
439
|
};
|
|
@@ -446,7 +446,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
446
446
|
$put: {
|
|
447
447
|
input: {
|
|
448
448
|
param: {
|
|
449
|
-
factor_name: "email" | "
|
|
449
|
+
factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
450
450
|
};
|
|
451
451
|
} & {
|
|
452
452
|
header: {
|
|
@@ -458,7 +458,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
458
458
|
};
|
|
459
459
|
};
|
|
460
460
|
output: {
|
|
461
|
-
name: "email" | "
|
|
461
|
+
name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
462
462
|
enabled: boolean;
|
|
463
463
|
trial_expired?: boolean | undefined;
|
|
464
464
|
};
|
|
@@ -1391,8 +1391,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1391
1391
|
};
|
|
1392
1392
|
} & {
|
|
1393
1393
|
json: {
|
|
1394
|
-
show_as_button?: boolean | undefined;
|
|
1395
1394
|
assign_membership_on_login?: boolean | undefined;
|
|
1395
|
+
show_as_button?: boolean | undefined;
|
|
1396
1396
|
is_signup_enabled?: boolean | undefined;
|
|
1397
1397
|
};
|
|
1398
1398
|
};
|
|
@@ -2058,7 +2058,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2058
2058
|
type: "REDIRECT";
|
|
2059
2059
|
action: "REDIRECT_USER";
|
|
2060
2060
|
params: {
|
|
2061
|
-
target: "custom" | "
|
|
2061
|
+
target: "custom" | "account" | "change-email";
|
|
2062
2062
|
custom_url?: string | undefined;
|
|
2063
2063
|
};
|
|
2064
2064
|
alias?: string | undefined;
|
|
@@ -2111,7 +2111,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2111
2111
|
type: "REDIRECT";
|
|
2112
2112
|
action: "REDIRECT_USER";
|
|
2113
2113
|
params: {
|
|
2114
|
-
target: "custom" | "
|
|
2114
|
+
target: "custom" | "account" | "change-email";
|
|
2115
2115
|
custom_url?: string | undefined;
|
|
2116
2116
|
};
|
|
2117
2117
|
alias?: string | undefined;
|
|
@@ -2179,7 +2179,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2179
2179
|
type: "REDIRECT";
|
|
2180
2180
|
action: "REDIRECT_USER";
|
|
2181
2181
|
params: {
|
|
2182
|
-
target: "custom" | "
|
|
2182
|
+
target: "custom" | "account" | "change-email";
|
|
2183
2183
|
custom_url?: string | undefined;
|
|
2184
2184
|
};
|
|
2185
2185
|
alias?: string | undefined;
|
|
@@ -2260,7 +2260,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2260
2260
|
type: "REDIRECT";
|
|
2261
2261
|
action: "REDIRECT_USER";
|
|
2262
2262
|
params: {
|
|
2263
|
-
target: "custom" | "
|
|
2263
|
+
target: "custom" | "account" | "change-email";
|
|
2264
2264
|
custom_url?: string | undefined;
|
|
2265
2265
|
};
|
|
2266
2266
|
alias?: string | undefined;
|
|
@@ -2308,7 +2308,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2308
2308
|
type: "REDIRECT";
|
|
2309
2309
|
action: "REDIRECT_USER";
|
|
2310
2310
|
params: {
|
|
2311
|
-
target: "custom" | "
|
|
2311
|
+
target: "custom" | "account" | "change-email";
|
|
2312
2312
|
custom_url?: string | undefined;
|
|
2313
2313
|
};
|
|
2314
2314
|
alias?: string | undefined;
|
|
@@ -2368,7 +2368,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2368
2368
|
type: "REDIRECT";
|
|
2369
2369
|
action: "REDIRECT_USER";
|
|
2370
2370
|
params: {
|
|
2371
|
-
target: "custom" | "
|
|
2371
|
+
target: "custom" | "account" | "change-email";
|
|
2372
2372
|
custom_url?: string | undefined;
|
|
2373
2373
|
};
|
|
2374
2374
|
alias?: string | undefined;
|
|
@@ -2416,7 +2416,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2416
2416
|
type: "REDIRECT";
|
|
2417
2417
|
action: "REDIRECT_USER";
|
|
2418
2418
|
params: {
|
|
2419
|
-
target: "custom" | "
|
|
2419
|
+
target: "custom" | "account" | "change-email";
|
|
2420
2420
|
custom_url?: string | undefined;
|
|
2421
2421
|
};
|
|
2422
2422
|
alias?: string | undefined;
|
|
@@ -2634,7 +2634,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2634
2634
|
hint?: string | undefined;
|
|
2635
2635
|
messages?: {
|
|
2636
2636
|
text: string;
|
|
2637
|
-
type: "
|
|
2637
|
+
type: "error" | "success" | "info" | "warning";
|
|
2638
2638
|
id?: number | undefined;
|
|
2639
2639
|
}[] | undefined;
|
|
2640
2640
|
required?: boolean | undefined;
|
|
@@ -2652,7 +2652,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2652
2652
|
hint?: string | undefined;
|
|
2653
2653
|
messages?: {
|
|
2654
2654
|
text: string;
|
|
2655
|
-
type: "
|
|
2655
|
+
type: "error" | "success" | "info" | "warning";
|
|
2656
2656
|
id?: number | undefined;
|
|
2657
2657
|
}[] | undefined;
|
|
2658
2658
|
required?: boolean | undefined;
|
|
@@ -2676,7 +2676,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2676
2676
|
hint?: string | undefined;
|
|
2677
2677
|
messages?: {
|
|
2678
2678
|
text: string;
|
|
2679
|
-
type: "
|
|
2679
|
+
type: "error" | "success" | "info" | "warning";
|
|
2680
2680
|
id?: number | undefined;
|
|
2681
2681
|
}[] | undefined;
|
|
2682
2682
|
required?: boolean | undefined;
|
|
@@ -2700,7 +2700,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2700
2700
|
hint?: string | undefined;
|
|
2701
2701
|
messages?: {
|
|
2702
2702
|
text: string;
|
|
2703
|
-
type: "
|
|
2703
|
+
type: "error" | "success" | "info" | "warning";
|
|
2704
2704
|
id?: number | undefined;
|
|
2705
2705
|
}[] | undefined;
|
|
2706
2706
|
required?: boolean | undefined;
|
|
@@ -2724,7 +2724,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2724
2724
|
hint?: string | undefined;
|
|
2725
2725
|
messages?: {
|
|
2726
2726
|
text: string;
|
|
2727
|
-
type: "
|
|
2727
|
+
type: "error" | "success" | "info" | "warning";
|
|
2728
2728
|
id?: number | undefined;
|
|
2729
2729
|
}[] | undefined;
|
|
2730
2730
|
required?: boolean | undefined;
|
|
@@ -2753,7 +2753,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2753
2753
|
hint?: string | undefined;
|
|
2754
2754
|
messages?: {
|
|
2755
2755
|
text: string;
|
|
2756
|
-
type: "
|
|
2756
|
+
type: "error" | "success" | "info" | "warning";
|
|
2757
2757
|
id?: number | undefined;
|
|
2758
2758
|
}[] | undefined;
|
|
2759
2759
|
required?: boolean | undefined;
|
|
@@ -2768,7 +2768,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2768
2768
|
hint?: string | undefined;
|
|
2769
2769
|
messages?: {
|
|
2770
2770
|
text: string;
|
|
2771
|
-
type: "
|
|
2771
|
+
type: "error" | "success" | "info" | "warning";
|
|
2772
2772
|
id?: number | undefined;
|
|
2773
2773
|
}[] | undefined;
|
|
2774
2774
|
required?: boolean | undefined;
|
|
@@ -2789,7 +2789,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2789
2789
|
hint?: string | undefined;
|
|
2790
2790
|
messages?: {
|
|
2791
2791
|
text: string;
|
|
2792
|
-
type: "
|
|
2792
|
+
type: "error" | "success" | "info" | "warning";
|
|
2793
2793
|
id?: number | undefined;
|
|
2794
2794
|
}[] | undefined;
|
|
2795
2795
|
required?: boolean | undefined;
|
|
@@ -2814,7 +2814,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2814
2814
|
hint?: string | undefined;
|
|
2815
2815
|
messages?: {
|
|
2816
2816
|
text: string;
|
|
2817
|
-
type: "
|
|
2817
|
+
type: "error" | "success" | "info" | "warning";
|
|
2818
2818
|
id?: number | undefined;
|
|
2819
2819
|
}[] | undefined;
|
|
2820
2820
|
required?: boolean | undefined;
|
|
@@ -2833,7 +2833,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2833
2833
|
hint?: string | undefined;
|
|
2834
2834
|
messages?: {
|
|
2835
2835
|
text: string;
|
|
2836
|
-
type: "
|
|
2836
|
+
type: "error" | "success" | "info" | "warning";
|
|
2837
2837
|
id?: number | undefined;
|
|
2838
2838
|
}[] | undefined;
|
|
2839
2839
|
required?: boolean | undefined;
|
|
@@ -2853,7 +2853,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2853
2853
|
hint?: string | undefined;
|
|
2854
2854
|
messages?: {
|
|
2855
2855
|
text: string;
|
|
2856
|
-
type: "
|
|
2856
|
+
type: "error" | "success" | "info" | "warning";
|
|
2857
2857
|
id?: number | undefined;
|
|
2858
2858
|
}[] | undefined;
|
|
2859
2859
|
required?: boolean | undefined;
|
|
@@ -2872,7 +2872,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2872
2872
|
hint?: string | undefined;
|
|
2873
2873
|
messages?: {
|
|
2874
2874
|
text: string;
|
|
2875
|
-
type: "
|
|
2875
|
+
type: "error" | "success" | "info" | "warning";
|
|
2876
2876
|
id?: number | undefined;
|
|
2877
2877
|
}[] | undefined;
|
|
2878
2878
|
required?: boolean | undefined;
|
|
@@ -2894,7 +2894,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2894
2894
|
hint?: string | undefined;
|
|
2895
2895
|
messages?: {
|
|
2896
2896
|
text: string;
|
|
2897
|
-
type: "
|
|
2897
|
+
type: "error" | "success" | "info" | "warning";
|
|
2898
2898
|
id?: number | undefined;
|
|
2899
2899
|
}[] | undefined;
|
|
2900
2900
|
required?: boolean | undefined;
|
|
@@ -2916,7 +2916,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2916
2916
|
hint?: string | undefined;
|
|
2917
2917
|
messages?: {
|
|
2918
2918
|
text: string;
|
|
2919
|
-
type: "
|
|
2919
|
+
type: "error" | "success" | "info" | "warning";
|
|
2920
2920
|
id?: number | undefined;
|
|
2921
2921
|
}[] | undefined;
|
|
2922
2922
|
required?: boolean | undefined;
|
|
@@ -2935,7 +2935,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2935
2935
|
hint?: string | undefined;
|
|
2936
2936
|
messages?: {
|
|
2937
2937
|
text: string;
|
|
2938
|
-
type: "
|
|
2938
|
+
type: "error" | "success" | "info" | "warning";
|
|
2939
2939
|
id?: number | undefined;
|
|
2940
2940
|
}[] | undefined;
|
|
2941
2941
|
required?: boolean | undefined;
|
|
@@ -2960,7 +2960,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2960
2960
|
hint?: string | undefined;
|
|
2961
2961
|
messages?: {
|
|
2962
2962
|
text: string;
|
|
2963
|
-
type: "
|
|
2963
|
+
type: "error" | "success" | "info" | "warning";
|
|
2964
2964
|
id?: number | undefined;
|
|
2965
2965
|
}[] | undefined;
|
|
2966
2966
|
required?: boolean | undefined;
|
|
@@ -2981,7 +2981,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2981
2981
|
hint?: string | undefined;
|
|
2982
2982
|
messages?: {
|
|
2983
2983
|
text: string;
|
|
2984
|
-
type: "
|
|
2984
|
+
type: "error" | "success" | "info" | "warning";
|
|
2985
2985
|
id?: number | undefined;
|
|
2986
2986
|
}[] | undefined;
|
|
2987
2987
|
required?: boolean | undefined;
|
|
@@ -3002,7 +3002,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3002
3002
|
hint?: string | undefined;
|
|
3003
3003
|
messages?: {
|
|
3004
3004
|
text: string;
|
|
3005
|
-
type: "
|
|
3005
|
+
type: "error" | "success" | "info" | "warning";
|
|
3006
3006
|
id?: number | undefined;
|
|
3007
3007
|
}[] | undefined;
|
|
3008
3008
|
required?: boolean | undefined;
|
|
@@ -3235,7 +3235,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3235
3235
|
hint?: string | undefined;
|
|
3236
3236
|
messages?: {
|
|
3237
3237
|
text: string;
|
|
3238
|
-
type: "
|
|
3238
|
+
type: "error" | "success" | "info" | "warning";
|
|
3239
3239
|
id?: number | undefined;
|
|
3240
3240
|
}[] | undefined;
|
|
3241
3241
|
required?: boolean | undefined;
|
|
@@ -3253,7 +3253,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3253
3253
|
hint?: string | undefined;
|
|
3254
3254
|
messages?: {
|
|
3255
3255
|
text: string;
|
|
3256
|
-
type: "
|
|
3256
|
+
type: "error" | "success" | "info" | "warning";
|
|
3257
3257
|
id?: number | undefined;
|
|
3258
3258
|
}[] | undefined;
|
|
3259
3259
|
required?: boolean | undefined;
|
|
@@ -3277,7 +3277,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3277
3277
|
hint?: string | undefined;
|
|
3278
3278
|
messages?: {
|
|
3279
3279
|
text: string;
|
|
3280
|
-
type: "
|
|
3280
|
+
type: "error" | "success" | "info" | "warning";
|
|
3281
3281
|
id?: number | undefined;
|
|
3282
3282
|
}[] | undefined;
|
|
3283
3283
|
required?: boolean | undefined;
|
|
@@ -3301,7 +3301,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3301
3301
|
hint?: string | undefined;
|
|
3302
3302
|
messages?: {
|
|
3303
3303
|
text: string;
|
|
3304
|
-
type: "
|
|
3304
|
+
type: "error" | "success" | "info" | "warning";
|
|
3305
3305
|
id?: number | undefined;
|
|
3306
3306
|
}[] | undefined;
|
|
3307
3307
|
required?: boolean | undefined;
|
|
@@ -3325,7 +3325,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3325
3325
|
hint?: string | undefined;
|
|
3326
3326
|
messages?: {
|
|
3327
3327
|
text: string;
|
|
3328
|
-
type: "
|
|
3328
|
+
type: "error" | "success" | "info" | "warning";
|
|
3329
3329
|
id?: number | undefined;
|
|
3330
3330
|
}[] | undefined;
|
|
3331
3331
|
required?: boolean | undefined;
|
|
@@ -3354,7 +3354,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3354
3354
|
hint?: string | undefined;
|
|
3355
3355
|
messages?: {
|
|
3356
3356
|
text: string;
|
|
3357
|
-
type: "
|
|
3357
|
+
type: "error" | "success" | "info" | "warning";
|
|
3358
3358
|
id?: number | undefined;
|
|
3359
3359
|
}[] | undefined;
|
|
3360
3360
|
required?: boolean | undefined;
|
|
@@ -3369,7 +3369,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3369
3369
|
hint?: string | undefined;
|
|
3370
3370
|
messages?: {
|
|
3371
3371
|
text: string;
|
|
3372
|
-
type: "
|
|
3372
|
+
type: "error" | "success" | "info" | "warning";
|
|
3373
3373
|
id?: number | undefined;
|
|
3374
3374
|
}[] | undefined;
|
|
3375
3375
|
required?: boolean | undefined;
|
|
@@ -3390,7 +3390,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3390
3390
|
hint?: string | undefined;
|
|
3391
3391
|
messages?: {
|
|
3392
3392
|
text: string;
|
|
3393
|
-
type: "
|
|
3393
|
+
type: "error" | "success" | "info" | "warning";
|
|
3394
3394
|
id?: number | undefined;
|
|
3395
3395
|
}[] | undefined;
|
|
3396
3396
|
required?: boolean | undefined;
|
|
@@ -3415,7 +3415,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3415
3415
|
hint?: string | undefined;
|
|
3416
3416
|
messages?: {
|
|
3417
3417
|
text: string;
|
|
3418
|
-
type: "
|
|
3418
|
+
type: "error" | "success" | "info" | "warning";
|
|
3419
3419
|
id?: number | undefined;
|
|
3420
3420
|
}[] | undefined;
|
|
3421
3421
|
required?: boolean | undefined;
|
|
@@ -3434,7 +3434,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3434
3434
|
hint?: string | undefined;
|
|
3435
3435
|
messages?: {
|
|
3436
3436
|
text: string;
|
|
3437
|
-
type: "
|
|
3437
|
+
type: "error" | "success" | "info" | "warning";
|
|
3438
3438
|
id?: number | undefined;
|
|
3439
3439
|
}[] | undefined;
|
|
3440
3440
|
required?: boolean | undefined;
|
|
@@ -3454,7 +3454,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3454
3454
|
hint?: string | undefined;
|
|
3455
3455
|
messages?: {
|
|
3456
3456
|
text: string;
|
|
3457
|
-
type: "
|
|
3457
|
+
type: "error" | "success" | "info" | "warning";
|
|
3458
3458
|
id?: number | undefined;
|
|
3459
3459
|
}[] | undefined;
|
|
3460
3460
|
required?: boolean | undefined;
|
|
@@ -3473,7 +3473,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3473
3473
|
hint?: string | undefined;
|
|
3474
3474
|
messages?: {
|
|
3475
3475
|
text: string;
|
|
3476
|
-
type: "
|
|
3476
|
+
type: "error" | "success" | "info" | "warning";
|
|
3477
3477
|
id?: number | undefined;
|
|
3478
3478
|
}[] | undefined;
|
|
3479
3479
|
required?: boolean | undefined;
|
|
@@ -3495,7 +3495,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3495
3495
|
hint?: string | undefined;
|
|
3496
3496
|
messages?: {
|
|
3497
3497
|
text: string;
|
|
3498
|
-
type: "
|
|
3498
|
+
type: "error" | "success" | "info" | "warning";
|
|
3499
3499
|
id?: number | undefined;
|
|
3500
3500
|
}[] | undefined;
|
|
3501
3501
|
required?: boolean | undefined;
|
|
@@ -3517,7 +3517,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3517
3517
|
hint?: string | undefined;
|
|
3518
3518
|
messages?: {
|
|
3519
3519
|
text: string;
|
|
3520
|
-
type: "
|
|
3520
|
+
type: "error" | "success" | "info" | "warning";
|
|
3521
3521
|
id?: number | undefined;
|
|
3522
3522
|
}[] | undefined;
|
|
3523
3523
|
required?: boolean | undefined;
|
|
@@ -3536,7 +3536,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3536
3536
|
hint?: string | undefined;
|
|
3537
3537
|
messages?: {
|
|
3538
3538
|
text: string;
|
|
3539
|
-
type: "
|
|
3539
|
+
type: "error" | "success" | "info" | "warning";
|
|
3540
3540
|
id?: number | undefined;
|
|
3541
3541
|
}[] | undefined;
|
|
3542
3542
|
required?: boolean | undefined;
|
|
@@ -3561,7 +3561,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3561
3561
|
hint?: string | undefined;
|
|
3562
3562
|
messages?: {
|
|
3563
3563
|
text: string;
|
|
3564
|
-
type: "
|
|
3564
|
+
type: "error" | "success" | "info" | "warning";
|
|
3565
3565
|
id?: number | undefined;
|
|
3566
3566
|
}[] | undefined;
|
|
3567
3567
|
required?: boolean | undefined;
|
|
@@ -3582,7 +3582,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3582
3582
|
hint?: string | undefined;
|
|
3583
3583
|
messages?: {
|
|
3584
3584
|
text: string;
|
|
3585
|
-
type: "
|
|
3585
|
+
type: "error" | "success" | "info" | "warning";
|
|
3586
3586
|
id?: number | undefined;
|
|
3587
3587
|
}[] | undefined;
|
|
3588
3588
|
required?: boolean | undefined;
|
|
@@ -3603,7 +3603,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3603
3603
|
hint?: string | undefined;
|
|
3604
3604
|
messages?: {
|
|
3605
3605
|
text: string;
|
|
3606
|
-
type: "
|
|
3606
|
+
type: "error" | "success" | "info" | "warning";
|
|
3607
3607
|
id?: number | undefined;
|
|
3608
3608
|
}[] | undefined;
|
|
3609
3609
|
required?: boolean | undefined;
|
|
@@ -3851,7 +3851,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3851
3851
|
hint?: string | undefined;
|
|
3852
3852
|
messages?: {
|
|
3853
3853
|
text: string;
|
|
3854
|
-
type: "
|
|
3854
|
+
type: "error" | "success" | "info" | "warning";
|
|
3855
3855
|
id?: number | undefined;
|
|
3856
3856
|
}[] | undefined;
|
|
3857
3857
|
required?: boolean | undefined;
|
|
@@ -3869,7 +3869,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3869
3869
|
hint?: string | undefined;
|
|
3870
3870
|
messages?: {
|
|
3871
3871
|
text: string;
|
|
3872
|
-
type: "
|
|
3872
|
+
type: "error" | "success" | "info" | "warning";
|
|
3873
3873
|
id?: number | undefined;
|
|
3874
3874
|
}[] | undefined;
|
|
3875
3875
|
required?: boolean | undefined;
|
|
@@ -3893,7 +3893,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3893
3893
|
hint?: string | undefined;
|
|
3894
3894
|
messages?: {
|
|
3895
3895
|
text: string;
|
|
3896
|
-
type: "
|
|
3896
|
+
type: "error" | "success" | "info" | "warning";
|
|
3897
3897
|
id?: number | undefined;
|
|
3898
3898
|
}[] | undefined;
|
|
3899
3899
|
required?: boolean | undefined;
|
|
@@ -3917,7 +3917,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3917
3917
|
hint?: string | undefined;
|
|
3918
3918
|
messages?: {
|
|
3919
3919
|
text: string;
|
|
3920
|
-
type: "
|
|
3920
|
+
type: "error" | "success" | "info" | "warning";
|
|
3921
3921
|
id?: number | undefined;
|
|
3922
3922
|
}[] | undefined;
|
|
3923
3923
|
required?: boolean | undefined;
|
|
@@ -3941,7 +3941,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3941
3941
|
hint?: string | undefined;
|
|
3942
3942
|
messages?: {
|
|
3943
3943
|
text: string;
|
|
3944
|
-
type: "
|
|
3944
|
+
type: "error" | "success" | "info" | "warning";
|
|
3945
3945
|
id?: number | undefined;
|
|
3946
3946
|
}[] | undefined;
|
|
3947
3947
|
required?: boolean | undefined;
|
|
@@ -3970,7 +3970,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3970
3970
|
hint?: string | undefined;
|
|
3971
3971
|
messages?: {
|
|
3972
3972
|
text: string;
|
|
3973
|
-
type: "
|
|
3973
|
+
type: "error" | "success" | "info" | "warning";
|
|
3974
3974
|
id?: number | undefined;
|
|
3975
3975
|
}[] | undefined;
|
|
3976
3976
|
required?: boolean | undefined;
|
|
@@ -3985,7 +3985,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3985
3985
|
hint?: string | undefined;
|
|
3986
3986
|
messages?: {
|
|
3987
3987
|
text: string;
|
|
3988
|
-
type: "
|
|
3988
|
+
type: "error" | "success" | "info" | "warning";
|
|
3989
3989
|
id?: number | undefined;
|
|
3990
3990
|
}[] | undefined;
|
|
3991
3991
|
required?: boolean | undefined;
|
|
@@ -4006,7 +4006,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4006
4006
|
hint?: string | undefined;
|
|
4007
4007
|
messages?: {
|
|
4008
4008
|
text: string;
|
|
4009
|
-
type: "
|
|
4009
|
+
type: "error" | "success" | "info" | "warning";
|
|
4010
4010
|
id?: number | undefined;
|
|
4011
4011
|
}[] | undefined;
|
|
4012
4012
|
required?: boolean | undefined;
|
|
@@ -4031,7 +4031,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4031
4031
|
hint?: string | undefined;
|
|
4032
4032
|
messages?: {
|
|
4033
4033
|
text: string;
|
|
4034
|
-
type: "
|
|
4034
|
+
type: "error" | "success" | "info" | "warning";
|
|
4035
4035
|
id?: number | undefined;
|
|
4036
4036
|
}[] | undefined;
|
|
4037
4037
|
required?: boolean | undefined;
|
|
@@ -4050,7 +4050,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4050
4050
|
hint?: string | undefined;
|
|
4051
4051
|
messages?: {
|
|
4052
4052
|
text: string;
|
|
4053
|
-
type: "
|
|
4053
|
+
type: "error" | "success" | "info" | "warning";
|
|
4054
4054
|
id?: number | undefined;
|
|
4055
4055
|
}[] | undefined;
|
|
4056
4056
|
required?: boolean | undefined;
|
|
@@ -4070,7 +4070,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4070
4070
|
hint?: string | undefined;
|
|
4071
4071
|
messages?: {
|
|
4072
4072
|
text: string;
|
|
4073
|
-
type: "
|
|
4073
|
+
type: "error" | "success" | "info" | "warning";
|
|
4074
4074
|
id?: number | undefined;
|
|
4075
4075
|
}[] | undefined;
|
|
4076
4076
|
required?: boolean | undefined;
|
|
@@ -4089,7 +4089,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4089
4089
|
hint?: string | undefined;
|
|
4090
4090
|
messages?: {
|
|
4091
4091
|
text: string;
|
|
4092
|
-
type: "
|
|
4092
|
+
type: "error" | "success" | "info" | "warning";
|
|
4093
4093
|
id?: number | undefined;
|
|
4094
4094
|
}[] | undefined;
|
|
4095
4095
|
required?: boolean | undefined;
|
|
@@ -4111,7 +4111,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4111
4111
|
hint?: string | undefined;
|
|
4112
4112
|
messages?: {
|
|
4113
4113
|
text: string;
|
|
4114
|
-
type: "
|
|
4114
|
+
type: "error" | "success" | "info" | "warning";
|
|
4115
4115
|
id?: number | undefined;
|
|
4116
4116
|
}[] | undefined;
|
|
4117
4117
|
required?: boolean | undefined;
|
|
@@ -4133,7 +4133,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4133
4133
|
hint?: string | undefined;
|
|
4134
4134
|
messages?: {
|
|
4135
4135
|
text: string;
|
|
4136
|
-
type: "
|
|
4136
|
+
type: "error" | "success" | "info" | "warning";
|
|
4137
4137
|
id?: number | undefined;
|
|
4138
4138
|
}[] | undefined;
|
|
4139
4139
|
required?: boolean | undefined;
|
|
@@ -4152,7 +4152,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4152
4152
|
hint?: string | undefined;
|
|
4153
4153
|
messages?: {
|
|
4154
4154
|
text: string;
|
|
4155
|
-
type: "
|
|
4155
|
+
type: "error" | "success" | "info" | "warning";
|
|
4156
4156
|
id?: number | undefined;
|
|
4157
4157
|
}[] | undefined;
|
|
4158
4158
|
required?: boolean | undefined;
|
|
@@ -4177,7 +4177,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4177
4177
|
hint?: string | undefined;
|
|
4178
4178
|
messages?: {
|
|
4179
4179
|
text: string;
|
|
4180
|
-
type: "
|
|
4180
|
+
type: "error" | "success" | "info" | "warning";
|
|
4181
4181
|
id?: number | undefined;
|
|
4182
4182
|
}[] | undefined;
|
|
4183
4183
|
required?: boolean | undefined;
|
|
@@ -4198,7 +4198,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4198
4198
|
hint?: string | undefined;
|
|
4199
4199
|
messages?: {
|
|
4200
4200
|
text: string;
|
|
4201
|
-
type: "
|
|
4201
|
+
type: "error" | "success" | "info" | "warning";
|
|
4202
4202
|
id?: number | undefined;
|
|
4203
4203
|
}[] | undefined;
|
|
4204
4204
|
required?: boolean | undefined;
|
|
@@ -4219,7 +4219,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4219
4219
|
hint?: string | undefined;
|
|
4220
4220
|
messages?: {
|
|
4221
4221
|
text: string;
|
|
4222
|
-
type: "
|
|
4222
|
+
type: "error" | "success" | "info" | "warning";
|
|
4223
4223
|
id?: number | undefined;
|
|
4224
4224
|
}[] | undefined;
|
|
4225
4225
|
required?: boolean | undefined;
|
|
@@ -4473,7 +4473,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4473
4473
|
hint?: string | undefined;
|
|
4474
4474
|
messages?: {
|
|
4475
4475
|
text: string;
|
|
4476
|
-
type: "
|
|
4476
|
+
type: "error" | "success" | "info" | "warning";
|
|
4477
4477
|
id?: number | undefined;
|
|
4478
4478
|
}[] | undefined;
|
|
4479
4479
|
required?: boolean | undefined;
|
|
@@ -4491,7 +4491,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4491
4491
|
hint?: string | undefined;
|
|
4492
4492
|
messages?: {
|
|
4493
4493
|
text: string;
|
|
4494
|
-
type: "
|
|
4494
|
+
type: "error" | "success" | "info" | "warning";
|
|
4495
4495
|
id?: number | undefined;
|
|
4496
4496
|
}[] | undefined;
|
|
4497
4497
|
required?: boolean | undefined;
|
|
@@ -4515,7 +4515,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4515
4515
|
hint?: string | undefined;
|
|
4516
4516
|
messages?: {
|
|
4517
4517
|
text: string;
|
|
4518
|
-
type: "
|
|
4518
|
+
type: "error" | "success" | "info" | "warning";
|
|
4519
4519
|
id?: number | undefined;
|
|
4520
4520
|
}[] | undefined;
|
|
4521
4521
|
required?: boolean | undefined;
|
|
@@ -4539,7 +4539,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4539
4539
|
hint?: string | undefined;
|
|
4540
4540
|
messages?: {
|
|
4541
4541
|
text: string;
|
|
4542
|
-
type: "
|
|
4542
|
+
type: "error" | "success" | "info" | "warning";
|
|
4543
4543
|
id?: number | undefined;
|
|
4544
4544
|
}[] | undefined;
|
|
4545
4545
|
required?: boolean | undefined;
|
|
@@ -4563,7 +4563,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4563
4563
|
hint?: string | undefined;
|
|
4564
4564
|
messages?: {
|
|
4565
4565
|
text: string;
|
|
4566
|
-
type: "
|
|
4566
|
+
type: "error" | "success" | "info" | "warning";
|
|
4567
4567
|
id?: number | undefined;
|
|
4568
4568
|
}[] | undefined;
|
|
4569
4569
|
required?: boolean | undefined;
|
|
@@ -4588,7 +4588,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4588
4588
|
hint?: string | undefined;
|
|
4589
4589
|
messages?: {
|
|
4590
4590
|
text: string;
|
|
4591
|
-
type: "
|
|
4591
|
+
type: "error" | "success" | "info" | "warning";
|
|
4592
4592
|
id?: number | undefined;
|
|
4593
4593
|
}[] | undefined;
|
|
4594
4594
|
required?: boolean | undefined;
|
|
@@ -4603,7 +4603,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4603
4603
|
hint?: string | undefined;
|
|
4604
4604
|
messages?: {
|
|
4605
4605
|
text: string;
|
|
4606
|
-
type: "
|
|
4606
|
+
type: "error" | "success" | "info" | "warning";
|
|
4607
4607
|
id?: number | undefined;
|
|
4608
4608
|
}[] | undefined;
|
|
4609
4609
|
required?: boolean | undefined;
|
|
@@ -4624,7 +4624,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4624
4624
|
hint?: string | undefined;
|
|
4625
4625
|
messages?: {
|
|
4626
4626
|
text: string;
|
|
4627
|
-
type: "
|
|
4627
|
+
type: "error" | "success" | "info" | "warning";
|
|
4628
4628
|
id?: number | undefined;
|
|
4629
4629
|
}[] | undefined;
|
|
4630
4630
|
required?: boolean | undefined;
|
|
@@ -4649,7 +4649,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4649
4649
|
hint?: string | undefined;
|
|
4650
4650
|
messages?: {
|
|
4651
4651
|
text: string;
|
|
4652
|
-
type: "
|
|
4652
|
+
type: "error" | "success" | "info" | "warning";
|
|
4653
4653
|
id?: number | undefined;
|
|
4654
4654
|
}[] | undefined;
|
|
4655
4655
|
required?: boolean | undefined;
|
|
@@ -4668,7 +4668,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4668
4668
|
hint?: string | undefined;
|
|
4669
4669
|
messages?: {
|
|
4670
4670
|
text: string;
|
|
4671
|
-
type: "
|
|
4671
|
+
type: "error" | "success" | "info" | "warning";
|
|
4672
4672
|
id?: number | undefined;
|
|
4673
4673
|
}[] | undefined;
|
|
4674
4674
|
required?: boolean | undefined;
|
|
@@ -4688,7 +4688,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4688
4688
|
hint?: string | undefined;
|
|
4689
4689
|
messages?: {
|
|
4690
4690
|
text: string;
|
|
4691
|
-
type: "
|
|
4691
|
+
type: "error" | "success" | "info" | "warning";
|
|
4692
4692
|
id?: number | undefined;
|
|
4693
4693
|
}[] | undefined;
|
|
4694
4694
|
required?: boolean | undefined;
|
|
@@ -4707,7 +4707,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4707
4707
|
hint?: string | undefined;
|
|
4708
4708
|
messages?: {
|
|
4709
4709
|
text: string;
|
|
4710
|
-
type: "
|
|
4710
|
+
type: "error" | "success" | "info" | "warning";
|
|
4711
4711
|
id?: number | undefined;
|
|
4712
4712
|
}[] | undefined;
|
|
4713
4713
|
required?: boolean | undefined;
|
|
@@ -4729,7 +4729,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4729
4729
|
hint?: string | undefined;
|
|
4730
4730
|
messages?: {
|
|
4731
4731
|
text: string;
|
|
4732
|
-
type: "
|
|
4732
|
+
type: "error" | "success" | "info" | "warning";
|
|
4733
4733
|
id?: number | undefined;
|
|
4734
4734
|
}[] | undefined;
|
|
4735
4735
|
required?: boolean | undefined;
|
|
@@ -4751,7 +4751,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4751
4751
|
hint?: string | undefined;
|
|
4752
4752
|
messages?: {
|
|
4753
4753
|
text: string;
|
|
4754
|
-
type: "
|
|
4754
|
+
type: "error" | "success" | "info" | "warning";
|
|
4755
4755
|
id?: number | undefined;
|
|
4756
4756
|
}[] | undefined;
|
|
4757
4757
|
required?: boolean | undefined;
|
|
@@ -4770,7 +4770,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4770
4770
|
hint?: string | undefined;
|
|
4771
4771
|
messages?: {
|
|
4772
4772
|
text: string;
|
|
4773
|
-
type: "
|
|
4773
|
+
type: "error" | "success" | "info" | "warning";
|
|
4774
4774
|
id?: number | undefined;
|
|
4775
4775
|
}[] | undefined;
|
|
4776
4776
|
required?: boolean | undefined;
|
|
@@ -4795,7 +4795,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4795
4795
|
hint?: string | undefined;
|
|
4796
4796
|
messages?: {
|
|
4797
4797
|
text: string;
|
|
4798
|
-
type: "
|
|
4798
|
+
type: "error" | "success" | "info" | "warning";
|
|
4799
4799
|
id?: number | undefined;
|
|
4800
4800
|
}[] | undefined;
|
|
4801
4801
|
required?: boolean | undefined;
|
|
@@ -4816,7 +4816,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4816
4816
|
hint?: string | undefined;
|
|
4817
4817
|
messages?: {
|
|
4818
4818
|
text: string;
|
|
4819
|
-
type: "
|
|
4819
|
+
type: "error" | "success" | "info" | "warning";
|
|
4820
4820
|
id?: number | undefined;
|
|
4821
4821
|
}[] | undefined;
|
|
4822
4822
|
required?: boolean | undefined;
|
|
@@ -4837,7 +4837,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4837
4837
|
hint?: string | undefined;
|
|
4838
4838
|
messages?: {
|
|
4839
4839
|
text: string;
|
|
4840
|
-
type: "
|
|
4840
|
+
type: "error" | "success" | "info" | "warning";
|
|
4841
4841
|
id?: number | undefined;
|
|
4842
4842
|
}[] | undefined;
|
|
4843
4843
|
required?: boolean | undefined;
|
|
@@ -5068,7 +5068,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5068
5068
|
hint?: string | undefined;
|
|
5069
5069
|
messages?: {
|
|
5070
5070
|
text: string;
|
|
5071
|
-
type: "
|
|
5071
|
+
type: "error" | "success" | "info" | "warning";
|
|
5072
5072
|
id?: number | undefined;
|
|
5073
5073
|
}[] | undefined;
|
|
5074
5074
|
required?: boolean | undefined;
|
|
@@ -5086,7 +5086,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5086
5086
|
hint?: string | undefined;
|
|
5087
5087
|
messages?: {
|
|
5088
5088
|
text: string;
|
|
5089
|
-
type: "
|
|
5089
|
+
type: "error" | "success" | "info" | "warning";
|
|
5090
5090
|
id?: number | undefined;
|
|
5091
5091
|
}[] | undefined;
|
|
5092
5092
|
required?: boolean | undefined;
|
|
@@ -5110,7 +5110,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5110
5110
|
hint?: string | undefined;
|
|
5111
5111
|
messages?: {
|
|
5112
5112
|
text: string;
|
|
5113
|
-
type: "
|
|
5113
|
+
type: "error" | "success" | "info" | "warning";
|
|
5114
5114
|
id?: number | undefined;
|
|
5115
5115
|
}[] | undefined;
|
|
5116
5116
|
required?: boolean | undefined;
|
|
@@ -5134,7 +5134,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5134
5134
|
hint?: string | undefined;
|
|
5135
5135
|
messages?: {
|
|
5136
5136
|
text: string;
|
|
5137
|
-
type: "
|
|
5137
|
+
type: "error" | "success" | "info" | "warning";
|
|
5138
5138
|
id?: number | undefined;
|
|
5139
5139
|
}[] | undefined;
|
|
5140
5140
|
required?: boolean | undefined;
|
|
@@ -5158,7 +5158,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5158
5158
|
hint?: string | undefined;
|
|
5159
5159
|
messages?: {
|
|
5160
5160
|
text: string;
|
|
5161
|
-
type: "
|
|
5161
|
+
type: "error" | "success" | "info" | "warning";
|
|
5162
5162
|
id?: number | undefined;
|
|
5163
5163
|
}[] | undefined;
|
|
5164
5164
|
required?: boolean | undefined;
|
|
@@ -5187,7 +5187,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5187
5187
|
hint?: string | undefined;
|
|
5188
5188
|
messages?: {
|
|
5189
5189
|
text: string;
|
|
5190
|
-
type: "
|
|
5190
|
+
type: "error" | "success" | "info" | "warning";
|
|
5191
5191
|
id?: number | undefined;
|
|
5192
5192
|
}[] | undefined;
|
|
5193
5193
|
required?: boolean | undefined;
|
|
@@ -5202,7 +5202,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5202
5202
|
hint?: string | undefined;
|
|
5203
5203
|
messages?: {
|
|
5204
5204
|
text: string;
|
|
5205
|
-
type: "
|
|
5205
|
+
type: "error" | "success" | "info" | "warning";
|
|
5206
5206
|
id?: number | undefined;
|
|
5207
5207
|
}[] | undefined;
|
|
5208
5208
|
required?: boolean | undefined;
|
|
@@ -5223,7 +5223,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5223
5223
|
hint?: string | undefined;
|
|
5224
5224
|
messages?: {
|
|
5225
5225
|
text: string;
|
|
5226
|
-
type: "
|
|
5226
|
+
type: "error" | "success" | "info" | "warning";
|
|
5227
5227
|
id?: number | undefined;
|
|
5228
5228
|
}[] | undefined;
|
|
5229
5229
|
required?: boolean | undefined;
|
|
@@ -5248,7 +5248,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5248
5248
|
hint?: string | undefined;
|
|
5249
5249
|
messages?: {
|
|
5250
5250
|
text: string;
|
|
5251
|
-
type: "
|
|
5251
|
+
type: "error" | "success" | "info" | "warning";
|
|
5252
5252
|
id?: number | undefined;
|
|
5253
5253
|
}[] | undefined;
|
|
5254
5254
|
required?: boolean | undefined;
|
|
@@ -5267,7 +5267,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5267
5267
|
hint?: string | undefined;
|
|
5268
5268
|
messages?: {
|
|
5269
5269
|
text: string;
|
|
5270
|
-
type: "
|
|
5270
|
+
type: "error" | "success" | "info" | "warning";
|
|
5271
5271
|
id?: number | undefined;
|
|
5272
5272
|
}[] | undefined;
|
|
5273
5273
|
required?: boolean | undefined;
|
|
@@ -5287,7 +5287,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5287
5287
|
hint?: string | undefined;
|
|
5288
5288
|
messages?: {
|
|
5289
5289
|
text: string;
|
|
5290
|
-
type: "
|
|
5290
|
+
type: "error" | "success" | "info" | "warning";
|
|
5291
5291
|
id?: number | undefined;
|
|
5292
5292
|
}[] | undefined;
|
|
5293
5293
|
required?: boolean | undefined;
|
|
@@ -5306,7 +5306,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5306
5306
|
hint?: string | undefined;
|
|
5307
5307
|
messages?: {
|
|
5308
5308
|
text: string;
|
|
5309
|
-
type: "
|
|
5309
|
+
type: "error" | "success" | "info" | "warning";
|
|
5310
5310
|
id?: number | undefined;
|
|
5311
5311
|
}[] | undefined;
|
|
5312
5312
|
required?: boolean | undefined;
|
|
@@ -5328,7 +5328,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5328
5328
|
hint?: string | undefined;
|
|
5329
5329
|
messages?: {
|
|
5330
5330
|
text: string;
|
|
5331
|
-
type: "
|
|
5331
|
+
type: "error" | "success" | "info" | "warning";
|
|
5332
5332
|
id?: number | undefined;
|
|
5333
5333
|
}[] | undefined;
|
|
5334
5334
|
required?: boolean | undefined;
|
|
@@ -5350,7 +5350,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5350
5350
|
hint?: string | undefined;
|
|
5351
5351
|
messages?: {
|
|
5352
5352
|
text: string;
|
|
5353
|
-
type: "
|
|
5353
|
+
type: "error" | "success" | "info" | "warning";
|
|
5354
5354
|
id?: number | undefined;
|
|
5355
5355
|
}[] | undefined;
|
|
5356
5356
|
required?: boolean | undefined;
|
|
@@ -5369,7 +5369,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5369
5369
|
hint?: string | undefined;
|
|
5370
5370
|
messages?: {
|
|
5371
5371
|
text: string;
|
|
5372
|
-
type: "
|
|
5372
|
+
type: "error" | "success" | "info" | "warning";
|
|
5373
5373
|
id?: number | undefined;
|
|
5374
5374
|
}[] | undefined;
|
|
5375
5375
|
required?: boolean | undefined;
|
|
@@ -5394,7 +5394,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5394
5394
|
hint?: string | undefined;
|
|
5395
5395
|
messages?: {
|
|
5396
5396
|
text: string;
|
|
5397
|
-
type: "
|
|
5397
|
+
type: "error" | "success" | "info" | "warning";
|
|
5398
5398
|
id?: number | undefined;
|
|
5399
5399
|
}[] | undefined;
|
|
5400
5400
|
required?: boolean | undefined;
|
|
@@ -5415,7 +5415,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5415
5415
|
hint?: string | undefined;
|
|
5416
5416
|
messages?: {
|
|
5417
5417
|
text: string;
|
|
5418
|
-
type: "
|
|
5418
|
+
type: "error" | "success" | "info" | "warning";
|
|
5419
5419
|
id?: number | undefined;
|
|
5420
5420
|
}[] | undefined;
|
|
5421
5421
|
required?: boolean | undefined;
|
|
@@ -5436,7 +5436,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5436
5436
|
hint?: string | undefined;
|
|
5437
5437
|
messages?: {
|
|
5438
5438
|
text: string;
|
|
5439
|
-
type: "
|
|
5439
|
+
type: "error" | "success" | "info" | "warning";
|
|
5440
5440
|
id?: number | undefined;
|
|
5441
5441
|
}[] | undefined;
|
|
5442
5442
|
required?: boolean | undefined;
|
|
@@ -5669,7 +5669,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5669
5669
|
hint?: string | undefined;
|
|
5670
5670
|
messages?: {
|
|
5671
5671
|
text: string;
|
|
5672
|
-
type: "
|
|
5672
|
+
type: "error" | "success" | "info" | "warning";
|
|
5673
5673
|
id?: number | undefined;
|
|
5674
5674
|
}[] | undefined;
|
|
5675
5675
|
required?: boolean | undefined;
|
|
@@ -5687,7 +5687,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5687
5687
|
hint?: string | undefined;
|
|
5688
5688
|
messages?: {
|
|
5689
5689
|
text: string;
|
|
5690
|
-
type: "
|
|
5690
|
+
type: "error" | "success" | "info" | "warning";
|
|
5691
5691
|
id?: number | undefined;
|
|
5692
5692
|
}[] | undefined;
|
|
5693
5693
|
required?: boolean | undefined;
|
|
@@ -5711,7 +5711,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5711
5711
|
hint?: string | undefined;
|
|
5712
5712
|
messages?: {
|
|
5713
5713
|
text: string;
|
|
5714
|
-
type: "
|
|
5714
|
+
type: "error" | "success" | "info" | "warning";
|
|
5715
5715
|
id?: number | undefined;
|
|
5716
5716
|
}[] | undefined;
|
|
5717
5717
|
required?: boolean | undefined;
|
|
@@ -5735,7 +5735,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5735
5735
|
hint?: string | undefined;
|
|
5736
5736
|
messages?: {
|
|
5737
5737
|
text: string;
|
|
5738
|
-
type: "
|
|
5738
|
+
type: "error" | "success" | "info" | "warning";
|
|
5739
5739
|
id?: number | undefined;
|
|
5740
5740
|
}[] | undefined;
|
|
5741
5741
|
required?: boolean | undefined;
|
|
@@ -5759,7 +5759,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5759
5759
|
hint?: string | undefined;
|
|
5760
5760
|
messages?: {
|
|
5761
5761
|
text: string;
|
|
5762
|
-
type: "
|
|
5762
|
+
type: "error" | "success" | "info" | "warning";
|
|
5763
5763
|
id?: number | undefined;
|
|
5764
5764
|
}[] | undefined;
|
|
5765
5765
|
required?: boolean | undefined;
|
|
@@ -5784,7 +5784,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5784
5784
|
hint?: string | undefined;
|
|
5785
5785
|
messages?: {
|
|
5786
5786
|
text: string;
|
|
5787
|
-
type: "
|
|
5787
|
+
type: "error" | "success" | "info" | "warning";
|
|
5788
5788
|
id?: number | undefined;
|
|
5789
5789
|
}[] | undefined;
|
|
5790
5790
|
required?: boolean | undefined;
|
|
@@ -5799,7 +5799,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5799
5799
|
hint?: string | undefined;
|
|
5800
5800
|
messages?: {
|
|
5801
5801
|
text: string;
|
|
5802
|
-
type: "
|
|
5802
|
+
type: "error" | "success" | "info" | "warning";
|
|
5803
5803
|
id?: number | undefined;
|
|
5804
5804
|
}[] | undefined;
|
|
5805
5805
|
required?: boolean | undefined;
|
|
@@ -5820,7 +5820,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5820
5820
|
hint?: string | undefined;
|
|
5821
5821
|
messages?: {
|
|
5822
5822
|
text: string;
|
|
5823
|
-
type: "
|
|
5823
|
+
type: "error" | "success" | "info" | "warning";
|
|
5824
5824
|
id?: number | undefined;
|
|
5825
5825
|
}[] | undefined;
|
|
5826
5826
|
required?: boolean | undefined;
|
|
@@ -5845,7 +5845,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5845
5845
|
hint?: string | undefined;
|
|
5846
5846
|
messages?: {
|
|
5847
5847
|
text: string;
|
|
5848
|
-
type: "
|
|
5848
|
+
type: "error" | "success" | "info" | "warning";
|
|
5849
5849
|
id?: number | undefined;
|
|
5850
5850
|
}[] | undefined;
|
|
5851
5851
|
required?: boolean | undefined;
|
|
@@ -5864,7 +5864,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5864
5864
|
hint?: string | undefined;
|
|
5865
5865
|
messages?: {
|
|
5866
5866
|
text: string;
|
|
5867
|
-
type: "
|
|
5867
|
+
type: "error" | "success" | "info" | "warning";
|
|
5868
5868
|
id?: number | undefined;
|
|
5869
5869
|
}[] | undefined;
|
|
5870
5870
|
required?: boolean | undefined;
|
|
@@ -5884,7 +5884,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5884
5884
|
hint?: string | undefined;
|
|
5885
5885
|
messages?: {
|
|
5886
5886
|
text: string;
|
|
5887
|
-
type: "
|
|
5887
|
+
type: "error" | "success" | "info" | "warning";
|
|
5888
5888
|
id?: number | undefined;
|
|
5889
5889
|
}[] | undefined;
|
|
5890
5890
|
required?: boolean | undefined;
|
|
@@ -5903,7 +5903,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5903
5903
|
hint?: string | undefined;
|
|
5904
5904
|
messages?: {
|
|
5905
5905
|
text: string;
|
|
5906
|
-
type: "
|
|
5906
|
+
type: "error" | "success" | "info" | "warning";
|
|
5907
5907
|
id?: number | undefined;
|
|
5908
5908
|
}[] | undefined;
|
|
5909
5909
|
required?: boolean | undefined;
|
|
@@ -5925,7 +5925,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5925
5925
|
hint?: string | undefined;
|
|
5926
5926
|
messages?: {
|
|
5927
5927
|
text: string;
|
|
5928
|
-
type: "
|
|
5928
|
+
type: "error" | "success" | "info" | "warning";
|
|
5929
5929
|
id?: number | undefined;
|
|
5930
5930
|
}[] | undefined;
|
|
5931
5931
|
required?: boolean | undefined;
|
|
@@ -5947,7 +5947,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5947
5947
|
hint?: string | undefined;
|
|
5948
5948
|
messages?: {
|
|
5949
5949
|
text: string;
|
|
5950
|
-
type: "
|
|
5950
|
+
type: "error" | "success" | "info" | "warning";
|
|
5951
5951
|
id?: number | undefined;
|
|
5952
5952
|
}[] | undefined;
|
|
5953
5953
|
required?: boolean | undefined;
|
|
@@ -5966,7 +5966,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5966
5966
|
hint?: string | undefined;
|
|
5967
5967
|
messages?: {
|
|
5968
5968
|
text: string;
|
|
5969
|
-
type: "
|
|
5969
|
+
type: "error" | "success" | "info" | "warning";
|
|
5970
5970
|
id?: number | undefined;
|
|
5971
5971
|
}[] | undefined;
|
|
5972
5972
|
required?: boolean | undefined;
|
|
@@ -5991,7 +5991,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5991
5991
|
hint?: string | undefined;
|
|
5992
5992
|
messages?: {
|
|
5993
5993
|
text: string;
|
|
5994
|
-
type: "
|
|
5994
|
+
type: "error" | "success" | "info" | "warning";
|
|
5995
5995
|
id?: number | undefined;
|
|
5996
5996
|
}[] | undefined;
|
|
5997
5997
|
required?: boolean | undefined;
|
|
@@ -6012,7 +6012,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6012
6012
|
hint?: string | undefined;
|
|
6013
6013
|
messages?: {
|
|
6014
6014
|
text: string;
|
|
6015
|
-
type: "
|
|
6015
|
+
type: "error" | "success" | "info" | "warning";
|
|
6016
6016
|
id?: number | undefined;
|
|
6017
6017
|
}[] | undefined;
|
|
6018
6018
|
required?: boolean | undefined;
|
|
@@ -6033,7 +6033,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6033
6033
|
hint?: string | undefined;
|
|
6034
6034
|
messages?: {
|
|
6035
6035
|
text: string;
|
|
6036
|
-
type: "
|
|
6036
|
+
type: "error" | "success" | "info" | "warning";
|
|
6037
6037
|
id?: number | undefined;
|
|
6038
6038
|
}[] | undefined;
|
|
6039
6039
|
required?: boolean | undefined;
|
|
@@ -6264,7 +6264,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6264
6264
|
hint?: string | undefined;
|
|
6265
6265
|
messages?: {
|
|
6266
6266
|
text: string;
|
|
6267
|
-
type: "
|
|
6267
|
+
type: "error" | "success" | "info" | "warning";
|
|
6268
6268
|
id?: number | undefined;
|
|
6269
6269
|
}[] | undefined;
|
|
6270
6270
|
required?: boolean | undefined;
|
|
@@ -6282,7 +6282,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6282
6282
|
hint?: string | undefined;
|
|
6283
6283
|
messages?: {
|
|
6284
6284
|
text: string;
|
|
6285
|
-
type: "
|
|
6285
|
+
type: "error" | "success" | "info" | "warning";
|
|
6286
6286
|
id?: number | undefined;
|
|
6287
6287
|
}[] | undefined;
|
|
6288
6288
|
required?: boolean | undefined;
|
|
@@ -6306,7 +6306,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6306
6306
|
hint?: string | undefined;
|
|
6307
6307
|
messages?: {
|
|
6308
6308
|
text: string;
|
|
6309
|
-
type: "
|
|
6309
|
+
type: "error" | "success" | "info" | "warning";
|
|
6310
6310
|
id?: number | undefined;
|
|
6311
6311
|
}[] | undefined;
|
|
6312
6312
|
required?: boolean | undefined;
|
|
@@ -6330,7 +6330,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6330
6330
|
hint?: string | undefined;
|
|
6331
6331
|
messages?: {
|
|
6332
6332
|
text: string;
|
|
6333
|
-
type: "
|
|
6333
|
+
type: "error" | "success" | "info" | "warning";
|
|
6334
6334
|
id?: number | undefined;
|
|
6335
6335
|
}[] | undefined;
|
|
6336
6336
|
required?: boolean | undefined;
|
|
@@ -6354,7 +6354,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6354
6354
|
hint?: string | undefined;
|
|
6355
6355
|
messages?: {
|
|
6356
6356
|
text: string;
|
|
6357
|
-
type: "
|
|
6357
|
+
type: "error" | "success" | "info" | "warning";
|
|
6358
6358
|
id?: number | undefined;
|
|
6359
6359
|
}[] | undefined;
|
|
6360
6360
|
required?: boolean | undefined;
|
|
@@ -6383,7 +6383,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6383
6383
|
hint?: string | undefined;
|
|
6384
6384
|
messages?: {
|
|
6385
6385
|
text: string;
|
|
6386
|
-
type: "
|
|
6386
|
+
type: "error" | "success" | "info" | "warning";
|
|
6387
6387
|
id?: number | undefined;
|
|
6388
6388
|
}[] | undefined;
|
|
6389
6389
|
required?: boolean | undefined;
|
|
@@ -6398,7 +6398,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6398
6398
|
hint?: string | undefined;
|
|
6399
6399
|
messages?: {
|
|
6400
6400
|
text: string;
|
|
6401
|
-
type: "
|
|
6401
|
+
type: "error" | "success" | "info" | "warning";
|
|
6402
6402
|
id?: number | undefined;
|
|
6403
6403
|
}[] | undefined;
|
|
6404
6404
|
required?: boolean | undefined;
|
|
@@ -6419,7 +6419,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6419
6419
|
hint?: string | undefined;
|
|
6420
6420
|
messages?: {
|
|
6421
6421
|
text: string;
|
|
6422
|
-
type: "
|
|
6422
|
+
type: "error" | "success" | "info" | "warning";
|
|
6423
6423
|
id?: number | undefined;
|
|
6424
6424
|
}[] | undefined;
|
|
6425
6425
|
required?: boolean | undefined;
|
|
@@ -6444,7 +6444,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6444
6444
|
hint?: string | undefined;
|
|
6445
6445
|
messages?: {
|
|
6446
6446
|
text: string;
|
|
6447
|
-
type: "
|
|
6447
|
+
type: "error" | "success" | "info" | "warning";
|
|
6448
6448
|
id?: number | undefined;
|
|
6449
6449
|
}[] | undefined;
|
|
6450
6450
|
required?: boolean | undefined;
|
|
@@ -6463,7 +6463,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6463
6463
|
hint?: string | undefined;
|
|
6464
6464
|
messages?: {
|
|
6465
6465
|
text: string;
|
|
6466
|
-
type: "
|
|
6466
|
+
type: "error" | "success" | "info" | "warning";
|
|
6467
6467
|
id?: number | undefined;
|
|
6468
6468
|
}[] | undefined;
|
|
6469
6469
|
required?: boolean | undefined;
|
|
@@ -6483,7 +6483,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6483
6483
|
hint?: string | undefined;
|
|
6484
6484
|
messages?: {
|
|
6485
6485
|
text: string;
|
|
6486
|
-
type: "
|
|
6486
|
+
type: "error" | "success" | "info" | "warning";
|
|
6487
6487
|
id?: number | undefined;
|
|
6488
6488
|
}[] | undefined;
|
|
6489
6489
|
required?: boolean | undefined;
|
|
@@ -6502,7 +6502,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6502
6502
|
hint?: string | undefined;
|
|
6503
6503
|
messages?: {
|
|
6504
6504
|
text: string;
|
|
6505
|
-
type: "
|
|
6505
|
+
type: "error" | "success" | "info" | "warning";
|
|
6506
6506
|
id?: number | undefined;
|
|
6507
6507
|
}[] | undefined;
|
|
6508
6508
|
required?: boolean | undefined;
|
|
@@ -6524,7 +6524,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6524
6524
|
hint?: string | undefined;
|
|
6525
6525
|
messages?: {
|
|
6526
6526
|
text: string;
|
|
6527
|
-
type: "
|
|
6527
|
+
type: "error" | "success" | "info" | "warning";
|
|
6528
6528
|
id?: number | undefined;
|
|
6529
6529
|
}[] | undefined;
|
|
6530
6530
|
required?: boolean | undefined;
|
|
@@ -6546,7 +6546,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6546
6546
|
hint?: string | undefined;
|
|
6547
6547
|
messages?: {
|
|
6548
6548
|
text: string;
|
|
6549
|
-
type: "
|
|
6549
|
+
type: "error" | "success" | "info" | "warning";
|
|
6550
6550
|
id?: number | undefined;
|
|
6551
6551
|
}[] | undefined;
|
|
6552
6552
|
required?: boolean | undefined;
|
|
@@ -6565,7 +6565,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6565
6565
|
hint?: string | undefined;
|
|
6566
6566
|
messages?: {
|
|
6567
6567
|
text: string;
|
|
6568
|
-
type: "
|
|
6568
|
+
type: "error" | "success" | "info" | "warning";
|
|
6569
6569
|
id?: number | undefined;
|
|
6570
6570
|
}[] | undefined;
|
|
6571
6571
|
required?: boolean | undefined;
|
|
@@ -6590,7 +6590,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6590
6590
|
hint?: string | undefined;
|
|
6591
6591
|
messages?: {
|
|
6592
6592
|
text: string;
|
|
6593
|
-
type: "
|
|
6593
|
+
type: "error" | "success" | "info" | "warning";
|
|
6594
6594
|
id?: number | undefined;
|
|
6595
6595
|
}[] | undefined;
|
|
6596
6596
|
required?: boolean | undefined;
|
|
@@ -6611,7 +6611,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6611
6611
|
hint?: string | undefined;
|
|
6612
6612
|
messages?: {
|
|
6613
6613
|
text: string;
|
|
6614
|
-
type: "
|
|
6614
|
+
type: "error" | "success" | "info" | "warning";
|
|
6615
6615
|
id?: number | undefined;
|
|
6616
6616
|
}[] | undefined;
|
|
6617
6617
|
required?: boolean | undefined;
|
|
@@ -6632,7 +6632,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6632
6632
|
hint?: string | undefined;
|
|
6633
6633
|
messages?: {
|
|
6634
6634
|
text: string;
|
|
6635
|
-
type: "
|
|
6635
|
+
type: "error" | "success" | "info" | "warning";
|
|
6636
6636
|
id?: number | undefined;
|
|
6637
6637
|
}[] | undefined;
|
|
6638
6638
|
required?: boolean | undefined;
|
|
@@ -6862,7 +6862,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6862
6862
|
};
|
|
6863
6863
|
};
|
|
6864
6864
|
output: {
|
|
6865
|
-
prompt: "
|
|
6865
|
+
prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "invitation" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6866
6866
|
language: string;
|
|
6867
6867
|
}[];
|
|
6868
6868
|
outputFormat: "json";
|
|
@@ -6900,7 +6900,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6900
6900
|
$get: {
|
|
6901
6901
|
input: {
|
|
6902
6902
|
param: {
|
|
6903
|
-
prompt: "
|
|
6903
|
+
prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "invitation" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6904
6904
|
language: string;
|
|
6905
6905
|
};
|
|
6906
6906
|
} & {
|
|
@@ -6922,7 +6922,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6922
6922
|
$put: {
|
|
6923
6923
|
input: {
|
|
6924
6924
|
param: {
|
|
6925
|
-
prompt: "
|
|
6925
|
+
prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "invitation" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6926
6926
|
language: string;
|
|
6927
6927
|
};
|
|
6928
6928
|
} & {
|
|
@@ -6946,7 +6946,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6946
6946
|
$delete: {
|
|
6947
6947
|
input: {
|
|
6948
6948
|
param: {
|
|
6949
|
-
prompt: "
|
|
6949
|
+
prompt: "status" | "organizations" | "signup" | "login" | "mfa" | "invitation" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6950
6950
|
language: string;
|
|
6951
6951
|
};
|
|
6952
6952
|
} & {
|
|
@@ -7085,7 +7085,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7085
7085
|
} | undefined;
|
|
7086
7086
|
} | undefined;
|
|
7087
7087
|
passkey_options?: {
|
|
7088
|
-
challenge_ui?: "
|
|
7088
|
+
challenge_ui?: "both" | "autofill" | "button" | undefined;
|
|
7089
7089
|
local_enrollment_enabled?: boolean | undefined;
|
|
7090
7090
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
7091
7091
|
} | undefined;
|
|
@@ -7219,7 +7219,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7219
7219
|
} | undefined;
|
|
7220
7220
|
} | undefined;
|
|
7221
7221
|
passkey_options?: {
|
|
7222
|
-
challenge_ui?: "
|
|
7222
|
+
challenge_ui?: "both" | "autofill" | "button" | undefined;
|
|
7223
7223
|
local_enrollment_enabled?: boolean | undefined;
|
|
7224
7224
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
7225
7225
|
} | undefined;
|
|
@@ -7368,7 +7368,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7368
7368
|
} | undefined;
|
|
7369
7369
|
} | undefined;
|
|
7370
7370
|
passkey_options?: {
|
|
7371
|
-
challenge_ui?: "
|
|
7371
|
+
challenge_ui?: "both" | "autofill" | "button" | undefined;
|
|
7372
7372
|
local_enrollment_enabled?: boolean | undefined;
|
|
7373
7373
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
7374
7374
|
} | undefined;
|
|
@@ -7547,7 +7547,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7547
7547
|
} | undefined;
|
|
7548
7548
|
} | undefined;
|
|
7549
7549
|
passkey_options?: {
|
|
7550
|
-
challenge_ui?: "
|
|
7550
|
+
challenge_ui?: "both" | "autofill" | "button" | undefined;
|
|
7551
7551
|
local_enrollment_enabled?: boolean | undefined;
|
|
7552
7552
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
7553
7553
|
} | undefined;
|
|
@@ -7705,7 +7705,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7705
7705
|
} | undefined;
|
|
7706
7706
|
} | undefined;
|
|
7707
7707
|
passkey_options?: {
|
|
7708
|
-
challenge_ui?: "
|
|
7708
|
+
challenge_ui?: "both" | "autofill" | "button" | undefined;
|
|
7709
7709
|
local_enrollment_enabled?: boolean | undefined;
|
|
7710
7710
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
7711
7711
|
} | undefined;
|
|
@@ -7808,7 +7808,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7808
7808
|
};
|
|
7809
7809
|
} | {
|
|
7810
7810
|
mode: "inline";
|
|
7811
|
-
status: "
|
|
7811
|
+
status: "error" | "success";
|
|
7812
7812
|
connection_id: string;
|
|
7813
7813
|
connection_name: string;
|
|
7814
7814
|
strategy: string;
|
|
@@ -8447,7 +8447,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8447
8447
|
log_type: string;
|
|
8448
8448
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
8449
8449
|
actor: {
|
|
8450
|
-
type: "user" | "client_credentials" | "
|
|
8450
|
+
type: "user" | "client_credentials" | "system" | "admin" | "api_key";
|
|
8451
8451
|
id?: string | undefined;
|
|
8452
8452
|
email?: string | undefined;
|
|
8453
8453
|
org_id?: string | undefined;
|
|
@@ -8755,7 +8755,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8755
8755
|
created_at: string;
|
|
8756
8756
|
updated_at: string;
|
|
8757
8757
|
name: string;
|
|
8758
|
-
provider: "auth0" | "
|
|
8758
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8759
8759
|
connection: string;
|
|
8760
8760
|
enabled: boolean;
|
|
8761
8761
|
credentials: {
|
|
@@ -8787,7 +8787,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8787
8787
|
created_at: string;
|
|
8788
8788
|
updated_at: string;
|
|
8789
8789
|
name: string;
|
|
8790
|
-
provider: "auth0" | "
|
|
8790
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8791
8791
|
connection: string;
|
|
8792
8792
|
enabled: boolean;
|
|
8793
8793
|
credentials: {
|
|
@@ -8813,7 +8813,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8813
8813
|
} & {
|
|
8814
8814
|
json: {
|
|
8815
8815
|
name: string;
|
|
8816
|
-
provider: "auth0" | "
|
|
8816
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8817
8817
|
connection: string;
|
|
8818
8818
|
credentials: {
|
|
8819
8819
|
domain: string;
|
|
@@ -8830,7 +8830,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8830
8830
|
created_at: string;
|
|
8831
8831
|
updated_at: string;
|
|
8832
8832
|
name: string;
|
|
8833
|
-
provider: "auth0" | "
|
|
8833
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8834
8834
|
connection: string;
|
|
8835
8835
|
enabled: boolean;
|
|
8836
8836
|
credentials: {
|
|
@@ -8861,7 +8861,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8861
8861
|
json: {
|
|
8862
8862
|
id?: string | undefined;
|
|
8863
8863
|
name?: string | undefined;
|
|
8864
|
-
provider?: "auth0" | "
|
|
8864
|
+
provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
|
|
8865
8865
|
connection?: string | undefined;
|
|
8866
8866
|
enabled?: boolean | undefined;
|
|
8867
8867
|
credentials?: {
|
|
@@ -8877,7 +8877,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8877
8877
|
created_at: string;
|
|
8878
8878
|
updated_at: string;
|
|
8879
8879
|
name: string;
|
|
8880
|
-
provider: "auth0" | "
|
|
8880
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8881
8881
|
connection: string;
|
|
8882
8882
|
enabled: boolean;
|
|
8883
8883
|
credentials: {
|
|
@@ -9095,7 +9095,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9095
9095
|
};
|
|
9096
9096
|
};
|
|
9097
9097
|
output: {
|
|
9098
|
-
type: "
|
|
9098
|
+
type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
9099
9099
|
date: string;
|
|
9100
9100
|
isMobile: boolean;
|
|
9101
9101
|
log_id: string;
|
|
@@ -9134,7 +9134,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9134
9134
|
limit: number;
|
|
9135
9135
|
length: number;
|
|
9136
9136
|
logs: {
|
|
9137
|
-
type: "
|
|
9137
|
+
type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
9138
9138
|
date: string;
|
|
9139
9139
|
isMobile: boolean;
|
|
9140
9140
|
log_id: string;
|
|
@@ -9188,7 +9188,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9188
9188
|
};
|
|
9189
9189
|
};
|
|
9190
9190
|
output: {
|
|
9191
|
-
type: "
|
|
9191
|
+
type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
9192
9192
|
date: string;
|
|
9193
9193
|
isMobile: boolean;
|
|
9194
9194
|
log_id: string;
|
|
@@ -10311,7 +10311,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10311
10311
|
} | undefined;
|
|
10312
10312
|
} | undefined;
|
|
10313
10313
|
passkey_options?: {
|
|
10314
|
-
challenge_ui?: "
|
|
10314
|
+
challenge_ui?: "both" | "autofill" | "button" | undefined;
|
|
10315
10315
|
local_enrollment_enabled?: boolean | undefined;
|
|
10316
10316
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
10317
10317
|
} | undefined;
|
|
@@ -10465,7 +10465,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10465
10465
|
} | undefined;
|
|
10466
10466
|
} | undefined;
|
|
10467
10467
|
passkey_options?: {
|
|
10468
|
-
challenge_ui?: "
|
|
10468
|
+
challenge_ui?: "both" | "autofill" | "button" | undefined;
|
|
10469
10469
|
local_enrollment_enabled?: boolean | undefined;
|
|
10470
10470
|
progressive_enrollment_enabled?: boolean | undefined;
|
|
10471
10471
|
} | undefined;
|
|
@@ -11406,7 +11406,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11406
11406
|
};
|
|
11407
11407
|
};
|
|
11408
11408
|
output: {
|
|
11409
|
-
type: "
|
|
11409
|
+
type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11410
11410
|
date: string;
|
|
11411
11411
|
isMobile: boolean;
|
|
11412
11412
|
log_id: string;
|
|
@@ -11445,7 +11445,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11445
11445
|
limit: number;
|
|
11446
11446
|
length: number;
|
|
11447
11447
|
logs: {
|
|
11448
|
-
type: "
|
|
11448
|
+
type: "fn" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11449
11449
|
date: string;
|
|
11450
11450
|
isMobile: boolean;
|
|
11451
11451
|
log_id: string;
|
|
@@ -11760,7 +11760,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11760
11760
|
};
|
|
11761
11761
|
} & {
|
|
11762
11762
|
json: {
|
|
11763
|
-
template: "verify_email" | "
|
|
11763
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11764
11764
|
body: string;
|
|
11765
11765
|
from: string;
|
|
11766
11766
|
subject: string;
|
|
@@ -11781,7 +11781,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11781
11781
|
};
|
|
11782
11782
|
} & {
|
|
11783
11783
|
json: {
|
|
11784
|
-
template: "verify_email" | "
|
|
11784
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11785
11785
|
body: string;
|
|
11786
11786
|
from: string;
|
|
11787
11787
|
subject: string;
|
|
@@ -11793,7 +11793,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11793
11793
|
};
|
|
11794
11794
|
};
|
|
11795
11795
|
output: {
|
|
11796
|
-
template: "verify_email" | "
|
|
11796
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11797
11797
|
body: string;
|
|
11798
11798
|
from: string;
|
|
11799
11799
|
subject: string;
|
|
@@ -11816,7 +11816,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11816
11816
|
};
|
|
11817
11817
|
};
|
|
11818
11818
|
output: {
|
|
11819
|
-
name: "verify_email" | "
|
|
11819
|
+
name: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11820
11820
|
body: string;
|
|
11821
11821
|
subject: string;
|
|
11822
11822
|
}[];
|
|
@@ -11829,7 +11829,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11829
11829
|
$get: {
|
|
11830
11830
|
input: {
|
|
11831
11831
|
param: {
|
|
11832
|
-
templateName: "verify_email" | "
|
|
11832
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11833
11833
|
};
|
|
11834
11834
|
} & {
|
|
11835
11835
|
header: {
|
|
@@ -11842,7 +11842,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11842
11842
|
} | {
|
|
11843
11843
|
input: {
|
|
11844
11844
|
param: {
|
|
11845
|
-
templateName: "verify_email" | "
|
|
11845
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11846
11846
|
};
|
|
11847
11847
|
} & {
|
|
11848
11848
|
header: {
|
|
@@ -11850,7 +11850,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11850
11850
|
};
|
|
11851
11851
|
};
|
|
11852
11852
|
output: {
|
|
11853
|
-
template: "verify_email" | "
|
|
11853
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11854
11854
|
body: string;
|
|
11855
11855
|
from: string;
|
|
11856
11856
|
subject: string;
|
|
@@ -11869,7 +11869,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11869
11869
|
$put: {
|
|
11870
11870
|
input: {
|
|
11871
11871
|
param: {
|
|
11872
|
-
templateName: "verify_email" | "
|
|
11872
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11873
11873
|
};
|
|
11874
11874
|
} & {
|
|
11875
11875
|
header: {
|
|
@@ -11877,7 +11877,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11877
11877
|
};
|
|
11878
11878
|
} & {
|
|
11879
11879
|
json: {
|
|
11880
|
-
template: "verify_email" | "
|
|
11880
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11881
11881
|
body: string;
|
|
11882
11882
|
subject: string;
|
|
11883
11883
|
syntax?: "liquid" | undefined;
|
|
@@ -11889,7 +11889,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11889
11889
|
};
|
|
11890
11890
|
};
|
|
11891
11891
|
output: {
|
|
11892
|
-
template: "verify_email" | "
|
|
11892
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11893
11893
|
body: string;
|
|
11894
11894
|
from: string;
|
|
11895
11895
|
subject: string;
|
|
@@ -11908,7 +11908,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11908
11908
|
$patch: {
|
|
11909
11909
|
input: {
|
|
11910
11910
|
param: {
|
|
11911
|
-
templateName: "verify_email" | "
|
|
11911
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11912
11912
|
};
|
|
11913
11913
|
} & {
|
|
11914
11914
|
header: {
|
|
@@ -11916,7 +11916,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11916
11916
|
};
|
|
11917
11917
|
} & {
|
|
11918
11918
|
json: {
|
|
11919
|
-
template?: "verify_email" | "
|
|
11919
|
+
template?: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
11920
11920
|
body?: string | undefined;
|
|
11921
11921
|
from?: string | undefined;
|
|
11922
11922
|
subject?: string | undefined;
|
|
@@ -11933,7 +11933,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11933
11933
|
} | {
|
|
11934
11934
|
input: {
|
|
11935
11935
|
param: {
|
|
11936
|
-
templateName: "verify_email" | "
|
|
11936
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11937
11937
|
};
|
|
11938
11938
|
} & {
|
|
11939
11939
|
header: {
|
|
@@ -11941,7 +11941,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11941
11941
|
};
|
|
11942
11942
|
} & {
|
|
11943
11943
|
json: {
|
|
11944
|
-
template?: "verify_email" | "
|
|
11944
|
+
template?: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
11945
11945
|
body?: string | undefined;
|
|
11946
11946
|
from?: string | undefined;
|
|
11947
11947
|
subject?: string | undefined;
|
|
@@ -11953,7 +11953,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11953
11953
|
};
|
|
11954
11954
|
};
|
|
11955
11955
|
output: {
|
|
11956
|
-
template: "verify_email" | "
|
|
11956
|
+
template: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11957
11957
|
body: string;
|
|
11958
11958
|
from: string;
|
|
11959
11959
|
subject: string;
|
|
@@ -11972,7 +11972,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11972
11972
|
$delete: {
|
|
11973
11973
|
input: {
|
|
11974
11974
|
param: {
|
|
11975
|
-
templateName: "verify_email" | "
|
|
11975
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11976
11976
|
};
|
|
11977
11977
|
} & {
|
|
11978
11978
|
header: {
|
|
@@ -11985,7 +11985,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11985
11985
|
} | {
|
|
11986
11986
|
input: {
|
|
11987
11987
|
param: {
|
|
11988
|
-
templateName: "verify_email" | "
|
|
11988
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11989
11989
|
};
|
|
11990
11990
|
} & {
|
|
11991
11991
|
header: {
|
|
@@ -12002,7 +12002,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12002
12002
|
$post: {
|
|
12003
12003
|
input: {
|
|
12004
12004
|
param: {
|
|
12005
|
-
templateName: "verify_email" | "
|
|
12005
|
+
templateName: "verify_email" | "password_reset" | "change_password" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12006
12006
|
};
|
|
12007
12007
|
} & {
|
|
12008
12008
|
header: {
|
|
@@ -12285,7 +12285,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12285
12285
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12286
12286
|
custom_domain_id: string;
|
|
12287
12287
|
primary: boolean;
|
|
12288
|
-
status: "
|
|
12288
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12289
12289
|
verification_method?: "txt" | undefined;
|
|
12290
12290
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12291
12291
|
domain_metadata?: {
|
|
@@ -12326,7 +12326,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12326
12326
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12327
12327
|
custom_domain_id: string;
|
|
12328
12328
|
primary: boolean;
|
|
12329
|
-
status: "
|
|
12329
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12330
12330
|
verification_method?: "txt" | undefined;
|
|
12331
12331
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12332
12332
|
domain_metadata?: {
|
|
@@ -12390,7 +12390,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12390
12390
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12391
12391
|
custom_domain_id: string;
|
|
12392
12392
|
primary: boolean;
|
|
12393
|
-
status: "
|
|
12393
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12394
12394
|
verification_method?: "txt" | undefined;
|
|
12395
12395
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12396
12396
|
domain_metadata?: {
|
|
@@ -12437,7 +12437,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12437
12437
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12438
12438
|
custom_domain_id: string;
|
|
12439
12439
|
primary: boolean;
|
|
12440
|
-
status: "
|
|
12440
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12441
12441
|
verification_method?: "txt" | undefined;
|
|
12442
12442
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12443
12443
|
domain_metadata?: {
|
|
@@ -12483,7 +12483,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12483
12483
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12484
12484
|
custom_domain_id: string;
|
|
12485
12485
|
primary: boolean;
|
|
12486
|
-
status: "
|
|
12486
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12487
12487
|
verification_method?: "txt" | undefined;
|
|
12488
12488
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12489
12489
|
domain_metadata?: {
|
|
@@ -12524,7 +12524,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12524
12524
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12525
12525
|
custom_domain_id: string;
|
|
12526
12526
|
primary: boolean;
|
|
12527
|
-
status: "
|
|
12527
|
+
status: "disabled" | "pending" | "ready" | "pending_verification";
|
|
12528
12528
|
verification_method?: "txt" | undefined;
|
|
12529
12529
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12530
12530
|
domain_metadata?: {
|
|
@@ -12572,7 +12572,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12572
12572
|
base_focus_color: string;
|
|
12573
12573
|
base_hover_color: string;
|
|
12574
12574
|
body_text: string;
|
|
12575
|
-
captcha_widget_theme: "
|
|
12575
|
+
captcha_widget_theme: "dark" | "light" | "auto";
|
|
12576
12576
|
error: string;
|
|
12577
12577
|
header: string;
|
|
12578
12578
|
icons: string;
|
|
@@ -12623,7 +12623,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12623
12623
|
background_color: string;
|
|
12624
12624
|
background_image_url: string;
|
|
12625
12625
|
page_layout: "center" | "left" | "right";
|
|
12626
|
-
logo_placement?: "
|
|
12626
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
12627
12627
|
};
|
|
12628
12628
|
widget: {
|
|
12629
12629
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -12662,7 +12662,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12662
12662
|
base_focus_color: string;
|
|
12663
12663
|
base_hover_color: string;
|
|
12664
12664
|
body_text: string;
|
|
12665
|
-
captcha_widget_theme: "
|
|
12665
|
+
captcha_widget_theme: "dark" | "light" | "auto";
|
|
12666
12666
|
error: string;
|
|
12667
12667
|
header: string;
|
|
12668
12668
|
icons: string;
|
|
@@ -12713,7 +12713,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12713
12713
|
background_color: string;
|
|
12714
12714
|
background_image_url: string;
|
|
12715
12715
|
page_layout: "center" | "left" | "right";
|
|
12716
|
-
logo_placement?: "
|
|
12716
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
12717
12717
|
};
|
|
12718
12718
|
widget: {
|
|
12719
12719
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -12741,7 +12741,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12741
12741
|
base_focus_color: string;
|
|
12742
12742
|
base_hover_color: string;
|
|
12743
12743
|
body_text: string;
|
|
12744
|
-
captcha_widget_theme: "
|
|
12744
|
+
captcha_widget_theme: "dark" | "light" | "auto";
|
|
12745
12745
|
error: string;
|
|
12746
12746
|
header: string;
|
|
12747
12747
|
icons: string;
|
|
@@ -12792,7 +12792,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12792
12792
|
background_color: string;
|
|
12793
12793
|
background_image_url: string;
|
|
12794
12794
|
page_layout: "center" | "left" | "right";
|
|
12795
|
-
logo_placement?: "
|
|
12795
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
12796
12796
|
};
|
|
12797
12797
|
widget: {
|
|
12798
12798
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -12831,7 +12831,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12831
12831
|
font?: {
|
|
12832
12832
|
url: string;
|
|
12833
12833
|
} | undefined;
|
|
12834
|
-
dark_mode?: "
|
|
12834
|
+
dark_mode?: "dark" | "light" | "auto" | undefined;
|
|
12835
12835
|
};
|
|
12836
12836
|
outputFormat: "json";
|
|
12837
12837
|
status: 200;
|
|
@@ -12861,7 +12861,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12861
12861
|
font?: {
|
|
12862
12862
|
url: string;
|
|
12863
12863
|
} | undefined;
|
|
12864
|
-
dark_mode?: "
|
|
12864
|
+
dark_mode?: "dark" | "light" | "auto" | undefined;
|
|
12865
12865
|
};
|
|
12866
12866
|
};
|
|
12867
12867
|
output: {
|
|
@@ -12880,7 +12880,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12880
12880
|
font?: {
|
|
12881
12881
|
url: string;
|
|
12882
12882
|
} | undefined;
|
|
12883
|
-
dark_mode?: "
|
|
12883
|
+
dark_mode?: "dark" | "light" | "auto" | undefined;
|
|
12884
12884
|
};
|
|
12885
12885
|
outputFormat: "json";
|
|
12886
12886
|
status: 200;
|
|
@@ -12954,7 +12954,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12954
12954
|
} & {
|
|
12955
12955
|
json: {
|
|
12956
12956
|
body?: string | undefined;
|
|
12957
|
-
screen?: "
|
|
12957
|
+
screen?: "password" | "identifier" | "signup" | "login" | undefined;
|
|
12958
12958
|
branding?: {
|
|
12959
12959
|
colors?: {
|
|
12960
12960
|
primary: string;
|
|
@@ -12971,7 +12971,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12971
12971
|
font?: {
|
|
12972
12972
|
url: string;
|
|
12973
12973
|
} | undefined;
|
|
12974
|
-
dark_mode?: "
|
|
12974
|
+
dark_mode?: "dark" | "light" | "auto" | undefined;
|
|
12975
12975
|
} | undefined;
|
|
12976
12976
|
theme?: {
|
|
12977
12977
|
borders?: {
|
|
@@ -12989,7 +12989,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12989
12989
|
base_focus_color: string;
|
|
12990
12990
|
base_hover_color: string;
|
|
12991
12991
|
body_text: string;
|
|
12992
|
-
captcha_widget_theme: "
|
|
12992
|
+
captcha_widget_theme: "dark" | "light" | "auto";
|
|
12993
12993
|
error: string;
|
|
12994
12994
|
header: string;
|
|
12995
12995
|
icons: string;
|
|
@@ -13040,7 +13040,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13040
13040
|
background_color: string;
|
|
13041
13041
|
background_image_url: string;
|
|
13042
13042
|
page_layout: "center" | "left" | "right";
|
|
13043
|
-
logo_placement?: "
|
|
13043
|
+
logo_placement?: "none" | "widget" | "chip" | undefined;
|
|
13044
13044
|
} | undefined;
|
|
13045
13045
|
widget?: {
|
|
13046
13046
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -13123,7 +13123,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13123
13123
|
json: {
|
|
13124
13124
|
bindings: {
|
|
13125
13125
|
ref: {
|
|
13126
|
-
type?: "
|
|
13126
|
+
type?: "action_name" | "action_id" | undefined;
|
|
13127
13127
|
value?: string | undefined;
|
|
13128
13128
|
id?: string | undefined;
|
|
13129
13129
|
name?: string | undefined;
|
|
@@ -13198,7 +13198,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13198
13198
|
output: {
|
|
13199
13199
|
id: string;
|
|
13200
13200
|
trigger_id: string;
|
|
13201
|
-
status: "pending" | "
|
|
13201
|
+
status: "pending" | "unspecified" | "final" | "partial" | "canceled" | "suspended";
|
|
13202
13202
|
results: {
|
|
13203
13203
|
action_name: string;
|
|
13204
13204
|
error: {
|
|
@@ -13245,7 +13245,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13245
13245
|
logs: {
|
|
13246
13246
|
action_name: string;
|
|
13247
13247
|
lines: {
|
|
13248
|
-
level: "
|
|
13248
|
+
level: "error" | "log" | "info" | "warn" | "debug";
|
|
13249
13249
|
message: string;
|
|
13250
13250
|
}[];
|
|
13251
13251
|
}[];
|
|
@@ -13912,7 +13912,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13912
13912
|
args: import("hono/utils/types").JSONValue[];
|
|
13913
13913
|
}[];
|
|
13914
13914
|
logs: {
|
|
13915
|
-
level: "
|
|
13915
|
+
level: "error" | "log" | "info" | "warn" | "debug";
|
|
13916
13916
|
message: string;
|
|
13917
13917
|
}[];
|
|
13918
13918
|
error?: string | undefined;
|
|
@@ -13926,6 +13926,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13926
13926
|
Bindings: Bindings;
|
|
13927
13927
|
Variables: Variables;
|
|
13928
13928
|
}, import("hono/types").MergeSchemaPath<{
|
|
13929
|
+
"/:initials": {
|
|
13930
|
+
$get: {
|
|
13931
|
+
input: {
|
|
13932
|
+
param: {
|
|
13933
|
+
initials: string;
|
|
13934
|
+
};
|
|
13935
|
+
};
|
|
13936
|
+
output: string;
|
|
13937
|
+
outputFormat: "body";
|
|
13938
|
+
status: 200;
|
|
13939
|
+
};
|
|
13940
|
+
};
|
|
13941
|
+
}, "/avatars"> & import("hono/types").MergeSchemaPath<{
|
|
13929
13942
|
"/": {
|
|
13930
13943
|
$get: {
|
|
13931
13944
|
input: {
|
|
@@ -14356,7 +14369,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14356
14369
|
client_id: string;
|
|
14357
14370
|
redirect_url?: string | undefined;
|
|
14358
14371
|
login_hint?: string | undefined;
|
|
14359
|
-
screen_hint?: "
|
|
14372
|
+
screen_hint?: "account" | "change-email" | "change-phone" | "change-password" | undefined;
|
|
14360
14373
|
};
|
|
14361
14374
|
};
|
|
14362
14375
|
output: {};
|
|
@@ -14368,7 +14381,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14368
14381
|
client_id: string;
|
|
14369
14382
|
redirect_url?: string | undefined;
|
|
14370
14383
|
login_hint?: string | undefined;
|
|
14371
|
-
screen_hint?: "
|
|
14384
|
+
screen_hint?: "account" | "change-email" | "change-phone" | "change-password" | undefined;
|
|
14372
14385
|
};
|
|
14373
14386
|
};
|
|
14374
14387
|
output: {
|
|
@@ -14645,19 +14658,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14645
14658
|
email: string;
|
|
14646
14659
|
send: "code" | "link";
|
|
14647
14660
|
authParams: {
|
|
14648
|
-
state?: string | undefined;
|
|
14649
14661
|
username?: string | undefined;
|
|
14650
|
-
|
|
14662
|
+
audience?: string | undefined;
|
|
14663
|
+
scope?: string | undefined;
|
|
14664
|
+
state?: string | undefined;
|
|
14651
14665
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14652
14666
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14667
|
+
code_challenge?: string | undefined;
|
|
14668
|
+
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14653
14669
|
redirect_uri?: string | undefined;
|
|
14654
|
-
audience?: string | undefined;
|
|
14655
|
-
organization?: string | undefined;
|
|
14656
14670
|
nonce?: string | undefined;
|
|
14657
|
-
|
|
14671
|
+
act_as?: string | undefined;
|
|
14672
|
+
organization?: string | undefined;
|
|
14658
14673
|
prompt?: string | undefined;
|
|
14659
|
-
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14660
|
-
code_challenge?: string | undefined;
|
|
14661
14674
|
ui_locales?: string | undefined;
|
|
14662
14675
|
max_age?: number | undefined;
|
|
14663
14676
|
acr_values?: string | undefined;
|
|
@@ -14681,19 +14694,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14681
14694
|
phone_number: string;
|
|
14682
14695
|
send: "code" | "link";
|
|
14683
14696
|
authParams: {
|
|
14684
|
-
state?: string | undefined;
|
|
14685
14697
|
username?: string | undefined;
|
|
14686
|
-
|
|
14698
|
+
audience?: string | undefined;
|
|
14699
|
+
scope?: string | undefined;
|
|
14700
|
+
state?: string | undefined;
|
|
14687
14701
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14688
14702
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14703
|
+
code_challenge?: string | undefined;
|
|
14704
|
+
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14689
14705
|
redirect_uri?: string | undefined;
|
|
14690
|
-
audience?: string | undefined;
|
|
14691
|
-
organization?: string | undefined;
|
|
14692
14706
|
nonce?: string | undefined;
|
|
14693
|
-
|
|
14707
|
+
act_as?: string | undefined;
|
|
14708
|
+
organization?: string | undefined;
|
|
14694
14709
|
prompt?: string | undefined;
|
|
14695
|
-
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14696
|
-
code_challenge?: string | undefined;
|
|
14697
14710
|
ui_locales?: string | undefined;
|
|
14698
14711
|
max_age?: number | undefined;
|
|
14699
14712
|
acr_values?: string | undefined;
|
|
@@ -16221,7 +16234,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16221
16234
|
} & {
|
|
16222
16235
|
form: {
|
|
16223
16236
|
username: string;
|
|
16224
|
-
login_selection?: "
|
|
16237
|
+
login_selection?: "password" | "code" | undefined;
|
|
16225
16238
|
};
|
|
16226
16239
|
};
|
|
16227
16240
|
output: {};
|
|
@@ -16235,7 +16248,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16235
16248
|
} & {
|
|
16236
16249
|
form: {
|
|
16237
16250
|
username: string;
|
|
16238
|
-
login_selection?: "
|
|
16251
|
+
login_selection?: "password" | "code" | undefined;
|
|
16239
16252
|
};
|
|
16240
16253
|
};
|
|
16241
16254
|
output: {};
|
|
@@ -16600,7 +16613,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16600
16613
|
$get: {
|
|
16601
16614
|
input: {
|
|
16602
16615
|
param: {
|
|
16603
|
-
screen: "signup" | "login" | "
|
|
16616
|
+
screen: "signup" | "login" | "account" | "reset-password" | "consent" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
16604
16617
|
};
|
|
16605
16618
|
} & {
|
|
16606
16619
|
query: {
|
|
@@ -16616,7 +16629,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16616
16629
|
} | {
|
|
16617
16630
|
input: {
|
|
16618
16631
|
param: {
|
|
16619
|
-
screen: "signup" | "login" | "
|
|
16632
|
+
screen: "signup" | "login" | "account" | "reset-password" | "consent" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
16620
16633
|
};
|
|
16621
16634
|
} & {
|
|
16622
16635
|
query: {
|
|
@@ -16632,7 +16645,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16632
16645
|
} | {
|
|
16633
16646
|
input: {
|
|
16634
16647
|
param: {
|
|
16635
|
-
screen: "signup" | "login" | "
|
|
16648
|
+
screen: "signup" | "login" | "account" | "reset-password" | "consent" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
16636
16649
|
};
|
|
16637
16650
|
} & {
|
|
16638
16651
|
query: {
|