authhero 5.21.1 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/u/widget/index.esm.js +1 -1
- package/dist/authhero.cjs +105 -105
- package/dist/authhero.d.ts +230 -230
- package/dist/authhero.mjs +9860 -9833
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +3 -3
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
- package/dist/types/index.d.ts +230 -230
- package/dist/types/routes/auth-api/index.d.ts +34 -34
- package/dist/types/routes/auth-api/passwordless.d.ts +16 -16
- package/dist/types/routes/auth-api/register/index.d.ts +2 -2
- package/dist/types/routes/auth-api/revoke.d.ts +6 -6
- package/dist/types/routes/auth-api/token.d.ts +10 -10
- package/dist/types/routes/management-api/actions.d.ts +2 -2
- package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
- package/dist/types/routes/management-api/clients.d.ts +7 -7
- package/dist/types/routes/management-api/connections.d.ts +1 -1
- package/dist/types/routes/management-api/email-templates.d.ts +20 -20
- package/dist/types/routes/management-api/emails.d.ts +2 -2
- package/dist/types/routes/management-api/forms.d.ts +126 -126
- package/dist/types/routes/management-api/guardian.d.ts +5 -5
- package/dist/types/routes/management-api/index.d.ts +184 -184
- package/dist/types/routes/management-api/logs.d.ts +3 -3
- package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
- package/dist/types/routes/management-api/organizations.d.ts +3 -3
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/common.d.ts +2 -2
- package/dist/types/routes/universal-login/flow-api.d.ts +16 -16
- package/dist/types/routes/universal-login/form-node.d.ts +4 -4
- package/dist/types/routes/universal-login/index.d.ts +4 -4
- package/dist/types/routes/universal-login/u2-form-node.d.ts +2 -2
- package/dist/types/routes/universal-login/u2-index.d.ts +8 -8
- package/dist/types/routes/universal-login/u2-routes.d.ts +6 -6
- package/dist/types/strategies/microsoft-entra.d.ts +23 -0
- package/dist/types/strategies/waad.d.ts +24 -0
- package/dist/types/strategies/windowslive.d.ts +24 -0
- package/package.json +5 -5
package/dist/authhero.d.ts
CHANGED
|
@@ -2721,7 +2721,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
2721
2721
|
};
|
|
2722
2722
|
} & {
|
|
2723
2723
|
json: {
|
|
2724
|
-
type: "
|
|
2724
|
+
type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
|
|
2725
2725
|
phone_number?: string | undefined;
|
|
2726
2726
|
totp_secret?: string | undefined;
|
|
2727
2727
|
credential_id?: string | undefined;
|
|
@@ -2861,7 +2861,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
2861
2861
|
};
|
|
2862
2862
|
};
|
|
2863
2863
|
output: {
|
|
2864
|
-
name: "
|
|
2864
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
2865
2865
|
enabled: boolean;
|
|
2866
2866
|
trial_expired?: boolean | undefined;
|
|
2867
2867
|
}[];
|
|
@@ -3016,7 +3016,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3016
3016
|
$get: {
|
|
3017
3017
|
input: {
|
|
3018
3018
|
param: {
|
|
3019
|
-
factor_name: "
|
|
3019
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
3020
3020
|
};
|
|
3021
3021
|
} & {
|
|
3022
3022
|
header: {
|
|
@@ -3024,7 +3024,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3024
3024
|
};
|
|
3025
3025
|
};
|
|
3026
3026
|
output: {
|
|
3027
|
-
name: "
|
|
3027
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
3028
3028
|
enabled: boolean;
|
|
3029
3029
|
trial_expired?: boolean | undefined;
|
|
3030
3030
|
};
|
|
@@ -3037,7 +3037,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3037
3037
|
$put: {
|
|
3038
3038
|
input: {
|
|
3039
3039
|
param: {
|
|
3040
|
-
factor_name: "
|
|
3040
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
3041
3041
|
};
|
|
3042
3042
|
} & {
|
|
3043
3043
|
header: {
|
|
@@ -3049,7 +3049,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3049
3049
|
};
|
|
3050
3050
|
};
|
|
3051
3051
|
output: {
|
|
3052
|
-
name: "
|
|
3052
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
3053
3053
|
enabled: boolean;
|
|
3054
3054
|
trial_expired?: boolean | undefined;
|
|
3055
3055
|
};
|
|
@@ -3794,10 +3794,10 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3794
3794
|
invitee: {
|
|
3795
3795
|
email?: string | undefined;
|
|
3796
3796
|
};
|
|
3797
|
-
connection_id?: string | undefined;
|
|
3798
3797
|
id?: string | undefined;
|
|
3799
3798
|
app_metadata?: Record<string, any> | undefined;
|
|
3800
3799
|
user_metadata?: Record<string, any> | undefined;
|
|
3800
|
+
connection_id?: string | undefined;
|
|
3801
3801
|
roles?: string[] | undefined;
|
|
3802
3802
|
ttl_sec?: number | undefined;
|
|
3803
3803
|
send_invitation_email?: boolean | undefined;
|
|
@@ -3847,7 +3847,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3847
3847
|
};
|
|
3848
3848
|
output: {};
|
|
3849
3849
|
outputFormat: string;
|
|
3850
|
-
status:
|
|
3850
|
+
status: 204;
|
|
3851
3851
|
} | {
|
|
3852
3852
|
input: {
|
|
3853
3853
|
param: {
|
|
@@ -3861,7 +3861,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3861
3861
|
};
|
|
3862
3862
|
output: {};
|
|
3863
3863
|
outputFormat: string;
|
|
3864
|
-
status:
|
|
3864
|
+
status: 404;
|
|
3865
3865
|
};
|
|
3866
3866
|
};
|
|
3867
3867
|
} & {
|
|
@@ -5225,7 +5225,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5225
5225
|
hint?: string | undefined;
|
|
5226
5226
|
messages?: {
|
|
5227
5227
|
text: string;
|
|
5228
|
-
type: "
|
|
5228
|
+
type: "error" | "success" | "info" | "warning";
|
|
5229
5229
|
id?: number | undefined;
|
|
5230
5230
|
}[] | undefined;
|
|
5231
5231
|
required?: boolean | undefined;
|
|
@@ -5243,7 +5243,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5243
5243
|
hint?: string | undefined;
|
|
5244
5244
|
messages?: {
|
|
5245
5245
|
text: string;
|
|
5246
|
-
type: "
|
|
5246
|
+
type: "error" | "success" | "info" | "warning";
|
|
5247
5247
|
id?: number | undefined;
|
|
5248
5248
|
}[] | undefined;
|
|
5249
5249
|
required?: boolean | undefined;
|
|
@@ -5267,7 +5267,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5267
5267
|
hint?: string | undefined;
|
|
5268
5268
|
messages?: {
|
|
5269
5269
|
text: string;
|
|
5270
|
-
type: "
|
|
5270
|
+
type: "error" | "success" | "info" | "warning";
|
|
5271
5271
|
id?: number | undefined;
|
|
5272
5272
|
}[] | undefined;
|
|
5273
5273
|
required?: boolean | undefined;
|
|
@@ -5277,7 +5277,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5277
5277
|
value: string;
|
|
5278
5278
|
label: string;
|
|
5279
5279
|
}[] | undefined;
|
|
5280
|
-
display?: "
|
|
5280
|
+
display?: "radio" | "checkbox" | undefined;
|
|
5281
5281
|
multiple?: boolean | undefined;
|
|
5282
5282
|
default_value?: string | string[] | undefined;
|
|
5283
5283
|
} | undefined;
|
|
@@ -5291,7 +5291,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5291
5291
|
hint?: string | undefined;
|
|
5292
5292
|
messages?: {
|
|
5293
5293
|
text: string;
|
|
5294
|
-
type: "
|
|
5294
|
+
type: "error" | "success" | "info" | "warning";
|
|
5295
5295
|
id?: number | undefined;
|
|
5296
5296
|
}[] | undefined;
|
|
5297
5297
|
required?: boolean | undefined;
|
|
@@ -5320,7 +5320,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5320
5320
|
hint?: string | undefined;
|
|
5321
5321
|
messages?: {
|
|
5322
5322
|
text: string;
|
|
5323
|
-
type: "
|
|
5323
|
+
type: "error" | "success" | "info" | "warning";
|
|
5324
5324
|
id?: number | undefined;
|
|
5325
5325
|
}[] | undefined;
|
|
5326
5326
|
required?: boolean | undefined;
|
|
@@ -5335,7 +5335,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5335
5335
|
hint?: string | undefined;
|
|
5336
5336
|
messages?: {
|
|
5337
5337
|
text: string;
|
|
5338
|
-
type: "
|
|
5338
|
+
type: "error" | "success" | "info" | "warning";
|
|
5339
5339
|
id?: number | undefined;
|
|
5340
5340
|
}[] | undefined;
|
|
5341
5341
|
required?: boolean | undefined;
|
|
@@ -5356,7 +5356,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5356
5356
|
hint?: string | undefined;
|
|
5357
5357
|
messages?: {
|
|
5358
5358
|
text: string;
|
|
5359
|
-
type: "
|
|
5359
|
+
type: "error" | "success" | "info" | "warning";
|
|
5360
5360
|
id?: number | undefined;
|
|
5361
5361
|
}[] | undefined;
|
|
5362
5362
|
required?: boolean | undefined;
|
|
@@ -5381,7 +5381,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5381
5381
|
hint?: string | undefined;
|
|
5382
5382
|
messages?: {
|
|
5383
5383
|
text: string;
|
|
5384
|
-
type: "
|
|
5384
|
+
type: "error" | "success" | "info" | "warning";
|
|
5385
5385
|
id?: number | undefined;
|
|
5386
5386
|
}[] | undefined;
|
|
5387
5387
|
required?: boolean | undefined;
|
|
@@ -5400,7 +5400,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5400
5400
|
hint?: string | undefined;
|
|
5401
5401
|
messages?: {
|
|
5402
5402
|
text: string;
|
|
5403
|
-
type: "
|
|
5403
|
+
type: "error" | "success" | "info" | "warning";
|
|
5404
5404
|
id?: number | undefined;
|
|
5405
5405
|
}[] | undefined;
|
|
5406
5406
|
required?: boolean | undefined;
|
|
@@ -5420,7 +5420,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5420
5420
|
hint?: string | undefined;
|
|
5421
5421
|
messages?: {
|
|
5422
5422
|
text: string;
|
|
5423
|
-
type: "
|
|
5423
|
+
type: "error" | "success" | "info" | "warning";
|
|
5424
5424
|
id?: number | undefined;
|
|
5425
5425
|
}[] | undefined;
|
|
5426
5426
|
required?: boolean | undefined;
|
|
@@ -5439,7 +5439,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5439
5439
|
hint?: string | undefined;
|
|
5440
5440
|
messages?: {
|
|
5441
5441
|
text: string;
|
|
5442
|
-
type: "
|
|
5442
|
+
type: "error" | "success" | "info" | "warning";
|
|
5443
5443
|
id?: number | undefined;
|
|
5444
5444
|
}[] | undefined;
|
|
5445
5445
|
required?: boolean | undefined;
|
|
@@ -5461,7 +5461,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5461
5461
|
hint?: string | undefined;
|
|
5462
5462
|
messages?: {
|
|
5463
5463
|
text: string;
|
|
5464
|
-
type: "
|
|
5464
|
+
type: "error" | "success" | "info" | "warning";
|
|
5465
5465
|
id?: number | undefined;
|
|
5466
5466
|
}[] | undefined;
|
|
5467
5467
|
required?: boolean | undefined;
|
|
@@ -5483,7 +5483,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5483
5483
|
hint?: string | undefined;
|
|
5484
5484
|
messages?: {
|
|
5485
5485
|
text: string;
|
|
5486
|
-
type: "
|
|
5486
|
+
type: "error" | "success" | "info" | "warning";
|
|
5487
5487
|
id?: number | undefined;
|
|
5488
5488
|
}[] | undefined;
|
|
5489
5489
|
required?: boolean | undefined;
|
|
@@ -5502,7 +5502,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5502
5502
|
hint?: string | undefined;
|
|
5503
5503
|
messages?: {
|
|
5504
5504
|
text: string;
|
|
5505
|
-
type: "
|
|
5505
|
+
type: "error" | "success" | "info" | "warning";
|
|
5506
5506
|
id?: number | undefined;
|
|
5507
5507
|
}[] | undefined;
|
|
5508
5508
|
required?: boolean | undefined;
|
|
@@ -5527,7 +5527,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5527
5527
|
hint?: string | undefined;
|
|
5528
5528
|
messages?: {
|
|
5529
5529
|
text: string;
|
|
5530
|
-
type: "
|
|
5530
|
+
type: "error" | "success" | "info" | "warning";
|
|
5531
5531
|
id?: number | undefined;
|
|
5532
5532
|
}[] | undefined;
|
|
5533
5533
|
required?: boolean | undefined;
|
|
@@ -5548,7 +5548,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5548
5548
|
hint?: string | undefined;
|
|
5549
5549
|
messages?: {
|
|
5550
5550
|
text: string;
|
|
5551
|
-
type: "
|
|
5551
|
+
type: "error" | "success" | "info" | "warning";
|
|
5552
5552
|
id?: number | undefined;
|
|
5553
5553
|
}[] | undefined;
|
|
5554
5554
|
required?: boolean | undefined;
|
|
@@ -5569,7 +5569,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5569
5569
|
hint?: string | undefined;
|
|
5570
5570
|
messages?: {
|
|
5571
5571
|
text: string;
|
|
5572
|
-
type: "
|
|
5572
|
+
type: "error" | "success" | "info" | "warning";
|
|
5573
5573
|
id?: number | undefined;
|
|
5574
5574
|
}[] | undefined;
|
|
5575
5575
|
required?: boolean | undefined;
|
|
@@ -5802,7 +5802,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5802
5802
|
hint?: string | undefined;
|
|
5803
5803
|
messages?: {
|
|
5804
5804
|
text: string;
|
|
5805
|
-
type: "
|
|
5805
|
+
type: "error" | "success" | "info" | "warning";
|
|
5806
5806
|
id?: number | undefined;
|
|
5807
5807
|
}[] | undefined;
|
|
5808
5808
|
required?: boolean | undefined;
|
|
@@ -5820,7 +5820,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5820
5820
|
hint?: string | undefined;
|
|
5821
5821
|
messages?: {
|
|
5822
5822
|
text: string;
|
|
5823
|
-
type: "
|
|
5823
|
+
type: "error" | "success" | "info" | "warning";
|
|
5824
5824
|
id?: number | undefined;
|
|
5825
5825
|
}[] | undefined;
|
|
5826
5826
|
required?: boolean | undefined;
|
|
@@ -5844,7 +5844,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5844
5844
|
hint?: string | undefined;
|
|
5845
5845
|
messages?: {
|
|
5846
5846
|
text: string;
|
|
5847
|
-
type: "
|
|
5847
|
+
type: "error" | "success" | "info" | "warning";
|
|
5848
5848
|
id?: number | undefined;
|
|
5849
5849
|
}[] | undefined;
|
|
5850
5850
|
required?: boolean | undefined;
|
|
@@ -5854,7 +5854,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5854
5854
|
value: string;
|
|
5855
5855
|
label: string;
|
|
5856
5856
|
}[] | undefined;
|
|
5857
|
-
display?: "
|
|
5857
|
+
display?: "radio" | "checkbox" | undefined;
|
|
5858
5858
|
multiple?: boolean | undefined;
|
|
5859
5859
|
default_value?: string | string[] | undefined;
|
|
5860
5860
|
} | undefined;
|
|
@@ -5868,7 +5868,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5868
5868
|
hint?: string | undefined;
|
|
5869
5869
|
messages?: {
|
|
5870
5870
|
text: string;
|
|
5871
|
-
type: "
|
|
5871
|
+
type: "error" | "success" | "info" | "warning";
|
|
5872
5872
|
id?: number | undefined;
|
|
5873
5873
|
}[] | undefined;
|
|
5874
5874
|
required?: boolean | undefined;
|
|
@@ -5897,7 +5897,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5897
5897
|
hint?: string | undefined;
|
|
5898
5898
|
messages?: {
|
|
5899
5899
|
text: string;
|
|
5900
|
-
type: "
|
|
5900
|
+
type: "error" | "success" | "info" | "warning";
|
|
5901
5901
|
id?: number | undefined;
|
|
5902
5902
|
}[] | undefined;
|
|
5903
5903
|
required?: boolean | undefined;
|
|
@@ -5912,7 +5912,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5912
5912
|
hint?: string | undefined;
|
|
5913
5913
|
messages?: {
|
|
5914
5914
|
text: string;
|
|
5915
|
-
type: "
|
|
5915
|
+
type: "error" | "success" | "info" | "warning";
|
|
5916
5916
|
id?: number | undefined;
|
|
5917
5917
|
}[] | undefined;
|
|
5918
5918
|
required?: boolean | undefined;
|
|
@@ -5933,7 +5933,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5933
5933
|
hint?: string | undefined;
|
|
5934
5934
|
messages?: {
|
|
5935
5935
|
text: string;
|
|
5936
|
-
type: "
|
|
5936
|
+
type: "error" | "success" | "info" | "warning";
|
|
5937
5937
|
id?: number | undefined;
|
|
5938
5938
|
}[] | undefined;
|
|
5939
5939
|
required?: boolean | undefined;
|
|
@@ -5958,7 +5958,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5958
5958
|
hint?: string | undefined;
|
|
5959
5959
|
messages?: {
|
|
5960
5960
|
text: string;
|
|
5961
|
-
type: "
|
|
5961
|
+
type: "error" | "success" | "info" | "warning";
|
|
5962
5962
|
id?: number | undefined;
|
|
5963
5963
|
}[] | undefined;
|
|
5964
5964
|
required?: boolean | undefined;
|
|
@@ -5977,7 +5977,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5977
5977
|
hint?: string | undefined;
|
|
5978
5978
|
messages?: {
|
|
5979
5979
|
text: string;
|
|
5980
|
-
type: "
|
|
5980
|
+
type: "error" | "success" | "info" | "warning";
|
|
5981
5981
|
id?: number | undefined;
|
|
5982
5982
|
}[] | undefined;
|
|
5983
5983
|
required?: boolean | undefined;
|
|
@@ -5997,7 +5997,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5997
5997
|
hint?: string | undefined;
|
|
5998
5998
|
messages?: {
|
|
5999
5999
|
text: string;
|
|
6000
|
-
type: "
|
|
6000
|
+
type: "error" | "success" | "info" | "warning";
|
|
6001
6001
|
id?: number | undefined;
|
|
6002
6002
|
}[] | undefined;
|
|
6003
6003
|
required?: boolean | undefined;
|
|
@@ -6016,7 +6016,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6016
6016
|
hint?: string | undefined;
|
|
6017
6017
|
messages?: {
|
|
6018
6018
|
text: string;
|
|
6019
|
-
type: "
|
|
6019
|
+
type: "error" | "success" | "info" | "warning";
|
|
6020
6020
|
id?: number | undefined;
|
|
6021
6021
|
}[] | undefined;
|
|
6022
6022
|
required?: boolean | undefined;
|
|
@@ -6038,7 +6038,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6038
6038
|
hint?: string | undefined;
|
|
6039
6039
|
messages?: {
|
|
6040
6040
|
text: string;
|
|
6041
|
-
type: "
|
|
6041
|
+
type: "error" | "success" | "info" | "warning";
|
|
6042
6042
|
id?: number | undefined;
|
|
6043
6043
|
}[] | undefined;
|
|
6044
6044
|
required?: boolean | undefined;
|
|
@@ -6060,7 +6060,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6060
6060
|
hint?: string | undefined;
|
|
6061
6061
|
messages?: {
|
|
6062
6062
|
text: string;
|
|
6063
|
-
type: "
|
|
6063
|
+
type: "error" | "success" | "info" | "warning";
|
|
6064
6064
|
id?: number | undefined;
|
|
6065
6065
|
}[] | undefined;
|
|
6066
6066
|
required?: boolean | undefined;
|
|
@@ -6079,7 +6079,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6079
6079
|
hint?: string | undefined;
|
|
6080
6080
|
messages?: {
|
|
6081
6081
|
text: string;
|
|
6082
|
-
type: "
|
|
6082
|
+
type: "error" | "success" | "info" | "warning";
|
|
6083
6083
|
id?: number | undefined;
|
|
6084
6084
|
}[] | undefined;
|
|
6085
6085
|
required?: boolean | undefined;
|
|
@@ -6104,7 +6104,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6104
6104
|
hint?: string | undefined;
|
|
6105
6105
|
messages?: {
|
|
6106
6106
|
text: string;
|
|
6107
|
-
type: "
|
|
6107
|
+
type: "error" | "success" | "info" | "warning";
|
|
6108
6108
|
id?: number | undefined;
|
|
6109
6109
|
}[] | undefined;
|
|
6110
6110
|
required?: boolean | undefined;
|
|
@@ -6125,7 +6125,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6125
6125
|
hint?: string | undefined;
|
|
6126
6126
|
messages?: {
|
|
6127
6127
|
text: string;
|
|
6128
|
-
type: "
|
|
6128
|
+
type: "error" | "success" | "info" | "warning";
|
|
6129
6129
|
id?: number | undefined;
|
|
6130
6130
|
}[] | undefined;
|
|
6131
6131
|
required?: boolean | undefined;
|
|
@@ -6146,7 +6146,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6146
6146
|
hint?: string | undefined;
|
|
6147
6147
|
messages?: {
|
|
6148
6148
|
text: string;
|
|
6149
|
-
type: "
|
|
6149
|
+
type: "error" | "success" | "info" | "warning";
|
|
6150
6150
|
id?: number | undefined;
|
|
6151
6151
|
}[] | undefined;
|
|
6152
6152
|
required?: boolean | undefined;
|
|
@@ -6394,7 +6394,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6394
6394
|
hint?: string | undefined;
|
|
6395
6395
|
messages?: {
|
|
6396
6396
|
text: string;
|
|
6397
|
-
type: "
|
|
6397
|
+
type: "error" | "success" | "info" | "warning";
|
|
6398
6398
|
id?: number | undefined;
|
|
6399
6399
|
}[] | undefined;
|
|
6400
6400
|
required?: boolean | undefined;
|
|
@@ -6412,7 +6412,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6412
6412
|
hint?: string | undefined;
|
|
6413
6413
|
messages?: {
|
|
6414
6414
|
text: string;
|
|
6415
|
-
type: "
|
|
6415
|
+
type: "error" | "success" | "info" | "warning";
|
|
6416
6416
|
id?: number | undefined;
|
|
6417
6417
|
}[] | undefined;
|
|
6418
6418
|
required?: boolean | undefined;
|
|
@@ -6436,7 +6436,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6436
6436
|
hint?: string | undefined;
|
|
6437
6437
|
messages?: {
|
|
6438
6438
|
text: string;
|
|
6439
|
-
type: "
|
|
6439
|
+
type: "error" | "success" | "info" | "warning";
|
|
6440
6440
|
id?: number | undefined;
|
|
6441
6441
|
}[] | undefined;
|
|
6442
6442
|
required?: boolean | undefined;
|
|
@@ -6446,7 +6446,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6446
6446
|
value: string;
|
|
6447
6447
|
label: string;
|
|
6448
6448
|
}[] | undefined;
|
|
6449
|
-
display?: "
|
|
6449
|
+
display?: "radio" | "checkbox" | undefined;
|
|
6450
6450
|
multiple?: boolean | undefined;
|
|
6451
6451
|
default_value?: string | string[] | undefined;
|
|
6452
6452
|
} | undefined;
|
|
@@ -6460,7 +6460,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6460
6460
|
hint?: string | undefined;
|
|
6461
6461
|
messages?: {
|
|
6462
6462
|
text: string;
|
|
6463
|
-
type: "
|
|
6463
|
+
type: "error" | "success" | "info" | "warning";
|
|
6464
6464
|
id?: number | undefined;
|
|
6465
6465
|
}[] | undefined;
|
|
6466
6466
|
required?: boolean | undefined;
|
|
@@ -6489,7 +6489,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6489
6489
|
hint?: string | undefined;
|
|
6490
6490
|
messages?: {
|
|
6491
6491
|
text: string;
|
|
6492
|
-
type: "
|
|
6492
|
+
type: "error" | "success" | "info" | "warning";
|
|
6493
6493
|
id?: number | undefined;
|
|
6494
6494
|
}[] | undefined;
|
|
6495
6495
|
required?: boolean | undefined;
|
|
@@ -6504,7 +6504,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6504
6504
|
hint?: string | undefined;
|
|
6505
6505
|
messages?: {
|
|
6506
6506
|
text: string;
|
|
6507
|
-
type: "
|
|
6507
|
+
type: "error" | "success" | "info" | "warning";
|
|
6508
6508
|
id?: number | undefined;
|
|
6509
6509
|
}[] | undefined;
|
|
6510
6510
|
required?: boolean | undefined;
|
|
@@ -6525,7 +6525,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6525
6525
|
hint?: string | undefined;
|
|
6526
6526
|
messages?: {
|
|
6527
6527
|
text: string;
|
|
6528
|
-
type: "
|
|
6528
|
+
type: "error" | "success" | "info" | "warning";
|
|
6529
6529
|
id?: number | undefined;
|
|
6530
6530
|
}[] | undefined;
|
|
6531
6531
|
required?: boolean | undefined;
|
|
@@ -6550,7 +6550,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6550
6550
|
hint?: string | undefined;
|
|
6551
6551
|
messages?: {
|
|
6552
6552
|
text: string;
|
|
6553
|
-
type: "
|
|
6553
|
+
type: "error" | "success" | "info" | "warning";
|
|
6554
6554
|
id?: number | undefined;
|
|
6555
6555
|
}[] | undefined;
|
|
6556
6556
|
required?: boolean | undefined;
|
|
@@ -6569,7 +6569,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6569
6569
|
hint?: string | undefined;
|
|
6570
6570
|
messages?: {
|
|
6571
6571
|
text: string;
|
|
6572
|
-
type: "
|
|
6572
|
+
type: "error" | "success" | "info" | "warning";
|
|
6573
6573
|
id?: number | undefined;
|
|
6574
6574
|
}[] | undefined;
|
|
6575
6575
|
required?: boolean | undefined;
|
|
@@ -6589,7 +6589,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6589
6589
|
hint?: string | undefined;
|
|
6590
6590
|
messages?: {
|
|
6591
6591
|
text: string;
|
|
6592
|
-
type: "
|
|
6592
|
+
type: "error" | "success" | "info" | "warning";
|
|
6593
6593
|
id?: number | undefined;
|
|
6594
6594
|
}[] | undefined;
|
|
6595
6595
|
required?: boolean | undefined;
|
|
@@ -6608,7 +6608,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6608
6608
|
hint?: string | undefined;
|
|
6609
6609
|
messages?: {
|
|
6610
6610
|
text: string;
|
|
6611
|
-
type: "
|
|
6611
|
+
type: "error" | "success" | "info" | "warning";
|
|
6612
6612
|
id?: number | undefined;
|
|
6613
6613
|
}[] | undefined;
|
|
6614
6614
|
required?: boolean | undefined;
|
|
@@ -6630,7 +6630,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6630
6630
|
hint?: string | undefined;
|
|
6631
6631
|
messages?: {
|
|
6632
6632
|
text: string;
|
|
6633
|
-
type: "
|
|
6633
|
+
type: "error" | "success" | "info" | "warning";
|
|
6634
6634
|
id?: number | undefined;
|
|
6635
6635
|
}[] | undefined;
|
|
6636
6636
|
required?: boolean | undefined;
|
|
@@ -6652,7 +6652,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6652
6652
|
hint?: string | undefined;
|
|
6653
6653
|
messages?: {
|
|
6654
6654
|
text: string;
|
|
6655
|
-
type: "
|
|
6655
|
+
type: "error" | "success" | "info" | "warning";
|
|
6656
6656
|
id?: number | undefined;
|
|
6657
6657
|
}[] | undefined;
|
|
6658
6658
|
required?: boolean | undefined;
|
|
@@ -6671,7 +6671,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6671
6671
|
hint?: string | undefined;
|
|
6672
6672
|
messages?: {
|
|
6673
6673
|
text: string;
|
|
6674
|
-
type: "
|
|
6674
|
+
type: "error" | "success" | "info" | "warning";
|
|
6675
6675
|
id?: number | undefined;
|
|
6676
6676
|
}[] | undefined;
|
|
6677
6677
|
required?: boolean | undefined;
|
|
@@ -6696,7 +6696,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6696
6696
|
hint?: string | undefined;
|
|
6697
6697
|
messages?: {
|
|
6698
6698
|
text: string;
|
|
6699
|
-
type: "
|
|
6699
|
+
type: "error" | "success" | "info" | "warning";
|
|
6700
6700
|
id?: number | undefined;
|
|
6701
6701
|
}[] | undefined;
|
|
6702
6702
|
required?: boolean | undefined;
|
|
@@ -6717,7 +6717,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6717
6717
|
hint?: string | undefined;
|
|
6718
6718
|
messages?: {
|
|
6719
6719
|
text: string;
|
|
6720
|
-
type: "
|
|
6720
|
+
type: "error" | "success" | "info" | "warning";
|
|
6721
6721
|
id?: number | undefined;
|
|
6722
6722
|
}[] | undefined;
|
|
6723
6723
|
required?: boolean | undefined;
|
|
@@ -6738,7 +6738,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6738
6738
|
hint?: string | undefined;
|
|
6739
6739
|
messages?: {
|
|
6740
6740
|
text: string;
|
|
6741
|
-
type: "
|
|
6741
|
+
type: "error" | "success" | "info" | "warning";
|
|
6742
6742
|
id?: number | undefined;
|
|
6743
6743
|
}[] | undefined;
|
|
6744
6744
|
required?: boolean | undefined;
|
|
@@ -6992,7 +6992,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6992
6992
|
hint?: string | undefined;
|
|
6993
6993
|
messages?: {
|
|
6994
6994
|
text: string;
|
|
6995
|
-
type: "
|
|
6995
|
+
type: "error" | "success" | "info" | "warning";
|
|
6996
6996
|
id?: number | undefined;
|
|
6997
6997
|
}[] | undefined;
|
|
6998
6998
|
required?: boolean | undefined;
|
|
@@ -7010,7 +7010,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7010
7010
|
hint?: string | undefined;
|
|
7011
7011
|
messages?: {
|
|
7012
7012
|
text: string;
|
|
7013
|
-
type: "
|
|
7013
|
+
type: "error" | "success" | "info" | "warning";
|
|
7014
7014
|
id?: number | undefined;
|
|
7015
7015
|
}[] | undefined;
|
|
7016
7016
|
required?: boolean | undefined;
|
|
@@ -7034,7 +7034,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7034
7034
|
hint?: string | undefined;
|
|
7035
7035
|
messages?: {
|
|
7036
7036
|
text: string;
|
|
7037
|
-
type: "
|
|
7037
|
+
type: "error" | "success" | "info" | "warning";
|
|
7038
7038
|
id?: number | undefined;
|
|
7039
7039
|
}[] | undefined;
|
|
7040
7040
|
required?: boolean | undefined;
|
|
@@ -7044,7 +7044,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7044
7044
|
value: string;
|
|
7045
7045
|
label: string;
|
|
7046
7046
|
}[] | undefined;
|
|
7047
|
-
display?: "
|
|
7047
|
+
display?: "radio" | "checkbox" | undefined;
|
|
7048
7048
|
multiple?: boolean | undefined;
|
|
7049
7049
|
default_value?: string | string[] | undefined;
|
|
7050
7050
|
} | undefined;
|
|
@@ -7058,7 +7058,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7058
7058
|
hint?: string | undefined;
|
|
7059
7059
|
messages?: {
|
|
7060
7060
|
text: string;
|
|
7061
|
-
type: "
|
|
7061
|
+
type: "error" | "success" | "info" | "warning";
|
|
7062
7062
|
id?: number | undefined;
|
|
7063
7063
|
}[] | undefined;
|
|
7064
7064
|
required?: boolean | undefined;
|
|
@@ -7083,7 +7083,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7083
7083
|
hint?: string | undefined;
|
|
7084
7084
|
messages?: {
|
|
7085
7085
|
text: string;
|
|
7086
|
-
type: "
|
|
7086
|
+
type: "error" | "success" | "info" | "warning";
|
|
7087
7087
|
id?: number | undefined;
|
|
7088
7088
|
}[] | undefined;
|
|
7089
7089
|
required?: boolean | undefined;
|
|
@@ -7098,7 +7098,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7098
7098
|
hint?: string | undefined;
|
|
7099
7099
|
messages?: {
|
|
7100
7100
|
text: string;
|
|
7101
|
-
type: "
|
|
7101
|
+
type: "error" | "success" | "info" | "warning";
|
|
7102
7102
|
id?: number | undefined;
|
|
7103
7103
|
}[] | undefined;
|
|
7104
7104
|
required?: boolean | undefined;
|
|
@@ -7119,7 +7119,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7119
7119
|
hint?: string | undefined;
|
|
7120
7120
|
messages?: {
|
|
7121
7121
|
text: string;
|
|
7122
|
-
type: "
|
|
7122
|
+
type: "error" | "success" | "info" | "warning";
|
|
7123
7123
|
id?: number | undefined;
|
|
7124
7124
|
}[] | undefined;
|
|
7125
7125
|
required?: boolean | undefined;
|
|
@@ -7144,7 +7144,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7144
7144
|
hint?: string | undefined;
|
|
7145
7145
|
messages?: {
|
|
7146
7146
|
text: string;
|
|
7147
|
-
type: "
|
|
7147
|
+
type: "error" | "success" | "info" | "warning";
|
|
7148
7148
|
id?: number | undefined;
|
|
7149
7149
|
}[] | undefined;
|
|
7150
7150
|
required?: boolean | undefined;
|
|
@@ -7163,7 +7163,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7163
7163
|
hint?: string | undefined;
|
|
7164
7164
|
messages?: {
|
|
7165
7165
|
text: string;
|
|
7166
|
-
type: "
|
|
7166
|
+
type: "error" | "success" | "info" | "warning";
|
|
7167
7167
|
id?: number | undefined;
|
|
7168
7168
|
}[] | undefined;
|
|
7169
7169
|
required?: boolean | undefined;
|
|
@@ -7183,7 +7183,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7183
7183
|
hint?: string | undefined;
|
|
7184
7184
|
messages?: {
|
|
7185
7185
|
text: string;
|
|
7186
|
-
type: "
|
|
7186
|
+
type: "error" | "success" | "info" | "warning";
|
|
7187
7187
|
id?: number | undefined;
|
|
7188
7188
|
}[] | undefined;
|
|
7189
7189
|
required?: boolean | undefined;
|
|
@@ -7202,7 +7202,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7202
7202
|
hint?: string | undefined;
|
|
7203
7203
|
messages?: {
|
|
7204
7204
|
text: string;
|
|
7205
|
-
type: "
|
|
7205
|
+
type: "error" | "success" | "info" | "warning";
|
|
7206
7206
|
id?: number | undefined;
|
|
7207
7207
|
}[] | undefined;
|
|
7208
7208
|
required?: boolean | undefined;
|
|
@@ -7224,7 +7224,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7224
7224
|
hint?: string | undefined;
|
|
7225
7225
|
messages?: {
|
|
7226
7226
|
text: string;
|
|
7227
|
-
type: "
|
|
7227
|
+
type: "error" | "success" | "info" | "warning";
|
|
7228
7228
|
id?: number | undefined;
|
|
7229
7229
|
}[] | undefined;
|
|
7230
7230
|
required?: boolean | undefined;
|
|
@@ -7246,7 +7246,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7246
7246
|
hint?: string | undefined;
|
|
7247
7247
|
messages?: {
|
|
7248
7248
|
text: string;
|
|
7249
|
-
type: "
|
|
7249
|
+
type: "error" | "success" | "info" | "warning";
|
|
7250
7250
|
id?: number | undefined;
|
|
7251
7251
|
}[] | undefined;
|
|
7252
7252
|
required?: boolean | undefined;
|
|
@@ -7265,7 +7265,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7265
7265
|
hint?: string | undefined;
|
|
7266
7266
|
messages?: {
|
|
7267
7267
|
text: string;
|
|
7268
|
-
type: "
|
|
7268
|
+
type: "error" | "success" | "info" | "warning";
|
|
7269
7269
|
id?: number | undefined;
|
|
7270
7270
|
}[] | undefined;
|
|
7271
7271
|
required?: boolean | undefined;
|
|
@@ -7290,7 +7290,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7290
7290
|
hint?: string | undefined;
|
|
7291
7291
|
messages?: {
|
|
7292
7292
|
text: string;
|
|
7293
|
-
type: "
|
|
7293
|
+
type: "error" | "success" | "info" | "warning";
|
|
7294
7294
|
id?: number | undefined;
|
|
7295
7295
|
}[] | undefined;
|
|
7296
7296
|
required?: boolean | undefined;
|
|
@@ -7311,7 +7311,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7311
7311
|
hint?: string | undefined;
|
|
7312
7312
|
messages?: {
|
|
7313
7313
|
text: string;
|
|
7314
|
-
type: "
|
|
7314
|
+
type: "error" | "success" | "info" | "warning";
|
|
7315
7315
|
id?: number | undefined;
|
|
7316
7316
|
}[] | undefined;
|
|
7317
7317
|
required?: boolean | undefined;
|
|
@@ -7332,7 +7332,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7332
7332
|
hint?: string | undefined;
|
|
7333
7333
|
messages?: {
|
|
7334
7334
|
text: string;
|
|
7335
|
-
type: "
|
|
7335
|
+
type: "error" | "success" | "info" | "warning";
|
|
7336
7336
|
id?: number | undefined;
|
|
7337
7337
|
}[] | undefined;
|
|
7338
7338
|
required?: boolean | undefined;
|
|
@@ -7563,7 +7563,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7563
7563
|
hint?: string | undefined;
|
|
7564
7564
|
messages?: {
|
|
7565
7565
|
text: string;
|
|
7566
|
-
type: "
|
|
7566
|
+
type: "error" | "success" | "info" | "warning";
|
|
7567
7567
|
id?: number | undefined;
|
|
7568
7568
|
}[] | undefined;
|
|
7569
7569
|
required?: boolean | undefined;
|
|
@@ -7581,7 +7581,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7581
7581
|
hint?: string | undefined;
|
|
7582
7582
|
messages?: {
|
|
7583
7583
|
text: string;
|
|
7584
|
-
type: "
|
|
7584
|
+
type: "error" | "success" | "info" | "warning";
|
|
7585
7585
|
id?: number | undefined;
|
|
7586
7586
|
}[] | undefined;
|
|
7587
7587
|
required?: boolean | undefined;
|
|
@@ -7605,7 +7605,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7605
7605
|
hint?: string | undefined;
|
|
7606
7606
|
messages?: {
|
|
7607
7607
|
text: string;
|
|
7608
|
-
type: "
|
|
7608
|
+
type: "error" | "success" | "info" | "warning";
|
|
7609
7609
|
id?: number | undefined;
|
|
7610
7610
|
}[] | undefined;
|
|
7611
7611
|
required?: boolean | undefined;
|
|
@@ -7615,7 +7615,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7615
7615
|
value: string;
|
|
7616
7616
|
label: string;
|
|
7617
7617
|
}[] | undefined;
|
|
7618
|
-
display?: "
|
|
7618
|
+
display?: "radio" | "checkbox" | undefined;
|
|
7619
7619
|
multiple?: boolean | undefined;
|
|
7620
7620
|
default_value?: string | string[] | undefined;
|
|
7621
7621
|
} | undefined;
|
|
@@ -7629,7 +7629,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7629
7629
|
hint?: string | undefined;
|
|
7630
7630
|
messages?: {
|
|
7631
7631
|
text: string;
|
|
7632
|
-
type: "
|
|
7632
|
+
type: "error" | "success" | "info" | "warning";
|
|
7633
7633
|
id?: number | undefined;
|
|
7634
7634
|
}[] | undefined;
|
|
7635
7635
|
required?: boolean | undefined;
|
|
@@ -7658,7 +7658,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7658
7658
|
hint?: string | undefined;
|
|
7659
7659
|
messages?: {
|
|
7660
7660
|
text: string;
|
|
7661
|
-
type: "
|
|
7661
|
+
type: "error" | "success" | "info" | "warning";
|
|
7662
7662
|
id?: number | undefined;
|
|
7663
7663
|
}[] | undefined;
|
|
7664
7664
|
required?: boolean | undefined;
|
|
@@ -7673,7 +7673,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7673
7673
|
hint?: string | undefined;
|
|
7674
7674
|
messages?: {
|
|
7675
7675
|
text: string;
|
|
7676
|
-
type: "
|
|
7676
|
+
type: "error" | "success" | "info" | "warning";
|
|
7677
7677
|
id?: number | undefined;
|
|
7678
7678
|
}[] | undefined;
|
|
7679
7679
|
required?: boolean | undefined;
|
|
@@ -7694,7 +7694,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7694
7694
|
hint?: string | undefined;
|
|
7695
7695
|
messages?: {
|
|
7696
7696
|
text: string;
|
|
7697
|
-
type: "
|
|
7697
|
+
type: "error" | "success" | "info" | "warning";
|
|
7698
7698
|
id?: number | undefined;
|
|
7699
7699
|
}[] | undefined;
|
|
7700
7700
|
required?: boolean | undefined;
|
|
@@ -7719,7 +7719,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7719
7719
|
hint?: string | undefined;
|
|
7720
7720
|
messages?: {
|
|
7721
7721
|
text: string;
|
|
7722
|
-
type: "
|
|
7722
|
+
type: "error" | "success" | "info" | "warning";
|
|
7723
7723
|
id?: number | undefined;
|
|
7724
7724
|
}[] | undefined;
|
|
7725
7725
|
required?: boolean | undefined;
|
|
@@ -7738,7 +7738,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7738
7738
|
hint?: string | undefined;
|
|
7739
7739
|
messages?: {
|
|
7740
7740
|
text: string;
|
|
7741
|
-
type: "
|
|
7741
|
+
type: "error" | "success" | "info" | "warning";
|
|
7742
7742
|
id?: number | undefined;
|
|
7743
7743
|
}[] | undefined;
|
|
7744
7744
|
required?: boolean | undefined;
|
|
@@ -7758,7 +7758,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7758
7758
|
hint?: string | undefined;
|
|
7759
7759
|
messages?: {
|
|
7760
7760
|
text: string;
|
|
7761
|
-
type: "
|
|
7761
|
+
type: "error" | "success" | "info" | "warning";
|
|
7762
7762
|
id?: number | undefined;
|
|
7763
7763
|
}[] | undefined;
|
|
7764
7764
|
required?: boolean | undefined;
|
|
@@ -7777,7 +7777,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7777
7777
|
hint?: string | undefined;
|
|
7778
7778
|
messages?: {
|
|
7779
7779
|
text: string;
|
|
7780
|
-
type: "
|
|
7780
|
+
type: "error" | "success" | "info" | "warning";
|
|
7781
7781
|
id?: number | undefined;
|
|
7782
7782
|
}[] | undefined;
|
|
7783
7783
|
required?: boolean | undefined;
|
|
@@ -7799,7 +7799,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7799
7799
|
hint?: string | undefined;
|
|
7800
7800
|
messages?: {
|
|
7801
7801
|
text: string;
|
|
7802
|
-
type: "
|
|
7802
|
+
type: "error" | "success" | "info" | "warning";
|
|
7803
7803
|
id?: number | undefined;
|
|
7804
7804
|
}[] | undefined;
|
|
7805
7805
|
required?: boolean | undefined;
|
|
@@ -7821,7 +7821,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7821
7821
|
hint?: string | undefined;
|
|
7822
7822
|
messages?: {
|
|
7823
7823
|
text: string;
|
|
7824
|
-
type: "
|
|
7824
|
+
type: "error" | "success" | "info" | "warning";
|
|
7825
7825
|
id?: number | undefined;
|
|
7826
7826
|
}[] | undefined;
|
|
7827
7827
|
required?: boolean | undefined;
|
|
@@ -7840,7 +7840,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7840
7840
|
hint?: string | undefined;
|
|
7841
7841
|
messages?: {
|
|
7842
7842
|
text: string;
|
|
7843
|
-
type: "
|
|
7843
|
+
type: "error" | "success" | "info" | "warning";
|
|
7844
7844
|
id?: number | undefined;
|
|
7845
7845
|
}[] | undefined;
|
|
7846
7846
|
required?: boolean | undefined;
|
|
@@ -7865,7 +7865,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7865
7865
|
hint?: string | undefined;
|
|
7866
7866
|
messages?: {
|
|
7867
7867
|
text: string;
|
|
7868
|
-
type: "
|
|
7868
|
+
type: "error" | "success" | "info" | "warning";
|
|
7869
7869
|
id?: number | undefined;
|
|
7870
7870
|
}[] | undefined;
|
|
7871
7871
|
required?: boolean | undefined;
|
|
@@ -7886,7 +7886,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7886
7886
|
hint?: string | undefined;
|
|
7887
7887
|
messages?: {
|
|
7888
7888
|
text: string;
|
|
7889
|
-
type: "
|
|
7889
|
+
type: "error" | "success" | "info" | "warning";
|
|
7890
7890
|
id?: number | undefined;
|
|
7891
7891
|
}[] | undefined;
|
|
7892
7892
|
required?: boolean | undefined;
|
|
@@ -7907,7 +7907,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7907
7907
|
hint?: string | undefined;
|
|
7908
7908
|
messages?: {
|
|
7909
7909
|
text: string;
|
|
7910
|
-
type: "
|
|
7910
|
+
type: "error" | "success" | "info" | "warning";
|
|
7911
7911
|
id?: number | undefined;
|
|
7912
7912
|
}[] | undefined;
|
|
7913
7913
|
required?: boolean | undefined;
|
|
@@ -8140,7 +8140,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8140
8140
|
hint?: string | undefined;
|
|
8141
8141
|
messages?: {
|
|
8142
8142
|
text: string;
|
|
8143
|
-
type: "
|
|
8143
|
+
type: "error" | "success" | "info" | "warning";
|
|
8144
8144
|
id?: number | undefined;
|
|
8145
8145
|
}[] | undefined;
|
|
8146
8146
|
required?: boolean | undefined;
|
|
@@ -8158,7 +8158,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8158
8158
|
hint?: string | undefined;
|
|
8159
8159
|
messages?: {
|
|
8160
8160
|
text: string;
|
|
8161
|
-
type: "
|
|
8161
|
+
type: "error" | "success" | "info" | "warning";
|
|
8162
8162
|
id?: number | undefined;
|
|
8163
8163
|
}[] | undefined;
|
|
8164
8164
|
required?: boolean | undefined;
|
|
@@ -8182,7 +8182,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8182
8182
|
hint?: string | undefined;
|
|
8183
8183
|
messages?: {
|
|
8184
8184
|
text: string;
|
|
8185
|
-
type: "
|
|
8185
|
+
type: "error" | "success" | "info" | "warning";
|
|
8186
8186
|
id?: number | undefined;
|
|
8187
8187
|
}[] | undefined;
|
|
8188
8188
|
required?: boolean | undefined;
|
|
@@ -8192,7 +8192,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8192
8192
|
value: string;
|
|
8193
8193
|
label: string;
|
|
8194
8194
|
}[] | undefined;
|
|
8195
|
-
display?: "
|
|
8195
|
+
display?: "radio" | "checkbox" | undefined;
|
|
8196
8196
|
multiple?: boolean | undefined;
|
|
8197
8197
|
default_value?: string | string[] | undefined;
|
|
8198
8198
|
} | undefined;
|
|
@@ -8206,7 +8206,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8206
8206
|
hint?: string | undefined;
|
|
8207
8207
|
messages?: {
|
|
8208
8208
|
text: string;
|
|
8209
|
-
type: "
|
|
8209
|
+
type: "error" | "success" | "info" | "warning";
|
|
8210
8210
|
id?: number | undefined;
|
|
8211
8211
|
}[] | undefined;
|
|
8212
8212
|
required?: boolean | undefined;
|
|
@@ -8231,7 +8231,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8231
8231
|
hint?: string | undefined;
|
|
8232
8232
|
messages?: {
|
|
8233
8233
|
text: string;
|
|
8234
|
-
type: "
|
|
8234
|
+
type: "error" | "success" | "info" | "warning";
|
|
8235
8235
|
id?: number | undefined;
|
|
8236
8236
|
}[] | undefined;
|
|
8237
8237
|
required?: boolean | undefined;
|
|
@@ -8246,7 +8246,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8246
8246
|
hint?: string | undefined;
|
|
8247
8247
|
messages?: {
|
|
8248
8248
|
text: string;
|
|
8249
|
-
type: "
|
|
8249
|
+
type: "error" | "success" | "info" | "warning";
|
|
8250
8250
|
id?: number | undefined;
|
|
8251
8251
|
}[] | undefined;
|
|
8252
8252
|
required?: boolean | undefined;
|
|
@@ -8267,7 +8267,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8267
8267
|
hint?: string | undefined;
|
|
8268
8268
|
messages?: {
|
|
8269
8269
|
text: string;
|
|
8270
|
-
type: "
|
|
8270
|
+
type: "error" | "success" | "info" | "warning";
|
|
8271
8271
|
id?: number | undefined;
|
|
8272
8272
|
}[] | undefined;
|
|
8273
8273
|
required?: boolean | undefined;
|
|
@@ -8292,7 +8292,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8292
8292
|
hint?: string | undefined;
|
|
8293
8293
|
messages?: {
|
|
8294
8294
|
text: string;
|
|
8295
|
-
type: "
|
|
8295
|
+
type: "error" | "success" | "info" | "warning";
|
|
8296
8296
|
id?: number | undefined;
|
|
8297
8297
|
}[] | undefined;
|
|
8298
8298
|
required?: boolean | undefined;
|
|
@@ -8311,7 +8311,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8311
8311
|
hint?: string | undefined;
|
|
8312
8312
|
messages?: {
|
|
8313
8313
|
text: string;
|
|
8314
|
-
type: "
|
|
8314
|
+
type: "error" | "success" | "info" | "warning";
|
|
8315
8315
|
id?: number | undefined;
|
|
8316
8316
|
}[] | undefined;
|
|
8317
8317
|
required?: boolean | undefined;
|
|
@@ -8331,7 +8331,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8331
8331
|
hint?: string | undefined;
|
|
8332
8332
|
messages?: {
|
|
8333
8333
|
text: string;
|
|
8334
|
-
type: "
|
|
8334
|
+
type: "error" | "success" | "info" | "warning";
|
|
8335
8335
|
id?: number | undefined;
|
|
8336
8336
|
}[] | undefined;
|
|
8337
8337
|
required?: boolean | undefined;
|
|
@@ -8350,7 +8350,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8350
8350
|
hint?: string | undefined;
|
|
8351
8351
|
messages?: {
|
|
8352
8352
|
text: string;
|
|
8353
|
-
type: "
|
|
8353
|
+
type: "error" | "success" | "info" | "warning";
|
|
8354
8354
|
id?: number | undefined;
|
|
8355
8355
|
}[] | undefined;
|
|
8356
8356
|
required?: boolean | undefined;
|
|
@@ -8372,7 +8372,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8372
8372
|
hint?: string | undefined;
|
|
8373
8373
|
messages?: {
|
|
8374
8374
|
text: string;
|
|
8375
|
-
type: "
|
|
8375
|
+
type: "error" | "success" | "info" | "warning";
|
|
8376
8376
|
id?: number | undefined;
|
|
8377
8377
|
}[] | undefined;
|
|
8378
8378
|
required?: boolean | undefined;
|
|
@@ -8394,7 +8394,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8394
8394
|
hint?: string | undefined;
|
|
8395
8395
|
messages?: {
|
|
8396
8396
|
text: string;
|
|
8397
|
-
type: "
|
|
8397
|
+
type: "error" | "success" | "info" | "warning";
|
|
8398
8398
|
id?: number | undefined;
|
|
8399
8399
|
}[] | undefined;
|
|
8400
8400
|
required?: boolean | undefined;
|
|
@@ -8413,7 +8413,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8413
8413
|
hint?: string | undefined;
|
|
8414
8414
|
messages?: {
|
|
8415
8415
|
text: string;
|
|
8416
|
-
type: "
|
|
8416
|
+
type: "error" | "success" | "info" | "warning";
|
|
8417
8417
|
id?: number | undefined;
|
|
8418
8418
|
}[] | undefined;
|
|
8419
8419
|
required?: boolean | undefined;
|
|
@@ -8438,7 +8438,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8438
8438
|
hint?: string | undefined;
|
|
8439
8439
|
messages?: {
|
|
8440
8440
|
text: string;
|
|
8441
|
-
type: "
|
|
8441
|
+
type: "error" | "success" | "info" | "warning";
|
|
8442
8442
|
id?: number | undefined;
|
|
8443
8443
|
}[] | undefined;
|
|
8444
8444
|
required?: boolean | undefined;
|
|
@@ -8459,7 +8459,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8459
8459
|
hint?: string | undefined;
|
|
8460
8460
|
messages?: {
|
|
8461
8461
|
text: string;
|
|
8462
|
-
type: "
|
|
8462
|
+
type: "error" | "success" | "info" | "warning";
|
|
8463
8463
|
id?: number | undefined;
|
|
8464
8464
|
}[] | undefined;
|
|
8465
8465
|
required?: boolean | undefined;
|
|
@@ -8480,7 +8480,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8480
8480
|
hint?: string | undefined;
|
|
8481
8481
|
messages?: {
|
|
8482
8482
|
text: string;
|
|
8483
|
-
type: "
|
|
8483
|
+
type: "error" | "success" | "info" | "warning";
|
|
8484
8484
|
id?: number | undefined;
|
|
8485
8485
|
}[] | undefined;
|
|
8486
8486
|
required?: boolean | undefined;
|
|
@@ -8711,7 +8711,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8711
8711
|
hint?: string | undefined;
|
|
8712
8712
|
messages?: {
|
|
8713
8713
|
text: string;
|
|
8714
|
-
type: "
|
|
8714
|
+
type: "error" | "success" | "info" | "warning";
|
|
8715
8715
|
id?: number | undefined;
|
|
8716
8716
|
}[] | undefined;
|
|
8717
8717
|
required?: boolean | undefined;
|
|
@@ -8729,7 +8729,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8729
8729
|
hint?: string | undefined;
|
|
8730
8730
|
messages?: {
|
|
8731
8731
|
text: string;
|
|
8732
|
-
type: "
|
|
8732
|
+
type: "error" | "success" | "info" | "warning";
|
|
8733
8733
|
id?: number | undefined;
|
|
8734
8734
|
}[] | undefined;
|
|
8735
8735
|
required?: boolean | undefined;
|
|
@@ -8753,7 +8753,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8753
8753
|
hint?: string | undefined;
|
|
8754
8754
|
messages?: {
|
|
8755
8755
|
text: string;
|
|
8756
|
-
type: "
|
|
8756
|
+
type: "error" | "success" | "info" | "warning";
|
|
8757
8757
|
id?: number | undefined;
|
|
8758
8758
|
}[] | undefined;
|
|
8759
8759
|
required?: boolean | undefined;
|
|
@@ -8763,7 +8763,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8763
8763
|
value: string;
|
|
8764
8764
|
label: string;
|
|
8765
8765
|
}[] | undefined;
|
|
8766
|
-
display?: "
|
|
8766
|
+
display?: "radio" | "checkbox" | undefined;
|
|
8767
8767
|
multiple?: boolean | undefined;
|
|
8768
8768
|
default_value?: string | string[] | undefined;
|
|
8769
8769
|
} | undefined;
|
|
@@ -8777,7 +8777,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8777
8777
|
hint?: string | undefined;
|
|
8778
8778
|
messages?: {
|
|
8779
8779
|
text: string;
|
|
8780
|
-
type: "
|
|
8780
|
+
type: "error" | "success" | "info" | "warning";
|
|
8781
8781
|
id?: number | undefined;
|
|
8782
8782
|
}[] | undefined;
|
|
8783
8783
|
required?: boolean | undefined;
|
|
@@ -8806,7 +8806,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8806
8806
|
hint?: string | undefined;
|
|
8807
8807
|
messages?: {
|
|
8808
8808
|
text: string;
|
|
8809
|
-
type: "
|
|
8809
|
+
type: "error" | "success" | "info" | "warning";
|
|
8810
8810
|
id?: number | undefined;
|
|
8811
8811
|
}[] | undefined;
|
|
8812
8812
|
required?: boolean | undefined;
|
|
@@ -8821,7 +8821,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8821
8821
|
hint?: string | undefined;
|
|
8822
8822
|
messages?: {
|
|
8823
8823
|
text: string;
|
|
8824
|
-
type: "
|
|
8824
|
+
type: "error" | "success" | "info" | "warning";
|
|
8825
8825
|
id?: number | undefined;
|
|
8826
8826
|
}[] | undefined;
|
|
8827
8827
|
required?: boolean | undefined;
|
|
@@ -8842,7 +8842,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8842
8842
|
hint?: string | undefined;
|
|
8843
8843
|
messages?: {
|
|
8844
8844
|
text: string;
|
|
8845
|
-
type: "
|
|
8845
|
+
type: "error" | "success" | "info" | "warning";
|
|
8846
8846
|
id?: number | undefined;
|
|
8847
8847
|
}[] | undefined;
|
|
8848
8848
|
required?: boolean | undefined;
|
|
@@ -8867,7 +8867,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8867
8867
|
hint?: string | undefined;
|
|
8868
8868
|
messages?: {
|
|
8869
8869
|
text: string;
|
|
8870
|
-
type: "
|
|
8870
|
+
type: "error" | "success" | "info" | "warning";
|
|
8871
8871
|
id?: number | undefined;
|
|
8872
8872
|
}[] | undefined;
|
|
8873
8873
|
required?: boolean | undefined;
|
|
@@ -8886,7 +8886,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8886
8886
|
hint?: string | undefined;
|
|
8887
8887
|
messages?: {
|
|
8888
8888
|
text: string;
|
|
8889
|
-
type: "
|
|
8889
|
+
type: "error" | "success" | "info" | "warning";
|
|
8890
8890
|
id?: number | undefined;
|
|
8891
8891
|
}[] | undefined;
|
|
8892
8892
|
required?: boolean | undefined;
|
|
@@ -8906,7 +8906,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8906
8906
|
hint?: string | undefined;
|
|
8907
8907
|
messages?: {
|
|
8908
8908
|
text: string;
|
|
8909
|
-
type: "
|
|
8909
|
+
type: "error" | "success" | "info" | "warning";
|
|
8910
8910
|
id?: number | undefined;
|
|
8911
8911
|
}[] | undefined;
|
|
8912
8912
|
required?: boolean | undefined;
|
|
@@ -8925,7 +8925,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8925
8925
|
hint?: string | undefined;
|
|
8926
8926
|
messages?: {
|
|
8927
8927
|
text: string;
|
|
8928
|
-
type: "
|
|
8928
|
+
type: "error" | "success" | "info" | "warning";
|
|
8929
8929
|
id?: number | undefined;
|
|
8930
8930
|
}[] | undefined;
|
|
8931
8931
|
required?: boolean | undefined;
|
|
@@ -8947,7 +8947,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8947
8947
|
hint?: string | undefined;
|
|
8948
8948
|
messages?: {
|
|
8949
8949
|
text: string;
|
|
8950
|
-
type: "
|
|
8950
|
+
type: "error" | "success" | "info" | "warning";
|
|
8951
8951
|
id?: number | undefined;
|
|
8952
8952
|
}[] | undefined;
|
|
8953
8953
|
required?: boolean | undefined;
|
|
@@ -8969,7 +8969,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8969
8969
|
hint?: string | undefined;
|
|
8970
8970
|
messages?: {
|
|
8971
8971
|
text: string;
|
|
8972
|
-
type: "
|
|
8972
|
+
type: "error" | "success" | "info" | "warning";
|
|
8973
8973
|
id?: number | undefined;
|
|
8974
8974
|
}[] | undefined;
|
|
8975
8975
|
required?: boolean | undefined;
|
|
@@ -8988,7 +8988,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8988
8988
|
hint?: string | undefined;
|
|
8989
8989
|
messages?: {
|
|
8990
8990
|
text: string;
|
|
8991
|
-
type: "
|
|
8991
|
+
type: "error" | "success" | "info" | "warning";
|
|
8992
8992
|
id?: number | undefined;
|
|
8993
8993
|
}[] | undefined;
|
|
8994
8994
|
required?: boolean | undefined;
|
|
@@ -9013,7 +9013,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9013
9013
|
hint?: string | undefined;
|
|
9014
9014
|
messages?: {
|
|
9015
9015
|
text: string;
|
|
9016
|
-
type: "
|
|
9016
|
+
type: "error" | "success" | "info" | "warning";
|
|
9017
9017
|
id?: number | undefined;
|
|
9018
9018
|
}[] | undefined;
|
|
9019
9019
|
required?: boolean | undefined;
|
|
@@ -9034,7 +9034,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9034
9034
|
hint?: string | undefined;
|
|
9035
9035
|
messages?: {
|
|
9036
9036
|
text: string;
|
|
9037
|
-
type: "
|
|
9037
|
+
type: "error" | "success" | "info" | "warning";
|
|
9038
9038
|
id?: number | undefined;
|
|
9039
9039
|
}[] | undefined;
|
|
9040
9040
|
required?: boolean | undefined;
|
|
@@ -9055,7 +9055,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9055
9055
|
hint?: string | undefined;
|
|
9056
9056
|
messages?: {
|
|
9057
9057
|
text: string;
|
|
9058
|
-
type: "
|
|
9058
|
+
type: "error" | "success" | "info" | "warning";
|
|
9059
9059
|
id?: number | undefined;
|
|
9060
9060
|
}[] | undefined;
|
|
9061
9061
|
required?: boolean | undefined;
|
|
@@ -9285,7 +9285,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9285
9285
|
};
|
|
9286
9286
|
};
|
|
9287
9287
|
output: {
|
|
9288
|
-
prompt: "
|
|
9288
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
9289
9289
|
language: string;
|
|
9290
9290
|
}[];
|
|
9291
9291
|
outputFormat: "json";
|
|
@@ -9323,7 +9323,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9323
9323
|
$get: {
|
|
9324
9324
|
input: {
|
|
9325
9325
|
param: {
|
|
9326
|
-
prompt: "
|
|
9326
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
9327
9327
|
language: string;
|
|
9328
9328
|
};
|
|
9329
9329
|
} & {
|
|
@@ -9345,7 +9345,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9345
9345
|
$put: {
|
|
9346
9346
|
input: {
|
|
9347
9347
|
param: {
|
|
9348
|
-
prompt: "
|
|
9348
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
9349
9349
|
language: string;
|
|
9350
9350
|
};
|
|
9351
9351
|
} & {
|
|
@@ -9369,7 +9369,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9369
9369
|
$delete: {
|
|
9370
9370
|
input: {
|
|
9371
9371
|
param: {
|
|
9372
|
-
prompt: "
|
|
9372
|
+
prompt: "status" | "mfa" | "organizations" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
|
|
9373
9373
|
language: string;
|
|
9374
9374
|
};
|
|
9375
9375
|
} & {
|
|
@@ -10231,7 +10231,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10231
10231
|
};
|
|
10232
10232
|
} | {
|
|
10233
10233
|
mode: "inline";
|
|
10234
|
-
status: "
|
|
10234
|
+
status: "error" | "success";
|
|
10235
10235
|
connection_id: string;
|
|
10236
10236
|
connection_name: string;
|
|
10237
10237
|
strategy: string;
|
|
@@ -11118,7 +11118,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11118
11118
|
created_at: string;
|
|
11119
11119
|
updated_at: string;
|
|
11120
11120
|
name: string;
|
|
11121
|
-
provider: "auth0" | "oidc" | "
|
|
11121
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
11122
11122
|
connection: string;
|
|
11123
11123
|
enabled: boolean;
|
|
11124
11124
|
credentials: {
|
|
@@ -11150,7 +11150,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11150
11150
|
created_at: string;
|
|
11151
11151
|
updated_at: string;
|
|
11152
11152
|
name: string;
|
|
11153
|
-
provider: "auth0" | "oidc" | "
|
|
11153
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
11154
11154
|
connection: string;
|
|
11155
11155
|
enabled: boolean;
|
|
11156
11156
|
credentials: {
|
|
@@ -11176,7 +11176,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11176
11176
|
} & {
|
|
11177
11177
|
json: {
|
|
11178
11178
|
name: string;
|
|
11179
|
-
provider: "auth0" | "oidc" | "
|
|
11179
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
11180
11180
|
connection: string;
|
|
11181
11181
|
credentials: {
|
|
11182
11182
|
domain: string;
|
|
@@ -11193,7 +11193,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11193
11193
|
created_at: string;
|
|
11194
11194
|
updated_at: string;
|
|
11195
11195
|
name: string;
|
|
11196
|
-
provider: "auth0" | "oidc" | "
|
|
11196
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
11197
11197
|
connection: string;
|
|
11198
11198
|
enabled: boolean;
|
|
11199
11199
|
credentials: {
|
|
@@ -11224,7 +11224,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11224
11224
|
json: {
|
|
11225
11225
|
id?: string | undefined;
|
|
11226
11226
|
name?: string | undefined;
|
|
11227
|
-
provider?: "auth0" | "oidc" | "
|
|
11227
|
+
provider?: "auth0" | "oidc" | "okta" | "cognito" | undefined;
|
|
11228
11228
|
connection?: string | undefined;
|
|
11229
11229
|
enabled?: boolean | undefined;
|
|
11230
11230
|
credentials?: {
|
|
@@ -11240,7 +11240,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11240
11240
|
created_at: string;
|
|
11241
11241
|
updated_at: string;
|
|
11242
11242
|
name: string;
|
|
11243
|
-
provider: "auth0" | "oidc" | "
|
|
11243
|
+
provider: "auth0" | "oidc" | "okta" | "cognito";
|
|
11244
11244
|
connection: string;
|
|
11245
11245
|
enabled: boolean;
|
|
11246
11246
|
credentials: {
|
|
@@ -11458,7 +11458,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11458
11458
|
};
|
|
11459
11459
|
};
|
|
11460
11460
|
output: {
|
|
11461
|
-
type: "
|
|
11461
|
+
type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11462
11462
|
date: string;
|
|
11463
11463
|
isMobile: boolean;
|
|
11464
11464
|
log_id: string;
|
|
@@ -11497,7 +11497,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11497
11497
|
limit: number;
|
|
11498
11498
|
length: number;
|
|
11499
11499
|
logs: {
|
|
11500
|
-
type: "
|
|
11500
|
+
type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11501
11501
|
date: string;
|
|
11502
11502
|
isMobile: boolean;
|
|
11503
11503
|
log_id: string;
|
|
@@ -11551,7 +11551,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11551
11551
|
};
|
|
11552
11552
|
};
|
|
11553
11553
|
output: {
|
|
11554
|
-
type: "
|
|
11554
|
+
type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11555
11555
|
date: string;
|
|
11556
11556
|
isMobile: boolean;
|
|
11557
11557
|
log_id: string;
|
|
@@ -11939,7 +11939,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11939
11939
|
addons?: {
|
|
11940
11940
|
[x: string]: any;
|
|
11941
11941
|
} | undefined;
|
|
11942
|
-
token_endpoint_auth_method?: "none" | "
|
|
11942
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
11943
11943
|
client_metadata?: {
|
|
11944
11944
|
[x: string]: string;
|
|
11945
11945
|
} | undefined;
|
|
@@ -12035,7 +12035,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12035
12035
|
addons?: {
|
|
12036
12036
|
[x: string]: any;
|
|
12037
12037
|
} | undefined;
|
|
12038
|
-
token_endpoint_auth_method?: "none" | "
|
|
12038
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
12039
12039
|
client_metadata?: {
|
|
12040
12040
|
[x: string]: string;
|
|
12041
12041
|
} | undefined;
|
|
@@ -12146,7 +12146,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12146
12146
|
addons?: {
|
|
12147
12147
|
[x: string]: any;
|
|
12148
12148
|
} | undefined;
|
|
12149
|
-
token_endpoint_auth_method?: "none" | "
|
|
12149
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
12150
12150
|
client_metadata?: {
|
|
12151
12151
|
[x: string]: string;
|
|
12152
12152
|
} | undefined;
|
|
@@ -12256,7 +12256,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12256
12256
|
custom_login_page_preview?: string | undefined;
|
|
12257
12257
|
form_template?: string | undefined;
|
|
12258
12258
|
addons?: Record<string, any> | undefined;
|
|
12259
|
-
token_endpoint_auth_method?: "none" | "
|
|
12259
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
12260
12260
|
client_metadata?: Record<string, string> | undefined;
|
|
12261
12261
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
12262
12262
|
mobile?: Record<string, any> | undefined;
|
|
@@ -12336,7 +12336,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12336
12336
|
addons?: {
|
|
12337
12337
|
[x: string]: any;
|
|
12338
12338
|
} | undefined;
|
|
12339
|
-
token_endpoint_auth_method?: "none" | "
|
|
12339
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
12340
12340
|
client_metadata?: {
|
|
12341
12341
|
[x: string]: string;
|
|
12342
12342
|
} | undefined;
|
|
@@ -12425,7 +12425,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12425
12425
|
custom_login_page_preview?: string | undefined;
|
|
12426
12426
|
form_template?: string | undefined;
|
|
12427
12427
|
addons?: Record<string, any> | undefined;
|
|
12428
|
-
token_endpoint_auth_method?: "none" | "
|
|
12428
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
12429
12429
|
client_metadata?: Record<string, string> | undefined;
|
|
12430
12430
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
12431
12431
|
mobile?: Record<string, any> | undefined;
|
|
@@ -12505,7 +12505,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12505
12505
|
addons?: {
|
|
12506
12506
|
[x: string]: any;
|
|
12507
12507
|
} | undefined;
|
|
12508
|
-
token_endpoint_auth_method?: "none" | "
|
|
12508
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
12509
12509
|
client_metadata?: {
|
|
12510
12510
|
[x: string]: string;
|
|
12511
12511
|
} | undefined;
|
|
@@ -13769,7 +13769,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13769
13769
|
};
|
|
13770
13770
|
};
|
|
13771
13771
|
output: {
|
|
13772
|
-
type: "
|
|
13772
|
+
type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
13773
13773
|
date: string;
|
|
13774
13774
|
isMobile: boolean;
|
|
13775
13775
|
log_id: string;
|
|
@@ -13808,7 +13808,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13808
13808
|
limit: number;
|
|
13809
13809
|
length: number;
|
|
13810
13810
|
logs: {
|
|
13811
|
-
type: "
|
|
13811
|
+
type: "fc" | "fd" | "fn" | "i" | "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
13812
13812
|
date: string;
|
|
13813
13813
|
isMobile: boolean;
|
|
13814
13814
|
log_id: string;
|
|
@@ -14123,7 +14123,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14123
14123
|
};
|
|
14124
14124
|
} & {
|
|
14125
14125
|
json: {
|
|
14126
|
-
template: "
|
|
14126
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14127
14127
|
body: string;
|
|
14128
14128
|
from: string;
|
|
14129
14129
|
subject: string;
|
|
@@ -14144,7 +14144,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14144
14144
|
};
|
|
14145
14145
|
} & {
|
|
14146
14146
|
json: {
|
|
14147
|
-
template: "
|
|
14147
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14148
14148
|
body: string;
|
|
14149
14149
|
from: string;
|
|
14150
14150
|
subject: string;
|
|
@@ -14156,7 +14156,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14156
14156
|
};
|
|
14157
14157
|
};
|
|
14158
14158
|
output: {
|
|
14159
|
-
template: "
|
|
14159
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14160
14160
|
body: string;
|
|
14161
14161
|
from: string;
|
|
14162
14162
|
subject: string;
|
|
@@ -14179,7 +14179,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14179
14179
|
};
|
|
14180
14180
|
};
|
|
14181
14181
|
output: {
|
|
14182
|
-
name: "
|
|
14182
|
+
name: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14183
14183
|
body: string;
|
|
14184
14184
|
subject: string;
|
|
14185
14185
|
}[];
|
|
@@ -14192,7 +14192,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14192
14192
|
$get: {
|
|
14193
14193
|
input: {
|
|
14194
14194
|
param: {
|
|
14195
|
-
templateName: "
|
|
14195
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14196
14196
|
};
|
|
14197
14197
|
} & {
|
|
14198
14198
|
header: {
|
|
@@ -14205,7 +14205,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14205
14205
|
} | {
|
|
14206
14206
|
input: {
|
|
14207
14207
|
param: {
|
|
14208
|
-
templateName: "
|
|
14208
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14209
14209
|
};
|
|
14210
14210
|
} & {
|
|
14211
14211
|
header: {
|
|
@@ -14213,7 +14213,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14213
14213
|
};
|
|
14214
14214
|
};
|
|
14215
14215
|
output: {
|
|
14216
|
-
template: "
|
|
14216
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14217
14217
|
body: string;
|
|
14218
14218
|
from: string;
|
|
14219
14219
|
subject: string;
|
|
@@ -14232,7 +14232,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14232
14232
|
$put: {
|
|
14233
14233
|
input: {
|
|
14234
14234
|
param: {
|
|
14235
|
-
templateName: "
|
|
14235
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14236
14236
|
};
|
|
14237
14237
|
} & {
|
|
14238
14238
|
header: {
|
|
@@ -14240,7 +14240,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14240
14240
|
};
|
|
14241
14241
|
} & {
|
|
14242
14242
|
json: {
|
|
14243
|
-
template: "
|
|
14243
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14244
14244
|
body: string;
|
|
14245
14245
|
subject: string;
|
|
14246
14246
|
syntax?: "liquid" | undefined;
|
|
@@ -14252,7 +14252,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14252
14252
|
};
|
|
14253
14253
|
};
|
|
14254
14254
|
output: {
|
|
14255
|
-
template: "
|
|
14255
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14256
14256
|
body: string;
|
|
14257
14257
|
from: string;
|
|
14258
14258
|
subject: string;
|
|
@@ -14271,7 +14271,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14271
14271
|
$patch: {
|
|
14272
14272
|
input: {
|
|
14273
14273
|
param: {
|
|
14274
|
-
templateName: "
|
|
14274
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14275
14275
|
};
|
|
14276
14276
|
} & {
|
|
14277
14277
|
header: {
|
|
@@ -14279,7 +14279,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14279
14279
|
};
|
|
14280
14280
|
} & {
|
|
14281
14281
|
json: {
|
|
14282
|
-
template?: "
|
|
14282
|
+
template?: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
14283
14283
|
body?: string | undefined;
|
|
14284
14284
|
from?: string | undefined;
|
|
14285
14285
|
subject?: string | undefined;
|
|
@@ -14296,7 +14296,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14296
14296
|
} | {
|
|
14297
14297
|
input: {
|
|
14298
14298
|
param: {
|
|
14299
|
-
templateName: "
|
|
14299
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14300
14300
|
};
|
|
14301
14301
|
} & {
|
|
14302
14302
|
header: {
|
|
@@ -14304,7 +14304,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14304
14304
|
};
|
|
14305
14305
|
} & {
|
|
14306
14306
|
json: {
|
|
14307
|
-
template?: "
|
|
14307
|
+
template?: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
14308
14308
|
body?: string | undefined;
|
|
14309
14309
|
from?: string | undefined;
|
|
14310
14310
|
subject?: string | undefined;
|
|
@@ -14316,7 +14316,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14316
14316
|
};
|
|
14317
14317
|
};
|
|
14318
14318
|
output: {
|
|
14319
|
-
template: "
|
|
14319
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14320
14320
|
body: string;
|
|
14321
14321
|
from: string;
|
|
14322
14322
|
subject: string;
|
|
@@ -14335,7 +14335,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14335
14335
|
$delete: {
|
|
14336
14336
|
input: {
|
|
14337
14337
|
param: {
|
|
14338
|
-
templateName: "
|
|
14338
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14339
14339
|
};
|
|
14340
14340
|
} & {
|
|
14341
14341
|
header: {
|
|
@@ -14344,11 +14344,11 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14344
14344
|
};
|
|
14345
14345
|
output: {};
|
|
14346
14346
|
outputFormat: string;
|
|
14347
|
-
status:
|
|
14347
|
+
status: 204;
|
|
14348
14348
|
} | {
|
|
14349
14349
|
input: {
|
|
14350
14350
|
param: {
|
|
14351
|
-
templateName: "
|
|
14351
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14352
14352
|
};
|
|
14353
14353
|
} & {
|
|
14354
14354
|
header: {
|
|
@@ -14357,7 +14357,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14357
14357
|
};
|
|
14358
14358
|
output: {};
|
|
14359
14359
|
outputFormat: string;
|
|
14360
|
-
status:
|
|
14360
|
+
status: 404;
|
|
14361
14361
|
};
|
|
14362
14362
|
};
|
|
14363
14363
|
} & {
|
|
@@ -14365,7 +14365,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14365
14365
|
$post: {
|
|
14366
14366
|
input: {
|
|
14367
14367
|
param: {
|
|
14368
|
-
templateName: "
|
|
14368
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14369
14369
|
};
|
|
14370
14370
|
} & {
|
|
14371
14371
|
header: {
|
|
@@ -14493,7 +14493,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14493
14493
|
};
|
|
14494
14494
|
output: {};
|
|
14495
14495
|
outputFormat: string;
|
|
14496
|
-
status:
|
|
14496
|
+
status: 204;
|
|
14497
14497
|
} | {
|
|
14498
14498
|
input: {
|
|
14499
14499
|
header: {
|
|
@@ -14502,7 +14502,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14502
14502
|
};
|
|
14503
14503
|
output: {};
|
|
14504
14504
|
outputFormat: string;
|
|
14505
|
-
status:
|
|
14505
|
+
status: 404;
|
|
14506
14506
|
};
|
|
14507
14507
|
};
|
|
14508
14508
|
}, "/emails/provider"> & hono_types.MergeSchemaPath<{
|
|
@@ -14611,7 +14611,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14611
14611
|
};
|
|
14612
14612
|
output: {};
|
|
14613
14613
|
outputFormat: string;
|
|
14614
|
-
status:
|
|
14614
|
+
status: 204;
|
|
14615
14615
|
} | {
|
|
14616
14616
|
input: {
|
|
14617
14617
|
header: {
|
|
@@ -14620,7 +14620,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14620
14620
|
};
|
|
14621
14621
|
output: {};
|
|
14622
14622
|
outputFormat: string;
|
|
14623
|
-
status:
|
|
14623
|
+
status: 404;
|
|
14624
14624
|
};
|
|
14625
14625
|
};
|
|
14626
14626
|
}, "/email/providers"> & hono_types.MergeSchemaPath<{
|
|
@@ -15819,7 +15819,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15819
15819
|
};
|
|
15820
15820
|
output: {};
|
|
15821
15821
|
outputFormat: string;
|
|
15822
|
-
status:
|
|
15822
|
+
status: 200;
|
|
15823
15823
|
} | {
|
|
15824
15824
|
input: {
|
|
15825
15825
|
param: {
|
|
@@ -15832,7 +15832,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15832
15832
|
};
|
|
15833
15833
|
output: {};
|
|
15834
15834
|
outputFormat: string;
|
|
15835
|
-
status:
|
|
15835
|
+
status: 404;
|
|
15836
15836
|
} | {
|
|
15837
15837
|
input: {
|
|
15838
15838
|
param: {
|
|
@@ -16477,7 +16477,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16477
16477
|
scope?: string | undefined;
|
|
16478
16478
|
grant_types?: string[] | undefined;
|
|
16479
16479
|
response_types?: string[] | undefined;
|
|
16480
|
-
token_endpoint_auth_method?: "none" | "
|
|
16480
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
16481
16481
|
jwks_uri?: string | undefined;
|
|
16482
16482
|
jwks?: Record<string, unknown> | undefined;
|
|
16483
16483
|
software_id?: string | undefined;
|
|
@@ -16566,7 +16566,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16566
16566
|
scope?: string | undefined;
|
|
16567
16567
|
grant_types?: string[] | undefined;
|
|
16568
16568
|
response_types?: string[] | undefined;
|
|
16569
|
-
token_endpoint_auth_method?: "none" | "
|
|
16569
|
+
token_endpoint_auth_method?: "none" | "private_key_jwt" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | undefined;
|
|
16570
16570
|
jwks_uri?: string | undefined;
|
|
16571
16571
|
jwks?: Record<string, unknown> | undefined;
|
|
16572
16572
|
software_id?: string | undefined;
|
|
@@ -16912,19 +16912,19 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16912
16912
|
email: string;
|
|
16913
16913
|
send: "code" | "link";
|
|
16914
16914
|
authParams: {
|
|
16915
|
-
|
|
16916
|
-
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
16917
|
-
redirect_uri?: string | undefined;
|
|
16918
|
-
nonce?: string | undefined;
|
|
16915
|
+
username?: string | undefined;
|
|
16919
16916
|
state?: string | undefined;
|
|
16920
|
-
|
|
16917
|
+
audience?: string | undefined;
|
|
16921
16918
|
response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
|
|
16922
16919
|
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
16923
|
-
audience?: string | undefined;
|
|
16924
|
-
organization?: string | undefined;
|
|
16925
16920
|
scope?: string | undefined;
|
|
16921
|
+
organization?: string | undefined;
|
|
16922
|
+
nonce?: string | undefined;
|
|
16923
|
+
redirect_uri?: string | undefined;
|
|
16924
|
+
act_as?: string | undefined;
|
|
16926
16925
|
prompt?: string | undefined;
|
|
16927
|
-
|
|
16926
|
+
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
16927
|
+
code_challenge?: string | undefined;
|
|
16928
16928
|
ui_locales?: string | undefined;
|
|
16929
16929
|
max_age?: number | undefined;
|
|
16930
16930
|
acr_values?: string | undefined;
|
|
@@ -16948,19 +16948,19 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16948
16948
|
phone_number: string;
|
|
16949
16949
|
send: "code" | "link";
|
|
16950
16950
|
authParams: {
|
|
16951
|
-
|
|
16952
|
-
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
16953
|
-
redirect_uri?: string | undefined;
|
|
16954
|
-
nonce?: string | undefined;
|
|
16951
|
+
username?: string | undefined;
|
|
16955
16952
|
state?: string | undefined;
|
|
16956
|
-
|
|
16953
|
+
audience?: string | undefined;
|
|
16957
16954
|
response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
|
|
16958
16955
|
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
16959
|
-
audience?: string | undefined;
|
|
16960
|
-
organization?: string | undefined;
|
|
16961
16956
|
scope?: string | undefined;
|
|
16957
|
+
organization?: string | undefined;
|
|
16958
|
+
nonce?: string | undefined;
|
|
16959
|
+
redirect_uri?: string | undefined;
|
|
16960
|
+
act_as?: string | undefined;
|
|
16962
16961
|
prompt?: string | undefined;
|
|
16963
|
-
|
|
16962
|
+
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
16963
|
+
code_challenge?: string | undefined;
|
|
16964
16964
|
ui_locales?: string | undefined;
|
|
16965
16965
|
max_age?: number | undefined;
|
|
16966
16966
|
acr_values?: string | undefined;
|
|
@@ -17092,14 +17092,14 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17092
17092
|
input: {
|
|
17093
17093
|
form: {
|
|
17094
17094
|
token: string;
|
|
17095
|
-
token_type_hint?: "
|
|
17095
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
17096
17096
|
client_id?: string | undefined;
|
|
17097
17097
|
client_secret?: string | undefined;
|
|
17098
17098
|
};
|
|
17099
17099
|
} & {
|
|
17100
17100
|
json: {
|
|
17101
17101
|
token: string;
|
|
17102
|
-
token_type_hint?: "
|
|
17102
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
17103
17103
|
client_id?: string | undefined;
|
|
17104
17104
|
client_secret?: string | undefined;
|
|
17105
17105
|
};
|
|
@@ -17111,14 +17111,14 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17111
17111
|
input: {
|
|
17112
17112
|
form: {
|
|
17113
17113
|
token: string;
|
|
17114
|
-
token_type_hint?: "
|
|
17114
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
17115
17115
|
client_id?: string | undefined;
|
|
17116
17116
|
client_secret?: string | undefined;
|
|
17117
17117
|
};
|
|
17118
17118
|
} & {
|
|
17119
17119
|
json: {
|
|
17120
17120
|
token: string;
|
|
17121
|
-
token_type_hint?: "
|
|
17121
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
17122
17122
|
client_id?: string | undefined;
|
|
17123
17123
|
client_secret?: string | undefined;
|
|
17124
17124
|
};
|
|
@@ -17133,14 +17133,14 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17133
17133
|
input: {
|
|
17134
17134
|
form: {
|
|
17135
17135
|
token: string;
|
|
17136
|
-
token_type_hint?: "
|
|
17136
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
17137
17137
|
client_id?: string | undefined;
|
|
17138
17138
|
client_secret?: string | undefined;
|
|
17139
17139
|
};
|
|
17140
17140
|
} & {
|
|
17141
17141
|
json: {
|
|
17142
17142
|
token: string;
|
|
17143
|
-
token_type_hint?: "
|
|
17143
|
+
token_type_hint?: "refresh_token" | "access_token" | undefined;
|
|
17144
17144
|
client_id?: string | undefined;
|
|
17145
17145
|
client_secret?: string | undefined;
|
|
17146
17146
|
};
|
|
@@ -17190,7 +17190,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17190
17190
|
client_id: string;
|
|
17191
17191
|
username: string;
|
|
17192
17192
|
otp: string;
|
|
17193
|
-
realm: "
|
|
17193
|
+
realm: "sms" | "email";
|
|
17194
17194
|
} | {
|
|
17195
17195
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
17196
17196
|
subject_token: string;
|
|
@@ -17237,7 +17237,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17237
17237
|
client_id: string;
|
|
17238
17238
|
username: string;
|
|
17239
17239
|
otp: string;
|
|
17240
|
-
realm: "
|
|
17240
|
+
realm: "sms" | "email";
|
|
17241
17241
|
} | {
|
|
17242
17242
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
17243
17243
|
subject_token: string;
|
|
@@ -17289,7 +17289,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17289
17289
|
client_id: string;
|
|
17290
17290
|
username: string;
|
|
17291
17291
|
otp: string;
|
|
17292
|
-
realm: "
|
|
17292
|
+
realm: "sms" | "email";
|
|
17293
17293
|
} | {
|
|
17294
17294
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
17295
17295
|
subject_token: string;
|
|
@@ -17336,7 +17336,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17336
17336
|
client_id: string;
|
|
17337
17337
|
username: string;
|
|
17338
17338
|
otp: string;
|
|
17339
|
-
realm: "
|
|
17339
|
+
realm: "sms" | "email";
|
|
17340
17340
|
} | {
|
|
17341
17341
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
17342
17342
|
subject_token: string;
|
|
@@ -17396,7 +17396,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17396
17396
|
client_id: string;
|
|
17397
17397
|
username: string;
|
|
17398
17398
|
otp: string;
|
|
17399
|
-
realm: "
|
|
17399
|
+
realm: "sms" | "email";
|
|
17400
17400
|
} | {
|
|
17401
17401
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
17402
17402
|
subject_token: string;
|
|
@@ -17443,7 +17443,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17443
17443
|
client_id: string;
|
|
17444
17444
|
username: string;
|
|
17445
17445
|
otp: string;
|
|
17446
|
-
realm: "
|
|
17446
|
+
realm: "sms" | "email";
|
|
17447
17447
|
} | {
|
|
17448
17448
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
17449
17449
|
subject_token: string;
|
|
@@ -17498,7 +17498,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17498
17498
|
client_id: string;
|
|
17499
17499
|
username: string;
|
|
17500
17500
|
otp: string;
|
|
17501
|
-
realm: "
|
|
17501
|
+
realm: "sms" | "email";
|
|
17502
17502
|
} | {
|
|
17503
17503
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
17504
17504
|
subject_token: string;
|
|
@@ -17545,7 +17545,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17545
17545
|
client_id: string;
|
|
17546
17546
|
username: string;
|
|
17547
17547
|
otp: string;
|
|
17548
|
-
realm: "
|
|
17548
|
+
realm: "sms" | "email";
|
|
17549
17549
|
} | {
|
|
17550
17550
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
17551
17551
|
subject_token: string;
|
|
@@ -17600,7 +17600,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17600
17600
|
client_id: string;
|
|
17601
17601
|
username: string;
|
|
17602
17602
|
otp: string;
|
|
17603
|
-
realm: "
|
|
17603
|
+
realm: "sms" | "email";
|
|
17604
17604
|
} | {
|
|
17605
17605
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
17606
17606
|
subject_token: string;
|
|
@@ -17647,7 +17647,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17647
17647
|
client_id: string;
|
|
17648
17648
|
username: string;
|
|
17649
17649
|
otp: string;
|
|
17650
|
-
realm: "
|
|
17650
|
+
realm: "sms" | "email";
|
|
17651
17651
|
} | {
|
|
17652
17652
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
17653
17653
|
subject_token: string;
|
|
@@ -18036,7 +18036,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18036
18036
|
};
|
|
18037
18037
|
output: {};
|
|
18038
18038
|
outputFormat: string;
|
|
18039
|
-
status:
|
|
18039
|
+
status: 200;
|
|
18040
18040
|
} | {
|
|
18041
18041
|
input: {
|
|
18042
18042
|
param: {
|
|
@@ -18050,7 +18050,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18050
18050
|
};
|
|
18051
18051
|
output: {};
|
|
18052
18052
|
outputFormat: string;
|
|
18053
|
-
status:
|
|
18053
|
+
status: 404;
|
|
18054
18054
|
};
|
|
18055
18055
|
};
|
|
18056
18056
|
} & {
|
|
@@ -18070,7 +18070,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18070
18070
|
};
|
|
18071
18071
|
output: {};
|
|
18072
18072
|
outputFormat: string;
|
|
18073
|
-
status:
|
|
18073
|
+
status: 200;
|
|
18074
18074
|
} | {
|
|
18075
18075
|
input: {
|
|
18076
18076
|
param: {
|
|
@@ -18086,7 +18086,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18086
18086
|
};
|
|
18087
18087
|
output: {};
|
|
18088
18088
|
outputFormat: string;
|
|
18089
|
-
status:
|
|
18089
|
+
status: 404;
|
|
18090
18090
|
};
|
|
18091
18091
|
};
|
|
18092
18092
|
}, "/forms"> & hono_types.MergeSchemaPath<{
|
|
@@ -18867,7 +18867,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18867
18867
|
$get: {
|
|
18868
18868
|
input: {
|
|
18869
18869
|
param: {
|
|
18870
|
-
screen: "signup" | "login" | "reset-password" | "
|
|
18870
|
+
screen: "signup" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
18871
18871
|
};
|
|
18872
18872
|
} & {
|
|
18873
18873
|
query: {
|
|
@@ -18883,7 +18883,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18883
18883
|
} | {
|
|
18884
18884
|
input: {
|
|
18885
18885
|
param: {
|
|
18886
|
-
screen: "signup" | "login" | "reset-password" | "
|
|
18886
|
+
screen: "signup" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
18887
18887
|
};
|
|
18888
18888
|
} & {
|
|
18889
18889
|
query: {
|
|
@@ -18899,7 +18899,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18899
18899
|
} | {
|
|
18900
18900
|
input: {
|
|
18901
18901
|
param: {
|
|
18902
|
-
screen: "signup" | "login" | "reset-password" | "
|
|
18902
|
+
screen: "signup" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
18903
18903
|
};
|
|
18904
18904
|
} & {
|
|
18905
18905
|
query: {
|
|
@@ -18919,7 +18919,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18919
18919
|
$post: {
|
|
18920
18920
|
input: {
|
|
18921
18921
|
param: {
|
|
18922
|
-
screen: "signup" | "
|
|
18922
|
+
screen: "signup" | "consent" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
18923
18923
|
};
|
|
18924
18924
|
} & {
|
|
18925
18925
|
query: {
|
|
@@ -18937,7 +18937,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18937
18937
|
} | {
|
|
18938
18938
|
input: {
|
|
18939
18939
|
param: {
|
|
18940
|
-
screen: "signup" | "
|
|
18940
|
+
screen: "signup" | "consent" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
18941
18941
|
};
|
|
18942
18942
|
} & {
|
|
18943
18943
|
query: {
|
|
@@ -18955,7 +18955,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18955
18955
|
} | {
|
|
18956
18956
|
input: {
|
|
18957
18957
|
param: {
|
|
18958
|
-
screen: "signup" | "
|
|
18958
|
+
screen: "signup" | "consent" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
18959
18959
|
};
|
|
18960
18960
|
} & {
|
|
18961
18961
|
query: {
|
|
@@ -18987,7 +18987,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18987
18987
|
};
|
|
18988
18988
|
output: {};
|
|
18989
18989
|
outputFormat: string;
|
|
18990
|
-
status:
|
|
18990
|
+
status: 200;
|
|
18991
18991
|
} | {
|
|
18992
18992
|
input: {
|
|
18993
18993
|
param: {
|
|
@@ -19001,7 +19001,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19001
19001
|
};
|
|
19002
19002
|
output: {};
|
|
19003
19003
|
outputFormat: string;
|
|
19004
|
-
status:
|
|
19004
|
+
status: 404;
|
|
19005
19005
|
};
|
|
19006
19006
|
};
|
|
19007
19007
|
} & {
|