authhero 8.19.0 → 8.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/u/widget/index.esm.js +1 -1
- package/dist/authhero.cjs +112 -112
- package/dist/authhero.d.ts +256 -256
- package/dist/authhero.mjs +10565 -10524
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +3 -3
- package/dist/types/helpers/hook-events.d.ts +35 -15
- package/dist/types/hooks/link-users.d.ts +9 -1
- package/dist/types/hooks/user-registration.d.ts +8 -5
- package/dist/types/index.d.ts +256 -256
- package/dist/types/routes/auth-api/index.d.ts +24 -24
- package/dist/types/routes/auth-api/passwordless.d.ts +12 -12
- package/dist/types/routes/auth-api/register/index.d.ts +2 -2
- package/dist/types/routes/auth-api/token.d.ts +10 -10
- package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
- package/dist/types/routes/management-api/clients.d.ts +7 -7
- package/dist/types/routes/management-api/connections.d.ts +1 -1
- package/dist/types/routes/management-api/custom-domains.d.ts +6 -6
- package/dist/types/routes/management-api/email-templates.d.ts +18 -18
- package/dist/types/routes/management-api/forms.d.ts +126 -126
- package/dist/types/routes/management-api/guardian.d.ts +5 -5
- package/dist/types/routes/management-api/hooks.d.ts +24 -24
- package/dist/types/routes/management-api/index.d.ts +227 -227
- package/dist/types/routes/management-api/logs.d.ts +3 -3
- package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
- package/dist/types/routes/management-api/organizations.d.ts +2 -2
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/roles.d.ts +6 -6
- package/dist/types/routes/management-api/tenant-export-import.d.ts +5 -5
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/common.d.ts +2 -2
- package/dist/types/routes/universal-login/flow-api.d.ts +8 -8
- package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
- package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
- package/dist/types/types/IdToken.d.ts +1 -1
- package/package.json +6 -6
package/dist/types/index.d.ts
CHANGED
|
@@ -62,8 +62,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
62
62
|
$get: {
|
|
63
63
|
input: {
|
|
64
64
|
query: {
|
|
65
|
-
include_password_hashes?: "
|
|
66
|
-
gzip?: "
|
|
65
|
+
include_password_hashes?: "true" | "false" | undefined;
|
|
66
|
+
gzip?: "true" | "false" | undefined;
|
|
67
67
|
};
|
|
68
68
|
} & {
|
|
69
69
|
header: {
|
|
@@ -76,8 +76,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
76
76
|
} | {
|
|
77
77
|
input: {
|
|
78
78
|
query: {
|
|
79
|
-
include_password_hashes?: "
|
|
80
|
-
gzip?: "
|
|
79
|
+
include_password_hashes?: "true" | "false" | undefined;
|
|
80
|
+
gzip?: "true" | "false" | undefined;
|
|
81
81
|
};
|
|
82
82
|
} & {
|
|
83
83
|
header: {
|
|
@@ -96,7 +96,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
96
96
|
$post: {
|
|
97
97
|
input: {
|
|
98
98
|
query: {
|
|
99
|
-
include_password_hashes?: "
|
|
99
|
+
include_password_hashes?: "true" | "false" | undefined;
|
|
100
100
|
};
|
|
101
101
|
} & {
|
|
102
102
|
header: {
|
|
@@ -150,7 +150,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
150
150
|
};
|
|
151
151
|
} & {
|
|
152
152
|
json: {
|
|
153
|
-
type: "push" | "email" | "passkey" | "
|
|
153
|
+
type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
|
|
154
154
|
phone_number?: string | undefined;
|
|
155
155
|
totp_secret?: string | undefined;
|
|
156
156
|
credential_id?: string | undefined;
|
|
@@ -290,7 +290,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
290
290
|
};
|
|
291
291
|
};
|
|
292
292
|
output: {
|
|
293
|
-
name: "
|
|
293
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
294
294
|
enabled: boolean;
|
|
295
295
|
trial_expired?: boolean | undefined;
|
|
296
296
|
}[];
|
|
@@ -445,7 +445,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
445
445
|
$get: {
|
|
446
446
|
input: {
|
|
447
447
|
param: {
|
|
448
|
-
factor_name: "
|
|
448
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
449
449
|
};
|
|
450
450
|
} & {
|
|
451
451
|
header: {
|
|
@@ -453,7 +453,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
453
453
|
};
|
|
454
454
|
};
|
|
455
455
|
output: {
|
|
456
|
-
name: "
|
|
456
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
457
457
|
enabled: boolean;
|
|
458
458
|
trial_expired?: boolean | undefined;
|
|
459
459
|
};
|
|
@@ -466,7 +466,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
466
466
|
$put: {
|
|
467
467
|
input: {
|
|
468
468
|
param: {
|
|
469
|
-
factor_name: "
|
|
469
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
470
470
|
};
|
|
471
471
|
} & {
|
|
472
472
|
header: {
|
|
@@ -478,7 +478,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
478
478
|
};
|
|
479
479
|
};
|
|
480
480
|
output: {
|
|
481
|
-
name: "
|
|
481
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
482
482
|
enabled: boolean;
|
|
483
483
|
trial_expired?: boolean | undefined;
|
|
484
484
|
};
|
|
@@ -1223,11 +1223,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1223
1223
|
invitee: {
|
|
1224
1224
|
email?: string | undefined;
|
|
1225
1225
|
};
|
|
1226
|
-
roles?: string[] | undefined;
|
|
1227
1226
|
id?: string | undefined;
|
|
1228
1227
|
app_metadata?: Record<string, any> | undefined;
|
|
1229
1228
|
user_metadata?: Record<string, any> | undefined;
|
|
1230
1229
|
connection_id?: string | undefined;
|
|
1230
|
+
roles?: string[] | undefined;
|
|
1231
1231
|
ttl_sec?: number | undefined;
|
|
1232
1232
|
send_invitation_email?: boolean | undefined;
|
|
1233
1233
|
};
|
|
@@ -1411,8 +1411,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1411
1411
|
};
|
|
1412
1412
|
} & {
|
|
1413
1413
|
json: {
|
|
1414
|
-
assign_membership_on_login?: boolean | undefined;
|
|
1415
1414
|
show_as_button?: boolean | undefined;
|
|
1415
|
+
assign_membership_on_login?: boolean | undefined;
|
|
1416
1416
|
is_signup_enabled?: boolean | undefined;
|
|
1417
1417
|
};
|
|
1418
1418
|
};
|
|
@@ -2654,7 +2654,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2654
2654
|
hint?: string | undefined;
|
|
2655
2655
|
messages?: {
|
|
2656
2656
|
text: string;
|
|
2657
|
-
type: "
|
|
2657
|
+
type: "error" | "success" | "info" | "warning";
|
|
2658
2658
|
id?: number | undefined;
|
|
2659
2659
|
}[] | undefined;
|
|
2660
2660
|
required?: boolean | undefined;
|
|
@@ -2672,7 +2672,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2672
2672
|
hint?: string | undefined;
|
|
2673
2673
|
messages?: {
|
|
2674
2674
|
text: string;
|
|
2675
|
-
type: "
|
|
2675
|
+
type: "error" | "success" | "info" | "warning";
|
|
2676
2676
|
id?: number | undefined;
|
|
2677
2677
|
}[] | undefined;
|
|
2678
2678
|
required?: boolean | undefined;
|
|
@@ -2696,7 +2696,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2696
2696
|
hint?: string | undefined;
|
|
2697
2697
|
messages?: {
|
|
2698
2698
|
text: string;
|
|
2699
|
-
type: "
|
|
2699
|
+
type: "error" | "success" | "info" | "warning";
|
|
2700
2700
|
id?: number | undefined;
|
|
2701
2701
|
}[] | undefined;
|
|
2702
2702
|
required?: boolean | undefined;
|
|
@@ -2720,7 +2720,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2720
2720
|
hint?: string | undefined;
|
|
2721
2721
|
messages?: {
|
|
2722
2722
|
text: string;
|
|
2723
|
-
type: "
|
|
2723
|
+
type: "error" | "success" | "info" | "warning";
|
|
2724
2724
|
id?: number | undefined;
|
|
2725
2725
|
}[] | undefined;
|
|
2726
2726
|
required?: boolean | undefined;
|
|
@@ -2744,7 +2744,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2744
2744
|
hint?: string | undefined;
|
|
2745
2745
|
messages?: {
|
|
2746
2746
|
text: string;
|
|
2747
|
-
type: "
|
|
2747
|
+
type: "error" | "success" | "info" | "warning";
|
|
2748
2748
|
id?: number | undefined;
|
|
2749
2749
|
}[] | undefined;
|
|
2750
2750
|
required?: boolean | undefined;
|
|
@@ -2773,7 +2773,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2773
2773
|
hint?: string | undefined;
|
|
2774
2774
|
messages?: {
|
|
2775
2775
|
text: string;
|
|
2776
|
-
type: "
|
|
2776
|
+
type: "error" | "success" | "info" | "warning";
|
|
2777
2777
|
id?: number | undefined;
|
|
2778
2778
|
}[] | undefined;
|
|
2779
2779
|
required?: boolean | undefined;
|
|
@@ -2788,7 +2788,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2788
2788
|
hint?: string | undefined;
|
|
2789
2789
|
messages?: {
|
|
2790
2790
|
text: string;
|
|
2791
|
-
type: "
|
|
2791
|
+
type: "error" | "success" | "info" | "warning";
|
|
2792
2792
|
id?: number | undefined;
|
|
2793
2793
|
}[] | undefined;
|
|
2794
2794
|
required?: boolean | undefined;
|
|
@@ -2809,7 +2809,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2809
2809
|
hint?: string | undefined;
|
|
2810
2810
|
messages?: {
|
|
2811
2811
|
text: string;
|
|
2812
|
-
type: "
|
|
2812
|
+
type: "error" | "success" | "info" | "warning";
|
|
2813
2813
|
id?: number | undefined;
|
|
2814
2814
|
}[] | undefined;
|
|
2815
2815
|
required?: boolean | undefined;
|
|
@@ -2834,7 +2834,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2834
2834
|
hint?: string | undefined;
|
|
2835
2835
|
messages?: {
|
|
2836
2836
|
text: string;
|
|
2837
|
-
type: "
|
|
2837
|
+
type: "error" | "success" | "info" | "warning";
|
|
2838
2838
|
id?: number | undefined;
|
|
2839
2839
|
}[] | undefined;
|
|
2840
2840
|
required?: boolean | undefined;
|
|
@@ -2853,7 +2853,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2853
2853
|
hint?: string | undefined;
|
|
2854
2854
|
messages?: {
|
|
2855
2855
|
text: string;
|
|
2856
|
-
type: "
|
|
2856
|
+
type: "error" | "success" | "info" | "warning";
|
|
2857
2857
|
id?: number | undefined;
|
|
2858
2858
|
}[] | undefined;
|
|
2859
2859
|
required?: boolean | undefined;
|
|
@@ -2873,7 +2873,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2873
2873
|
hint?: string | undefined;
|
|
2874
2874
|
messages?: {
|
|
2875
2875
|
text: string;
|
|
2876
|
-
type: "
|
|
2876
|
+
type: "error" | "success" | "info" | "warning";
|
|
2877
2877
|
id?: number | undefined;
|
|
2878
2878
|
}[] | undefined;
|
|
2879
2879
|
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: "error" | "success" | "info" | "warning";
|
|
2896
2896
|
id?: number | undefined;
|
|
2897
2897
|
}[] | undefined;
|
|
2898
2898
|
required?: boolean | undefined;
|
|
@@ -2914,7 +2914,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2914
2914
|
hint?: string | undefined;
|
|
2915
2915
|
messages?: {
|
|
2916
2916
|
text: string;
|
|
2917
|
-
type: "
|
|
2917
|
+
type: "error" | "success" | "info" | "warning";
|
|
2918
2918
|
id?: number | undefined;
|
|
2919
2919
|
}[] | undefined;
|
|
2920
2920
|
required?: boolean | undefined;
|
|
@@ -2936,7 +2936,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2936
2936
|
hint?: string | undefined;
|
|
2937
2937
|
messages?: {
|
|
2938
2938
|
text: string;
|
|
2939
|
-
type: "
|
|
2939
|
+
type: "error" | "success" | "info" | "warning";
|
|
2940
2940
|
id?: number | undefined;
|
|
2941
2941
|
}[] | undefined;
|
|
2942
2942
|
required?: boolean | undefined;
|
|
@@ -2955,7 +2955,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2955
2955
|
hint?: string | undefined;
|
|
2956
2956
|
messages?: {
|
|
2957
2957
|
text: string;
|
|
2958
|
-
type: "
|
|
2958
|
+
type: "error" | "success" | "info" | "warning";
|
|
2959
2959
|
id?: number | undefined;
|
|
2960
2960
|
}[] | undefined;
|
|
2961
2961
|
required?: boolean | undefined;
|
|
@@ -2980,7 +2980,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2980
2980
|
hint?: string | undefined;
|
|
2981
2981
|
messages?: {
|
|
2982
2982
|
text: string;
|
|
2983
|
-
type: "
|
|
2983
|
+
type: "error" | "success" | "info" | "warning";
|
|
2984
2984
|
id?: number | undefined;
|
|
2985
2985
|
}[] | undefined;
|
|
2986
2986
|
required?: boolean | undefined;
|
|
@@ -3001,7 +3001,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3001
3001
|
hint?: string | undefined;
|
|
3002
3002
|
messages?: {
|
|
3003
3003
|
text: string;
|
|
3004
|
-
type: "
|
|
3004
|
+
type: "error" | "success" | "info" | "warning";
|
|
3005
3005
|
id?: number | undefined;
|
|
3006
3006
|
}[] | undefined;
|
|
3007
3007
|
required?: boolean | undefined;
|
|
@@ -3022,7 +3022,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3022
3022
|
hint?: string | undefined;
|
|
3023
3023
|
messages?: {
|
|
3024
3024
|
text: string;
|
|
3025
|
-
type: "
|
|
3025
|
+
type: "error" | "success" | "info" | "warning";
|
|
3026
3026
|
id?: number | undefined;
|
|
3027
3027
|
}[] | undefined;
|
|
3028
3028
|
required?: boolean | undefined;
|
|
@@ -3255,7 +3255,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3255
3255
|
hint?: string | undefined;
|
|
3256
3256
|
messages?: {
|
|
3257
3257
|
text: string;
|
|
3258
|
-
type: "
|
|
3258
|
+
type: "error" | "success" | "info" | "warning";
|
|
3259
3259
|
id?: number | undefined;
|
|
3260
3260
|
}[] | undefined;
|
|
3261
3261
|
required?: boolean | undefined;
|
|
@@ -3273,7 +3273,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3273
3273
|
hint?: string | undefined;
|
|
3274
3274
|
messages?: {
|
|
3275
3275
|
text: string;
|
|
3276
|
-
type: "
|
|
3276
|
+
type: "error" | "success" | "info" | "warning";
|
|
3277
3277
|
id?: number | undefined;
|
|
3278
3278
|
}[] | undefined;
|
|
3279
3279
|
required?: boolean | undefined;
|
|
@@ -3297,7 +3297,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3297
3297
|
hint?: string | undefined;
|
|
3298
3298
|
messages?: {
|
|
3299
3299
|
text: string;
|
|
3300
|
-
type: "
|
|
3300
|
+
type: "error" | "success" | "info" | "warning";
|
|
3301
3301
|
id?: number | undefined;
|
|
3302
3302
|
}[] | undefined;
|
|
3303
3303
|
required?: boolean | undefined;
|
|
@@ -3321,7 +3321,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3321
3321
|
hint?: string | undefined;
|
|
3322
3322
|
messages?: {
|
|
3323
3323
|
text: string;
|
|
3324
|
-
type: "
|
|
3324
|
+
type: "error" | "success" | "info" | "warning";
|
|
3325
3325
|
id?: number | undefined;
|
|
3326
3326
|
}[] | undefined;
|
|
3327
3327
|
required?: boolean | undefined;
|
|
@@ -3345,7 +3345,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3345
3345
|
hint?: string | undefined;
|
|
3346
3346
|
messages?: {
|
|
3347
3347
|
text: string;
|
|
3348
|
-
type: "
|
|
3348
|
+
type: "error" | "success" | "info" | "warning";
|
|
3349
3349
|
id?: number | undefined;
|
|
3350
3350
|
}[] | undefined;
|
|
3351
3351
|
required?: boolean | undefined;
|
|
@@ -3374,7 +3374,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3374
3374
|
hint?: string | undefined;
|
|
3375
3375
|
messages?: {
|
|
3376
3376
|
text: string;
|
|
3377
|
-
type: "
|
|
3377
|
+
type: "error" | "success" | "info" | "warning";
|
|
3378
3378
|
id?: number | undefined;
|
|
3379
3379
|
}[] | undefined;
|
|
3380
3380
|
required?: boolean | undefined;
|
|
@@ -3389,7 +3389,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3389
3389
|
hint?: string | undefined;
|
|
3390
3390
|
messages?: {
|
|
3391
3391
|
text: string;
|
|
3392
|
-
type: "
|
|
3392
|
+
type: "error" | "success" | "info" | "warning";
|
|
3393
3393
|
id?: number | undefined;
|
|
3394
3394
|
}[] | undefined;
|
|
3395
3395
|
required?: boolean | undefined;
|
|
@@ -3410,7 +3410,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3410
3410
|
hint?: string | undefined;
|
|
3411
3411
|
messages?: {
|
|
3412
3412
|
text: string;
|
|
3413
|
-
type: "
|
|
3413
|
+
type: "error" | "success" | "info" | "warning";
|
|
3414
3414
|
id?: number | undefined;
|
|
3415
3415
|
}[] | undefined;
|
|
3416
3416
|
required?: boolean | undefined;
|
|
@@ -3435,7 +3435,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3435
3435
|
hint?: string | undefined;
|
|
3436
3436
|
messages?: {
|
|
3437
3437
|
text: string;
|
|
3438
|
-
type: "
|
|
3438
|
+
type: "error" | "success" | "info" | "warning";
|
|
3439
3439
|
id?: number | undefined;
|
|
3440
3440
|
}[] | undefined;
|
|
3441
3441
|
required?: boolean | undefined;
|
|
@@ -3454,7 +3454,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3454
3454
|
hint?: string | undefined;
|
|
3455
3455
|
messages?: {
|
|
3456
3456
|
text: string;
|
|
3457
|
-
type: "
|
|
3457
|
+
type: "error" | "success" | "info" | "warning";
|
|
3458
3458
|
id?: number | undefined;
|
|
3459
3459
|
}[] | undefined;
|
|
3460
3460
|
required?: boolean | undefined;
|
|
@@ -3474,7 +3474,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3474
3474
|
hint?: string | undefined;
|
|
3475
3475
|
messages?: {
|
|
3476
3476
|
text: string;
|
|
3477
|
-
type: "
|
|
3477
|
+
type: "error" | "success" | "info" | "warning";
|
|
3478
3478
|
id?: number | undefined;
|
|
3479
3479
|
}[] | undefined;
|
|
3480
3480
|
required?: boolean | undefined;
|
|
@@ -3493,7 +3493,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3493
3493
|
hint?: string | undefined;
|
|
3494
3494
|
messages?: {
|
|
3495
3495
|
text: string;
|
|
3496
|
-
type: "
|
|
3496
|
+
type: "error" | "success" | "info" | "warning";
|
|
3497
3497
|
id?: number | undefined;
|
|
3498
3498
|
}[] | undefined;
|
|
3499
3499
|
required?: boolean | undefined;
|
|
@@ -3515,7 +3515,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3515
3515
|
hint?: string | undefined;
|
|
3516
3516
|
messages?: {
|
|
3517
3517
|
text: string;
|
|
3518
|
-
type: "
|
|
3518
|
+
type: "error" | "success" | "info" | "warning";
|
|
3519
3519
|
id?: number | undefined;
|
|
3520
3520
|
}[] | undefined;
|
|
3521
3521
|
required?: boolean | undefined;
|
|
@@ -3537,7 +3537,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3537
3537
|
hint?: string | undefined;
|
|
3538
3538
|
messages?: {
|
|
3539
3539
|
text: string;
|
|
3540
|
-
type: "
|
|
3540
|
+
type: "error" | "success" | "info" | "warning";
|
|
3541
3541
|
id?: number | undefined;
|
|
3542
3542
|
}[] | undefined;
|
|
3543
3543
|
required?: boolean | undefined;
|
|
@@ -3556,7 +3556,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3556
3556
|
hint?: string | undefined;
|
|
3557
3557
|
messages?: {
|
|
3558
3558
|
text: string;
|
|
3559
|
-
type: "
|
|
3559
|
+
type: "error" | "success" | "info" | "warning";
|
|
3560
3560
|
id?: number | undefined;
|
|
3561
3561
|
}[] | undefined;
|
|
3562
3562
|
required?: boolean | undefined;
|
|
@@ -3581,7 +3581,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3581
3581
|
hint?: string | undefined;
|
|
3582
3582
|
messages?: {
|
|
3583
3583
|
text: string;
|
|
3584
|
-
type: "
|
|
3584
|
+
type: "error" | "success" | "info" | "warning";
|
|
3585
3585
|
id?: number | undefined;
|
|
3586
3586
|
}[] | undefined;
|
|
3587
3587
|
required?: boolean | undefined;
|
|
@@ -3602,7 +3602,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3602
3602
|
hint?: string | undefined;
|
|
3603
3603
|
messages?: {
|
|
3604
3604
|
text: string;
|
|
3605
|
-
type: "
|
|
3605
|
+
type: "error" | "success" | "info" | "warning";
|
|
3606
3606
|
id?: number | undefined;
|
|
3607
3607
|
}[] | undefined;
|
|
3608
3608
|
required?: boolean | undefined;
|
|
@@ -3623,7 +3623,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3623
3623
|
hint?: string | undefined;
|
|
3624
3624
|
messages?: {
|
|
3625
3625
|
text: string;
|
|
3626
|
-
type: "
|
|
3626
|
+
type: "error" | "success" | "info" | "warning";
|
|
3627
3627
|
id?: number | undefined;
|
|
3628
3628
|
}[] | undefined;
|
|
3629
3629
|
required?: boolean | undefined;
|
|
@@ -3871,7 +3871,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3871
3871
|
hint?: string | undefined;
|
|
3872
3872
|
messages?: {
|
|
3873
3873
|
text: string;
|
|
3874
|
-
type: "
|
|
3874
|
+
type: "error" | "success" | "info" | "warning";
|
|
3875
3875
|
id?: number | undefined;
|
|
3876
3876
|
}[] | undefined;
|
|
3877
3877
|
required?: boolean | undefined;
|
|
@@ -3889,7 +3889,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3889
3889
|
hint?: string | undefined;
|
|
3890
3890
|
messages?: {
|
|
3891
3891
|
text: string;
|
|
3892
|
-
type: "
|
|
3892
|
+
type: "error" | "success" | "info" | "warning";
|
|
3893
3893
|
id?: number | undefined;
|
|
3894
3894
|
}[] | undefined;
|
|
3895
3895
|
required?: boolean | undefined;
|
|
@@ -3913,7 +3913,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3913
3913
|
hint?: string | undefined;
|
|
3914
3914
|
messages?: {
|
|
3915
3915
|
text: string;
|
|
3916
|
-
type: "
|
|
3916
|
+
type: "error" | "success" | "info" | "warning";
|
|
3917
3917
|
id?: number | undefined;
|
|
3918
3918
|
}[] | undefined;
|
|
3919
3919
|
required?: boolean | undefined;
|
|
@@ -3937,7 +3937,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3937
3937
|
hint?: string | undefined;
|
|
3938
3938
|
messages?: {
|
|
3939
3939
|
text: string;
|
|
3940
|
-
type: "
|
|
3940
|
+
type: "error" | "success" | "info" | "warning";
|
|
3941
3941
|
id?: number | undefined;
|
|
3942
3942
|
}[] | undefined;
|
|
3943
3943
|
required?: boolean | undefined;
|
|
@@ -3961,7 +3961,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3961
3961
|
hint?: string | undefined;
|
|
3962
3962
|
messages?: {
|
|
3963
3963
|
text: string;
|
|
3964
|
-
type: "
|
|
3964
|
+
type: "error" | "success" | "info" | "warning";
|
|
3965
3965
|
id?: number | undefined;
|
|
3966
3966
|
}[] | undefined;
|
|
3967
3967
|
required?: boolean | undefined;
|
|
@@ -3990,7 +3990,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3990
3990
|
hint?: string | undefined;
|
|
3991
3991
|
messages?: {
|
|
3992
3992
|
text: string;
|
|
3993
|
-
type: "
|
|
3993
|
+
type: "error" | "success" | "info" | "warning";
|
|
3994
3994
|
id?: number | undefined;
|
|
3995
3995
|
}[] | undefined;
|
|
3996
3996
|
required?: boolean | undefined;
|
|
@@ -4005,7 +4005,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4005
4005
|
hint?: string | undefined;
|
|
4006
4006
|
messages?: {
|
|
4007
4007
|
text: string;
|
|
4008
|
-
type: "
|
|
4008
|
+
type: "error" | "success" | "info" | "warning";
|
|
4009
4009
|
id?: number | undefined;
|
|
4010
4010
|
}[] | undefined;
|
|
4011
4011
|
required?: boolean | undefined;
|
|
@@ -4026,7 +4026,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4026
4026
|
hint?: string | undefined;
|
|
4027
4027
|
messages?: {
|
|
4028
4028
|
text: string;
|
|
4029
|
-
type: "
|
|
4029
|
+
type: "error" | "success" | "info" | "warning";
|
|
4030
4030
|
id?: number | undefined;
|
|
4031
4031
|
}[] | undefined;
|
|
4032
4032
|
required?: boolean | undefined;
|
|
@@ -4051,7 +4051,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4051
4051
|
hint?: string | undefined;
|
|
4052
4052
|
messages?: {
|
|
4053
4053
|
text: string;
|
|
4054
|
-
type: "
|
|
4054
|
+
type: "error" | "success" | "info" | "warning";
|
|
4055
4055
|
id?: number | undefined;
|
|
4056
4056
|
}[] | undefined;
|
|
4057
4057
|
required?: boolean | undefined;
|
|
@@ -4070,7 +4070,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4070
4070
|
hint?: string | undefined;
|
|
4071
4071
|
messages?: {
|
|
4072
4072
|
text: string;
|
|
4073
|
-
type: "
|
|
4073
|
+
type: "error" | "success" | "info" | "warning";
|
|
4074
4074
|
id?: number | undefined;
|
|
4075
4075
|
}[] | undefined;
|
|
4076
4076
|
required?: boolean | undefined;
|
|
@@ -4090,7 +4090,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4090
4090
|
hint?: string | undefined;
|
|
4091
4091
|
messages?: {
|
|
4092
4092
|
text: string;
|
|
4093
|
-
type: "
|
|
4093
|
+
type: "error" | "success" | "info" | "warning";
|
|
4094
4094
|
id?: number | undefined;
|
|
4095
4095
|
}[] | undefined;
|
|
4096
4096
|
required?: boolean | undefined;
|
|
@@ -4109,7 +4109,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4109
4109
|
hint?: string | undefined;
|
|
4110
4110
|
messages?: {
|
|
4111
4111
|
text: string;
|
|
4112
|
-
type: "
|
|
4112
|
+
type: "error" | "success" | "info" | "warning";
|
|
4113
4113
|
id?: number | undefined;
|
|
4114
4114
|
}[] | undefined;
|
|
4115
4115
|
required?: boolean | undefined;
|
|
@@ -4131,7 +4131,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4131
4131
|
hint?: string | undefined;
|
|
4132
4132
|
messages?: {
|
|
4133
4133
|
text: string;
|
|
4134
|
-
type: "
|
|
4134
|
+
type: "error" | "success" | "info" | "warning";
|
|
4135
4135
|
id?: number | undefined;
|
|
4136
4136
|
}[] | undefined;
|
|
4137
4137
|
required?: boolean | undefined;
|
|
@@ -4153,7 +4153,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4153
4153
|
hint?: string | undefined;
|
|
4154
4154
|
messages?: {
|
|
4155
4155
|
text: string;
|
|
4156
|
-
type: "
|
|
4156
|
+
type: "error" | "success" | "info" | "warning";
|
|
4157
4157
|
id?: number | undefined;
|
|
4158
4158
|
}[] | undefined;
|
|
4159
4159
|
required?: boolean | undefined;
|
|
@@ -4172,7 +4172,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4172
4172
|
hint?: string | undefined;
|
|
4173
4173
|
messages?: {
|
|
4174
4174
|
text: string;
|
|
4175
|
-
type: "
|
|
4175
|
+
type: "error" | "success" | "info" | "warning";
|
|
4176
4176
|
id?: number | undefined;
|
|
4177
4177
|
}[] | undefined;
|
|
4178
4178
|
required?: boolean | undefined;
|
|
@@ -4197,7 +4197,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4197
4197
|
hint?: string | undefined;
|
|
4198
4198
|
messages?: {
|
|
4199
4199
|
text: string;
|
|
4200
|
-
type: "
|
|
4200
|
+
type: "error" | "success" | "info" | "warning";
|
|
4201
4201
|
id?: number | undefined;
|
|
4202
4202
|
}[] | undefined;
|
|
4203
4203
|
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: "error" | "success" | "info" | "warning";
|
|
4222
4222
|
id?: number | undefined;
|
|
4223
4223
|
}[] | undefined;
|
|
4224
4224
|
required?: boolean | undefined;
|
|
@@ -4239,7 +4239,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4239
4239
|
hint?: string | undefined;
|
|
4240
4240
|
messages?: {
|
|
4241
4241
|
text: string;
|
|
4242
|
-
type: "
|
|
4242
|
+
type: "error" | "success" | "info" | "warning";
|
|
4243
4243
|
id?: number | undefined;
|
|
4244
4244
|
}[] | undefined;
|
|
4245
4245
|
required?: boolean | undefined;
|
|
@@ -4493,7 +4493,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4493
4493
|
hint?: string | undefined;
|
|
4494
4494
|
messages?: {
|
|
4495
4495
|
text: string;
|
|
4496
|
-
type: "
|
|
4496
|
+
type: "error" | "success" | "info" | "warning";
|
|
4497
4497
|
id?: number | undefined;
|
|
4498
4498
|
}[] | undefined;
|
|
4499
4499
|
required?: boolean | undefined;
|
|
@@ -4511,7 +4511,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4511
4511
|
hint?: string | undefined;
|
|
4512
4512
|
messages?: {
|
|
4513
4513
|
text: string;
|
|
4514
|
-
type: "
|
|
4514
|
+
type: "error" | "success" | "info" | "warning";
|
|
4515
4515
|
id?: number | undefined;
|
|
4516
4516
|
}[] | undefined;
|
|
4517
4517
|
required?: boolean | undefined;
|
|
@@ -4535,7 +4535,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4535
4535
|
hint?: string | undefined;
|
|
4536
4536
|
messages?: {
|
|
4537
4537
|
text: string;
|
|
4538
|
-
type: "
|
|
4538
|
+
type: "error" | "success" | "info" | "warning";
|
|
4539
4539
|
id?: number | undefined;
|
|
4540
4540
|
}[] | undefined;
|
|
4541
4541
|
required?: boolean | undefined;
|
|
@@ -4559,7 +4559,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4559
4559
|
hint?: string | undefined;
|
|
4560
4560
|
messages?: {
|
|
4561
4561
|
text: string;
|
|
4562
|
-
type: "
|
|
4562
|
+
type: "error" | "success" | "info" | "warning";
|
|
4563
4563
|
id?: number | undefined;
|
|
4564
4564
|
}[] | undefined;
|
|
4565
4565
|
required?: boolean | undefined;
|
|
@@ -4583,7 +4583,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4583
4583
|
hint?: string | undefined;
|
|
4584
4584
|
messages?: {
|
|
4585
4585
|
text: string;
|
|
4586
|
-
type: "
|
|
4586
|
+
type: "error" | "success" | "info" | "warning";
|
|
4587
4587
|
id?: number | undefined;
|
|
4588
4588
|
}[] | undefined;
|
|
4589
4589
|
required?: boolean | undefined;
|
|
@@ -4608,7 +4608,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4608
4608
|
hint?: string | undefined;
|
|
4609
4609
|
messages?: {
|
|
4610
4610
|
text: string;
|
|
4611
|
-
type: "
|
|
4611
|
+
type: "error" | "success" | "info" | "warning";
|
|
4612
4612
|
id?: number | undefined;
|
|
4613
4613
|
}[] | undefined;
|
|
4614
4614
|
required?: boolean | undefined;
|
|
@@ -4623,7 +4623,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4623
4623
|
hint?: string | undefined;
|
|
4624
4624
|
messages?: {
|
|
4625
4625
|
text: string;
|
|
4626
|
-
type: "
|
|
4626
|
+
type: "error" | "success" | "info" | "warning";
|
|
4627
4627
|
id?: number | undefined;
|
|
4628
4628
|
}[] | undefined;
|
|
4629
4629
|
required?: boolean | undefined;
|
|
@@ -4644,7 +4644,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4644
4644
|
hint?: string | undefined;
|
|
4645
4645
|
messages?: {
|
|
4646
4646
|
text: string;
|
|
4647
|
-
type: "
|
|
4647
|
+
type: "error" | "success" | "info" | "warning";
|
|
4648
4648
|
id?: number | undefined;
|
|
4649
4649
|
}[] | undefined;
|
|
4650
4650
|
required?: boolean | undefined;
|
|
@@ -4669,7 +4669,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4669
4669
|
hint?: string | undefined;
|
|
4670
4670
|
messages?: {
|
|
4671
4671
|
text: string;
|
|
4672
|
-
type: "
|
|
4672
|
+
type: "error" | "success" | "info" | "warning";
|
|
4673
4673
|
id?: number | undefined;
|
|
4674
4674
|
}[] | undefined;
|
|
4675
4675
|
required?: boolean | undefined;
|
|
@@ -4688,7 +4688,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4688
4688
|
hint?: string | undefined;
|
|
4689
4689
|
messages?: {
|
|
4690
4690
|
text: string;
|
|
4691
|
-
type: "
|
|
4691
|
+
type: "error" | "success" | "info" | "warning";
|
|
4692
4692
|
id?: number | undefined;
|
|
4693
4693
|
}[] | undefined;
|
|
4694
4694
|
required?: boolean | undefined;
|
|
@@ -4708,7 +4708,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4708
4708
|
hint?: string | undefined;
|
|
4709
4709
|
messages?: {
|
|
4710
4710
|
text: string;
|
|
4711
|
-
type: "
|
|
4711
|
+
type: "error" | "success" | "info" | "warning";
|
|
4712
4712
|
id?: number | undefined;
|
|
4713
4713
|
}[] | undefined;
|
|
4714
4714
|
required?: boolean | undefined;
|
|
@@ -4727,7 +4727,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4727
4727
|
hint?: string | undefined;
|
|
4728
4728
|
messages?: {
|
|
4729
4729
|
text: string;
|
|
4730
|
-
type: "
|
|
4730
|
+
type: "error" | "success" | "info" | "warning";
|
|
4731
4731
|
id?: number | undefined;
|
|
4732
4732
|
}[] | undefined;
|
|
4733
4733
|
required?: boolean | undefined;
|
|
@@ -4749,7 +4749,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4749
4749
|
hint?: string | undefined;
|
|
4750
4750
|
messages?: {
|
|
4751
4751
|
text: string;
|
|
4752
|
-
type: "
|
|
4752
|
+
type: "error" | "success" | "info" | "warning";
|
|
4753
4753
|
id?: number | undefined;
|
|
4754
4754
|
}[] | undefined;
|
|
4755
4755
|
required?: boolean | undefined;
|
|
@@ -4771,7 +4771,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4771
4771
|
hint?: string | undefined;
|
|
4772
4772
|
messages?: {
|
|
4773
4773
|
text: string;
|
|
4774
|
-
type: "
|
|
4774
|
+
type: "error" | "success" | "info" | "warning";
|
|
4775
4775
|
id?: number | undefined;
|
|
4776
4776
|
}[] | undefined;
|
|
4777
4777
|
required?: boolean | undefined;
|
|
@@ -4790,7 +4790,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4790
4790
|
hint?: string | undefined;
|
|
4791
4791
|
messages?: {
|
|
4792
4792
|
text: string;
|
|
4793
|
-
type: "
|
|
4793
|
+
type: "error" | "success" | "info" | "warning";
|
|
4794
4794
|
id?: number | undefined;
|
|
4795
4795
|
}[] | undefined;
|
|
4796
4796
|
required?: boolean | undefined;
|
|
@@ -4815,7 +4815,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4815
4815
|
hint?: string | undefined;
|
|
4816
4816
|
messages?: {
|
|
4817
4817
|
text: string;
|
|
4818
|
-
type: "
|
|
4818
|
+
type: "error" | "success" | "info" | "warning";
|
|
4819
4819
|
id?: number | undefined;
|
|
4820
4820
|
}[] | undefined;
|
|
4821
4821
|
required?: boolean | undefined;
|
|
@@ -4836,7 +4836,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4836
4836
|
hint?: string | undefined;
|
|
4837
4837
|
messages?: {
|
|
4838
4838
|
text: string;
|
|
4839
|
-
type: "
|
|
4839
|
+
type: "error" | "success" | "info" | "warning";
|
|
4840
4840
|
id?: number | undefined;
|
|
4841
4841
|
}[] | undefined;
|
|
4842
4842
|
required?: boolean | undefined;
|
|
@@ -4857,7 +4857,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4857
4857
|
hint?: string | undefined;
|
|
4858
4858
|
messages?: {
|
|
4859
4859
|
text: string;
|
|
4860
|
-
type: "
|
|
4860
|
+
type: "error" | "success" | "info" | "warning";
|
|
4861
4861
|
id?: number | undefined;
|
|
4862
4862
|
}[] | undefined;
|
|
4863
4863
|
required?: boolean | undefined;
|
|
@@ -5088,7 +5088,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5088
5088
|
hint?: string | undefined;
|
|
5089
5089
|
messages?: {
|
|
5090
5090
|
text: string;
|
|
5091
|
-
type: "
|
|
5091
|
+
type: "error" | "success" | "info" | "warning";
|
|
5092
5092
|
id?: number | undefined;
|
|
5093
5093
|
}[] | undefined;
|
|
5094
5094
|
required?: boolean | undefined;
|
|
@@ -5106,7 +5106,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5106
5106
|
hint?: string | undefined;
|
|
5107
5107
|
messages?: {
|
|
5108
5108
|
text: string;
|
|
5109
|
-
type: "
|
|
5109
|
+
type: "error" | "success" | "info" | "warning";
|
|
5110
5110
|
id?: number | undefined;
|
|
5111
5111
|
}[] | undefined;
|
|
5112
5112
|
required?: boolean | undefined;
|
|
@@ -5130,7 +5130,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5130
5130
|
hint?: string | undefined;
|
|
5131
5131
|
messages?: {
|
|
5132
5132
|
text: string;
|
|
5133
|
-
type: "
|
|
5133
|
+
type: "error" | "success" | "info" | "warning";
|
|
5134
5134
|
id?: number | undefined;
|
|
5135
5135
|
}[] | undefined;
|
|
5136
5136
|
required?: boolean | undefined;
|
|
@@ -5154,7 +5154,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5154
5154
|
hint?: string | undefined;
|
|
5155
5155
|
messages?: {
|
|
5156
5156
|
text: string;
|
|
5157
|
-
type: "
|
|
5157
|
+
type: "error" | "success" | "info" | "warning";
|
|
5158
5158
|
id?: number | undefined;
|
|
5159
5159
|
}[] | undefined;
|
|
5160
5160
|
required?: boolean | undefined;
|
|
@@ -5178,7 +5178,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5178
5178
|
hint?: string | undefined;
|
|
5179
5179
|
messages?: {
|
|
5180
5180
|
text: string;
|
|
5181
|
-
type: "
|
|
5181
|
+
type: "error" | "success" | "info" | "warning";
|
|
5182
5182
|
id?: number | undefined;
|
|
5183
5183
|
}[] | undefined;
|
|
5184
5184
|
required?: boolean | undefined;
|
|
@@ -5207,7 +5207,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5207
5207
|
hint?: string | undefined;
|
|
5208
5208
|
messages?: {
|
|
5209
5209
|
text: string;
|
|
5210
|
-
type: "
|
|
5210
|
+
type: "error" | "success" | "info" | "warning";
|
|
5211
5211
|
id?: number | undefined;
|
|
5212
5212
|
}[] | undefined;
|
|
5213
5213
|
required?: boolean | undefined;
|
|
@@ -5222,7 +5222,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5222
5222
|
hint?: string | undefined;
|
|
5223
5223
|
messages?: {
|
|
5224
5224
|
text: string;
|
|
5225
|
-
type: "
|
|
5225
|
+
type: "error" | "success" | "info" | "warning";
|
|
5226
5226
|
id?: number | undefined;
|
|
5227
5227
|
}[] | undefined;
|
|
5228
5228
|
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: "error" | "success" | "info" | "warning";
|
|
5247
5247
|
id?: number | undefined;
|
|
5248
5248
|
}[] | undefined;
|
|
5249
5249
|
required?: boolean | undefined;
|
|
@@ -5268,7 +5268,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5268
5268
|
hint?: string | undefined;
|
|
5269
5269
|
messages?: {
|
|
5270
5270
|
text: string;
|
|
5271
|
-
type: "
|
|
5271
|
+
type: "error" | "success" | "info" | "warning";
|
|
5272
5272
|
id?: number | undefined;
|
|
5273
5273
|
}[] | undefined;
|
|
5274
5274
|
required?: boolean | undefined;
|
|
@@ -5287,7 +5287,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5287
5287
|
hint?: string | undefined;
|
|
5288
5288
|
messages?: {
|
|
5289
5289
|
text: string;
|
|
5290
|
-
type: "
|
|
5290
|
+
type: "error" | "success" | "info" | "warning";
|
|
5291
5291
|
id?: number | undefined;
|
|
5292
5292
|
}[] | undefined;
|
|
5293
5293
|
required?: boolean | undefined;
|
|
@@ -5307,7 +5307,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5307
5307
|
hint?: string | undefined;
|
|
5308
5308
|
messages?: {
|
|
5309
5309
|
text: string;
|
|
5310
|
-
type: "
|
|
5310
|
+
type: "error" | "success" | "info" | "warning";
|
|
5311
5311
|
id?: number | undefined;
|
|
5312
5312
|
}[] | undefined;
|
|
5313
5313
|
required?: boolean | undefined;
|
|
@@ -5326,7 +5326,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5326
5326
|
hint?: string | undefined;
|
|
5327
5327
|
messages?: {
|
|
5328
5328
|
text: string;
|
|
5329
|
-
type: "
|
|
5329
|
+
type: "error" | "success" | "info" | "warning";
|
|
5330
5330
|
id?: number | undefined;
|
|
5331
5331
|
}[] | undefined;
|
|
5332
5332
|
required?: boolean | undefined;
|
|
@@ -5348,7 +5348,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5348
5348
|
hint?: string | undefined;
|
|
5349
5349
|
messages?: {
|
|
5350
5350
|
text: string;
|
|
5351
|
-
type: "
|
|
5351
|
+
type: "error" | "success" | "info" | "warning";
|
|
5352
5352
|
id?: number | undefined;
|
|
5353
5353
|
}[] | undefined;
|
|
5354
5354
|
required?: boolean | undefined;
|
|
@@ -5370,7 +5370,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5370
5370
|
hint?: string | undefined;
|
|
5371
5371
|
messages?: {
|
|
5372
5372
|
text: string;
|
|
5373
|
-
type: "
|
|
5373
|
+
type: "error" | "success" | "info" | "warning";
|
|
5374
5374
|
id?: number | undefined;
|
|
5375
5375
|
}[] | undefined;
|
|
5376
5376
|
required?: boolean | undefined;
|
|
@@ -5389,7 +5389,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5389
5389
|
hint?: string | undefined;
|
|
5390
5390
|
messages?: {
|
|
5391
5391
|
text: string;
|
|
5392
|
-
type: "
|
|
5392
|
+
type: "error" | "success" | "info" | "warning";
|
|
5393
5393
|
id?: number | undefined;
|
|
5394
5394
|
}[] | undefined;
|
|
5395
5395
|
required?: boolean | undefined;
|
|
@@ -5414,7 +5414,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5414
5414
|
hint?: string | undefined;
|
|
5415
5415
|
messages?: {
|
|
5416
5416
|
text: string;
|
|
5417
|
-
type: "
|
|
5417
|
+
type: "error" | "success" | "info" | "warning";
|
|
5418
5418
|
id?: number | undefined;
|
|
5419
5419
|
}[] | undefined;
|
|
5420
5420
|
required?: boolean | undefined;
|
|
@@ -5435,7 +5435,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5435
5435
|
hint?: string | undefined;
|
|
5436
5436
|
messages?: {
|
|
5437
5437
|
text: string;
|
|
5438
|
-
type: "
|
|
5438
|
+
type: "error" | "success" | "info" | "warning";
|
|
5439
5439
|
id?: number | undefined;
|
|
5440
5440
|
}[] | undefined;
|
|
5441
5441
|
required?: boolean | undefined;
|
|
@@ -5456,7 +5456,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5456
5456
|
hint?: string | undefined;
|
|
5457
5457
|
messages?: {
|
|
5458
5458
|
text: string;
|
|
5459
|
-
type: "
|
|
5459
|
+
type: "error" | "success" | "info" | "warning";
|
|
5460
5460
|
id?: number | undefined;
|
|
5461
5461
|
}[] | undefined;
|
|
5462
5462
|
required?: boolean | undefined;
|
|
@@ -5689,7 +5689,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5689
5689
|
hint?: string | undefined;
|
|
5690
5690
|
messages?: {
|
|
5691
5691
|
text: string;
|
|
5692
|
-
type: "
|
|
5692
|
+
type: "error" | "success" | "info" | "warning";
|
|
5693
5693
|
id?: number | undefined;
|
|
5694
5694
|
}[] | undefined;
|
|
5695
5695
|
required?: boolean | undefined;
|
|
@@ -5707,7 +5707,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5707
5707
|
hint?: string | undefined;
|
|
5708
5708
|
messages?: {
|
|
5709
5709
|
text: string;
|
|
5710
|
-
type: "
|
|
5710
|
+
type: "error" | "success" | "info" | "warning";
|
|
5711
5711
|
id?: number | undefined;
|
|
5712
5712
|
}[] | undefined;
|
|
5713
5713
|
required?: boolean | undefined;
|
|
@@ -5731,7 +5731,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5731
5731
|
hint?: string | undefined;
|
|
5732
5732
|
messages?: {
|
|
5733
5733
|
text: string;
|
|
5734
|
-
type: "
|
|
5734
|
+
type: "error" | "success" | "info" | "warning";
|
|
5735
5735
|
id?: number | undefined;
|
|
5736
5736
|
}[] | undefined;
|
|
5737
5737
|
required?: boolean | undefined;
|
|
@@ -5755,7 +5755,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5755
5755
|
hint?: string | undefined;
|
|
5756
5756
|
messages?: {
|
|
5757
5757
|
text: string;
|
|
5758
|
-
type: "
|
|
5758
|
+
type: "error" | "success" | "info" | "warning";
|
|
5759
5759
|
id?: number | undefined;
|
|
5760
5760
|
}[] | undefined;
|
|
5761
5761
|
required?: boolean | undefined;
|
|
@@ -5779,7 +5779,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5779
5779
|
hint?: string | undefined;
|
|
5780
5780
|
messages?: {
|
|
5781
5781
|
text: string;
|
|
5782
|
-
type: "
|
|
5782
|
+
type: "error" | "success" | "info" | "warning";
|
|
5783
5783
|
id?: number | undefined;
|
|
5784
5784
|
}[] | undefined;
|
|
5785
5785
|
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: "error" | "success" | "info" | "warning";
|
|
5808
5808
|
id?: number | undefined;
|
|
5809
5809
|
}[] | undefined;
|
|
5810
5810
|
required?: boolean | undefined;
|
|
@@ -5819,7 +5819,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5819
5819
|
hint?: string | undefined;
|
|
5820
5820
|
messages?: {
|
|
5821
5821
|
text: string;
|
|
5822
|
-
type: "
|
|
5822
|
+
type: "error" | "success" | "info" | "warning";
|
|
5823
5823
|
id?: number | undefined;
|
|
5824
5824
|
}[] | undefined;
|
|
5825
5825
|
required?: boolean | undefined;
|
|
@@ -5840,7 +5840,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5840
5840
|
hint?: string | undefined;
|
|
5841
5841
|
messages?: {
|
|
5842
5842
|
text: string;
|
|
5843
|
-
type: "
|
|
5843
|
+
type: "error" | "success" | "info" | "warning";
|
|
5844
5844
|
id?: number | undefined;
|
|
5845
5845
|
}[] | undefined;
|
|
5846
5846
|
required?: boolean | undefined;
|
|
@@ -5865,7 +5865,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5865
5865
|
hint?: string | undefined;
|
|
5866
5866
|
messages?: {
|
|
5867
5867
|
text: string;
|
|
5868
|
-
type: "
|
|
5868
|
+
type: "error" | "success" | "info" | "warning";
|
|
5869
5869
|
id?: number | undefined;
|
|
5870
5870
|
}[] | undefined;
|
|
5871
5871
|
required?: boolean | undefined;
|
|
@@ -5884,7 +5884,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5884
5884
|
hint?: string | undefined;
|
|
5885
5885
|
messages?: {
|
|
5886
5886
|
text: string;
|
|
5887
|
-
type: "
|
|
5887
|
+
type: "error" | "success" | "info" | "warning";
|
|
5888
5888
|
id?: number | undefined;
|
|
5889
5889
|
}[] | undefined;
|
|
5890
5890
|
required?: boolean | undefined;
|
|
@@ -5904,7 +5904,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5904
5904
|
hint?: string | undefined;
|
|
5905
5905
|
messages?: {
|
|
5906
5906
|
text: string;
|
|
5907
|
-
type: "
|
|
5907
|
+
type: "error" | "success" | "info" | "warning";
|
|
5908
5908
|
id?: number | undefined;
|
|
5909
5909
|
}[] | undefined;
|
|
5910
5910
|
required?: boolean | undefined;
|
|
@@ -5923,7 +5923,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5923
5923
|
hint?: string | undefined;
|
|
5924
5924
|
messages?: {
|
|
5925
5925
|
text: string;
|
|
5926
|
-
type: "
|
|
5926
|
+
type: "error" | "success" | "info" | "warning";
|
|
5927
5927
|
id?: number | undefined;
|
|
5928
5928
|
}[] | undefined;
|
|
5929
5929
|
required?: boolean | undefined;
|
|
@@ -5945,7 +5945,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5945
5945
|
hint?: string | undefined;
|
|
5946
5946
|
messages?: {
|
|
5947
5947
|
text: string;
|
|
5948
|
-
type: "
|
|
5948
|
+
type: "error" | "success" | "info" | "warning";
|
|
5949
5949
|
id?: number | undefined;
|
|
5950
5950
|
}[] | undefined;
|
|
5951
5951
|
required?: boolean | undefined;
|
|
@@ -5967,7 +5967,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5967
5967
|
hint?: string | undefined;
|
|
5968
5968
|
messages?: {
|
|
5969
5969
|
text: string;
|
|
5970
|
-
type: "
|
|
5970
|
+
type: "error" | "success" | "info" | "warning";
|
|
5971
5971
|
id?: number | undefined;
|
|
5972
5972
|
}[] | undefined;
|
|
5973
5973
|
required?: boolean | undefined;
|
|
@@ -5986,7 +5986,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5986
5986
|
hint?: string | undefined;
|
|
5987
5987
|
messages?: {
|
|
5988
5988
|
text: string;
|
|
5989
|
-
type: "
|
|
5989
|
+
type: "error" | "success" | "info" | "warning";
|
|
5990
5990
|
id?: number | undefined;
|
|
5991
5991
|
}[] | undefined;
|
|
5992
5992
|
required?: boolean | undefined;
|
|
@@ -6011,7 +6011,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6011
6011
|
hint?: string | undefined;
|
|
6012
6012
|
messages?: {
|
|
6013
6013
|
text: string;
|
|
6014
|
-
type: "
|
|
6014
|
+
type: "error" | "success" | "info" | "warning";
|
|
6015
6015
|
id?: number | undefined;
|
|
6016
6016
|
}[] | undefined;
|
|
6017
6017
|
required?: boolean | undefined;
|
|
@@ -6032,7 +6032,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6032
6032
|
hint?: string | undefined;
|
|
6033
6033
|
messages?: {
|
|
6034
6034
|
text: string;
|
|
6035
|
-
type: "
|
|
6035
|
+
type: "error" | "success" | "info" | "warning";
|
|
6036
6036
|
id?: number | undefined;
|
|
6037
6037
|
}[] | undefined;
|
|
6038
6038
|
required?: boolean | undefined;
|
|
@@ -6053,7 +6053,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6053
6053
|
hint?: string | undefined;
|
|
6054
6054
|
messages?: {
|
|
6055
6055
|
text: string;
|
|
6056
|
-
type: "
|
|
6056
|
+
type: "error" | "success" | "info" | "warning";
|
|
6057
6057
|
id?: number | undefined;
|
|
6058
6058
|
}[] | undefined;
|
|
6059
6059
|
required?: boolean | undefined;
|
|
@@ -6284,7 +6284,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6284
6284
|
hint?: string | undefined;
|
|
6285
6285
|
messages?: {
|
|
6286
6286
|
text: string;
|
|
6287
|
-
type: "
|
|
6287
|
+
type: "error" | "success" | "info" | "warning";
|
|
6288
6288
|
id?: number | undefined;
|
|
6289
6289
|
}[] | undefined;
|
|
6290
6290
|
required?: boolean | undefined;
|
|
@@ -6302,7 +6302,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6302
6302
|
hint?: string | undefined;
|
|
6303
6303
|
messages?: {
|
|
6304
6304
|
text: string;
|
|
6305
|
-
type: "
|
|
6305
|
+
type: "error" | "success" | "info" | "warning";
|
|
6306
6306
|
id?: number | undefined;
|
|
6307
6307
|
}[] | undefined;
|
|
6308
6308
|
required?: boolean | undefined;
|
|
@@ -6326,7 +6326,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6326
6326
|
hint?: string | undefined;
|
|
6327
6327
|
messages?: {
|
|
6328
6328
|
text: string;
|
|
6329
|
-
type: "
|
|
6329
|
+
type: "error" | "success" | "info" | "warning";
|
|
6330
6330
|
id?: number | undefined;
|
|
6331
6331
|
}[] | undefined;
|
|
6332
6332
|
required?: boolean | undefined;
|
|
@@ -6350,7 +6350,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6350
6350
|
hint?: string | undefined;
|
|
6351
6351
|
messages?: {
|
|
6352
6352
|
text: string;
|
|
6353
|
-
type: "
|
|
6353
|
+
type: "error" | "success" | "info" | "warning";
|
|
6354
6354
|
id?: number | undefined;
|
|
6355
6355
|
}[] | undefined;
|
|
6356
6356
|
required?: boolean | undefined;
|
|
@@ -6374,7 +6374,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6374
6374
|
hint?: string | undefined;
|
|
6375
6375
|
messages?: {
|
|
6376
6376
|
text: string;
|
|
6377
|
-
type: "
|
|
6377
|
+
type: "error" | "success" | "info" | "warning";
|
|
6378
6378
|
id?: number | undefined;
|
|
6379
6379
|
}[] | undefined;
|
|
6380
6380
|
required?: boolean | undefined;
|
|
@@ -6403,7 +6403,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6403
6403
|
hint?: string | undefined;
|
|
6404
6404
|
messages?: {
|
|
6405
6405
|
text: string;
|
|
6406
|
-
type: "
|
|
6406
|
+
type: "error" | "success" | "info" | "warning";
|
|
6407
6407
|
id?: number | undefined;
|
|
6408
6408
|
}[] | undefined;
|
|
6409
6409
|
required?: boolean | undefined;
|
|
@@ -6418,7 +6418,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6418
6418
|
hint?: string | undefined;
|
|
6419
6419
|
messages?: {
|
|
6420
6420
|
text: string;
|
|
6421
|
-
type: "
|
|
6421
|
+
type: "error" | "success" | "info" | "warning";
|
|
6422
6422
|
id?: number | undefined;
|
|
6423
6423
|
}[] | undefined;
|
|
6424
6424
|
required?: boolean | undefined;
|
|
@@ -6439,7 +6439,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6439
6439
|
hint?: string | undefined;
|
|
6440
6440
|
messages?: {
|
|
6441
6441
|
text: string;
|
|
6442
|
-
type: "
|
|
6442
|
+
type: "error" | "success" | "info" | "warning";
|
|
6443
6443
|
id?: number | undefined;
|
|
6444
6444
|
}[] | undefined;
|
|
6445
6445
|
required?: boolean | undefined;
|
|
@@ -6464,7 +6464,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6464
6464
|
hint?: string | undefined;
|
|
6465
6465
|
messages?: {
|
|
6466
6466
|
text: string;
|
|
6467
|
-
type: "
|
|
6467
|
+
type: "error" | "success" | "info" | "warning";
|
|
6468
6468
|
id?: number | undefined;
|
|
6469
6469
|
}[] | undefined;
|
|
6470
6470
|
required?: boolean | undefined;
|
|
@@ -6483,7 +6483,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6483
6483
|
hint?: string | undefined;
|
|
6484
6484
|
messages?: {
|
|
6485
6485
|
text: string;
|
|
6486
|
-
type: "
|
|
6486
|
+
type: "error" | "success" | "info" | "warning";
|
|
6487
6487
|
id?: number | undefined;
|
|
6488
6488
|
}[] | undefined;
|
|
6489
6489
|
required?: boolean | undefined;
|
|
@@ -6503,7 +6503,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6503
6503
|
hint?: string | undefined;
|
|
6504
6504
|
messages?: {
|
|
6505
6505
|
text: string;
|
|
6506
|
-
type: "
|
|
6506
|
+
type: "error" | "success" | "info" | "warning";
|
|
6507
6507
|
id?: number | undefined;
|
|
6508
6508
|
}[] | undefined;
|
|
6509
6509
|
required?: boolean | undefined;
|
|
@@ -6522,7 +6522,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6522
6522
|
hint?: string | undefined;
|
|
6523
6523
|
messages?: {
|
|
6524
6524
|
text: string;
|
|
6525
|
-
type: "
|
|
6525
|
+
type: "error" | "success" | "info" | "warning";
|
|
6526
6526
|
id?: number | undefined;
|
|
6527
6527
|
}[] | undefined;
|
|
6528
6528
|
required?: boolean | undefined;
|
|
@@ -6544,7 +6544,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6544
6544
|
hint?: string | undefined;
|
|
6545
6545
|
messages?: {
|
|
6546
6546
|
text: string;
|
|
6547
|
-
type: "
|
|
6547
|
+
type: "error" | "success" | "info" | "warning";
|
|
6548
6548
|
id?: number | undefined;
|
|
6549
6549
|
}[] | undefined;
|
|
6550
6550
|
required?: boolean | undefined;
|
|
@@ -6566,7 +6566,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6566
6566
|
hint?: string | undefined;
|
|
6567
6567
|
messages?: {
|
|
6568
6568
|
text: string;
|
|
6569
|
-
type: "
|
|
6569
|
+
type: "error" | "success" | "info" | "warning";
|
|
6570
6570
|
id?: number | undefined;
|
|
6571
6571
|
}[] | undefined;
|
|
6572
6572
|
required?: boolean | undefined;
|
|
@@ -6585,7 +6585,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6585
6585
|
hint?: string | undefined;
|
|
6586
6586
|
messages?: {
|
|
6587
6587
|
text: string;
|
|
6588
|
-
type: "
|
|
6588
|
+
type: "error" | "success" | "info" | "warning";
|
|
6589
6589
|
id?: number | undefined;
|
|
6590
6590
|
}[] | undefined;
|
|
6591
6591
|
required?: boolean | undefined;
|
|
@@ -6610,7 +6610,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6610
6610
|
hint?: string | undefined;
|
|
6611
6611
|
messages?: {
|
|
6612
6612
|
text: string;
|
|
6613
|
-
type: "
|
|
6613
|
+
type: "error" | "success" | "info" | "warning";
|
|
6614
6614
|
id?: number | undefined;
|
|
6615
6615
|
}[] | undefined;
|
|
6616
6616
|
required?: boolean | undefined;
|
|
@@ -6631,7 +6631,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6631
6631
|
hint?: string | undefined;
|
|
6632
6632
|
messages?: {
|
|
6633
6633
|
text: string;
|
|
6634
|
-
type: "
|
|
6634
|
+
type: "error" | "success" | "info" | "warning";
|
|
6635
6635
|
id?: number | undefined;
|
|
6636
6636
|
}[] | undefined;
|
|
6637
6637
|
required?: boolean | undefined;
|
|
@@ -6652,7 +6652,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6652
6652
|
hint?: string | undefined;
|
|
6653
6653
|
messages?: {
|
|
6654
6654
|
text: string;
|
|
6655
|
-
type: "
|
|
6655
|
+
type: "error" | "success" | "info" | "warning";
|
|
6656
6656
|
id?: number | undefined;
|
|
6657
6657
|
}[] | undefined;
|
|
6658
6658
|
required?: boolean | undefined;
|
|
@@ -6882,7 +6882,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6882
6882
|
};
|
|
6883
6883
|
};
|
|
6884
6884
|
output: {
|
|
6885
|
-
prompt: "
|
|
6885
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
6886
6886
|
language: string;
|
|
6887
6887
|
}[];
|
|
6888
6888
|
outputFormat: "json";
|
|
@@ -6920,7 +6920,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6920
6920
|
$get: {
|
|
6921
6921
|
input: {
|
|
6922
6922
|
param: {
|
|
6923
|
-
prompt: "
|
|
6923
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
6924
6924
|
language: string;
|
|
6925
6925
|
};
|
|
6926
6926
|
} & {
|
|
@@ -6942,7 +6942,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6942
6942
|
$put: {
|
|
6943
6943
|
input: {
|
|
6944
6944
|
param: {
|
|
6945
|
-
prompt: "
|
|
6945
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
6946
6946
|
language: string;
|
|
6947
6947
|
};
|
|
6948
6948
|
} & {
|
|
@@ -6966,7 +6966,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6966
6966
|
$delete: {
|
|
6967
6967
|
input: {
|
|
6968
6968
|
param: {
|
|
6969
|
-
prompt: "
|
|
6969
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
6970
6970
|
language: string;
|
|
6971
6971
|
};
|
|
6972
6972
|
} & {
|
|
@@ -7828,7 +7828,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7828
7828
|
};
|
|
7829
7829
|
} | {
|
|
7830
7830
|
mode: "inline";
|
|
7831
|
-
status: "
|
|
7831
|
+
status: "error" | "success";
|
|
7832
7832
|
connection_id: string;
|
|
7833
7833
|
connection_name: string;
|
|
7834
7834
|
strategy: string;
|
|
@@ -7864,7 +7864,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7864
7864
|
tenant_id: string;
|
|
7865
7865
|
created_at: string;
|
|
7866
7866
|
updated_at: string;
|
|
7867
|
-
deploymentStatus: "
|
|
7867
|
+
deploymentStatus: "failed" | "deployed" | "not_required";
|
|
7868
7868
|
secrets?: {
|
|
7869
7869
|
[x: string]: string;
|
|
7870
7870
|
} | undefined;
|
|
@@ -7954,7 +7954,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7954
7954
|
tenant_id: string;
|
|
7955
7955
|
created_at: string;
|
|
7956
7956
|
updated_at: string;
|
|
7957
|
-
deploymentStatus: "
|
|
7957
|
+
deploymentStatus: "failed" | "deployed" | "not_required";
|
|
7958
7958
|
secrets?: {
|
|
7959
7959
|
[x: string]: string;
|
|
7960
7960
|
} | undefined;
|
|
@@ -8002,7 +8002,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8002
8002
|
};
|
|
8003
8003
|
};
|
|
8004
8004
|
output: ({
|
|
8005
|
-
trigger_id: "
|
|
8005
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8006
8006
|
enabled: boolean;
|
|
8007
8007
|
synchronous: boolean;
|
|
8008
8008
|
created_at: string;
|
|
@@ -8014,7 +8014,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8014
8014
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8015
8015
|
} | undefined;
|
|
8016
8016
|
} | {
|
|
8017
|
-
trigger_id: "
|
|
8017
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8018
8018
|
enabled: boolean;
|
|
8019
8019
|
synchronous: boolean;
|
|
8020
8020
|
created_at: string;
|
|
@@ -8026,7 +8026,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8026
8026
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8027
8027
|
} | undefined;
|
|
8028
8028
|
} | {
|
|
8029
|
-
trigger_id: "post-user-
|
|
8029
|
+
trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
|
|
8030
8030
|
enabled: boolean;
|
|
8031
8031
|
synchronous: boolean;
|
|
8032
8032
|
created_at: string;
|
|
@@ -8038,7 +8038,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8038
8038
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8039
8039
|
} | undefined;
|
|
8040
8040
|
} | {
|
|
8041
|
-
trigger_id: "
|
|
8041
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
|
|
8042
8042
|
enabled: boolean;
|
|
8043
8043
|
synchronous: boolean;
|
|
8044
8044
|
created_at: string;
|
|
@@ -8054,7 +8054,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8054
8054
|
limit: number;
|
|
8055
8055
|
length: number;
|
|
8056
8056
|
hooks: ({
|
|
8057
|
-
trigger_id: "
|
|
8057
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8058
8058
|
enabled: boolean;
|
|
8059
8059
|
synchronous: boolean;
|
|
8060
8060
|
created_at: string;
|
|
@@ -8066,7 +8066,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8066
8066
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8067
8067
|
} | undefined;
|
|
8068
8068
|
} | {
|
|
8069
|
-
trigger_id: "
|
|
8069
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8070
8070
|
enabled: boolean;
|
|
8071
8071
|
synchronous: boolean;
|
|
8072
8072
|
created_at: string;
|
|
@@ -8078,7 +8078,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8078
8078
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8079
8079
|
} | undefined;
|
|
8080
8080
|
} | {
|
|
8081
|
-
trigger_id: "post-user-
|
|
8081
|
+
trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
|
|
8082
8082
|
enabled: boolean;
|
|
8083
8083
|
synchronous: boolean;
|
|
8084
8084
|
created_at: string;
|
|
@@ -8090,7 +8090,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8090
8090
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8091
8091
|
} | undefined;
|
|
8092
8092
|
} | {
|
|
8093
|
-
trigger_id: "
|
|
8093
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
|
|
8094
8094
|
enabled: boolean;
|
|
8095
8095
|
synchronous: boolean;
|
|
8096
8096
|
created_at: string;
|
|
@@ -8117,7 +8117,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8117
8117
|
};
|
|
8118
8118
|
} & {
|
|
8119
8119
|
json: {
|
|
8120
|
-
trigger_id: "
|
|
8120
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8121
8121
|
url: string;
|
|
8122
8122
|
enabled?: boolean | undefined;
|
|
8123
8123
|
synchronous?: boolean | undefined;
|
|
@@ -8125,7 +8125,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8125
8125
|
hook_id?: string | undefined;
|
|
8126
8126
|
metadata?: Record<string, unknown> | undefined;
|
|
8127
8127
|
} | {
|
|
8128
|
-
trigger_id: "
|
|
8128
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8129
8129
|
form_id: string;
|
|
8130
8130
|
enabled?: boolean | undefined;
|
|
8131
8131
|
synchronous?: boolean | undefined;
|
|
@@ -8133,7 +8133,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8133
8133
|
hook_id?: string | undefined;
|
|
8134
8134
|
metadata?: Record<string, unknown> | undefined;
|
|
8135
8135
|
} | {
|
|
8136
|
-
trigger_id: "post-user-
|
|
8136
|
+
trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
|
|
8137
8137
|
template_id: "ensure-username" | "set-preferred-username" | "account-linking";
|
|
8138
8138
|
enabled?: boolean | undefined;
|
|
8139
8139
|
synchronous?: boolean | undefined;
|
|
@@ -8141,7 +8141,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8141
8141
|
hook_id?: string | undefined;
|
|
8142
8142
|
metadata?: Record<string, unknown> | undefined;
|
|
8143
8143
|
} | {
|
|
8144
|
-
trigger_id: "
|
|
8144
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
|
|
8145
8145
|
code_id: string;
|
|
8146
8146
|
enabled?: boolean | undefined;
|
|
8147
8147
|
synchronous?: boolean | undefined;
|
|
@@ -8151,7 +8151,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8151
8151
|
};
|
|
8152
8152
|
};
|
|
8153
8153
|
output: {
|
|
8154
|
-
trigger_id: "
|
|
8154
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8155
8155
|
enabled: boolean;
|
|
8156
8156
|
synchronous: boolean;
|
|
8157
8157
|
created_at: string;
|
|
@@ -8163,7 +8163,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8163
8163
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8164
8164
|
} | undefined;
|
|
8165
8165
|
} | {
|
|
8166
|
-
trigger_id: "
|
|
8166
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8167
8167
|
enabled: boolean;
|
|
8168
8168
|
synchronous: boolean;
|
|
8169
8169
|
created_at: string;
|
|
@@ -8175,7 +8175,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8175
8175
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8176
8176
|
} | undefined;
|
|
8177
8177
|
} | {
|
|
8178
|
-
trigger_id: "post-user-
|
|
8178
|
+
trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
|
|
8179
8179
|
enabled: boolean;
|
|
8180
8180
|
synchronous: boolean;
|
|
8181
8181
|
created_at: string;
|
|
@@ -8187,7 +8187,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8187
8187
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8188
8188
|
} | undefined;
|
|
8189
8189
|
} | {
|
|
8190
|
-
trigger_id: "
|
|
8190
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
|
|
8191
8191
|
enabled: boolean;
|
|
8192
8192
|
synchronous: boolean;
|
|
8193
8193
|
created_at: string;
|
|
@@ -8233,7 +8233,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8233
8233
|
json: unknown;
|
|
8234
8234
|
};
|
|
8235
8235
|
output: {
|
|
8236
|
-
trigger_id: "
|
|
8236
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8237
8237
|
enabled: boolean;
|
|
8238
8238
|
synchronous: boolean;
|
|
8239
8239
|
created_at: string;
|
|
@@ -8245,7 +8245,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8245
8245
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8246
8246
|
} | undefined;
|
|
8247
8247
|
} | {
|
|
8248
|
-
trigger_id: "
|
|
8248
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8249
8249
|
enabled: boolean;
|
|
8250
8250
|
synchronous: boolean;
|
|
8251
8251
|
created_at: string;
|
|
@@ -8257,7 +8257,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8257
8257
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8258
8258
|
} | undefined;
|
|
8259
8259
|
} | {
|
|
8260
|
-
trigger_id: "post-user-
|
|
8260
|
+
trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
|
|
8261
8261
|
enabled: boolean;
|
|
8262
8262
|
synchronous: boolean;
|
|
8263
8263
|
created_at: string;
|
|
@@ -8269,7 +8269,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8269
8269
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8270
8270
|
} | undefined;
|
|
8271
8271
|
} | {
|
|
8272
|
-
trigger_id: "
|
|
8272
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
|
|
8273
8273
|
enabled: boolean;
|
|
8274
8274
|
synchronous: boolean;
|
|
8275
8275
|
created_at: string;
|
|
@@ -8311,7 +8311,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8311
8311
|
};
|
|
8312
8312
|
};
|
|
8313
8313
|
output: {
|
|
8314
|
-
trigger_id: "
|
|
8314
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "post-user-update" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8315
8315
|
enabled: boolean;
|
|
8316
8316
|
synchronous: boolean;
|
|
8317
8317
|
created_at: string;
|
|
@@ -8323,7 +8323,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8323
8323
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8324
8324
|
} | undefined;
|
|
8325
8325
|
} | {
|
|
8326
|
-
trigger_id: "
|
|
8326
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
|
|
8327
8327
|
enabled: boolean;
|
|
8328
8328
|
synchronous: boolean;
|
|
8329
8329
|
created_at: string;
|
|
@@ -8335,7 +8335,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8335
8335
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8336
8336
|
} | undefined;
|
|
8337
8337
|
} | {
|
|
8338
|
-
trigger_id: "post-user-
|
|
8338
|
+
trigger_id: "post-user-registration" | "post-user-login" | "post-user-update" | "credentials-exchange";
|
|
8339
8339
|
enabled: boolean;
|
|
8340
8340
|
synchronous: boolean;
|
|
8341
8341
|
created_at: string;
|
|
@@ -8347,7 +8347,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8347
8347
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8348
8348
|
} | undefined;
|
|
8349
8349
|
} | {
|
|
8350
|
-
trigger_id: "
|
|
8350
|
+
trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "credentials-exchange";
|
|
8351
8351
|
enabled: boolean;
|
|
8352
8352
|
synchronous: boolean;
|
|
8353
8353
|
created_at: string;
|
|
@@ -8465,9 +8465,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8465
8465
|
tenant_id: string;
|
|
8466
8466
|
event_type: string;
|
|
8467
8467
|
log_type: string;
|
|
8468
|
-
category: "
|
|
8468
|
+
category: "user_action" | "admin_action" | "system" | "api";
|
|
8469
8469
|
actor: {
|
|
8470
|
-
type: "user" | "
|
|
8470
|
+
type: "user" | "client_credentials" | "system" | "admin" | "api_key";
|
|
8471
8471
|
id?: string | undefined;
|
|
8472
8472
|
email?: string | undefined;
|
|
8473
8473
|
org_id?: string | undefined;
|
|
@@ -8777,7 +8777,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8777
8777
|
created_at: string;
|
|
8778
8778
|
updated_at: string;
|
|
8779
8779
|
name: string;
|
|
8780
|
-
provider: "auth0" | "
|
|
8780
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8781
8781
|
connection: string;
|
|
8782
8782
|
enabled: boolean;
|
|
8783
8783
|
credentials: {
|
|
@@ -8809,7 +8809,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8809
8809
|
created_at: string;
|
|
8810
8810
|
updated_at: string;
|
|
8811
8811
|
name: string;
|
|
8812
|
-
provider: "auth0" | "
|
|
8812
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8813
8813
|
connection: string;
|
|
8814
8814
|
enabled: boolean;
|
|
8815
8815
|
credentials: {
|
|
@@ -8835,7 +8835,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8835
8835
|
} & {
|
|
8836
8836
|
json: {
|
|
8837
8837
|
name: string;
|
|
8838
|
-
provider: "auth0" | "
|
|
8838
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8839
8839
|
connection: string;
|
|
8840
8840
|
credentials: {
|
|
8841
8841
|
domain: string;
|
|
@@ -8852,7 +8852,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8852
8852
|
created_at: string;
|
|
8853
8853
|
updated_at: string;
|
|
8854
8854
|
name: string;
|
|
8855
|
-
provider: "auth0" | "
|
|
8855
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8856
8856
|
connection: string;
|
|
8857
8857
|
enabled: boolean;
|
|
8858
8858
|
credentials: {
|
|
@@ -8883,7 +8883,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8883
8883
|
json: {
|
|
8884
8884
|
id?: string | undefined;
|
|
8885
8885
|
name?: string | undefined;
|
|
8886
|
-
provider?: "auth0" | "
|
|
8886
|
+
provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
|
|
8887
8887
|
connection?: string | undefined;
|
|
8888
8888
|
enabled?: boolean | undefined;
|
|
8889
8889
|
credentials?: {
|
|
@@ -8899,7 +8899,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8899
8899
|
created_at: string;
|
|
8900
8900
|
updated_at: string;
|
|
8901
8901
|
name: string;
|
|
8902
|
-
provider: "auth0" | "
|
|
8902
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8903
8903
|
connection: string;
|
|
8904
8904
|
enabled: boolean;
|
|
8905
8905
|
credentials: {
|
|
@@ -8947,7 +8947,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8947
8947
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8948
8948
|
};
|
|
8949
8949
|
id: string;
|
|
8950
|
-
status: "
|
|
8950
|
+
status: "active" | "suspended" | "paused";
|
|
8951
8951
|
filters?: {
|
|
8952
8952
|
type: string;
|
|
8953
8953
|
name: string;
|
|
@@ -8979,7 +8979,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8979
8979
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
8980
8980
|
};
|
|
8981
8981
|
id: string;
|
|
8982
|
-
status: "
|
|
8982
|
+
status: "active" | "suspended" | "paused";
|
|
8983
8983
|
filters?: {
|
|
8984
8984
|
type: string;
|
|
8985
8985
|
name: string;
|
|
@@ -9004,7 +9004,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9004
9004
|
name: string;
|
|
9005
9005
|
type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
|
|
9006
9006
|
sink: Record<string, unknown>;
|
|
9007
|
-
status?: "
|
|
9007
|
+
status?: "active" | "suspended" | "paused" | undefined;
|
|
9008
9008
|
filters?: {
|
|
9009
9009
|
type: string;
|
|
9010
9010
|
name: string;
|
|
@@ -9019,7 +9019,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9019
9019
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
9020
9020
|
};
|
|
9021
9021
|
id: string;
|
|
9022
|
-
status: "
|
|
9022
|
+
status: "active" | "suspended" | "paused";
|
|
9023
9023
|
filters?: {
|
|
9024
9024
|
type: string;
|
|
9025
9025
|
name: string;
|
|
@@ -9054,7 +9054,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9054
9054
|
}[] | undefined;
|
|
9055
9055
|
isPriority?: boolean | undefined;
|
|
9056
9056
|
id?: string | undefined;
|
|
9057
|
-
status?: "
|
|
9057
|
+
status?: "active" | "suspended" | "paused" | undefined;
|
|
9058
9058
|
created_at?: string | undefined;
|
|
9059
9059
|
updated_at?: string | undefined;
|
|
9060
9060
|
};
|
|
@@ -9066,7 +9066,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9066
9066
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
9067
9067
|
};
|
|
9068
9068
|
id: string;
|
|
9069
|
-
status: "
|
|
9069
|
+
status: "active" | "suspended" | "paused";
|
|
9070
9070
|
filters?: {
|
|
9071
9071
|
type: string;
|
|
9072
9072
|
name: string;
|
|
@@ -9117,7 +9117,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9117
9117
|
};
|
|
9118
9118
|
};
|
|
9119
9119
|
output: {
|
|
9120
|
-
type: "
|
|
9120
|
+
type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
9121
9121
|
date: string;
|
|
9122
9122
|
isMobile: boolean;
|
|
9123
9123
|
log_id: string;
|
|
@@ -9156,7 +9156,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9156
9156
|
limit: number;
|
|
9157
9157
|
length: number;
|
|
9158
9158
|
logs: {
|
|
9159
|
-
type: "
|
|
9159
|
+
type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
9160
9160
|
date: string;
|
|
9161
9161
|
isMobile: boolean;
|
|
9162
9162
|
log_id: string;
|
|
@@ -9210,7 +9210,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9210
9210
|
};
|
|
9211
9211
|
};
|
|
9212
9212
|
output: {
|
|
9213
|
-
type: "
|
|
9213
|
+
type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
9214
9214
|
date: string;
|
|
9215
9215
|
isMobile: boolean;
|
|
9216
9216
|
log_id: string;
|
|
@@ -9365,7 +9365,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9365
9365
|
audience?: string | undefined;
|
|
9366
9366
|
client_id?: string | undefined;
|
|
9367
9367
|
allow_any_organization?: string | undefined;
|
|
9368
|
-
subject_type?: "
|
|
9368
|
+
subject_type?: "user" | "client" | undefined;
|
|
9369
9369
|
};
|
|
9370
9370
|
} & {
|
|
9371
9371
|
header: {
|
|
@@ -9380,7 +9380,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9380
9380
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9381
9381
|
allow_any_organization?: boolean | undefined;
|
|
9382
9382
|
is_system?: boolean | undefined;
|
|
9383
|
-
subject_type?: "
|
|
9383
|
+
subject_type?: "user" | "client" | undefined;
|
|
9384
9384
|
authorization_details_types?: string[] | undefined;
|
|
9385
9385
|
created_at?: string | undefined;
|
|
9386
9386
|
updated_at?: string | undefined;
|
|
@@ -9396,7 +9396,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9396
9396
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9397
9397
|
allow_any_organization?: boolean | undefined;
|
|
9398
9398
|
is_system?: boolean | undefined;
|
|
9399
|
-
subject_type?: "
|
|
9399
|
+
subject_type?: "user" | "client" | undefined;
|
|
9400
9400
|
authorization_details_types?: string[] | undefined;
|
|
9401
9401
|
created_at?: string | undefined;
|
|
9402
9402
|
updated_at?: string | undefined;
|
|
@@ -9427,7 +9427,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9427
9427
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9428
9428
|
allow_any_organization?: boolean | undefined;
|
|
9429
9429
|
is_system?: boolean | undefined;
|
|
9430
|
-
subject_type?: "
|
|
9430
|
+
subject_type?: "user" | "client" | undefined;
|
|
9431
9431
|
authorization_details_types?: string[] | undefined;
|
|
9432
9432
|
created_at?: string | undefined;
|
|
9433
9433
|
updated_at?: string | undefined;
|
|
@@ -9472,7 +9472,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9472
9472
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9473
9473
|
allow_any_organization?: boolean | undefined;
|
|
9474
9474
|
is_system?: boolean | undefined;
|
|
9475
|
-
subject_type?: "
|
|
9475
|
+
subject_type?: "user" | "client" | undefined;
|
|
9476
9476
|
authorization_details_types?: string[] | undefined;
|
|
9477
9477
|
};
|
|
9478
9478
|
};
|
|
@@ -9484,7 +9484,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9484
9484
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9485
9485
|
allow_any_organization?: boolean | undefined;
|
|
9486
9486
|
is_system?: boolean | undefined;
|
|
9487
|
-
subject_type?: "
|
|
9487
|
+
subject_type?: "user" | "client" | undefined;
|
|
9488
9488
|
authorization_details_types?: string[] | undefined;
|
|
9489
9489
|
created_at?: string | undefined;
|
|
9490
9490
|
updated_at?: string | undefined;
|
|
@@ -9508,7 +9508,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9508
9508
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9509
9509
|
allow_any_organization?: boolean | undefined;
|
|
9510
9510
|
is_system?: boolean | undefined;
|
|
9511
|
-
subject_type?: "
|
|
9511
|
+
subject_type?: "user" | "client" | undefined;
|
|
9512
9512
|
authorization_details_types?: string[] | undefined;
|
|
9513
9513
|
};
|
|
9514
9514
|
};
|
|
@@ -9520,7 +9520,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9520
9520
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
9521
9521
|
allow_any_organization?: boolean | undefined;
|
|
9522
9522
|
is_system?: boolean | undefined;
|
|
9523
|
-
subject_type?: "
|
|
9523
|
+
subject_type?: "user" | "client" | undefined;
|
|
9524
9524
|
authorization_details_types?: string[] | undefined;
|
|
9525
9525
|
created_at?: string | undefined;
|
|
9526
9526
|
updated_at?: string | undefined;
|
|
@@ -9598,7 +9598,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9598
9598
|
addons?: {
|
|
9599
9599
|
[x: string]: any;
|
|
9600
9600
|
} | undefined;
|
|
9601
|
-
token_endpoint_auth_method?: "none" | "
|
|
9601
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9602
9602
|
client_metadata?: {
|
|
9603
9603
|
[x: string]: string;
|
|
9604
9604
|
} | undefined;
|
|
@@ -9694,7 +9694,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9694
9694
|
addons?: {
|
|
9695
9695
|
[x: string]: any;
|
|
9696
9696
|
} | undefined;
|
|
9697
|
-
token_endpoint_auth_method?: "none" | "
|
|
9697
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9698
9698
|
client_metadata?: {
|
|
9699
9699
|
[x: string]: string;
|
|
9700
9700
|
} | undefined;
|
|
@@ -9805,7 +9805,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9805
9805
|
addons?: {
|
|
9806
9806
|
[x: string]: any;
|
|
9807
9807
|
} | undefined;
|
|
9808
|
-
token_endpoint_auth_method?: "none" | "
|
|
9808
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9809
9809
|
client_metadata?: {
|
|
9810
9810
|
[x: string]: string;
|
|
9811
9811
|
} | undefined;
|
|
@@ -9915,7 +9915,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9915
9915
|
custom_login_page_preview?: string | undefined;
|
|
9916
9916
|
form_template?: string | undefined;
|
|
9917
9917
|
addons?: Record<string, any> | undefined;
|
|
9918
|
-
token_endpoint_auth_method?: "none" | "
|
|
9918
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9919
9919
|
client_metadata?: Record<string, string> | undefined;
|
|
9920
9920
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
9921
9921
|
mobile?: Record<string, any> | undefined;
|
|
@@ -9995,7 +9995,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9995
9995
|
addons?: {
|
|
9996
9996
|
[x: string]: any;
|
|
9997
9997
|
} | undefined;
|
|
9998
|
-
token_endpoint_auth_method?: "none" | "
|
|
9998
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9999
9999
|
client_metadata?: {
|
|
10000
10000
|
[x: string]: string;
|
|
10001
10001
|
} | undefined;
|
|
@@ -10084,7 +10084,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10084
10084
|
custom_login_page_preview?: string | undefined;
|
|
10085
10085
|
form_template?: string | undefined;
|
|
10086
10086
|
addons?: Record<string, any> | undefined;
|
|
10087
|
-
token_endpoint_auth_method?: "none" | "
|
|
10087
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
10088
10088
|
client_metadata?: Record<string, string> | undefined;
|
|
10089
10089
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
10090
10090
|
mobile?: Record<string, any> | undefined;
|
|
@@ -10164,7 +10164,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10164
10164
|
addons?: {
|
|
10165
10165
|
[x: string]: any;
|
|
10166
10166
|
} | undefined;
|
|
10167
|
-
token_endpoint_auth_method?: "none" | "
|
|
10167
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
10168
10168
|
client_metadata?: {
|
|
10169
10169
|
[x: string]: string;
|
|
10170
10170
|
} | undefined;
|
|
@@ -11428,7 +11428,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11428
11428
|
};
|
|
11429
11429
|
};
|
|
11430
11430
|
output: {
|
|
11431
|
-
type: "
|
|
11431
|
+
type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11432
11432
|
date: string;
|
|
11433
11433
|
isMobile: boolean;
|
|
11434
11434
|
log_id: string;
|
|
@@ -11467,7 +11467,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11467
11467
|
limit: number;
|
|
11468
11468
|
length: number;
|
|
11469
11469
|
logs: {
|
|
11470
|
-
type: "
|
|
11470
|
+
type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11471
11471
|
date: string;
|
|
11472
11472
|
isMobile: boolean;
|
|
11473
11473
|
log_id: string;
|
|
@@ -11784,7 +11784,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11784
11784
|
};
|
|
11785
11785
|
} & {
|
|
11786
11786
|
json: {
|
|
11787
|
-
template: "
|
|
11787
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11788
11788
|
body: string;
|
|
11789
11789
|
from: string;
|
|
11790
11790
|
subject: string;
|
|
@@ -11805,7 +11805,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11805
11805
|
};
|
|
11806
11806
|
} & {
|
|
11807
11807
|
json: {
|
|
11808
|
-
template: "
|
|
11808
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11809
11809
|
body: string;
|
|
11810
11810
|
from: string;
|
|
11811
11811
|
subject: string;
|
|
@@ -11817,7 +11817,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11817
11817
|
};
|
|
11818
11818
|
};
|
|
11819
11819
|
output: {
|
|
11820
|
-
template: "
|
|
11820
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11821
11821
|
body: string;
|
|
11822
11822
|
from: string;
|
|
11823
11823
|
subject: string;
|
|
@@ -11840,7 +11840,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11840
11840
|
};
|
|
11841
11841
|
};
|
|
11842
11842
|
output: {
|
|
11843
|
-
name: "
|
|
11843
|
+
name: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11844
11844
|
body: string;
|
|
11845
11845
|
subject: string;
|
|
11846
11846
|
}[];
|
|
@@ -11853,7 +11853,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11853
11853
|
$get: {
|
|
11854
11854
|
input: {
|
|
11855
11855
|
param: {
|
|
11856
|
-
templateName: "
|
|
11856
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11857
11857
|
};
|
|
11858
11858
|
} & {
|
|
11859
11859
|
header: {
|
|
@@ -11866,7 +11866,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11866
11866
|
} | {
|
|
11867
11867
|
input: {
|
|
11868
11868
|
param: {
|
|
11869
|
-
templateName: "
|
|
11869
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11870
11870
|
};
|
|
11871
11871
|
} & {
|
|
11872
11872
|
header: {
|
|
@@ -11874,7 +11874,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11874
11874
|
};
|
|
11875
11875
|
};
|
|
11876
11876
|
output: {
|
|
11877
|
-
template: "
|
|
11877
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11878
11878
|
body: string;
|
|
11879
11879
|
from: string;
|
|
11880
11880
|
subject: string;
|
|
@@ -11893,7 +11893,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11893
11893
|
$put: {
|
|
11894
11894
|
input: {
|
|
11895
11895
|
param: {
|
|
11896
|
-
templateName: "
|
|
11896
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11897
11897
|
};
|
|
11898
11898
|
} & {
|
|
11899
11899
|
header: {
|
|
@@ -11901,7 +11901,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11901
11901
|
};
|
|
11902
11902
|
} & {
|
|
11903
11903
|
json: {
|
|
11904
|
-
template: "
|
|
11904
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11905
11905
|
body: string;
|
|
11906
11906
|
subject: string;
|
|
11907
11907
|
syntax?: "liquid" | undefined;
|
|
@@ -11913,7 +11913,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11913
11913
|
};
|
|
11914
11914
|
};
|
|
11915
11915
|
output: {
|
|
11916
|
-
template: "
|
|
11916
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11917
11917
|
body: string;
|
|
11918
11918
|
from: string;
|
|
11919
11919
|
subject: string;
|
|
@@ -11932,7 +11932,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11932
11932
|
$patch: {
|
|
11933
11933
|
input: {
|
|
11934
11934
|
param: {
|
|
11935
|
-
templateName: "
|
|
11935
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11936
11936
|
};
|
|
11937
11937
|
} & {
|
|
11938
11938
|
header: {
|
|
@@ -11940,7 +11940,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11940
11940
|
};
|
|
11941
11941
|
} & {
|
|
11942
11942
|
json: {
|
|
11943
|
-
template?: "
|
|
11943
|
+
template?: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
11944
11944
|
body?: string | undefined;
|
|
11945
11945
|
from?: string | undefined;
|
|
11946
11946
|
subject?: string | undefined;
|
|
@@ -11957,7 +11957,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11957
11957
|
} | {
|
|
11958
11958
|
input: {
|
|
11959
11959
|
param: {
|
|
11960
|
-
templateName: "
|
|
11960
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11961
11961
|
};
|
|
11962
11962
|
} & {
|
|
11963
11963
|
header: {
|
|
@@ -11965,7 +11965,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11965
11965
|
};
|
|
11966
11966
|
} & {
|
|
11967
11967
|
json: {
|
|
11968
|
-
template?: "
|
|
11968
|
+
template?: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
11969
11969
|
body?: string | undefined;
|
|
11970
11970
|
from?: string | undefined;
|
|
11971
11971
|
subject?: string | undefined;
|
|
@@ -11977,7 +11977,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11977
11977
|
};
|
|
11978
11978
|
};
|
|
11979
11979
|
output: {
|
|
11980
|
-
template: "
|
|
11980
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11981
11981
|
body: string;
|
|
11982
11982
|
from: string;
|
|
11983
11983
|
subject: string;
|
|
@@ -11996,7 +11996,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11996
11996
|
$delete: {
|
|
11997
11997
|
input: {
|
|
11998
11998
|
param: {
|
|
11999
|
-
templateName: "
|
|
11999
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12000
12000
|
};
|
|
12001
12001
|
} & {
|
|
12002
12002
|
header: {
|
|
@@ -12009,7 +12009,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12009
12009
|
} | {
|
|
12010
12010
|
input: {
|
|
12011
12011
|
param: {
|
|
12012
|
-
templateName: "
|
|
12012
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12013
12013
|
};
|
|
12014
12014
|
} & {
|
|
12015
12015
|
header: {
|
|
@@ -12026,7 +12026,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12026
12026
|
$post: {
|
|
12027
12027
|
input: {
|
|
12028
12028
|
param: {
|
|
12029
|
-
templateName: "
|
|
12029
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
12030
12030
|
};
|
|
12031
12031
|
} & {
|
|
12032
12032
|
header: {
|
|
@@ -12978,7 +12978,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12978
12978
|
} & {
|
|
12979
12979
|
json: {
|
|
12980
12980
|
body?: string | undefined;
|
|
12981
|
-
screen?: "
|
|
12981
|
+
screen?: "identifier" | "signup" | "password" | "login" | undefined;
|
|
12982
12982
|
branding?: {
|
|
12983
12983
|
colors?: {
|
|
12984
12984
|
primary: string;
|
|
@@ -13147,7 +13147,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13147
13147
|
json: {
|
|
13148
13148
|
bindings: {
|
|
13149
13149
|
ref: {
|
|
13150
|
-
type?: "
|
|
13150
|
+
type?: "action_id" | "action_name" | undefined;
|
|
13151
13151
|
value?: string | undefined;
|
|
13152
13152
|
id?: string | undefined;
|
|
13153
13153
|
name?: string | undefined;
|
|
@@ -13222,7 +13222,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13222
13222
|
output: {
|
|
13223
13223
|
id: string;
|
|
13224
13224
|
trigger_id: string;
|
|
13225
|
-
status: "
|
|
13225
|
+
status: "pending" | "unspecified" | "final" | "partial" | "canceled" | "suspended";
|
|
13226
13226
|
results: {
|
|
13227
13227
|
action_name: string;
|
|
13228
13228
|
error: {
|
|
@@ -13269,7 +13269,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13269
13269
|
logs: {
|
|
13270
13270
|
action_name: string;
|
|
13271
13271
|
lines: {
|
|
13272
|
-
level: "
|
|
13272
|
+
level: "log" | "error" | "info" | "warn" | "debug";
|
|
13273
13273
|
message: string;
|
|
13274
13274
|
}[];
|
|
13275
13275
|
}[];
|
|
@@ -13936,7 +13936,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13936
13936
|
args: import("hono/utils/types").JSONValue[];
|
|
13937
13937
|
}[];
|
|
13938
13938
|
logs: {
|
|
13939
|
-
level: "
|
|
13939
|
+
level: "log" | "error" | "info" | "warn" | "debug";
|
|
13940
13940
|
message: string;
|
|
13941
13941
|
}[];
|
|
13942
13942
|
error?: string | undefined;
|
|
@@ -14247,7 +14247,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14247
14247
|
scope?: string | undefined;
|
|
14248
14248
|
grant_types?: string[] | undefined;
|
|
14249
14249
|
response_types?: string[] | undefined;
|
|
14250
|
-
token_endpoint_auth_method?: "none" | "
|
|
14250
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
14251
14251
|
jwks_uri?: string | undefined;
|
|
14252
14252
|
jwks?: Record<string, unknown> | undefined;
|
|
14253
14253
|
software_id?: string | undefined;
|
|
@@ -14336,7 +14336,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14336
14336
|
scope?: string | undefined;
|
|
14337
14337
|
grant_types?: string[] | undefined;
|
|
14338
14338
|
response_types?: string[] | undefined;
|
|
14339
|
-
token_endpoint_auth_method?: "none" | "
|
|
14339
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
14340
14340
|
jwks_uri?: string | undefined;
|
|
14341
14341
|
jwks?: Record<string, unknown> | undefined;
|
|
14342
14342
|
software_id?: string | undefined;
|
|
@@ -14683,19 +14683,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14683
14683
|
send: "code" | "link";
|
|
14684
14684
|
authParams: {
|
|
14685
14685
|
username?: string | undefined;
|
|
14686
|
-
scope?: string | undefined;
|
|
14687
|
-
audience?: string | undefined;
|
|
14688
|
-
organization?: string | undefined;
|
|
14689
14686
|
state?: string | undefined;
|
|
14687
|
+
audience?: string | undefined;
|
|
14690
14688
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14691
14689
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14692
|
-
|
|
14693
|
-
|
|
14690
|
+
scope?: string | undefined;
|
|
14691
|
+
organization?: string | undefined;
|
|
14692
|
+
nonce?: string | undefined;
|
|
14694
14693
|
redirect_uri?: string | undefined;
|
|
14695
14694
|
act_as?: string | undefined;
|
|
14696
|
-
|
|
14695
|
+
prompt?: string | undefined;
|
|
14697
14696
|
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14698
14697
|
code_challenge?: string | undefined;
|
|
14698
|
+
ui_locales?: string | undefined;
|
|
14699
14699
|
max_age?: number | undefined;
|
|
14700
14700
|
acr_values?: string | undefined;
|
|
14701
14701
|
claims?: {
|
|
@@ -14719,19 +14719,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14719
14719
|
send: "code" | "link";
|
|
14720
14720
|
authParams: {
|
|
14721
14721
|
username?: string | undefined;
|
|
14722
|
-
scope?: string | undefined;
|
|
14723
|
-
audience?: string | undefined;
|
|
14724
|
-
organization?: string | undefined;
|
|
14725
14722
|
state?: string | undefined;
|
|
14723
|
+
audience?: string | undefined;
|
|
14726
14724
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14727
14725
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14728
|
-
|
|
14729
|
-
|
|
14726
|
+
scope?: string | undefined;
|
|
14727
|
+
organization?: string | undefined;
|
|
14728
|
+
nonce?: string | undefined;
|
|
14730
14729
|
redirect_uri?: string | undefined;
|
|
14731
14730
|
act_as?: string | undefined;
|
|
14732
|
-
|
|
14731
|
+
prompt?: string | undefined;
|
|
14733
14732
|
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14734
14733
|
code_challenge?: string | undefined;
|
|
14734
|
+
ui_locales?: string | undefined;
|
|
14735
14735
|
max_age?: number | undefined;
|
|
14736
14736
|
acr_values?: string | undefined;
|
|
14737
14737
|
claims?: {
|
|
@@ -14960,7 +14960,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14960
14960
|
client_id: string;
|
|
14961
14961
|
username: string;
|
|
14962
14962
|
otp: string;
|
|
14963
|
-
realm: "
|
|
14963
|
+
realm: "sms" | "email";
|
|
14964
14964
|
} | {
|
|
14965
14965
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
14966
14966
|
subject_token: string;
|
|
@@ -15007,7 +15007,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15007
15007
|
client_id: string;
|
|
15008
15008
|
username: string;
|
|
15009
15009
|
otp: string;
|
|
15010
|
-
realm: "
|
|
15010
|
+
realm: "sms" | "email";
|
|
15011
15011
|
} | {
|
|
15012
15012
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15013
15013
|
subject_token: string;
|
|
@@ -15059,7 +15059,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15059
15059
|
client_id: string;
|
|
15060
15060
|
username: string;
|
|
15061
15061
|
otp: string;
|
|
15062
|
-
realm: "
|
|
15062
|
+
realm: "sms" | "email";
|
|
15063
15063
|
} | {
|
|
15064
15064
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15065
15065
|
subject_token: string;
|
|
@@ -15106,7 +15106,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15106
15106
|
client_id: string;
|
|
15107
15107
|
username: string;
|
|
15108
15108
|
otp: string;
|
|
15109
|
-
realm: "
|
|
15109
|
+
realm: "sms" | "email";
|
|
15110
15110
|
} | {
|
|
15111
15111
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15112
15112
|
subject_token: string;
|
|
@@ -15166,7 +15166,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15166
15166
|
client_id: string;
|
|
15167
15167
|
username: string;
|
|
15168
15168
|
otp: string;
|
|
15169
|
-
realm: "
|
|
15169
|
+
realm: "sms" | "email";
|
|
15170
15170
|
} | {
|
|
15171
15171
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15172
15172
|
subject_token: string;
|
|
@@ -15213,7 +15213,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15213
15213
|
client_id: string;
|
|
15214
15214
|
username: string;
|
|
15215
15215
|
otp: string;
|
|
15216
|
-
realm: "
|
|
15216
|
+
realm: "sms" | "email";
|
|
15217
15217
|
} | {
|
|
15218
15218
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15219
15219
|
subject_token: string;
|
|
@@ -15268,7 +15268,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15268
15268
|
client_id: string;
|
|
15269
15269
|
username: string;
|
|
15270
15270
|
otp: string;
|
|
15271
|
-
realm: "
|
|
15271
|
+
realm: "sms" | "email";
|
|
15272
15272
|
} | {
|
|
15273
15273
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15274
15274
|
subject_token: string;
|
|
@@ -15315,7 +15315,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15315
15315
|
client_id: string;
|
|
15316
15316
|
username: string;
|
|
15317
15317
|
otp: string;
|
|
15318
|
-
realm: "
|
|
15318
|
+
realm: "sms" | "email";
|
|
15319
15319
|
} | {
|
|
15320
15320
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15321
15321
|
subject_token: string;
|
|
@@ -15370,7 +15370,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15370
15370
|
client_id: string;
|
|
15371
15371
|
username: string;
|
|
15372
15372
|
otp: string;
|
|
15373
|
-
realm: "
|
|
15373
|
+
realm: "sms" | "email";
|
|
15374
15374
|
} | {
|
|
15375
15375
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15376
15376
|
subject_token: string;
|
|
@@ -15417,7 +15417,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15417
15417
|
client_id: string;
|
|
15418
15418
|
username: string;
|
|
15419
15419
|
otp: string;
|
|
15420
|
-
realm: "
|
|
15420
|
+
realm: "sms" | "email";
|
|
15421
15421
|
} | {
|
|
15422
15422
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15423
15423
|
subject_token: string;
|
|
@@ -16637,7 +16637,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16637
16637
|
$get: {
|
|
16638
16638
|
input: {
|
|
16639
16639
|
param: {
|
|
16640
|
-
screen: "
|
|
16640
|
+
screen: "signup" | "consent" | "login" | "reset-password" | "account" | "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";
|
|
16641
16641
|
};
|
|
16642
16642
|
} & {
|
|
16643
16643
|
query: {
|
|
@@ -16653,7 +16653,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16653
16653
|
} | {
|
|
16654
16654
|
input: {
|
|
16655
16655
|
param: {
|
|
16656
|
-
screen: "
|
|
16656
|
+
screen: "signup" | "consent" | "login" | "reset-password" | "account" | "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";
|
|
16657
16657
|
};
|
|
16658
16658
|
} & {
|
|
16659
16659
|
query: {
|
|
@@ -16669,7 +16669,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16669
16669
|
} | {
|
|
16670
16670
|
input: {
|
|
16671
16671
|
param: {
|
|
16672
|
-
screen: "
|
|
16672
|
+
screen: "signup" | "consent" | "login" | "reset-password" | "account" | "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";
|
|
16673
16673
|
};
|
|
16674
16674
|
} & {
|
|
16675
16675
|
query: {
|
|
@@ -16689,7 +16689,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16689
16689
|
$post: {
|
|
16690
16690
|
input: {
|
|
16691
16691
|
param: {
|
|
16692
|
-
screen: "
|
|
16692
|
+
screen: "signup" | "consent" | "login" | "reset-password" | "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";
|
|
16693
16693
|
};
|
|
16694
16694
|
} & {
|
|
16695
16695
|
query: {
|
|
@@ -16707,7 +16707,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16707
16707
|
} | {
|
|
16708
16708
|
input: {
|
|
16709
16709
|
param: {
|
|
16710
|
-
screen: "
|
|
16710
|
+
screen: "signup" | "consent" | "login" | "reset-password" | "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";
|
|
16711
16711
|
};
|
|
16712
16712
|
} & {
|
|
16713
16713
|
query: {
|