authhero 5.21.1 → 6.0.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 +105 -105
- package/dist/authhero.d.ts +230 -230
- package/dist/authhero.mjs +9860 -9833
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +3 -3
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
- package/dist/types/index.d.ts +230 -230
- package/dist/types/routes/auth-api/index.d.ts +34 -34
- package/dist/types/routes/auth-api/passwordless.d.ts +16 -16
- package/dist/types/routes/auth-api/register/index.d.ts +2 -2
- package/dist/types/routes/auth-api/revoke.d.ts +6 -6
- package/dist/types/routes/auth-api/token.d.ts +10 -10
- package/dist/types/routes/management-api/actions.d.ts +2 -2
- 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/email-templates.d.ts +20 -20
- package/dist/types/routes/management-api/emails.d.ts +2 -2
- package/dist/types/routes/management-api/forms.d.ts +126 -126
- package/dist/types/routes/management-api/guardian.d.ts +5 -5
- package/dist/types/routes/management-api/index.d.ts +184 -184
- 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 +3 -3
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/common.d.ts +2 -2
- package/dist/types/routes/universal-login/flow-api.d.ts +16 -16
- package/dist/types/routes/universal-login/form-node.d.ts +4 -4
- package/dist/types/routes/universal-login/index.d.ts +4 -4
- package/dist/types/routes/universal-login/u2-form-node.d.ts +2 -2
- package/dist/types/routes/universal-login/u2-index.d.ts +8 -8
- package/dist/types/routes/universal-login/u2-routes.d.ts +6 -6
- package/dist/types/strategies/microsoft-entra.d.ts +23 -0
- package/dist/types/strategies/waad.d.ts +24 -0
- package/dist/types/strategies/windowslive.d.ts +24 -0
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -85,7 +85,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
85
85
|
};
|
|
86
86
|
} & {
|
|
87
87
|
json: {
|
|
88
|
-
type: "
|
|
88
|
+
type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
|
|
89
89
|
phone_number?: string | undefined;
|
|
90
90
|
totp_secret?: string | undefined;
|
|
91
91
|
credential_id?: string | undefined;
|
|
@@ -225,7 +225,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
225
225
|
};
|
|
226
226
|
};
|
|
227
227
|
output: {
|
|
228
|
-
name: "
|
|
228
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
229
229
|
enabled: boolean;
|
|
230
230
|
trial_expired?: boolean | undefined;
|
|
231
231
|
}[];
|
|
@@ -380,7 +380,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
380
380
|
$get: {
|
|
381
381
|
input: {
|
|
382
382
|
param: {
|
|
383
|
-
factor_name: "
|
|
383
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
384
384
|
};
|
|
385
385
|
} & {
|
|
386
386
|
header: {
|
|
@@ -388,7 +388,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
388
388
|
};
|
|
389
389
|
};
|
|
390
390
|
output: {
|
|
391
|
-
name: "
|
|
391
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
392
392
|
enabled: boolean;
|
|
393
393
|
trial_expired?: boolean | undefined;
|
|
394
394
|
};
|
|
@@ -401,7 +401,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
401
401
|
$put: {
|
|
402
402
|
input: {
|
|
403
403
|
param: {
|
|
404
|
-
factor_name: "
|
|
404
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
405
405
|
};
|
|
406
406
|
} & {
|
|
407
407
|
header: {
|
|
@@ -413,7 +413,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
413
413
|
};
|
|
414
414
|
};
|
|
415
415
|
output: {
|
|
416
|
-
name: "
|
|
416
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
417
417
|
enabled: boolean;
|
|
418
418
|
trial_expired?: boolean | undefined;
|
|
419
419
|
};
|
|
@@ -1158,10 +1158,10 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1158
1158
|
invitee: {
|
|
1159
1159
|
email?: string | undefined;
|
|
1160
1160
|
};
|
|
1161
|
-
connection_id?: string | undefined;
|
|
1162
1161
|
id?: string | undefined;
|
|
1163
1162
|
app_metadata?: Record<string, any> | undefined;
|
|
1164
1163
|
user_metadata?: Record<string, any> | undefined;
|
|
1164
|
+
connection_id?: string | undefined;
|
|
1165
1165
|
roles?: string[] | undefined;
|
|
1166
1166
|
ttl_sec?: number | undefined;
|
|
1167
1167
|
send_invitation_email?: boolean | undefined;
|
|
@@ -1211,7 +1211,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1211
1211
|
};
|
|
1212
1212
|
output: {};
|
|
1213
1213
|
outputFormat: string;
|
|
1214
|
-
status:
|
|
1214
|
+
status: 204;
|
|
1215
1215
|
} | {
|
|
1216
1216
|
input: {
|
|
1217
1217
|
param: {
|
|
@@ -1225,7 +1225,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
1225
1225
|
};
|
|
1226
1226
|
output: {};
|
|
1227
1227
|
outputFormat: string;
|
|
1228
|
-
status:
|
|
1228
|
+
status: 404;
|
|
1229
1229
|
};
|
|
1230
1230
|
};
|
|
1231
1231
|
} & {
|
|
@@ -2589,7 +2589,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2589
2589
|
hint?: string | undefined;
|
|
2590
2590
|
messages?: {
|
|
2591
2591
|
text: string;
|
|
2592
|
-
type: "
|
|
2592
|
+
type: "error" | "success" | "info" | "warning";
|
|
2593
2593
|
id?: number | undefined;
|
|
2594
2594
|
}[] | undefined;
|
|
2595
2595
|
required?: boolean | undefined;
|
|
@@ -2607,7 +2607,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2607
2607
|
hint?: string | undefined;
|
|
2608
2608
|
messages?: {
|
|
2609
2609
|
text: string;
|
|
2610
|
-
type: "
|
|
2610
|
+
type: "error" | "success" | "info" | "warning";
|
|
2611
2611
|
id?: number | undefined;
|
|
2612
2612
|
}[] | undefined;
|
|
2613
2613
|
required?: boolean | undefined;
|
|
@@ -2631,7 +2631,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2631
2631
|
hint?: string | undefined;
|
|
2632
2632
|
messages?: {
|
|
2633
2633
|
text: string;
|
|
2634
|
-
type: "
|
|
2634
|
+
type: "error" | "success" | "info" | "warning";
|
|
2635
2635
|
id?: number | undefined;
|
|
2636
2636
|
}[] | undefined;
|
|
2637
2637
|
required?: boolean | undefined;
|
|
@@ -2641,7 +2641,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2641
2641
|
value: string;
|
|
2642
2642
|
label: string;
|
|
2643
2643
|
}[] | undefined;
|
|
2644
|
-
display?: "
|
|
2644
|
+
display?: "radio" | "checkbox" | undefined;
|
|
2645
2645
|
multiple?: boolean | undefined;
|
|
2646
2646
|
default_value?: string | string[] | undefined;
|
|
2647
2647
|
} | undefined;
|
|
@@ -2655,7 +2655,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2655
2655
|
hint?: string | undefined;
|
|
2656
2656
|
messages?: {
|
|
2657
2657
|
text: string;
|
|
2658
|
-
type: "
|
|
2658
|
+
type: "error" | "success" | "info" | "warning";
|
|
2659
2659
|
id?: number | undefined;
|
|
2660
2660
|
}[] | undefined;
|
|
2661
2661
|
required?: boolean | undefined;
|
|
@@ -2684,7 +2684,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2684
2684
|
hint?: string | undefined;
|
|
2685
2685
|
messages?: {
|
|
2686
2686
|
text: string;
|
|
2687
|
-
type: "
|
|
2687
|
+
type: "error" | "success" | "info" | "warning";
|
|
2688
2688
|
id?: number | undefined;
|
|
2689
2689
|
}[] | undefined;
|
|
2690
2690
|
required?: boolean | undefined;
|
|
@@ -2699,7 +2699,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2699
2699
|
hint?: string | undefined;
|
|
2700
2700
|
messages?: {
|
|
2701
2701
|
text: string;
|
|
2702
|
-
type: "
|
|
2702
|
+
type: "error" | "success" | "info" | "warning";
|
|
2703
2703
|
id?: number | undefined;
|
|
2704
2704
|
}[] | undefined;
|
|
2705
2705
|
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;
|
|
@@ -2745,7 +2745,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2745
2745
|
hint?: string | undefined;
|
|
2746
2746
|
messages?: {
|
|
2747
2747
|
text: string;
|
|
2748
|
-
type: "
|
|
2748
|
+
type: "error" | "success" | "info" | "warning";
|
|
2749
2749
|
id?: number | undefined;
|
|
2750
2750
|
}[] | undefined;
|
|
2751
2751
|
required?: boolean | undefined;
|
|
@@ -2764,7 +2764,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2764
2764
|
hint?: string | undefined;
|
|
2765
2765
|
messages?: {
|
|
2766
2766
|
text: string;
|
|
2767
|
-
type: "
|
|
2767
|
+
type: "error" | "success" | "info" | "warning";
|
|
2768
2768
|
id?: number | undefined;
|
|
2769
2769
|
}[] | undefined;
|
|
2770
2770
|
required?: boolean | undefined;
|
|
@@ -2784,7 +2784,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2784
2784
|
hint?: string | undefined;
|
|
2785
2785
|
messages?: {
|
|
2786
2786
|
text: string;
|
|
2787
|
-
type: "
|
|
2787
|
+
type: "error" | "success" | "info" | "warning";
|
|
2788
2788
|
id?: number | undefined;
|
|
2789
2789
|
}[] | undefined;
|
|
2790
2790
|
required?: boolean | undefined;
|
|
@@ -2803,7 +2803,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2803
2803
|
hint?: string | undefined;
|
|
2804
2804
|
messages?: {
|
|
2805
2805
|
text: string;
|
|
2806
|
-
type: "
|
|
2806
|
+
type: "error" | "success" | "info" | "warning";
|
|
2807
2807
|
id?: number | undefined;
|
|
2808
2808
|
}[] | undefined;
|
|
2809
2809
|
required?: boolean | undefined;
|
|
@@ -2825,7 +2825,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2825
2825
|
hint?: string | undefined;
|
|
2826
2826
|
messages?: {
|
|
2827
2827
|
text: string;
|
|
2828
|
-
type: "
|
|
2828
|
+
type: "error" | "success" | "info" | "warning";
|
|
2829
2829
|
id?: number | undefined;
|
|
2830
2830
|
}[] | undefined;
|
|
2831
2831
|
required?: boolean | undefined;
|
|
@@ -2847,7 +2847,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2847
2847
|
hint?: string | undefined;
|
|
2848
2848
|
messages?: {
|
|
2849
2849
|
text: string;
|
|
2850
|
-
type: "
|
|
2850
|
+
type: "error" | "success" | "info" | "warning";
|
|
2851
2851
|
id?: number | undefined;
|
|
2852
2852
|
}[] | undefined;
|
|
2853
2853
|
required?: boolean | undefined;
|
|
@@ -2866,7 +2866,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2866
2866
|
hint?: string | undefined;
|
|
2867
2867
|
messages?: {
|
|
2868
2868
|
text: string;
|
|
2869
|
-
type: "
|
|
2869
|
+
type: "error" | "success" | "info" | "warning";
|
|
2870
2870
|
id?: number | undefined;
|
|
2871
2871
|
}[] | undefined;
|
|
2872
2872
|
required?: boolean | undefined;
|
|
@@ -2891,7 +2891,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2891
2891
|
hint?: string | undefined;
|
|
2892
2892
|
messages?: {
|
|
2893
2893
|
text: string;
|
|
2894
|
-
type: "
|
|
2894
|
+
type: "error" | "success" | "info" | "warning";
|
|
2895
2895
|
id?: number | undefined;
|
|
2896
2896
|
}[] | undefined;
|
|
2897
2897
|
required?: boolean | undefined;
|
|
@@ -2912,7 +2912,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2912
2912
|
hint?: string | undefined;
|
|
2913
2913
|
messages?: {
|
|
2914
2914
|
text: string;
|
|
2915
|
-
type: "
|
|
2915
|
+
type: "error" | "success" | "info" | "warning";
|
|
2916
2916
|
id?: number | undefined;
|
|
2917
2917
|
}[] | undefined;
|
|
2918
2918
|
required?: boolean | undefined;
|
|
@@ -2933,7 +2933,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2933
2933
|
hint?: string | undefined;
|
|
2934
2934
|
messages?: {
|
|
2935
2935
|
text: string;
|
|
2936
|
-
type: "
|
|
2936
|
+
type: "error" | "success" | "info" | "warning";
|
|
2937
2937
|
id?: number | undefined;
|
|
2938
2938
|
}[] | undefined;
|
|
2939
2939
|
required?: boolean | undefined;
|
|
@@ -3166,7 +3166,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3166
3166
|
hint?: string | undefined;
|
|
3167
3167
|
messages?: {
|
|
3168
3168
|
text: string;
|
|
3169
|
-
type: "
|
|
3169
|
+
type: "error" | "success" | "info" | "warning";
|
|
3170
3170
|
id?: number | undefined;
|
|
3171
3171
|
}[] | undefined;
|
|
3172
3172
|
required?: boolean | undefined;
|
|
@@ -3184,7 +3184,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3184
3184
|
hint?: string | undefined;
|
|
3185
3185
|
messages?: {
|
|
3186
3186
|
text: string;
|
|
3187
|
-
type: "
|
|
3187
|
+
type: "error" | "success" | "info" | "warning";
|
|
3188
3188
|
id?: number | undefined;
|
|
3189
3189
|
}[] | undefined;
|
|
3190
3190
|
required?: boolean | undefined;
|
|
@@ -3208,7 +3208,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3208
3208
|
hint?: string | undefined;
|
|
3209
3209
|
messages?: {
|
|
3210
3210
|
text: string;
|
|
3211
|
-
type: "
|
|
3211
|
+
type: "error" | "success" | "info" | "warning";
|
|
3212
3212
|
id?: number | undefined;
|
|
3213
3213
|
}[] | undefined;
|
|
3214
3214
|
required?: boolean | undefined;
|
|
@@ -3218,7 +3218,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3218
3218
|
value: string;
|
|
3219
3219
|
label: string;
|
|
3220
3220
|
}[] | undefined;
|
|
3221
|
-
display?: "
|
|
3221
|
+
display?: "radio" | "checkbox" | undefined;
|
|
3222
3222
|
multiple?: boolean | undefined;
|
|
3223
3223
|
default_value?: string | string[] | undefined;
|
|
3224
3224
|
} | undefined;
|
|
@@ -3232,7 +3232,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3232
3232
|
hint?: string | undefined;
|
|
3233
3233
|
messages?: {
|
|
3234
3234
|
text: string;
|
|
3235
|
-
type: "
|
|
3235
|
+
type: "error" | "success" | "info" | "warning";
|
|
3236
3236
|
id?: number | undefined;
|
|
3237
3237
|
}[] | undefined;
|
|
3238
3238
|
required?: boolean | undefined;
|
|
@@ -3261,7 +3261,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3261
3261
|
hint?: string | undefined;
|
|
3262
3262
|
messages?: {
|
|
3263
3263
|
text: string;
|
|
3264
|
-
type: "
|
|
3264
|
+
type: "error" | "success" | "info" | "warning";
|
|
3265
3265
|
id?: number | undefined;
|
|
3266
3266
|
}[] | undefined;
|
|
3267
3267
|
required?: boolean | undefined;
|
|
@@ -3276,7 +3276,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3276
3276
|
hint?: string | undefined;
|
|
3277
3277
|
messages?: {
|
|
3278
3278
|
text: string;
|
|
3279
|
-
type: "
|
|
3279
|
+
type: "error" | "success" | "info" | "warning";
|
|
3280
3280
|
id?: number | undefined;
|
|
3281
3281
|
}[] | undefined;
|
|
3282
3282
|
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;
|
|
@@ -3322,7 +3322,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3322
3322
|
hint?: string | undefined;
|
|
3323
3323
|
messages?: {
|
|
3324
3324
|
text: string;
|
|
3325
|
-
type: "
|
|
3325
|
+
type: "error" | "success" | "info" | "warning";
|
|
3326
3326
|
id?: number | undefined;
|
|
3327
3327
|
}[] | undefined;
|
|
3328
3328
|
required?: boolean | undefined;
|
|
@@ -3341,7 +3341,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3341
3341
|
hint?: string | undefined;
|
|
3342
3342
|
messages?: {
|
|
3343
3343
|
text: string;
|
|
3344
|
-
type: "
|
|
3344
|
+
type: "error" | "success" | "info" | "warning";
|
|
3345
3345
|
id?: number | undefined;
|
|
3346
3346
|
}[] | undefined;
|
|
3347
3347
|
required?: boolean | undefined;
|
|
@@ -3361,7 +3361,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3361
3361
|
hint?: string | undefined;
|
|
3362
3362
|
messages?: {
|
|
3363
3363
|
text: string;
|
|
3364
|
-
type: "
|
|
3364
|
+
type: "error" | "success" | "info" | "warning";
|
|
3365
3365
|
id?: number | undefined;
|
|
3366
3366
|
}[] | undefined;
|
|
3367
3367
|
required?: boolean | undefined;
|
|
@@ -3380,7 +3380,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3380
3380
|
hint?: string | undefined;
|
|
3381
3381
|
messages?: {
|
|
3382
3382
|
text: string;
|
|
3383
|
-
type: "
|
|
3383
|
+
type: "error" | "success" | "info" | "warning";
|
|
3384
3384
|
id?: number | undefined;
|
|
3385
3385
|
}[] | undefined;
|
|
3386
3386
|
required?: boolean | undefined;
|
|
@@ -3402,7 +3402,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3402
3402
|
hint?: string | undefined;
|
|
3403
3403
|
messages?: {
|
|
3404
3404
|
text: string;
|
|
3405
|
-
type: "
|
|
3405
|
+
type: "error" | "success" | "info" | "warning";
|
|
3406
3406
|
id?: number | undefined;
|
|
3407
3407
|
}[] | undefined;
|
|
3408
3408
|
required?: boolean | undefined;
|
|
@@ -3424,7 +3424,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3424
3424
|
hint?: string | undefined;
|
|
3425
3425
|
messages?: {
|
|
3426
3426
|
text: string;
|
|
3427
|
-
type: "
|
|
3427
|
+
type: "error" | "success" | "info" | "warning";
|
|
3428
3428
|
id?: number | undefined;
|
|
3429
3429
|
}[] | undefined;
|
|
3430
3430
|
required?: boolean | undefined;
|
|
@@ -3443,7 +3443,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3443
3443
|
hint?: string | undefined;
|
|
3444
3444
|
messages?: {
|
|
3445
3445
|
text: string;
|
|
3446
|
-
type: "
|
|
3446
|
+
type: "error" | "success" | "info" | "warning";
|
|
3447
3447
|
id?: number | undefined;
|
|
3448
3448
|
}[] | undefined;
|
|
3449
3449
|
required?: boolean | undefined;
|
|
@@ -3468,7 +3468,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3468
3468
|
hint?: string | undefined;
|
|
3469
3469
|
messages?: {
|
|
3470
3470
|
text: string;
|
|
3471
|
-
type: "
|
|
3471
|
+
type: "error" | "success" | "info" | "warning";
|
|
3472
3472
|
id?: number | undefined;
|
|
3473
3473
|
}[] | undefined;
|
|
3474
3474
|
required?: boolean | undefined;
|
|
@@ -3489,7 +3489,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3489
3489
|
hint?: string | undefined;
|
|
3490
3490
|
messages?: {
|
|
3491
3491
|
text: string;
|
|
3492
|
-
type: "
|
|
3492
|
+
type: "error" | "success" | "info" | "warning";
|
|
3493
3493
|
id?: number | undefined;
|
|
3494
3494
|
}[] | undefined;
|
|
3495
3495
|
required?: boolean | undefined;
|
|
@@ -3510,7 +3510,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3510
3510
|
hint?: string | undefined;
|
|
3511
3511
|
messages?: {
|
|
3512
3512
|
text: string;
|
|
3513
|
-
type: "
|
|
3513
|
+
type: "error" | "success" | "info" | "warning";
|
|
3514
3514
|
id?: number | undefined;
|
|
3515
3515
|
}[] | undefined;
|
|
3516
3516
|
required?: boolean | undefined;
|
|
@@ -3758,7 +3758,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3758
3758
|
hint?: string | undefined;
|
|
3759
3759
|
messages?: {
|
|
3760
3760
|
text: string;
|
|
3761
|
-
type: "
|
|
3761
|
+
type: "error" | "success" | "info" | "warning";
|
|
3762
3762
|
id?: number | undefined;
|
|
3763
3763
|
}[] | undefined;
|
|
3764
3764
|
required?: boolean | undefined;
|
|
@@ -3776,7 +3776,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3776
3776
|
hint?: string | undefined;
|
|
3777
3777
|
messages?: {
|
|
3778
3778
|
text: string;
|
|
3779
|
-
type: "
|
|
3779
|
+
type: "error" | "success" | "info" | "warning";
|
|
3780
3780
|
id?: number | undefined;
|
|
3781
3781
|
}[] | undefined;
|
|
3782
3782
|
required?: boolean | undefined;
|
|
@@ -3800,7 +3800,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3800
3800
|
hint?: string | undefined;
|
|
3801
3801
|
messages?: {
|
|
3802
3802
|
text: string;
|
|
3803
|
-
type: "
|
|
3803
|
+
type: "error" | "success" | "info" | "warning";
|
|
3804
3804
|
id?: number | undefined;
|
|
3805
3805
|
}[] | undefined;
|
|
3806
3806
|
required?: boolean | undefined;
|
|
@@ -3810,7 +3810,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3810
3810
|
value: string;
|
|
3811
3811
|
label: string;
|
|
3812
3812
|
}[] | undefined;
|
|
3813
|
-
display?: "
|
|
3813
|
+
display?: "radio" | "checkbox" | undefined;
|
|
3814
3814
|
multiple?: boolean | undefined;
|
|
3815
3815
|
default_value?: string | string[] | undefined;
|
|
3816
3816
|
} | undefined;
|
|
@@ -3824,7 +3824,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3824
3824
|
hint?: string | undefined;
|
|
3825
3825
|
messages?: {
|
|
3826
3826
|
text: string;
|
|
3827
|
-
type: "
|
|
3827
|
+
type: "error" | "success" | "info" | "warning";
|
|
3828
3828
|
id?: number | undefined;
|
|
3829
3829
|
}[] | undefined;
|
|
3830
3830
|
required?: boolean | undefined;
|
|
@@ -3853,7 +3853,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3853
3853
|
hint?: string | undefined;
|
|
3854
3854
|
messages?: {
|
|
3855
3855
|
text: string;
|
|
3856
|
-
type: "
|
|
3856
|
+
type: "error" | "success" | "info" | "warning";
|
|
3857
3857
|
id?: number | undefined;
|
|
3858
3858
|
}[] | undefined;
|
|
3859
3859
|
required?: boolean | undefined;
|
|
@@ -3868,7 +3868,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3868
3868
|
hint?: string | undefined;
|
|
3869
3869
|
messages?: {
|
|
3870
3870
|
text: string;
|
|
3871
|
-
type: "
|
|
3871
|
+
type: "error" | "success" | "info" | "warning";
|
|
3872
3872
|
id?: number | undefined;
|
|
3873
3873
|
}[] | undefined;
|
|
3874
3874
|
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;
|
|
@@ -3914,7 +3914,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3914
3914
|
hint?: string | undefined;
|
|
3915
3915
|
messages?: {
|
|
3916
3916
|
text: string;
|
|
3917
|
-
type: "
|
|
3917
|
+
type: "error" | "success" | "info" | "warning";
|
|
3918
3918
|
id?: number | undefined;
|
|
3919
3919
|
}[] | undefined;
|
|
3920
3920
|
required?: boolean | undefined;
|
|
@@ -3933,7 +3933,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3933
3933
|
hint?: string | undefined;
|
|
3934
3934
|
messages?: {
|
|
3935
3935
|
text: string;
|
|
3936
|
-
type: "
|
|
3936
|
+
type: "error" | "success" | "info" | "warning";
|
|
3937
3937
|
id?: number | undefined;
|
|
3938
3938
|
}[] | undefined;
|
|
3939
3939
|
required?: boolean | undefined;
|
|
@@ -3953,7 +3953,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3953
3953
|
hint?: string | undefined;
|
|
3954
3954
|
messages?: {
|
|
3955
3955
|
text: string;
|
|
3956
|
-
type: "
|
|
3956
|
+
type: "error" | "success" | "info" | "warning";
|
|
3957
3957
|
id?: number | undefined;
|
|
3958
3958
|
}[] | undefined;
|
|
3959
3959
|
required?: boolean | undefined;
|
|
@@ -3972,7 +3972,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3972
3972
|
hint?: string | undefined;
|
|
3973
3973
|
messages?: {
|
|
3974
3974
|
text: string;
|
|
3975
|
-
type: "
|
|
3975
|
+
type: "error" | "success" | "info" | "warning";
|
|
3976
3976
|
id?: number | undefined;
|
|
3977
3977
|
}[] | undefined;
|
|
3978
3978
|
required?: boolean | undefined;
|
|
@@ -3994,7 +3994,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3994
3994
|
hint?: string | undefined;
|
|
3995
3995
|
messages?: {
|
|
3996
3996
|
text: string;
|
|
3997
|
-
type: "
|
|
3997
|
+
type: "error" | "success" | "info" | "warning";
|
|
3998
3998
|
id?: number | undefined;
|
|
3999
3999
|
}[] | undefined;
|
|
4000
4000
|
required?: boolean | undefined;
|
|
@@ -4016,7 +4016,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4016
4016
|
hint?: string | undefined;
|
|
4017
4017
|
messages?: {
|
|
4018
4018
|
text: string;
|
|
4019
|
-
type: "
|
|
4019
|
+
type: "error" | "success" | "info" | "warning";
|
|
4020
4020
|
id?: number | undefined;
|
|
4021
4021
|
}[] | undefined;
|
|
4022
4022
|
required?: boolean | undefined;
|
|
@@ -4035,7 +4035,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4035
4035
|
hint?: string | undefined;
|
|
4036
4036
|
messages?: {
|
|
4037
4037
|
text: string;
|
|
4038
|
-
type: "
|
|
4038
|
+
type: "error" | "success" | "info" | "warning";
|
|
4039
4039
|
id?: number | undefined;
|
|
4040
4040
|
}[] | undefined;
|
|
4041
4041
|
required?: boolean | undefined;
|
|
@@ -4060,7 +4060,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4060
4060
|
hint?: string | undefined;
|
|
4061
4061
|
messages?: {
|
|
4062
4062
|
text: string;
|
|
4063
|
-
type: "
|
|
4063
|
+
type: "error" | "success" | "info" | "warning";
|
|
4064
4064
|
id?: number | undefined;
|
|
4065
4065
|
}[] | undefined;
|
|
4066
4066
|
required?: boolean | undefined;
|
|
@@ -4081,7 +4081,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4081
4081
|
hint?: string | undefined;
|
|
4082
4082
|
messages?: {
|
|
4083
4083
|
text: string;
|
|
4084
|
-
type: "
|
|
4084
|
+
type: "error" | "success" | "info" | "warning";
|
|
4085
4085
|
id?: number | undefined;
|
|
4086
4086
|
}[] | undefined;
|
|
4087
4087
|
required?: boolean | undefined;
|
|
@@ -4102,7 +4102,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4102
4102
|
hint?: string | undefined;
|
|
4103
4103
|
messages?: {
|
|
4104
4104
|
text: string;
|
|
4105
|
-
type: "
|
|
4105
|
+
type: "error" | "success" | "info" | "warning";
|
|
4106
4106
|
id?: number | undefined;
|
|
4107
4107
|
}[] | undefined;
|
|
4108
4108
|
required?: boolean | undefined;
|
|
@@ -4356,7 +4356,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4356
4356
|
hint?: string | undefined;
|
|
4357
4357
|
messages?: {
|
|
4358
4358
|
text: string;
|
|
4359
|
-
type: "
|
|
4359
|
+
type: "error" | "success" | "info" | "warning";
|
|
4360
4360
|
id?: number | undefined;
|
|
4361
4361
|
}[] | undefined;
|
|
4362
4362
|
required?: boolean | undefined;
|
|
@@ -4374,7 +4374,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4374
4374
|
hint?: string | undefined;
|
|
4375
4375
|
messages?: {
|
|
4376
4376
|
text: string;
|
|
4377
|
-
type: "
|
|
4377
|
+
type: "error" | "success" | "info" | "warning";
|
|
4378
4378
|
id?: number | undefined;
|
|
4379
4379
|
}[] | undefined;
|
|
4380
4380
|
required?: boolean | undefined;
|
|
@@ -4398,7 +4398,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4398
4398
|
hint?: string | undefined;
|
|
4399
4399
|
messages?: {
|
|
4400
4400
|
text: string;
|
|
4401
|
-
type: "
|
|
4401
|
+
type: "error" | "success" | "info" | "warning";
|
|
4402
4402
|
id?: number | undefined;
|
|
4403
4403
|
}[] | undefined;
|
|
4404
4404
|
required?: boolean | undefined;
|
|
@@ -4408,7 +4408,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4408
4408
|
value: string;
|
|
4409
4409
|
label: string;
|
|
4410
4410
|
}[] | undefined;
|
|
4411
|
-
display?: "
|
|
4411
|
+
display?: "radio" | "checkbox" | undefined;
|
|
4412
4412
|
multiple?: boolean | undefined;
|
|
4413
4413
|
default_value?: string | string[] | undefined;
|
|
4414
4414
|
} | undefined;
|
|
@@ -4422,7 +4422,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4422
4422
|
hint?: string | undefined;
|
|
4423
4423
|
messages?: {
|
|
4424
4424
|
text: string;
|
|
4425
|
-
type: "
|
|
4425
|
+
type: "error" | "success" | "info" | "warning";
|
|
4426
4426
|
id?: number | undefined;
|
|
4427
4427
|
}[] | undefined;
|
|
4428
4428
|
required?: boolean | undefined;
|
|
@@ -4447,7 +4447,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4447
4447
|
hint?: string | undefined;
|
|
4448
4448
|
messages?: {
|
|
4449
4449
|
text: string;
|
|
4450
|
-
type: "
|
|
4450
|
+
type: "error" | "success" | "info" | "warning";
|
|
4451
4451
|
id?: number | undefined;
|
|
4452
4452
|
}[] | undefined;
|
|
4453
4453
|
required?: boolean | undefined;
|
|
@@ -4462,7 +4462,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4462
4462
|
hint?: string | undefined;
|
|
4463
4463
|
messages?: {
|
|
4464
4464
|
text: string;
|
|
4465
|
-
type: "
|
|
4465
|
+
type: "error" | "success" | "info" | "warning";
|
|
4466
4466
|
id?: number | undefined;
|
|
4467
4467
|
}[] | undefined;
|
|
4468
4468
|
required?: boolean | undefined;
|
|
@@ -4483,7 +4483,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4483
4483
|
hint?: string | undefined;
|
|
4484
4484
|
messages?: {
|
|
4485
4485
|
text: string;
|
|
4486
|
-
type: "
|
|
4486
|
+
type: "error" | "success" | "info" | "warning";
|
|
4487
4487
|
id?: number | undefined;
|
|
4488
4488
|
}[] | undefined;
|
|
4489
4489
|
required?: boolean | undefined;
|
|
@@ -4508,7 +4508,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4508
4508
|
hint?: string | undefined;
|
|
4509
4509
|
messages?: {
|
|
4510
4510
|
text: string;
|
|
4511
|
-
type: "
|
|
4511
|
+
type: "error" | "success" | "info" | "warning";
|
|
4512
4512
|
id?: number | undefined;
|
|
4513
4513
|
}[] | undefined;
|
|
4514
4514
|
required?: boolean | undefined;
|
|
@@ -4527,7 +4527,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4527
4527
|
hint?: string | undefined;
|
|
4528
4528
|
messages?: {
|
|
4529
4529
|
text: string;
|
|
4530
|
-
type: "
|
|
4530
|
+
type: "error" | "success" | "info" | "warning";
|
|
4531
4531
|
id?: number | undefined;
|
|
4532
4532
|
}[] | undefined;
|
|
4533
4533
|
required?: boolean | undefined;
|
|
@@ -4547,7 +4547,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4547
4547
|
hint?: string | undefined;
|
|
4548
4548
|
messages?: {
|
|
4549
4549
|
text: string;
|
|
4550
|
-
type: "
|
|
4550
|
+
type: "error" | "success" | "info" | "warning";
|
|
4551
4551
|
id?: number | undefined;
|
|
4552
4552
|
}[] | undefined;
|
|
4553
4553
|
required?: boolean | undefined;
|
|
@@ -4566,7 +4566,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4566
4566
|
hint?: string | undefined;
|
|
4567
4567
|
messages?: {
|
|
4568
4568
|
text: string;
|
|
4569
|
-
type: "
|
|
4569
|
+
type: "error" | "success" | "info" | "warning";
|
|
4570
4570
|
id?: number | undefined;
|
|
4571
4571
|
}[] | undefined;
|
|
4572
4572
|
required?: boolean | undefined;
|
|
@@ -4588,7 +4588,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4588
4588
|
hint?: string | undefined;
|
|
4589
4589
|
messages?: {
|
|
4590
4590
|
text: string;
|
|
4591
|
-
type: "
|
|
4591
|
+
type: "error" | "success" | "info" | "warning";
|
|
4592
4592
|
id?: number | undefined;
|
|
4593
4593
|
}[] | undefined;
|
|
4594
4594
|
required?: boolean | undefined;
|
|
@@ -4610,7 +4610,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4610
4610
|
hint?: string | undefined;
|
|
4611
4611
|
messages?: {
|
|
4612
4612
|
text: string;
|
|
4613
|
-
type: "
|
|
4613
|
+
type: "error" | "success" | "info" | "warning";
|
|
4614
4614
|
id?: number | undefined;
|
|
4615
4615
|
}[] | undefined;
|
|
4616
4616
|
required?: boolean | undefined;
|
|
@@ -4629,7 +4629,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4629
4629
|
hint?: string | undefined;
|
|
4630
4630
|
messages?: {
|
|
4631
4631
|
text: string;
|
|
4632
|
-
type: "
|
|
4632
|
+
type: "error" | "success" | "info" | "warning";
|
|
4633
4633
|
id?: number | undefined;
|
|
4634
4634
|
}[] | undefined;
|
|
4635
4635
|
required?: boolean | undefined;
|
|
@@ -4654,7 +4654,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4654
4654
|
hint?: string | undefined;
|
|
4655
4655
|
messages?: {
|
|
4656
4656
|
text: string;
|
|
4657
|
-
type: "
|
|
4657
|
+
type: "error" | "success" | "info" | "warning";
|
|
4658
4658
|
id?: number | undefined;
|
|
4659
4659
|
}[] | undefined;
|
|
4660
4660
|
required?: boolean | undefined;
|
|
@@ -4675,7 +4675,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4675
4675
|
hint?: string | undefined;
|
|
4676
4676
|
messages?: {
|
|
4677
4677
|
text: string;
|
|
4678
|
-
type: "
|
|
4678
|
+
type: "error" | "success" | "info" | "warning";
|
|
4679
4679
|
id?: number | undefined;
|
|
4680
4680
|
}[] | undefined;
|
|
4681
4681
|
required?: boolean | undefined;
|
|
@@ -4696,7 +4696,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4696
4696
|
hint?: string | undefined;
|
|
4697
4697
|
messages?: {
|
|
4698
4698
|
text: string;
|
|
4699
|
-
type: "
|
|
4699
|
+
type: "error" | "success" | "info" | "warning";
|
|
4700
4700
|
id?: number | undefined;
|
|
4701
4701
|
}[] | undefined;
|
|
4702
4702
|
required?: boolean | undefined;
|
|
@@ -4927,7 +4927,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4927
4927
|
hint?: string | undefined;
|
|
4928
4928
|
messages?: {
|
|
4929
4929
|
text: string;
|
|
4930
|
-
type: "
|
|
4930
|
+
type: "error" | "success" | "info" | "warning";
|
|
4931
4931
|
id?: number | undefined;
|
|
4932
4932
|
}[] | undefined;
|
|
4933
4933
|
required?: boolean | undefined;
|
|
@@ -4945,7 +4945,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4945
4945
|
hint?: string | undefined;
|
|
4946
4946
|
messages?: {
|
|
4947
4947
|
text: string;
|
|
4948
|
-
type: "
|
|
4948
|
+
type: "error" | "success" | "info" | "warning";
|
|
4949
4949
|
id?: number | undefined;
|
|
4950
4950
|
}[] | undefined;
|
|
4951
4951
|
required?: boolean | undefined;
|
|
@@ -4969,7 +4969,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4969
4969
|
hint?: string | undefined;
|
|
4970
4970
|
messages?: {
|
|
4971
4971
|
text: string;
|
|
4972
|
-
type: "
|
|
4972
|
+
type: "error" | "success" | "info" | "warning";
|
|
4973
4973
|
id?: number | undefined;
|
|
4974
4974
|
}[] | undefined;
|
|
4975
4975
|
required?: boolean | undefined;
|
|
@@ -4979,7 +4979,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4979
4979
|
value: string;
|
|
4980
4980
|
label: string;
|
|
4981
4981
|
}[] | undefined;
|
|
4982
|
-
display?: "
|
|
4982
|
+
display?: "radio" | "checkbox" | undefined;
|
|
4983
4983
|
multiple?: boolean | undefined;
|
|
4984
4984
|
default_value?: string | string[] | undefined;
|
|
4985
4985
|
} | undefined;
|
|
@@ -4993,7 +4993,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4993
4993
|
hint?: string | undefined;
|
|
4994
4994
|
messages?: {
|
|
4995
4995
|
text: string;
|
|
4996
|
-
type: "
|
|
4996
|
+
type: "error" | "success" | "info" | "warning";
|
|
4997
4997
|
id?: number | undefined;
|
|
4998
4998
|
}[] | undefined;
|
|
4999
4999
|
required?: boolean | undefined;
|
|
@@ -5022,7 +5022,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5022
5022
|
hint?: string | undefined;
|
|
5023
5023
|
messages?: {
|
|
5024
5024
|
text: string;
|
|
5025
|
-
type: "
|
|
5025
|
+
type: "error" | "success" | "info" | "warning";
|
|
5026
5026
|
id?: number | undefined;
|
|
5027
5027
|
}[] | undefined;
|
|
5028
5028
|
required?: boolean | undefined;
|
|
@@ -5037,7 +5037,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5037
5037
|
hint?: string | undefined;
|
|
5038
5038
|
messages?: {
|
|
5039
5039
|
text: string;
|
|
5040
|
-
type: "
|
|
5040
|
+
type: "error" | "success" | "info" | "warning";
|
|
5041
5041
|
id?: number | undefined;
|
|
5042
5042
|
}[] | undefined;
|
|
5043
5043
|
required?: boolean | undefined;
|
|
@@ -5058,7 +5058,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5058
5058
|
hint?: string | undefined;
|
|
5059
5059
|
messages?: {
|
|
5060
5060
|
text: string;
|
|
5061
|
-
type: "
|
|
5061
|
+
type: "error" | "success" | "info" | "warning";
|
|
5062
5062
|
id?: number | undefined;
|
|
5063
5063
|
}[] | undefined;
|
|
5064
5064
|
required?: boolean | undefined;
|
|
@@ -5083,7 +5083,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5083
5083
|
hint?: string | undefined;
|
|
5084
5084
|
messages?: {
|
|
5085
5085
|
text: string;
|
|
5086
|
-
type: "
|
|
5086
|
+
type: "error" | "success" | "info" | "warning";
|
|
5087
5087
|
id?: number | undefined;
|
|
5088
5088
|
}[] | undefined;
|
|
5089
5089
|
required?: boolean | undefined;
|
|
@@ -5102,7 +5102,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5102
5102
|
hint?: string | undefined;
|
|
5103
5103
|
messages?: {
|
|
5104
5104
|
text: string;
|
|
5105
|
-
type: "
|
|
5105
|
+
type: "error" | "success" | "info" | "warning";
|
|
5106
5106
|
id?: number | undefined;
|
|
5107
5107
|
}[] | undefined;
|
|
5108
5108
|
required?: boolean | undefined;
|
|
@@ -5122,7 +5122,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5122
5122
|
hint?: string | undefined;
|
|
5123
5123
|
messages?: {
|
|
5124
5124
|
text: string;
|
|
5125
|
-
type: "
|
|
5125
|
+
type: "error" | "success" | "info" | "warning";
|
|
5126
5126
|
id?: number | undefined;
|
|
5127
5127
|
}[] | undefined;
|
|
5128
5128
|
required?: boolean | undefined;
|
|
@@ -5141,7 +5141,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5141
5141
|
hint?: string | undefined;
|
|
5142
5142
|
messages?: {
|
|
5143
5143
|
text: string;
|
|
5144
|
-
type: "
|
|
5144
|
+
type: "error" | "success" | "info" | "warning";
|
|
5145
5145
|
id?: number | undefined;
|
|
5146
5146
|
}[] | undefined;
|
|
5147
5147
|
required?: boolean | undefined;
|
|
@@ -5163,7 +5163,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5163
5163
|
hint?: string | undefined;
|
|
5164
5164
|
messages?: {
|
|
5165
5165
|
text: string;
|
|
5166
|
-
type: "
|
|
5166
|
+
type: "error" | "success" | "info" | "warning";
|
|
5167
5167
|
id?: number | undefined;
|
|
5168
5168
|
}[] | undefined;
|
|
5169
5169
|
required?: boolean | undefined;
|
|
@@ -5185,7 +5185,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5185
5185
|
hint?: string | undefined;
|
|
5186
5186
|
messages?: {
|
|
5187
5187
|
text: string;
|
|
5188
|
-
type: "
|
|
5188
|
+
type: "error" | "success" | "info" | "warning";
|
|
5189
5189
|
id?: number | undefined;
|
|
5190
5190
|
}[] | undefined;
|
|
5191
5191
|
required?: boolean | undefined;
|
|
@@ -5204,7 +5204,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5204
5204
|
hint?: string | undefined;
|
|
5205
5205
|
messages?: {
|
|
5206
5206
|
text: string;
|
|
5207
|
-
type: "
|
|
5207
|
+
type: "error" | "success" | "info" | "warning";
|
|
5208
5208
|
id?: number | undefined;
|
|
5209
5209
|
}[] | undefined;
|
|
5210
5210
|
required?: boolean | undefined;
|
|
@@ -5229,7 +5229,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5229
5229
|
hint?: string | undefined;
|
|
5230
5230
|
messages?: {
|
|
5231
5231
|
text: string;
|
|
5232
|
-
type: "
|
|
5232
|
+
type: "error" | "success" | "info" | "warning";
|
|
5233
5233
|
id?: number | undefined;
|
|
5234
5234
|
}[] | undefined;
|
|
5235
5235
|
required?: boolean | undefined;
|
|
@@ -5250,7 +5250,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5250
5250
|
hint?: string | undefined;
|
|
5251
5251
|
messages?: {
|
|
5252
5252
|
text: string;
|
|
5253
|
-
type: "
|
|
5253
|
+
type: "error" | "success" | "info" | "warning";
|
|
5254
5254
|
id?: number | undefined;
|
|
5255
5255
|
}[] | undefined;
|
|
5256
5256
|
required?: boolean | undefined;
|
|
@@ -5271,7 +5271,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5271
5271
|
hint?: string | undefined;
|
|
5272
5272
|
messages?: {
|
|
5273
5273
|
text: string;
|
|
5274
|
-
type: "
|
|
5274
|
+
type: "error" | "success" | "info" | "warning";
|
|
5275
5275
|
id?: number | undefined;
|
|
5276
5276
|
}[] | undefined;
|
|
5277
5277
|
required?: boolean | undefined;
|
|
@@ -5504,7 +5504,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5504
5504
|
hint?: string | undefined;
|
|
5505
5505
|
messages?: {
|
|
5506
5506
|
text: string;
|
|
5507
|
-
type: "
|
|
5507
|
+
type: "error" | "success" | "info" | "warning";
|
|
5508
5508
|
id?: number | undefined;
|
|
5509
5509
|
}[] | undefined;
|
|
5510
5510
|
required?: boolean | undefined;
|
|
@@ -5522,7 +5522,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5522
5522
|
hint?: string | undefined;
|
|
5523
5523
|
messages?: {
|
|
5524
5524
|
text: string;
|
|
5525
|
-
type: "
|
|
5525
|
+
type: "error" | "success" | "info" | "warning";
|
|
5526
5526
|
id?: number | undefined;
|
|
5527
5527
|
}[] | undefined;
|
|
5528
5528
|
required?: boolean | undefined;
|
|
@@ -5546,7 +5546,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5546
5546
|
hint?: string | undefined;
|
|
5547
5547
|
messages?: {
|
|
5548
5548
|
text: string;
|
|
5549
|
-
type: "
|
|
5549
|
+
type: "error" | "success" | "info" | "warning";
|
|
5550
5550
|
id?: number | undefined;
|
|
5551
5551
|
}[] | undefined;
|
|
5552
5552
|
required?: boolean | undefined;
|
|
@@ -5556,7 +5556,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5556
5556
|
value: string;
|
|
5557
5557
|
label: string;
|
|
5558
5558
|
}[] | undefined;
|
|
5559
|
-
display?: "
|
|
5559
|
+
display?: "radio" | "checkbox" | undefined;
|
|
5560
5560
|
multiple?: boolean | undefined;
|
|
5561
5561
|
default_value?: string | string[] | undefined;
|
|
5562
5562
|
} | undefined;
|
|
@@ -5570,7 +5570,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5570
5570
|
hint?: string | undefined;
|
|
5571
5571
|
messages?: {
|
|
5572
5572
|
text: string;
|
|
5573
|
-
type: "
|
|
5573
|
+
type: "error" | "success" | "info" | "warning";
|
|
5574
5574
|
id?: number | undefined;
|
|
5575
5575
|
}[] | undefined;
|
|
5576
5576
|
required?: boolean | undefined;
|
|
@@ -5595,7 +5595,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5595
5595
|
hint?: string | undefined;
|
|
5596
5596
|
messages?: {
|
|
5597
5597
|
text: string;
|
|
5598
|
-
type: "
|
|
5598
|
+
type: "error" | "success" | "info" | "warning";
|
|
5599
5599
|
id?: number | undefined;
|
|
5600
5600
|
}[] | undefined;
|
|
5601
5601
|
required?: boolean | undefined;
|
|
@@ -5610,7 +5610,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5610
5610
|
hint?: string | undefined;
|
|
5611
5611
|
messages?: {
|
|
5612
5612
|
text: string;
|
|
5613
|
-
type: "
|
|
5613
|
+
type: "error" | "success" | "info" | "warning";
|
|
5614
5614
|
id?: number | undefined;
|
|
5615
5615
|
}[] | undefined;
|
|
5616
5616
|
required?: boolean | undefined;
|
|
@@ -5631,7 +5631,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5631
5631
|
hint?: string | undefined;
|
|
5632
5632
|
messages?: {
|
|
5633
5633
|
text: string;
|
|
5634
|
-
type: "
|
|
5634
|
+
type: "error" | "success" | "info" | "warning";
|
|
5635
5635
|
id?: number | undefined;
|
|
5636
5636
|
}[] | undefined;
|
|
5637
5637
|
required?: boolean | undefined;
|
|
@@ -5656,7 +5656,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5656
5656
|
hint?: string | undefined;
|
|
5657
5657
|
messages?: {
|
|
5658
5658
|
text: string;
|
|
5659
|
-
type: "
|
|
5659
|
+
type: "error" | "success" | "info" | "warning";
|
|
5660
5660
|
id?: number | undefined;
|
|
5661
5661
|
}[] | undefined;
|
|
5662
5662
|
required?: boolean | undefined;
|
|
@@ -5675,7 +5675,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5675
5675
|
hint?: string | undefined;
|
|
5676
5676
|
messages?: {
|
|
5677
5677
|
text: string;
|
|
5678
|
-
type: "
|
|
5678
|
+
type: "error" | "success" | "info" | "warning";
|
|
5679
5679
|
id?: number | undefined;
|
|
5680
5680
|
}[] | undefined;
|
|
5681
5681
|
required?: boolean | undefined;
|
|
@@ -5695,7 +5695,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5695
5695
|
hint?: string | undefined;
|
|
5696
5696
|
messages?: {
|
|
5697
5697
|
text: string;
|
|
5698
|
-
type: "
|
|
5698
|
+
type: "error" | "success" | "info" | "warning";
|
|
5699
5699
|
id?: number | undefined;
|
|
5700
5700
|
}[] | undefined;
|
|
5701
5701
|
required?: boolean | undefined;
|
|
@@ -5714,7 +5714,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5714
5714
|
hint?: string | undefined;
|
|
5715
5715
|
messages?: {
|
|
5716
5716
|
text: string;
|
|
5717
|
-
type: "
|
|
5717
|
+
type: "error" | "success" | "info" | "warning";
|
|
5718
5718
|
id?: number | undefined;
|
|
5719
5719
|
}[] | undefined;
|
|
5720
5720
|
required?: boolean | undefined;
|
|
@@ -5736,7 +5736,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5736
5736
|
hint?: string | undefined;
|
|
5737
5737
|
messages?: {
|
|
5738
5738
|
text: string;
|
|
5739
|
-
type: "
|
|
5739
|
+
type: "error" | "success" | "info" | "warning";
|
|
5740
5740
|
id?: number | undefined;
|
|
5741
5741
|
}[] | undefined;
|
|
5742
5742
|
required?: boolean | undefined;
|
|
@@ -5758,7 +5758,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5758
5758
|
hint?: string | undefined;
|
|
5759
5759
|
messages?: {
|
|
5760
5760
|
text: string;
|
|
5761
|
-
type: "
|
|
5761
|
+
type: "error" | "success" | "info" | "warning";
|
|
5762
5762
|
id?: number | undefined;
|
|
5763
5763
|
}[] | undefined;
|
|
5764
5764
|
required?: boolean | undefined;
|
|
@@ -5777,7 +5777,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5777
5777
|
hint?: string | undefined;
|
|
5778
5778
|
messages?: {
|
|
5779
5779
|
text: string;
|
|
5780
|
-
type: "
|
|
5780
|
+
type: "error" | "success" | "info" | "warning";
|
|
5781
5781
|
id?: number | undefined;
|
|
5782
5782
|
}[] | undefined;
|
|
5783
5783
|
required?: boolean | undefined;
|
|
@@ -5802,7 +5802,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5802
5802
|
hint?: string | undefined;
|
|
5803
5803
|
messages?: {
|
|
5804
5804
|
text: string;
|
|
5805
|
-
type: "
|
|
5805
|
+
type: "error" | "success" | "info" | "warning";
|
|
5806
5806
|
id?: number | undefined;
|
|
5807
5807
|
}[] | undefined;
|
|
5808
5808
|
required?: boolean | undefined;
|
|
@@ -5823,7 +5823,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5823
5823
|
hint?: string | undefined;
|
|
5824
5824
|
messages?: {
|
|
5825
5825
|
text: string;
|
|
5826
|
-
type: "
|
|
5826
|
+
type: "error" | "success" | "info" | "warning";
|
|
5827
5827
|
id?: number | undefined;
|
|
5828
5828
|
}[] | undefined;
|
|
5829
5829
|
required?: boolean | undefined;
|
|
@@ -5844,7 +5844,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5844
5844
|
hint?: string | undefined;
|
|
5845
5845
|
messages?: {
|
|
5846
5846
|
text: string;
|
|
5847
|
-
type: "
|
|
5847
|
+
type: "error" | "success" | "info" | "warning";
|
|
5848
5848
|
id?: number | undefined;
|
|
5849
5849
|
}[] | undefined;
|
|
5850
5850
|
required?: boolean | undefined;
|
|
@@ -6075,7 +6075,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6075
6075
|
hint?: string | undefined;
|
|
6076
6076
|
messages?: {
|
|
6077
6077
|
text: string;
|
|
6078
|
-
type: "
|
|
6078
|
+
type: "error" | "success" | "info" | "warning";
|
|
6079
6079
|
id?: number | undefined;
|
|
6080
6080
|
}[] | undefined;
|
|
6081
6081
|
required?: boolean | undefined;
|
|
@@ -6093,7 +6093,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6093
6093
|
hint?: string | undefined;
|
|
6094
6094
|
messages?: {
|
|
6095
6095
|
text: string;
|
|
6096
|
-
type: "
|
|
6096
|
+
type: "error" | "success" | "info" | "warning";
|
|
6097
6097
|
id?: number | undefined;
|
|
6098
6098
|
}[] | undefined;
|
|
6099
6099
|
required?: boolean | undefined;
|
|
@@ -6117,7 +6117,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6117
6117
|
hint?: string | undefined;
|
|
6118
6118
|
messages?: {
|
|
6119
6119
|
text: string;
|
|
6120
|
-
type: "
|
|
6120
|
+
type: "error" | "success" | "info" | "warning";
|
|
6121
6121
|
id?: number | undefined;
|
|
6122
6122
|
}[] | undefined;
|
|
6123
6123
|
required?: boolean | undefined;
|
|
@@ -6127,7 +6127,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6127
6127
|
value: string;
|
|
6128
6128
|
label: string;
|
|
6129
6129
|
}[] | undefined;
|
|
6130
|
-
display?: "
|
|
6130
|
+
display?: "radio" | "checkbox" | undefined;
|
|
6131
6131
|
multiple?: boolean | undefined;
|
|
6132
6132
|
default_value?: string | string[] | undefined;
|
|
6133
6133
|
} | undefined;
|
|
@@ -6141,7 +6141,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6141
6141
|
hint?: string | undefined;
|
|
6142
6142
|
messages?: {
|
|
6143
6143
|
text: string;
|
|
6144
|
-
type: "
|
|
6144
|
+
type: "error" | "success" | "info" | "warning";
|
|
6145
6145
|
id?: number | undefined;
|
|
6146
6146
|
}[] | undefined;
|
|
6147
6147
|
required?: boolean | undefined;
|
|
@@ -6170,7 +6170,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6170
6170
|
hint?: string | undefined;
|
|
6171
6171
|
messages?: {
|
|
6172
6172
|
text: string;
|
|
6173
|
-
type: "
|
|
6173
|
+
type: "error" | "success" | "info" | "warning";
|
|
6174
6174
|
id?: number | undefined;
|
|
6175
6175
|
}[] | undefined;
|
|
6176
6176
|
required?: boolean | undefined;
|
|
@@ -6185,7 +6185,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6185
6185
|
hint?: string | undefined;
|
|
6186
6186
|
messages?: {
|
|
6187
6187
|
text: string;
|
|
6188
|
-
type: "
|
|
6188
|
+
type: "error" | "success" | "info" | "warning";
|
|
6189
6189
|
id?: number | undefined;
|
|
6190
6190
|
}[] | undefined;
|
|
6191
6191
|
required?: boolean | undefined;
|
|
@@ -6206,7 +6206,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6206
6206
|
hint?: string | undefined;
|
|
6207
6207
|
messages?: {
|
|
6208
6208
|
text: string;
|
|
6209
|
-
type: "
|
|
6209
|
+
type: "error" | "success" | "info" | "warning";
|
|
6210
6210
|
id?: number | undefined;
|
|
6211
6211
|
}[] | undefined;
|
|
6212
6212
|
required?: boolean | undefined;
|
|
@@ -6231,7 +6231,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6231
6231
|
hint?: string | undefined;
|
|
6232
6232
|
messages?: {
|
|
6233
6233
|
text: string;
|
|
6234
|
-
type: "
|
|
6234
|
+
type: "error" | "success" | "info" | "warning";
|
|
6235
6235
|
id?: number | undefined;
|
|
6236
6236
|
}[] | undefined;
|
|
6237
6237
|
required?: boolean | undefined;
|
|
@@ -6250,7 +6250,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6250
6250
|
hint?: string | undefined;
|
|
6251
6251
|
messages?: {
|
|
6252
6252
|
text: string;
|
|
6253
|
-
type: "
|
|
6253
|
+
type: "error" | "success" | "info" | "warning";
|
|
6254
6254
|
id?: number | undefined;
|
|
6255
6255
|
}[] | undefined;
|
|
6256
6256
|
required?: boolean | undefined;
|
|
@@ -6270,7 +6270,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6270
6270
|
hint?: string | undefined;
|
|
6271
6271
|
messages?: {
|
|
6272
6272
|
text: string;
|
|
6273
|
-
type: "
|
|
6273
|
+
type: "error" | "success" | "info" | "warning";
|
|
6274
6274
|
id?: number | undefined;
|
|
6275
6275
|
}[] | undefined;
|
|
6276
6276
|
required?: boolean | undefined;
|
|
@@ -6289,7 +6289,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6289
6289
|
hint?: string | undefined;
|
|
6290
6290
|
messages?: {
|
|
6291
6291
|
text: string;
|
|
6292
|
-
type: "
|
|
6292
|
+
type: "error" | "success" | "info" | "warning";
|
|
6293
6293
|
id?: number | undefined;
|
|
6294
6294
|
}[] | undefined;
|
|
6295
6295
|
required?: boolean | undefined;
|
|
@@ -6311,7 +6311,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6311
6311
|
hint?: string | undefined;
|
|
6312
6312
|
messages?: {
|
|
6313
6313
|
text: string;
|
|
6314
|
-
type: "
|
|
6314
|
+
type: "error" | "success" | "info" | "warning";
|
|
6315
6315
|
id?: number | undefined;
|
|
6316
6316
|
}[] | undefined;
|
|
6317
6317
|
required?: boolean | undefined;
|
|
@@ -6333,7 +6333,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6333
6333
|
hint?: string | undefined;
|
|
6334
6334
|
messages?: {
|
|
6335
6335
|
text: string;
|
|
6336
|
-
type: "
|
|
6336
|
+
type: "error" | "success" | "info" | "warning";
|
|
6337
6337
|
id?: number | undefined;
|
|
6338
6338
|
}[] | undefined;
|
|
6339
6339
|
required?: boolean | undefined;
|
|
@@ -6352,7 +6352,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6352
6352
|
hint?: string | undefined;
|
|
6353
6353
|
messages?: {
|
|
6354
6354
|
text: string;
|
|
6355
|
-
type: "
|
|
6355
|
+
type: "error" | "success" | "info" | "warning";
|
|
6356
6356
|
id?: number | undefined;
|
|
6357
6357
|
}[] | undefined;
|
|
6358
6358
|
required?: boolean | undefined;
|
|
@@ -6377,7 +6377,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6377
6377
|
hint?: string | undefined;
|
|
6378
6378
|
messages?: {
|
|
6379
6379
|
text: string;
|
|
6380
|
-
type: "
|
|
6380
|
+
type: "error" | "success" | "info" | "warning";
|
|
6381
6381
|
id?: number | undefined;
|
|
6382
6382
|
}[] | undefined;
|
|
6383
6383
|
required?: boolean | undefined;
|
|
@@ -6398,7 +6398,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6398
6398
|
hint?: string | undefined;
|
|
6399
6399
|
messages?: {
|
|
6400
6400
|
text: string;
|
|
6401
|
-
type: "
|
|
6401
|
+
type: "error" | "success" | "info" | "warning";
|
|
6402
6402
|
id?: number | undefined;
|
|
6403
6403
|
}[] | undefined;
|
|
6404
6404
|
required?: boolean | undefined;
|
|
@@ -6419,7 +6419,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6419
6419
|
hint?: string | undefined;
|
|
6420
6420
|
messages?: {
|
|
6421
6421
|
text: string;
|
|
6422
|
-
type: "
|
|
6422
|
+
type: "error" | "success" | "info" | "warning";
|
|
6423
6423
|
id?: number | undefined;
|
|
6424
6424
|
}[] | undefined;
|
|
6425
6425
|
required?: boolean | undefined;
|
|
@@ -6649,7 +6649,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6649
6649
|
};
|
|
6650
6650
|
};
|
|
6651
6651
|
output: {
|
|
6652
|
-
prompt: "
|
|
6652
|
+
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";
|
|
6653
6653
|
language: string;
|
|
6654
6654
|
}[];
|
|
6655
6655
|
outputFormat: "json";
|
|
@@ -6687,7 +6687,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6687
6687
|
$get: {
|
|
6688
6688
|
input: {
|
|
6689
6689
|
param: {
|
|
6690
|
-
prompt: "
|
|
6690
|
+
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";
|
|
6691
6691
|
language: string;
|
|
6692
6692
|
};
|
|
6693
6693
|
} & {
|
|
@@ -6709,7 +6709,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6709
6709
|
$put: {
|
|
6710
6710
|
input: {
|
|
6711
6711
|
param: {
|
|
6712
|
-
prompt: "
|
|
6712
|
+
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";
|
|
6713
6713
|
language: string;
|
|
6714
6714
|
};
|
|
6715
6715
|
} & {
|
|
@@ -6733,7 +6733,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6733
6733
|
$delete: {
|
|
6734
6734
|
input: {
|
|
6735
6735
|
param: {
|
|
6736
|
-
prompt: "
|
|
6736
|
+
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";
|
|
6737
6737
|
language: string;
|
|
6738
6738
|
};
|
|
6739
6739
|
} & {
|
|
@@ -7595,7 +7595,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7595
7595
|
};
|
|
7596
7596
|
} | {
|
|
7597
7597
|
mode: "inline";
|
|
7598
|
-
status: "
|
|
7598
|
+
status: "error" | "success";
|
|
7599
7599
|
connection_id: string;
|
|
7600
7600
|
connection_name: string;
|
|
7601
7601
|
strategy: string;
|
|
@@ -8482,7 +8482,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8482
8482
|
created_at: string;
|
|
8483
8483
|
updated_at: string;
|
|
8484
8484
|
name: string;
|
|
8485
|
-
provider: "auth0" | "oidc" | "
|
|
8485
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8486
8486
|
connection: string;
|
|
8487
8487
|
enabled: boolean;
|
|
8488
8488
|
credentials: {
|
|
@@ -8514,7 +8514,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8514
8514
|
created_at: string;
|
|
8515
8515
|
updated_at: string;
|
|
8516
8516
|
name: string;
|
|
8517
|
-
provider: "auth0" | "oidc" | "
|
|
8517
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8518
8518
|
connection: string;
|
|
8519
8519
|
enabled: boolean;
|
|
8520
8520
|
credentials: {
|
|
@@ -8540,7 +8540,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8540
8540
|
} & {
|
|
8541
8541
|
json: {
|
|
8542
8542
|
name: string;
|
|
8543
|
-
provider: "auth0" | "oidc" | "
|
|
8543
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8544
8544
|
connection: string;
|
|
8545
8545
|
credentials: {
|
|
8546
8546
|
domain: string;
|
|
@@ -8557,7 +8557,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8557
8557
|
created_at: string;
|
|
8558
8558
|
updated_at: string;
|
|
8559
8559
|
name: string;
|
|
8560
|
-
provider: "auth0" | "oidc" | "
|
|
8560
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8561
8561
|
connection: string;
|
|
8562
8562
|
enabled: boolean;
|
|
8563
8563
|
credentials: {
|
|
@@ -8588,7 +8588,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8588
8588
|
json: {
|
|
8589
8589
|
id?: string | undefined;
|
|
8590
8590
|
name?: string | undefined;
|
|
8591
|
-
provider?: "auth0" | "oidc" | "
|
|
8591
|
+
provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
|
|
8592
8592
|
connection?: string | undefined;
|
|
8593
8593
|
enabled?: boolean | undefined;
|
|
8594
8594
|
credentials?: {
|
|
@@ -8604,7 +8604,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8604
8604
|
created_at: string;
|
|
8605
8605
|
updated_at: string;
|
|
8606
8606
|
name: string;
|
|
8607
|
-
provider: "auth0" | "oidc" | "
|
|
8607
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
8608
8608
|
connection: string;
|
|
8609
8609
|
enabled: boolean;
|
|
8610
8610
|
credentials: {
|
|
@@ -8822,7 +8822,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8822
8822
|
};
|
|
8823
8823
|
};
|
|
8824
8824
|
output: {
|
|
8825
|
-
type: "
|
|
8825
|
+
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";
|
|
8826
8826
|
date: string;
|
|
8827
8827
|
isMobile: boolean;
|
|
8828
8828
|
log_id: string;
|
|
@@ -8861,7 +8861,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8861
8861
|
limit: number;
|
|
8862
8862
|
length: number;
|
|
8863
8863
|
logs: {
|
|
8864
|
-
type: "
|
|
8864
|
+
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";
|
|
8865
8865
|
date: string;
|
|
8866
8866
|
isMobile: boolean;
|
|
8867
8867
|
log_id: string;
|
|
@@ -8915,7 +8915,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8915
8915
|
};
|
|
8916
8916
|
};
|
|
8917
8917
|
output: {
|
|
8918
|
-
type: "
|
|
8918
|
+
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";
|
|
8919
8919
|
date: string;
|
|
8920
8920
|
isMobile: boolean;
|
|
8921
8921
|
log_id: string;
|
|
@@ -9303,7 +9303,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9303
9303
|
addons?: {
|
|
9304
9304
|
[x: string]: any;
|
|
9305
9305
|
} | undefined;
|
|
9306
|
-
token_endpoint_auth_method?: "none" | "
|
|
9306
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9307
9307
|
client_metadata?: {
|
|
9308
9308
|
[x: string]: string;
|
|
9309
9309
|
} | undefined;
|
|
@@ -9399,7 +9399,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9399
9399
|
addons?: {
|
|
9400
9400
|
[x: string]: any;
|
|
9401
9401
|
} | undefined;
|
|
9402
|
-
token_endpoint_auth_method?: "none" | "
|
|
9402
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9403
9403
|
client_metadata?: {
|
|
9404
9404
|
[x: string]: string;
|
|
9405
9405
|
} | undefined;
|
|
@@ -9510,7 +9510,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9510
9510
|
addons?: {
|
|
9511
9511
|
[x: string]: any;
|
|
9512
9512
|
} | undefined;
|
|
9513
|
-
token_endpoint_auth_method?: "none" | "
|
|
9513
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9514
9514
|
client_metadata?: {
|
|
9515
9515
|
[x: string]: string;
|
|
9516
9516
|
} | undefined;
|
|
@@ -9620,7 +9620,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9620
9620
|
custom_login_page_preview?: string | undefined;
|
|
9621
9621
|
form_template?: string | undefined;
|
|
9622
9622
|
addons?: Record<string, any> | undefined;
|
|
9623
|
-
token_endpoint_auth_method?: "none" | "
|
|
9623
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9624
9624
|
client_metadata?: Record<string, string> | undefined;
|
|
9625
9625
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
9626
9626
|
mobile?: Record<string, any> | undefined;
|
|
@@ -9700,7 +9700,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9700
9700
|
addons?: {
|
|
9701
9701
|
[x: string]: any;
|
|
9702
9702
|
} | undefined;
|
|
9703
|
-
token_endpoint_auth_method?: "none" | "
|
|
9703
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9704
9704
|
client_metadata?: {
|
|
9705
9705
|
[x: string]: string;
|
|
9706
9706
|
} | undefined;
|
|
@@ -9789,7 +9789,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9789
9789
|
custom_login_page_preview?: string | undefined;
|
|
9790
9790
|
form_template?: string | undefined;
|
|
9791
9791
|
addons?: Record<string, any> | undefined;
|
|
9792
|
-
token_endpoint_auth_method?: "none" | "
|
|
9792
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9793
9793
|
client_metadata?: Record<string, string> | undefined;
|
|
9794
9794
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
9795
9795
|
mobile?: Record<string, any> | undefined;
|
|
@@ -9869,7 +9869,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9869
9869
|
addons?: {
|
|
9870
9870
|
[x: string]: any;
|
|
9871
9871
|
} | undefined;
|
|
9872
|
-
token_endpoint_auth_method?: "none" | "
|
|
9872
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
9873
9873
|
client_metadata?: {
|
|
9874
9874
|
[x: string]: string;
|
|
9875
9875
|
} | undefined;
|
|
@@ -11133,7 +11133,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11133
11133
|
};
|
|
11134
11134
|
};
|
|
11135
11135
|
output: {
|
|
11136
|
-
type: "
|
|
11136
|
+
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";
|
|
11137
11137
|
date: string;
|
|
11138
11138
|
isMobile: boolean;
|
|
11139
11139
|
log_id: string;
|
|
@@ -11172,7 +11172,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11172
11172
|
limit: number;
|
|
11173
11173
|
length: number;
|
|
11174
11174
|
logs: {
|
|
11175
|
-
type: "
|
|
11175
|
+
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";
|
|
11176
11176
|
date: string;
|
|
11177
11177
|
isMobile: boolean;
|
|
11178
11178
|
log_id: string;
|
|
@@ -11487,7 +11487,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11487
11487
|
};
|
|
11488
11488
|
} & {
|
|
11489
11489
|
json: {
|
|
11490
|
-
template: "
|
|
11490
|
+
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";
|
|
11491
11491
|
body: string;
|
|
11492
11492
|
from: string;
|
|
11493
11493
|
subject: string;
|
|
@@ -11508,7 +11508,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11508
11508
|
};
|
|
11509
11509
|
} & {
|
|
11510
11510
|
json: {
|
|
11511
|
-
template: "
|
|
11511
|
+
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";
|
|
11512
11512
|
body: string;
|
|
11513
11513
|
from: string;
|
|
11514
11514
|
subject: string;
|
|
@@ -11520,7 +11520,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11520
11520
|
};
|
|
11521
11521
|
};
|
|
11522
11522
|
output: {
|
|
11523
|
-
template: "
|
|
11523
|
+
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";
|
|
11524
11524
|
body: string;
|
|
11525
11525
|
from: string;
|
|
11526
11526
|
subject: string;
|
|
@@ -11543,7 +11543,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11543
11543
|
};
|
|
11544
11544
|
};
|
|
11545
11545
|
output: {
|
|
11546
|
-
name: "
|
|
11546
|
+
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";
|
|
11547
11547
|
body: string;
|
|
11548
11548
|
subject: string;
|
|
11549
11549
|
}[];
|
|
@@ -11556,7 +11556,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11556
11556
|
$get: {
|
|
11557
11557
|
input: {
|
|
11558
11558
|
param: {
|
|
11559
|
-
templateName: "
|
|
11559
|
+
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";
|
|
11560
11560
|
};
|
|
11561
11561
|
} & {
|
|
11562
11562
|
header: {
|
|
@@ -11569,7 +11569,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11569
11569
|
} | {
|
|
11570
11570
|
input: {
|
|
11571
11571
|
param: {
|
|
11572
|
-
templateName: "
|
|
11572
|
+
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";
|
|
11573
11573
|
};
|
|
11574
11574
|
} & {
|
|
11575
11575
|
header: {
|
|
@@ -11577,7 +11577,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11577
11577
|
};
|
|
11578
11578
|
};
|
|
11579
11579
|
output: {
|
|
11580
|
-
template: "
|
|
11580
|
+
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";
|
|
11581
11581
|
body: string;
|
|
11582
11582
|
from: string;
|
|
11583
11583
|
subject: string;
|
|
@@ -11596,7 +11596,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11596
11596
|
$put: {
|
|
11597
11597
|
input: {
|
|
11598
11598
|
param: {
|
|
11599
|
-
templateName: "
|
|
11599
|
+
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";
|
|
11600
11600
|
};
|
|
11601
11601
|
} & {
|
|
11602
11602
|
header: {
|
|
@@ -11604,7 +11604,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11604
11604
|
};
|
|
11605
11605
|
} & {
|
|
11606
11606
|
json: {
|
|
11607
|
-
template: "
|
|
11607
|
+
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";
|
|
11608
11608
|
body: string;
|
|
11609
11609
|
subject: string;
|
|
11610
11610
|
syntax?: "liquid" | undefined;
|
|
@@ -11616,7 +11616,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11616
11616
|
};
|
|
11617
11617
|
};
|
|
11618
11618
|
output: {
|
|
11619
|
-
template: "
|
|
11619
|
+
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";
|
|
11620
11620
|
body: string;
|
|
11621
11621
|
from: string;
|
|
11622
11622
|
subject: string;
|
|
@@ -11635,7 +11635,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11635
11635
|
$patch: {
|
|
11636
11636
|
input: {
|
|
11637
11637
|
param: {
|
|
11638
|
-
templateName: "
|
|
11638
|
+
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";
|
|
11639
11639
|
};
|
|
11640
11640
|
} & {
|
|
11641
11641
|
header: {
|
|
@@ -11643,7 +11643,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11643
11643
|
};
|
|
11644
11644
|
} & {
|
|
11645
11645
|
json: {
|
|
11646
|
-
template?: "
|
|
11646
|
+
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;
|
|
11647
11647
|
body?: string | undefined;
|
|
11648
11648
|
from?: string | undefined;
|
|
11649
11649
|
subject?: string | undefined;
|
|
@@ -11660,7 +11660,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11660
11660
|
} | {
|
|
11661
11661
|
input: {
|
|
11662
11662
|
param: {
|
|
11663
|
-
templateName: "
|
|
11663
|
+
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";
|
|
11664
11664
|
};
|
|
11665
11665
|
} & {
|
|
11666
11666
|
header: {
|
|
@@ -11668,7 +11668,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11668
11668
|
};
|
|
11669
11669
|
} & {
|
|
11670
11670
|
json: {
|
|
11671
|
-
template?: "
|
|
11671
|
+
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;
|
|
11672
11672
|
body?: string | undefined;
|
|
11673
11673
|
from?: string | undefined;
|
|
11674
11674
|
subject?: string | undefined;
|
|
@@ -11680,7 +11680,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11680
11680
|
};
|
|
11681
11681
|
};
|
|
11682
11682
|
output: {
|
|
11683
|
-
template: "
|
|
11683
|
+
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";
|
|
11684
11684
|
body: string;
|
|
11685
11685
|
from: string;
|
|
11686
11686
|
subject: string;
|
|
@@ -11699,7 +11699,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11699
11699
|
$delete: {
|
|
11700
11700
|
input: {
|
|
11701
11701
|
param: {
|
|
11702
|
-
templateName: "
|
|
11702
|
+
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";
|
|
11703
11703
|
};
|
|
11704
11704
|
} & {
|
|
11705
11705
|
header: {
|
|
@@ -11708,11 +11708,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11708
11708
|
};
|
|
11709
11709
|
output: {};
|
|
11710
11710
|
outputFormat: string;
|
|
11711
|
-
status:
|
|
11711
|
+
status: 204;
|
|
11712
11712
|
} | {
|
|
11713
11713
|
input: {
|
|
11714
11714
|
param: {
|
|
11715
|
-
templateName: "
|
|
11715
|
+
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";
|
|
11716
11716
|
};
|
|
11717
11717
|
} & {
|
|
11718
11718
|
header: {
|
|
@@ -11721,7 +11721,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11721
11721
|
};
|
|
11722
11722
|
output: {};
|
|
11723
11723
|
outputFormat: string;
|
|
11724
|
-
status:
|
|
11724
|
+
status: 404;
|
|
11725
11725
|
};
|
|
11726
11726
|
};
|
|
11727
11727
|
} & {
|
|
@@ -11729,7 +11729,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11729
11729
|
$post: {
|
|
11730
11730
|
input: {
|
|
11731
11731
|
param: {
|
|
11732
|
-
templateName: "
|
|
11732
|
+
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";
|
|
11733
11733
|
};
|
|
11734
11734
|
} & {
|
|
11735
11735
|
header: {
|
|
@@ -11857,7 +11857,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11857
11857
|
};
|
|
11858
11858
|
output: {};
|
|
11859
11859
|
outputFormat: string;
|
|
11860
|
-
status:
|
|
11860
|
+
status: 204;
|
|
11861
11861
|
} | {
|
|
11862
11862
|
input: {
|
|
11863
11863
|
header: {
|
|
@@ -11866,7 +11866,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11866
11866
|
};
|
|
11867
11867
|
output: {};
|
|
11868
11868
|
outputFormat: string;
|
|
11869
|
-
status:
|
|
11869
|
+
status: 404;
|
|
11870
11870
|
};
|
|
11871
11871
|
};
|
|
11872
11872
|
}, "/emails/provider"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -11975,7 +11975,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11975
11975
|
};
|
|
11976
11976
|
output: {};
|
|
11977
11977
|
outputFormat: string;
|
|
11978
|
-
status:
|
|
11978
|
+
status: 204;
|
|
11979
11979
|
} | {
|
|
11980
11980
|
input: {
|
|
11981
11981
|
header: {
|
|
@@ -11984,7 +11984,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11984
11984
|
};
|
|
11985
11985
|
output: {};
|
|
11986
11986
|
outputFormat: string;
|
|
11987
|
-
status:
|
|
11987
|
+
status: 404;
|
|
11988
11988
|
};
|
|
11989
11989
|
};
|
|
11990
11990
|
}, "/email/providers"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -13183,7 +13183,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13183
13183
|
};
|
|
13184
13184
|
output: {};
|
|
13185
13185
|
outputFormat: string;
|
|
13186
|
-
status:
|
|
13186
|
+
status: 200;
|
|
13187
13187
|
} | {
|
|
13188
13188
|
input: {
|
|
13189
13189
|
param: {
|
|
@@ -13196,7 +13196,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13196
13196
|
};
|
|
13197
13197
|
output: {};
|
|
13198
13198
|
outputFormat: string;
|
|
13199
|
-
status:
|
|
13199
|
+
status: 404;
|
|
13200
13200
|
} | {
|
|
13201
13201
|
input: {
|
|
13202
13202
|
param: {
|
|
@@ -13841,7 +13841,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13841
13841
|
scope?: string | undefined;
|
|
13842
13842
|
grant_types?: string[] | undefined;
|
|
13843
13843
|
response_types?: string[] | undefined;
|
|
13844
|
-
token_endpoint_auth_method?: "none" | "
|
|
13844
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
13845
13845
|
jwks_uri?: string | undefined;
|
|
13846
13846
|
jwks?: Record<string, unknown> | undefined;
|
|
13847
13847
|
software_id?: string | undefined;
|
|
@@ -13930,7 +13930,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13930
13930
|
scope?: string | undefined;
|
|
13931
13931
|
grant_types?: string[] | undefined;
|
|
13932
13932
|
response_types?: string[] | undefined;
|
|
13933
|
-
token_endpoint_auth_method?: "none" | "
|
|
13933
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
13934
13934
|
jwks_uri?: string | undefined;
|
|
13935
13935
|
jwks?: Record<string, unknown> | undefined;
|
|
13936
13936
|
software_id?: string | undefined;
|
|
@@ -14276,19 +14276,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14276
14276
|
email: string;
|
|
14277
14277
|
send: "code" | "link";
|
|
14278
14278
|
authParams: {
|
|
14279
|
-
|
|
14280
|
-
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14281
|
-
redirect_uri?: string | undefined;
|
|
14282
|
-
nonce?: string | undefined;
|
|
14279
|
+
username?: string | undefined;
|
|
14283
14280
|
state?: string | undefined;
|
|
14284
|
-
|
|
14281
|
+
audience?: string | undefined;
|
|
14285
14282
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14286
14283
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14287
|
-
audience?: string | undefined;
|
|
14288
|
-
organization?: string | undefined;
|
|
14289
14284
|
scope?: string | undefined;
|
|
14285
|
+
organization?: string | undefined;
|
|
14286
|
+
nonce?: string | undefined;
|
|
14287
|
+
redirect_uri?: string | undefined;
|
|
14288
|
+
act_as?: string | undefined;
|
|
14290
14289
|
prompt?: string | undefined;
|
|
14291
|
-
|
|
14290
|
+
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14291
|
+
code_challenge?: string | undefined;
|
|
14292
14292
|
ui_locales?: string | undefined;
|
|
14293
14293
|
max_age?: number | undefined;
|
|
14294
14294
|
acr_values?: string | undefined;
|
|
@@ -14312,19 +14312,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14312
14312
|
phone_number: string;
|
|
14313
14313
|
send: "code" | "link";
|
|
14314
14314
|
authParams: {
|
|
14315
|
-
|
|
14316
|
-
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14317
|
-
redirect_uri?: string | undefined;
|
|
14318
|
-
nonce?: string | undefined;
|
|
14315
|
+
username?: string | undefined;
|
|
14319
14316
|
state?: string | undefined;
|
|
14320
|
-
|
|
14317
|
+
audience?: string | undefined;
|
|
14321
14318
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14322
14319
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14323
|
-
audience?: string | undefined;
|
|
14324
|
-
organization?: string | undefined;
|
|
14325
14320
|
scope?: string | undefined;
|
|
14321
|
+
organization?: string | undefined;
|
|
14322
|
+
nonce?: string | undefined;
|
|
14323
|
+
redirect_uri?: string | undefined;
|
|
14324
|
+
act_as?: string | undefined;
|
|
14326
14325
|
prompt?: string | undefined;
|
|
14327
|
-
|
|
14326
|
+
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14327
|
+
code_challenge?: string | undefined;
|
|
14328
14328
|
ui_locales?: string | undefined;
|
|
14329
14329
|
max_age?: number | undefined;
|
|
14330
14330
|
acr_values?: string | undefined;
|
|
@@ -14456,14 +14456,14 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14456
14456
|
input: {
|
|
14457
14457
|
form: {
|
|
14458
14458
|
token: string;
|
|
14459
|
-
token_type_hint?: "
|
|
14459
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
14460
14460
|
client_id?: string | undefined;
|
|
14461
14461
|
client_secret?: string | undefined;
|
|
14462
14462
|
};
|
|
14463
14463
|
} & {
|
|
14464
14464
|
json: {
|
|
14465
14465
|
token: string;
|
|
14466
|
-
token_type_hint?: "
|
|
14466
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
14467
14467
|
client_id?: string | undefined;
|
|
14468
14468
|
client_secret?: string | undefined;
|
|
14469
14469
|
};
|
|
@@ -14475,14 +14475,14 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14475
14475
|
input: {
|
|
14476
14476
|
form: {
|
|
14477
14477
|
token: string;
|
|
14478
|
-
token_type_hint?: "
|
|
14478
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
14479
14479
|
client_id?: string | undefined;
|
|
14480
14480
|
client_secret?: string | undefined;
|
|
14481
14481
|
};
|
|
14482
14482
|
} & {
|
|
14483
14483
|
json: {
|
|
14484
14484
|
token: string;
|
|
14485
|
-
token_type_hint?: "
|
|
14485
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
14486
14486
|
client_id?: string | undefined;
|
|
14487
14487
|
client_secret?: string | undefined;
|
|
14488
14488
|
};
|
|
@@ -14497,14 +14497,14 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14497
14497
|
input: {
|
|
14498
14498
|
form: {
|
|
14499
14499
|
token: string;
|
|
14500
|
-
token_type_hint?: "
|
|
14500
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
14501
14501
|
client_id?: string | undefined;
|
|
14502
14502
|
client_secret?: string | undefined;
|
|
14503
14503
|
};
|
|
14504
14504
|
} & {
|
|
14505
14505
|
json: {
|
|
14506
14506
|
token: string;
|
|
14507
|
-
token_type_hint?: "
|
|
14507
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
14508
14508
|
client_id?: string | undefined;
|
|
14509
14509
|
client_secret?: string | undefined;
|
|
14510
14510
|
};
|
|
@@ -14554,7 +14554,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14554
14554
|
client_id: string;
|
|
14555
14555
|
username: string;
|
|
14556
14556
|
otp: string;
|
|
14557
|
-
realm: "
|
|
14557
|
+
realm: "sms" | "email";
|
|
14558
14558
|
} | {
|
|
14559
14559
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
14560
14560
|
subject_token: string;
|
|
@@ -14601,7 +14601,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14601
14601
|
client_id: string;
|
|
14602
14602
|
username: string;
|
|
14603
14603
|
otp: string;
|
|
14604
|
-
realm: "
|
|
14604
|
+
realm: "sms" | "email";
|
|
14605
14605
|
} | {
|
|
14606
14606
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
14607
14607
|
subject_token: string;
|
|
@@ -14653,7 +14653,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14653
14653
|
client_id: string;
|
|
14654
14654
|
username: string;
|
|
14655
14655
|
otp: string;
|
|
14656
|
-
realm: "
|
|
14656
|
+
realm: "sms" | "email";
|
|
14657
14657
|
} | {
|
|
14658
14658
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
14659
14659
|
subject_token: string;
|
|
@@ -14700,7 +14700,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14700
14700
|
client_id: string;
|
|
14701
14701
|
username: string;
|
|
14702
14702
|
otp: string;
|
|
14703
|
-
realm: "
|
|
14703
|
+
realm: "sms" | "email";
|
|
14704
14704
|
} | {
|
|
14705
14705
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
14706
14706
|
subject_token: string;
|
|
@@ -14760,7 +14760,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14760
14760
|
client_id: string;
|
|
14761
14761
|
username: string;
|
|
14762
14762
|
otp: string;
|
|
14763
|
-
realm: "
|
|
14763
|
+
realm: "sms" | "email";
|
|
14764
14764
|
} | {
|
|
14765
14765
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
14766
14766
|
subject_token: string;
|
|
@@ -14807,7 +14807,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14807
14807
|
client_id: string;
|
|
14808
14808
|
username: string;
|
|
14809
14809
|
otp: string;
|
|
14810
|
-
realm: "
|
|
14810
|
+
realm: "sms" | "email";
|
|
14811
14811
|
} | {
|
|
14812
14812
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
14813
14813
|
subject_token: string;
|
|
@@ -14862,7 +14862,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14862
14862
|
client_id: string;
|
|
14863
14863
|
username: string;
|
|
14864
14864
|
otp: string;
|
|
14865
|
-
realm: "
|
|
14865
|
+
realm: "sms" | "email";
|
|
14866
14866
|
} | {
|
|
14867
14867
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
14868
14868
|
subject_token: string;
|
|
@@ -14909,7 +14909,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14909
14909
|
client_id: string;
|
|
14910
14910
|
username: string;
|
|
14911
14911
|
otp: string;
|
|
14912
|
-
realm: "
|
|
14912
|
+
realm: "sms" | "email";
|
|
14913
14913
|
} | {
|
|
14914
14914
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
14915
14915
|
subject_token: string;
|
|
@@ -14964,7 +14964,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14964
14964
|
client_id: string;
|
|
14965
14965
|
username: string;
|
|
14966
14966
|
otp: string;
|
|
14967
|
-
realm: "
|
|
14967
|
+
realm: "sms" | "email";
|
|
14968
14968
|
} | {
|
|
14969
14969
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
14970
14970
|
subject_token: string;
|
|
@@ -15011,7 +15011,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15011
15011
|
client_id: string;
|
|
15012
15012
|
username: string;
|
|
15013
15013
|
otp: string;
|
|
15014
|
-
realm: "
|
|
15014
|
+
realm: "sms" | "email";
|
|
15015
15015
|
} | {
|
|
15016
15016
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
15017
15017
|
subject_token: string;
|
|
@@ -15400,7 +15400,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15400
15400
|
};
|
|
15401
15401
|
output: {};
|
|
15402
15402
|
outputFormat: string;
|
|
15403
|
-
status:
|
|
15403
|
+
status: 200;
|
|
15404
15404
|
} | {
|
|
15405
15405
|
input: {
|
|
15406
15406
|
param: {
|
|
@@ -15414,7 +15414,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15414
15414
|
};
|
|
15415
15415
|
output: {};
|
|
15416
15416
|
outputFormat: string;
|
|
15417
|
-
status:
|
|
15417
|
+
status: 404;
|
|
15418
15418
|
};
|
|
15419
15419
|
};
|
|
15420
15420
|
} & {
|
|
@@ -15434,7 +15434,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15434
15434
|
};
|
|
15435
15435
|
output: {};
|
|
15436
15436
|
outputFormat: string;
|
|
15437
|
-
status:
|
|
15437
|
+
status: 200;
|
|
15438
15438
|
} | {
|
|
15439
15439
|
input: {
|
|
15440
15440
|
param: {
|
|
@@ -15450,7 +15450,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15450
15450
|
};
|
|
15451
15451
|
output: {};
|
|
15452
15452
|
outputFormat: string;
|
|
15453
|
-
status:
|
|
15453
|
+
status: 404;
|
|
15454
15454
|
};
|
|
15455
15455
|
};
|
|
15456
15456
|
}, "/forms"> & import("hono/types").MergeSchemaPath<{
|
|
@@ -16231,7 +16231,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16231
16231
|
$get: {
|
|
16232
16232
|
input: {
|
|
16233
16233
|
param: {
|
|
16234
|
-
screen: "signup" | "login" | "reset-password" | "
|
|
16234
|
+
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";
|
|
16235
16235
|
};
|
|
16236
16236
|
} & {
|
|
16237
16237
|
query: {
|
|
@@ -16247,7 +16247,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16247
16247
|
} | {
|
|
16248
16248
|
input: {
|
|
16249
16249
|
param: {
|
|
16250
|
-
screen: "signup" | "login" | "reset-password" | "
|
|
16250
|
+
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";
|
|
16251
16251
|
};
|
|
16252
16252
|
} & {
|
|
16253
16253
|
query: {
|
|
@@ -16263,7 +16263,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16263
16263
|
} | {
|
|
16264
16264
|
input: {
|
|
16265
16265
|
param: {
|
|
16266
|
-
screen: "signup" | "login" | "reset-password" | "
|
|
16266
|
+
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";
|
|
16267
16267
|
};
|
|
16268
16268
|
} & {
|
|
16269
16269
|
query: {
|
|
@@ -16283,7 +16283,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16283
16283
|
$post: {
|
|
16284
16284
|
input: {
|
|
16285
16285
|
param: {
|
|
16286
|
-
screen: "signup" | "
|
|
16286
|
+
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";
|
|
16287
16287
|
};
|
|
16288
16288
|
} & {
|
|
16289
16289
|
query: {
|
|
@@ -16301,7 +16301,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16301
16301
|
} | {
|
|
16302
16302
|
input: {
|
|
16303
16303
|
param: {
|
|
16304
|
-
screen: "signup" | "
|
|
16304
|
+
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";
|
|
16305
16305
|
};
|
|
16306
16306
|
} & {
|
|
16307
16307
|
query: {
|
|
@@ -16319,7 +16319,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16319
16319
|
} | {
|
|
16320
16320
|
input: {
|
|
16321
16321
|
param: {
|
|
16322
|
-
screen: "signup" | "
|
|
16322
|
+
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";
|
|
16323
16323
|
};
|
|
16324
16324
|
} & {
|
|
16325
16325
|
query: {
|
|
@@ -16351,7 +16351,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16351
16351
|
};
|
|
16352
16352
|
output: {};
|
|
16353
16353
|
outputFormat: string;
|
|
16354
|
-
status:
|
|
16354
|
+
status: 200;
|
|
16355
16355
|
} | {
|
|
16356
16356
|
input: {
|
|
16357
16357
|
param: {
|
|
@@ -16365,7 +16365,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
16365
16365
|
};
|
|
16366
16366
|
output: {};
|
|
16367
16367
|
outputFormat: string;
|
|
16368
|
-
status:
|
|
16368
|
+
status: 404;
|
|
16369
16369
|
};
|
|
16370
16370
|
};
|
|
16371
16371
|
} & {
|