authhero 5.11.0 → 5.13.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 +125 -125
- package/dist/authhero.d.ts +272 -221
- package/dist/authhero.mjs +10547 -10122
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/adapters/createEncryptedDataAdapter.d.ts +14 -0
- package/dist/types/adapters/index.d.ts +2 -0
- package/dist/types/authentication-flows/passwordless.d.ts +6 -6
- package/dist/types/helpers/custom-domain.d.ts +8 -0
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
- package/dist/types/helpers/users.d.ts +28 -0
- package/dist/types/index.d.ts +220 -220
- package/dist/types/routes/auth-api/index.d.ts +22 -22
- package/dist/types/routes/auth-api/passwordless.d.ts +14 -14
- 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/management-api/action-executions.d.ts +2 -2
- package/dist/types/routes/management-api/actions.d.ts +1 -1
- package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
- package/dist/types/routes/management-api/clients.d.ts +13 -13
- package/dist/types/routes/management-api/connections.d.ts +16 -16
- package/dist/types/routes/management-api/custom-domains.d.ts +6 -6
- package/dist/types/routes/management-api/email-templates.d.ts +14 -14
- package/dist/types/routes/management-api/failed-events.d.ts +1 -1
- package/dist/types/routes/management-api/forms.d.ts +119 -119
- package/dist/types/routes/management-api/guardian.d.ts +5 -5
- package/dist/types/routes/management-api/index.d.ts +193 -193
- 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/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/proxy-routes.d.ts +221 -0
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/proxy-control-plane/index.d.ts +22 -0
- package/dist/types/routes/universal-login/common.d.ts +8 -8
- package/dist/types/routes/universal-login/flow-api.d.ts +8 -8
- package/dist/types/routes/universal-login/identifier.d.ts +2 -2
- package/dist/types/routes/universal-login/index.d.ts +2 -2
- package/dist/types/routes/universal-login/u2-index.d.ts +3 -3
- package/dist/types/routes/universal-login/u2-routes.d.ts +3 -3
- package/dist/types/types/AuthHeroConfig.d.ts +14 -0
- package/dist/types/types/Bindings.d.ts +1 -0
- package/dist/types/types/IdToken.d.ts +3 -3
- package/dist/types/utils/field-encryption.d.ts +21 -0
- package/package.json +6 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
79
79
|
};
|
|
80
80
|
} & {
|
|
81
81
|
json: {
|
|
82
|
-
type: "
|
|
82
|
+
type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
|
|
83
83
|
phone_number?: string | undefined;
|
|
84
84
|
totp_secret?: string | undefined;
|
|
85
85
|
credential_id?: string | undefined;
|
|
@@ -219,7 +219,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
219
219
|
};
|
|
220
220
|
};
|
|
221
221
|
output: {
|
|
222
|
-
name: "email" | "
|
|
222
|
+
name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
223
223
|
enabled: boolean;
|
|
224
224
|
trial_expired?: boolean | undefined;
|
|
225
225
|
}[];
|
|
@@ -374,7 +374,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
374
374
|
$get: {
|
|
375
375
|
input: {
|
|
376
376
|
param: {
|
|
377
|
-
factor_name: "email" | "
|
|
377
|
+
factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
378
378
|
};
|
|
379
379
|
} & {
|
|
380
380
|
header: {
|
|
@@ -382,7 +382,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
382
382
|
};
|
|
383
383
|
};
|
|
384
384
|
output: {
|
|
385
|
-
name: "email" | "
|
|
385
|
+
name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
386
386
|
enabled: boolean;
|
|
387
387
|
trial_expired?: boolean | undefined;
|
|
388
388
|
};
|
|
@@ -395,7 +395,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
395
395
|
$put: {
|
|
396
396
|
input: {
|
|
397
397
|
param: {
|
|
398
|
-
factor_name: "email" | "
|
|
398
|
+
factor_name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
399
399
|
};
|
|
400
400
|
} & {
|
|
401
401
|
header: {
|
|
@@ -407,7 +407,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
407
407
|
};
|
|
408
408
|
};
|
|
409
409
|
output: {
|
|
410
|
-
name: "email" | "
|
|
410
|
+
name: "email" | "sms" | "otp" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
411
411
|
enabled: boolean;
|
|
412
412
|
trial_expired?: boolean | undefined;
|
|
413
413
|
};
|
|
@@ -2583,7 +2583,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2583
2583
|
hint?: string | undefined;
|
|
2584
2584
|
messages?: {
|
|
2585
2585
|
text: string;
|
|
2586
|
-
type: "
|
|
2586
|
+
type: "error" | "success" | "info" | "warning";
|
|
2587
2587
|
id?: number | undefined;
|
|
2588
2588
|
}[] | undefined;
|
|
2589
2589
|
required?: boolean | undefined;
|
|
@@ -2601,7 +2601,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2601
2601
|
hint?: string | undefined;
|
|
2602
2602
|
messages?: {
|
|
2603
2603
|
text: string;
|
|
2604
|
-
type: "
|
|
2604
|
+
type: "error" | "success" | "info" | "warning";
|
|
2605
2605
|
id?: number | undefined;
|
|
2606
2606
|
}[] | undefined;
|
|
2607
2607
|
required?: boolean | undefined;
|
|
@@ -2625,7 +2625,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2625
2625
|
hint?: string | undefined;
|
|
2626
2626
|
messages?: {
|
|
2627
2627
|
text: string;
|
|
2628
|
-
type: "
|
|
2628
|
+
type: "error" | "success" | "info" | "warning";
|
|
2629
2629
|
id?: number | undefined;
|
|
2630
2630
|
}[] | undefined;
|
|
2631
2631
|
required?: boolean | undefined;
|
|
@@ -2649,7 +2649,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2649
2649
|
hint?: string | undefined;
|
|
2650
2650
|
messages?: {
|
|
2651
2651
|
text: string;
|
|
2652
|
-
type: "
|
|
2652
|
+
type: "error" | "success" | "info" | "warning";
|
|
2653
2653
|
id?: number | undefined;
|
|
2654
2654
|
}[] | undefined;
|
|
2655
2655
|
required?: boolean | undefined;
|
|
@@ -2678,7 +2678,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2678
2678
|
hint?: string | undefined;
|
|
2679
2679
|
messages?: {
|
|
2680
2680
|
text: string;
|
|
2681
|
-
type: "
|
|
2681
|
+
type: "error" | "success" | "info" | "warning";
|
|
2682
2682
|
id?: number | undefined;
|
|
2683
2683
|
}[] | undefined;
|
|
2684
2684
|
required?: boolean | undefined;
|
|
@@ -2693,7 +2693,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2693
2693
|
hint?: string | undefined;
|
|
2694
2694
|
messages?: {
|
|
2695
2695
|
text: string;
|
|
2696
|
-
type: "
|
|
2696
|
+
type: "error" | "success" | "info" | "warning";
|
|
2697
2697
|
id?: number | undefined;
|
|
2698
2698
|
}[] | undefined;
|
|
2699
2699
|
required?: boolean | undefined;
|
|
@@ -2714,7 +2714,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2714
2714
|
hint?: string | undefined;
|
|
2715
2715
|
messages?: {
|
|
2716
2716
|
text: string;
|
|
2717
|
-
type: "
|
|
2717
|
+
type: "error" | "success" | "info" | "warning";
|
|
2718
2718
|
id?: number | undefined;
|
|
2719
2719
|
}[] | undefined;
|
|
2720
2720
|
required?: boolean | undefined;
|
|
@@ -2739,7 +2739,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2739
2739
|
hint?: string | undefined;
|
|
2740
2740
|
messages?: {
|
|
2741
2741
|
text: string;
|
|
2742
|
-
type: "
|
|
2742
|
+
type: "error" | "success" | "info" | "warning";
|
|
2743
2743
|
id?: number | undefined;
|
|
2744
2744
|
}[] | undefined;
|
|
2745
2745
|
required?: boolean | undefined;
|
|
@@ -2758,7 +2758,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2758
2758
|
hint?: string | undefined;
|
|
2759
2759
|
messages?: {
|
|
2760
2760
|
text: string;
|
|
2761
|
-
type: "
|
|
2761
|
+
type: "error" | "success" | "info" | "warning";
|
|
2762
2762
|
id?: number | undefined;
|
|
2763
2763
|
}[] | undefined;
|
|
2764
2764
|
required?: boolean | undefined;
|
|
@@ -2778,7 +2778,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2778
2778
|
hint?: string | undefined;
|
|
2779
2779
|
messages?: {
|
|
2780
2780
|
text: string;
|
|
2781
|
-
type: "
|
|
2781
|
+
type: "error" | "success" | "info" | "warning";
|
|
2782
2782
|
id?: number | undefined;
|
|
2783
2783
|
}[] | undefined;
|
|
2784
2784
|
required?: boolean | undefined;
|
|
@@ -2797,7 +2797,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2797
2797
|
hint?: string | undefined;
|
|
2798
2798
|
messages?: {
|
|
2799
2799
|
text: string;
|
|
2800
|
-
type: "
|
|
2800
|
+
type: "error" | "success" | "info" | "warning";
|
|
2801
2801
|
id?: number | undefined;
|
|
2802
2802
|
}[] | undefined;
|
|
2803
2803
|
required?: boolean | undefined;
|
|
@@ -2819,7 +2819,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2819
2819
|
hint?: string | undefined;
|
|
2820
2820
|
messages?: {
|
|
2821
2821
|
text: string;
|
|
2822
|
-
type: "
|
|
2822
|
+
type: "error" | "success" | "info" | "warning";
|
|
2823
2823
|
id?: number | undefined;
|
|
2824
2824
|
}[] | undefined;
|
|
2825
2825
|
required?: boolean | undefined;
|
|
@@ -2841,7 +2841,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2841
2841
|
hint?: string | undefined;
|
|
2842
2842
|
messages?: {
|
|
2843
2843
|
text: string;
|
|
2844
|
-
type: "
|
|
2844
|
+
type: "error" | "success" | "info" | "warning";
|
|
2845
2845
|
id?: number | undefined;
|
|
2846
2846
|
}[] | undefined;
|
|
2847
2847
|
required?: boolean | undefined;
|
|
@@ -2860,7 +2860,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2860
2860
|
hint?: string | undefined;
|
|
2861
2861
|
messages?: {
|
|
2862
2862
|
text: string;
|
|
2863
|
-
type: "
|
|
2863
|
+
type: "error" | "success" | "info" | "warning";
|
|
2864
2864
|
id?: number | undefined;
|
|
2865
2865
|
}[] | undefined;
|
|
2866
2866
|
required?: boolean | undefined;
|
|
@@ -2885,7 +2885,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2885
2885
|
hint?: string | undefined;
|
|
2886
2886
|
messages?: {
|
|
2887
2887
|
text: string;
|
|
2888
|
-
type: "
|
|
2888
|
+
type: "error" | "success" | "info" | "warning";
|
|
2889
2889
|
id?: number | undefined;
|
|
2890
2890
|
}[] | undefined;
|
|
2891
2891
|
required?: boolean | undefined;
|
|
@@ -2906,7 +2906,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2906
2906
|
hint?: string | undefined;
|
|
2907
2907
|
messages?: {
|
|
2908
2908
|
text: string;
|
|
2909
|
-
type: "
|
|
2909
|
+
type: "error" | "success" | "info" | "warning";
|
|
2910
2910
|
id?: number | undefined;
|
|
2911
2911
|
}[] | undefined;
|
|
2912
2912
|
required?: boolean | undefined;
|
|
@@ -2927,7 +2927,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
2927
2927
|
hint?: string | undefined;
|
|
2928
2928
|
messages?: {
|
|
2929
2929
|
text: string;
|
|
2930
|
-
type: "
|
|
2930
|
+
type: "error" | "success" | "info" | "warning";
|
|
2931
2931
|
id?: number | undefined;
|
|
2932
2932
|
}[] | undefined;
|
|
2933
2933
|
required?: boolean | undefined;
|
|
@@ -3160,7 +3160,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3160
3160
|
hint?: string | undefined;
|
|
3161
3161
|
messages?: {
|
|
3162
3162
|
text: string;
|
|
3163
|
-
type: "
|
|
3163
|
+
type: "error" | "success" | "info" | "warning";
|
|
3164
3164
|
id?: number | undefined;
|
|
3165
3165
|
}[] | undefined;
|
|
3166
3166
|
required?: boolean | undefined;
|
|
@@ -3178,7 +3178,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3178
3178
|
hint?: string | undefined;
|
|
3179
3179
|
messages?: {
|
|
3180
3180
|
text: string;
|
|
3181
|
-
type: "
|
|
3181
|
+
type: "error" | "success" | "info" | "warning";
|
|
3182
3182
|
id?: number | undefined;
|
|
3183
3183
|
}[] | undefined;
|
|
3184
3184
|
required?: boolean | undefined;
|
|
@@ -3202,7 +3202,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3202
3202
|
hint?: string | undefined;
|
|
3203
3203
|
messages?: {
|
|
3204
3204
|
text: string;
|
|
3205
|
-
type: "
|
|
3205
|
+
type: "error" | "success" | "info" | "warning";
|
|
3206
3206
|
id?: number | undefined;
|
|
3207
3207
|
}[] | undefined;
|
|
3208
3208
|
required?: boolean | undefined;
|
|
@@ -3226,7 +3226,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3226
3226
|
hint?: string | undefined;
|
|
3227
3227
|
messages?: {
|
|
3228
3228
|
text: string;
|
|
3229
|
-
type: "
|
|
3229
|
+
type: "error" | "success" | "info" | "warning";
|
|
3230
3230
|
id?: number | undefined;
|
|
3231
3231
|
}[] | undefined;
|
|
3232
3232
|
required?: boolean | undefined;
|
|
@@ -3255,7 +3255,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3255
3255
|
hint?: string | undefined;
|
|
3256
3256
|
messages?: {
|
|
3257
3257
|
text: string;
|
|
3258
|
-
type: "
|
|
3258
|
+
type: "error" | "success" | "info" | "warning";
|
|
3259
3259
|
id?: number | undefined;
|
|
3260
3260
|
}[] | undefined;
|
|
3261
3261
|
required?: boolean | undefined;
|
|
@@ -3270,7 +3270,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3270
3270
|
hint?: string | undefined;
|
|
3271
3271
|
messages?: {
|
|
3272
3272
|
text: string;
|
|
3273
|
-
type: "
|
|
3273
|
+
type: "error" | "success" | "info" | "warning";
|
|
3274
3274
|
id?: number | undefined;
|
|
3275
3275
|
}[] | undefined;
|
|
3276
3276
|
required?: boolean | undefined;
|
|
@@ -3291,7 +3291,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3291
3291
|
hint?: string | undefined;
|
|
3292
3292
|
messages?: {
|
|
3293
3293
|
text: string;
|
|
3294
|
-
type: "
|
|
3294
|
+
type: "error" | "success" | "info" | "warning";
|
|
3295
3295
|
id?: number | undefined;
|
|
3296
3296
|
}[] | undefined;
|
|
3297
3297
|
required?: boolean | undefined;
|
|
@@ -3316,7 +3316,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3316
3316
|
hint?: string | undefined;
|
|
3317
3317
|
messages?: {
|
|
3318
3318
|
text: string;
|
|
3319
|
-
type: "
|
|
3319
|
+
type: "error" | "success" | "info" | "warning";
|
|
3320
3320
|
id?: number | undefined;
|
|
3321
3321
|
}[] | undefined;
|
|
3322
3322
|
required?: boolean | undefined;
|
|
@@ -3335,7 +3335,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3335
3335
|
hint?: string | undefined;
|
|
3336
3336
|
messages?: {
|
|
3337
3337
|
text: string;
|
|
3338
|
-
type: "
|
|
3338
|
+
type: "error" | "success" | "info" | "warning";
|
|
3339
3339
|
id?: number | undefined;
|
|
3340
3340
|
}[] | undefined;
|
|
3341
3341
|
required?: boolean | undefined;
|
|
@@ -3355,7 +3355,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3355
3355
|
hint?: string | undefined;
|
|
3356
3356
|
messages?: {
|
|
3357
3357
|
text: string;
|
|
3358
|
-
type: "
|
|
3358
|
+
type: "error" | "success" | "info" | "warning";
|
|
3359
3359
|
id?: number | undefined;
|
|
3360
3360
|
}[] | undefined;
|
|
3361
3361
|
required?: boolean | undefined;
|
|
@@ -3374,7 +3374,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3374
3374
|
hint?: string | undefined;
|
|
3375
3375
|
messages?: {
|
|
3376
3376
|
text: string;
|
|
3377
|
-
type: "
|
|
3377
|
+
type: "error" | "success" | "info" | "warning";
|
|
3378
3378
|
id?: number | undefined;
|
|
3379
3379
|
}[] | undefined;
|
|
3380
3380
|
required?: boolean | undefined;
|
|
@@ -3396,7 +3396,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3396
3396
|
hint?: string | undefined;
|
|
3397
3397
|
messages?: {
|
|
3398
3398
|
text: string;
|
|
3399
|
-
type: "
|
|
3399
|
+
type: "error" | "success" | "info" | "warning";
|
|
3400
3400
|
id?: number | undefined;
|
|
3401
3401
|
}[] | undefined;
|
|
3402
3402
|
required?: boolean | undefined;
|
|
@@ -3418,7 +3418,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3418
3418
|
hint?: string | undefined;
|
|
3419
3419
|
messages?: {
|
|
3420
3420
|
text: string;
|
|
3421
|
-
type: "
|
|
3421
|
+
type: "error" | "success" | "info" | "warning";
|
|
3422
3422
|
id?: number | undefined;
|
|
3423
3423
|
}[] | undefined;
|
|
3424
3424
|
required?: boolean | undefined;
|
|
@@ -3437,7 +3437,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3437
3437
|
hint?: string | undefined;
|
|
3438
3438
|
messages?: {
|
|
3439
3439
|
text: string;
|
|
3440
|
-
type: "
|
|
3440
|
+
type: "error" | "success" | "info" | "warning";
|
|
3441
3441
|
id?: number | undefined;
|
|
3442
3442
|
}[] | undefined;
|
|
3443
3443
|
required?: boolean | undefined;
|
|
@@ -3462,7 +3462,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3462
3462
|
hint?: string | undefined;
|
|
3463
3463
|
messages?: {
|
|
3464
3464
|
text: string;
|
|
3465
|
-
type: "
|
|
3465
|
+
type: "error" | "success" | "info" | "warning";
|
|
3466
3466
|
id?: number | undefined;
|
|
3467
3467
|
}[] | undefined;
|
|
3468
3468
|
required?: boolean | undefined;
|
|
@@ -3483,7 +3483,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3483
3483
|
hint?: string | undefined;
|
|
3484
3484
|
messages?: {
|
|
3485
3485
|
text: string;
|
|
3486
|
-
type: "
|
|
3486
|
+
type: "error" | "success" | "info" | "warning";
|
|
3487
3487
|
id?: number | undefined;
|
|
3488
3488
|
}[] | undefined;
|
|
3489
3489
|
required?: boolean | undefined;
|
|
@@ -3504,7 +3504,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3504
3504
|
hint?: string | undefined;
|
|
3505
3505
|
messages?: {
|
|
3506
3506
|
text: string;
|
|
3507
|
-
type: "
|
|
3507
|
+
type: "error" | "success" | "info" | "warning";
|
|
3508
3508
|
id?: number | undefined;
|
|
3509
3509
|
}[] | undefined;
|
|
3510
3510
|
required?: boolean | undefined;
|
|
@@ -3752,7 +3752,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3752
3752
|
hint?: string | undefined;
|
|
3753
3753
|
messages?: {
|
|
3754
3754
|
text: string;
|
|
3755
|
-
type: "
|
|
3755
|
+
type: "error" | "success" | "info" | "warning";
|
|
3756
3756
|
id?: number | undefined;
|
|
3757
3757
|
}[] | undefined;
|
|
3758
3758
|
required?: boolean | undefined;
|
|
@@ -3770,7 +3770,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3770
3770
|
hint?: string | undefined;
|
|
3771
3771
|
messages?: {
|
|
3772
3772
|
text: string;
|
|
3773
|
-
type: "
|
|
3773
|
+
type: "error" | "success" | "info" | "warning";
|
|
3774
3774
|
id?: number | undefined;
|
|
3775
3775
|
}[] | undefined;
|
|
3776
3776
|
required?: boolean | undefined;
|
|
@@ -3794,7 +3794,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3794
3794
|
hint?: string | undefined;
|
|
3795
3795
|
messages?: {
|
|
3796
3796
|
text: string;
|
|
3797
|
-
type: "
|
|
3797
|
+
type: "error" | "success" | "info" | "warning";
|
|
3798
3798
|
id?: number | undefined;
|
|
3799
3799
|
}[] | undefined;
|
|
3800
3800
|
required?: boolean | undefined;
|
|
@@ -3818,7 +3818,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3818
3818
|
hint?: string | undefined;
|
|
3819
3819
|
messages?: {
|
|
3820
3820
|
text: string;
|
|
3821
|
-
type: "
|
|
3821
|
+
type: "error" | "success" | "info" | "warning";
|
|
3822
3822
|
id?: number | undefined;
|
|
3823
3823
|
}[] | undefined;
|
|
3824
3824
|
required?: boolean | undefined;
|
|
@@ -3847,7 +3847,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3847
3847
|
hint?: string | undefined;
|
|
3848
3848
|
messages?: {
|
|
3849
3849
|
text: string;
|
|
3850
|
-
type: "
|
|
3850
|
+
type: "error" | "success" | "info" | "warning";
|
|
3851
3851
|
id?: number | undefined;
|
|
3852
3852
|
}[] | undefined;
|
|
3853
3853
|
required?: boolean | undefined;
|
|
@@ -3862,7 +3862,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3862
3862
|
hint?: string | undefined;
|
|
3863
3863
|
messages?: {
|
|
3864
3864
|
text: string;
|
|
3865
|
-
type: "
|
|
3865
|
+
type: "error" | "success" | "info" | "warning";
|
|
3866
3866
|
id?: number | undefined;
|
|
3867
3867
|
}[] | undefined;
|
|
3868
3868
|
required?: boolean | undefined;
|
|
@@ -3883,7 +3883,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3883
3883
|
hint?: string | undefined;
|
|
3884
3884
|
messages?: {
|
|
3885
3885
|
text: string;
|
|
3886
|
-
type: "
|
|
3886
|
+
type: "error" | "success" | "info" | "warning";
|
|
3887
3887
|
id?: number | undefined;
|
|
3888
3888
|
}[] | undefined;
|
|
3889
3889
|
required?: boolean | undefined;
|
|
@@ -3908,7 +3908,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3908
3908
|
hint?: string | undefined;
|
|
3909
3909
|
messages?: {
|
|
3910
3910
|
text: string;
|
|
3911
|
-
type: "
|
|
3911
|
+
type: "error" | "success" | "info" | "warning";
|
|
3912
3912
|
id?: number | undefined;
|
|
3913
3913
|
}[] | undefined;
|
|
3914
3914
|
required?: boolean | undefined;
|
|
@@ -3927,7 +3927,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3927
3927
|
hint?: string | undefined;
|
|
3928
3928
|
messages?: {
|
|
3929
3929
|
text: string;
|
|
3930
|
-
type: "
|
|
3930
|
+
type: "error" | "success" | "info" | "warning";
|
|
3931
3931
|
id?: number | undefined;
|
|
3932
3932
|
}[] | undefined;
|
|
3933
3933
|
required?: boolean | undefined;
|
|
@@ -3947,7 +3947,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3947
3947
|
hint?: string | undefined;
|
|
3948
3948
|
messages?: {
|
|
3949
3949
|
text: string;
|
|
3950
|
-
type: "
|
|
3950
|
+
type: "error" | "success" | "info" | "warning";
|
|
3951
3951
|
id?: number | undefined;
|
|
3952
3952
|
}[] | undefined;
|
|
3953
3953
|
required?: boolean | undefined;
|
|
@@ -3966,7 +3966,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3966
3966
|
hint?: string | undefined;
|
|
3967
3967
|
messages?: {
|
|
3968
3968
|
text: string;
|
|
3969
|
-
type: "
|
|
3969
|
+
type: "error" | "success" | "info" | "warning";
|
|
3970
3970
|
id?: number | undefined;
|
|
3971
3971
|
}[] | undefined;
|
|
3972
3972
|
required?: boolean | undefined;
|
|
@@ -3988,7 +3988,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
3988
3988
|
hint?: string | undefined;
|
|
3989
3989
|
messages?: {
|
|
3990
3990
|
text: string;
|
|
3991
|
-
type: "
|
|
3991
|
+
type: "error" | "success" | "info" | "warning";
|
|
3992
3992
|
id?: number | undefined;
|
|
3993
3993
|
}[] | undefined;
|
|
3994
3994
|
required?: boolean | undefined;
|
|
@@ -4010,7 +4010,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4010
4010
|
hint?: string | undefined;
|
|
4011
4011
|
messages?: {
|
|
4012
4012
|
text: string;
|
|
4013
|
-
type: "
|
|
4013
|
+
type: "error" | "success" | "info" | "warning";
|
|
4014
4014
|
id?: number | undefined;
|
|
4015
4015
|
}[] | undefined;
|
|
4016
4016
|
required?: boolean | undefined;
|
|
@@ -4029,7 +4029,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4029
4029
|
hint?: string | undefined;
|
|
4030
4030
|
messages?: {
|
|
4031
4031
|
text: string;
|
|
4032
|
-
type: "
|
|
4032
|
+
type: "error" | "success" | "info" | "warning";
|
|
4033
4033
|
id?: number | undefined;
|
|
4034
4034
|
}[] | undefined;
|
|
4035
4035
|
required?: boolean | undefined;
|
|
@@ -4054,7 +4054,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4054
4054
|
hint?: string | undefined;
|
|
4055
4055
|
messages?: {
|
|
4056
4056
|
text: string;
|
|
4057
|
-
type: "
|
|
4057
|
+
type: "error" | "success" | "info" | "warning";
|
|
4058
4058
|
id?: number | undefined;
|
|
4059
4059
|
}[] | undefined;
|
|
4060
4060
|
required?: boolean | undefined;
|
|
@@ -4075,7 +4075,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4075
4075
|
hint?: string | undefined;
|
|
4076
4076
|
messages?: {
|
|
4077
4077
|
text: string;
|
|
4078
|
-
type: "
|
|
4078
|
+
type: "error" | "success" | "info" | "warning";
|
|
4079
4079
|
id?: number | undefined;
|
|
4080
4080
|
}[] | undefined;
|
|
4081
4081
|
required?: boolean | undefined;
|
|
@@ -4096,7 +4096,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4096
4096
|
hint?: string | undefined;
|
|
4097
4097
|
messages?: {
|
|
4098
4098
|
text: string;
|
|
4099
|
-
type: "
|
|
4099
|
+
type: "error" | "success" | "info" | "warning";
|
|
4100
4100
|
id?: number | undefined;
|
|
4101
4101
|
}[] | undefined;
|
|
4102
4102
|
required?: boolean | undefined;
|
|
@@ -4350,7 +4350,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4350
4350
|
hint?: string | undefined;
|
|
4351
4351
|
messages?: {
|
|
4352
4352
|
text: string;
|
|
4353
|
-
type: "
|
|
4353
|
+
type: "error" | "success" | "info" | "warning";
|
|
4354
4354
|
id?: number | undefined;
|
|
4355
4355
|
}[] | undefined;
|
|
4356
4356
|
required?: boolean | undefined;
|
|
@@ -4368,7 +4368,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4368
4368
|
hint?: string | undefined;
|
|
4369
4369
|
messages?: {
|
|
4370
4370
|
text: string;
|
|
4371
|
-
type: "
|
|
4371
|
+
type: "error" | "success" | "info" | "warning";
|
|
4372
4372
|
id?: number | undefined;
|
|
4373
4373
|
}[] | undefined;
|
|
4374
4374
|
required?: boolean | undefined;
|
|
@@ -4392,7 +4392,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4392
4392
|
hint?: string | undefined;
|
|
4393
4393
|
messages?: {
|
|
4394
4394
|
text: string;
|
|
4395
|
-
type: "
|
|
4395
|
+
type: "error" | "success" | "info" | "warning";
|
|
4396
4396
|
id?: number | undefined;
|
|
4397
4397
|
}[] | undefined;
|
|
4398
4398
|
required?: boolean | undefined;
|
|
@@ -4416,7 +4416,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4416
4416
|
hint?: string | undefined;
|
|
4417
4417
|
messages?: {
|
|
4418
4418
|
text: string;
|
|
4419
|
-
type: "
|
|
4419
|
+
type: "error" | "success" | "info" | "warning";
|
|
4420
4420
|
id?: number | undefined;
|
|
4421
4421
|
}[] | undefined;
|
|
4422
4422
|
required?: boolean | undefined;
|
|
@@ -4441,7 +4441,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4441
4441
|
hint?: string | undefined;
|
|
4442
4442
|
messages?: {
|
|
4443
4443
|
text: string;
|
|
4444
|
-
type: "
|
|
4444
|
+
type: "error" | "success" | "info" | "warning";
|
|
4445
4445
|
id?: number | undefined;
|
|
4446
4446
|
}[] | undefined;
|
|
4447
4447
|
required?: boolean | undefined;
|
|
@@ -4456,7 +4456,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4456
4456
|
hint?: string | undefined;
|
|
4457
4457
|
messages?: {
|
|
4458
4458
|
text: string;
|
|
4459
|
-
type: "
|
|
4459
|
+
type: "error" | "success" | "info" | "warning";
|
|
4460
4460
|
id?: number | undefined;
|
|
4461
4461
|
}[] | undefined;
|
|
4462
4462
|
required?: boolean | undefined;
|
|
@@ -4477,7 +4477,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4477
4477
|
hint?: string | undefined;
|
|
4478
4478
|
messages?: {
|
|
4479
4479
|
text: string;
|
|
4480
|
-
type: "
|
|
4480
|
+
type: "error" | "success" | "info" | "warning";
|
|
4481
4481
|
id?: number | undefined;
|
|
4482
4482
|
}[] | undefined;
|
|
4483
4483
|
required?: boolean | undefined;
|
|
@@ -4502,7 +4502,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4502
4502
|
hint?: string | undefined;
|
|
4503
4503
|
messages?: {
|
|
4504
4504
|
text: string;
|
|
4505
|
-
type: "
|
|
4505
|
+
type: "error" | "success" | "info" | "warning";
|
|
4506
4506
|
id?: number | undefined;
|
|
4507
4507
|
}[] | undefined;
|
|
4508
4508
|
required?: boolean | undefined;
|
|
@@ -4521,7 +4521,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4521
4521
|
hint?: string | undefined;
|
|
4522
4522
|
messages?: {
|
|
4523
4523
|
text: string;
|
|
4524
|
-
type: "
|
|
4524
|
+
type: "error" | "success" | "info" | "warning";
|
|
4525
4525
|
id?: number | undefined;
|
|
4526
4526
|
}[] | undefined;
|
|
4527
4527
|
required?: boolean | undefined;
|
|
@@ -4541,7 +4541,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4541
4541
|
hint?: string | undefined;
|
|
4542
4542
|
messages?: {
|
|
4543
4543
|
text: string;
|
|
4544
|
-
type: "
|
|
4544
|
+
type: "error" | "success" | "info" | "warning";
|
|
4545
4545
|
id?: number | undefined;
|
|
4546
4546
|
}[] | undefined;
|
|
4547
4547
|
required?: boolean | undefined;
|
|
@@ -4560,7 +4560,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4560
4560
|
hint?: string | undefined;
|
|
4561
4561
|
messages?: {
|
|
4562
4562
|
text: string;
|
|
4563
|
-
type: "
|
|
4563
|
+
type: "error" | "success" | "info" | "warning";
|
|
4564
4564
|
id?: number | undefined;
|
|
4565
4565
|
}[] | undefined;
|
|
4566
4566
|
required?: boolean | undefined;
|
|
@@ -4582,7 +4582,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4582
4582
|
hint?: string | undefined;
|
|
4583
4583
|
messages?: {
|
|
4584
4584
|
text: string;
|
|
4585
|
-
type: "
|
|
4585
|
+
type: "error" | "success" | "info" | "warning";
|
|
4586
4586
|
id?: number | undefined;
|
|
4587
4587
|
}[] | undefined;
|
|
4588
4588
|
required?: boolean | undefined;
|
|
@@ -4604,7 +4604,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4604
4604
|
hint?: string | undefined;
|
|
4605
4605
|
messages?: {
|
|
4606
4606
|
text: string;
|
|
4607
|
-
type: "
|
|
4607
|
+
type: "error" | "success" | "info" | "warning";
|
|
4608
4608
|
id?: number | undefined;
|
|
4609
4609
|
}[] | undefined;
|
|
4610
4610
|
required?: boolean | undefined;
|
|
@@ -4623,7 +4623,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4623
4623
|
hint?: string | undefined;
|
|
4624
4624
|
messages?: {
|
|
4625
4625
|
text: string;
|
|
4626
|
-
type: "
|
|
4626
|
+
type: "error" | "success" | "info" | "warning";
|
|
4627
4627
|
id?: number | undefined;
|
|
4628
4628
|
}[] | undefined;
|
|
4629
4629
|
required?: boolean | undefined;
|
|
@@ -4648,7 +4648,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4648
4648
|
hint?: string | undefined;
|
|
4649
4649
|
messages?: {
|
|
4650
4650
|
text: string;
|
|
4651
|
-
type: "
|
|
4651
|
+
type: "error" | "success" | "info" | "warning";
|
|
4652
4652
|
id?: number | undefined;
|
|
4653
4653
|
}[] | undefined;
|
|
4654
4654
|
required?: boolean | undefined;
|
|
@@ -4669,7 +4669,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4669
4669
|
hint?: string | undefined;
|
|
4670
4670
|
messages?: {
|
|
4671
4671
|
text: string;
|
|
4672
|
-
type: "
|
|
4672
|
+
type: "error" | "success" | "info" | "warning";
|
|
4673
4673
|
id?: number | undefined;
|
|
4674
4674
|
}[] | undefined;
|
|
4675
4675
|
required?: boolean | undefined;
|
|
@@ -4690,7 +4690,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4690
4690
|
hint?: string | undefined;
|
|
4691
4691
|
messages?: {
|
|
4692
4692
|
text: string;
|
|
4693
|
-
type: "
|
|
4693
|
+
type: "error" | "success" | "info" | "warning";
|
|
4694
4694
|
id?: number | undefined;
|
|
4695
4695
|
}[] | undefined;
|
|
4696
4696
|
required?: boolean | undefined;
|
|
@@ -4921,7 +4921,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4921
4921
|
hint?: string | undefined;
|
|
4922
4922
|
messages?: {
|
|
4923
4923
|
text: string;
|
|
4924
|
-
type: "
|
|
4924
|
+
type: "error" | "success" | "info" | "warning";
|
|
4925
4925
|
id?: number | undefined;
|
|
4926
4926
|
}[] | undefined;
|
|
4927
4927
|
required?: boolean | undefined;
|
|
@@ -4939,7 +4939,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4939
4939
|
hint?: string | undefined;
|
|
4940
4940
|
messages?: {
|
|
4941
4941
|
text: string;
|
|
4942
|
-
type: "
|
|
4942
|
+
type: "error" | "success" | "info" | "warning";
|
|
4943
4943
|
id?: number | undefined;
|
|
4944
4944
|
}[] | undefined;
|
|
4945
4945
|
required?: boolean | undefined;
|
|
@@ -4963,7 +4963,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4963
4963
|
hint?: string | undefined;
|
|
4964
4964
|
messages?: {
|
|
4965
4965
|
text: string;
|
|
4966
|
-
type: "
|
|
4966
|
+
type: "error" | "success" | "info" | "warning";
|
|
4967
4967
|
id?: number | undefined;
|
|
4968
4968
|
}[] | undefined;
|
|
4969
4969
|
required?: boolean | undefined;
|
|
@@ -4987,7 +4987,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4987
4987
|
hint?: string | undefined;
|
|
4988
4988
|
messages?: {
|
|
4989
4989
|
text: string;
|
|
4990
|
-
type: "
|
|
4990
|
+
type: "error" | "success" | "info" | "warning";
|
|
4991
4991
|
id?: number | undefined;
|
|
4992
4992
|
}[] | undefined;
|
|
4993
4993
|
required?: boolean | undefined;
|
|
@@ -5016,7 +5016,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5016
5016
|
hint?: string | undefined;
|
|
5017
5017
|
messages?: {
|
|
5018
5018
|
text: string;
|
|
5019
|
-
type: "
|
|
5019
|
+
type: "error" | "success" | "info" | "warning";
|
|
5020
5020
|
id?: number | undefined;
|
|
5021
5021
|
}[] | undefined;
|
|
5022
5022
|
required?: boolean | undefined;
|
|
@@ -5031,7 +5031,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5031
5031
|
hint?: string | undefined;
|
|
5032
5032
|
messages?: {
|
|
5033
5033
|
text: string;
|
|
5034
|
-
type: "
|
|
5034
|
+
type: "error" | "success" | "info" | "warning";
|
|
5035
5035
|
id?: number | undefined;
|
|
5036
5036
|
}[] | undefined;
|
|
5037
5037
|
required?: boolean | undefined;
|
|
@@ -5052,7 +5052,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5052
5052
|
hint?: string | undefined;
|
|
5053
5053
|
messages?: {
|
|
5054
5054
|
text: string;
|
|
5055
|
-
type: "
|
|
5055
|
+
type: "error" | "success" | "info" | "warning";
|
|
5056
5056
|
id?: number | undefined;
|
|
5057
5057
|
}[] | undefined;
|
|
5058
5058
|
required?: boolean | undefined;
|
|
@@ -5077,7 +5077,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5077
5077
|
hint?: string | undefined;
|
|
5078
5078
|
messages?: {
|
|
5079
5079
|
text: string;
|
|
5080
|
-
type: "
|
|
5080
|
+
type: "error" | "success" | "info" | "warning";
|
|
5081
5081
|
id?: number | undefined;
|
|
5082
5082
|
}[] | undefined;
|
|
5083
5083
|
required?: boolean | undefined;
|
|
@@ -5096,7 +5096,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5096
5096
|
hint?: string | undefined;
|
|
5097
5097
|
messages?: {
|
|
5098
5098
|
text: string;
|
|
5099
|
-
type: "
|
|
5099
|
+
type: "error" | "success" | "info" | "warning";
|
|
5100
5100
|
id?: number | undefined;
|
|
5101
5101
|
}[] | undefined;
|
|
5102
5102
|
required?: boolean | undefined;
|
|
@@ -5116,7 +5116,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5116
5116
|
hint?: string | undefined;
|
|
5117
5117
|
messages?: {
|
|
5118
5118
|
text: string;
|
|
5119
|
-
type: "
|
|
5119
|
+
type: "error" | "success" | "info" | "warning";
|
|
5120
5120
|
id?: number | undefined;
|
|
5121
5121
|
}[] | undefined;
|
|
5122
5122
|
required?: boolean | undefined;
|
|
@@ -5135,7 +5135,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5135
5135
|
hint?: string | undefined;
|
|
5136
5136
|
messages?: {
|
|
5137
5137
|
text: string;
|
|
5138
|
-
type: "
|
|
5138
|
+
type: "error" | "success" | "info" | "warning";
|
|
5139
5139
|
id?: number | undefined;
|
|
5140
5140
|
}[] | undefined;
|
|
5141
5141
|
required?: boolean | undefined;
|
|
@@ -5157,7 +5157,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5157
5157
|
hint?: string | undefined;
|
|
5158
5158
|
messages?: {
|
|
5159
5159
|
text: string;
|
|
5160
|
-
type: "
|
|
5160
|
+
type: "error" | "success" | "info" | "warning";
|
|
5161
5161
|
id?: number | undefined;
|
|
5162
5162
|
}[] | undefined;
|
|
5163
5163
|
required?: boolean | undefined;
|
|
@@ -5179,7 +5179,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5179
5179
|
hint?: string | undefined;
|
|
5180
5180
|
messages?: {
|
|
5181
5181
|
text: string;
|
|
5182
|
-
type: "
|
|
5182
|
+
type: "error" | "success" | "info" | "warning";
|
|
5183
5183
|
id?: number | undefined;
|
|
5184
5184
|
}[] | undefined;
|
|
5185
5185
|
required?: boolean | undefined;
|
|
@@ -5198,7 +5198,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5198
5198
|
hint?: string | undefined;
|
|
5199
5199
|
messages?: {
|
|
5200
5200
|
text: string;
|
|
5201
|
-
type: "
|
|
5201
|
+
type: "error" | "success" | "info" | "warning";
|
|
5202
5202
|
id?: number | undefined;
|
|
5203
5203
|
}[] | undefined;
|
|
5204
5204
|
required?: boolean | undefined;
|
|
@@ -5223,7 +5223,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5223
5223
|
hint?: string | undefined;
|
|
5224
5224
|
messages?: {
|
|
5225
5225
|
text: string;
|
|
5226
|
-
type: "
|
|
5226
|
+
type: "error" | "success" | "info" | "warning";
|
|
5227
5227
|
id?: number | undefined;
|
|
5228
5228
|
}[] | undefined;
|
|
5229
5229
|
required?: boolean | undefined;
|
|
@@ -5244,7 +5244,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5244
5244
|
hint?: string | undefined;
|
|
5245
5245
|
messages?: {
|
|
5246
5246
|
text: string;
|
|
5247
|
-
type: "
|
|
5247
|
+
type: "error" | "success" | "info" | "warning";
|
|
5248
5248
|
id?: number | undefined;
|
|
5249
5249
|
}[] | undefined;
|
|
5250
5250
|
required?: boolean | undefined;
|
|
@@ -5265,7 +5265,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5265
5265
|
hint?: string | undefined;
|
|
5266
5266
|
messages?: {
|
|
5267
5267
|
text: string;
|
|
5268
|
-
type: "
|
|
5268
|
+
type: "error" | "success" | "info" | "warning";
|
|
5269
5269
|
id?: number | undefined;
|
|
5270
5270
|
}[] | undefined;
|
|
5271
5271
|
required?: boolean | undefined;
|
|
@@ -5498,7 +5498,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5498
5498
|
hint?: string | undefined;
|
|
5499
5499
|
messages?: {
|
|
5500
5500
|
text: string;
|
|
5501
|
-
type: "
|
|
5501
|
+
type: "error" | "success" | "info" | "warning";
|
|
5502
5502
|
id?: number | undefined;
|
|
5503
5503
|
}[] | undefined;
|
|
5504
5504
|
required?: boolean | undefined;
|
|
@@ -5516,7 +5516,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5516
5516
|
hint?: string | undefined;
|
|
5517
5517
|
messages?: {
|
|
5518
5518
|
text: string;
|
|
5519
|
-
type: "
|
|
5519
|
+
type: "error" | "success" | "info" | "warning";
|
|
5520
5520
|
id?: number | undefined;
|
|
5521
5521
|
}[] | undefined;
|
|
5522
5522
|
required?: boolean | undefined;
|
|
@@ -5540,7 +5540,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5540
5540
|
hint?: string | undefined;
|
|
5541
5541
|
messages?: {
|
|
5542
5542
|
text: string;
|
|
5543
|
-
type: "
|
|
5543
|
+
type: "error" | "success" | "info" | "warning";
|
|
5544
5544
|
id?: number | undefined;
|
|
5545
5545
|
}[] | undefined;
|
|
5546
5546
|
required?: boolean | undefined;
|
|
@@ -5564,7 +5564,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5564
5564
|
hint?: string | undefined;
|
|
5565
5565
|
messages?: {
|
|
5566
5566
|
text: string;
|
|
5567
|
-
type: "
|
|
5567
|
+
type: "error" | "success" | "info" | "warning";
|
|
5568
5568
|
id?: number | undefined;
|
|
5569
5569
|
}[] | undefined;
|
|
5570
5570
|
required?: boolean | undefined;
|
|
@@ -5589,7 +5589,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5589
5589
|
hint?: string | undefined;
|
|
5590
5590
|
messages?: {
|
|
5591
5591
|
text: string;
|
|
5592
|
-
type: "
|
|
5592
|
+
type: "error" | "success" | "info" | "warning";
|
|
5593
5593
|
id?: number | undefined;
|
|
5594
5594
|
}[] | undefined;
|
|
5595
5595
|
required?: boolean | undefined;
|
|
@@ -5604,7 +5604,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5604
5604
|
hint?: string | undefined;
|
|
5605
5605
|
messages?: {
|
|
5606
5606
|
text: string;
|
|
5607
|
-
type: "
|
|
5607
|
+
type: "error" | "success" | "info" | "warning";
|
|
5608
5608
|
id?: number | undefined;
|
|
5609
5609
|
}[] | undefined;
|
|
5610
5610
|
required?: boolean | undefined;
|
|
@@ -5625,7 +5625,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5625
5625
|
hint?: string | undefined;
|
|
5626
5626
|
messages?: {
|
|
5627
5627
|
text: string;
|
|
5628
|
-
type: "
|
|
5628
|
+
type: "error" | "success" | "info" | "warning";
|
|
5629
5629
|
id?: number | undefined;
|
|
5630
5630
|
}[] | undefined;
|
|
5631
5631
|
required?: boolean | undefined;
|
|
@@ -5650,7 +5650,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5650
5650
|
hint?: string | undefined;
|
|
5651
5651
|
messages?: {
|
|
5652
5652
|
text: string;
|
|
5653
|
-
type: "
|
|
5653
|
+
type: "error" | "success" | "info" | "warning";
|
|
5654
5654
|
id?: number | undefined;
|
|
5655
5655
|
}[] | undefined;
|
|
5656
5656
|
required?: boolean | undefined;
|
|
@@ -5669,7 +5669,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5669
5669
|
hint?: string | undefined;
|
|
5670
5670
|
messages?: {
|
|
5671
5671
|
text: string;
|
|
5672
|
-
type: "
|
|
5672
|
+
type: "error" | "success" | "info" | "warning";
|
|
5673
5673
|
id?: number | undefined;
|
|
5674
5674
|
}[] | undefined;
|
|
5675
5675
|
required?: boolean | undefined;
|
|
@@ -5689,7 +5689,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5689
5689
|
hint?: string | undefined;
|
|
5690
5690
|
messages?: {
|
|
5691
5691
|
text: string;
|
|
5692
|
-
type: "
|
|
5692
|
+
type: "error" | "success" | "info" | "warning";
|
|
5693
5693
|
id?: number | undefined;
|
|
5694
5694
|
}[] | undefined;
|
|
5695
5695
|
required?: boolean | undefined;
|
|
@@ -5708,7 +5708,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5708
5708
|
hint?: string | undefined;
|
|
5709
5709
|
messages?: {
|
|
5710
5710
|
text: string;
|
|
5711
|
-
type: "
|
|
5711
|
+
type: "error" | "success" | "info" | "warning";
|
|
5712
5712
|
id?: number | undefined;
|
|
5713
5713
|
}[] | undefined;
|
|
5714
5714
|
required?: boolean | undefined;
|
|
@@ -5730,7 +5730,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5730
5730
|
hint?: string | undefined;
|
|
5731
5731
|
messages?: {
|
|
5732
5732
|
text: string;
|
|
5733
|
-
type: "
|
|
5733
|
+
type: "error" | "success" | "info" | "warning";
|
|
5734
5734
|
id?: number | undefined;
|
|
5735
5735
|
}[] | undefined;
|
|
5736
5736
|
required?: boolean | undefined;
|
|
@@ -5752,7 +5752,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5752
5752
|
hint?: string | undefined;
|
|
5753
5753
|
messages?: {
|
|
5754
5754
|
text: string;
|
|
5755
|
-
type: "
|
|
5755
|
+
type: "error" | "success" | "info" | "warning";
|
|
5756
5756
|
id?: number | undefined;
|
|
5757
5757
|
}[] | undefined;
|
|
5758
5758
|
required?: boolean | undefined;
|
|
@@ -5771,7 +5771,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5771
5771
|
hint?: string | undefined;
|
|
5772
5772
|
messages?: {
|
|
5773
5773
|
text: string;
|
|
5774
|
-
type: "
|
|
5774
|
+
type: "error" | "success" | "info" | "warning";
|
|
5775
5775
|
id?: number | undefined;
|
|
5776
5776
|
}[] | undefined;
|
|
5777
5777
|
required?: boolean | undefined;
|
|
@@ -5796,7 +5796,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5796
5796
|
hint?: string | undefined;
|
|
5797
5797
|
messages?: {
|
|
5798
5798
|
text: string;
|
|
5799
|
-
type: "
|
|
5799
|
+
type: "error" | "success" | "info" | "warning";
|
|
5800
5800
|
id?: number | undefined;
|
|
5801
5801
|
}[] | undefined;
|
|
5802
5802
|
required?: boolean | undefined;
|
|
@@ -5817,7 +5817,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5817
5817
|
hint?: string | undefined;
|
|
5818
5818
|
messages?: {
|
|
5819
5819
|
text: string;
|
|
5820
|
-
type: "
|
|
5820
|
+
type: "error" | "success" | "info" | "warning";
|
|
5821
5821
|
id?: number | undefined;
|
|
5822
5822
|
}[] | undefined;
|
|
5823
5823
|
required?: boolean | undefined;
|
|
@@ -5838,7 +5838,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5838
5838
|
hint?: string | undefined;
|
|
5839
5839
|
messages?: {
|
|
5840
5840
|
text: string;
|
|
5841
|
-
type: "
|
|
5841
|
+
type: "error" | "success" | "info" | "warning";
|
|
5842
5842
|
id?: number | undefined;
|
|
5843
5843
|
}[] | undefined;
|
|
5844
5844
|
required?: boolean | undefined;
|
|
@@ -6069,7 +6069,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6069
6069
|
hint?: string | undefined;
|
|
6070
6070
|
messages?: {
|
|
6071
6071
|
text: string;
|
|
6072
|
-
type: "
|
|
6072
|
+
type: "error" | "success" | "info" | "warning";
|
|
6073
6073
|
id?: number | undefined;
|
|
6074
6074
|
}[] | undefined;
|
|
6075
6075
|
required?: boolean | undefined;
|
|
@@ -6087,7 +6087,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6087
6087
|
hint?: string | undefined;
|
|
6088
6088
|
messages?: {
|
|
6089
6089
|
text: string;
|
|
6090
|
-
type: "
|
|
6090
|
+
type: "error" | "success" | "info" | "warning";
|
|
6091
6091
|
id?: number | undefined;
|
|
6092
6092
|
}[] | undefined;
|
|
6093
6093
|
required?: boolean | undefined;
|
|
@@ -6111,7 +6111,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6111
6111
|
hint?: string | undefined;
|
|
6112
6112
|
messages?: {
|
|
6113
6113
|
text: string;
|
|
6114
|
-
type: "
|
|
6114
|
+
type: "error" | "success" | "info" | "warning";
|
|
6115
6115
|
id?: number | undefined;
|
|
6116
6116
|
}[] | undefined;
|
|
6117
6117
|
required?: boolean | undefined;
|
|
@@ -6135,7 +6135,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6135
6135
|
hint?: string | undefined;
|
|
6136
6136
|
messages?: {
|
|
6137
6137
|
text: string;
|
|
6138
|
-
type: "
|
|
6138
|
+
type: "error" | "success" | "info" | "warning";
|
|
6139
6139
|
id?: number | undefined;
|
|
6140
6140
|
}[] | undefined;
|
|
6141
6141
|
required?: boolean | undefined;
|
|
@@ -6164,7 +6164,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6164
6164
|
hint?: string | undefined;
|
|
6165
6165
|
messages?: {
|
|
6166
6166
|
text: string;
|
|
6167
|
-
type: "
|
|
6167
|
+
type: "error" | "success" | "info" | "warning";
|
|
6168
6168
|
id?: number | undefined;
|
|
6169
6169
|
}[] | undefined;
|
|
6170
6170
|
required?: boolean | undefined;
|
|
@@ -6179,7 +6179,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6179
6179
|
hint?: string | undefined;
|
|
6180
6180
|
messages?: {
|
|
6181
6181
|
text: string;
|
|
6182
|
-
type: "
|
|
6182
|
+
type: "error" | "success" | "info" | "warning";
|
|
6183
6183
|
id?: number | undefined;
|
|
6184
6184
|
}[] | undefined;
|
|
6185
6185
|
required?: boolean | undefined;
|
|
@@ -6200,7 +6200,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6200
6200
|
hint?: string | undefined;
|
|
6201
6201
|
messages?: {
|
|
6202
6202
|
text: string;
|
|
6203
|
-
type: "
|
|
6203
|
+
type: "error" | "success" | "info" | "warning";
|
|
6204
6204
|
id?: number | undefined;
|
|
6205
6205
|
}[] | undefined;
|
|
6206
6206
|
required?: boolean | undefined;
|
|
@@ -6225,7 +6225,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6225
6225
|
hint?: string | undefined;
|
|
6226
6226
|
messages?: {
|
|
6227
6227
|
text: string;
|
|
6228
|
-
type: "
|
|
6228
|
+
type: "error" | "success" | "info" | "warning";
|
|
6229
6229
|
id?: number | undefined;
|
|
6230
6230
|
}[] | undefined;
|
|
6231
6231
|
required?: boolean | undefined;
|
|
@@ -6244,7 +6244,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6244
6244
|
hint?: string | undefined;
|
|
6245
6245
|
messages?: {
|
|
6246
6246
|
text: string;
|
|
6247
|
-
type: "
|
|
6247
|
+
type: "error" | "success" | "info" | "warning";
|
|
6248
6248
|
id?: number | undefined;
|
|
6249
6249
|
}[] | undefined;
|
|
6250
6250
|
required?: boolean | undefined;
|
|
@@ -6264,7 +6264,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6264
6264
|
hint?: string | undefined;
|
|
6265
6265
|
messages?: {
|
|
6266
6266
|
text: string;
|
|
6267
|
-
type: "
|
|
6267
|
+
type: "error" | "success" | "info" | "warning";
|
|
6268
6268
|
id?: number | undefined;
|
|
6269
6269
|
}[] | undefined;
|
|
6270
6270
|
required?: boolean | undefined;
|
|
@@ -6283,7 +6283,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6283
6283
|
hint?: string | undefined;
|
|
6284
6284
|
messages?: {
|
|
6285
6285
|
text: string;
|
|
6286
|
-
type: "
|
|
6286
|
+
type: "error" | "success" | "info" | "warning";
|
|
6287
6287
|
id?: number | undefined;
|
|
6288
6288
|
}[] | undefined;
|
|
6289
6289
|
required?: boolean | undefined;
|
|
@@ -6305,7 +6305,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6305
6305
|
hint?: string | undefined;
|
|
6306
6306
|
messages?: {
|
|
6307
6307
|
text: string;
|
|
6308
|
-
type: "
|
|
6308
|
+
type: "error" | "success" | "info" | "warning";
|
|
6309
6309
|
id?: number | undefined;
|
|
6310
6310
|
}[] | undefined;
|
|
6311
6311
|
required?: boolean | undefined;
|
|
@@ -6327,7 +6327,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6327
6327
|
hint?: string | undefined;
|
|
6328
6328
|
messages?: {
|
|
6329
6329
|
text: string;
|
|
6330
|
-
type: "
|
|
6330
|
+
type: "error" | "success" | "info" | "warning";
|
|
6331
6331
|
id?: number | undefined;
|
|
6332
6332
|
}[] | undefined;
|
|
6333
6333
|
required?: boolean | undefined;
|
|
@@ -6346,7 +6346,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6346
6346
|
hint?: string | undefined;
|
|
6347
6347
|
messages?: {
|
|
6348
6348
|
text: string;
|
|
6349
|
-
type: "
|
|
6349
|
+
type: "error" | "success" | "info" | "warning";
|
|
6350
6350
|
id?: number | undefined;
|
|
6351
6351
|
}[] | undefined;
|
|
6352
6352
|
required?: boolean | undefined;
|
|
@@ -6371,7 +6371,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6371
6371
|
hint?: string | undefined;
|
|
6372
6372
|
messages?: {
|
|
6373
6373
|
text: string;
|
|
6374
|
-
type: "
|
|
6374
|
+
type: "error" | "success" | "info" | "warning";
|
|
6375
6375
|
id?: number | undefined;
|
|
6376
6376
|
}[] | undefined;
|
|
6377
6377
|
required?: boolean | undefined;
|
|
@@ -6392,7 +6392,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6392
6392
|
hint?: string | undefined;
|
|
6393
6393
|
messages?: {
|
|
6394
6394
|
text: string;
|
|
6395
|
-
type: "
|
|
6395
|
+
type: "error" | "success" | "info" | "warning";
|
|
6396
6396
|
id?: number | undefined;
|
|
6397
6397
|
}[] | undefined;
|
|
6398
6398
|
required?: boolean | undefined;
|
|
@@ -6413,7 +6413,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6413
6413
|
hint?: string | undefined;
|
|
6414
6414
|
messages?: {
|
|
6415
6415
|
text: string;
|
|
6416
|
-
type: "
|
|
6416
|
+
type: "error" | "success" | "info" | "warning";
|
|
6417
6417
|
id?: number | undefined;
|
|
6418
6418
|
}[] | undefined;
|
|
6419
6419
|
required?: boolean | undefined;
|
|
@@ -6643,7 +6643,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6643
6643
|
};
|
|
6644
6644
|
};
|
|
6645
6645
|
output: {
|
|
6646
|
-
prompt: "
|
|
6646
|
+
prompt: "status" | "signup" | "mfa" | "organizations" | "common" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6647
6647
|
language: string;
|
|
6648
6648
|
}[];
|
|
6649
6649
|
outputFormat: "json";
|
|
@@ -6681,7 +6681,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6681
6681
|
$get: {
|
|
6682
6682
|
input: {
|
|
6683
6683
|
param: {
|
|
6684
|
-
prompt: "
|
|
6684
|
+
prompt: "status" | "signup" | "mfa" | "organizations" | "common" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6685
6685
|
language: string;
|
|
6686
6686
|
};
|
|
6687
6687
|
} & {
|
|
@@ -6703,7 +6703,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6703
6703
|
$put: {
|
|
6704
6704
|
input: {
|
|
6705
6705
|
param: {
|
|
6706
|
-
prompt: "
|
|
6706
|
+
prompt: "status" | "signup" | "mfa" | "organizations" | "common" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6707
6707
|
language: string;
|
|
6708
6708
|
};
|
|
6709
6709
|
} & {
|
|
@@ -6727,7 +6727,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6727
6727
|
$delete: {
|
|
6728
6728
|
input: {
|
|
6729
6729
|
param: {
|
|
6730
|
-
prompt: "
|
|
6730
|
+
prompt: "status" | "signup" | "mfa" | "organizations" | "common" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
6731
6731
|
language: string;
|
|
6732
6732
|
};
|
|
6733
6733
|
} & {
|
|
@@ -6819,7 +6819,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6819
6819
|
active?: boolean | undefined;
|
|
6820
6820
|
} | undefined;
|
|
6821
6821
|
signup?: {
|
|
6822
|
-
status?: "optional" | "
|
|
6822
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
6823
6823
|
verification?: {
|
|
6824
6824
|
active?: boolean | undefined;
|
|
6825
6825
|
} | undefined;
|
|
@@ -6836,7 +6836,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6836
6836
|
active?: boolean | undefined;
|
|
6837
6837
|
} | undefined;
|
|
6838
6838
|
signup?: {
|
|
6839
|
-
status?: "optional" | "
|
|
6839
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
6840
6840
|
} | undefined;
|
|
6841
6841
|
validation?: {
|
|
6842
6842
|
max_length?: number | undefined;
|
|
@@ -6853,7 +6853,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6853
6853
|
active?: boolean | undefined;
|
|
6854
6854
|
} | undefined;
|
|
6855
6855
|
signup?: {
|
|
6856
|
-
status?: "optional" | "
|
|
6856
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
6857
6857
|
} | undefined;
|
|
6858
6858
|
} | undefined;
|
|
6859
6859
|
} | undefined;
|
|
@@ -6953,7 +6953,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6953
6953
|
active?: boolean | undefined;
|
|
6954
6954
|
} | undefined;
|
|
6955
6955
|
signup?: {
|
|
6956
|
-
status?: "optional" | "
|
|
6956
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
6957
6957
|
verification?: {
|
|
6958
6958
|
active?: boolean | undefined;
|
|
6959
6959
|
} | undefined;
|
|
@@ -6970,7 +6970,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6970
6970
|
active?: boolean | undefined;
|
|
6971
6971
|
} | undefined;
|
|
6972
6972
|
signup?: {
|
|
6973
|
-
status?: "optional" | "
|
|
6973
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
6974
6974
|
} | undefined;
|
|
6975
6975
|
validation?: {
|
|
6976
6976
|
max_length?: number | undefined;
|
|
@@ -6987,7 +6987,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6987
6987
|
active?: boolean | undefined;
|
|
6988
6988
|
} | undefined;
|
|
6989
6989
|
signup?: {
|
|
6990
|
-
status?: "optional" | "
|
|
6990
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
6991
6991
|
} | undefined;
|
|
6992
6992
|
} | undefined;
|
|
6993
6993
|
} | undefined;
|
|
@@ -7102,7 +7102,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7102
7102
|
active?: boolean | undefined;
|
|
7103
7103
|
} | undefined;
|
|
7104
7104
|
signup?: {
|
|
7105
|
-
status?: "optional" | "
|
|
7105
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
7106
7106
|
verification?: {
|
|
7107
7107
|
active?: boolean | undefined;
|
|
7108
7108
|
} | undefined;
|
|
@@ -7119,7 +7119,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7119
7119
|
active?: boolean | undefined;
|
|
7120
7120
|
} | undefined;
|
|
7121
7121
|
signup?: {
|
|
7122
|
-
status?: "optional" | "
|
|
7122
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
7123
7123
|
} | undefined;
|
|
7124
7124
|
validation?: {
|
|
7125
7125
|
max_length?: number | undefined;
|
|
@@ -7136,7 +7136,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7136
7136
|
active?: boolean | undefined;
|
|
7137
7137
|
} | undefined;
|
|
7138
7138
|
signup?: {
|
|
7139
|
-
status?: "optional" | "
|
|
7139
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
7140
7140
|
} | undefined;
|
|
7141
7141
|
} | undefined;
|
|
7142
7142
|
} | undefined;
|
|
@@ -7281,7 +7281,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7281
7281
|
active?: boolean | undefined;
|
|
7282
7282
|
} | undefined;
|
|
7283
7283
|
signup?: {
|
|
7284
|
-
status?: "optional" | "
|
|
7284
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
7285
7285
|
verification?: {
|
|
7286
7286
|
active?: boolean | undefined;
|
|
7287
7287
|
} | undefined;
|
|
@@ -7298,7 +7298,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7298
7298
|
active?: boolean | undefined;
|
|
7299
7299
|
} | undefined;
|
|
7300
7300
|
signup?: {
|
|
7301
|
-
status?: "optional" | "
|
|
7301
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
7302
7302
|
} | undefined;
|
|
7303
7303
|
validation?: {
|
|
7304
7304
|
max_length?: number | undefined;
|
|
@@ -7315,7 +7315,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7315
7315
|
active?: boolean | undefined;
|
|
7316
7316
|
} | undefined;
|
|
7317
7317
|
signup?: {
|
|
7318
|
-
status?: "optional" | "
|
|
7318
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
7319
7319
|
} | undefined;
|
|
7320
7320
|
} | undefined;
|
|
7321
7321
|
} | undefined;
|
|
@@ -7439,7 +7439,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7439
7439
|
active?: boolean | undefined;
|
|
7440
7440
|
} | undefined;
|
|
7441
7441
|
signup?: {
|
|
7442
|
-
status?: "optional" | "
|
|
7442
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
7443
7443
|
verification?: {
|
|
7444
7444
|
active?: boolean | undefined;
|
|
7445
7445
|
} | undefined;
|
|
@@ -7456,7 +7456,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7456
7456
|
active?: boolean | undefined;
|
|
7457
7457
|
} | undefined;
|
|
7458
7458
|
signup?: {
|
|
7459
|
-
status?: "optional" | "
|
|
7459
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
7460
7460
|
} | undefined;
|
|
7461
7461
|
validation?: {
|
|
7462
7462
|
max_length?: number | undefined;
|
|
@@ -7473,7 +7473,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7473
7473
|
active?: boolean | undefined;
|
|
7474
7474
|
} | undefined;
|
|
7475
7475
|
signup?: {
|
|
7476
|
-
status?: "optional" | "
|
|
7476
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
7477
7477
|
} | undefined;
|
|
7478
7478
|
} | undefined;
|
|
7479
7479
|
} | undefined;
|
|
@@ -7589,7 +7589,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7589
7589
|
};
|
|
7590
7590
|
} | {
|
|
7591
7591
|
mode: "inline";
|
|
7592
|
-
status: "
|
|
7592
|
+
status: "error" | "success";
|
|
7593
7593
|
connection_id: string;
|
|
7594
7594
|
connection_name: string;
|
|
7595
7595
|
strategy: string;
|
|
@@ -8168,7 +8168,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8168
8168
|
log_type: string;
|
|
8169
8169
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
8170
8170
|
actor: {
|
|
8171
|
-
type: "
|
|
8171
|
+
type: "user" | "client_credentials" | "system" | "admin" | "api_key";
|
|
8172
8172
|
id?: string | undefined;
|
|
8173
8173
|
email?: string | undefined;
|
|
8174
8174
|
org_id?: string | undefined;
|
|
@@ -8476,7 +8476,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8476
8476
|
created_at: string;
|
|
8477
8477
|
updated_at: string;
|
|
8478
8478
|
name: string;
|
|
8479
|
-
provider: "auth0" | "
|
|
8479
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8480
8480
|
connection: string;
|
|
8481
8481
|
enabled: boolean;
|
|
8482
8482
|
credentials: {
|
|
@@ -8508,7 +8508,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8508
8508
|
created_at: string;
|
|
8509
8509
|
updated_at: string;
|
|
8510
8510
|
name: string;
|
|
8511
|
-
provider: "auth0" | "
|
|
8511
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8512
8512
|
connection: string;
|
|
8513
8513
|
enabled: boolean;
|
|
8514
8514
|
credentials: {
|
|
@@ -8534,7 +8534,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8534
8534
|
} & {
|
|
8535
8535
|
json: {
|
|
8536
8536
|
name: string;
|
|
8537
|
-
provider: "auth0" | "
|
|
8537
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8538
8538
|
connection: string;
|
|
8539
8539
|
credentials: {
|
|
8540
8540
|
domain: string;
|
|
@@ -8551,7 +8551,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8551
8551
|
created_at: string;
|
|
8552
8552
|
updated_at: string;
|
|
8553
8553
|
name: string;
|
|
8554
|
-
provider: "auth0" | "
|
|
8554
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8555
8555
|
connection: string;
|
|
8556
8556
|
enabled: boolean;
|
|
8557
8557
|
credentials: {
|
|
@@ -8582,7 +8582,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8582
8582
|
json: {
|
|
8583
8583
|
id?: string | undefined;
|
|
8584
8584
|
name?: string | undefined;
|
|
8585
|
-
provider?: "auth0" | "
|
|
8585
|
+
provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
|
|
8586
8586
|
connection?: string | undefined;
|
|
8587
8587
|
enabled?: boolean | undefined;
|
|
8588
8588
|
credentials?: {
|
|
@@ -8598,7 +8598,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8598
8598
|
created_at: string;
|
|
8599
8599
|
updated_at: string;
|
|
8600
8600
|
name: string;
|
|
8601
|
-
provider: "auth0" | "
|
|
8601
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
8602
8602
|
connection: string;
|
|
8603
8603
|
enabled: boolean;
|
|
8604
8604
|
credentials: {
|
|
@@ -8816,7 +8816,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8816
8816
|
};
|
|
8817
8817
|
};
|
|
8818
8818
|
output: {
|
|
8819
|
-
type: "
|
|
8819
|
+
type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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" | "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";
|
|
8820
8820
|
date: string;
|
|
8821
8821
|
isMobile: boolean;
|
|
8822
8822
|
log_id: string;
|
|
@@ -8855,7 +8855,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8855
8855
|
limit: number;
|
|
8856
8856
|
length: number;
|
|
8857
8857
|
logs: {
|
|
8858
|
-
type: "
|
|
8858
|
+
type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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" | "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";
|
|
8859
8859
|
date: string;
|
|
8860
8860
|
isMobile: boolean;
|
|
8861
8861
|
log_id: string;
|
|
@@ -8909,7 +8909,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8909
8909
|
};
|
|
8910
8910
|
};
|
|
8911
8911
|
output: {
|
|
8912
|
-
type: "
|
|
8912
|
+
type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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" | "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";
|
|
8913
8913
|
date: string;
|
|
8914
8914
|
isMobile: boolean;
|
|
8915
8915
|
log_id: string;
|
|
@@ -9223,7 +9223,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9223
9223
|
addons?: {
|
|
9224
9224
|
[x: string]: any;
|
|
9225
9225
|
} | undefined;
|
|
9226
|
-
token_endpoint_auth_method?: "
|
|
9226
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9227
9227
|
client_metadata?: {
|
|
9228
9228
|
[x: string]: string;
|
|
9229
9229
|
} | undefined;
|
|
@@ -9319,7 +9319,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9319
9319
|
addons?: {
|
|
9320
9320
|
[x: string]: any;
|
|
9321
9321
|
} | undefined;
|
|
9322
|
-
token_endpoint_auth_method?: "
|
|
9322
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9323
9323
|
client_metadata?: {
|
|
9324
9324
|
[x: string]: string;
|
|
9325
9325
|
} | undefined;
|
|
@@ -9430,7 +9430,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9430
9430
|
addons?: {
|
|
9431
9431
|
[x: string]: any;
|
|
9432
9432
|
} | undefined;
|
|
9433
|
-
token_endpoint_auth_method?: "
|
|
9433
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9434
9434
|
client_metadata?: {
|
|
9435
9435
|
[x: string]: string;
|
|
9436
9436
|
} | undefined;
|
|
@@ -9540,7 +9540,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9540
9540
|
custom_login_page_preview?: string | undefined;
|
|
9541
9541
|
form_template?: string | undefined;
|
|
9542
9542
|
addons?: Record<string, any> | undefined;
|
|
9543
|
-
token_endpoint_auth_method?: "
|
|
9543
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9544
9544
|
client_metadata?: Record<string, string> | undefined;
|
|
9545
9545
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
9546
9546
|
mobile?: Record<string, any> | undefined;
|
|
@@ -9620,7 +9620,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9620
9620
|
addons?: {
|
|
9621
9621
|
[x: string]: any;
|
|
9622
9622
|
} | undefined;
|
|
9623
|
-
token_endpoint_auth_method?: "
|
|
9623
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9624
9624
|
client_metadata?: {
|
|
9625
9625
|
[x: string]: string;
|
|
9626
9626
|
} | undefined;
|
|
@@ -9709,7 +9709,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9709
9709
|
custom_login_page_preview?: string | undefined;
|
|
9710
9710
|
form_template?: string | undefined;
|
|
9711
9711
|
addons?: Record<string, any> | undefined;
|
|
9712
|
-
token_endpoint_auth_method?: "
|
|
9712
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9713
9713
|
client_metadata?: Record<string, string> | undefined;
|
|
9714
9714
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
9715
9715
|
mobile?: Record<string, any> | undefined;
|
|
@@ -9789,7 +9789,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9789
9789
|
addons?: {
|
|
9790
9790
|
[x: string]: any;
|
|
9791
9791
|
} | undefined;
|
|
9792
|
-
token_endpoint_auth_method?: "
|
|
9792
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
9793
9793
|
client_metadata?: {
|
|
9794
9794
|
[x: string]: string;
|
|
9795
9795
|
} | undefined;
|
|
@@ -9911,7 +9911,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9911
9911
|
active?: boolean | undefined;
|
|
9912
9912
|
} | undefined;
|
|
9913
9913
|
signup?: {
|
|
9914
|
-
status?: "optional" | "
|
|
9914
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
9915
9915
|
verification?: {
|
|
9916
9916
|
active?: boolean | undefined;
|
|
9917
9917
|
} | undefined;
|
|
@@ -9928,7 +9928,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9928
9928
|
active?: boolean | undefined;
|
|
9929
9929
|
} | undefined;
|
|
9930
9930
|
signup?: {
|
|
9931
|
-
status?: "optional" | "
|
|
9931
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
9932
9932
|
} | undefined;
|
|
9933
9933
|
validation?: {
|
|
9934
9934
|
max_length?: number | undefined;
|
|
@@ -9945,7 +9945,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
9945
9945
|
active?: boolean | undefined;
|
|
9946
9946
|
} | undefined;
|
|
9947
9947
|
signup?: {
|
|
9948
|
-
status?: "optional" | "
|
|
9948
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
9949
9949
|
} | undefined;
|
|
9950
9950
|
} | undefined;
|
|
9951
9951
|
} | undefined;
|
|
@@ -10065,7 +10065,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10065
10065
|
active?: boolean | undefined;
|
|
10066
10066
|
} | undefined;
|
|
10067
10067
|
signup?: {
|
|
10068
|
-
status?: "optional" | "
|
|
10068
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
10069
10069
|
verification?: {
|
|
10070
10070
|
active?: boolean | undefined;
|
|
10071
10071
|
} | undefined;
|
|
@@ -10082,7 +10082,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10082
10082
|
active?: boolean | undefined;
|
|
10083
10083
|
} | undefined;
|
|
10084
10084
|
signup?: {
|
|
10085
|
-
status?: "optional" | "
|
|
10085
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
10086
10086
|
} | undefined;
|
|
10087
10087
|
validation?: {
|
|
10088
10088
|
max_length?: number | undefined;
|
|
@@ -10099,7 +10099,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
10099
10099
|
active?: boolean | undefined;
|
|
10100
10100
|
} | undefined;
|
|
10101
10101
|
signup?: {
|
|
10102
|
-
status?: "optional" | "
|
|
10102
|
+
status?: "optional" | "disabled" | "required" | undefined;
|
|
10103
10103
|
} | undefined;
|
|
10104
10104
|
} | undefined;
|
|
10105
10105
|
} | undefined;
|
|
@@ -11053,7 +11053,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11053
11053
|
};
|
|
11054
11054
|
};
|
|
11055
11055
|
output: {
|
|
11056
|
-
type: "
|
|
11056
|
+
type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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" | "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";
|
|
11057
11057
|
date: string;
|
|
11058
11058
|
isMobile: boolean;
|
|
11059
11059
|
log_id: string;
|
|
@@ -11092,7 +11092,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11092
11092
|
limit: number;
|
|
11093
11093
|
length: number;
|
|
11094
11094
|
logs: {
|
|
11095
|
-
type: "
|
|
11095
|
+
type: "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "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" | "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";
|
|
11096
11096
|
date: string;
|
|
11097
11097
|
isMobile: boolean;
|
|
11098
11098
|
log_id: string;
|
|
@@ -11407,7 +11407,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11407
11407
|
};
|
|
11408
11408
|
} & {
|
|
11409
11409
|
json: {
|
|
11410
|
-
template: "
|
|
11410
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11411
11411
|
body: string;
|
|
11412
11412
|
from: string;
|
|
11413
11413
|
subject: string;
|
|
@@ -11428,7 +11428,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11428
11428
|
};
|
|
11429
11429
|
} & {
|
|
11430
11430
|
json: {
|
|
11431
|
-
template: "
|
|
11431
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11432
11432
|
body: string;
|
|
11433
11433
|
from: string;
|
|
11434
11434
|
subject: string;
|
|
@@ -11440,7 +11440,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11440
11440
|
};
|
|
11441
11441
|
};
|
|
11442
11442
|
output: {
|
|
11443
|
-
template: "
|
|
11443
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11444
11444
|
body: string;
|
|
11445
11445
|
from: string;
|
|
11446
11446
|
subject: string;
|
|
@@ -11459,7 +11459,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11459
11459
|
$get: {
|
|
11460
11460
|
input: {
|
|
11461
11461
|
param: {
|
|
11462
|
-
templateName: "
|
|
11462
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11463
11463
|
};
|
|
11464
11464
|
} & {
|
|
11465
11465
|
header: {
|
|
@@ -11472,7 +11472,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11472
11472
|
} | {
|
|
11473
11473
|
input: {
|
|
11474
11474
|
param: {
|
|
11475
|
-
templateName: "
|
|
11475
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11476
11476
|
};
|
|
11477
11477
|
} & {
|
|
11478
11478
|
header: {
|
|
@@ -11480,7 +11480,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11480
11480
|
};
|
|
11481
11481
|
};
|
|
11482
11482
|
output: {
|
|
11483
|
-
template: "
|
|
11483
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11484
11484
|
body: string;
|
|
11485
11485
|
from: string;
|
|
11486
11486
|
subject: string;
|
|
@@ -11499,7 +11499,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11499
11499
|
$put: {
|
|
11500
11500
|
input: {
|
|
11501
11501
|
param: {
|
|
11502
|
-
templateName: "
|
|
11502
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11503
11503
|
};
|
|
11504
11504
|
} & {
|
|
11505
11505
|
header: {
|
|
@@ -11507,7 +11507,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11507
11507
|
};
|
|
11508
11508
|
} & {
|
|
11509
11509
|
json: {
|
|
11510
|
-
template: "
|
|
11510
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11511
11511
|
body: string;
|
|
11512
11512
|
from: string;
|
|
11513
11513
|
subject: string;
|
|
@@ -11519,7 +11519,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11519
11519
|
};
|
|
11520
11520
|
};
|
|
11521
11521
|
output: {
|
|
11522
|
-
template: "
|
|
11522
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11523
11523
|
body: string;
|
|
11524
11524
|
from: string;
|
|
11525
11525
|
subject: string;
|
|
@@ -11538,7 +11538,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11538
11538
|
$patch: {
|
|
11539
11539
|
input: {
|
|
11540
11540
|
param: {
|
|
11541
|
-
templateName: "
|
|
11541
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11542
11542
|
};
|
|
11543
11543
|
} & {
|
|
11544
11544
|
header: {
|
|
@@ -11546,7 +11546,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11546
11546
|
};
|
|
11547
11547
|
} & {
|
|
11548
11548
|
json: {
|
|
11549
|
-
template?: "
|
|
11549
|
+
template?: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
11550
11550
|
body?: string | undefined;
|
|
11551
11551
|
from?: string | undefined;
|
|
11552
11552
|
subject?: string | undefined;
|
|
@@ -11563,7 +11563,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11563
11563
|
} | {
|
|
11564
11564
|
input: {
|
|
11565
11565
|
param: {
|
|
11566
|
-
templateName: "
|
|
11566
|
+
templateName: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11567
11567
|
};
|
|
11568
11568
|
} & {
|
|
11569
11569
|
header: {
|
|
@@ -11571,7 +11571,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11571
11571
|
};
|
|
11572
11572
|
} & {
|
|
11573
11573
|
json: {
|
|
11574
|
-
template?: "
|
|
11574
|
+
template?: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
11575
11575
|
body?: string | undefined;
|
|
11576
11576
|
from?: string | undefined;
|
|
11577
11577
|
subject?: string | undefined;
|
|
@@ -11583,7 +11583,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11583
11583
|
};
|
|
11584
11584
|
};
|
|
11585
11585
|
output: {
|
|
11586
|
-
template: "
|
|
11586
|
+
template: "verify_email" | "change_password" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
11587
11587
|
body: string;
|
|
11588
11588
|
from: string;
|
|
11589
11589
|
subject: string;
|
|
@@ -11858,7 +11858,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11858
11858
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
11859
11859
|
custom_domain_id: string;
|
|
11860
11860
|
primary: boolean;
|
|
11861
|
-
status: "
|
|
11861
|
+
status: "pending" | "disabled" | "pending_verification" | "ready";
|
|
11862
11862
|
verification_method?: "txt" | undefined;
|
|
11863
11863
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
11864
11864
|
domain_metadata?: {
|
|
@@ -11899,7 +11899,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11899
11899
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
11900
11900
|
custom_domain_id: string;
|
|
11901
11901
|
primary: boolean;
|
|
11902
|
-
status: "
|
|
11902
|
+
status: "pending" | "disabled" | "pending_verification" | "ready";
|
|
11903
11903
|
verification_method?: "txt" | undefined;
|
|
11904
11904
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
11905
11905
|
domain_metadata?: {
|
|
@@ -11960,7 +11960,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11960
11960
|
domain_metadata?: Record<string, string> | undefined;
|
|
11961
11961
|
custom_domain_id?: string | undefined;
|
|
11962
11962
|
primary?: boolean | undefined;
|
|
11963
|
-
status?: "
|
|
11963
|
+
status?: "pending" | "disabled" | "pending_verification" | "ready" | undefined;
|
|
11964
11964
|
origin_domain_name?: string | undefined;
|
|
11965
11965
|
verification?: {
|
|
11966
11966
|
methods: ({
|
|
@@ -11981,7 +11981,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
11981
11981
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
11982
11982
|
custom_domain_id: string;
|
|
11983
11983
|
primary: boolean;
|
|
11984
|
-
status: "
|
|
11984
|
+
status: "pending" | "disabled" | "pending_verification" | "ready";
|
|
11985
11985
|
verification_method?: "txt" | undefined;
|
|
11986
11986
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
11987
11987
|
domain_metadata?: {
|
|
@@ -12028,7 +12028,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12028
12028
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12029
12029
|
custom_domain_id: string;
|
|
12030
12030
|
primary: boolean;
|
|
12031
|
-
status: "
|
|
12031
|
+
status: "pending" | "disabled" | "pending_verification" | "ready";
|
|
12032
12032
|
verification_method?: "txt" | undefined;
|
|
12033
12033
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12034
12034
|
domain_metadata?: {
|
|
@@ -12069,7 +12069,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12069
12069
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
12070
12070
|
custom_domain_id: string;
|
|
12071
12071
|
primary: boolean;
|
|
12072
|
-
status: "
|
|
12072
|
+
status: "pending" | "disabled" | "pending_verification" | "ready";
|
|
12073
12073
|
verification_method?: "txt" | undefined;
|
|
12074
12074
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
12075
12075
|
domain_metadata?: {
|
|
@@ -12629,7 +12629,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12629
12629
|
output: {
|
|
12630
12630
|
id: string;
|
|
12631
12631
|
trigger_id: string;
|
|
12632
|
-
status: "
|
|
12632
|
+
status: "pending" | "unspecified" | "final" | "partial" | "canceled" | "suspended";
|
|
12633
12633
|
results: {
|
|
12634
12634
|
action_name: string;
|
|
12635
12635
|
error: {
|
|
@@ -12676,7 +12676,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
12676
12676
|
logs: {
|
|
12677
12677
|
action_name: string;
|
|
12678
12678
|
lines: {
|
|
12679
|
-
level: "error" | "log" | "
|
|
12679
|
+
level: "error" | "log" | "debug" | "info" | "warn";
|
|
12680
12680
|
message: string;
|
|
12681
12681
|
}[];
|
|
12682
12682
|
}[];
|
|
@@ -13343,7 +13343,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13343
13343
|
args: import("hono/utils/types").JSONValue[];
|
|
13344
13344
|
}[];
|
|
13345
13345
|
logs: {
|
|
13346
|
-
level: "error" | "log" | "
|
|
13346
|
+
level: "error" | "log" | "debug" | "info" | "warn";
|
|
13347
13347
|
message: string;
|
|
13348
13348
|
}[];
|
|
13349
13349
|
error?: string | undefined;
|
|
@@ -13641,7 +13641,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13641
13641
|
scope?: string | undefined;
|
|
13642
13642
|
grant_types?: string[] | undefined;
|
|
13643
13643
|
response_types?: string[] | undefined;
|
|
13644
|
-
token_endpoint_auth_method?: "
|
|
13644
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
13645
13645
|
jwks_uri?: string | undefined;
|
|
13646
13646
|
jwks?: Record<string, unknown> | undefined;
|
|
13647
13647
|
software_id?: string | undefined;
|
|
@@ -13730,7 +13730,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
13730
13730
|
scope?: string | undefined;
|
|
13731
13731
|
grant_types?: string[] | undefined;
|
|
13732
13732
|
response_types?: string[] | undefined;
|
|
13733
|
-
token_endpoint_auth_method?: "
|
|
13733
|
+
token_endpoint_auth_method?: "client_secret_post" | "client_secret_basic" | "none" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
13734
13734
|
jwks_uri?: string | undefined;
|
|
13735
13735
|
jwks?: Record<string, unknown> | undefined;
|
|
13736
13736
|
software_id?: string | undefined;
|
|
@@ -14076,19 +14076,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14076
14076
|
email: string;
|
|
14077
14077
|
send: "code" | "link";
|
|
14078
14078
|
authParams: {
|
|
14079
|
-
scope?: string | undefined;
|
|
14080
|
-
state?: string | undefined;
|
|
14081
|
-
audience?: string | undefined;
|
|
14082
|
-
code_challenge?: string | undefined;
|
|
14083
|
-
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14084
|
-
redirect_uri?: string | undefined;
|
|
14085
|
-
nonce?: string | undefined;
|
|
14086
14079
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14087
14080
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14081
|
+
scope?: string | undefined;
|
|
14088
14082
|
username?: string | undefined;
|
|
14083
|
+
state?: string | undefined;
|
|
14089
14084
|
act_as?: string | undefined;
|
|
14085
|
+
redirect_uri?: string | undefined;
|
|
14086
|
+
audience?: string | undefined;
|
|
14090
14087
|
organization?: string | undefined;
|
|
14088
|
+
nonce?: string | undefined;
|
|
14091
14089
|
prompt?: string | undefined;
|
|
14090
|
+
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14091
|
+
code_challenge?: string | undefined;
|
|
14092
14092
|
ui_locales?: string | undefined;
|
|
14093
14093
|
max_age?: number | undefined;
|
|
14094
14094
|
acr_values?: string | undefined;
|
|
@@ -14112,19 +14112,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14112
14112
|
phone_number: string;
|
|
14113
14113
|
send: "code" | "link";
|
|
14114
14114
|
authParams: {
|
|
14115
|
-
scope?: string | undefined;
|
|
14116
|
-
state?: string | undefined;
|
|
14117
|
-
audience?: string | undefined;
|
|
14118
|
-
code_challenge?: string | undefined;
|
|
14119
|
-
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14120
|
-
redirect_uri?: string | undefined;
|
|
14121
|
-
nonce?: string | undefined;
|
|
14122
14115
|
response_type?: import("@authhero/adapter-interfaces").AuthorizationResponseType | undefined;
|
|
14123
14116
|
response_mode?: import("@authhero/adapter-interfaces").AuthorizationResponseMode | undefined;
|
|
14117
|
+
scope?: string | undefined;
|
|
14124
14118
|
username?: string | undefined;
|
|
14119
|
+
state?: string | undefined;
|
|
14125
14120
|
act_as?: string | undefined;
|
|
14121
|
+
redirect_uri?: string | undefined;
|
|
14122
|
+
audience?: string | undefined;
|
|
14126
14123
|
organization?: string | undefined;
|
|
14124
|
+
nonce?: string | undefined;
|
|
14127
14125
|
prompt?: string | undefined;
|
|
14126
|
+
code_challenge_method?: import("@authhero/adapter-interfaces").CodeChallengeMethod | undefined;
|
|
14127
|
+
code_challenge?: string | undefined;
|
|
14128
14128
|
ui_locales?: string | undefined;
|
|
14129
14129
|
max_age?: number | undefined;
|
|
14130
14130
|
acr_values?: string | undefined;
|
|
@@ -14256,14 +14256,14 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14256
14256
|
input: {
|
|
14257
14257
|
form: {
|
|
14258
14258
|
token: string;
|
|
14259
|
-
token_type_hint?: "
|
|
14259
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
14260
14260
|
client_id?: string | undefined;
|
|
14261
14261
|
client_secret?: string | undefined;
|
|
14262
14262
|
};
|
|
14263
14263
|
} & {
|
|
14264
14264
|
json: {
|
|
14265
14265
|
token: string;
|
|
14266
|
-
token_type_hint?: "
|
|
14266
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
14267
14267
|
client_id?: string | undefined;
|
|
14268
14268
|
client_secret?: string | undefined;
|
|
14269
14269
|
};
|
|
@@ -14275,14 +14275,14 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14275
14275
|
input: {
|
|
14276
14276
|
form: {
|
|
14277
14277
|
token: string;
|
|
14278
|
-
token_type_hint?: "
|
|
14278
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
14279
14279
|
client_id?: string | undefined;
|
|
14280
14280
|
client_secret?: string | undefined;
|
|
14281
14281
|
};
|
|
14282
14282
|
} & {
|
|
14283
14283
|
json: {
|
|
14284
14284
|
token: string;
|
|
14285
|
-
token_type_hint?: "
|
|
14285
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
14286
14286
|
client_id?: string | undefined;
|
|
14287
14287
|
client_secret?: string | undefined;
|
|
14288
14288
|
};
|
|
@@ -14297,14 +14297,14 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
14297
14297
|
input: {
|
|
14298
14298
|
form: {
|
|
14299
14299
|
token: string;
|
|
14300
|
-
token_type_hint?: "
|
|
14300
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
14301
14301
|
client_id?: string | undefined;
|
|
14302
14302
|
client_secret?: string | undefined;
|
|
14303
14303
|
};
|
|
14304
14304
|
} & {
|
|
14305
14305
|
json: {
|
|
14306
14306
|
token: string;
|
|
14307
|
-
token_type_hint?: "
|
|
14307
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
14308
14308
|
client_id?: string | undefined;
|
|
14309
14309
|
client_secret?: string | undefined;
|
|
14310
14310
|
};
|
|
@@ -15508,7 +15508,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15508
15508
|
} & {
|
|
15509
15509
|
form: {
|
|
15510
15510
|
username: string;
|
|
15511
|
-
login_selection?: "
|
|
15511
|
+
login_selection?: "password" | "code" | undefined;
|
|
15512
15512
|
};
|
|
15513
15513
|
};
|
|
15514
15514
|
output: {};
|
|
@@ -15522,7 +15522,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15522
15522
|
} & {
|
|
15523
15523
|
form: {
|
|
15524
15524
|
username: string;
|
|
15525
|
-
login_selection?: "
|
|
15525
|
+
login_selection?: "password" | "code" | undefined;
|
|
15526
15526
|
};
|
|
15527
15527
|
};
|
|
15528
15528
|
output: {};
|
|
@@ -15871,7 +15871,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15871
15871
|
$get: {
|
|
15872
15872
|
input: {
|
|
15873
15873
|
param: {
|
|
15874
|
-
screen: "signup" | "
|
|
15874
|
+
screen: "signup" | "account" | "login" | "reset-password" | "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";
|
|
15875
15875
|
};
|
|
15876
15876
|
} & {
|
|
15877
15877
|
query: {
|
|
@@ -15887,7 +15887,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15887
15887
|
} | {
|
|
15888
15888
|
input: {
|
|
15889
15889
|
param: {
|
|
15890
|
-
screen: "signup" | "
|
|
15890
|
+
screen: "signup" | "account" | "login" | "reset-password" | "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";
|
|
15891
15891
|
};
|
|
15892
15892
|
} & {
|
|
15893
15893
|
query: {
|
|
@@ -15903,7 +15903,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
15903
15903
|
} | {
|
|
15904
15904
|
input: {
|
|
15905
15905
|
param: {
|
|
15906
|
-
screen: "signup" | "
|
|
15906
|
+
screen: "signup" | "account" | "login" | "reset-password" | "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";
|
|
15907
15907
|
};
|
|
15908
15908
|
} & {
|
|
15909
15909
|
query: {
|