authhero 5.15.0 → 5.16.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/js/client.js +1 -1
- package/dist/assets/u/widget/index.esm.js +1 -1
- package/dist/authhero.cjs +116 -116
- package/dist/authhero.d.ts +271 -225
- package/dist/authhero.mjs +10024 -9934
- package/dist/client.js +1 -1
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +2 -2
- package/dist/types/client/client-bundle.d.ts +1 -1
- package/dist/types/index.d.ts +271 -225
- package/dist/types/routes/auth-api/authorize.d.ts +12 -12
- package/dist/types/routes/auth-api/index.d.ts +47 -47
- package/dist/types/routes/auth-api/oidc-logout.d.ts +3 -3
- package/dist/types/routes/auth-api/passwordless.d.ts +10 -10
- package/dist/types/routes/auth-api/token.d.ts +21 -21
- package/dist/types/routes/auth-api/well-known.d.ts +1 -1
- package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
- package/dist/types/routes/management-api/branding.d.ts +8 -8
- package/dist/types/routes/management-api/connections.d.ts +1 -1
- package/dist/types/routes/management-api/custom-domains.d.ts +52 -6
- package/dist/types/routes/management-api/email-templates.d.ts +14 -14
- package/dist/types/routes/management-api/forms.d.ts +119 -119
- package/dist/types/routes/management-api/guardian.d.ts +5 -5
- package/dist/types/routes/management-api/index.d.ts +212 -166
- package/dist/types/routes/management-api/logs.d.ts +3 -3
- 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/themes.d.ts +3 -3
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/common.d.ts +4 -4
- package/dist/types/routes/universal-login/continue.d.ts +2 -2
- package/dist/types/routes/universal-login/flow-api.d.ts +8 -8
- package/dist/types/routes/universal-login/identifier.d.ts +2 -2
- package/dist/types/routes/universal-login/impersonate.d.ts +4 -4
- package/dist/types/routes/universal-login/index.d.ts +8 -8
- package/dist/types/routes/universal-login/u2-index.d.ts +4 -4
- package/dist/types/routes/universal-login/u2-routes.d.ts +4 -4
- package/dist/types/state-machines/login-session.d.ts +1 -1
- package/dist/types/types/IdToken.d.ts +1 -1
- package/dist/types/utils/jwks.d.ts +2 -2
- package/package.json +5 -5
package/dist/authhero.d.ts
CHANGED
|
@@ -2465,7 +2465,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
2465
2465
|
};
|
|
2466
2466
|
} & {
|
|
2467
2467
|
json: {
|
|
2468
|
-
type: "
|
|
2468
|
+
type: "push" | "email" | "passkey" | "phone" | "totp" | "webauthn-roaming" | "webauthn-platform";
|
|
2469
2469
|
phone_number?: string | undefined;
|
|
2470
2470
|
totp_secret?: string | undefined;
|
|
2471
2471
|
credential_id?: string | undefined;
|
|
@@ -2605,7 +2605,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
2605
2605
|
};
|
|
2606
2606
|
};
|
|
2607
2607
|
output: {
|
|
2608
|
-
name: "
|
|
2608
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
2609
2609
|
enabled: boolean;
|
|
2610
2610
|
trial_expired?: boolean | undefined;
|
|
2611
2611
|
}[];
|
|
@@ -2760,7 +2760,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
2760
2760
|
$get: {
|
|
2761
2761
|
input: {
|
|
2762
2762
|
param: {
|
|
2763
|
-
factor_name: "
|
|
2763
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
2764
2764
|
};
|
|
2765
2765
|
} & {
|
|
2766
2766
|
header: {
|
|
@@ -2768,7 +2768,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
2768
2768
|
};
|
|
2769
2769
|
};
|
|
2770
2770
|
output: {
|
|
2771
|
-
name: "
|
|
2771
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
2772
2772
|
enabled: boolean;
|
|
2773
2773
|
trial_expired?: boolean | undefined;
|
|
2774
2774
|
};
|
|
@@ -2781,7 +2781,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
2781
2781
|
$put: {
|
|
2782
2782
|
input: {
|
|
2783
2783
|
param: {
|
|
2784
|
-
factor_name: "
|
|
2784
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
2785
2785
|
};
|
|
2786
2786
|
} & {
|
|
2787
2787
|
header: {
|
|
@@ -2793,7 +2793,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
2793
2793
|
};
|
|
2794
2794
|
};
|
|
2795
2795
|
output: {
|
|
2796
|
-
name: "
|
|
2796
|
+
name: "sms" | "otp" | "email" | "duo" | "webauthn-roaming" | "webauthn-platform" | "push-notification" | "recovery-code";
|
|
2797
2797
|
enabled: boolean;
|
|
2798
2798
|
trial_expired?: boolean | undefined;
|
|
2799
2799
|
};
|
|
@@ -3538,10 +3538,10 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3538
3538
|
invitee: {
|
|
3539
3539
|
email?: string | undefined;
|
|
3540
3540
|
};
|
|
3541
|
-
app_metadata?: Record<string, any> | undefined;
|
|
3542
|
-
user_metadata?: Record<string, any> | undefined;
|
|
3543
3541
|
id?: string | undefined;
|
|
3544
3542
|
connection_id?: string | undefined;
|
|
3543
|
+
app_metadata?: Record<string, any> | undefined;
|
|
3544
|
+
user_metadata?: Record<string, any> | undefined;
|
|
3545
3545
|
roles?: string[] | undefined;
|
|
3546
3546
|
ttl_sec?: number | undefined;
|
|
3547
3547
|
send_invitation_email?: boolean | undefined;
|
|
@@ -3726,8 +3726,8 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3726
3726
|
};
|
|
3727
3727
|
} & {
|
|
3728
3728
|
json: {
|
|
3729
|
-
assign_membership_on_login?: boolean | undefined;
|
|
3730
3729
|
show_as_button?: boolean | undefined;
|
|
3730
|
+
assign_membership_on_login?: boolean | undefined;
|
|
3731
3731
|
is_signup_enabled?: boolean | undefined;
|
|
3732
3732
|
};
|
|
3733
3733
|
};
|
|
@@ -4969,7 +4969,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4969
4969
|
hint?: string | undefined;
|
|
4970
4970
|
messages?: {
|
|
4971
4971
|
text: string;
|
|
4972
|
-
type: "
|
|
4972
|
+
type: "error" | "success" | "info" | "warning";
|
|
4973
4973
|
id?: number | undefined;
|
|
4974
4974
|
}[] | undefined;
|
|
4975
4975
|
required?: boolean | undefined;
|
|
@@ -4987,7 +4987,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4987
4987
|
hint?: string | undefined;
|
|
4988
4988
|
messages?: {
|
|
4989
4989
|
text: string;
|
|
4990
|
-
type: "
|
|
4990
|
+
type: "error" | "success" | "info" | "warning";
|
|
4991
4991
|
id?: number | undefined;
|
|
4992
4992
|
}[] | undefined;
|
|
4993
4993
|
required?: boolean | undefined;
|
|
@@ -5011,7 +5011,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5011
5011
|
hint?: string | undefined;
|
|
5012
5012
|
messages?: {
|
|
5013
5013
|
text: string;
|
|
5014
|
-
type: "
|
|
5014
|
+
type: "error" | "success" | "info" | "warning";
|
|
5015
5015
|
id?: number | undefined;
|
|
5016
5016
|
}[] | undefined;
|
|
5017
5017
|
required?: boolean | undefined;
|
|
@@ -5035,7 +5035,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5035
5035
|
hint?: string | undefined;
|
|
5036
5036
|
messages?: {
|
|
5037
5037
|
text: string;
|
|
5038
|
-
type: "
|
|
5038
|
+
type: "error" | "success" | "info" | "warning";
|
|
5039
5039
|
id?: number | undefined;
|
|
5040
5040
|
}[] | undefined;
|
|
5041
5041
|
required?: boolean | undefined;
|
|
@@ -5064,7 +5064,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5064
5064
|
hint?: string | undefined;
|
|
5065
5065
|
messages?: {
|
|
5066
5066
|
text: string;
|
|
5067
|
-
type: "
|
|
5067
|
+
type: "error" | "success" | "info" | "warning";
|
|
5068
5068
|
id?: number | undefined;
|
|
5069
5069
|
}[] | undefined;
|
|
5070
5070
|
required?: boolean | undefined;
|
|
@@ -5079,7 +5079,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5079
5079
|
hint?: string | undefined;
|
|
5080
5080
|
messages?: {
|
|
5081
5081
|
text: string;
|
|
5082
|
-
type: "
|
|
5082
|
+
type: "error" | "success" | "info" | "warning";
|
|
5083
5083
|
id?: number | undefined;
|
|
5084
5084
|
}[] | undefined;
|
|
5085
5085
|
required?: boolean | undefined;
|
|
@@ -5100,7 +5100,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5100
5100
|
hint?: string | undefined;
|
|
5101
5101
|
messages?: {
|
|
5102
5102
|
text: string;
|
|
5103
|
-
type: "
|
|
5103
|
+
type: "error" | "success" | "info" | "warning";
|
|
5104
5104
|
id?: number | undefined;
|
|
5105
5105
|
}[] | undefined;
|
|
5106
5106
|
required?: boolean | undefined;
|
|
@@ -5125,7 +5125,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5125
5125
|
hint?: string | undefined;
|
|
5126
5126
|
messages?: {
|
|
5127
5127
|
text: string;
|
|
5128
|
-
type: "
|
|
5128
|
+
type: "error" | "success" | "info" | "warning";
|
|
5129
5129
|
id?: number | undefined;
|
|
5130
5130
|
}[] | undefined;
|
|
5131
5131
|
required?: boolean | undefined;
|
|
@@ -5144,7 +5144,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5144
5144
|
hint?: string | undefined;
|
|
5145
5145
|
messages?: {
|
|
5146
5146
|
text: string;
|
|
5147
|
-
type: "
|
|
5147
|
+
type: "error" | "success" | "info" | "warning";
|
|
5148
5148
|
id?: number | undefined;
|
|
5149
5149
|
}[] | undefined;
|
|
5150
5150
|
required?: boolean | undefined;
|
|
@@ -5164,7 +5164,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5164
5164
|
hint?: string | undefined;
|
|
5165
5165
|
messages?: {
|
|
5166
5166
|
text: string;
|
|
5167
|
-
type: "
|
|
5167
|
+
type: "error" | "success" | "info" | "warning";
|
|
5168
5168
|
id?: number | undefined;
|
|
5169
5169
|
}[] | undefined;
|
|
5170
5170
|
required?: boolean | undefined;
|
|
@@ -5183,7 +5183,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5183
5183
|
hint?: string | undefined;
|
|
5184
5184
|
messages?: {
|
|
5185
5185
|
text: string;
|
|
5186
|
-
type: "
|
|
5186
|
+
type: "error" | "success" | "info" | "warning";
|
|
5187
5187
|
id?: number | undefined;
|
|
5188
5188
|
}[] | undefined;
|
|
5189
5189
|
required?: boolean | undefined;
|
|
@@ -5205,7 +5205,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5205
5205
|
hint?: string | undefined;
|
|
5206
5206
|
messages?: {
|
|
5207
5207
|
text: string;
|
|
5208
|
-
type: "
|
|
5208
|
+
type: "error" | "success" | "info" | "warning";
|
|
5209
5209
|
id?: number | undefined;
|
|
5210
5210
|
}[] | undefined;
|
|
5211
5211
|
required?: boolean | undefined;
|
|
@@ -5227,7 +5227,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5227
5227
|
hint?: string | undefined;
|
|
5228
5228
|
messages?: {
|
|
5229
5229
|
text: string;
|
|
5230
|
-
type: "
|
|
5230
|
+
type: "error" | "success" | "info" | "warning";
|
|
5231
5231
|
id?: number | undefined;
|
|
5232
5232
|
}[] | undefined;
|
|
5233
5233
|
required?: boolean | undefined;
|
|
@@ -5246,7 +5246,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5246
5246
|
hint?: string | undefined;
|
|
5247
5247
|
messages?: {
|
|
5248
5248
|
text: string;
|
|
5249
|
-
type: "
|
|
5249
|
+
type: "error" | "success" | "info" | "warning";
|
|
5250
5250
|
id?: number | undefined;
|
|
5251
5251
|
}[] | undefined;
|
|
5252
5252
|
required?: boolean | undefined;
|
|
@@ -5271,7 +5271,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5271
5271
|
hint?: string | undefined;
|
|
5272
5272
|
messages?: {
|
|
5273
5273
|
text: string;
|
|
5274
|
-
type: "
|
|
5274
|
+
type: "error" | "success" | "info" | "warning";
|
|
5275
5275
|
id?: number | undefined;
|
|
5276
5276
|
}[] | undefined;
|
|
5277
5277
|
required?: boolean | undefined;
|
|
@@ -5292,7 +5292,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5292
5292
|
hint?: string | undefined;
|
|
5293
5293
|
messages?: {
|
|
5294
5294
|
text: string;
|
|
5295
|
-
type: "
|
|
5295
|
+
type: "error" | "success" | "info" | "warning";
|
|
5296
5296
|
id?: number | undefined;
|
|
5297
5297
|
}[] | undefined;
|
|
5298
5298
|
required?: boolean | undefined;
|
|
@@ -5313,7 +5313,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5313
5313
|
hint?: string | undefined;
|
|
5314
5314
|
messages?: {
|
|
5315
5315
|
text: string;
|
|
5316
|
-
type: "
|
|
5316
|
+
type: "error" | "success" | "info" | "warning";
|
|
5317
5317
|
id?: number | undefined;
|
|
5318
5318
|
}[] | undefined;
|
|
5319
5319
|
required?: boolean | undefined;
|
|
@@ -5546,7 +5546,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5546
5546
|
hint?: string | undefined;
|
|
5547
5547
|
messages?: {
|
|
5548
5548
|
text: string;
|
|
5549
|
-
type: "
|
|
5549
|
+
type: "error" | "success" | "info" | "warning";
|
|
5550
5550
|
id?: number | undefined;
|
|
5551
5551
|
}[] | undefined;
|
|
5552
5552
|
required?: boolean | undefined;
|
|
@@ -5564,7 +5564,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5564
5564
|
hint?: string | undefined;
|
|
5565
5565
|
messages?: {
|
|
5566
5566
|
text: string;
|
|
5567
|
-
type: "
|
|
5567
|
+
type: "error" | "success" | "info" | "warning";
|
|
5568
5568
|
id?: number | undefined;
|
|
5569
5569
|
}[] | undefined;
|
|
5570
5570
|
required?: boolean | undefined;
|
|
@@ -5588,7 +5588,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5588
5588
|
hint?: string | undefined;
|
|
5589
5589
|
messages?: {
|
|
5590
5590
|
text: string;
|
|
5591
|
-
type: "
|
|
5591
|
+
type: "error" | "success" | "info" | "warning";
|
|
5592
5592
|
id?: number | undefined;
|
|
5593
5593
|
}[] | undefined;
|
|
5594
5594
|
required?: boolean | undefined;
|
|
@@ -5612,7 +5612,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5612
5612
|
hint?: string | undefined;
|
|
5613
5613
|
messages?: {
|
|
5614
5614
|
text: string;
|
|
5615
|
-
type: "
|
|
5615
|
+
type: "error" | "success" | "info" | "warning";
|
|
5616
5616
|
id?: number | undefined;
|
|
5617
5617
|
}[] | undefined;
|
|
5618
5618
|
required?: boolean | undefined;
|
|
@@ -5641,7 +5641,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5641
5641
|
hint?: string | undefined;
|
|
5642
5642
|
messages?: {
|
|
5643
5643
|
text: string;
|
|
5644
|
-
type: "
|
|
5644
|
+
type: "error" | "success" | "info" | "warning";
|
|
5645
5645
|
id?: number | undefined;
|
|
5646
5646
|
}[] | undefined;
|
|
5647
5647
|
required?: boolean | undefined;
|
|
@@ -5656,7 +5656,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5656
5656
|
hint?: string | undefined;
|
|
5657
5657
|
messages?: {
|
|
5658
5658
|
text: string;
|
|
5659
|
-
type: "
|
|
5659
|
+
type: "error" | "success" | "info" | "warning";
|
|
5660
5660
|
id?: number | undefined;
|
|
5661
5661
|
}[] | undefined;
|
|
5662
5662
|
required?: boolean | undefined;
|
|
@@ -5677,7 +5677,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5677
5677
|
hint?: string | undefined;
|
|
5678
5678
|
messages?: {
|
|
5679
5679
|
text: string;
|
|
5680
|
-
type: "
|
|
5680
|
+
type: "error" | "success" | "info" | "warning";
|
|
5681
5681
|
id?: number | undefined;
|
|
5682
5682
|
}[] | undefined;
|
|
5683
5683
|
required?: boolean | undefined;
|
|
@@ -5702,7 +5702,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5702
5702
|
hint?: string | undefined;
|
|
5703
5703
|
messages?: {
|
|
5704
5704
|
text: string;
|
|
5705
|
-
type: "
|
|
5705
|
+
type: "error" | "success" | "info" | "warning";
|
|
5706
5706
|
id?: number | undefined;
|
|
5707
5707
|
}[] | undefined;
|
|
5708
5708
|
required?: boolean | undefined;
|
|
@@ -5721,7 +5721,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5721
5721
|
hint?: string | undefined;
|
|
5722
5722
|
messages?: {
|
|
5723
5723
|
text: string;
|
|
5724
|
-
type: "
|
|
5724
|
+
type: "error" | "success" | "info" | "warning";
|
|
5725
5725
|
id?: number | undefined;
|
|
5726
5726
|
}[] | undefined;
|
|
5727
5727
|
required?: boolean | undefined;
|
|
@@ -5741,7 +5741,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5741
5741
|
hint?: string | undefined;
|
|
5742
5742
|
messages?: {
|
|
5743
5743
|
text: string;
|
|
5744
|
-
type: "
|
|
5744
|
+
type: "error" | "success" | "info" | "warning";
|
|
5745
5745
|
id?: number | undefined;
|
|
5746
5746
|
}[] | undefined;
|
|
5747
5747
|
required?: boolean | undefined;
|
|
@@ -5760,7 +5760,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5760
5760
|
hint?: string | undefined;
|
|
5761
5761
|
messages?: {
|
|
5762
5762
|
text: string;
|
|
5763
|
-
type: "
|
|
5763
|
+
type: "error" | "success" | "info" | "warning";
|
|
5764
5764
|
id?: number | undefined;
|
|
5765
5765
|
}[] | undefined;
|
|
5766
5766
|
required?: boolean | undefined;
|
|
@@ -5782,7 +5782,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5782
5782
|
hint?: string | undefined;
|
|
5783
5783
|
messages?: {
|
|
5784
5784
|
text: string;
|
|
5785
|
-
type: "
|
|
5785
|
+
type: "error" | "success" | "info" | "warning";
|
|
5786
5786
|
id?: number | undefined;
|
|
5787
5787
|
}[] | undefined;
|
|
5788
5788
|
required?: boolean | undefined;
|
|
@@ -5804,7 +5804,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5804
5804
|
hint?: string | undefined;
|
|
5805
5805
|
messages?: {
|
|
5806
5806
|
text: string;
|
|
5807
|
-
type: "
|
|
5807
|
+
type: "error" | "success" | "info" | "warning";
|
|
5808
5808
|
id?: number | undefined;
|
|
5809
5809
|
}[] | undefined;
|
|
5810
5810
|
required?: boolean | undefined;
|
|
@@ -5823,7 +5823,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5823
5823
|
hint?: string | undefined;
|
|
5824
5824
|
messages?: {
|
|
5825
5825
|
text: string;
|
|
5826
|
-
type: "
|
|
5826
|
+
type: "error" | "success" | "info" | "warning";
|
|
5827
5827
|
id?: number | undefined;
|
|
5828
5828
|
}[] | undefined;
|
|
5829
5829
|
required?: boolean | undefined;
|
|
@@ -5848,7 +5848,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5848
5848
|
hint?: string | undefined;
|
|
5849
5849
|
messages?: {
|
|
5850
5850
|
text: string;
|
|
5851
|
-
type: "
|
|
5851
|
+
type: "error" | "success" | "info" | "warning";
|
|
5852
5852
|
id?: number | undefined;
|
|
5853
5853
|
}[] | undefined;
|
|
5854
5854
|
required?: boolean | undefined;
|
|
@@ -5869,7 +5869,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5869
5869
|
hint?: string | undefined;
|
|
5870
5870
|
messages?: {
|
|
5871
5871
|
text: string;
|
|
5872
|
-
type: "
|
|
5872
|
+
type: "error" | "success" | "info" | "warning";
|
|
5873
5873
|
id?: number | undefined;
|
|
5874
5874
|
}[] | undefined;
|
|
5875
5875
|
required?: boolean | undefined;
|
|
@@ -5890,7 +5890,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5890
5890
|
hint?: string | undefined;
|
|
5891
5891
|
messages?: {
|
|
5892
5892
|
text: string;
|
|
5893
|
-
type: "
|
|
5893
|
+
type: "error" | "success" | "info" | "warning";
|
|
5894
5894
|
id?: number | undefined;
|
|
5895
5895
|
}[] | undefined;
|
|
5896
5896
|
required?: boolean | undefined;
|
|
@@ -6138,7 +6138,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6138
6138
|
hint?: string | undefined;
|
|
6139
6139
|
messages?: {
|
|
6140
6140
|
text: string;
|
|
6141
|
-
type: "
|
|
6141
|
+
type: "error" | "success" | "info" | "warning";
|
|
6142
6142
|
id?: number | undefined;
|
|
6143
6143
|
}[] | undefined;
|
|
6144
6144
|
required?: boolean | undefined;
|
|
@@ -6156,7 +6156,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6156
6156
|
hint?: string | undefined;
|
|
6157
6157
|
messages?: {
|
|
6158
6158
|
text: string;
|
|
6159
|
-
type: "
|
|
6159
|
+
type: "error" | "success" | "info" | "warning";
|
|
6160
6160
|
id?: number | undefined;
|
|
6161
6161
|
}[] | undefined;
|
|
6162
6162
|
required?: boolean | undefined;
|
|
@@ -6180,7 +6180,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6180
6180
|
hint?: string | undefined;
|
|
6181
6181
|
messages?: {
|
|
6182
6182
|
text: string;
|
|
6183
|
-
type: "
|
|
6183
|
+
type: "error" | "success" | "info" | "warning";
|
|
6184
6184
|
id?: number | undefined;
|
|
6185
6185
|
}[] | undefined;
|
|
6186
6186
|
required?: boolean | undefined;
|
|
@@ -6204,7 +6204,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6204
6204
|
hint?: string | undefined;
|
|
6205
6205
|
messages?: {
|
|
6206
6206
|
text: string;
|
|
6207
|
-
type: "
|
|
6207
|
+
type: "error" | "success" | "info" | "warning";
|
|
6208
6208
|
id?: number | undefined;
|
|
6209
6209
|
}[] | undefined;
|
|
6210
6210
|
required?: boolean | undefined;
|
|
@@ -6233,7 +6233,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6233
6233
|
hint?: string | undefined;
|
|
6234
6234
|
messages?: {
|
|
6235
6235
|
text: string;
|
|
6236
|
-
type: "
|
|
6236
|
+
type: "error" | "success" | "info" | "warning";
|
|
6237
6237
|
id?: number | undefined;
|
|
6238
6238
|
}[] | undefined;
|
|
6239
6239
|
required?: boolean | undefined;
|
|
@@ -6248,7 +6248,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6248
6248
|
hint?: string | undefined;
|
|
6249
6249
|
messages?: {
|
|
6250
6250
|
text: string;
|
|
6251
|
-
type: "
|
|
6251
|
+
type: "error" | "success" | "info" | "warning";
|
|
6252
6252
|
id?: number | undefined;
|
|
6253
6253
|
}[] | undefined;
|
|
6254
6254
|
required?: boolean | undefined;
|
|
@@ -6269,7 +6269,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6269
6269
|
hint?: string | undefined;
|
|
6270
6270
|
messages?: {
|
|
6271
6271
|
text: string;
|
|
6272
|
-
type: "
|
|
6272
|
+
type: "error" | "success" | "info" | "warning";
|
|
6273
6273
|
id?: number | undefined;
|
|
6274
6274
|
}[] | undefined;
|
|
6275
6275
|
required?: boolean | undefined;
|
|
@@ -6294,7 +6294,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6294
6294
|
hint?: string | undefined;
|
|
6295
6295
|
messages?: {
|
|
6296
6296
|
text: string;
|
|
6297
|
-
type: "
|
|
6297
|
+
type: "error" | "success" | "info" | "warning";
|
|
6298
6298
|
id?: number | undefined;
|
|
6299
6299
|
}[] | undefined;
|
|
6300
6300
|
required?: boolean | undefined;
|
|
@@ -6313,7 +6313,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6313
6313
|
hint?: string | undefined;
|
|
6314
6314
|
messages?: {
|
|
6315
6315
|
text: string;
|
|
6316
|
-
type: "
|
|
6316
|
+
type: "error" | "success" | "info" | "warning";
|
|
6317
6317
|
id?: number | undefined;
|
|
6318
6318
|
}[] | undefined;
|
|
6319
6319
|
required?: boolean | undefined;
|
|
@@ -6333,7 +6333,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6333
6333
|
hint?: string | undefined;
|
|
6334
6334
|
messages?: {
|
|
6335
6335
|
text: string;
|
|
6336
|
-
type: "
|
|
6336
|
+
type: "error" | "success" | "info" | "warning";
|
|
6337
6337
|
id?: number | undefined;
|
|
6338
6338
|
}[] | undefined;
|
|
6339
6339
|
required?: boolean | undefined;
|
|
@@ -6352,7 +6352,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6352
6352
|
hint?: string | undefined;
|
|
6353
6353
|
messages?: {
|
|
6354
6354
|
text: string;
|
|
6355
|
-
type: "
|
|
6355
|
+
type: "error" | "success" | "info" | "warning";
|
|
6356
6356
|
id?: number | undefined;
|
|
6357
6357
|
}[] | undefined;
|
|
6358
6358
|
required?: boolean | undefined;
|
|
@@ -6374,7 +6374,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6374
6374
|
hint?: string | undefined;
|
|
6375
6375
|
messages?: {
|
|
6376
6376
|
text: string;
|
|
6377
|
-
type: "
|
|
6377
|
+
type: "error" | "success" | "info" | "warning";
|
|
6378
6378
|
id?: number | undefined;
|
|
6379
6379
|
}[] | undefined;
|
|
6380
6380
|
required?: boolean | undefined;
|
|
@@ -6396,7 +6396,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6396
6396
|
hint?: string | undefined;
|
|
6397
6397
|
messages?: {
|
|
6398
6398
|
text: string;
|
|
6399
|
-
type: "
|
|
6399
|
+
type: "error" | "success" | "info" | "warning";
|
|
6400
6400
|
id?: number | undefined;
|
|
6401
6401
|
}[] | undefined;
|
|
6402
6402
|
required?: boolean | undefined;
|
|
@@ -6415,7 +6415,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6415
6415
|
hint?: string | undefined;
|
|
6416
6416
|
messages?: {
|
|
6417
6417
|
text: string;
|
|
6418
|
-
type: "
|
|
6418
|
+
type: "error" | "success" | "info" | "warning";
|
|
6419
6419
|
id?: number | undefined;
|
|
6420
6420
|
}[] | undefined;
|
|
6421
6421
|
required?: boolean | undefined;
|
|
@@ -6440,7 +6440,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6440
6440
|
hint?: string | undefined;
|
|
6441
6441
|
messages?: {
|
|
6442
6442
|
text: string;
|
|
6443
|
-
type: "
|
|
6443
|
+
type: "error" | "success" | "info" | "warning";
|
|
6444
6444
|
id?: number | undefined;
|
|
6445
6445
|
}[] | undefined;
|
|
6446
6446
|
required?: boolean | undefined;
|
|
@@ -6461,7 +6461,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6461
6461
|
hint?: string | undefined;
|
|
6462
6462
|
messages?: {
|
|
6463
6463
|
text: string;
|
|
6464
|
-
type: "
|
|
6464
|
+
type: "error" | "success" | "info" | "warning";
|
|
6465
6465
|
id?: number | undefined;
|
|
6466
6466
|
}[] | undefined;
|
|
6467
6467
|
required?: boolean | undefined;
|
|
@@ -6482,7 +6482,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6482
6482
|
hint?: string | undefined;
|
|
6483
6483
|
messages?: {
|
|
6484
6484
|
text: string;
|
|
6485
|
-
type: "
|
|
6485
|
+
type: "error" | "success" | "info" | "warning";
|
|
6486
6486
|
id?: number | undefined;
|
|
6487
6487
|
}[] | undefined;
|
|
6488
6488
|
required?: boolean | undefined;
|
|
@@ -6736,7 +6736,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6736
6736
|
hint?: string | undefined;
|
|
6737
6737
|
messages?: {
|
|
6738
6738
|
text: string;
|
|
6739
|
-
type: "
|
|
6739
|
+
type: "error" | "success" | "info" | "warning";
|
|
6740
6740
|
id?: number | undefined;
|
|
6741
6741
|
}[] | undefined;
|
|
6742
6742
|
required?: boolean | undefined;
|
|
@@ -6754,7 +6754,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6754
6754
|
hint?: string | undefined;
|
|
6755
6755
|
messages?: {
|
|
6756
6756
|
text: string;
|
|
6757
|
-
type: "
|
|
6757
|
+
type: "error" | "success" | "info" | "warning";
|
|
6758
6758
|
id?: number | undefined;
|
|
6759
6759
|
}[] | undefined;
|
|
6760
6760
|
required?: boolean | undefined;
|
|
@@ -6778,7 +6778,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6778
6778
|
hint?: string | undefined;
|
|
6779
6779
|
messages?: {
|
|
6780
6780
|
text: string;
|
|
6781
|
-
type: "
|
|
6781
|
+
type: "error" | "success" | "info" | "warning";
|
|
6782
6782
|
id?: number | undefined;
|
|
6783
6783
|
}[] | undefined;
|
|
6784
6784
|
required?: boolean | undefined;
|
|
@@ -6802,7 +6802,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6802
6802
|
hint?: string | undefined;
|
|
6803
6803
|
messages?: {
|
|
6804
6804
|
text: string;
|
|
6805
|
-
type: "
|
|
6805
|
+
type: "error" | "success" | "info" | "warning";
|
|
6806
6806
|
id?: number | undefined;
|
|
6807
6807
|
}[] | undefined;
|
|
6808
6808
|
required?: boolean | undefined;
|
|
@@ -6827,7 +6827,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6827
6827
|
hint?: string | undefined;
|
|
6828
6828
|
messages?: {
|
|
6829
6829
|
text: string;
|
|
6830
|
-
type: "
|
|
6830
|
+
type: "error" | "success" | "info" | "warning";
|
|
6831
6831
|
id?: number | undefined;
|
|
6832
6832
|
}[] | undefined;
|
|
6833
6833
|
required?: boolean | undefined;
|
|
@@ -6842,7 +6842,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6842
6842
|
hint?: string | undefined;
|
|
6843
6843
|
messages?: {
|
|
6844
6844
|
text: string;
|
|
6845
|
-
type: "
|
|
6845
|
+
type: "error" | "success" | "info" | "warning";
|
|
6846
6846
|
id?: number | undefined;
|
|
6847
6847
|
}[] | undefined;
|
|
6848
6848
|
required?: boolean | undefined;
|
|
@@ -6863,7 +6863,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6863
6863
|
hint?: string | undefined;
|
|
6864
6864
|
messages?: {
|
|
6865
6865
|
text: string;
|
|
6866
|
-
type: "
|
|
6866
|
+
type: "error" | "success" | "info" | "warning";
|
|
6867
6867
|
id?: number | undefined;
|
|
6868
6868
|
}[] | undefined;
|
|
6869
6869
|
required?: boolean | undefined;
|
|
@@ -6888,7 +6888,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6888
6888
|
hint?: string | undefined;
|
|
6889
6889
|
messages?: {
|
|
6890
6890
|
text: string;
|
|
6891
|
-
type: "
|
|
6891
|
+
type: "error" | "success" | "info" | "warning";
|
|
6892
6892
|
id?: number | undefined;
|
|
6893
6893
|
}[] | undefined;
|
|
6894
6894
|
required?: boolean | undefined;
|
|
@@ -6907,7 +6907,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6907
6907
|
hint?: string | undefined;
|
|
6908
6908
|
messages?: {
|
|
6909
6909
|
text: string;
|
|
6910
|
-
type: "
|
|
6910
|
+
type: "error" | "success" | "info" | "warning";
|
|
6911
6911
|
id?: number | undefined;
|
|
6912
6912
|
}[] | undefined;
|
|
6913
6913
|
required?: boolean | undefined;
|
|
@@ -6927,7 +6927,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6927
6927
|
hint?: string | undefined;
|
|
6928
6928
|
messages?: {
|
|
6929
6929
|
text: string;
|
|
6930
|
-
type: "
|
|
6930
|
+
type: "error" | "success" | "info" | "warning";
|
|
6931
6931
|
id?: number | undefined;
|
|
6932
6932
|
}[] | undefined;
|
|
6933
6933
|
required?: boolean | undefined;
|
|
@@ -6946,7 +6946,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6946
6946
|
hint?: string | undefined;
|
|
6947
6947
|
messages?: {
|
|
6948
6948
|
text: string;
|
|
6949
|
-
type: "
|
|
6949
|
+
type: "error" | "success" | "info" | "warning";
|
|
6950
6950
|
id?: number | undefined;
|
|
6951
6951
|
}[] | undefined;
|
|
6952
6952
|
required?: boolean | undefined;
|
|
@@ -6968,7 +6968,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6968
6968
|
hint?: string | undefined;
|
|
6969
6969
|
messages?: {
|
|
6970
6970
|
text: string;
|
|
6971
|
-
type: "
|
|
6971
|
+
type: "error" | "success" | "info" | "warning";
|
|
6972
6972
|
id?: number | undefined;
|
|
6973
6973
|
}[] | undefined;
|
|
6974
6974
|
required?: boolean | undefined;
|
|
@@ -6990,7 +6990,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6990
6990
|
hint?: string | undefined;
|
|
6991
6991
|
messages?: {
|
|
6992
6992
|
text: string;
|
|
6993
|
-
type: "
|
|
6993
|
+
type: "error" | "success" | "info" | "warning";
|
|
6994
6994
|
id?: number | undefined;
|
|
6995
6995
|
}[] | undefined;
|
|
6996
6996
|
required?: boolean | undefined;
|
|
@@ -7009,7 +7009,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7009
7009
|
hint?: string | undefined;
|
|
7010
7010
|
messages?: {
|
|
7011
7011
|
text: string;
|
|
7012
|
-
type: "
|
|
7012
|
+
type: "error" | "success" | "info" | "warning";
|
|
7013
7013
|
id?: number | undefined;
|
|
7014
7014
|
}[] | undefined;
|
|
7015
7015
|
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;
|
|
@@ -7055,7 +7055,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7055
7055
|
hint?: string | undefined;
|
|
7056
7056
|
messages?: {
|
|
7057
7057
|
text: string;
|
|
7058
|
-
type: "
|
|
7058
|
+
type: "error" | "success" | "info" | "warning";
|
|
7059
7059
|
id?: number | undefined;
|
|
7060
7060
|
}[] | undefined;
|
|
7061
7061
|
required?: boolean | undefined;
|
|
@@ -7076,7 +7076,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7076
7076
|
hint?: string | undefined;
|
|
7077
7077
|
messages?: {
|
|
7078
7078
|
text: string;
|
|
7079
|
-
type: "
|
|
7079
|
+
type: "error" | "success" | "info" | "warning";
|
|
7080
7080
|
id?: number | undefined;
|
|
7081
7081
|
}[] | undefined;
|
|
7082
7082
|
required?: boolean | undefined;
|
|
@@ -7307,7 +7307,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7307
7307
|
hint?: string | undefined;
|
|
7308
7308
|
messages?: {
|
|
7309
7309
|
text: string;
|
|
7310
|
-
type: "
|
|
7310
|
+
type: "error" | "success" | "info" | "warning";
|
|
7311
7311
|
id?: number | undefined;
|
|
7312
7312
|
}[] | undefined;
|
|
7313
7313
|
required?: boolean | undefined;
|
|
@@ -7325,7 +7325,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7325
7325
|
hint?: string | undefined;
|
|
7326
7326
|
messages?: {
|
|
7327
7327
|
text: string;
|
|
7328
|
-
type: "
|
|
7328
|
+
type: "error" | "success" | "info" | "warning";
|
|
7329
7329
|
id?: number | undefined;
|
|
7330
7330
|
}[] | undefined;
|
|
7331
7331
|
required?: boolean | undefined;
|
|
@@ -7349,7 +7349,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7349
7349
|
hint?: string | undefined;
|
|
7350
7350
|
messages?: {
|
|
7351
7351
|
text: string;
|
|
7352
|
-
type: "
|
|
7352
|
+
type: "error" | "success" | "info" | "warning";
|
|
7353
7353
|
id?: number | undefined;
|
|
7354
7354
|
}[] | undefined;
|
|
7355
7355
|
required?: boolean | undefined;
|
|
@@ -7373,7 +7373,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7373
7373
|
hint?: string | undefined;
|
|
7374
7374
|
messages?: {
|
|
7375
7375
|
text: string;
|
|
7376
|
-
type: "
|
|
7376
|
+
type: "error" | "success" | "info" | "warning";
|
|
7377
7377
|
id?: number | undefined;
|
|
7378
7378
|
}[] | undefined;
|
|
7379
7379
|
required?: boolean | undefined;
|
|
@@ -7402,7 +7402,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7402
7402
|
hint?: string | undefined;
|
|
7403
7403
|
messages?: {
|
|
7404
7404
|
text: string;
|
|
7405
|
-
type: "
|
|
7405
|
+
type: "error" | "success" | "info" | "warning";
|
|
7406
7406
|
id?: number | undefined;
|
|
7407
7407
|
}[] | undefined;
|
|
7408
7408
|
required?: boolean | undefined;
|
|
@@ -7417,7 +7417,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7417
7417
|
hint?: string | undefined;
|
|
7418
7418
|
messages?: {
|
|
7419
7419
|
text: string;
|
|
7420
|
-
type: "
|
|
7420
|
+
type: "error" | "success" | "info" | "warning";
|
|
7421
7421
|
id?: number | undefined;
|
|
7422
7422
|
}[] | undefined;
|
|
7423
7423
|
required?: boolean | undefined;
|
|
@@ -7438,7 +7438,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7438
7438
|
hint?: string | undefined;
|
|
7439
7439
|
messages?: {
|
|
7440
7440
|
text: string;
|
|
7441
|
-
type: "
|
|
7441
|
+
type: "error" | "success" | "info" | "warning";
|
|
7442
7442
|
id?: number | undefined;
|
|
7443
7443
|
}[] | undefined;
|
|
7444
7444
|
required?: boolean | undefined;
|
|
@@ -7463,7 +7463,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7463
7463
|
hint?: string | undefined;
|
|
7464
7464
|
messages?: {
|
|
7465
7465
|
text: string;
|
|
7466
|
-
type: "
|
|
7466
|
+
type: "error" | "success" | "info" | "warning";
|
|
7467
7467
|
id?: number | undefined;
|
|
7468
7468
|
}[] | undefined;
|
|
7469
7469
|
required?: boolean | undefined;
|
|
@@ -7482,7 +7482,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7482
7482
|
hint?: string | undefined;
|
|
7483
7483
|
messages?: {
|
|
7484
7484
|
text: string;
|
|
7485
|
-
type: "
|
|
7485
|
+
type: "error" | "success" | "info" | "warning";
|
|
7486
7486
|
id?: number | undefined;
|
|
7487
7487
|
}[] | undefined;
|
|
7488
7488
|
required?: boolean | undefined;
|
|
@@ -7502,7 +7502,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7502
7502
|
hint?: string | undefined;
|
|
7503
7503
|
messages?: {
|
|
7504
7504
|
text: string;
|
|
7505
|
-
type: "
|
|
7505
|
+
type: "error" | "success" | "info" | "warning";
|
|
7506
7506
|
id?: number | undefined;
|
|
7507
7507
|
}[] | undefined;
|
|
7508
7508
|
required?: boolean | undefined;
|
|
@@ -7521,7 +7521,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7521
7521
|
hint?: string | undefined;
|
|
7522
7522
|
messages?: {
|
|
7523
7523
|
text: string;
|
|
7524
|
-
type: "
|
|
7524
|
+
type: "error" | "success" | "info" | "warning";
|
|
7525
7525
|
id?: number | undefined;
|
|
7526
7526
|
}[] | undefined;
|
|
7527
7527
|
required?: boolean | undefined;
|
|
@@ -7543,7 +7543,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7543
7543
|
hint?: string | undefined;
|
|
7544
7544
|
messages?: {
|
|
7545
7545
|
text: string;
|
|
7546
|
-
type: "
|
|
7546
|
+
type: "error" | "success" | "info" | "warning";
|
|
7547
7547
|
id?: number | undefined;
|
|
7548
7548
|
}[] | undefined;
|
|
7549
7549
|
required?: boolean | undefined;
|
|
@@ -7565,7 +7565,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7565
7565
|
hint?: string | undefined;
|
|
7566
7566
|
messages?: {
|
|
7567
7567
|
text: string;
|
|
7568
|
-
type: "
|
|
7568
|
+
type: "error" | "success" | "info" | "warning";
|
|
7569
7569
|
id?: number | undefined;
|
|
7570
7570
|
}[] | undefined;
|
|
7571
7571
|
required?: boolean | undefined;
|
|
@@ -7584,7 +7584,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7584
7584
|
hint?: string | undefined;
|
|
7585
7585
|
messages?: {
|
|
7586
7586
|
text: string;
|
|
7587
|
-
type: "
|
|
7587
|
+
type: "error" | "success" | "info" | "warning";
|
|
7588
7588
|
id?: number | undefined;
|
|
7589
7589
|
}[] | undefined;
|
|
7590
7590
|
required?: boolean | undefined;
|
|
@@ -7609,7 +7609,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7609
7609
|
hint?: string | undefined;
|
|
7610
7610
|
messages?: {
|
|
7611
7611
|
text: string;
|
|
7612
|
-
type: "
|
|
7612
|
+
type: "error" | "success" | "info" | "warning";
|
|
7613
7613
|
id?: number | undefined;
|
|
7614
7614
|
}[] | undefined;
|
|
7615
7615
|
required?: boolean | undefined;
|
|
@@ -7630,7 +7630,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7630
7630
|
hint?: string | undefined;
|
|
7631
7631
|
messages?: {
|
|
7632
7632
|
text: string;
|
|
7633
|
-
type: "
|
|
7633
|
+
type: "error" | "success" | "info" | "warning";
|
|
7634
7634
|
id?: number | undefined;
|
|
7635
7635
|
}[] | undefined;
|
|
7636
7636
|
required?: boolean | undefined;
|
|
@@ -7651,7 +7651,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7651
7651
|
hint?: string | undefined;
|
|
7652
7652
|
messages?: {
|
|
7653
7653
|
text: string;
|
|
7654
|
-
type: "
|
|
7654
|
+
type: "error" | "success" | "info" | "warning";
|
|
7655
7655
|
id?: number | undefined;
|
|
7656
7656
|
}[] | undefined;
|
|
7657
7657
|
required?: boolean | undefined;
|
|
@@ -7884,7 +7884,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7884
7884
|
hint?: string | undefined;
|
|
7885
7885
|
messages?: {
|
|
7886
7886
|
text: string;
|
|
7887
|
-
type: "
|
|
7887
|
+
type: "error" | "success" | "info" | "warning";
|
|
7888
7888
|
id?: number | undefined;
|
|
7889
7889
|
}[] | undefined;
|
|
7890
7890
|
required?: boolean | undefined;
|
|
@@ -7902,7 +7902,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7902
7902
|
hint?: string | undefined;
|
|
7903
7903
|
messages?: {
|
|
7904
7904
|
text: string;
|
|
7905
|
-
type: "
|
|
7905
|
+
type: "error" | "success" | "info" | "warning";
|
|
7906
7906
|
id?: number | undefined;
|
|
7907
7907
|
}[] | undefined;
|
|
7908
7908
|
required?: boolean | undefined;
|
|
@@ -7926,7 +7926,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7926
7926
|
hint?: string | undefined;
|
|
7927
7927
|
messages?: {
|
|
7928
7928
|
text: string;
|
|
7929
|
-
type: "
|
|
7929
|
+
type: "error" | "success" | "info" | "warning";
|
|
7930
7930
|
id?: number | undefined;
|
|
7931
7931
|
}[] | undefined;
|
|
7932
7932
|
required?: boolean | undefined;
|
|
@@ -7950,7 +7950,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7950
7950
|
hint?: string | undefined;
|
|
7951
7951
|
messages?: {
|
|
7952
7952
|
text: string;
|
|
7953
|
-
type: "
|
|
7953
|
+
type: "error" | "success" | "info" | "warning";
|
|
7954
7954
|
id?: number | undefined;
|
|
7955
7955
|
}[] | undefined;
|
|
7956
7956
|
required?: boolean | undefined;
|
|
@@ -7975,7 +7975,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7975
7975
|
hint?: string | undefined;
|
|
7976
7976
|
messages?: {
|
|
7977
7977
|
text: string;
|
|
7978
|
-
type: "
|
|
7978
|
+
type: "error" | "success" | "info" | "warning";
|
|
7979
7979
|
id?: number | undefined;
|
|
7980
7980
|
}[] | undefined;
|
|
7981
7981
|
required?: boolean | undefined;
|
|
@@ -7990,7 +7990,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7990
7990
|
hint?: string | undefined;
|
|
7991
7991
|
messages?: {
|
|
7992
7992
|
text: string;
|
|
7993
|
-
type: "
|
|
7993
|
+
type: "error" | "success" | "info" | "warning";
|
|
7994
7994
|
id?: number | undefined;
|
|
7995
7995
|
}[] | undefined;
|
|
7996
7996
|
required?: boolean | undefined;
|
|
@@ -8011,7 +8011,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8011
8011
|
hint?: string | undefined;
|
|
8012
8012
|
messages?: {
|
|
8013
8013
|
text: string;
|
|
8014
|
-
type: "
|
|
8014
|
+
type: "error" | "success" | "info" | "warning";
|
|
8015
8015
|
id?: number | undefined;
|
|
8016
8016
|
}[] | undefined;
|
|
8017
8017
|
required?: boolean | undefined;
|
|
@@ -8036,7 +8036,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8036
8036
|
hint?: string | undefined;
|
|
8037
8037
|
messages?: {
|
|
8038
8038
|
text: string;
|
|
8039
|
-
type: "
|
|
8039
|
+
type: "error" | "success" | "info" | "warning";
|
|
8040
8040
|
id?: number | undefined;
|
|
8041
8041
|
}[] | undefined;
|
|
8042
8042
|
required?: boolean | undefined;
|
|
@@ -8055,7 +8055,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8055
8055
|
hint?: string | undefined;
|
|
8056
8056
|
messages?: {
|
|
8057
8057
|
text: string;
|
|
8058
|
-
type: "
|
|
8058
|
+
type: "error" | "success" | "info" | "warning";
|
|
8059
8059
|
id?: number | undefined;
|
|
8060
8060
|
}[] | undefined;
|
|
8061
8061
|
required?: boolean | undefined;
|
|
@@ -8075,7 +8075,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8075
8075
|
hint?: string | undefined;
|
|
8076
8076
|
messages?: {
|
|
8077
8077
|
text: string;
|
|
8078
|
-
type: "
|
|
8078
|
+
type: "error" | "success" | "info" | "warning";
|
|
8079
8079
|
id?: number | undefined;
|
|
8080
8080
|
}[] | undefined;
|
|
8081
8081
|
required?: boolean | undefined;
|
|
@@ -8094,7 +8094,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8094
8094
|
hint?: string | undefined;
|
|
8095
8095
|
messages?: {
|
|
8096
8096
|
text: string;
|
|
8097
|
-
type: "
|
|
8097
|
+
type: "error" | "success" | "info" | "warning";
|
|
8098
8098
|
id?: number | undefined;
|
|
8099
8099
|
}[] | undefined;
|
|
8100
8100
|
required?: boolean | undefined;
|
|
@@ -8116,7 +8116,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8116
8116
|
hint?: string | undefined;
|
|
8117
8117
|
messages?: {
|
|
8118
8118
|
text: string;
|
|
8119
|
-
type: "
|
|
8119
|
+
type: "error" | "success" | "info" | "warning";
|
|
8120
8120
|
id?: number | undefined;
|
|
8121
8121
|
}[] | undefined;
|
|
8122
8122
|
required?: boolean | undefined;
|
|
@@ -8138,7 +8138,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8138
8138
|
hint?: string | undefined;
|
|
8139
8139
|
messages?: {
|
|
8140
8140
|
text: string;
|
|
8141
|
-
type: "
|
|
8141
|
+
type: "error" | "success" | "info" | "warning";
|
|
8142
8142
|
id?: number | undefined;
|
|
8143
8143
|
}[] | undefined;
|
|
8144
8144
|
required?: boolean | undefined;
|
|
@@ -8157,7 +8157,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8157
8157
|
hint?: string | undefined;
|
|
8158
8158
|
messages?: {
|
|
8159
8159
|
text: string;
|
|
8160
|
-
type: "
|
|
8160
|
+
type: "error" | "success" | "info" | "warning";
|
|
8161
8161
|
id?: number | undefined;
|
|
8162
8162
|
}[] | undefined;
|
|
8163
8163
|
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;
|
|
@@ -8203,7 +8203,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8203
8203
|
hint?: string | undefined;
|
|
8204
8204
|
messages?: {
|
|
8205
8205
|
text: string;
|
|
8206
|
-
type: "
|
|
8206
|
+
type: "error" | "success" | "info" | "warning";
|
|
8207
8207
|
id?: number | undefined;
|
|
8208
8208
|
}[] | undefined;
|
|
8209
8209
|
required?: boolean | undefined;
|
|
@@ -8224,7 +8224,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8224
8224
|
hint?: string | undefined;
|
|
8225
8225
|
messages?: {
|
|
8226
8226
|
text: string;
|
|
8227
|
-
type: "
|
|
8227
|
+
type: "error" | "success" | "info" | "warning";
|
|
8228
8228
|
id?: number | undefined;
|
|
8229
8229
|
}[] | undefined;
|
|
8230
8230
|
required?: boolean | undefined;
|
|
@@ -8455,7 +8455,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8455
8455
|
hint?: string | undefined;
|
|
8456
8456
|
messages?: {
|
|
8457
8457
|
text: string;
|
|
8458
|
-
type: "
|
|
8458
|
+
type: "error" | "success" | "info" | "warning";
|
|
8459
8459
|
id?: number | undefined;
|
|
8460
8460
|
}[] | undefined;
|
|
8461
8461
|
required?: boolean | undefined;
|
|
@@ -8473,7 +8473,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8473
8473
|
hint?: string | undefined;
|
|
8474
8474
|
messages?: {
|
|
8475
8475
|
text: string;
|
|
8476
|
-
type: "
|
|
8476
|
+
type: "error" | "success" | "info" | "warning";
|
|
8477
8477
|
id?: number | undefined;
|
|
8478
8478
|
}[] | undefined;
|
|
8479
8479
|
required?: boolean | undefined;
|
|
@@ -8497,7 +8497,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8497
8497
|
hint?: string | undefined;
|
|
8498
8498
|
messages?: {
|
|
8499
8499
|
text: string;
|
|
8500
|
-
type: "
|
|
8500
|
+
type: "error" | "success" | "info" | "warning";
|
|
8501
8501
|
id?: number | undefined;
|
|
8502
8502
|
}[] | undefined;
|
|
8503
8503
|
required?: boolean | undefined;
|
|
@@ -8521,7 +8521,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8521
8521
|
hint?: string | undefined;
|
|
8522
8522
|
messages?: {
|
|
8523
8523
|
text: string;
|
|
8524
|
-
type: "
|
|
8524
|
+
type: "error" | "success" | "info" | "warning";
|
|
8525
8525
|
id?: number | undefined;
|
|
8526
8526
|
}[] | undefined;
|
|
8527
8527
|
required?: boolean | undefined;
|
|
@@ -8550,7 +8550,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8550
8550
|
hint?: string | undefined;
|
|
8551
8551
|
messages?: {
|
|
8552
8552
|
text: string;
|
|
8553
|
-
type: "
|
|
8553
|
+
type: "error" | "success" | "info" | "warning";
|
|
8554
8554
|
id?: number | undefined;
|
|
8555
8555
|
}[] | undefined;
|
|
8556
8556
|
required?: boolean | undefined;
|
|
@@ -8565,7 +8565,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8565
8565
|
hint?: string | undefined;
|
|
8566
8566
|
messages?: {
|
|
8567
8567
|
text: string;
|
|
8568
|
-
type: "
|
|
8568
|
+
type: "error" | "success" | "info" | "warning";
|
|
8569
8569
|
id?: number | undefined;
|
|
8570
8570
|
}[] | undefined;
|
|
8571
8571
|
required?: boolean | undefined;
|
|
@@ -8586,7 +8586,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8586
8586
|
hint?: string | undefined;
|
|
8587
8587
|
messages?: {
|
|
8588
8588
|
text: string;
|
|
8589
|
-
type: "
|
|
8589
|
+
type: "error" | "success" | "info" | "warning";
|
|
8590
8590
|
id?: number | undefined;
|
|
8591
8591
|
}[] | undefined;
|
|
8592
8592
|
required?: boolean | undefined;
|
|
@@ -8611,7 +8611,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8611
8611
|
hint?: string | undefined;
|
|
8612
8612
|
messages?: {
|
|
8613
8613
|
text: string;
|
|
8614
|
-
type: "
|
|
8614
|
+
type: "error" | "success" | "info" | "warning";
|
|
8615
8615
|
id?: number | undefined;
|
|
8616
8616
|
}[] | undefined;
|
|
8617
8617
|
required?: boolean | undefined;
|
|
@@ -8630,7 +8630,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8630
8630
|
hint?: string | undefined;
|
|
8631
8631
|
messages?: {
|
|
8632
8632
|
text: string;
|
|
8633
|
-
type: "
|
|
8633
|
+
type: "error" | "success" | "info" | "warning";
|
|
8634
8634
|
id?: number | undefined;
|
|
8635
8635
|
}[] | undefined;
|
|
8636
8636
|
required?: boolean | undefined;
|
|
@@ -8650,7 +8650,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8650
8650
|
hint?: string | undefined;
|
|
8651
8651
|
messages?: {
|
|
8652
8652
|
text: string;
|
|
8653
|
-
type: "
|
|
8653
|
+
type: "error" | "success" | "info" | "warning";
|
|
8654
8654
|
id?: number | undefined;
|
|
8655
8655
|
}[] | undefined;
|
|
8656
8656
|
required?: boolean | undefined;
|
|
@@ -8669,7 +8669,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8669
8669
|
hint?: string | undefined;
|
|
8670
8670
|
messages?: {
|
|
8671
8671
|
text: string;
|
|
8672
|
-
type: "
|
|
8672
|
+
type: "error" | "success" | "info" | "warning";
|
|
8673
8673
|
id?: number | undefined;
|
|
8674
8674
|
}[] | undefined;
|
|
8675
8675
|
required?: boolean | undefined;
|
|
@@ -8691,7 +8691,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8691
8691
|
hint?: string | undefined;
|
|
8692
8692
|
messages?: {
|
|
8693
8693
|
text: string;
|
|
8694
|
-
type: "
|
|
8694
|
+
type: "error" | "success" | "info" | "warning";
|
|
8695
8695
|
id?: number | undefined;
|
|
8696
8696
|
}[] | undefined;
|
|
8697
8697
|
required?: boolean | undefined;
|
|
@@ -8713,7 +8713,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8713
8713
|
hint?: string | undefined;
|
|
8714
8714
|
messages?: {
|
|
8715
8715
|
text: string;
|
|
8716
|
-
type: "
|
|
8716
|
+
type: "error" | "success" | "info" | "warning";
|
|
8717
8717
|
id?: number | undefined;
|
|
8718
8718
|
}[] | undefined;
|
|
8719
8719
|
required?: boolean | undefined;
|
|
@@ -8732,7 +8732,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8732
8732
|
hint?: string | undefined;
|
|
8733
8733
|
messages?: {
|
|
8734
8734
|
text: string;
|
|
8735
|
-
type: "
|
|
8735
|
+
type: "error" | "success" | "info" | "warning";
|
|
8736
8736
|
id?: number | undefined;
|
|
8737
8737
|
}[] | undefined;
|
|
8738
8738
|
required?: boolean | undefined;
|
|
@@ -8757,7 +8757,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8757
8757
|
hint?: string | undefined;
|
|
8758
8758
|
messages?: {
|
|
8759
8759
|
text: string;
|
|
8760
|
-
type: "
|
|
8760
|
+
type: "error" | "success" | "info" | "warning";
|
|
8761
8761
|
id?: number | undefined;
|
|
8762
8762
|
}[] | undefined;
|
|
8763
8763
|
required?: boolean | undefined;
|
|
@@ -8778,7 +8778,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8778
8778
|
hint?: string | undefined;
|
|
8779
8779
|
messages?: {
|
|
8780
8780
|
text: string;
|
|
8781
|
-
type: "
|
|
8781
|
+
type: "error" | "success" | "info" | "warning";
|
|
8782
8782
|
id?: number | undefined;
|
|
8783
8783
|
}[] | undefined;
|
|
8784
8784
|
required?: boolean | undefined;
|
|
@@ -8799,7 +8799,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8799
8799
|
hint?: string | undefined;
|
|
8800
8800
|
messages?: {
|
|
8801
8801
|
text: string;
|
|
8802
|
-
type: "
|
|
8802
|
+
type: "error" | "success" | "info" | "warning";
|
|
8803
8803
|
id?: number | undefined;
|
|
8804
8804
|
}[] | undefined;
|
|
8805
8805
|
required?: boolean | undefined;
|
|
@@ -9029,7 +9029,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9029
9029
|
};
|
|
9030
9030
|
};
|
|
9031
9031
|
output: {
|
|
9032
|
-
prompt: "
|
|
9032
|
+
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";
|
|
9033
9033
|
language: string;
|
|
9034
9034
|
}[];
|
|
9035
9035
|
outputFormat: "json";
|
|
@@ -9067,7 +9067,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9067
9067
|
$get: {
|
|
9068
9068
|
input: {
|
|
9069
9069
|
param: {
|
|
9070
|
-
prompt: "
|
|
9070
|
+
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";
|
|
9071
9071
|
language: string;
|
|
9072
9072
|
};
|
|
9073
9073
|
} & {
|
|
@@ -9089,7 +9089,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9089
9089
|
$put: {
|
|
9090
9090
|
input: {
|
|
9091
9091
|
param: {
|
|
9092
|
-
prompt: "
|
|
9092
|
+
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";
|
|
9093
9093
|
language: string;
|
|
9094
9094
|
};
|
|
9095
9095
|
} & {
|
|
@@ -9113,7 +9113,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9113
9113
|
$delete: {
|
|
9114
9114
|
input: {
|
|
9115
9115
|
param: {
|
|
9116
|
-
prompt: "
|
|
9116
|
+
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";
|
|
9117
9117
|
language: string;
|
|
9118
9118
|
};
|
|
9119
9119
|
} & {
|
|
@@ -9975,7 +9975,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9975
9975
|
};
|
|
9976
9976
|
} | {
|
|
9977
9977
|
mode: "inline";
|
|
9978
|
-
status: "
|
|
9978
|
+
status: "error" | "success";
|
|
9979
9979
|
connection_id: string;
|
|
9980
9980
|
connection_name: string;
|
|
9981
9981
|
strategy: string;
|
|
@@ -11202,7 +11202,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11202
11202
|
};
|
|
11203
11203
|
};
|
|
11204
11204
|
output: {
|
|
11205
|
-
type: "
|
|
11205
|
+
type: "fc" | "fd" | "i" | "fn" | "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11206
11206
|
date: string;
|
|
11207
11207
|
isMobile: boolean;
|
|
11208
11208
|
log_id: string;
|
|
@@ -11241,7 +11241,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11241
11241
|
limit: number;
|
|
11242
11242
|
length: number;
|
|
11243
11243
|
logs: {
|
|
11244
|
-
type: "
|
|
11244
|
+
type: "fc" | "fd" | "i" | "fn" | "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11245
11245
|
date: string;
|
|
11246
11246
|
isMobile: boolean;
|
|
11247
11247
|
log_id: string;
|
|
@@ -11295,7 +11295,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11295
11295
|
};
|
|
11296
11296
|
};
|
|
11297
11297
|
output: {
|
|
11298
|
-
type: "
|
|
11298
|
+
type: "fc" | "fd" | "i" | "fn" | "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
11299
11299
|
date: string;
|
|
11300
11300
|
isMobile: boolean;
|
|
11301
11301
|
log_id: string;
|
|
@@ -13439,7 +13439,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13439
13439
|
};
|
|
13440
13440
|
};
|
|
13441
13441
|
output: {
|
|
13442
|
-
type: "
|
|
13442
|
+
type: "fc" | "fd" | "i" | "fn" | "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
13443
13443
|
date: string;
|
|
13444
13444
|
isMobile: boolean;
|
|
13445
13445
|
log_id: string;
|
|
@@ -13478,7 +13478,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13478
13478
|
limit: number;
|
|
13479
13479
|
length: number;
|
|
13480
13480
|
logs: {
|
|
13481
|
-
type: "
|
|
13481
|
+
type: "fc" | "fd" | "i" | "fn" | "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" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
13482
13482
|
date: string;
|
|
13483
13483
|
isMobile: boolean;
|
|
13484
13484
|
log_id: string;
|
|
@@ -13793,7 +13793,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13793
13793
|
};
|
|
13794
13794
|
} & {
|
|
13795
13795
|
json: {
|
|
13796
|
-
template: "
|
|
13796
|
+
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";
|
|
13797
13797
|
body: string;
|
|
13798
13798
|
from: string;
|
|
13799
13799
|
subject: string;
|
|
@@ -13814,7 +13814,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13814
13814
|
};
|
|
13815
13815
|
} & {
|
|
13816
13816
|
json: {
|
|
13817
|
-
template: "
|
|
13817
|
+
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";
|
|
13818
13818
|
body: string;
|
|
13819
13819
|
from: string;
|
|
13820
13820
|
subject: string;
|
|
@@ -13826,7 +13826,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13826
13826
|
};
|
|
13827
13827
|
};
|
|
13828
13828
|
output: {
|
|
13829
|
-
template: "
|
|
13829
|
+
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";
|
|
13830
13830
|
body: string;
|
|
13831
13831
|
from: string;
|
|
13832
13832
|
subject: string;
|
|
@@ -13845,7 +13845,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13845
13845
|
$get: {
|
|
13846
13846
|
input: {
|
|
13847
13847
|
param: {
|
|
13848
|
-
templateName: "
|
|
13848
|
+
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";
|
|
13849
13849
|
};
|
|
13850
13850
|
} & {
|
|
13851
13851
|
header: {
|
|
@@ -13858,7 +13858,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13858
13858
|
} | {
|
|
13859
13859
|
input: {
|
|
13860
13860
|
param: {
|
|
13861
|
-
templateName: "
|
|
13861
|
+
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";
|
|
13862
13862
|
};
|
|
13863
13863
|
} & {
|
|
13864
13864
|
header: {
|
|
@@ -13866,7 +13866,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13866
13866
|
};
|
|
13867
13867
|
};
|
|
13868
13868
|
output: {
|
|
13869
|
-
template: "
|
|
13869
|
+
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";
|
|
13870
13870
|
body: string;
|
|
13871
13871
|
from: string;
|
|
13872
13872
|
subject: string;
|
|
@@ -13885,7 +13885,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13885
13885
|
$put: {
|
|
13886
13886
|
input: {
|
|
13887
13887
|
param: {
|
|
13888
|
-
templateName: "
|
|
13888
|
+
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";
|
|
13889
13889
|
};
|
|
13890
13890
|
} & {
|
|
13891
13891
|
header: {
|
|
@@ -13893,7 +13893,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13893
13893
|
};
|
|
13894
13894
|
} & {
|
|
13895
13895
|
json: {
|
|
13896
|
-
template: "
|
|
13896
|
+
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";
|
|
13897
13897
|
body: string;
|
|
13898
13898
|
from: string;
|
|
13899
13899
|
subject: string;
|
|
@@ -13905,7 +13905,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13905
13905
|
};
|
|
13906
13906
|
};
|
|
13907
13907
|
output: {
|
|
13908
|
-
template: "
|
|
13908
|
+
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";
|
|
13909
13909
|
body: string;
|
|
13910
13910
|
from: string;
|
|
13911
13911
|
subject: string;
|
|
@@ -13924,7 +13924,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13924
13924
|
$patch: {
|
|
13925
13925
|
input: {
|
|
13926
13926
|
param: {
|
|
13927
|
-
templateName: "
|
|
13927
|
+
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";
|
|
13928
13928
|
};
|
|
13929
13929
|
} & {
|
|
13930
13930
|
header: {
|
|
@@ -13932,7 +13932,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13932
13932
|
};
|
|
13933
13933
|
} & {
|
|
13934
13934
|
json: {
|
|
13935
|
-
template?: "
|
|
13935
|
+
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;
|
|
13936
13936
|
body?: string | undefined;
|
|
13937
13937
|
from?: string | undefined;
|
|
13938
13938
|
subject?: string | undefined;
|
|
@@ -13949,7 +13949,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13949
13949
|
} | {
|
|
13950
13950
|
input: {
|
|
13951
13951
|
param: {
|
|
13952
|
-
templateName: "
|
|
13952
|
+
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";
|
|
13953
13953
|
};
|
|
13954
13954
|
} & {
|
|
13955
13955
|
header: {
|
|
@@ -13957,7 +13957,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13957
13957
|
};
|
|
13958
13958
|
} & {
|
|
13959
13959
|
json: {
|
|
13960
|
-
template?: "
|
|
13960
|
+
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;
|
|
13961
13961
|
body?: string | undefined;
|
|
13962
13962
|
from?: string | undefined;
|
|
13963
13963
|
subject?: string | undefined;
|
|
@@ -13969,7 +13969,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13969
13969
|
};
|
|
13970
13970
|
};
|
|
13971
13971
|
output: {
|
|
13972
|
-
template: "
|
|
13972
|
+
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";
|
|
13973
13973
|
body: string;
|
|
13974
13974
|
from: string;
|
|
13975
13975
|
subject: string;
|
|
@@ -14244,7 +14244,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14244
14244
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
14245
14245
|
custom_domain_id: string;
|
|
14246
14246
|
primary: boolean;
|
|
14247
|
-
status: "
|
|
14247
|
+
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
14248
14248
|
verification_method?: "txt" | undefined;
|
|
14249
14249
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
14250
14250
|
domain_metadata?: {
|
|
@@ -14285,7 +14285,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14285
14285
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
14286
14286
|
custom_domain_id: string;
|
|
14287
14287
|
primary: boolean;
|
|
14288
|
-
status: "
|
|
14288
|
+
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
14289
14289
|
verification_method?: "txt" | undefined;
|
|
14290
14290
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
14291
14291
|
domain_metadata?: {
|
|
@@ -14346,7 +14346,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14346
14346
|
domain_metadata?: Record<string, string> | undefined;
|
|
14347
14347
|
custom_domain_id?: string | undefined;
|
|
14348
14348
|
primary?: boolean | undefined;
|
|
14349
|
-
status?: "
|
|
14349
|
+
status?: "disabled" | "pending" | "pending_verification" | "ready" | undefined;
|
|
14350
14350
|
origin_domain_name?: string | undefined;
|
|
14351
14351
|
verification?: {
|
|
14352
14352
|
methods: ({
|
|
@@ -14367,7 +14367,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14367
14367
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
14368
14368
|
custom_domain_id: string;
|
|
14369
14369
|
primary: boolean;
|
|
14370
|
-
status: "
|
|
14370
|
+
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
14371
14371
|
verification_method?: "txt" | undefined;
|
|
14372
14372
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
14373
14373
|
domain_metadata?: {
|
|
@@ -14414,7 +14414,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14414
14414
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
14415
14415
|
custom_domain_id: string;
|
|
14416
14416
|
primary: boolean;
|
|
14417
|
-
status: "
|
|
14417
|
+
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
14418
14418
|
verification_method?: "txt" | undefined;
|
|
14419
14419
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
14420
14420
|
domain_metadata?: {
|
|
@@ -14438,6 +14438,52 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14438
14438
|
status: 201;
|
|
14439
14439
|
};
|
|
14440
14440
|
};
|
|
14441
|
+
} & {
|
|
14442
|
+
"/:id/certificate": {
|
|
14443
|
+
$put: {
|
|
14444
|
+
input: {
|
|
14445
|
+
param: {
|
|
14446
|
+
id: string;
|
|
14447
|
+
};
|
|
14448
|
+
} & {
|
|
14449
|
+
header: {
|
|
14450
|
+
"tenant-id"?: string | undefined;
|
|
14451
|
+
};
|
|
14452
|
+
} & {
|
|
14453
|
+
json: {
|
|
14454
|
+
certificate: string;
|
|
14455
|
+
private_key: string;
|
|
14456
|
+
};
|
|
14457
|
+
};
|
|
14458
|
+
output: {
|
|
14459
|
+
domain: string;
|
|
14460
|
+
type: "auth0_managed_certs" | "self_managed_certs";
|
|
14461
|
+
custom_domain_id: string;
|
|
14462
|
+
primary: boolean;
|
|
14463
|
+
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
14464
|
+
verification_method?: "txt" | undefined;
|
|
14465
|
+
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
14466
|
+
domain_metadata?: {
|
|
14467
|
+
[x: string]: string;
|
|
14468
|
+
} | undefined;
|
|
14469
|
+
origin_domain_name?: string | undefined;
|
|
14470
|
+
verification?: {
|
|
14471
|
+
methods: ({
|
|
14472
|
+
name: "txt";
|
|
14473
|
+
record: string;
|
|
14474
|
+
domain: string;
|
|
14475
|
+
} | {
|
|
14476
|
+
name: "http";
|
|
14477
|
+
http_body: string;
|
|
14478
|
+
http_url: string;
|
|
14479
|
+
})[];
|
|
14480
|
+
} | undefined;
|
|
14481
|
+
tls_policy?: string | undefined;
|
|
14482
|
+
};
|
|
14483
|
+
outputFormat: "json";
|
|
14484
|
+
status: 200;
|
|
14485
|
+
};
|
|
14486
|
+
};
|
|
14441
14487
|
} & {
|
|
14442
14488
|
"/:id/verify": {
|
|
14443
14489
|
$post: {
|
|
@@ -14455,7 +14501,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14455
14501
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
14456
14502
|
custom_domain_id: string;
|
|
14457
14503
|
primary: boolean;
|
|
14458
|
-
status: "
|
|
14504
|
+
status: "disabled" | "pending" | "pending_verification" | "ready";
|
|
14459
14505
|
verification_method?: "txt" | undefined;
|
|
14460
14506
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
14461
14507
|
domain_metadata?: {
|
|
@@ -14503,7 +14549,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14503
14549
|
base_focus_color: string;
|
|
14504
14550
|
base_hover_color: string;
|
|
14505
14551
|
body_text: string;
|
|
14506
|
-
captcha_widget_theme: "
|
|
14552
|
+
captcha_widget_theme: "auto" | "light" | "dark";
|
|
14507
14553
|
error: string;
|
|
14508
14554
|
header: string;
|
|
14509
14555
|
icons: string;
|
|
@@ -14593,7 +14639,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14593
14639
|
base_focus_color: string;
|
|
14594
14640
|
base_hover_color: string;
|
|
14595
14641
|
body_text: string;
|
|
14596
|
-
captcha_widget_theme: "
|
|
14642
|
+
captcha_widget_theme: "auto" | "light" | "dark";
|
|
14597
14643
|
error: string;
|
|
14598
14644
|
header: string;
|
|
14599
14645
|
icons: string;
|
|
@@ -14672,7 +14718,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14672
14718
|
base_focus_color: string;
|
|
14673
14719
|
base_hover_color: string;
|
|
14674
14720
|
body_text: string;
|
|
14675
|
-
captcha_widget_theme: "
|
|
14721
|
+
captcha_widget_theme: "auto" | "light" | "dark";
|
|
14676
14722
|
error: string;
|
|
14677
14723
|
header: string;
|
|
14678
14724
|
icons: string;
|
|
@@ -14762,7 +14808,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14762
14808
|
font?: {
|
|
14763
14809
|
url: string;
|
|
14764
14810
|
} | undefined;
|
|
14765
|
-
dark_mode?: "
|
|
14811
|
+
dark_mode?: "auto" | "light" | "dark" | undefined;
|
|
14766
14812
|
};
|
|
14767
14813
|
outputFormat: "json";
|
|
14768
14814
|
status: 200;
|
|
@@ -14792,7 +14838,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14792
14838
|
font?: {
|
|
14793
14839
|
url: string;
|
|
14794
14840
|
} | undefined;
|
|
14795
|
-
dark_mode?: "
|
|
14841
|
+
dark_mode?: "auto" | "light" | "dark" | undefined;
|
|
14796
14842
|
};
|
|
14797
14843
|
};
|
|
14798
14844
|
output: {
|
|
@@ -14811,7 +14857,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14811
14857
|
font?: {
|
|
14812
14858
|
url: string;
|
|
14813
14859
|
} | undefined;
|
|
14814
|
-
dark_mode?: "
|
|
14860
|
+
dark_mode?: "auto" | "light" | "dark" | undefined;
|
|
14815
14861
|
};
|
|
14816
14862
|
outputFormat: "json";
|
|
14817
14863
|
status: 200;
|
|
@@ -14846,7 +14892,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14846
14892
|
};
|
|
14847
14893
|
output: {};
|
|
14848
14894
|
outputFormat: string;
|
|
14849
|
-
status:
|
|
14895
|
+
status: 400;
|
|
14850
14896
|
} | {
|
|
14851
14897
|
input: {
|
|
14852
14898
|
header: {
|
|
@@ -14859,7 +14905,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14859
14905
|
};
|
|
14860
14906
|
output: {};
|
|
14861
14907
|
outputFormat: string;
|
|
14862
|
-
status:
|
|
14908
|
+
status: 204;
|
|
14863
14909
|
};
|
|
14864
14910
|
};
|
|
14865
14911
|
} & {
|
|
@@ -16296,17 +16342,11 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16296
16342
|
request_uri?: string | undefined;
|
|
16297
16343
|
};
|
|
16298
16344
|
};
|
|
16299
|
-
output:
|
|
16300
|
-
|
|
16301
|
-
token_type: string;
|
|
16302
|
-
expires_in: number;
|
|
16303
|
-
id_token?: string | undefined;
|
|
16304
|
-
scope?: string | undefined;
|
|
16305
|
-
state?: string | undefined;
|
|
16306
|
-
refresh_token?: string | undefined;
|
|
16345
|
+
output: {
|
|
16346
|
+
message: string;
|
|
16307
16347
|
};
|
|
16308
16348
|
outputFormat: "json";
|
|
16309
|
-
status:
|
|
16349
|
+
status: 400;
|
|
16310
16350
|
} | {
|
|
16311
16351
|
input: {
|
|
16312
16352
|
query: {
|
|
@@ -16338,11 +16378,17 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16338
16378
|
request_uri?: string | undefined;
|
|
16339
16379
|
};
|
|
16340
16380
|
};
|
|
16341
|
-
output: {
|
|
16342
|
-
|
|
16381
|
+
output: string | {
|
|
16382
|
+
access_token: string;
|
|
16383
|
+
token_type: string;
|
|
16384
|
+
expires_in: number;
|
|
16385
|
+
id_token?: string | undefined;
|
|
16386
|
+
scope?: string | undefined;
|
|
16387
|
+
state?: string | undefined;
|
|
16388
|
+
refresh_token?: string | undefined;
|
|
16343
16389
|
};
|
|
16344
16390
|
outputFormat: "json";
|
|
16345
|
-
status:
|
|
16391
|
+
status: 200;
|
|
16346
16392
|
} | {
|
|
16347
16393
|
input: {
|
|
16348
16394
|
query: {
|
|
@@ -16462,19 +16508,19 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16462
16508
|
email: string;
|
|
16463
16509
|
send: "code" | "link";
|
|
16464
16510
|
authParams: {
|
|
16465
|
-
|
|
16511
|
+
audience?: string | undefined;
|
|
16466
16512
|
response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
|
|
16467
16513
|
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
16514
|
+
scope?: string | undefined;
|
|
16515
|
+
username?: string | undefined;
|
|
16516
|
+
state?: string | undefined;
|
|
16517
|
+
act_as?: string | undefined;
|
|
16468
16518
|
redirect_uri?: string | undefined;
|
|
16469
|
-
audience?: string | undefined;
|
|
16470
16519
|
organization?: string | undefined;
|
|
16471
|
-
state?: string | undefined;
|
|
16472
16520
|
nonce?: string | undefined;
|
|
16473
|
-
scope?: string | undefined;
|
|
16474
16521
|
prompt?: string | undefined;
|
|
16475
16522
|
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
16476
16523
|
code_challenge?: string | undefined;
|
|
16477
|
-
username?: string | undefined;
|
|
16478
16524
|
ui_locales?: string | undefined;
|
|
16479
16525
|
max_age?: number | undefined;
|
|
16480
16526
|
acr_values?: string | undefined;
|
|
@@ -16498,19 +16544,19 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16498
16544
|
phone_number: string;
|
|
16499
16545
|
send: "code" | "link";
|
|
16500
16546
|
authParams: {
|
|
16501
|
-
|
|
16547
|
+
audience?: string | undefined;
|
|
16502
16548
|
response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
|
|
16503
16549
|
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
16550
|
+
scope?: string | undefined;
|
|
16551
|
+
username?: string | undefined;
|
|
16552
|
+
state?: string | undefined;
|
|
16553
|
+
act_as?: string | undefined;
|
|
16504
16554
|
redirect_uri?: string | undefined;
|
|
16505
|
-
audience?: string | undefined;
|
|
16506
16555
|
organization?: string | undefined;
|
|
16507
|
-
state?: string | undefined;
|
|
16508
16556
|
nonce?: string | undefined;
|
|
16509
|
-
scope?: string | undefined;
|
|
16510
16557
|
prompt?: string | undefined;
|
|
16511
16558
|
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
16512
16559
|
code_challenge?: string | undefined;
|
|
16513
|
-
username?: string | undefined;
|
|
16514
16560
|
ui_locales?: string | undefined;
|
|
16515
16561
|
max_age?: number | undefined;
|
|
16516
16562
|
acr_values?: string | undefined;
|
|
@@ -16740,7 +16786,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16740
16786
|
client_id: string;
|
|
16741
16787
|
username: string;
|
|
16742
16788
|
otp: string;
|
|
16743
|
-
realm: "
|
|
16789
|
+
realm: "sms" | "email";
|
|
16744
16790
|
};
|
|
16745
16791
|
} & {
|
|
16746
16792
|
json: {
|
|
@@ -16776,7 +16822,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16776
16822
|
client_id: string;
|
|
16777
16823
|
username: string;
|
|
16778
16824
|
otp: string;
|
|
16779
|
-
realm: "
|
|
16825
|
+
realm: "sms" | "email";
|
|
16780
16826
|
};
|
|
16781
16827
|
};
|
|
16782
16828
|
output: {};
|
|
@@ -16817,7 +16863,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16817
16863
|
client_id: string;
|
|
16818
16864
|
username: string;
|
|
16819
16865
|
otp: string;
|
|
16820
|
-
realm: "
|
|
16866
|
+
realm: "sms" | "email";
|
|
16821
16867
|
};
|
|
16822
16868
|
} & {
|
|
16823
16869
|
json: {
|
|
@@ -16853,20 +16899,15 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16853
16899
|
client_id: string;
|
|
16854
16900
|
username: string;
|
|
16855
16901
|
otp: string;
|
|
16856
|
-
realm: "
|
|
16902
|
+
realm: "sms" | "email";
|
|
16857
16903
|
};
|
|
16858
16904
|
};
|
|
16859
16905
|
output: {
|
|
16860
|
-
|
|
16861
|
-
|
|
16862
|
-
expires_in: number;
|
|
16863
|
-
id_token?: string | undefined;
|
|
16864
|
-
scope?: string | undefined;
|
|
16865
|
-
state?: string | undefined;
|
|
16866
|
-
refresh_token?: string | undefined;
|
|
16906
|
+
error: string;
|
|
16907
|
+
error_description?: string | undefined;
|
|
16867
16908
|
};
|
|
16868
16909
|
outputFormat: "json";
|
|
16869
|
-
status:
|
|
16910
|
+
status: 400;
|
|
16870
16911
|
} | {
|
|
16871
16912
|
input: {
|
|
16872
16913
|
form: {
|
|
@@ -16902,7 +16943,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16902
16943
|
client_id: string;
|
|
16903
16944
|
username: string;
|
|
16904
16945
|
otp: string;
|
|
16905
|
-
realm: "
|
|
16946
|
+
realm: "sms" | "email";
|
|
16906
16947
|
};
|
|
16907
16948
|
} & {
|
|
16908
16949
|
json: {
|
|
@@ -16938,15 +16979,20 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16938
16979
|
client_id: string;
|
|
16939
16980
|
username: string;
|
|
16940
16981
|
otp: string;
|
|
16941
|
-
realm: "
|
|
16982
|
+
realm: "sms" | "email";
|
|
16942
16983
|
};
|
|
16943
16984
|
};
|
|
16944
16985
|
output: {
|
|
16945
|
-
|
|
16946
|
-
|
|
16986
|
+
access_token: string;
|
|
16987
|
+
token_type: string;
|
|
16988
|
+
expires_in: number;
|
|
16989
|
+
id_token?: string | undefined;
|
|
16990
|
+
scope?: string | undefined;
|
|
16991
|
+
state?: string | undefined;
|
|
16992
|
+
refresh_token?: string | undefined;
|
|
16947
16993
|
};
|
|
16948
16994
|
outputFormat: "json";
|
|
16949
|
-
status:
|
|
16995
|
+
status: 200;
|
|
16950
16996
|
} | {
|
|
16951
16997
|
input: {
|
|
16952
16998
|
form: {
|
|
@@ -16982,7 +17028,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16982
17028
|
client_id: string;
|
|
16983
17029
|
username: string;
|
|
16984
17030
|
otp: string;
|
|
16985
|
-
realm: "
|
|
17031
|
+
realm: "sms" | "email";
|
|
16986
17032
|
};
|
|
16987
17033
|
} & {
|
|
16988
17034
|
json: {
|
|
@@ -17018,7 +17064,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17018
17064
|
client_id: string;
|
|
17019
17065
|
username: string;
|
|
17020
17066
|
otp: string;
|
|
17021
|
-
realm: "
|
|
17067
|
+
realm: "sms" | "email";
|
|
17022
17068
|
};
|
|
17023
17069
|
};
|
|
17024
17070
|
output: {
|
|
@@ -17062,7 +17108,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17062
17108
|
client_id: string;
|
|
17063
17109
|
username: string;
|
|
17064
17110
|
otp: string;
|
|
17065
|
-
realm: "
|
|
17111
|
+
realm: "sms" | "email";
|
|
17066
17112
|
};
|
|
17067
17113
|
} & {
|
|
17068
17114
|
json: {
|
|
@@ -17098,7 +17144,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17098
17144
|
client_id: string;
|
|
17099
17145
|
username: string;
|
|
17100
17146
|
otp: string;
|
|
17101
|
-
realm: "
|
|
17147
|
+
realm: "sms" | "email";
|
|
17102
17148
|
};
|
|
17103
17149
|
};
|
|
17104
17150
|
output: {
|
|
@@ -17117,7 +17163,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17117
17163
|
keys: {
|
|
17118
17164
|
alg: "RS256" | "RS384" | "RS512" | "ES256" | "ES384" | "ES512" | "HS256" | "HS384" | "HS512";
|
|
17119
17165
|
kid: string;
|
|
17120
|
-
kty: "
|
|
17166
|
+
kty: "EC" | "RSA" | "oct";
|
|
17121
17167
|
use?: "sig" | "enc" | undefined;
|
|
17122
17168
|
n?: string | undefined;
|
|
17123
17169
|
e?: string | undefined;
|
|
@@ -17305,7 +17351,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17305
17351
|
};
|
|
17306
17352
|
output: {};
|
|
17307
17353
|
outputFormat: string;
|
|
17308
|
-
status:
|
|
17354
|
+
status: 400;
|
|
17309
17355
|
} | {
|
|
17310
17356
|
input: {
|
|
17311
17357
|
query: {
|
|
@@ -17319,7 +17365,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17319
17365
|
};
|
|
17320
17366
|
output: {};
|
|
17321
17367
|
outputFormat: string;
|
|
17322
|
-
status:
|
|
17368
|
+
status: 200;
|
|
17323
17369
|
} | {
|
|
17324
17370
|
input: {
|
|
17325
17371
|
query: {
|
|
@@ -17333,7 +17379,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17333
17379
|
};
|
|
17334
17380
|
output: {};
|
|
17335
17381
|
outputFormat: string;
|
|
17336
|
-
status:
|
|
17382
|
+
status: 302;
|
|
17337
17383
|
};
|
|
17338
17384
|
};
|
|
17339
17385
|
}, "/oidc/logout"> & hono_types.MergeSchemaPath<{
|
|
@@ -17440,7 +17486,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17440
17486
|
};
|
|
17441
17487
|
output: {};
|
|
17442
17488
|
outputFormat: string;
|
|
17443
|
-
status:
|
|
17489
|
+
status: 400;
|
|
17444
17490
|
} | {
|
|
17445
17491
|
input: {
|
|
17446
17492
|
query: {
|
|
@@ -17449,7 +17495,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17449
17495
|
};
|
|
17450
17496
|
output: {};
|
|
17451
17497
|
outputFormat: string;
|
|
17452
|
-
status:
|
|
17498
|
+
status: 302;
|
|
17453
17499
|
} | {
|
|
17454
17500
|
input: {
|
|
17455
17501
|
query: {
|
|
@@ -17539,7 +17585,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17539
17585
|
};
|
|
17540
17586
|
output: {};
|
|
17541
17587
|
outputFormat: string;
|
|
17542
|
-
status:
|
|
17588
|
+
status: 400;
|
|
17543
17589
|
} | {
|
|
17544
17590
|
input: {
|
|
17545
17591
|
query: {
|
|
@@ -17548,7 +17594,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17548
17594
|
};
|
|
17549
17595
|
output: {};
|
|
17550
17596
|
outputFormat: string;
|
|
17551
|
-
status:
|
|
17597
|
+
status: 200;
|
|
17552
17598
|
};
|
|
17553
17599
|
};
|
|
17554
17600
|
} & {
|
|
@@ -17578,7 +17624,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17578
17624
|
};
|
|
17579
17625
|
output: {};
|
|
17580
17626
|
outputFormat: string;
|
|
17581
|
-
status:
|
|
17627
|
+
status: 400;
|
|
17582
17628
|
} | {
|
|
17583
17629
|
input: {
|
|
17584
17630
|
query: {
|
|
@@ -17591,7 +17637,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17591
17637
|
};
|
|
17592
17638
|
output: {};
|
|
17593
17639
|
outputFormat: string;
|
|
17594
|
-
status:
|
|
17640
|
+
status: 302;
|
|
17595
17641
|
};
|
|
17596
17642
|
};
|
|
17597
17643
|
}, "/impersonate"> & hono_types.MergeSchemaPath<{
|
|
@@ -17933,7 +17979,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17933
17979
|
};
|
|
17934
17980
|
output: {};
|
|
17935
17981
|
outputFormat: string;
|
|
17936
|
-
status:
|
|
17982
|
+
status: 400;
|
|
17937
17983
|
} | {
|
|
17938
17984
|
input: {
|
|
17939
17985
|
query: {
|
|
@@ -17947,7 +17993,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17947
17993
|
};
|
|
17948
17994
|
output: {};
|
|
17949
17995
|
outputFormat: string;
|
|
17950
|
-
status:
|
|
17996
|
+
status: 302;
|
|
17951
17997
|
};
|
|
17952
17998
|
};
|
|
17953
17999
|
}, "/login/identifier"> & hono_types.MergeSchemaPath<{
|
|
@@ -18335,7 +18381,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18335
18381
|
};
|
|
18336
18382
|
output: {};
|
|
18337
18383
|
outputFormat: string;
|
|
18338
|
-
status:
|
|
18384
|
+
status: 400;
|
|
18339
18385
|
} | {
|
|
18340
18386
|
input: {
|
|
18341
18387
|
param: {
|
|
@@ -18351,7 +18397,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18351
18397
|
};
|
|
18352
18398
|
output: {};
|
|
18353
18399
|
outputFormat: string;
|
|
18354
|
-
status:
|
|
18400
|
+
status: 302;
|
|
18355
18401
|
};
|
|
18356
18402
|
};
|
|
18357
18403
|
} & {
|
|
@@ -18391,7 +18437,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18391
18437
|
};
|
|
18392
18438
|
output: {};
|
|
18393
18439
|
outputFormat: string;
|
|
18394
|
-
status:
|
|
18440
|
+
status: 400;
|
|
18395
18441
|
} | {
|
|
18396
18442
|
input: {
|
|
18397
18443
|
param: {
|
|
@@ -18409,7 +18455,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18409
18455
|
};
|
|
18410
18456
|
output: {};
|
|
18411
18457
|
outputFormat: string;
|
|
18412
|
-
status:
|
|
18458
|
+
status: 302;
|
|
18413
18459
|
};
|
|
18414
18460
|
};
|
|
18415
18461
|
}, "/"> & hono_types.MergeSchemaPath<{
|