authhero 9.1.0 → 9.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/u/widget/authhero-widget.esm.js +1 -1
- package/dist/assets/u/widget/{p-eca60302.entry.js → p-c179b5da.entry.js} +1 -1
- package/dist/authhero.cjs +204 -204
- package/dist/authhero.d.ts +203 -197
- package/dist/authhero.mjs +22172 -22216
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/common.d.ts +6 -0
- package/dist/types/helpers/service-token.d.ts +16 -5
- package/dist/types/hooks/post-user-login.d.ts +6 -0
- package/dist/types/index.d.ts +197 -197
- package/dist/types/routes/auth-api/index.d.ts +10 -10
- package/dist/types/routes/auth-api/oidc-logout.d.ts +2 -2
- package/dist/types/routes/auth-api/passwordless.d.ts +10 -10
- package/dist/types/routes/management-api/connections.d.ts +1 -1
- package/dist/types/routes/management-api/email-templates.d.ts +18 -18
- package/dist/types/routes/management-api/index.d.ts +182 -182
- package/dist/types/routes/management-api/organizations.d.ts +5 -5
- package/dist/types/routes/universal-login/flow-api.d.ts +12 -12
- package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
- package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
- package/package.json +4 -4
package/dist/types/index.d.ts
CHANGED
|
@@ -78,8 +78,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
78
78
|
$get: {
|
|
79
79
|
input: {
|
|
80
80
|
query: {
|
|
81
|
-
include_password_hashes?: "
|
|
82
|
-
gzip?: "
|
|
81
|
+
include_password_hashes?: "false" | "true" | undefined;
|
|
82
|
+
gzip?: "false" | "true" | undefined;
|
|
83
83
|
};
|
|
84
84
|
} & {
|
|
85
85
|
header: {
|
|
@@ -92,8 +92,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
92
92
|
} | {
|
|
93
93
|
input: {
|
|
94
94
|
query: {
|
|
95
|
-
include_password_hashes?: "
|
|
96
|
-
gzip?: "
|
|
95
|
+
include_password_hashes?: "false" | "true" | undefined;
|
|
96
|
+
gzip?: "false" | "true" | undefined;
|
|
97
97
|
};
|
|
98
98
|
} & {
|
|
99
99
|
header: {
|
|
@@ -112,7 +112,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
112
112
|
$post: {
|
|
113
113
|
input: {
|
|
114
114
|
query: {
|
|
115
|
-
include_password_hashes?: "
|
|
115
|
+
include_password_hashes?: "false" | "true" | undefined;
|
|
116
116
|
};
|
|
117
117
|
} & {
|
|
118
118
|
header: {
|
|
@@ -306,7 +306,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
306
306
|
};
|
|
307
307
|
};
|
|
308
308
|
output: {
|
|
309
|
-
name: "
|
|
309
|
+
name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
310
310
|
enabled: boolean;
|
|
311
311
|
trial_expired?: boolean | undefined;
|
|
312
312
|
}[];
|
|
@@ -461,7 +461,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
461
461
|
$get: {
|
|
462
462
|
input: {
|
|
463
463
|
param: {
|
|
464
|
-
factor_name: "
|
|
464
|
+
factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
465
465
|
};
|
|
466
466
|
} & {
|
|
467
467
|
header: {
|
|
@@ -469,7 +469,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
469
469
|
};
|
|
470
470
|
};
|
|
471
471
|
output: {
|
|
472
|
-
name: "
|
|
472
|
+
name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
473
473
|
enabled: boolean;
|
|
474
474
|
trial_expired?: boolean | undefined;
|
|
475
475
|
};
|
|
@@ -482,7 +482,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
482
482
|
$put: {
|
|
483
483
|
input: {
|
|
484
484
|
param: {
|
|
485
|
-
factor_name: "
|
|
485
|
+
factor_name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
486
486
|
};
|
|
487
487
|
} & {
|
|
488
488
|
header: {
|
|
@@ -494,7 +494,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
494
494
|
};
|
|
495
495
|
};
|
|
496
496
|
output: {
|
|
497
|
-
name: "
|
|
497
|
+
name: "email" | "otp" | "sms" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
498
498
|
enabled: boolean;
|
|
499
499
|
trial_expired?: boolean | undefined;
|
|
500
500
|
};
|
|
@@ -1266,19 +1266,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1266
1266
|
} & {
|
|
1267
1267
|
json: {
|
|
1268
1268
|
client_id: string;
|
|
1269
|
-
invitee: {
|
|
1270
|
-
email?: string | undefined;
|
|
1271
|
-
};
|
|
1272
1269
|
inviter: {
|
|
1273
1270
|
name?: string | undefined;
|
|
1274
1271
|
};
|
|
1275
|
-
|
|
1276
|
-
|
|
1272
|
+
invitee: {
|
|
1273
|
+
email?: string | undefined;
|
|
1274
|
+
};
|
|
1277
1275
|
app_metadata?: Record<string, any> | undefined;
|
|
1278
1276
|
user_metadata?: Record<string, any> | undefined;
|
|
1277
|
+
id?: string | undefined;
|
|
1278
|
+
connection_id?: string | undefined;
|
|
1279
1279
|
roles?: string[] | undefined;
|
|
1280
|
-
send_invitation_email?: boolean | undefined;
|
|
1281
1280
|
ttl_sec?: number | undefined;
|
|
1281
|
+
send_invitation_email?: boolean | undefined;
|
|
1282
1282
|
};
|
|
1283
1283
|
};
|
|
1284
1284
|
output: {
|
|
@@ -1461,8 +1461,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1461
1461
|
};
|
|
1462
1462
|
} & {
|
|
1463
1463
|
json: {
|
|
1464
|
-
show_as_button?: boolean | undefined;
|
|
1465
1464
|
assign_membership_on_login?: boolean | undefined;
|
|
1465
|
+
show_as_button?: boolean | undefined;
|
|
1466
1466
|
is_signup_enabled?: boolean | undefined;
|
|
1467
1467
|
};
|
|
1468
1468
|
};
|
|
@@ -2758,7 +2758,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2758
2758
|
hint?: string | undefined;
|
|
2759
2759
|
messages?: {
|
|
2760
2760
|
text: string;
|
|
2761
|
-
type: "
|
|
2761
|
+
type: "success" | "error" | "info" | "warning";
|
|
2762
2762
|
id?: number | undefined;
|
|
2763
2763
|
}[] | undefined;
|
|
2764
2764
|
required?: boolean | undefined;
|
|
@@ -2776,7 +2776,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2776
2776
|
hint?: string | undefined;
|
|
2777
2777
|
messages?: {
|
|
2778
2778
|
text: string;
|
|
2779
|
-
type: "
|
|
2779
|
+
type: "success" | "error" | "info" | "warning";
|
|
2780
2780
|
id?: number | undefined;
|
|
2781
2781
|
}[] | undefined;
|
|
2782
2782
|
required?: boolean | undefined;
|
|
@@ -2800,7 +2800,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2800
2800
|
hint?: string | undefined;
|
|
2801
2801
|
messages?: {
|
|
2802
2802
|
text: string;
|
|
2803
|
-
type: "
|
|
2803
|
+
type: "success" | "error" | "info" | "warning";
|
|
2804
2804
|
id?: number | undefined;
|
|
2805
2805
|
}[] | undefined;
|
|
2806
2806
|
required?: boolean | undefined;
|
|
@@ -2824,7 +2824,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2824
2824
|
hint?: string | undefined;
|
|
2825
2825
|
messages?: {
|
|
2826
2826
|
text: string;
|
|
2827
|
-
type: "
|
|
2827
|
+
type: "success" | "error" | "info" | "warning";
|
|
2828
2828
|
id?: number | undefined;
|
|
2829
2829
|
}[] | undefined;
|
|
2830
2830
|
required?: boolean | undefined;
|
|
@@ -2848,7 +2848,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2848
2848
|
hint?: string | undefined;
|
|
2849
2849
|
messages?: {
|
|
2850
2850
|
text: string;
|
|
2851
|
-
type: "
|
|
2851
|
+
type: "success" | "error" | "info" | "warning";
|
|
2852
2852
|
id?: number | undefined;
|
|
2853
2853
|
}[] | undefined;
|
|
2854
2854
|
required?: boolean | undefined;
|
|
@@ -2877,7 +2877,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2877
2877
|
hint?: string | undefined;
|
|
2878
2878
|
messages?: {
|
|
2879
2879
|
text: string;
|
|
2880
|
-
type: "
|
|
2880
|
+
type: "success" | "error" | "info" | "warning";
|
|
2881
2881
|
id?: number | undefined;
|
|
2882
2882
|
}[] | undefined;
|
|
2883
2883
|
required?: boolean | undefined;
|
|
@@ -2892,7 +2892,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2892
2892
|
hint?: string | undefined;
|
|
2893
2893
|
messages?: {
|
|
2894
2894
|
text: string;
|
|
2895
|
-
type: "
|
|
2895
|
+
type: "success" | "error" | "info" | "warning";
|
|
2896
2896
|
id?: number | undefined;
|
|
2897
2897
|
}[] | undefined;
|
|
2898
2898
|
required?: boolean | undefined;
|
|
@@ -2913,7 +2913,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2913
2913
|
hint?: string | undefined;
|
|
2914
2914
|
messages?: {
|
|
2915
2915
|
text: string;
|
|
2916
|
-
type: "
|
|
2916
|
+
type: "success" | "error" | "info" | "warning";
|
|
2917
2917
|
id?: number | undefined;
|
|
2918
2918
|
}[] | undefined;
|
|
2919
2919
|
required?: boolean | undefined;
|
|
@@ -2938,7 +2938,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2938
2938
|
hint?: string | undefined;
|
|
2939
2939
|
messages?: {
|
|
2940
2940
|
text: string;
|
|
2941
|
-
type: "
|
|
2941
|
+
type: "success" | "error" | "info" | "warning";
|
|
2942
2942
|
id?: number | undefined;
|
|
2943
2943
|
}[] | undefined;
|
|
2944
2944
|
required?: boolean | undefined;
|
|
@@ -2957,7 +2957,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2957
2957
|
hint?: string | undefined;
|
|
2958
2958
|
messages?: {
|
|
2959
2959
|
text: string;
|
|
2960
|
-
type: "
|
|
2960
|
+
type: "success" | "error" | "info" | "warning";
|
|
2961
2961
|
id?: number | undefined;
|
|
2962
2962
|
}[] | undefined;
|
|
2963
2963
|
required?: boolean | undefined;
|
|
@@ -2977,7 +2977,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2977
2977
|
hint?: string | undefined;
|
|
2978
2978
|
messages?: {
|
|
2979
2979
|
text: string;
|
|
2980
|
-
type: "
|
|
2980
|
+
type: "success" | "error" | "info" | "warning";
|
|
2981
2981
|
id?: number | undefined;
|
|
2982
2982
|
}[] | undefined;
|
|
2983
2983
|
required?: boolean | undefined;
|
|
@@ -2996,7 +2996,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2996
2996
|
hint?: string | undefined;
|
|
2997
2997
|
messages?: {
|
|
2998
2998
|
text: string;
|
|
2999
|
-
type: "
|
|
2999
|
+
type: "success" | "error" | "info" | "warning";
|
|
3000
3000
|
id?: number | undefined;
|
|
3001
3001
|
}[] | undefined;
|
|
3002
3002
|
required?: boolean | undefined;
|
|
@@ -3018,7 +3018,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3018
3018
|
hint?: string | undefined;
|
|
3019
3019
|
messages?: {
|
|
3020
3020
|
text: string;
|
|
3021
|
-
type: "
|
|
3021
|
+
type: "success" | "error" | "info" | "warning";
|
|
3022
3022
|
id?: number | undefined;
|
|
3023
3023
|
}[] | undefined;
|
|
3024
3024
|
required?: boolean | undefined;
|
|
@@ -3040,7 +3040,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3040
3040
|
hint?: string | undefined;
|
|
3041
3041
|
messages?: {
|
|
3042
3042
|
text: string;
|
|
3043
|
-
type: "
|
|
3043
|
+
type: "success" | "error" | "info" | "warning";
|
|
3044
3044
|
id?: number | undefined;
|
|
3045
3045
|
}[] | undefined;
|
|
3046
3046
|
required?: boolean | undefined;
|
|
@@ -3059,7 +3059,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3059
3059
|
hint?: string | undefined;
|
|
3060
3060
|
messages?: {
|
|
3061
3061
|
text: string;
|
|
3062
|
-
type: "
|
|
3062
|
+
type: "success" | "error" | "info" | "warning";
|
|
3063
3063
|
id?: number | undefined;
|
|
3064
3064
|
}[] | undefined;
|
|
3065
3065
|
required?: boolean | undefined;
|
|
@@ -3086,7 +3086,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3086
3086
|
hint?: string | undefined;
|
|
3087
3087
|
messages?: {
|
|
3088
3088
|
text: string;
|
|
3089
|
-
type: "
|
|
3089
|
+
type: "success" | "error" | "info" | "warning";
|
|
3090
3090
|
id?: number | undefined;
|
|
3091
3091
|
}[] | undefined;
|
|
3092
3092
|
required?: boolean | undefined;
|
|
@@ -3107,7 +3107,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3107
3107
|
hint?: string | undefined;
|
|
3108
3108
|
messages?: {
|
|
3109
3109
|
text: string;
|
|
3110
|
-
type: "
|
|
3110
|
+
type: "success" | "error" | "info" | "warning";
|
|
3111
3111
|
id?: number | undefined;
|
|
3112
3112
|
}[] | undefined;
|
|
3113
3113
|
required?: boolean | undefined;
|
|
@@ -3128,7 +3128,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3128
3128
|
hint?: string | undefined;
|
|
3129
3129
|
messages?: {
|
|
3130
3130
|
text: string;
|
|
3131
|
-
type: "
|
|
3131
|
+
type: "success" | "error" | "info" | "warning";
|
|
3132
3132
|
id?: number | undefined;
|
|
3133
3133
|
}[] | undefined;
|
|
3134
3134
|
required?: boolean | undefined;
|
|
@@ -3361,7 +3361,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3361
3361
|
hint?: string | undefined;
|
|
3362
3362
|
messages?: {
|
|
3363
3363
|
text: string;
|
|
3364
|
-
type: "
|
|
3364
|
+
type: "success" | "error" | "info" | "warning";
|
|
3365
3365
|
id?: number | undefined;
|
|
3366
3366
|
}[] | undefined;
|
|
3367
3367
|
required?: boolean | undefined;
|
|
@@ -3379,7 +3379,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3379
3379
|
hint?: string | undefined;
|
|
3380
3380
|
messages?: {
|
|
3381
3381
|
text: string;
|
|
3382
|
-
type: "
|
|
3382
|
+
type: "success" | "error" | "info" | "warning";
|
|
3383
3383
|
id?: number | undefined;
|
|
3384
3384
|
}[] | undefined;
|
|
3385
3385
|
required?: boolean | undefined;
|
|
@@ -3403,7 +3403,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3403
3403
|
hint?: string | undefined;
|
|
3404
3404
|
messages?: {
|
|
3405
3405
|
text: string;
|
|
3406
|
-
type: "
|
|
3406
|
+
type: "success" | "error" | "info" | "warning";
|
|
3407
3407
|
id?: number | undefined;
|
|
3408
3408
|
}[] | undefined;
|
|
3409
3409
|
required?: boolean | undefined;
|
|
@@ -3427,7 +3427,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3427
3427
|
hint?: string | undefined;
|
|
3428
3428
|
messages?: {
|
|
3429
3429
|
text: string;
|
|
3430
|
-
type: "
|
|
3430
|
+
type: "success" | "error" | "info" | "warning";
|
|
3431
3431
|
id?: number | undefined;
|
|
3432
3432
|
}[] | undefined;
|
|
3433
3433
|
required?: boolean | undefined;
|
|
@@ -3451,7 +3451,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3451
3451
|
hint?: string | undefined;
|
|
3452
3452
|
messages?: {
|
|
3453
3453
|
text: string;
|
|
3454
|
-
type: "
|
|
3454
|
+
type: "success" | "error" | "info" | "warning";
|
|
3455
3455
|
id?: number | undefined;
|
|
3456
3456
|
}[] | undefined;
|
|
3457
3457
|
required?: boolean | undefined;
|
|
@@ -3480,7 +3480,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3480
3480
|
hint?: string | undefined;
|
|
3481
3481
|
messages?: {
|
|
3482
3482
|
text: string;
|
|
3483
|
-
type: "
|
|
3483
|
+
type: "success" | "error" | "info" | "warning";
|
|
3484
3484
|
id?: number | undefined;
|
|
3485
3485
|
}[] | undefined;
|
|
3486
3486
|
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: "success" | "error" | "info" | "warning";
|
|
3499
3499
|
id?: number | undefined;
|
|
3500
3500
|
}[] | undefined;
|
|
3501
3501
|
required?: boolean | undefined;
|
|
@@ -3516,7 +3516,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3516
3516
|
hint?: string | undefined;
|
|
3517
3517
|
messages?: {
|
|
3518
3518
|
text: string;
|
|
3519
|
-
type: "
|
|
3519
|
+
type: "success" | "error" | "info" | "warning";
|
|
3520
3520
|
id?: number | undefined;
|
|
3521
3521
|
}[] | undefined;
|
|
3522
3522
|
required?: boolean | undefined;
|
|
@@ -3541,7 +3541,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3541
3541
|
hint?: string | undefined;
|
|
3542
3542
|
messages?: {
|
|
3543
3543
|
text: string;
|
|
3544
|
-
type: "
|
|
3544
|
+
type: "success" | "error" | "info" | "warning";
|
|
3545
3545
|
id?: number | undefined;
|
|
3546
3546
|
}[] | undefined;
|
|
3547
3547
|
required?: boolean | undefined;
|
|
@@ -3560,7 +3560,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3560
3560
|
hint?: string | undefined;
|
|
3561
3561
|
messages?: {
|
|
3562
3562
|
text: string;
|
|
3563
|
-
type: "
|
|
3563
|
+
type: "success" | "error" | "info" | "warning";
|
|
3564
3564
|
id?: number | undefined;
|
|
3565
3565
|
}[] | undefined;
|
|
3566
3566
|
required?: boolean | undefined;
|
|
@@ -3580,7 +3580,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3580
3580
|
hint?: string | undefined;
|
|
3581
3581
|
messages?: {
|
|
3582
3582
|
text: string;
|
|
3583
|
-
type: "
|
|
3583
|
+
type: "success" | "error" | "info" | "warning";
|
|
3584
3584
|
id?: number | undefined;
|
|
3585
3585
|
}[] | undefined;
|
|
3586
3586
|
required?: boolean | undefined;
|
|
@@ -3599,7 +3599,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3599
3599
|
hint?: string | undefined;
|
|
3600
3600
|
messages?: {
|
|
3601
3601
|
text: string;
|
|
3602
|
-
type: "
|
|
3602
|
+
type: "success" | "error" | "info" | "warning";
|
|
3603
3603
|
id?: number | undefined;
|
|
3604
3604
|
}[] | undefined;
|
|
3605
3605
|
required?: boolean | undefined;
|
|
@@ -3621,7 +3621,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3621
3621
|
hint?: string | undefined;
|
|
3622
3622
|
messages?: {
|
|
3623
3623
|
text: string;
|
|
3624
|
-
type: "
|
|
3624
|
+
type: "success" | "error" | "info" | "warning";
|
|
3625
3625
|
id?: number | undefined;
|
|
3626
3626
|
}[] | undefined;
|
|
3627
3627
|
required?: boolean | undefined;
|
|
@@ -3643,7 +3643,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3643
3643
|
hint?: string | undefined;
|
|
3644
3644
|
messages?: {
|
|
3645
3645
|
text: string;
|
|
3646
|
-
type: "
|
|
3646
|
+
type: "success" | "error" | "info" | "warning";
|
|
3647
3647
|
id?: number | undefined;
|
|
3648
3648
|
}[] | undefined;
|
|
3649
3649
|
required?: boolean | undefined;
|
|
@@ -3662,7 +3662,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3662
3662
|
hint?: string | undefined;
|
|
3663
3663
|
messages?: {
|
|
3664
3664
|
text: string;
|
|
3665
|
-
type: "
|
|
3665
|
+
type: "success" | "error" | "info" | "warning";
|
|
3666
3666
|
id?: number | undefined;
|
|
3667
3667
|
}[] | undefined;
|
|
3668
3668
|
required?: boolean | undefined;
|
|
@@ -3689,7 +3689,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3689
3689
|
hint?: string | undefined;
|
|
3690
3690
|
messages?: {
|
|
3691
3691
|
text: string;
|
|
3692
|
-
type: "
|
|
3692
|
+
type: "success" | "error" | "info" | "warning";
|
|
3693
3693
|
id?: number | undefined;
|
|
3694
3694
|
}[] | undefined;
|
|
3695
3695
|
required?: boolean | undefined;
|
|
@@ -3710,7 +3710,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3710
3710
|
hint?: string | undefined;
|
|
3711
3711
|
messages?: {
|
|
3712
3712
|
text: string;
|
|
3713
|
-
type: "
|
|
3713
|
+
type: "success" | "error" | "info" | "warning";
|
|
3714
3714
|
id?: number | undefined;
|
|
3715
3715
|
}[] | undefined;
|
|
3716
3716
|
required?: boolean | undefined;
|
|
@@ -3731,7 +3731,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3731
3731
|
hint?: string | undefined;
|
|
3732
3732
|
messages?: {
|
|
3733
3733
|
text: string;
|
|
3734
|
-
type: "
|
|
3734
|
+
type: "success" | "error" | "info" | "warning";
|
|
3735
3735
|
id?: number | undefined;
|
|
3736
3736
|
}[] | undefined;
|
|
3737
3737
|
required?: boolean | undefined;
|
|
@@ -3980,7 +3980,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3980
3980
|
hint?: string | undefined;
|
|
3981
3981
|
messages?: {
|
|
3982
3982
|
text: string;
|
|
3983
|
-
type: "
|
|
3983
|
+
type: "success" | "error" | "info" | "warning";
|
|
3984
3984
|
id?: number | undefined;
|
|
3985
3985
|
}[] | undefined;
|
|
3986
3986
|
required?: boolean | undefined;
|
|
@@ -3998,7 +3998,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3998
3998
|
hint?: string | undefined;
|
|
3999
3999
|
messages?: {
|
|
4000
4000
|
text: string;
|
|
4001
|
-
type: "
|
|
4001
|
+
type: "success" | "error" | "info" | "warning";
|
|
4002
4002
|
id?: number | undefined;
|
|
4003
4003
|
}[] | undefined;
|
|
4004
4004
|
required?: boolean | undefined;
|
|
@@ -4022,7 +4022,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4022
4022
|
hint?: string | undefined;
|
|
4023
4023
|
messages?: {
|
|
4024
4024
|
text: string;
|
|
4025
|
-
type: "
|
|
4025
|
+
type: "success" | "error" | "info" | "warning";
|
|
4026
4026
|
id?: number | undefined;
|
|
4027
4027
|
}[] | undefined;
|
|
4028
4028
|
required?: boolean | undefined;
|
|
@@ -4046,7 +4046,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4046
4046
|
hint?: string | undefined;
|
|
4047
4047
|
messages?: {
|
|
4048
4048
|
text: string;
|
|
4049
|
-
type: "
|
|
4049
|
+
type: "success" | "error" | "info" | "warning";
|
|
4050
4050
|
id?: number | undefined;
|
|
4051
4051
|
}[] | undefined;
|
|
4052
4052
|
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: "success" | "error" | "info" | "warning";
|
|
4074
4074
|
id?: number | undefined;
|
|
4075
4075
|
}[] | undefined;
|
|
4076
4076
|
required?: boolean | undefined;
|
|
@@ -4099,7 +4099,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4099
4099
|
hint?: string | undefined;
|
|
4100
4100
|
messages?: {
|
|
4101
4101
|
text: string;
|
|
4102
|
-
type: "
|
|
4102
|
+
type: "success" | "error" | "info" | "warning";
|
|
4103
4103
|
id?: number | undefined;
|
|
4104
4104
|
}[] | undefined;
|
|
4105
4105
|
required?: boolean | undefined;
|
|
@@ -4114,7 +4114,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4114
4114
|
hint?: string | undefined;
|
|
4115
4115
|
messages?: {
|
|
4116
4116
|
text: string;
|
|
4117
|
-
type: "
|
|
4117
|
+
type: "success" | "error" | "info" | "warning";
|
|
4118
4118
|
id?: number | undefined;
|
|
4119
4119
|
}[] | undefined;
|
|
4120
4120
|
required?: boolean | undefined;
|
|
@@ -4135,7 +4135,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4135
4135
|
hint?: string | undefined;
|
|
4136
4136
|
messages?: {
|
|
4137
4137
|
text: string;
|
|
4138
|
-
type: "
|
|
4138
|
+
type: "success" | "error" | "info" | "warning";
|
|
4139
4139
|
id?: number | undefined;
|
|
4140
4140
|
}[] | undefined;
|
|
4141
4141
|
required?: boolean | undefined;
|
|
@@ -4160,7 +4160,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4160
4160
|
hint?: string | undefined;
|
|
4161
4161
|
messages?: {
|
|
4162
4162
|
text: string;
|
|
4163
|
-
type: "
|
|
4163
|
+
type: "success" | "error" | "info" | "warning";
|
|
4164
4164
|
id?: number | undefined;
|
|
4165
4165
|
}[] | undefined;
|
|
4166
4166
|
required?: boolean | undefined;
|
|
@@ -4179,7 +4179,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4179
4179
|
hint?: string | undefined;
|
|
4180
4180
|
messages?: {
|
|
4181
4181
|
text: string;
|
|
4182
|
-
type: "
|
|
4182
|
+
type: "success" | "error" | "info" | "warning";
|
|
4183
4183
|
id?: number | undefined;
|
|
4184
4184
|
}[] | undefined;
|
|
4185
4185
|
required?: boolean | undefined;
|
|
@@ -4199,7 +4199,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4199
4199
|
hint?: string | undefined;
|
|
4200
4200
|
messages?: {
|
|
4201
4201
|
text: string;
|
|
4202
|
-
type: "
|
|
4202
|
+
type: "success" | "error" | "info" | "warning";
|
|
4203
4203
|
id?: number | undefined;
|
|
4204
4204
|
}[] | undefined;
|
|
4205
4205
|
required?: boolean | undefined;
|
|
@@ -4218,7 +4218,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4218
4218
|
hint?: string | undefined;
|
|
4219
4219
|
messages?: {
|
|
4220
4220
|
text: string;
|
|
4221
|
-
type: "
|
|
4221
|
+
type: "success" | "error" | "info" | "warning";
|
|
4222
4222
|
id?: number | undefined;
|
|
4223
4223
|
}[] | undefined;
|
|
4224
4224
|
required?: boolean | undefined;
|
|
@@ -4240,7 +4240,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4240
4240
|
hint?: string | undefined;
|
|
4241
4241
|
messages?: {
|
|
4242
4242
|
text: string;
|
|
4243
|
-
type: "
|
|
4243
|
+
type: "success" | "error" | "info" | "warning";
|
|
4244
4244
|
id?: number | undefined;
|
|
4245
4245
|
}[] | undefined;
|
|
4246
4246
|
required?: boolean | undefined;
|
|
@@ -4262,7 +4262,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4262
4262
|
hint?: string | undefined;
|
|
4263
4263
|
messages?: {
|
|
4264
4264
|
text: string;
|
|
4265
|
-
type: "
|
|
4265
|
+
type: "success" | "error" | "info" | "warning";
|
|
4266
4266
|
id?: number | undefined;
|
|
4267
4267
|
}[] | undefined;
|
|
4268
4268
|
required?: boolean | undefined;
|
|
@@ -4281,7 +4281,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4281
4281
|
hint?: string | undefined;
|
|
4282
4282
|
messages?: {
|
|
4283
4283
|
text: string;
|
|
4284
|
-
type: "
|
|
4284
|
+
type: "success" | "error" | "info" | "warning";
|
|
4285
4285
|
id?: number | undefined;
|
|
4286
4286
|
}[] | undefined;
|
|
4287
4287
|
required?: boolean | undefined;
|
|
@@ -4308,7 +4308,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4308
4308
|
hint?: string | undefined;
|
|
4309
4309
|
messages?: {
|
|
4310
4310
|
text: string;
|
|
4311
|
-
type: "
|
|
4311
|
+
type: "success" | "error" | "info" | "warning";
|
|
4312
4312
|
id?: number | undefined;
|
|
4313
4313
|
}[] | undefined;
|
|
4314
4314
|
required?: boolean | undefined;
|
|
@@ -4329,7 +4329,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4329
4329
|
hint?: string | undefined;
|
|
4330
4330
|
messages?: {
|
|
4331
4331
|
text: string;
|
|
4332
|
-
type: "
|
|
4332
|
+
type: "success" | "error" | "info" | "warning";
|
|
4333
4333
|
id?: number | undefined;
|
|
4334
4334
|
}[] | undefined;
|
|
4335
4335
|
required?: boolean | undefined;
|
|
@@ -4350,7 +4350,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4350
4350
|
hint?: string | undefined;
|
|
4351
4351
|
messages?: {
|
|
4352
4352
|
text: string;
|
|
4353
|
-
type: "
|
|
4353
|
+
type: "success" | "error" | "info" | "warning";
|
|
4354
4354
|
id?: number | undefined;
|
|
4355
4355
|
}[] | undefined;
|
|
4356
4356
|
required?: boolean | undefined;
|
|
@@ -4604,7 +4604,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4604
4604
|
hint?: string | undefined;
|
|
4605
4605
|
messages?: {
|
|
4606
4606
|
text: string;
|
|
4607
|
-
type: "
|
|
4607
|
+
type: "success" | "error" | "info" | "warning";
|
|
4608
4608
|
id?: number | undefined;
|
|
4609
4609
|
}[] | undefined;
|
|
4610
4610
|
required?: boolean | undefined;
|
|
@@ -4622,7 +4622,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4622
4622
|
hint?: string | undefined;
|
|
4623
4623
|
messages?: {
|
|
4624
4624
|
text: string;
|
|
4625
|
-
type: "
|
|
4625
|
+
type: "success" | "error" | "info" | "warning";
|
|
4626
4626
|
id?: number | undefined;
|
|
4627
4627
|
}[] | undefined;
|
|
4628
4628
|
required?: boolean | undefined;
|
|
@@ -4646,7 +4646,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4646
4646
|
hint?: string | undefined;
|
|
4647
4647
|
messages?: {
|
|
4648
4648
|
text: string;
|
|
4649
|
-
type: "
|
|
4649
|
+
type: "success" | "error" | "info" | "warning";
|
|
4650
4650
|
id?: number | undefined;
|
|
4651
4651
|
}[] | undefined;
|
|
4652
4652
|
required?: boolean | undefined;
|
|
@@ -4670,7 +4670,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4670
4670
|
hint?: string | undefined;
|
|
4671
4671
|
messages?: {
|
|
4672
4672
|
text: string;
|
|
4673
|
-
type: "
|
|
4673
|
+
type: "success" | "error" | "info" | "warning";
|
|
4674
4674
|
id?: number | undefined;
|
|
4675
4675
|
}[] | undefined;
|
|
4676
4676
|
required?: boolean | undefined;
|
|
@@ -4694,7 +4694,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4694
4694
|
hint?: string | undefined;
|
|
4695
4695
|
messages?: {
|
|
4696
4696
|
text: string;
|
|
4697
|
-
type: "
|
|
4697
|
+
type: "success" | "error" | "info" | "warning";
|
|
4698
4698
|
id?: number | undefined;
|
|
4699
4699
|
}[] | undefined;
|
|
4700
4700
|
required?: boolean | undefined;
|
|
@@ -4719,7 +4719,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4719
4719
|
hint?: string | undefined;
|
|
4720
4720
|
messages?: {
|
|
4721
4721
|
text: string;
|
|
4722
|
-
type: "
|
|
4722
|
+
type: "success" | "error" | "info" | "warning";
|
|
4723
4723
|
id?: number | undefined;
|
|
4724
4724
|
}[] | undefined;
|
|
4725
4725
|
required?: boolean | undefined;
|
|
@@ -4734,7 +4734,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4734
4734
|
hint?: string | undefined;
|
|
4735
4735
|
messages?: {
|
|
4736
4736
|
text: string;
|
|
4737
|
-
type: "
|
|
4737
|
+
type: "success" | "error" | "info" | "warning";
|
|
4738
4738
|
id?: number | undefined;
|
|
4739
4739
|
}[] | undefined;
|
|
4740
4740
|
required?: boolean | undefined;
|
|
@@ -4755,7 +4755,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4755
4755
|
hint?: string | undefined;
|
|
4756
4756
|
messages?: {
|
|
4757
4757
|
text: string;
|
|
4758
|
-
type: "
|
|
4758
|
+
type: "success" | "error" | "info" | "warning";
|
|
4759
4759
|
id?: number | undefined;
|
|
4760
4760
|
}[] | undefined;
|
|
4761
4761
|
required?: boolean | undefined;
|
|
@@ -4780,7 +4780,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4780
4780
|
hint?: string | undefined;
|
|
4781
4781
|
messages?: {
|
|
4782
4782
|
text: string;
|
|
4783
|
-
type: "
|
|
4783
|
+
type: "success" | "error" | "info" | "warning";
|
|
4784
4784
|
id?: number | undefined;
|
|
4785
4785
|
}[] | undefined;
|
|
4786
4786
|
required?: boolean | undefined;
|
|
@@ -4799,7 +4799,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4799
4799
|
hint?: string | undefined;
|
|
4800
4800
|
messages?: {
|
|
4801
4801
|
text: string;
|
|
4802
|
-
type: "
|
|
4802
|
+
type: "success" | "error" | "info" | "warning";
|
|
4803
4803
|
id?: number | undefined;
|
|
4804
4804
|
}[] | undefined;
|
|
4805
4805
|
required?: boolean | undefined;
|
|
@@ -4819,7 +4819,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4819
4819
|
hint?: string | undefined;
|
|
4820
4820
|
messages?: {
|
|
4821
4821
|
text: string;
|
|
4822
|
-
type: "
|
|
4822
|
+
type: "success" | "error" | "info" | "warning";
|
|
4823
4823
|
id?: number | undefined;
|
|
4824
4824
|
}[] | undefined;
|
|
4825
4825
|
required?: boolean | undefined;
|
|
@@ -4838,7 +4838,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4838
4838
|
hint?: string | undefined;
|
|
4839
4839
|
messages?: {
|
|
4840
4840
|
text: string;
|
|
4841
|
-
type: "
|
|
4841
|
+
type: "success" | "error" | "info" | "warning";
|
|
4842
4842
|
id?: number | undefined;
|
|
4843
4843
|
}[] | undefined;
|
|
4844
4844
|
required?: boolean | undefined;
|
|
@@ -4860,7 +4860,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4860
4860
|
hint?: string | undefined;
|
|
4861
4861
|
messages?: {
|
|
4862
4862
|
text: string;
|
|
4863
|
-
type: "
|
|
4863
|
+
type: "success" | "error" | "info" | "warning";
|
|
4864
4864
|
id?: number | undefined;
|
|
4865
4865
|
}[] | undefined;
|
|
4866
4866
|
required?: boolean | undefined;
|
|
@@ -4882,7 +4882,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4882
4882
|
hint?: string | undefined;
|
|
4883
4883
|
messages?: {
|
|
4884
4884
|
text: string;
|
|
4885
|
-
type: "
|
|
4885
|
+
type: "success" | "error" | "info" | "warning";
|
|
4886
4886
|
id?: number | undefined;
|
|
4887
4887
|
}[] | undefined;
|
|
4888
4888
|
required?: boolean | undefined;
|
|
@@ -4901,7 +4901,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4901
4901
|
hint?: string | undefined;
|
|
4902
4902
|
messages?: {
|
|
4903
4903
|
text: string;
|
|
4904
|
-
type: "
|
|
4904
|
+
type: "success" | "error" | "info" | "warning";
|
|
4905
4905
|
id?: number | undefined;
|
|
4906
4906
|
}[] | undefined;
|
|
4907
4907
|
required?: boolean | undefined;
|
|
@@ -4928,7 +4928,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4928
4928
|
hint?: string | undefined;
|
|
4929
4929
|
messages?: {
|
|
4930
4930
|
text: string;
|
|
4931
|
-
type: "
|
|
4931
|
+
type: "success" | "error" | "info" | "warning";
|
|
4932
4932
|
id?: number | undefined;
|
|
4933
4933
|
}[] | undefined;
|
|
4934
4934
|
required?: boolean | undefined;
|
|
@@ -4949,7 +4949,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4949
4949
|
hint?: string | undefined;
|
|
4950
4950
|
messages?: {
|
|
4951
4951
|
text: string;
|
|
4952
|
-
type: "
|
|
4952
|
+
type: "success" | "error" | "info" | "warning";
|
|
4953
4953
|
id?: number | undefined;
|
|
4954
4954
|
}[] | undefined;
|
|
4955
4955
|
required?: boolean | undefined;
|
|
@@ -4970,7 +4970,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4970
4970
|
hint?: string | undefined;
|
|
4971
4971
|
messages?: {
|
|
4972
4972
|
text: string;
|
|
4973
|
-
type: "
|
|
4973
|
+
type: "success" | "error" | "info" | "warning";
|
|
4974
4974
|
id?: number | undefined;
|
|
4975
4975
|
}[] | undefined;
|
|
4976
4976
|
required?: boolean | undefined;
|
|
@@ -5201,7 +5201,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5201
5201
|
hint?: string | undefined;
|
|
5202
5202
|
messages?: {
|
|
5203
5203
|
text: string;
|
|
5204
|
-
type: "
|
|
5204
|
+
type: "success" | "error" | "info" | "warning";
|
|
5205
5205
|
id?: number | undefined;
|
|
5206
5206
|
}[] | undefined;
|
|
5207
5207
|
required?: boolean | undefined;
|
|
@@ -5219,7 +5219,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5219
5219
|
hint?: string | undefined;
|
|
5220
5220
|
messages?: {
|
|
5221
5221
|
text: string;
|
|
5222
|
-
type: "
|
|
5222
|
+
type: "success" | "error" | "info" | "warning";
|
|
5223
5223
|
id?: number | undefined;
|
|
5224
5224
|
}[] | undefined;
|
|
5225
5225
|
required?: boolean | undefined;
|
|
@@ -5243,7 +5243,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5243
5243
|
hint?: string | undefined;
|
|
5244
5244
|
messages?: {
|
|
5245
5245
|
text: string;
|
|
5246
|
-
type: "
|
|
5246
|
+
type: "success" | "error" | "info" | "warning";
|
|
5247
5247
|
id?: number | undefined;
|
|
5248
5248
|
}[] | undefined;
|
|
5249
5249
|
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: "success" | "error" | "info" | "warning";
|
|
5271
5271
|
id?: number | undefined;
|
|
5272
5272
|
}[] | undefined;
|
|
5273
5273
|
required?: boolean | undefined;
|
|
@@ -5291,7 +5291,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5291
5291
|
hint?: string | undefined;
|
|
5292
5292
|
messages?: {
|
|
5293
5293
|
text: string;
|
|
5294
|
-
type: "
|
|
5294
|
+
type: "success" | "error" | "info" | "warning";
|
|
5295
5295
|
id?: number | undefined;
|
|
5296
5296
|
}[] | undefined;
|
|
5297
5297
|
required?: boolean | undefined;
|
|
@@ -5320,7 +5320,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5320
5320
|
hint?: string | undefined;
|
|
5321
5321
|
messages?: {
|
|
5322
5322
|
text: string;
|
|
5323
|
-
type: "
|
|
5323
|
+
type: "success" | "error" | "info" | "warning";
|
|
5324
5324
|
id?: number | undefined;
|
|
5325
5325
|
}[] | undefined;
|
|
5326
5326
|
required?: boolean | undefined;
|
|
@@ -5335,7 +5335,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5335
5335
|
hint?: string | undefined;
|
|
5336
5336
|
messages?: {
|
|
5337
5337
|
text: string;
|
|
5338
|
-
type: "
|
|
5338
|
+
type: "success" | "error" | "info" | "warning";
|
|
5339
5339
|
id?: number | undefined;
|
|
5340
5340
|
}[] | undefined;
|
|
5341
5341
|
required?: boolean | undefined;
|
|
@@ -5356,7 +5356,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5356
5356
|
hint?: string | undefined;
|
|
5357
5357
|
messages?: {
|
|
5358
5358
|
text: string;
|
|
5359
|
-
type: "
|
|
5359
|
+
type: "success" | "error" | "info" | "warning";
|
|
5360
5360
|
id?: number | undefined;
|
|
5361
5361
|
}[] | undefined;
|
|
5362
5362
|
required?: boolean | undefined;
|
|
@@ -5381,7 +5381,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5381
5381
|
hint?: string | undefined;
|
|
5382
5382
|
messages?: {
|
|
5383
5383
|
text: string;
|
|
5384
|
-
type: "
|
|
5384
|
+
type: "success" | "error" | "info" | "warning";
|
|
5385
5385
|
id?: number | undefined;
|
|
5386
5386
|
}[] | undefined;
|
|
5387
5387
|
required?: boolean | undefined;
|
|
@@ -5400,7 +5400,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5400
5400
|
hint?: string | undefined;
|
|
5401
5401
|
messages?: {
|
|
5402
5402
|
text: string;
|
|
5403
|
-
type: "
|
|
5403
|
+
type: "success" | "error" | "info" | "warning";
|
|
5404
5404
|
id?: number | undefined;
|
|
5405
5405
|
}[] | undefined;
|
|
5406
5406
|
required?: boolean | undefined;
|
|
@@ -5420,7 +5420,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5420
5420
|
hint?: string | undefined;
|
|
5421
5421
|
messages?: {
|
|
5422
5422
|
text: string;
|
|
5423
|
-
type: "
|
|
5423
|
+
type: "success" | "error" | "info" | "warning";
|
|
5424
5424
|
id?: number | undefined;
|
|
5425
5425
|
}[] | undefined;
|
|
5426
5426
|
required?: boolean | undefined;
|
|
@@ -5439,7 +5439,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5439
5439
|
hint?: string | undefined;
|
|
5440
5440
|
messages?: {
|
|
5441
5441
|
text: string;
|
|
5442
|
-
type: "
|
|
5442
|
+
type: "success" | "error" | "info" | "warning";
|
|
5443
5443
|
id?: number | undefined;
|
|
5444
5444
|
}[] | undefined;
|
|
5445
5445
|
required?: boolean | undefined;
|
|
@@ -5461,7 +5461,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5461
5461
|
hint?: string | undefined;
|
|
5462
5462
|
messages?: {
|
|
5463
5463
|
text: string;
|
|
5464
|
-
type: "
|
|
5464
|
+
type: "success" | "error" | "info" | "warning";
|
|
5465
5465
|
id?: number | undefined;
|
|
5466
5466
|
}[] | undefined;
|
|
5467
5467
|
required?: boolean | undefined;
|
|
@@ -5483,7 +5483,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5483
5483
|
hint?: string | undefined;
|
|
5484
5484
|
messages?: {
|
|
5485
5485
|
text: string;
|
|
5486
|
-
type: "
|
|
5486
|
+
type: "success" | "error" | "info" | "warning";
|
|
5487
5487
|
id?: number | undefined;
|
|
5488
5488
|
}[] | undefined;
|
|
5489
5489
|
required?: boolean | undefined;
|
|
@@ -5502,7 +5502,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5502
5502
|
hint?: string | undefined;
|
|
5503
5503
|
messages?: {
|
|
5504
5504
|
text: string;
|
|
5505
|
-
type: "
|
|
5505
|
+
type: "success" | "error" | "info" | "warning";
|
|
5506
5506
|
id?: number | undefined;
|
|
5507
5507
|
}[] | undefined;
|
|
5508
5508
|
required?: boolean | undefined;
|
|
@@ -5529,7 +5529,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5529
5529
|
hint?: string | undefined;
|
|
5530
5530
|
messages?: {
|
|
5531
5531
|
text: string;
|
|
5532
|
-
type: "
|
|
5532
|
+
type: "success" | "error" | "info" | "warning";
|
|
5533
5533
|
id?: number | undefined;
|
|
5534
5534
|
}[] | undefined;
|
|
5535
5535
|
required?: boolean | undefined;
|
|
@@ -5550,7 +5550,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5550
5550
|
hint?: string | undefined;
|
|
5551
5551
|
messages?: {
|
|
5552
5552
|
text: string;
|
|
5553
|
-
type: "
|
|
5553
|
+
type: "success" | "error" | "info" | "warning";
|
|
5554
5554
|
id?: number | undefined;
|
|
5555
5555
|
}[] | undefined;
|
|
5556
5556
|
required?: boolean | undefined;
|
|
@@ -5571,7 +5571,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5571
5571
|
hint?: string | undefined;
|
|
5572
5572
|
messages?: {
|
|
5573
5573
|
text: string;
|
|
5574
|
-
type: "
|
|
5574
|
+
type: "success" | "error" | "info" | "warning";
|
|
5575
5575
|
id?: number | undefined;
|
|
5576
5576
|
}[] | undefined;
|
|
5577
5577
|
required?: boolean | undefined;
|
|
@@ -5804,7 +5804,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5804
5804
|
hint?: string | undefined;
|
|
5805
5805
|
messages?: {
|
|
5806
5806
|
text: string;
|
|
5807
|
-
type: "
|
|
5807
|
+
type: "success" | "error" | "info" | "warning";
|
|
5808
5808
|
id?: number | undefined;
|
|
5809
5809
|
}[] | undefined;
|
|
5810
5810
|
required?: boolean | undefined;
|
|
@@ -5822,7 +5822,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5822
5822
|
hint?: string | undefined;
|
|
5823
5823
|
messages?: {
|
|
5824
5824
|
text: string;
|
|
5825
|
-
type: "
|
|
5825
|
+
type: "success" | "error" | "info" | "warning";
|
|
5826
5826
|
id?: number | undefined;
|
|
5827
5827
|
}[] | undefined;
|
|
5828
5828
|
required?: boolean | undefined;
|
|
@@ -5846,7 +5846,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5846
5846
|
hint?: string | undefined;
|
|
5847
5847
|
messages?: {
|
|
5848
5848
|
text: string;
|
|
5849
|
-
type: "
|
|
5849
|
+
type: "success" | "error" | "info" | "warning";
|
|
5850
5850
|
id?: number | undefined;
|
|
5851
5851
|
}[] | undefined;
|
|
5852
5852
|
required?: boolean | undefined;
|
|
@@ -5870,7 +5870,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5870
5870
|
hint?: string | undefined;
|
|
5871
5871
|
messages?: {
|
|
5872
5872
|
text: string;
|
|
5873
|
-
type: "
|
|
5873
|
+
type: "success" | "error" | "info" | "warning";
|
|
5874
5874
|
id?: number | undefined;
|
|
5875
5875
|
}[] | undefined;
|
|
5876
5876
|
required?: boolean | undefined;
|
|
@@ -5894,7 +5894,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5894
5894
|
hint?: string | undefined;
|
|
5895
5895
|
messages?: {
|
|
5896
5896
|
text: string;
|
|
5897
|
-
type: "
|
|
5897
|
+
type: "success" | "error" | "info" | "warning";
|
|
5898
5898
|
id?: number | undefined;
|
|
5899
5899
|
}[] | undefined;
|
|
5900
5900
|
required?: boolean | undefined;
|
|
@@ -5919,7 +5919,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5919
5919
|
hint?: string | undefined;
|
|
5920
5920
|
messages?: {
|
|
5921
5921
|
text: string;
|
|
5922
|
-
type: "
|
|
5922
|
+
type: "success" | "error" | "info" | "warning";
|
|
5923
5923
|
id?: number | undefined;
|
|
5924
5924
|
}[] | undefined;
|
|
5925
5925
|
required?: boolean | undefined;
|
|
@@ -5934,7 +5934,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5934
5934
|
hint?: string | undefined;
|
|
5935
5935
|
messages?: {
|
|
5936
5936
|
text: string;
|
|
5937
|
-
type: "
|
|
5937
|
+
type: "success" | "error" | "info" | "warning";
|
|
5938
5938
|
id?: number | undefined;
|
|
5939
5939
|
}[] | undefined;
|
|
5940
5940
|
required?: boolean | undefined;
|
|
@@ -5955,7 +5955,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5955
5955
|
hint?: string | undefined;
|
|
5956
5956
|
messages?: {
|
|
5957
5957
|
text: string;
|
|
5958
|
-
type: "
|
|
5958
|
+
type: "success" | "error" | "info" | "warning";
|
|
5959
5959
|
id?: number | undefined;
|
|
5960
5960
|
}[] | undefined;
|
|
5961
5961
|
required?: boolean | undefined;
|
|
@@ -5980,7 +5980,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5980
5980
|
hint?: string | undefined;
|
|
5981
5981
|
messages?: {
|
|
5982
5982
|
text: string;
|
|
5983
|
-
type: "
|
|
5983
|
+
type: "success" | "error" | "info" | "warning";
|
|
5984
5984
|
id?: number | undefined;
|
|
5985
5985
|
}[] | undefined;
|
|
5986
5986
|
required?: boolean | undefined;
|
|
@@ -5999,7 +5999,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5999
5999
|
hint?: string | undefined;
|
|
6000
6000
|
messages?: {
|
|
6001
6001
|
text: string;
|
|
6002
|
-
type: "
|
|
6002
|
+
type: "success" | "error" | "info" | "warning";
|
|
6003
6003
|
id?: number | undefined;
|
|
6004
6004
|
}[] | undefined;
|
|
6005
6005
|
required?: boolean | undefined;
|
|
@@ -6019,7 +6019,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6019
6019
|
hint?: string | undefined;
|
|
6020
6020
|
messages?: {
|
|
6021
6021
|
text: string;
|
|
6022
|
-
type: "
|
|
6022
|
+
type: "success" | "error" | "info" | "warning";
|
|
6023
6023
|
id?: number | undefined;
|
|
6024
6024
|
}[] | undefined;
|
|
6025
6025
|
required?: boolean | undefined;
|
|
@@ -6038,7 +6038,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6038
6038
|
hint?: string | undefined;
|
|
6039
6039
|
messages?: {
|
|
6040
6040
|
text: string;
|
|
6041
|
-
type: "
|
|
6041
|
+
type: "success" | "error" | "info" | "warning";
|
|
6042
6042
|
id?: number | undefined;
|
|
6043
6043
|
}[] | undefined;
|
|
6044
6044
|
required?: boolean | undefined;
|
|
@@ -6060,7 +6060,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6060
6060
|
hint?: string | undefined;
|
|
6061
6061
|
messages?: {
|
|
6062
6062
|
text: string;
|
|
6063
|
-
type: "
|
|
6063
|
+
type: "success" | "error" | "info" | "warning";
|
|
6064
6064
|
id?: number | undefined;
|
|
6065
6065
|
}[] | undefined;
|
|
6066
6066
|
required?: boolean | undefined;
|
|
@@ -6082,7 +6082,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6082
6082
|
hint?: string | undefined;
|
|
6083
6083
|
messages?: {
|
|
6084
6084
|
text: string;
|
|
6085
|
-
type: "
|
|
6085
|
+
type: "success" | "error" | "info" | "warning";
|
|
6086
6086
|
id?: number | undefined;
|
|
6087
6087
|
}[] | undefined;
|
|
6088
6088
|
required?: boolean | undefined;
|
|
@@ -6101,7 +6101,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6101
6101
|
hint?: string | undefined;
|
|
6102
6102
|
messages?: {
|
|
6103
6103
|
text: string;
|
|
6104
|
-
type: "
|
|
6104
|
+
type: "success" | "error" | "info" | "warning";
|
|
6105
6105
|
id?: number | undefined;
|
|
6106
6106
|
}[] | undefined;
|
|
6107
6107
|
required?: boolean | undefined;
|
|
@@ -6128,7 +6128,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6128
6128
|
hint?: string | undefined;
|
|
6129
6129
|
messages?: {
|
|
6130
6130
|
text: string;
|
|
6131
|
-
type: "
|
|
6131
|
+
type: "success" | "error" | "info" | "warning";
|
|
6132
6132
|
id?: number | undefined;
|
|
6133
6133
|
}[] | undefined;
|
|
6134
6134
|
required?: boolean | undefined;
|
|
@@ -6149,7 +6149,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6149
6149
|
hint?: string | undefined;
|
|
6150
6150
|
messages?: {
|
|
6151
6151
|
text: string;
|
|
6152
|
-
type: "
|
|
6152
|
+
type: "success" | "error" | "info" | "warning";
|
|
6153
6153
|
id?: number | undefined;
|
|
6154
6154
|
}[] | undefined;
|
|
6155
6155
|
required?: boolean | undefined;
|
|
@@ -6170,7 +6170,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6170
6170
|
hint?: string | undefined;
|
|
6171
6171
|
messages?: {
|
|
6172
6172
|
text: string;
|
|
6173
|
-
type: "
|
|
6173
|
+
type: "success" | "error" | "info" | "warning";
|
|
6174
6174
|
id?: number | undefined;
|
|
6175
6175
|
}[] | undefined;
|
|
6176
6176
|
required?: boolean | undefined;
|
|
@@ -6401,7 +6401,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6401
6401
|
hint?: string | undefined;
|
|
6402
6402
|
messages?: {
|
|
6403
6403
|
text: string;
|
|
6404
|
-
type: "
|
|
6404
|
+
type: "success" | "error" | "info" | "warning";
|
|
6405
6405
|
id?: number | undefined;
|
|
6406
6406
|
}[] | undefined;
|
|
6407
6407
|
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: "success" | "error" | "info" | "warning";
|
|
6423
6423
|
id?: number | undefined;
|
|
6424
6424
|
}[] | undefined;
|
|
6425
6425
|
required?: boolean | undefined;
|
|
@@ -6443,7 +6443,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6443
6443
|
hint?: string | undefined;
|
|
6444
6444
|
messages?: {
|
|
6445
6445
|
text: string;
|
|
6446
|
-
type: "
|
|
6446
|
+
type: "success" | "error" | "info" | "warning";
|
|
6447
6447
|
id?: number | undefined;
|
|
6448
6448
|
}[] | undefined;
|
|
6449
6449
|
required?: boolean | undefined;
|
|
@@ -6467,7 +6467,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6467
6467
|
hint?: string | undefined;
|
|
6468
6468
|
messages?: {
|
|
6469
6469
|
text: string;
|
|
6470
|
-
type: "
|
|
6470
|
+
type: "success" | "error" | "info" | "warning";
|
|
6471
6471
|
id?: number | undefined;
|
|
6472
6472
|
}[] | undefined;
|
|
6473
6473
|
required?: boolean | undefined;
|
|
@@ -6491,7 +6491,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6491
6491
|
hint?: string | undefined;
|
|
6492
6492
|
messages?: {
|
|
6493
6493
|
text: string;
|
|
6494
|
-
type: "
|
|
6494
|
+
type: "success" | "error" | "info" | "warning";
|
|
6495
6495
|
id?: number | undefined;
|
|
6496
6496
|
}[] | undefined;
|
|
6497
6497
|
required?: boolean | undefined;
|
|
@@ -6520,7 +6520,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6520
6520
|
hint?: string | undefined;
|
|
6521
6521
|
messages?: {
|
|
6522
6522
|
text: string;
|
|
6523
|
-
type: "
|
|
6523
|
+
type: "success" | "error" | "info" | "warning";
|
|
6524
6524
|
id?: number | undefined;
|
|
6525
6525
|
}[] | undefined;
|
|
6526
6526
|
required?: boolean | undefined;
|
|
@@ -6535,7 +6535,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6535
6535
|
hint?: string | undefined;
|
|
6536
6536
|
messages?: {
|
|
6537
6537
|
text: string;
|
|
6538
|
-
type: "
|
|
6538
|
+
type: "success" | "error" | "info" | "warning";
|
|
6539
6539
|
id?: number | undefined;
|
|
6540
6540
|
}[] | undefined;
|
|
6541
6541
|
required?: boolean | undefined;
|
|
@@ -6556,7 +6556,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6556
6556
|
hint?: string | undefined;
|
|
6557
6557
|
messages?: {
|
|
6558
6558
|
text: string;
|
|
6559
|
-
type: "
|
|
6559
|
+
type: "success" | "error" | "info" | "warning";
|
|
6560
6560
|
id?: number | undefined;
|
|
6561
6561
|
}[] | undefined;
|
|
6562
6562
|
required?: boolean | undefined;
|
|
@@ -6581,7 +6581,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6581
6581
|
hint?: string | undefined;
|
|
6582
6582
|
messages?: {
|
|
6583
6583
|
text: string;
|
|
6584
|
-
type: "
|
|
6584
|
+
type: "success" | "error" | "info" | "warning";
|
|
6585
6585
|
id?: number | undefined;
|
|
6586
6586
|
}[] | undefined;
|
|
6587
6587
|
required?: boolean | undefined;
|
|
@@ -6600,7 +6600,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6600
6600
|
hint?: string | undefined;
|
|
6601
6601
|
messages?: {
|
|
6602
6602
|
text: string;
|
|
6603
|
-
type: "
|
|
6603
|
+
type: "success" | "error" | "info" | "warning";
|
|
6604
6604
|
id?: number | undefined;
|
|
6605
6605
|
}[] | undefined;
|
|
6606
6606
|
required?: boolean | undefined;
|
|
@@ -6620,7 +6620,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6620
6620
|
hint?: string | undefined;
|
|
6621
6621
|
messages?: {
|
|
6622
6622
|
text: string;
|
|
6623
|
-
type: "
|
|
6623
|
+
type: "success" | "error" | "info" | "warning";
|
|
6624
6624
|
id?: number | undefined;
|
|
6625
6625
|
}[] | undefined;
|
|
6626
6626
|
required?: boolean | undefined;
|
|
@@ -6639,7 +6639,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6639
6639
|
hint?: string | undefined;
|
|
6640
6640
|
messages?: {
|
|
6641
6641
|
text: string;
|
|
6642
|
-
type: "
|
|
6642
|
+
type: "success" | "error" | "info" | "warning";
|
|
6643
6643
|
id?: number | undefined;
|
|
6644
6644
|
}[] | undefined;
|
|
6645
6645
|
required?: boolean | undefined;
|
|
@@ -6661,7 +6661,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6661
6661
|
hint?: string | undefined;
|
|
6662
6662
|
messages?: {
|
|
6663
6663
|
text: string;
|
|
6664
|
-
type: "
|
|
6664
|
+
type: "success" | "error" | "info" | "warning";
|
|
6665
6665
|
id?: number | undefined;
|
|
6666
6666
|
}[] | undefined;
|
|
6667
6667
|
required?: boolean | undefined;
|
|
@@ -6683,7 +6683,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6683
6683
|
hint?: string | undefined;
|
|
6684
6684
|
messages?: {
|
|
6685
6685
|
text: string;
|
|
6686
|
-
type: "
|
|
6686
|
+
type: "success" | "error" | "info" | "warning";
|
|
6687
6687
|
id?: number | undefined;
|
|
6688
6688
|
}[] | undefined;
|
|
6689
6689
|
required?: boolean | undefined;
|
|
@@ -6702,7 +6702,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6702
6702
|
hint?: string | undefined;
|
|
6703
6703
|
messages?: {
|
|
6704
6704
|
text: string;
|
|
6705
|
-
type: "
|
|
6705
|
+
type: "success" | "error" | "info" | "warning";
|
|
6706
6706
|
id?: number | undefined;
|
|
6707
6707
|
}[] | undefined;
|
|
6708
6708
|
required?: boolean | undefined;
|
|
@@ -6729,7 +6729,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6729
6729
|
hint?: string | undefined;
|
|
6730
6730
|
messages?: {
|
|
6731
6731
|
text: string;
|
|
6732
|
-
type: "
|
|
6732
|
+
type: "success" | "error" | "info" | "warning";
|
|
6733
6733
|
id?: number | undefined;
|
|
6734
6734
|
}[] | undefined;
|
|
6735
6735
|
required?: boolean | undefined;
|
|
@@ -6750,7 +6750,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6750
6750
|
hint?: string | undefined;
|
|
6751
6751
|
messages?: {
|
|
6752
6752
|
text: string;
|
|
6753
|
-
type: "
|
|
6753
|
+
type: "success" | "error" | "info" | "warning";
|
|
6754
6754
|
id?: number | undefined;
|
|
6755
6755
|
}[] | undefined;
|
|
6756
6756
|
required?: boolean | undefined;
|
|
@@ -6771,7 +6771,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6771
6771
|
hint?: string | undefined;
|
|
6772
6772
|
messages?: {
|
|
6773
6773
|
text: string;
|
|
6774
|
-
type: "
|
|
6774
|
+
type: "success" | "error" | "info" | "warning";
|
|
6775
6775
|
id?: number | undefined;
|
|
6776
6776
|
}[] | undefined;
|
|
6777
6777
|
required?: boolean | undefined;
|
|
@@ -7003,7 +7003,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7003
7003
|
};
|
|
7004
7004
|
};
|
|
7005
7005
|
output: {
|
|
7006
|
-
prompt: "
|
|
7006
|
+
prompt: "status" | "login" | "mfa" | "organizations" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
7007
7007
|
language: string;
|
|
7008
7008
|
}[];
|
|
7009
7009
|
outputFormat: "json";
|
|
@@ -7041,7 +7041,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7041
7041
|
$get: {
|
|
7042
7042
|
input: {
|
|
7043
7043
|
param: {
|
|
7044
|
-
prompt: "
|
|
7044
|
+
prompt: "status" | "login" | "mfa" | "organizations" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
7045
7045
|
language: string;
|
|
7046
7046
|
};
|
|
7047
7047
|
} & {
|
|
@@ -7063,7 +7063,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7063
7063
|
$put: {
|
|
7064
7064
|
input: {
|
|
7065
7065
|
param: {
|
|
7066
|
-
prompt: "
|
|
7066
|
+
prompt: "status" | "login" | "mfa" | "organizations" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
7067
7067
|
language: string;
|
|
7068
7068
|
};
|
|
7069
7069
|
} & {
|
|
@@ -7087,7 +7087,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7087
7087
|
$delete: {
|
|
7088
7088
|
input: {
|
|
7089
7089
|
param: {
|
|
7090
|
-
prompt: "
|
|
7090
|
+
prompt: "status" | "login" | "mfa" | "organizations" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
7091
7091
|
language: string;
|
|
7092
7092
|
};
|
|
7093
7093
|
} & {
|
|
@@ -7950,7 +7950,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7950
7950
|
};
|
|
7951
7951
|
} | {
|
|
7952
7952
|
mode: "inline";
|
|
7953
|
-
status: "
|
|
7953
|
+
status: "success" | "error";
|
|
7954
7954
|
connection_id: string;
|
|
7955
7955
|
connection_name: string;
|
|
7956
7956
|
strategy: string;
|
|
@@ -8590,7 +8590,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8590
8590
|
log_type: string;
|
|
8591
8591
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
8592
8592
|
actor: {
|
|
8593
|
-
type: "
|
|
8593
|
+
type: "client_credentials" | "user" | "api_key" | "system" | "admin";
|
|
8594
8594
|
id?: string | undefined;
|
|
8595
8595
|
email?: string | undefined;
|
|
8596
8596
|
org_id?: string | undefined;
|
|
@@ -8901,7 +8901,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8901
8901
|
created_at: string;
|
|
8902
8902
|
updated_at: string;
|
|
8903
8903
|
name: string;
|
|
8904
|
-
provider: "auth0" | "
|
|
8904
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8905
8905
|
connection: string;
|
|
8906
8906
|
enabled: boolean;
|
|
8907
8907
|
credentials: {
|
|
@@ -8933,7 +8933,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8933
8933
|
created_at: string;
|
|
8934
8934
|
updated_at: string;
|
|
8935
8935
|
name: string;
|
|
8936
|
-
provider: "auth0" | "
|
|
8936
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8937
8937
|
connection: string;
|
|
8938
8938
|
enabled: boolean;
|
|
8939
8939
|
credentials: {
|
|
@@ -8959,7 +8959,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8959
8959
|
} & {
|
|
8960
8960
|
json: {
|
|
8961
8961
|
name: string;
|
|
8962
|
-
provider: "auth0" | "
|
|
8962
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8963
8963
|
connection: string;
|
|
8964
8964
|
credentials: {
|
|
8965
8965
|
domain: string;
|
|
@@ -8976,7 +8976,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8976
8976
|
created_at: string;
|
|
8977
8977
|
updated_at: string;
|
|
8978
8978
|
name: string;
|
|
8979
|
-
provider: "auth0" | "
|
|
8979
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8980
8980
|
connection: string;
|
|
8981
8981
|
enabled: boolean;
|
|
8982
8982
|
credentials: {
|
|
@@ -9007,7 +9007,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9007
9007
|
json: {
|
|
9008
9008
|
id?: string | undefined;
|
|
9009
9009
|
name?: string | undefined;
|
|
9010
|
-
provider?: "auth0" | "
|
|
9010
|
+
provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
|
|
9011
9011
|
connection?: string | undefined;
|
|
9012
9012
|
enabled?: boolean | undefined;
|
|
9013
9013
|
credentials?: {
|
|
@@ -9023,7 +9023,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9023
9023
|
created_at: string;
|
|
9024
9024
|
updated_at: string;
|
|
9025
9025
|
name: string;
|
|
9026
|
-
provider: "auth0" | "
|
|
9026
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
9027
9027
|
connection: string;
|
|
9028
9028
|
enabled: boolean;
|
|
9029
9029
|
credentials: {
|
|
@@ -9241,7 +9241,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9241
9241
|
};
|
|
9242
9242
|
};
|
|
9243
9243
|
output: {
|
|
9244
|
-
type: "
|
|
9244
|
+
type: "fh" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "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";
|
|
9245
9245
|
date: string;
|
|
9246
9246
|
isMobile: boolean;
|
|
9247
9247
|
log_id: string;
|
|
@@ -9280,7 +9280,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9280
9280
|
limit: number;
|
|
9281
9281
|
length: number;
|
|
9282
9282
|
logs: {
|
|
9283
|
-
type: "
|
|
9283
|
+
type: "fh" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "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";
|
|
9284
9284
|
date: string;
|
|
9285
9285
|
isMobile: boolean;
|
|
9286
9286
|
log_id: string;
|
|
@@ -9319,7 +9319,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9319
9319
|
next?: string | undefined;
|
|
9320
9320
|
} | {
|
|
9321
9321
|
logs: {
|
|
9322
|
-
type: "
|
|
9322
|
+
type: "fh" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "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";
|
|
9323
9323
|
date: string;
|
|
9324
9324
|
isMobile: boolean;
|
|
9325
9325
|
log_id: string;
|
|
@@ -9373,7 +9373,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9373
9373
|
};
|
|
9374
9374
|
};
|
|
9375
9375
|
output: {
|
|
9376
|
-
type: "
|
|
9376
|
+
type: "fh" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "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";
|
|
9377
9377
|
date: string;
|
|
9378
9378
|
isMobile: boolean;
|
|
9379
9379
|
log_id: string;
|
|
@@ -11837,7 +11837,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11837
11837
|
};
|
|
11838
11838
|
};
|
|
11839
11839
|
output: {
|
|
11840
|
-
type: "
|
|
11840
|
+
type: "fh" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "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";
|
|
11841
11841
|
date: string;
|
|
11842
11842
|
isMobile: boolean;
|
|
11843
11843
|
log_id: string;
|
|
@@ -11876,7 +11876,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11876
11876
|
limit: number;
|
|
11877
11877
|
length: number;
|
|
11878
11878
|
logs: {
|
|
11879
|
-
type: "
|
|
11879
|
+
type: "fh" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "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";
|
|
11880
11880
|
date: string;
|
|
11881
11881
|
isMobile: boolean;
|
|
11882
11882
|
log_id: string;
|
|
@@ -12195,7 +12195,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12195
12195
|
};
|
|
12196
12196
|
} & {
|
|
12197
12197
|
json: {
|
|
12198
|
-
template: "
|
|
12198
|
+
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";
|
|
12199
12199
|
body: string;
|
|
12200
12200
|
from: string;
|
|
12201
12201
|
subject: string;
|
|
@@ -12216,7 +12216,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12216
12216
|
};
|
|
12217
12217
|
} & {
|
|
12218
12218
|
json: {
|
|
12219
|
-
template: "
|
|
12219
|
+
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";
|
|
12220
12220
|
body: string;
|
|
12221
12221
|
from: string;
|
|
12222
12222
|
subject: string;
|
|
@@ -12228,7 +12228,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12228
12228
|
};
|
|
12229
12229
|
};
|
|
12230
12230
|
output: {
|
|
12231
|
-
template: "
|
|
12231
|
+
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";
|
|
12232
12232
|
body: string;
|
|
12233
12233
|
from: string;
|
|
12234
12234
|
subject: string;
|
|
@@ -12251,7 +12251,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12251
12251
|
};
|
|
12252
12252
|
};
|
|
12253
12253
|
output: {
|
|
12254
|
-
name: "
|
|
12254
|
+
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";
|
|
12255
12255
|
body: string;
|
|
12256
12256
|
subject: string;
|
|
12257
12257
|
}[];
|
|
@@ -12264,7 +12264,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12264
12264
|
$get: {
|
|
12265
12265
|
input: {
|
|
12266
12266
|
param: {
|
|
12267
|
-
templateName: "
|
|
12267
|
+
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";
|
|
12268
12268
|
};
|
|
12269
12269
|
} & {
|
|
12270
12270
|
header: {
|
|
@@ -12277,7 +12277,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12277
12277
|
} | {
|
|
12278
12278
|
input: {
|
|
12279
12279
|
param: {
|
|
12280
|
-
templateName: "
|
|
12280
|
+
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";
|
|
12281
12281
|
};
|
|
12282
12282
|
} & {
|
|
12283
12283
|
header: {
|
|
@@ -12285,7 +12285,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12285
12285
|
};
|
|
12286
12286
|
};
|
|
12287
12287
|
output: {
|
|
12288
|
-
template: "
|
|
12288
|
+
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";
|
|
12289
12289
|
body: string;
|
|
12290
12290
|
from: string;
|
|
12291
12291
|
subject: string;
|
|
@@ -12304,7 +12304,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12304
12304
|
$put: {
|
|
12305
12305
|
input: {
|
|
12306
12306
|
param: {
|
|
12307
|
-
templateName: "
|
|
12307
|
+
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";
|
|
12308
12308
|
};
|
|
12309
12309
|
} & {
|
|
12310
12310
|
header: {
|
|
@@ -12312,7 +12312,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12312
12312
|
};
|
|
12313
12313
|
} & {
|
|
12314
12314
|
json: {
|
|
12315
|
-
template: "
|
|
12315
|
+
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";
|
|
12316
12316
|
body: string;
|
|
12317
12317
|
subject: string;
|
|
12318
12318
|
syntax?: "liquid" | undefined;
|
|
@@ -12324,7 +12324,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12324
12324
|
};
|
|
12325
12325
|
};
|
|
12326
12326
|
output: {
|
|
12327
|
-
template: "
|
|
12327
|
+
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";
|
|
12328
12328
|
body: string;
|
|
12329
12329
|
from: string;
|
|
12330
12330
|
subject: string;
|
|
@@ -12343,7 +12343,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12343
12343
|
$patch: {
|
|
12344
12344
|
input: {
|
|
12345
12345
|
param: {
|
|
12346
|
-
templateName: "
|
|
12346
|
+
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";
|
|
12347
12347
|
};
|
|
12348
12348
|
} & {
|
|
12349
12349
|
header: {
|
|
@@ -12351,7 +12351,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12351
12351
|
};
|
|
12352
12352
|
} & {
|
|
12353
12353
|
json: {
|
|
12354
|
-
template?: "
|
|
12354
|
+
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;
|
|
12355
12355
|
body?: string | undefined;
|
|
12356
12356
|
from?: string | undefined;
|
|
12357
12357
|
subject?: string | undefined;
|
|
@@ -12368,7 +12368,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12368
12368
|
} | {
|
|
12369
12369
|
input: {
|
|
12370
12370
|
param: {
|
|
12371
|
-
templateName: "
|
|
12371
|
+
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";
|
|
12372
12372
|
};
|
|
12373
12373
|
} & {
|
|
12374
12374
|
header: {
|
|
@@ -12376,7 +12376,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12376
12376
|
};
|
|
12377
12377
|
} & {
|
|
12378
12378
|
json: {
|
|
12379
|
-
template?: "
|
|
12379
|
+
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;
|
|
12380
12380
|
body?: string | undefined;
|
|
12381
12381
|
from?: string | undefined;
|
|
12382
12382
|
subject?: string | undefined;
|
|
@@ -12388,7 +12388,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12388
12388
|
};
|
|
12389
12389
|
};
|
|
12390
12390
|
output: {
|
|
12391
|
-
template: "
|
|
12391
|
+
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";
|
|
12392
12392
|
body: string;
|
|
12393
12393
|
from: string;
|
|
12394
12394
|
subject: string;
|
|
@@ -12407,7 +12407,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12407
12407
|
$delete: {
|
|
12408
12408
|
input: {
|
|
12409
12409
|
param: {
|
|
12410
|
-
templateName: "
|
|
12410
|
+
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";
|
|
12411
12411
|
};
|
|
12412
12412
|
} & {
|
|
12413
12413
|
header: {
|
|
@@ -12420,7 +12420,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12420
12420
|
} | {
|
|
12421
12421
|
input: {
|
|
12422
12422
|
param: {
|
|
12423
|
-
templateName: "
|
|
12423
|
+
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";
|
|
12424
12424
|
};
|
|
12425
12425
|
} & {
|
|
12426
12426
|
header: {
|
|
@@ -12437,7 +12437,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12437
12437
|
$post: {
|
|
12438
12438
|
input: {
|
|
12439
12439
|
param: {
|
|
12440
|
-
templateName: "
|
|
12440
|
+
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";
|
|
12441
12441
|
};
|
|
12442
12442
|
} & {
|
|
12443
12443
|
header: {
|
|
@@ -13558,7 +13558,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13558
13558
|
json: {
|
|
13559
13559
|
bindings: {
|
|
13560
13560
|
ref: {
|
|
13561
|
-
type?: "
|
|
13561
|
+
type?: "action_name" | "action_id" | undefined;
|
|
13562
13562
|
value?: string | undefined;
|
|
13563
13563
|
id?: string | undefined;
|
|
13564
13564
|
name?: string | undefined;
|
|
@@ -13680,7 +13680,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13680
13680
|
logs: {
|
|
13681
13681
|
action_name: string;
|
|
13682
13682
|
lines: {
|
|
13683
|
-
level: "
|
|
13683
|
+
level: "log" | "error" | "info" | "warn" | "debug";
|
|
13684
13684
|
message: string;
|
|
13685
13685
|
}[];
|
|
13686
13686
|
}[];
|
|
@@ -14349,7 +14349,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14349
14349
|
args: import("hono/utils/types").JSONValue[];
|
|
14350
14350
|
}[];
|
|
14351
14351
|
logs: {
|
|
14352
|
-
level: "
|
|
14352
|
+
level: "log" | "error" | "info" | "warn" | "debug";
|
|
14353
14353
|
message: string;
|
|
14354
14354
|
}[];
|
|
14355
14355
|
error?: string | undefined;
|
|
@@ -15095,19 +15095,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15095
15095
|
email: string;
|
|
15096
15096
|
send: "code" | "link";
|
|
15097
15097
|
authParams: {
|
|
15098
|
-
|
|
15099
|
-
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
15100
|
-
redirect_uri?: string | undefined;
|
|
15101
|
-
nonce?: string | undefined;
|
|
15098
|
+
username?: string | undefined;
|
|
15102
15099
|
state?: string | undefined;
|
|
15103
15100
|
act_as?: string | undefined;
|
|
15104
15101
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
15105
15102
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
15103
|
+
redirect_uri?: string | undefined;
|
|
15106
15104
|
audience?: string | undefined;
|
|
15107
15105
|
organization?: string | undefined;
|
|
15106
|
+
nonce?: string | undefined;
|
|
15108
15107
|
scope?: string | undefined;
|
|
15109
15108
|
prompt?: string | undefined;
|
|
15110
|
-
|
|
15109
|
+
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
15110
|
+
code_challenge?: string | undefined;
|
|
15111
15111
|
ui_locales?: string | undefined;
|
|
15112
15112
|
max_age?: number | undefined;
|
|
15113
15113
|
acr_values?: string | undefined;
|
|
@@ -15131,19 +15131,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15131
15131
|
phone_number: string;
|
|
15132
15132
|
send: "code" | "link";
|
|
15133
15133
|
authParams: {
|
|
15134
|
-
|
|
15135
|
-
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
15136
|
-
redirect_uri?: string | undefined;
|
|
15137
|
-
nonce?: string | undefined;
|
|
15134
|
+
username?: string | undefined;
|
|
15138
15135
|
state?: string | undefined;
|
|
15139
15136
|
act_as?: string | undefined;
|
|
15140
15137
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
15141
15138
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
15139
|
+
redirect_uri?: string | undefined;
|
|
15142
15140
|
audience?: string | undefined;
|
|
15143
15141
|
organization?: string | undefined;
|
|
15142
|
+
nonce?: string | undefined;
|
|
15144
15143
|
scope?: string | undefined;
|
|
15145
15144
|
prompt?: string | undefined;
|
|
15146
|
-
|
|
15145
|
+
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
15146
|
+
code_challenge?: string | undefined;
|
|
15147
15147
|
ui_locales?: string | undefined;
|
|
15148
15148
|
max_age?: number | undefined;
|
|
15149
15149
|
acr_values?: string | undefined;
|
|
@@ -17054,7 +17054,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
17054
17054
|
$get: {
|
|
17055
17055
|
input: {
|
|
17056
17056
|
param: {
|
|
17057
|
-
screen: "login" | "
|
|
17057
|
+
screen: "login" | "account" | "signup" | "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";
|
|
17058
17058
|
};
|
|
17059
17059
|
} & {
|
|
17060
17060
|
query: {
|
|
@@ -17070,7 +17070,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
17070
17070
|
} | {
|
|
17071
17071
|
input: {
|
|
17072
17072
|
param: {
|
|
17073
|
-
screen: "login" | "
|
|
17073
|
+
screen: "login" | "account" | "signup" | "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";
|
|
17074
17074
|
};
|
|
17075
17075
|
} & {
|
|
17076
17076
|
query: {
|
|
@@ -17086,7 +17086,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
17086
17086
|
} | {
|
|
17087
17087
|
input: {
|
|
17088
17088
|
param: {
|
|
17089
|
-
screen: "login" | "
|
|
17089
|
+
screen: "login" | "account" | "signup" | "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";
|
|
17090
17090
|
};
|
|
17091
17091
|
} & {
|
|
17092
17092
|
query: {
|
|
@@ -17106,7 +17106,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
17106
17106
|
$post: {
|
|
17107
17107
|
input: {
|
|
17108
17108
|
param: {
|
|
17109
|
-
screen: "login" | "signup" | "
|
|
17109
|
+
screen: "login" | "signup" | "reset-password" | "consent" | "enter-password" | "impersonate" | "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";
|
|
17110
17110
|
};
|
|
17111
17111
|
} & {
|
|
17112
17112
|
query: {
|
|
@@ -17124,7 +17124,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
17124
17124
|
} | {
|
|
17125
17125
|
input: {
|
|
17126
17126
|
param: {
|
|
17127
|
-
screen: "login" | "signup" | "
|
|
17127
|
+
screen: "login" | "signup" | "reset-password" | "consent" | "enter-password" | "impersonate" | "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";
|
|
17128
17128
|
};
|
|
17129
17129
|
} & {
|
|
17130
17130
|
query: {
|