authhero 9.12.0 → 9.12.1
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/authhero.cjs +27 -13
- package/dist/authhero.d.ts +253 -253
- package/dist/authhero.mjs +2429 -2425
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/index.d.ts +253 -253
- package/dist/types/routes/management-api/branding.d.ts +5 -5
- package/dist/types/routes/management-api/index.d.ts +222 -222
- package/dist/types/routes/universal-login/index.d.ts +2 -2
- package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
- package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
- package/package.json +2 -2
package/dist/authhero.d.ts
CHANGED
|
@@ -4772,7 +4772,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4772
4772
|
};
|
|
4773
4773
|
} & {
|
|
4774
4774
|
json: {
|
|
4775
|
-
type: "
|
|
4775
|
+
type: "push" | "email" | "passkey" | "webauthn-roaming" | "webauthn-platform" | "phone" | "totp";
|
|
4776
4776
|
phone_number?: string | undefined;
|
|
4777
4777
|
totp_secret?: string | undefined;
|
|
4778
4778
|
credential_id?: string | undefined;
|
|
@@ -4912,7 +4912,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4912
4912
|
};
|
|
4913
4913
|
};
|
|
4914
4914
|
output: {
|
|
4915
|
-
name: "
|
|
4915
|
+
name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
4916
4916
|
enabled: boolean;
|
|
4917
4917
|
trial_expired?: boolean | undefined;
|
|
4918
4918
|
}[];
|
|
@@ -5067,7 +5067,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5067
5067
|
$get: {
|
|
5068
5068
|
input: {
|
|
5069
5069
|
param: {
|
|
5070
|
-
factor_name: "
|
|
5070
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
5071
5071
|
};
|
|
5072
5072
|
} & {
|
|
5073
5073
|
header: {
|
|
@@ -5075,7 +5075,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5075
5075
|
};
|
|
5076
5076
|
};
|
|
5077
5077
|
output: {
|
|
5078
|
-
name: "
|
|
5078
|
+
name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
5079
5079
|
enabled: boolean;
|
|
5080
5080
|
trial_expired?: boolean | undefined;
|
|
5081
5081
|
};
|
|
@@ -5088,7 +5088,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5088
5088
|
$put: {
|
|
5089
5089
|
input: {
|
|
5090
5090
|
param: {
|
|
5091
|
-
factor_name: "
|
|
5091
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
5092
5092
|
};
|
|
5093
5093
|
} & {
|
|
5094
5094
|
header: {
|
|
@@ -5100,7 +5100,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5100
5100
|
};
|
|
5101
5101
|
};
|
|
5102
5102
|
output: {
|
|
5103
|
-
name: "
|
|
5103
|
+
name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
5104
5104
|
enabled: boolean;
|
|
5105
5105
|
trial_expired?: boolean | undefined;
|
|
5106
5106
|
};
|
|
@@ -5872,19 +5872,19 @@ declare function init(config: AuthHeroConfig): {
|
|
|
5872
5872
|
} & {
|
|
5873
5873
|
json: {
|
|
5874
5874
|
client_id: string;
|
|
5875
|
-
invitee: {
|
|
5876
|
-
email?: string | undefined;
|
|
5877
|
-
};
|
|
5878
5875
|
inviter: {
|
|
5879
5876
|
name?: string | undefined;
|
|
5880
5877
|
};
|
|
5878
|
+
invitee: {
|
|
5879
|
+
email?: string | undefined;
|
|
5880
|
+
};
|
|
5881
5881
|
id?: string | undefined;
|
|
5882
|
+
connection_id?: string | undefined;
|
|
5882
5883
|
app_metadata?: Record<string, any> | undefined;
|
|
5883
5884
|
user_metadata?: Record<string, any> | undefined;
|
|
5884
|
-
connection_id?: string | undefined;
|
|
5885
5885
|
roles?: string[] | undefined;
|
|
5886
|
-
send_invitation_email?: boolean | undefined;
|
|
5887
5886
|
ttl_sec?: number | undefined;
|
|
5887
|
+
send_invitation_email?: boolean | undefined;
|
|
5888
5888
|
};
|
|
5889
5889
|
};
|
|
5890
5890
|
output: {
|
|
@@ -6067,8 +6067,8 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6067
6067
|
};
|
|
6068
6068
|
} & {
|
|
6069
6069
|
json: {
|
|
6070
|
-
show_as_button?: boolean | undefined;
|
|
6071
6070
|
assign_membership_on_login?: boolean | undefined;
|
|
6071
|
+
show_as_button?: boolean | undefined;
|
|
6072
6072
|
is_signup_enabled?: boolean | undefined;
|
|
6073
6073
|
};
|
|
6074
6074
|
};
|
|
@@ -6639,9 +6639,9 @@ declare function init(config: AuthHeroConfig): {
|
|
|
6639
6639
|
};
|
|
6640
6640
|
} & {
|
|
6641
6641
|
query: {
|
|
6642
|
+
from?: string | undefined;
|
|
6642
6643
|
page?: string | undefined;
|
|
6643
6644
|
include_totals?: string | undefined;
|
|
6644
|
-
from?: string | undefined;
|
|
6645
6645
|
per_page?: string | undefined;
|
|
6646
6646
|
take?: string | undefined;
|
|
6647
6647
|
};
|
|
@@ -7364,7 +7364,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7364
7364
|
hint?: string | undefined;
|
|
7365
7365
|
messages?: {
|
|
7366
7366
|
text: string;
|
|
7367
|
-
type: "
|
|
7367
|
+
type: "error" | "success" | "info" | "warning";
|
|
7368
7368
|
id?: number | undefined;
|
|
7369
7369
|
}[] | undefined;
|
|
7370
7370
|
required?: boolean | undefined;
|
|
@@ -7382,7 +7382,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7382
7382
|
hint?: string | undefined;
|
|
7383
7383
|
messages?: {
|
|
7384
7384
|
text: string;
|
|
7385
|
-
type: "
|
|
7385
|
+
type: "error" | "success" | "info" | "warning";
|
|
7386
7386
|
id?: number | undefined;
|
|
7387
7387
|
}[] | undefined;
|
|
7388
7388
|
required?: boolean | undefined;
|
|
@@ -7406,7 +7406,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7406
7406
|
hint?: string | undefined;
|
|
7407
7407
|
messages?: {
|
|
7408
7408
|
text: string;
|
|
7409
|
-
type: "
|
|
7409
|
+
type: "error" | "success" | "info" | "warning";
|
|
7410
7410
|
id?: number | undefined;
|
|
7411
7411
|
}[] | undefined;
|
|
7412
7412
|
required?: boolean | undefined;
|
|
@@ -7430,7 +7430,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7430
7430
|
hint?: string | undefined;
|
|
7431
7431
|
messages?: {
|
|
7432
7432
|
text: string;
|
|
7433
|
-
type: "
|
|
7433
|
+
type: "error" | "success" | "info" | "warning";
|
|
7434
7434
|
id?: number | undefined;
|
|
7435
7435
|
}[] | undefined;
|
|
7436
7436
|
required?: boolean | undefined;
|
|
@@ -7454,7 +7454,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7454
7454
|
hint?: string | undefined;
|
|
7455
7455
|
messages?: {
|
|
7456
7456
|
text: string;
|
|
7457
|
-
type: "
|
|
7457
|
+
type: "error" | "success" | "info" | "warning";
|
|
7458
7458
|
id?: number | undefined;
|
|
7459
7459
|
}[] | undefined;
|
|
7460
7460
|
required?: boolean | undefined;
|
|
@@ -7483,7 +7483,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7483
7483
|
hint?: string | undefined;
|
|
7484
7484
|
messages?: {
|
|
7485
7485
|
text: string;
|
|
7486
|
-
type: "
|
|
7486
|
+
type: "error" | "success" | "info" | "warning";
|
|
7487
7487
|
id?: number | undefined;
|
|
7488
7488
|
}[] | undefined;
|
|
7489
7489
|
required?: boolean | undefined;
|
|
@@ -7498,7 +7498,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7498
7498
|
hint?: string | undefined;
|
|
7499
7499
|
messages?: {
|
|
7500
7500
|
text: string;
|
|
7501
|
-
type: "
|
|
7501
|
+
type: "error" | "success" | "info" | "warning";
|
|
7502
7502
|
id?: number | undefined;
|
|
7503
7503
|
}[] | undefined;
|
|
7504
7504
|
required?: boolean | undefined;
|
|
@@ -7519,7 +7519,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7519
7519
|
hint?: string | undefined;
|
|
7520
7520
|
messages?: {
|
|
7521
7521
|
text: string;
|
|
7522
|
-
type: "
|
|
7522
|
+
type: "error" | "success" | "info" | "warning";
|
|
7523
7523
|
id?: number | undefined;
|
|
7524
7524
|
}[] | undefined;
|
|
7525
7525
|
required?: boolean | undefined;
|
|
@@ -7544,7 +7544,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7544
7544
|
hint?: string | undefined;
|
|
7545
7545
|
messages?: {
|
|
7546
7546
|
text: string;
|
|
7547
|
-
type: "
|
|
7547
|
+
type: "error" | "success" | "info" | "warning";
|
|
7548
7548
|
id?: number | undefined;
|
|
7549
7549
|
}[] | undefined;
|
|
7550
7550
|
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;
|
|
@@ -7585,7 +7585,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7585
7585
|
hint?: string | undefined;
|
|
7586
7586
|
messages?: {
|
|
7587
7587
|
text: string;
|
|
7588
|
-
type: "
|
|
7588
|
+
type: "error" | "success" | "info" | "warning";
|
|
7589
7589
|
id?: number | undefined;
|
|
7590
7590
|
}[] | undefined;
|
|
7591
7591
|
required?: boolean | undefined;
|
|
@@ -7604,7 +7604,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7604
7604
|
hint?: string | undefined;
|
|
7605
7605
|
messages?: {
|
|
7606
7606
|
text: string;
|
|
7607
|
-
type: "
|
|
7607
|
+
type: "error" | "success" | "info" | "warning";
|
|
7608
7608
|
id?: number | undefined;
|
|
7609
7609
|
}[] | undefined;
|
|
7610
7610
|
required?: boolean | undefined;
|
|
@@ -7626,7 +7626,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7626
7626
|
hint?: string | undefined;
|
|
7627
7627
|
messages?: {
|
|
7628
7628
|
text: string;
|
|
7629
|
-
type: "
|
|
7629
|
+
type: "error" | "success" | "info" | "warning";
|
|
7630
7630
|
id?: number | undefined;
|
|
7631
7631
|
}[] | undefined;
|
|
7632
7632
|
required?: boolean | undefined;
|
|
@@ -7648,7 +7648,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7648
7648
|
hint?: string | undefined;
|
|
7649
7649
|
messages?: {
|
|
7650
7650
|
text: string;
|
|
7651
|
-
type: "
|
|
7651
|
+
type: "error" | "success" | "info" | "warning";
|
|
7652
7652
|
id?: number | undefined;
|
|
7653
7653
|
}[] | undefined;
|
|
7654
7654
|
required?: boolean | undefined;
|
|
@@ -7667,7 +7667,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7667
7667
|
hint?: string | undefined;
|
|
7668
7668
|
messages?: {
|
|
7669
7669
|
text: string;
|
|
7670
|
-
type: "
|
|
7670
|
+
type: "error" | "success" | "info" | "warning";
|
|
7671
7671
|
id?: number | undefined;
|
|
7672
7672
|
}[] | undefined;
|
|
7673
7673
|
required?: boolean | undefined;
|
|
@@ -7694,7 +7694,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7694
7694
|
hint?: string | undefined;
|
|
7695
7695
|
messages?: {
|
|
7696
7696
|
text: string;
|
|
7697
|
-
type: "
|
|
7697
|
+
type: "error" | "success" | "info" | "warning";
|
|
7698
7698
|
id?: number | undefined;
|
|
7699
7699
|
}[] | undefined;
|
|
7700
7700
|
required?: boolean | undefined;
|
|
@@ -7715,7 +7715,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7715
7715
|
hint?: string | undefined;
|
|
7716
7716
|
messages?: {
|
|
7717
7717
|
text: string;
|
|
7718
|
-
type: "
|
|
7718
|
+
type: "error" | "success" | "info" | "warning";
|
|
7719
7719
|
id?: number | undefined;
|
|
7720
7720
|
}[] | undefined;
|
|
7721
7721
|
required?: boolean | undefined;
|
|
@@ -7738,7 +7738,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7738
7738
|
hint?: string | undefined;
|
|
7739
7739
|
messages?: {
|
|
7740
7740
|
text: string;
|
|
7741
|
-
type: "
|
|
7741
|
+
type: "error" | "success" | "info" | "warning";
|
|
7742
7742
|
id?: number | undefined;
|
|
7743
7743
|
}[] | undefined;
|
|
7744
7744
|
required?: boolean | undefined;
|
|
@@ -7971,7 +7971,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7971
7971
|
hint?: string | undefined;
|
|
7972
7972
|
messages?: {
|
|
7973
7973
|
text: string;
|
|
7974
|
-
type: "
|
|
7974
|
+
type: "error" | "success" | "info" | "warning";
|
|
7975
7975
|
id?: number | undefined;
|
|
7976
7976
|
}[] | undefined;
|
|
7977
7977
|
required?: boolean | undefined;
|
|
@@ -7989,7 +7989,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
7989
7989
|
hint?: string | undefined;
|
|
7990
7990
|
messages?: {
|
|
7991
7991
|
text: string;
|
|
7992
|
-
type: "
|
|
7992
|
+
type: "error" | "success" | "info" | "warning";
|
|
7993
7993
|
id?: number | undefined;
|
|
7994
7994
|
}[] | undefined;
|
|
7995
7995
|
required?: boolean | undefined;
|
|
@@ -8013,7 +8013,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8013
8013
|
hint?: string | undefined;
|
|
8014
8014
|
messages?: {
|
|
8015
8015
|
text: string;
|
|
8016
|
-
type: "
|
|
8016
|
+
type: "error" | "success" | "info" | "warning";
|
|
8017
8017
|
id?: number | undefined;
|
|
8018
8018
|
}[] | undefined;
|
|
8019
8019
|
required?: boolean | undefined;
|
|
@@ -8037,7 +8037,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8037
8037
|
hint?: string | undefined;
|
|
8038
8038
|
messages?: {
|
|
8039
8039
|
text: string;
|
|
8040
|
-
type: "
|
|
8040
|
+
type: "error" | "success" | "info" | "warning";
|
|
8041
8041
|
id?: number | undefined;
|
|
8042
8042
|
}[] | undefined;
|
|
8043
8043
|
required?: boolean | undefined;
|
|
@@ -8061,7 +8061,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8061
8061
|
hint?: string | undefined;
|
|
8062
8062
|
messages?: {
|
|
8063
8063
|
text: string;
|
|
8064
|
-
type: "
|
|
8064
|
+
type: "error" | "success" | "info" | "warning";
|
|
8065
8065
|
id?: number | undefined;
|
|
8066
8066
|
}[] | undefined;
|
|
8067
8067
|
required?: boolean | undefined;
|
|
@@ -8090,7 +8090,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8090
8090
|
hint?: string | undefined;
|
|
8091
8091
|
messages?: {
|
|
8092
8092
|
text: string;
|
|
8093
|
-
type: "
|
|
8093
|
+
type: "error" | "success" | "info" | "warning";
|
|
8094
8094
|
id?: number | undefined;
|
|
8095
8095
|
}[] | undefined;
|
|
8096
8096
|
required?: boolean | undefined;
|
|
@@ -8105,7 +8105,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8105
8105
|
hint?: string | undefined;
|
|
8106
8106
|
messages?: {
|
|
8107
8107
|
text: string;
|
|
8108
|
-
type: "
|
|
8108
|
+
type: "error" | "success" | "info" | "warning";
|
|
8109
8109
|
id?: number | undefined;
|
|
8110
8110
|
}[] | undefined;
|
|
8111
8111
|
required?: boolean | undefined;
|
|
@@ -8126,7 +8126,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8126
8126
|
hint?: string | undefined;
|
|
8127
8127
|
messages?: {
|
|
8128
8128
|
text: string;
|
|
8129
|
-
type: "
|
|
8129
|
+
type: "error" | "success" | "info" | "warning";
|
|
8130
8130
|
id?: number | undefined;
|
|
8131
8131
|
}[] | undefined;
|
|
8132
8132
|
required?: boolean | undefined;
|
|
@@ -8151,7 +8151,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8151
8151
|
hint?: string | undefined;
|
|
8152
8152
|
messages?: {
|
|
8153
8153
|
text: string;
|
|
8154
|
-
type: "
|
|
8154
|
+
type: "error" | "success" | "info" | "warning";
|
|
8155
8155
|
id?: number | undefined;
|
|
8156
8156
|
}[] | undefined;
|
|
8157
8157
|
required?: boolean | undefined;
|
|
@@ -8172,7 +8172,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8172
8172
|
hint?: string | undefined;
|
|
8173
8173
|
messages?: {
|
|
8174
8174
|
text: string;
|
|
8175
|
-
type: "
|
|
8175
|
+
type: "error" | "success" | "info" | "warning";
|
|
8176
8176
|
id?: number | undefined;
|
|
8177
8177
|
}[] | undefined;
|
|
8178
8178
|
required?: boolean | undefined;
|
|
@@ -8192,7 +8192,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8192
8192
|
hint?: string | undefined;
|
|
8193
8193
|
messages?: {
|
|
8194
8194
|
text: string;
|
|
8195
|
-
type: "
|
|
8195
|
+
type: "error" | "success" | "info" | "warning";
|
|
8196
8196
|
id?: number | undefined;
|
|
8197
8197
|
}[] | undefined;
|
|
8198
8198
|
required?: boolean | undefined;
|
|
@@ -8211,7 +8211,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8211
8211
|
hint?: string | undefined;
|
|
8212
8212
|
messages?: {
|
|
8213
8213
|
text: string;
|
|
8214
|
-
type: "
|
|
8214
|
+
type: "error" | "success" | "info" | "warning";
|
|
8215
8215
|
id?: number | undefined;
|
|
8216
8216
|
}[] | undefined;
|
|
8217
8217
|
required?: boolean | undefined;
|
|
@@ -8233,7 +8233,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8233
8233
|
hint?: string | undefined;
|
|
8234
8234
|
messages?: {
|
|
8235
8235
|
text: string;
|
|
8236
|
-
type: "
|
|
8236
|
+
type: "error" | "success" | "info" | "warning";
|
|
8237
8237
|
id?: number | undefined;
|
|
8238
8238
|
}[] | undefined;
|
|
8239
8239
|
required?: boolean | undefined;
|
|
@@ -8255,7 +8255,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8255
8255
|
hint?: string | undefined;
|
|
8256
8256
|
messages?: {
|
|
8257
8257
|
text: string;
|
|
8258
|
-
type: "
|
|
8258
|
+
type: "error" | "success" | "info" | "warning";
|
|
8259
8259
|
id?: number | undefined;
|
|
8260
8260
|
}[] | undefined;
|
|
8261
8261
|
required?: boolean | undefined;
|
|
@@ -8274,7 +8274,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8274
8274
|
hint?: string | undefined;
|
|
8275
8275
|
messages?: {
|
|
8276
8276
|
text: string;
|
|
8277
|
-
type: "
|
|
8277
|
+
type: "error" | "success" | "info" | "warning";
|
|
8278
8278
|
id?: number | undefined;
|
|
8279
8279
|
}[] | undefined;
|
|
8280
8280
|
required?: boolean | undefined;
|
|
@@ -8301,7 +8301,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8301
8301
|
hint?: string | undefined;
|
|
8302
8302
|
messages?: {
|
|
8303
8303
|
text: string;
|
|
8304
|
-
type: "
|
|
8304
|
+
type: "error" | "success" | "info" | "warning";
|
|
8305
8305
|
id?: number | undefined;
|
|
8306
8306
|
}[] | undefined;
|
|
8307
8307
|
required?: boolean | undefined;
|
|
@@ -8322,7 +8322,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8322
8322
|
hint?: string | undefined;
|
|
8323
8323
|
messages?: {
|
|
8324
8324
|
text: string;
|
|
8325
|
-
type: "
|
|
8325
|
+
type: "error" | "success" | "info" | "warning";
|
|
8326
8326
|
id?: number | undefined;
|
|
8327
8327
|
}[] | undefined;
|
|
8328
8328
|
required?: boolean | undefined;
|
|
@@ -8345,7 +8345,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8345
8345
|
hint?: string | undefined;
|
|
8346
8346
|
messages?: {
|
|
8347
8347
|
text: string;
|
|
8348
|
-
type: "
|
|
8348
|
+
type: "error" | "success" | "info" | "warning";
|
|
8349
8349
|
id?: number | undefined;
|
|
8350
8350
|
}[] | undefined;
|
|
8351
8351
|
required?: boolean | undefined;
|
|
@@ -8594,7 +8594,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8594
8594
|
hint?: string | undefined;
|
|
8595
8595
|
messages?: {
|
|
8596
8596
|
text: string;
|
|
8597
|
-
type: "
|
|
8597
|
+
type: "error" | "success" | "info" | "warning";
|
|
8598
8598
|
id?: number | undefined;
|
|
8599
8599
|
}[] | undefined;
|
|
8600
8600
|
required?: boolean | undefined;
|
|
@@ -8612,7 +8612,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8612
8612
|
hint?: string | undefined;
|
|
8613
8613
|
messages?: {
|
|
8614
8614
|
text: string;
|
|
8615
|
-
type: "
|
|
8615
|
+
type: "error" | "success" | "info" | "warning";
|
|
8616
8616
|
id?: number | undefined;
|
|
8617
8617
|
}[] | undefined;
|
|
8618
8618
|
required?: boolean | undefined;
|
|
@@ -8636,7 +8636,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8636
8636
|
hint?: string | undefined;
|
|
8637
8637
|
messages?: {
|
|
8638
8638
|
text: string;
|
|
8639
|
-
type: "
|
|
8639
|
+
type: "error" | "success" | "info" | "warning";
|
|
8640
8640
|
id?: number | undefined;
|
|
8641
8641
|
}[] | undefined;
|
|
8642
8642
|
required?: boolean | undefined;
|
|
@@ -8660,7 +8660,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8660
8660
|
hint?: string | undefined;
|
|
8661
8661
|
messages?: {
|
|
8662
8662
|
text: string;
|
|
8663
|
-
type: "
|
|
8663
|
+
type: "error" | "success" | "info" | "warning";
|
|
8664
8664
|
id?: number | undefined;
|
|
8665
8665
|
}[] | undefined;
|
|
8666
8666
|
required?: boolean | undefined;
|
|
@@ -8684,7 +8684,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8684
8684
|
hint?: string | undefined;
|
|
8685
8685
|
messages?: {
|
|
8686
8686
|
text: string;
|
|
8687
|
-
type: "
|
|
8687
|
+
type: "error" | "success" | "info" | "warning";
|
|
8688
8688
|
id?: number | undefined;
|
|
8689
8689
|
}[] | undefined;
|
|
8690
8690
|
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;
|
|
@@ -8728,7 +8728,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8728
8728
|
hint?: string | undefined;
|
|
8729
8729
|
messages?: {
|
|
8730
8730
|
text: string;
|
|
8731
|
-
type: "
|
|
8731
|
+
type: "error" | "success" | "info" | "warning";
|
|
8732
8732
|
id?: number | undefined;
|
|
8733
8733
|
}[] | undefined;
|
|
8734
8734
|
required?: boolean | undefined;
|
|
@@ -8749,7 +8749,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8749
8749
|
hint?: string | undefined;
|
|
8750
8750
|
messages?: {
|
|
8751
8751
|
text: string;
|
|
8752
|
-
type: "
|
|
8752
|
+
type: "error" | "success" | "info" | "warning";
|
|
8753
8753
|
id?: number | undefined;
|
|
8754
8754
|
}[] | undefined;
|
|
8755
8755
|
required?: boolean | undefined;
|
|
@@ -8774,7 +8774,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8774
8774
|
hint?: string | undefined;
|
|
8775
8775
|
messages?: {
|
|
8776
8776
|
text: string;
|
|
8777
|
-
type: "
|
|
8777
|
+
type: "error" | "success" | "info" | "warning";
|
|
8778
8778
|
id?: number | undefined;
|
|
8779
8779
|
}[] | undefined;
|
|
8780
8780
|
required?: boolean | undefined;
|
|
@@ -8795,7 +8795,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8795
8795
|
hint?: string | undefined;
|
|
8796
8796
|
messages?: {
|
|
8797
8797
|
text: string;
|
|
8798
|
-
type: "
|
|
8798
|
+
type: "error" | "success" | "info" | "warning";
|
|
8799
8799
|
id?: number | undefined;
|
|
8800
8800
|
}[] | undefined;
|
|
8801
8801
|
required?: boolean | undefined;
|
|
@@ -8815,7 +8815,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8815
8815
|
hint?: string | undefined;
|
|
8816
8816
|
messages?: {
|
|
8817
8817
|
text: string;
|
|
8818
|
-
type: "
|
|
8818
|
+
type: "error" | "success" | "info" | "warning";
|
|
8819
8819
|
id?: number | undefined;
|
|
8820
8820
|
}[] | undefined;
|
|
8821
8821
|
required?: boolean | undefined;
|
|
@@ -8834,7 +8834,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8834
8834
|
hint?: string | undefined;
|
|
8835
8835
|
messages?: {
|
|
8836
8836
|
text: string;
|
|
8837
|
-
type: "
|
|
8837
|
+
type: "error" | "success" | "info" | "warning";
|
|
8838
8838
|
id?: number | undefined;
|
|
8839
8839
|
}[] | undefined;
|
|
8840
8840
|
required?: boolean | undefined;
|
|
@@ -8856,7 +8856,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8856
8856
|
hint?: string | undefined;
|
|
8857
8857
|
messages?: {
|
|
8858
8858
|
text: string;
|
|
8859
|
-
type: "
|
|
8859
|
+
type: "error" | "success" | "info" | "warning";
|
|
8860
8860
|
id?: number | undefined;
|
|
8861
8861
|
}[] | undefined;
|
|
8862
8862
|
required?: boolean | undefined;
|
|
@@ -8878,7 +8878,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8878
8878
|
hint?: string | undefined;
|
|
8879
8879
|
messages?: {
|
|
8880
8880
|
text: string;
|
|
8881
|
-
type: "
|
|
8881
|
+
type: "error" | "success" | "info" | "warning";
|
|
8882
8882
|
id?: number | undefined;
|
|
8883
8883
|
}[] | undefined;
|
|
8884
8884
|
required?: boolean | undefined;
|
|
@@ -8897,7 +8897,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8897
8897
|
hint?: string | undefined;
|
|
8898
8898
|
messages?: {
|
|
8899
8899
|
text: string;
|
|
8900
|
-
type: "
|
|
8900
|
+
type: "error" | "success" | "info" | "warning";
|
|
8901
8901
|
id?: number | undefined;
|
|
8902
8902
|
}[] | undefined;
|
|
8903
8903
|
required?: boolean | undefined;
|
|
@@ -8924,7 +8924,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8924
8924
|
hint?: string | undefined;
|
|
8925
8925
|
messages?: {
|
|
8926
8926
|
text: string;
|
|
8927
|
-
type: "
|
|
8927
|
+
type: "error" | "success" | "info" | "warning";
|
|
8928
8928
|
id?: number | undefined;
|
|
8929
8929
|
}[] | undefined;
|
|
8930
8930
|
required?: boolean | undefined;
|
|
@@ -8945,7 +8945,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8945
8945
|
hint?: string | undefined;
|
|
8946
8946
|
messages?: {
|
|
8947
8947
|
text: string;
|
|
8948
|
-
type: "
|
|
8948
|
+
type: "error" | "success" | "info" | "warning";
|
|
8949
8949
|
id?: number | undefined;
|
|
8950
8950
|
}[] | undefined;
|
|
8951
8951
|
required?: boolean | undefined;
|
|
@@ -8968,7 +8968,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
8968
8968
|
hint?: string | undefined;
|
|
8969
8969
|
messages?: {
|
|
8970
8970
|
text: string;
|
|
8971
|
-
type: "
|
|
8971
|
+
type: "error" | "success" | "info" | "warning";
|
|
8972
8972
|
id?: number | undefined;
|
|
8973
8973
|
}[] | undefined;
|
|
8974
8974
|
required?: boolean | undefined;
|
|
@@ -9222,7 +9222,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9222
9222
|
hint?: string | undefined;
|
|
9223
9223
|
messages?: {
|
|
9224
9224
|
text: string;
|
|
9225
|
-
type: "
|
|
9225
|
+
type: "error" | "success" | "info" | "warning";
|
|
9226
9226
|
id?: number | undefined;
|
|
9227
9227
|
}[] | undefined;
|
|
9228
9228
|
required?: boolean | undefined;
|
|
@@ -9240,7 +9240,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9240
9240
|
hint?: string | undefined;
|
|
9241
9241
|
messages?: {
|
|
9242
9242
|
text: string;
|
|
9243
|
-
type: "
|
|
9243
|
+
type: "error" | "success" | "info" | "warning";
|
|
9244
9244
|
id?: number | undefined;
|
|
9245
9245
|
}[] | undefined;
|
|
9246
9246
|
required?: boolean | undefined;
|
|
@@ -9264,7 +9264,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9264
9264
|
hint?: string | undefined;
|
|
9265
9265
|
messages?: {
|
|
9266
9266
|
text: string;
|
|
9267
|
-
type: "
|
|
9267
|
+
type: "error" | "success" | "info" | "warning";
|
|
9268
9268
|
id?: number | undefined;
|
|
9269
9269
|
}[] | undefined;
|
|
9270
9270
|
required?: boolean | undefined;
|
|
@@ -9288,7 +9288,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9288
9288
|
hint?: string | undefined;
|
|
9289
9289
|
messages?: {
|
|
9290
9290
|
text: string;
|
|
9291
|
-
type: "
|
|
9291
|
+
type: "error" | "success" | "info" | "warning";
|
|
9292
9292
|
id?: number | undefined;
|
|
9293
9293
|
}[] | undefined;
|
|
9294
9294
|
required?: boolean | undefined;
|
|
@@ -9312,7 +9312,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9312
9312
|
hint?: string | undefined;
|
|
9313
9313
|
messages?: {
|
|
9314
9314
|
text: string;
|
|
9315
|
-
type: "
|
|
9315
|
+
type: "error" | "success" | "info" | "warning";
|
|
9316
9316
|
id?: number | undefined;
|
|
9317
9317
|
}[] | undefined;
|
|
9318
9318
|
required?: boolean | undefined;
|
|
@@ -9337,7 +9337,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9337
9337
|
hint?: string | undefined;
|
|
9338
9338
|
messages?: {
|
|
9339
9339
|
text: string;
|
|
9340
|
-
type: "
|
|
9340
|
+
type: "error" | "success" | "info" | "warning";
|
|
9341
9341
|
id?: number | undefined;
|
|
9342
9342
|
}[] | undefined;
|
|
9343
9343
|
required?: boolean | undefined;
|
|
@@ -9352,7 +9352,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9352
9352
|
hint?: string | undefined;
|
|
9353
9353
|
messages?: {
|
|
9354
9354
|
text: string;
|
|
9355
|
-
type: "
|
|
9355
|
+
type: "error" | "success" | "info" | "warning";
|
|
9356
9356
|
id?: number | undefined;
|
|
9357
9357
|
}[] | undefined;
|
|
9358
9358
|
required?: boolean | undefined;
|
|
@@ -9373,7 +9373,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9373
9373
|
hint?: string | undefined;
|
|
9374
9374
|
messages?: {
|
|
9375
9375
|
text: string;
|
|
9376
|
-
type: "
|
|
9376
|
+
type: "error" | "success" | "info" | "warning";
|
|
9377
9377
|
id?: number | undefined;
|
|
9378
9378
|
}[] | undefined;
|
|
9379
9379
|
required?: boolean | undefined;
|
|
@@ -9398,7 +9398,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9398
9398
|
hint?: string | undefined;
|
|
9399
9399
|
messages?: {
|
|
9400
9400
|
text: string;
|
|
9401
|
-
type: "
|
|
9401
|
+
type: "error" | "success" | "info" | "warning";
|
|
9402
9402
|
id?: number | undefined;
|
|
9403
9403
|
}[] | undefined;
|
|
9404
9404
|
required?: boolean | undefined;
|
|
@@ -9419,7 +9419,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9419
9419
|
hint?: string | undefined;
|
|
9420
9420
|
messages?: {
|
|
9421
9421
|
text: string;
|
|
9422
|
-
type: "
|
|
9422
|
+
type: "error" | "success" | "info" | "warning";
|
|
9423
9423
|
id?: number | undefined;
|
|
9424
9424
|
}[] | undefined;
|
|
9425
9425
|
required?: boolean | undefined;
|
|
@@ -9439,7 +9439,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9439
9439
|
hint?: string | undefined;
|
|
9440
9440
|
messages?: {
|
|
9441
9441
|
text: string;
|
|
9442
|
-
type: "
|
|
9442
|
+
type: "error" | "success" | "info" | "warning";
|
|
9443
9443
|
id?: number | undefined;
|
|
9444
9444
|
}[] | undefined;
|
|
9445
9445
|
required?: boolean | undefined;
|
|
@@ -9458,7 +9458,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9458
9458
|
hint?: string | undefined;
|
|
9459
9459
|
messages?: {
|
|
9460
9460
|
text: string;
|
|
9461
|
-
type: "
|
|
9461
|
+
type: "error" | "success" | "info" | "warning";
|
|
9462
9462
|
id?: number | undefined;
|
|
9463
9463
|
}[] | undefined;
|
|
9464
9464
|
required?: boolean | undefined;
|
|
@@ -9480,7 +9480,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9480
9480
|
hint?: string | undefined;
|
|
9481
9481
|
messages?: {
|
|
9482
9482
|
text: string;
|
|
9483
|
-
type: "
|
|
9483
|
+
type: "error" | "success" | "info" | "warning";
|
|
9484
9484
|
id?: number | undefined;
|
|
9485
9485
|
}[] | undefined;
|
|
9486
9486
|
required?: boolean | undefined;
|
|
@@ -9502,7 +9502,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9502
9502
|
hint?: string | undefined;
|
|
9503
9503
|
messages?: {
|
|
9504
9504
|
text: string;
|
|
9505
|
-
type: "
|
|
9505
|
+
type: "error" | "success" | "info" | "warning";
|
|
9506
9506
|
id?: number | undefined;
|
|
9507
9507
|
}[] | undefined;
|
|
9508
9508
|
required?: boolean | undefined;
|
|
@@ -9521,7 +9521,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9521
9521
|
hint?: string | undefined;
|
|
9522
9522
|
messages?: {
|
|
9523
9523
|
text: string;
|
|
9524
|
-
type: "
|
|
9524
|
+
type: "error" | "success" | "info" | "warning";
|
|
9525
9525
|
id?: number | undefined;
|
|
9526
9526
|
}[] | undefined;
|
|
9527
9527
|
required?: boolean | undefined;
|
|
@@ -9548,7 +9548,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9548
9548
|
hint?: string | undefined;
|
|
9549
9549
|
messages?: {
|
|
9550
9550
|
text: string;
|
|
9551
|
-
type: "
|
|
9551
|
+
type: "error" | "success" | "info" | "warning";
|
|
9552
9552
|
id?: number | undefined;
|
|
9553
9553
|
}[] | undefined;
|
|
9554
9554
|
required?: boolean | undefined;
|
|
@@ -9569,7 +9569,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9569
9569
|
hint?: string | undefined;
|
|
9570
9570
|
messages?: {
|
|
9571
9571
|
text: string;
|
|
9572
|
-
type: "
|
|
9572
|
+
type: "error" | "success" | "info" | "warning";
|
|
9573
9573
|
id?: number | undefined;
|
|
9574
9574
|
}[] | undefined;
|
|
9575
9575
|
required?: boolean | undefined;
|
|
@@ -9592,7 +9592,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9592
9592
|
hint?: string | undefined;
|
|
9593
9593
|
messages?: {
|
|
9594
9594
|
text: string;
|
|
9595
|
-
type: "
|
|
9595
|
+
type: "error" | "success" | "info" | "warning";
|
|
9596
9596
|
id?: number | undefined;
|
|
9597
9597
|
}[] | undefined;
|
|
9598
9598
|
required?: boolean | undefined;
|
|
@@ -9823,7 +9823,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9823
9823
|
hint?: string | undefined;
|
|
9824
9824
|
messages?: {
|
|
9825
9825
|
text: string;
|
|
9826
|
-
type: "
|
|
9826
|
+
type: "error" | "success" | "info" | "warning";
|
|
9827
9827
|
id?: number | undefined;
|
|
9828
9828
|
}[] | undefined;
|
|
9829
9829
|
required?: boolean | undefined;
|
|
@@ -9841,7 +9841,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9841
9841
|
hint?: string | undefined;
|
|
9842
9842
|
messages?: {
|
|
9843
9843
|
text: string;
|
|
9844
|
-
type: "
|
|
9844
|
+
type: "error" | "success" | "info" | "warning";
|
|
9845
9845
|
id?: number | undefined;
|
|
9846
9846
|
}[] | undefined;
|
|
9847
9847
|
required?: boolean | undefined;
|
|
@@ -9865,7 +9865,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9865
9865
|
hint?: string | undefined;
|
|
9866
9866
|
messages?: {
|
|
9867
9867
|
text: string;
|
|
9868
|
-
type: "
|
|
9868
|
+
type: "error" | "success" | "info" | "warning";
|
|
9869
9869
|
id?: number | undefined;
|
|
9870
9870
|
}[] | undefined;
|
|
9871
9871
|
required?: boolean | undefined;
|
|
@@ -9889,7 +9889,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9889
9889
|
hint?: string | undefined;
|
|
9890
9890
|
messages?: {
|
|
9891
9891
|
text: string;
|
|
9892
|
-
type: "
|
|
9892
|
+
type: "error" | "success" | "info" | "warning";
|
|
9893
9893
|
id?: number | undefined;
|
|
9894
9894
|
}[] | undefined;
|
|
9895
9895
|
required?: boolean | undefined;
|
|
@@ -9913,7 +9913,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9913
9913
|
hint?: string | undefined;
|
|
9914
9914
|
messages?: {
|
|
9915
9915
|
text: string;
|
|
9916
|
-
type: "
|
|
9916
|
+
type: "error" | "success" | "info" | "warning";
|
|
9917
9917
|
id?: number | undefined;
|
|
9918
9918
|
}[] | undefined;
|
|
9919
9919
|
required?: boolean | undefined;
|
|
@@ -9942,7 +9942,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9942
9942
|
hint?: string | undefined;
|
|
9943
9943
|
messages?: {
|
|
9944
9944
|
text: string;
|
|
9945
|
-
type: "
|
|
9945
|
+
type: "error" | "success" | "info" | "warning";
|
|
9946
9946
|
id?: number | undefined;
|
|
9947
9947
|
}[] | undefined;
|
|
9948
9948
|
required?: boolean | undefined;
|
|
@@ -9957,7 +9957,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9957
9957
|
hint?: string | undefined;
|
|
9958
9958
|
messages?: {
|
|
9959
9959
|
text: string;
|
|
9960
|
-
type: "
|
|
9960
|
+
type: "error" | "success" | "info" | "warning";
|
|
9961
9961
|
id?: number | undefined;
|
|
9962
9962
|
}[] | undefined;
|
|
9963
9963
|
required?: boolean | undefined;
|
|
@@ -9978,7 +9978,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
9978
9978
|
hint?: string | undefined;
|
|
9979
9979
|
messages?: {
|
|
9980
9980
|
text: string;
|
|
9981
|
-
type: "
|
|
9981
|
+
type: "error" | "success" | "info" | "warning";
|
|
9982
9982
|
id?: number | undefined;
|
|
9983
9983
|
}[] | undefined;
|
|
9984
9984
|
required?: boolean | undefined;
|
|
@@ -10003,7 +10003,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10003
10003
|
hint?: string | undefined;
|
|
10004
10004
|
messages?: {
|
|
10005
10005
|
text: string;
|
|
10006
|
-
type: "
|
|
10006
|
+
type: "error" | "success" | "info" | "warning";
|
|
10007
10007
|
id?: number | undefined;
|
|
10008
10008
|
}[] | undefined;
|
|
10009
10009
|
required?: boolean | undefined;
|
|
@@ -10024,7 +10024,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10024
10024
|
hint?: string | undefined;
|
|
10025
10025
|
messages?: {
|
|
10026
10026
|
text: string;
|
|
10027
|
-
type: "
|
|
10027
|
+
type: "error" | "success" | "info" | "warning";
|
|
10028
10028
|
id?: number | undefined;
|
|
10029
10029
|
}[] | undefined;
|
|
10030
10030
|
required?: boolean | undefined;
|
|
@@ -10044,7 +10044,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10044
10044
|
hint?: string | undefined;
|
|
10045
10045
|
messages?: {
|
|
10046
10046
|
text: string;
|
|
10047
|
-
type: "
|
|
10047
|
+
type: "error" | "success" | "info" | "warning";
|
|
10048
10048
|
id?: number | undefined;
|
|
10049
10049
|
}[] | undefined;
|
|
10050
10050
|
required?: boolean | undefined;
|
|
@@ -10063,7 +10063,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10063
10063
|
hint?: string | undefined;
|
|
10064
10064
|
messages?: {
|
|
10065
10065
|
text: string;
|
|
10066
|
-
type: "
|
|
10066
|
+
type: "error" | "success" | "info" | "warning";
|
|
10067
10067
|
id?: number | undefined;
|
|
10068
10068
|
}[] | undefined;
|
|
10069
10069
|
required?: boolean | undefined;
|
|
@@ -10085,7 +10085,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10085
10085
|
hint?: string | undefined;
|
|
10086
10086
|
messages?: {
|
|
10087
10087
|
text: string;
|
|
10088
|
-
type: "
|
|
10088
|
+
type: "error" | "success" | "info" | "warning";
|
|
10089
10089
|
id?: number | undefined;
|
|
10090
10090
|
}[] | undefined;
|
|
10091
10091
|
required?: boolean | undefined;
|
|
@@ -10107,7 +10107,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10107
10107
|
hint?: string | undefined;
|
|
10108
10108
|
messages?: {
|
|
10109
10109
|
text: string;
|
|
10110
|
-
type: "
|
|
10110
|
+
type: "error" | "success" | "info" | "warning";
|
|
10111
10111
|
id?: number | undefined;
|
|
10112
10112
|
}[] | undefined;
|
|
10113
10113
|
required?: boolean | undefined;
|
|
@@ -10126,7 +10126,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10126
10126
|
hint?: string | undefined;
|
|
10127
10127
|
messages?: {
|
|
10128
10128
|
text: string;
|
|
10129
|
-
type: "
|
|
10129
|
+
type: "error" | "success" | "info" | "warning";
|
|
10130
10130
|
id?: number | undefined;
|
|
10131
10131
|
}[] | undefined;
|
|
10132
10132
|
required?: boolean | undefined;
|
|
@@ -10153,7 +10153,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10153
10153
|
hint?: string | undefined;
|
|
10154
10154
|
messages?: {
|
|
10155
10155
|
text: string;
|
|
10156
|
-
type: "
|
|
10156
|
+
type: "error" | "success" | "info" | "warning";
|
|
10157
10157
|
id?: number | undefined;
|
|
10158
10158
|
}[] | undefined;
|
|
10159
10159
|
required?: boolean | undefined;
|
|
@@ -10174,7 +10174,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10174
10174
|
hint?: string | undefined;
|
|
10175
10175
|
messages?: {
|
|
10176
10176
|
text: string;
|
|
10177
|
-
type: "
|
|
10177
|
+
type: "error" | "success" | "info" | "warning";
|
|
10178
10178
|
id?: number | undefined;
|
|
10179
10179
|
}[] | undefined;
|
|
10180
10180
|
required?: boolean | undefined;
|
|
@@ -10197,7 +10197,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10197
10197
|
hint?: string | undefined;
|
|
10198
10198
|
messages?: {
|
|
10199
10199
|
text: string;
|
|
10200
|
-
type: "
|
|
10200
|
+
type: "error" | "success" | "info" | "warning";
|
|
10201
10201
|
id?: number | undefined;
|
|
10202
10202
|
}[] | undefined;
|
|
10203
10203
|
required?: boolean | undefined;
|
|
@@ -10430,7 +10430,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10430
10430
|
hint?: string | undefined;
|
|
10431
10431
|
messages?: {
|
|
10432
10432
|
text: string;
|
|
10433
|
-
type: "
|
|
10433
|
+
type: "error" | "success" | "info" | "warning";
|
|
10434
10434
|
id?: number | undefined;
|
|
10435
10435
|
}[] | undefined;
|
|
10436
10436
|
required?: boolean | undefined;
|
|
@@ -10448,7 +10448,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10448
10448
|
hint?: string | undefined;
|
|
10449
10449
|
messages?: {
|
|
10450
10450
|
text: string;
|
|
10451
|
-
type: "
|
|
10451
|
+
type: "error" | "success" | "info" | "warning";
|
|
10452
10452
|
id?: number | undefined;
|
|
10453
10453
|
}[] | undefined;
|
|
10454
10454
|
required?: boolean | undefined;
|
|
@@ -10472,7 +10472,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10472
10472
|
hint?: string | undefined;
|
|
10473
10473
|
messages?: {
|
|
10474
10474
|
text: string;
|
|
10475
|
-
type: "
|
|
10475
|
+
type: "error" | "success" | "info" | "warning";
|
|
10476
10476
|
id?: number | undefined;
|
|
10477
10477
|
}[] | undefined;
|
|
10478
10478
|
required?: boolean | undefined;
|
|
@@ -10496,7 +10496,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10496
10496
|
hint?: string | undefined;
|
|
10497
10497
|
messages?: {
|
|
10498
10498
|
text: string;
|
|
10499
|
-
type: "
|
|
10499
|
+
type: "error" | "success" | "info" | "warning";
|
|
10500
10500
|
id?: number | undefined;
|
|
10501
10501
|
}[] | undefined;
|
|
10502
10502
|
required?: boolean | undefined;
|
|
@@ -10520,7 +10520,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10520
10520
|
hint?: string | undefined;
|
|
10521
10521
|
messages?: {
|
|
10522
10522
|
text: string;
|
|
10523
|
-
type: "
|
|
10523
|
+
type: "error" | "success" | "info" | "warning";
|
|
10524
10524
|
id?: number | undefined;
|
|
10525
10525
|
}[] | undefined;
|
|
10526
10526
|
required?: boolean | undefined;
|
|
@@ -10545,7 +10545,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10545
10545
|
hint?: string | undefined;
|
|
10546
10546
|
messages?: {
|
|
10547
10547
|
text: string;
|
|
10548
|
-
type: "
|
|
10548
|
+
type: "error" | "success" | "info" | "warning";
|
|
10549
10549
|
id?: number | undefined;
|
|
10550
10550
|
}[] | undefined;
|
|
10551
10551
|
required?: boolean | undefined;
|
|
@@ -10560,7 +10560,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10560
10560
|
hint?: string | undefined;
|
|
10561
10561
|
messages?: {
|
|
10562
10562
|
text: string;
|
|
10563
|
-
type: "
|
|
10563
|
+
type: "error" | "success" | "info" | "warning";
|
|
10564
10564
|
id?: number | undefined;
|
|
10565
10565
|
}[] | undefined;
|
|
10566
10566
|
required?: boolean | undefined;
|
|
@@ -10581,7 +10581,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10581
10581
|
hint?: string | undefined;
|
|
10582
10582
|
messages?: {
|
|
10583
10583
|
text: string;
|
|
10584
|
-
type: "
|
|
10584
|
+
type: "error" | "success" | "info" | "warning";
|
|
10585
10585
|
id?: number | undefined;
|
|
10586
10586
|
}[] | undefined;
|
|
10587
10587
|
required?: boolean | undefined;
|
|
@@ -10606,7 +10606,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10606
10606
|
hint?: string | undefined;
|
|
10607
10607
|
messages?: {
|
|
10608
10608
|
text: string;
|
|
10609
|
-
type: "
|
|
10609
|
+
type: "error" | "success" | "info" | "warning";
|
|
10610
10610
|
id?: number | undefined;
|
|
10611
10611
|
}[] | undefined;
|
|
10612
10612
|
required?: boolean | undefined;
|
|
@@ -10627,7 +10627,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10627
10627
|
hint?: string | undefined;
|
|
10628
10628
|
messages?: {
|
|
10629
10629
|
text: string;
|
|
10630
|
-
type: "
|
|
10630
|
+
type: "error" | "success" | "info" | "warning";
|
|
10631
10631
|
id?: number | undefined;
|
|
10632
10632
|
}[] | undefined;
|
|
10633
10633
|
required?: boolean | undefined;
|
|
@@ -10647,7 +10647,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10647
10647
|
hint?: string | undefined;
|
|
10648
10648
|
messages?: {
|
|
10649
10649
|
text: string;
|
|
10650
|
-
type: "
|
|
10650
|
+
type: "error" | "success" | "info" | "warning";
|
|
10651
10651
|
id?: number | undefined;
|
|
10652
10652
|
}[] | undefined;
|
|
10653
10653
|
required?: boolean | undefined;
|
|
@@ -10666,7 +10666,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10666
10666
|
hint?: string | undefined;
|
|
10667
10667
|
messages?: {
|
|
10668
10668
|
text: string;
|
|
10669
|
-
type: "
|
|
10669
|
+
type: "error" | "success" | "info" | "warning";
|
|
10670
10670
|
id?: number | undefined;
|
|
10671
10671
|
}[] | undefined;
|
|
10672
10672
|
required?: boolean | undefined;
|
|
@@ -10688,7 +10688,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10688
10688
|
hint?: string | undefined;
|
|
10689
10689
|
messages?: {
|
|
10690
10690
|
text: string;
|
|
10691
|
-
type: "
|
|
10691
|
+
type: "error" | "success" | "info" | "warning";
|
|
10692
10692
|
id?: number | undefined;
|
|
10693
10693
|
}[] | undefined;
|
|
10694
10694
|
required?: boolean | undefined;
|
|
@@ -10710,7 +10710,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10710
10710
|
hint?: string | undefined;
|
|
10711
10711
|
messages?: {
|
|
10712
10712
|
text: string;
|
|
10713
|
-
type: "
|
|
10713
|
+
type: "error" | "success" | "info" | "warning";
|
|
10714
10714
|
id?: number | undefined;
|
|
10715
10715
|
}[] | undefined;
|
|
10716
10716
|
required?: boolean | undefined;
|
|
@@ -10729,7 +10729,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10729
10729
|
hint?: string | undefined;
|
|
10730
10730
|
messages?: {
|
|
10731
10731
|
text: string;
|
|
10732
|
-
type: "
|
|
10732
|
+
type: "error" | "success" | "info" | "warning";
|
|
10733
10733
|
id?: number | undefined;
|
|
10734
10734
|
}[] | undefined;
|
|
10735
10735
|
required?: boolean | undefined;
|
|
@@ -10756,7 +10756,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10756
10756
|
hint?: string | undefined;
|
|
10757
10757
|
messages?: {
|
|
10758
10758
|
text: string;
|
|
10759
|
-
type: "
|
|
10759
|
+
type: "error" | "success" | "info" | "warning";
|
|
10760
10760
|
id?: number | undefined;
|
|
10761
10761
|
}[] | undefined;
|
|
10762
10762
|
required?: boolean | undefined;
|
|
@@ -10777,7 +10777,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10777
10777
|
hint?: string | undefined;
|
|
10778
10778
|
messages?: {
|
|
10779
10779
|
text: string;
|
|
10780
|
-
type: "
|
|
10780
|
+
type: "error" | "success" | "info" | "warning";
|
|
10781
10781
|
id?: number | undefined;
|
|
10782
10782
|
}[] | undefined;
|
|
10783
10783
|
required?: boolean | undefined;
|
|
@@ -10800,7 +10800,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10800
10800
|
hint?: string | undefined;
|
|
10801
10801
|
messages?: {
|
|
10802
10802
|
text: string;
|
|
10803
|
-
type: "
|
|
10803
|
+
type: "error" | "success" | "info" | "warning";
|
|
10804
10804
|
id?: number | undefined;
|
|
10805
10805
|
}[] | undefined;
|
|
10806
10806
|
required?: boolean | undefined;
|
|
@@ -11031,7 +11031,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11031
11031
|
hint?: string | undefined;
|
|
11032
11032
|
messages?: {
|
|
11033
11033
|
text: string;
|
|
11034
|
-
type: "
|
|
11034
|
+
type: "error" | "success" | "info" | "warning";
|
|
11035
11035
|
id?: number | undefined;
|
|
11036
11036
|
}[] | undefined;
|
|
11037
11037
|
required?: boolean | undefined;
|
|
@@ -11049,7 +11049,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11049
11049
|
hint?: string | undefined;
|
|
11050
11050
|
messages?: {
|
|
11051
11051
|
text: string;
|
|
11052
|
-
type: "
|
|
11052
|
+
type: "error" | "success" | "info" | "warning";
|
|
11053
11053
|
id?: number | undefined;
|
|
11054
11054
|
}[] | undefined;
|
|
11055
11055
|
required?: boolean | undefined;
|
|
@@ -11073,7 +11073,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11073
11073
|
hint?: string | undefined;
|
|
11074
11074
|
messages?: {
|
|
11075
11075
|
text: string;
|
|
11076
|
-
type: "
|
|
11076
|
+
type: "error" | "success" | "info" | "warning";
|
|
11077
11077
|
id?: number | undefined;
|
|
11078
11078
|
}[] | undefined;
|
|
11079
11079
|
required?: boolean | undefined;
|
|
@@ -11097,7 +11097,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11097
11097
|
hint?: string | undefined;
|
|
11098
11098
|
messages?: {
|
|
11099
11099
|
text: string;
|
|
11100
|
-
type: "
|
|
11100
|
+
type: "error" | "success" | "info" | "warning";
|
|
11101
11101
|
id?: number | undefined;
|
|
11102
11102
|
}[] | undefined;
|
|
11103
11103
|
required?: boolean | undefined;
|
|
@@ -11121,7 +11121,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11121
11121
|
hint?: string | undefined;
|
|
11122
11122
|
messages?: {
|
|
11123
11123
|
text: string;
|
|
11124
|
-
type: "
|
|
11124
|
+
type: "error" | "success" | "info" | "warning";
|
|
11125
11125
|
id?: number | undefined;
|
|
11126
11126
|
}[] | undefined;
|
|
11127
11127
|
required?: boolean | undefined;
|
|
@@ -11150,7 +11150,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11150
11150
|
hint?: string | undefined;
|
|
11151
11151
|
messages?: {
|
|
11152
11152
|
text: string;
|
|
11153
|
-
type: "
|
|
11153
|
+
type: "error" | "success" | "info" | "warning";
|
|
11154
11154
|
id?: number | undefined;
|
|
11155
11155
|
}[] | undefined;
|
|
11156
11156
|
required?: boolean | undefined;
|
|
@@ -11165,7 +11165,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11165
11165
|
hint?: string | undefined;
|
|
11166
11166
|
messages?: {
|
|
11167
11167
|
text: string;
|
|
11168
|
-
type: "
|
|
11168
|
+
type: "error" | "success" | "info" | "warning";
|
|
11169
11169
|
id?: number | undefined;
|
|
11170
11170
|
}[] | undefined;
|
|
11171
11171
|
required?: boolean | undefined;
|
|
@@ -11186,7 +11186,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11186
11186
|
hint?: string | undefined;
|
|
11187
11187
|
messages?: {
|
|
11188
11188
|
text: string;
|
|
11189
|
-
type: "
|
|
11189
|
+
type: "error" | "success" | "info" | "warning";
|
|
11190
11190
|
id?: number | undefined;
|
|
11191
11191
|
}[] | undefined;
|
|
11192
11192
|
required?: boolean | undefined;
|
|
@@ -11211,7 +11211,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11211
11211
|
hint?: string | undefined;
|
|
11212
11212
|
messages?: {
|
|
11213
11213
|
text: string;
|
|
11214
|
-
type: "
|
|
11214
|
+
type: "error" | "success" | "info" | "warning";
|
|
11215
11215
|
id?: number | undefined;
|
|
11216
11216
|
}[] | undefined;
|
|
11217
11217
|
required?: boolean | undefined;
|
|
@@ -11232,7 +11232,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11232
11232
|
hint?: string | undefined;
|
|
11233
11233
|
messages?: {
|
|
11234
11234
|
text: string;
|
|
11235
|
-
type: "
|
|
11235
|
+
type: "error" | "success" | "info" | "warning";
|
|
11236
11236
|
id?: number | undefined;
|
|
11237
11237
|
}[] | undefined;
|
|
11238
11238
|
required?: boolean | undefined;
|
|
@@ -11252,7 +11252,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11252
11252
|
hint?: string | undefined;
|
|
11253
11253
|
messages?: {
|
|
11254
11254
|
text: string;
|
|
11255
|
-
type: "
|
|
11255
|
+
type: "error" | "success" | "info" | "warning";
|
|
11256
11256
|
id?: number | undefined;
|
|
11257
11257
|
}[] | undefined;
|
|
11258
11258
|
required?: boolean | undefined;
|
|
@@ -11271,7 +11271,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11271
11271
|
hint?: string | undefined;
|
|
11272
11272
|
messages?: {
|
|
11273
11273
|
text: string;
|
|
11274
|
-
type: "
|
|
11274
|
+
type: "error" | "success" | "info" | "warning";
|
|
11275
11275
|
id?: number | undefined;
|
|
11276
11276
|
}[] | undefined;
|
|
11277
11277
|
required?: boolean | undefined;
|
|
@@ -11293,7 +11293,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11293
11293
|
hint?: string | undefined;
|
|
11294
11294
|
messages?: {
|
|
11295
11295
|
text: string;
|
|
11296
|
-
type: "
|
|
11296
|
+
type: "error" | "success" | "info" | "warning";
|
|
11297
11297
|
id?: number | undefined;
|
|
11298
11298
|
}[] | undefined;
|
|
11299
11299
|
required?: boolean | undefined;
|
|
@@ -11315,7 +11315,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11315
11315
|
hint?: string | undefined;
|
|
11316
11316
|
messages?: {
|
|
11317
11317
|
text: string;
|
|
11318
|
-
type: "
|
|
11318
|
+
type: "error" | "success" | "info" | "warning";
|
|
11319
11319
|
id?: number | undefined;
|
|
11320
11320
|
}[] | undefined;
|
|
11321
11321
|
required?: boolean | undefined;
|
|
@@ -11334,7 +11334,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11334
11334
|
hint?: string | undefined;
|
|
11335
11335
|
messages?: {
|
|
11336
11336
|
text: string;
|
|
11337
|
-
type: "
|
|
11337
|
+
type: "error" | "success" | "info" | "warning";
|
|
11338
11338
|
id?: number | undefined;
|
|
11339
11339
|
}[] | undefined;
|
|
11340
11340
|
required?: boolean | undefined;
|
|
@@ -11361,7 +11361,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11361
11361
|
hint?: string | undefined;
|
|
11362
11362
|
messages?: {
|
|
11363
11363
|
text: string;
|
|
11364
|
-
type: "
|
|
11364
|
+
type: "error" | "success" | "info" | "warning";
|
|
11365
11365
|
id?: number | undefined;
|
|
11366
11366
|
}[] | undefined;
|
|
11367
11367
|
required?: boolean | undefined;
|
|
@@ -11382,7 +11382,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11382
11382
|
hint?: string | undefined;
|
|
11383
11383
|
messages?: {
|
|
11384
11384
|
text: string;
|
|
11385
|
-
type: "
|
|
11385
|
+
type: "error" | "success" | "info" | "warning";
|
|
11386
11386
|
id?: number | undefined;
|
|
11387
11387
|
}[] | undefined;
|
|
11388
11388
|
required?: boolean | undefined;
|
|
@@ -11405,7 +11405,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11405
11405
|
hint?: string | undefined;
|
|
11406
11406
|
messages?: {
|
|
11407
11407
|
text: string;
|
|
11408
|
-
type: "
|
|
11408
|
+
type: "error" | "success" | "info" | "warning";
|
|
11409
11409
|
id?: number | undefined;
|
|
11410
11410
|
}[] | undefined;
|
|
11411
11411
|
required?: boolean | undefined;
|
|
@@ -11711,7 +11711,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11711
11711
|
};
|
|
11712
11712
|
};
|
|
11713
11713
|
output: {
|
|
11714
|
-
prompt: "
|
|
11714
|
+
prompt: "common" | "login" | "signup" | "mfa" | "organizations" | "status" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
11715
11715
|
language: string;
|
|
11716
11716
|
}[];
|
|
11717
11717
|
outputFormat: "json";
|
|
@@ -11749,7 +11749,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11749
11749
|
$get: {
|
|
11750
11750
|
input: {
|
|
11751
11751
|
param: {
|
|
11752
|
-
prompt: "
|
|
11752
|
+
prompt: "common" | "login" | "signup" | "mfa" | "organizations" | "status" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
11753
11753
|
language: string;
|
|
11754
11754
|
};
|
|
11755
11755
|
} & {
|
|
@@ -11771,7 +11771,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11771
11771
|
$put: {
|
|
11772
11772
|
input: {
|
|
11773
11773
|
param: {
|
|
11774
|
-
prompt: "
|
|
11774
|
+
prompt: "common" | "login" | "signup" | "mfa" | "organizations" | "status" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
11775
11775
|
language: string;
|
|
11776
11776
|
};
|
|
11777
11777
|
} & {
|
|
@@ -11795,7 +11795,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11795
11795
|
$delete: {
|
|
11796
11796
|
input: {
|
|
11797
11797
|
param: {
|
|
11798
|
-
prompt: "
|
|
11798
|
+
prompt: "common" | "login" | "signup" | "mfa" | "organizations" | "status" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
11799
11799
|
language: string;
|
|
11800
11800
|
};
|
|
11801
11801
|
} & {
|
|
@@ -12678,7 +12678,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12678
12678
|
};
|
|
12679
12679
|
} | {
|
|
12680
12680
|
mode: "inline";
|
|
12681
|
-
status: "
|
|
12681
|
+
status: "error" | "success";
|
|
12682
12682
|
connection_id: string;
|
|
12683
12683
|
connection_name: string;
|
|
12684
12684
|
strategy: string;
|
|
@@ -13407,7 +13407,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13407
13407
|
log_type: string;
|
|
13408
13408
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
13409
13409
|
actor: {
|
|
13410
|
-
type: "
|
|
13410
|
+
type: "client_credentials" | "user" | "system" | "admin" | "api_key";
|
|
13411
13411
|
id?: string | undefined;
|
|
13412
13412
|
email?: string | undefined;
|
|
13413
13413
|
org_id?: string | undefined;
|
|
@@ -13738,7 +13738,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13738
13738
|
created_at: string;
|
|
13739
13739
|
updated_at: string;
|
|
13740
13740
|
name: string;
|
|
13741
|
-
provider: "auth0" | "
|
|
13741
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
13742
13742
|
connection: string;
|
|
13743
13743
|
enabled: boolean;
|
|
13744
13744
|
credentials: {
|
|
@@ -13770,7 +13770,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13770
13770
|
created_at: string;
|
|
13771
13771
|
updated_at: string;
|
|
13772
13772
|
name: string;
|
|
13773
|
-
provider: "auth0" | "
|
|
13773
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
13774
13774
|
connection: string;
|
|
13775
13775
|
enabled: boolean;
|
|
13776
13776
|
credentials: {
|
|
@@ -13796,7 +13796,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13796
13796
|
} & {
|
|
13797
13797
|
json: {
|
|
13798
13798
|
name: string;
|
|
13799
|
-
provider: "auth0" | "
|
|
13799
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
13800
13800
|
connection: string;
|
|
13801
13801
|
credentials: {
|
|
13802
13802
|
domain: string;
|
|
@@ -13813,7 +13813,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13813
13813
|
created_at: string;
|
|
13814
13814
|
updated_at: string;
|
|
13815
13815
|
name: string;
|
|
13816
|
-
provider: "auth0" | "
|
|
13816
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
13817
13817
|
connection: string;
|
|
13818
13818
|
enabled: boolean;
|
|
13819
13819
|
credentials: {
|
|
@@ -13844,7 +13844,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13844
13844
|
json: {
|
|
13845
13845
|
id?: string | undefined;
|
|
13846
13846
|
name?: string | undefined;
|
|
13847
|
-
provider?: "auth0" | "
|
|
13847
|
+
provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
|
|
13848
13848
|
connection?: string | undefined;
|
|
13849
13849
|
enabled?: boolean | undefined;
|
|
13850
13850
|
credentials?: {
|
|
@@ -13860,7 +13860,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13860
13860
|
created_at: string;
|
|
13861
13861
|
updated_at: string;
|
|
13862
13862
|
name: string;
|
|
13863
|
-
provider: "auth0" | "
|
|
13863
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
13864
13864
|
connection: string;
|
|
13865
13865
|
enabled: boolean;
|
|
13866
13866
|
credentials: {
|
|
@@ -13908,7 +13908,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13908
13908
|
[x: string]: hono_utils_types.JSONValue;
|
|
13909
13909
|
};
|
|
13910
13910
|
id: string;
|
|
13911
|
-
status: "
|
|
13911
|
+
status: "suspended" | "active" | "paused";
|
|
13912
13912
|
filters?: {
|
|
13913
13913
|
type: string;
|
|
13914
13914
|
name: string;
|
|
@@ -13940,7 +13940,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13940
13940
|
[x: string]: hono_utils_types.JSONValue;
|
|
13941
13941
|
};
|
|
13942
13942
|
id: string;
|
|
13943
|
-
status: "
|
|
13943
|
+
status: "suspended" | "active" | "paused";
|
|
13944
13944
|
filters?: {
|
|
13945
13945
|
type: string;
|
|
13946
13946
|
name: string;
|
|
@@ -13965,7 +13965,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13965
13965
|
name: string;
|
|
13966
13966
|
type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
|
|
13967
13967
|
sink: Record<string, unknown>;
|
|
13968
|
-
status?: "
|
|
13968
|
+
status?: "suspended" | "active" | "paused" | undefined;
|
|
13969
13969
|
filters?: {
|
|
13970
13970
|
type: string;
|
|
13971
13971
|
name: string;
|
|
@@ -13980,7 +13980,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13980
13980
|
[x: string]: hono_utils_types.JSONValue;
|
|
13981
13981
|
};
|
|
13982
13982
|
id: string;
|
|
13983
|
-
status: "
|
|
13983
|
+
status: "suspended" | "active" | "paused";
|
|
13984
13984
|
filters?: {
|
|
13985
13985
|
type: string;
|
|
13986
13986
|
name: string;
|
|
@@ -14015,7 +14015,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14015
14015
|
}[] | undefined;
|
|
14016
14016
|
isPriority?: boolean | undefined;
|
|
14017
14017
|
id?: string | undefined;
|
|
14018
|
-
status?: "
|
|
14018
|
+
status?: "suspended" | "active" | "paused" | undefined;
|
|
14019
14019
|
created_at?: string | undefined;
|
|
14020
14020
|
updated_at?: string | undefined;
|
|
14021
14021
|
};
|
|
@@ -14027,7 +14027,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14027
14027
|
[x: string]: hono_utils_types.JSONValue;
|
|
14028
14028
|
};
|
|
14029
14029
|
id: string;
|
|
14030
|
-
status: "
|
|
14030
|
+
status: "suspended" | "active" | "paused";
|
|
14031
14031
|
filters?: {
|
|
14032
14032
|
type: string;
|
|
14033
14033
|
name: string;
|
|
@@ -14078,7 +14078,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14078
14078
|
};
|
|
14079
14079
|
};
|
|
14080
14080
|
output: {
|
|
14081
|
-
type: "fn" | "
|
|
14081
|
+
type: "i" | "fn" | "cs" | "fi" | "sv" | "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" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
14082
14082
|
date: string;
|
|
14083
14083
|
isMobile: boolean;
|
|
14084
14084
|
log_id: string;
|
|
@@ -14117,7 +14117,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14117
14117
|
limit: number;
|
|
14118
14118
|
length: number;
|
|
14119
14119
|
logs: {
|
|
14120
|
-
type: "fn" | "
|
|
14120
|
+
type: "i" | "fn" | "cs" | "fi" | "sv" | "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" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
14121
14121
|
date: string;
|
|
14122
14122
|
isMobile: boolean;
|
|
14123
14123
|
log_id: string;
|
|
@@ -14156,7 +14156,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14156
14156
|
next?: string | undefined;
|
|
14157
14157
|
} | {
|
|
14158
14158
|
logs: {
|
|
14159
|
-
type: "fn" | "
|
|
14159
|
+
type: "i" | "fn" | "cs" | "fi" | "sv" | "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" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
14160
14160
|
date: string;
|
|
14161
14161
|
isMobile: boolean;
|
|
14162
14162
|
log_id: string;
|
|
@@ -14210,7 +14210,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14210
14210
|
};
|
|
14211
14211
|
};
|
|
14212
14212
|
output: {
|
|
14213
|
-
type: "fn" | "
|
|
14213
|
+
type: "i" | "fn" | "cs" | "fi" | "sv" | "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" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
14214
14214
|
date: string;
|
|
14215
14215
|
isMobile: boolean;
|
|
14216
14216
|
log_id: string;
|
|
@@ -14621,7 +14621,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14621
14621
|
addons?: {
|
|
14622
14622
|
[x: string]: any;
|
|
14623
14623
|
} | undefined;
|
|
14624
|
-
token_endpoint_auth_method?: "none" | "
|
|
14624
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
14625
14625
|
client_metadata?: {
|
|
14626
14626
|
[x: string]: string;
|
|
14627
14627
|
} | undefined;
|
|
@@ -14723,7 +14723,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14723
14723
|
addons?: {
|
|
14724
14724
|
[x: string]: any;
|
|
14725
14725
|
} | undefined;
|
|
14726
|
-
token_endpoint_auth_method?: "none" | "
|
|
14726
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
14727
14727
|
client_metadata?: {
|
|
14728
14728
|
[x: string]: string;
|
|
14729
14729
|
} | undefined;
|
|
@@ -14825,7 +14825,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14825
14825
|
addons?: {
|
|
14826
14826
|
[x: string]: any;
|
|
14827
14827
|
} | undefined;
|
|
14828
|
-
token_endpoint_auth_method?: "none" | "
|
|
14828
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
14829
14829
|
client_metadata?: {
|
|
14830
14830
|
[x: string]: string;
|
|
14831
14831
|
} | undefined;
|
|
@@ -14942,7 +14942,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14942
14942
|
addons?: {
|
|
14943
14943
|
[x: string]: any;
|
|
14944
14944
|
} | undefined;
|
|
14945
|
-
token_endpoint_auth_method?: "none" | "
|
|
14945
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
14946
14946
|
client_metadata?: {
|
|
14947
14947
|
[x: string]: string;
|
|
14948
14948
|
} | undefined;
|
|
@@ -15060,7 +15060,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15060
15060
|
custom_login_page_preview?: string | undefined;
|
|
15061
15061
|
form_template?: string | undefined;
|
|
15062
15062
|
addons?: Record<string, any> | undefined;
|
|
15063
|
-
token_endpoint_auth_method?: "none" | "
|
|
15063
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
15064
15064
|
client_metadata?: Record<string, string> | undefined;
|
|
15065
15065
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
15066
15066
|
mobile?: Record<string, any> | undefined;
|
|
@@ -15146,7 +15146,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15146
15146
|
addons?: {
|
|
15147
15147
|
[x: string]: any;
|
|
15148
15148
|
} | undefined;
|
|
15149
|
-
token_endpoint_auth_method?: "none" | "
|
|
15149
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
15150
15150
|
client_metadata?: {
|
|
15151
15151
|
[x: string]: string;
|
|
15152
15152
|
} | undefined;
|
|
@@ -15243,7 +15243,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15243
15243
|
custom_login_page_preview?: string | undefined;
|
|
15244
15244
|
form_template?: string | undefined;
|
|
15245
15245
|
addons?: Record<string, any> | undefined;
|
|
15246
|
-
token_endpoint_auth_method?: "none" | "
|
|
15246
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
15247
15247
|
client_metadata?: Record<string, string> | undefined;
|
|
15248
15248
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
15249
15249
|
mobile?: Record<string, any> | undefined;
|
|
@@ -15329,7 +15329,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15329
15329
|
addons?: {
|
|
15330
15330
|
[x: string]: any;
|
|
15331
15331
|
} | undefined;
|
|
15332
|
-
token_endpoint_auth_method?: "none" | "
|
|
15332
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
15333
15333
|
client_metadata?: {
|
|
15334
15334
|
[x: string]: string;
|
|
15335
15335
|
} | undefined;
|
|
@@ -15794,15 +15794,15 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15794
15794
|
cert: string;
|
|
15795
15795
|
fingerprint: string;
|
|
15796
15796
|
thumbprint: string;
|
|
15797
|
-
connection?: string | undefined;
|
|
15798
15797
|
tenant_id?: string | undefined;
|
|
15799
|
-
|
|
15798
|
+
connection?: string | undefined;
|
|
15800
15799
|
next?: boolean | undefined;
|
|
15800
|
+
revoked_at?: string | undefined;
|
|
15801
|
+
current?: boolean | undefined;
|
|
15801
15802
|
previous?: boolean | undefined;
|
|
15802
15803
|
current_since?: string | undefined;
|
|
15803
15804
|
current_until?: string | undefined;
|
|
15804
15805
|
revoked?: boolean | undefined;
|
|
15805
|
-
revoked_at?: string | undefined;
|
|
15806
15806
|
expires_at?: string | undefined;
|
|
15807
15807
|
expired?: boolean | undefined;
|
|
15808
15808
|
inherited?: boolean | undefined;
|
|
@@ -15833,15 +15833,15 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15833
15833
|
cert: string;
|
|
15834
15834
|
fingerprint: string;
|
|
15835
15835
|
thumbprint: string;
|
|
15836
|
-
connection?: string | undefined;
|
|
15837
15836
|
tenant_id?: string | undefined;
|
|
15838
|
-
|
|
15837
|
+
connection?: string | undefined;
|
|
15839
15838
|
next?: boolean | undefined;
|
|
15839
|
+
revoked_at?: string | undefined;
|
|
15840
|
+
current?: boolean | undefined;
|
|
15840
15841
|
previous?: boolean | undefined;
|
|
15841
15842
|
current_since?: string | undefined;
|
|
15842
15843
|
current_until?: string | undefined;
|
|
15843
15844
|
revoked?: boolean | undefined;
|
|
15844
|
-
revoked_at?: string | undefined;
|
|
15845
15845
|
expires_at?: string | undefined;
|
|
15846
15846
|
expired?: boolean | undefined;
|
|
15847
15847
|
inherited?: boolean | undefined;
|
|
@@ -15871,15 +15871,15 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15871
15871
|
cert: string;
|
|
15872
15872
|
fingerprint: string;
|
|
15873
15873
|
thumbprint: string;
|
|
15874
|
-
connection?: string | undefined;
|
|
15875
15874
|
tenant_id?: string | undefined;
|
|
15876
|
-
|
|
15875
|
+
connection?: string | undefined;
|
|
15877
15876
|
next?: boolean | undefined;
|
|
15877
|
+
revoked_at?: string | undefined;
|
|
15878
|
+
current?: boolean | undefined;
|
|
15878
15879
|
previous?: boolean | undefined;
|
|
15879
15880
|
current_since?: string | undefined;
|
|
15880
15881
|
current_until?: string | undefined;
|
|
15881
15882
|
revoked?: boolean | undefined;
|
|
15882
|
-
revoked_at?: string | undefined;
|
|
15883
15883
|
expires_at?: string | undefined;
|
|
15884
15884
|
expired?: boolean | undefined;
|
|
15885
15885
|
inherited?: boolean | undefined;
|
|
@@ -15911,15 +15911,15 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15911
15911
|
cert: string;
|
|
15912
15912
|
fingerprint: string;
|
|
15913
15913
|
thumbprint: string;
|
|
15914
|
-
connection?: string | undefined;
|
|
15915
15914
|
tenant_id?: string | undefined;
|
|
15916
|
-
|
|
15915
|
+
connection?: string | undefined;
|
|
15917
15916
|
next?: boolean | undefined;
|
|
15917
|
+
revoked_at?: string | undefined;
|
|
15918
|
+
current?: boolean | undefined;
|
|
15918
15919
|
previous?: boolean | undefined;
|
|
15919
15920
|
current_since?: string | undefined;
|
|
15920
15921
|
current_until?: string | undefined;
|
|
15921
15922
|
revoked?: boolean | undefined;
|
|
15922
|
-
revoked_at?: string | undefined;
|
|
15923
15923
|
expires_at?: string | undefined;
|
|
15924
15924
|
expired?: boolean | undefined;
|
|
15925
15925
|
inherited?: boolean | undefined;
|
|
@@ -16765,9 +16765,9 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16765
16765
|
};
|
|
16766
16766
|
output: {
|
|
16767
16767
|
id: string;
|
|
16768
|
-
user_id: string;
|
|
16769
16768
|
created_at: string;
|
|
16770
16769
|
client_id: string;
|
|
16770
|
+
user_id: string;
|
|
16771
16771
|
rotating: boolean;
|
|
16772
16772
|
device: {
|
|
16773
16773
|
initial_user_agent: string;
|
|
@@ -16782,26 +16782,23 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16782
16782
|
audience: string;
|
|
16783
16783
|
scopes: string;
|
|
16784
16784
|
}[];
|
|
16785
|
+
revoked_at?: string | undefined;
|
|
16785
16786
|
expires_at?: string | undefined;
|
|
16787
|
+
idle_expires_at?: string | undefined;
|
|
16786
16788
|
session_id?: string | undefined;
|
|
16789
|
+
organization?: string | undefined;
|
|
16787
16790
|
auth_connection?: string | undefined;
|
|
16788
16791
|
auth_strategy?: {
|
|
16789
16792
|
strategy: string;
|
|
16790
16793
|
strategy_type: string;
|
|
16791
16794
|
} | undefined;
|
|
16792
|
-
organization?: string | undefined;
|
|
16793
|
-
revoked_at?: string | undefined;
|
|
16794
|
-
idle_expires_at?: string | undefined;
|
|
16795
16795
|
last_exchanged_at?: string | undefined;
|
|
16796
16796
|
}[] | {
|
|
16797
|
-
start: number;
|
|
16798
|
-
limit: number;
|
|
16799
|
-
length: number;
|
|
16800
16797
|
tokens: {
|
|
16801
16798
|
id: string;
|
|
16802
|
-
user_id: string;
|
|
16803
16799
|
created_at: string;
|
|
16804
16800
|
client_id: string;
|
|
16801
|
+
user_id: string;
|
|
16805
16802
|
rotating: boolean;
|
|
16806
16803
|
device: {
|
|
16807
16804
|
initial_user_agent: string;
|
|
@@ -16816,26 +16813,28 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16816
16813
|
audience: string;
|
|
16817
16814
|
scopes: string;
|
|
16818
16815
|
}[];
|
|
16816
|
+
revoked_at?: string | undefined;
|
|
16819
16817
|
expires_at?: string | undefined;
|
|
16818
|
+
idle_expires_at?: string | undefined;
|
|
16820
16819
|
session_id?: string | undefined;
|
|
16820
|
+
organization?: string | undefined;
|
|
16821
16821
|
auth_connection?: string | undefined;
|
|
16822
16822
|
auth_strategy?: {
|
|
16823
16823
|
strategy: string;
|
|
16824
16824
|
strategy_type: string;
|
|
16825
16825
|
} | undefined;
|
|
16826
|
-
organization?: string | undefined;
|
|
16827
|
-
revoked_at?: string | undefined;
|
|
16828
|
-
idle_expires_at?: string | undefined;
|
|
16829
16826
|
last_exchanged_at?: string | undefined;
|
|
16830
16827
|
}[];
|
|
16831
|
-
total?: number | undefined;
|
|
16832
16828
|
next?: string | undefined;
|
|
16833
16829
|
} | {
|
|
16830
|
+
start: number;
|
|
16831
|
+
limit: number;
|
|
16832
|
+
length: number;
|
|
16834
16833
|
tokens: {
|
|
16835
16834
|
id: string;
|
|
16836
|
-
user_id: string;
|
|
16837
16835
|
created_at: string;
|
|
16838
16836
|
client_id: string;
|
|
16837
|
+
user_id: string;
|
|
16839
16838
|
rotating: boolean;
|
|
16840
16839
|
device: {
|
|
16841
16840
|
initial_user_agent: string;
|
|
@@ -16850,18 +16849,19 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16850
16849
|
audience: string;
|
|
16851
16850
|
scopes: string;
|
|
16852
16851
|
}[];
|
|
16852
|
+
revoked_at?: string | undefined;
|
|
16853
16853
|
expires_at?: string | undefined;
|
|
16854
|
+
idle_expires_at?: string | undefined;
|
|
16854
16855
|
session_id?: string | undefined;
|
|
16856
|
+
organization?: string | undefined;
|
|
16855
16857
|
auth_connection?: string | undefined;
|
|
16856
16858
|
auth_strategy?: {
|
|
16857
16859
|
strategy: string;
|
|
16858
16860
|
strategy_type: string;
|
|
16859
16861
|
} | undefined;
|
|
16860
|
-
organization?: string | undefined;
|
|
16861
|
-
revoked_at?: string | undefined;
|
|
16862
|
-
idle_expires_at?: string | undefined;
|
|
16863
16862
|
last_exchanged_at?: string | undefined;
|
|
16864
16863
|
}[];
|
|
16864
|
+
total?: number | undefined;
|
|
16865
16865
|
next?: string | undefined;
|
|
16866
16866
|
};
|
|
16867
16867
|
outputFormat: "json";
|
|
@@ -16910,7 +16910,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16910
16910
|
};
|
|
16911
16911
|
};
|
|
16912
16912
|
output: {
|
|
16913
|
-
type: "fn" | "
|
|
16913
|
+
type: "i" | "fn" | "cs" | "fi" | "sv" | "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" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
16914
16914
|
date: string;
|
|
16915
16915
|
isMobile: boolean;
|
|
16916
16916
|
log_id: string;
|
|
@@ -16949,7 +16949,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16949
16949
|
limit: number;
|
|
16950
16950
|
length: number;
|
|
16951
16951
|
logs: {
|
|
16952
|
-
type: "fn" | "
|
|
16952
|
+
type: "i" | "fn" | "cs" | "fi" | "sv" | "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" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
16953
16953
|
date: string;
|
|
16954
16954
|
isMobile: boolean;
|
|
16955
16955
|
log_id: string;
|
|
@@ -17268,7 +17268,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17268
17268
|
};
|
|
17269
17269
|
} & {
|
|
17270
17270
|
json: {
|
|
17271
|
-
template: "
|
|
17271
|
+
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";
|
|
17272
17272
|
body: string;
|
|
17273
17273
|
from: string;
|
|
17274
17274
|
subject: string;
|
|
@@ -17289,7 +17289,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17289
17289
|
};
|
|
17290
17290
|
} & {
|
|
17291
17291
|
json: {
|
|
17292
|
-
template: "
|
|
17292
|
+
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";
|
|
17293
17293
|
body: string;
|
|
17294
17294
|
from: string;
|
|
17295
17295
|
subject: string;
|
|
@@ -17301,7 +17301,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17301
17301
|
};
|
|
17302
17302
|
};
|
|
17303
17303
|
output: {
|
|
17304
|
-
template: "
|
|
17304
|
+
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";
|
|
17305
17305
|
body: string;
|
|
17306
17306
|
from: string;
|
|
17307
17307
|
subject: string;
|
|
@@ -17324,7 +17324,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17324
17324
|
};
|
|
17325
17325
|
};
|
|
17326
17326
|
output: {
|
|
17327
|
-
name: "
|
|
17327
|
+
name: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
17328
17328
|
body: string;
|
|
17329
17329
|
subject: string;
|
|
17330
17330
|
}[];
|
|
@@ -17337,7 +17337,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17337
17337
|
$get: {
|
|
17338
17338
|
input: {
|
|
17339
17339
|
param: {
|
|
17340
|
-
templateName: "
|
|
17340
|
+
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";
|
|
17341
17341
|
};
|
|
17342
17342
|
} & {
|
|
17343
17343
|
header: {
|
|
@@ -17350,7 +17350,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17350
17350
|
} | {
|
|
17351
17351
|
input: {
|
|
17352
17352
|
param: {
|
|
17353
|
-
templateName: "
|
|
17353
|
+
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";
|
|
17354
17354
|
};
|
|
17355
17355
|
} & {
|
|
17356
17356
|
header: {
|
|
@@ -17358,7 +17358,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17358
17358
|
};
|
|
17359
17359
|
};
|
|
17360
17360
|
output: {
|
|
17361
|
-
template: "
|
|
17361
|
+
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";
|
|
17362
17362
|
body: string;
|
|
17363
17363
|
from: string;
|
|
17364
17364
|
subject: string;
|
|
@@ -17377,7 +17377,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17377
17377
|
$put: {
|
|
17378
17378
|
input: {
|
|
17379
17379
|
param: {
|
|
17380
|
-
templateName: "
|
|
17380
|
+
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";
|
|
17381
17381
|
};
|
|
17382
17382
|
} & {
|
|
17383
17383
|
header: {
|
|
@@ -17385,7 +17385,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17385
17385
|
};
|
|
17386
17386
|
} & {
|
|
17387
17387
|
json: {
|
|
17388
|
-
template: "
|
|
17388
|
+
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";
|
|
17389
17389
|
body: string;
|
|
17390
17390
|
subject: string;
|
|
17391
17391
|
syntax?: "liquid" | undefined;
|
|
@@ -17397,7 +17397,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17397
17397
|
};
|
|
17398
17398
|
};
|
|
17399
17399
|
output: {
|
|
17400
|
-
template: "
|
|
17400
|
+
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";
|
|
17401
17401
|
body: string;
|
|
17402
17402
|
from: string;
|
|
17403
17403
|
subject: string;
|
|
@@ -17416,7 +17416,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17416
17416
|
$patch: {
|
|
17417
17417
|
input: {
|
|
17418
17418
|
param: {
|
|
17419
|
-
templateName: "
|
|
17419
|
+
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";
|
|
17420
17420
|
};
|
|
17421
17421
|
} & {
|
|
17422
17422
|
header: {
|
|
@@ -17424,7 +17424,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17424
17424
|
};
|
|
17425
17425
|
} & {
|
|
17426
17426
|
json: {
|
|
17427
|
-
template?: "
|
|
17427
|
+
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;
|
|
17428
17428
|
body?: string | undefined;
|
|
17429
17429
|
from?: string | undefined;
|
|
17430
17430
|
subject?: string | undefined;
|
|
@@ -17441,7 +17441,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17441
17441
|
} | {
|
|
17442
17442
|
input: {
|
|
17443
17443
|
param: {
|
|
17444
|
-
templateName: "
|
|
17444
|
+
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";
|
|
17445
17445
|
};
|
|
17446
17446
|
} & {
|
|
17447
17447
|
header: {
|
|
@@ -17449,7 +17449,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17449
17449
|
};
|
|
17450
17450
|
} & {
|
|
17451
17451
|
json: {
|
|
17452
|
-
template?: "
|
|
17452
|
+
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;
|
|
17453
17453
|
body?: string | undefined;
|
|
17454
17454
|
from?: string | undefined;
|
|
17455
17455
|
subject?: string | undefined;
|
|
@@ -17461,7 +17461,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17461
17461
|
};
|
|
17462
17462
|
};
|
|
17463
17463
|
output: {
|
|
17464
|
-
template: "
|
|
17464
|
+
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";
|
|
17465
17465
|
body: string;
|
|
17466
17466
|
from: string;
|
|
17467
17467
|
subject: string;
|
|
@@ -17480,7 +17480,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17480
17480
|
$delete: {
|
|
17481
17481
|
input: {
|
|
17482
17482
|
param: {
|
|
17483
|
-
templateName: "
|
|
17483
|
+
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";
|
|
17484
17484
|
};
|
|
17485
17485
|
} & {
|
|
17486
17486
|
header: {
|
|
@@ -17493,7 +17493,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17493
17493
|
} | {
|
|
17494
17494
|
input: {
|
|
17495
17495
|
param: {
|
|
17496
|
-
templateName: "
|
|
17496
|
+
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";
|
|
17497
17497
|
};
|
|
17498
17498
|
} & {
|
|
17499
17499
|
header: {
|
|
@@ -17510,7 +17510,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17510
17510
|
$post: {
|
|
17511
17511
|
input: {
|
|
17512
17512
|
param: {
|
|
17513
|
-
templateName: "
|
|
17513
|
+
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";
|
|
17514
17514
|
};
|
|
17515
17515
|
} & {
|
|
17516
17516
|
header: {
|
|
@@ -18131,7 +18131,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18131
18131
|
background_color: string;
|
|
18132
18132
|
background_image_url: string;
|
|
18133
18133
|
page_layout: "center" | "left" | "right";
|
|
18134
|
-
logo_placement?: "
|
|
18134
|
+
logo_placement?: "widget" | "chip" | "none" | undefined;
|
|
18135
18135
|
};
|
|
18136
18136
|
widget: {
|
|
18137
18137
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -18221,7 +18221,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18221
18221
|
background_color: string;
|
|
18222
18222
|
background_image_url: string;
|
|
18223
18223
|
page_layout: "center" | "left" | "right";
|
|
18224
|
-
logo_placement?: "
|
|
18224
|
+
logo_placement?: "widget" | "chip" | "none" | undefined;
|
|
18225
18225
|
};
|
|
18226
18226
|
widget: {
|
|
18227
18227
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -18300,7 +18300,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18300
18300
|
background_color: string;
|
|
18301
18301
|
background_image_url: string;
|
|
18302
18302
|
page_layout: "center" | "left" | "right";
|
|
18303
|
-
logo_placement?: "
|
|
18303
|
+
logo_placement?: "widget" | "chip" | "none" | undefined;
|
|
18304
18304
|
};
|
|
18305
18305
|
widget: {
|
|
18306
18306
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -18462,7 +18462,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18462
18462
|
} & {
|
|
18463
18463
|
json: {
|
|
18464
18464
|
body?: string | undefined;
|
|
18465
|
-
screen?: "password" | "
|
|
18465
|
+
screen?: "password" | "login" | "identifier" | "signup" | undefined;
|
|
18466
18466
|
branding?: {
|
|
18467
18467
|
colors?: {
|
|
18468
18468
|
primary: string;
|
|
@@ -18548,7 +18548,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18548
18548
|
background_color: string;
|
|
18549
18549
|
background_image_url: string;
|
|
18550
18550
|
page_layout: "center" | "left" | "right";
|
|
18551
|
-
logo_placement?: "
|
|
18551
|
+
logo_placement?: "widget" | "chip" | "none" | undefined;
|
|
18552
18552
|
} | undefined;
|
|
18553
18553
|
widget?: {
|
|
18554
18554
|
header_text_alignment: "center" | "left" | "right";
|
|
@@ -19724,7 +19724,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19724
19724
|
scope?: string | undefined;
|
|
19725
19725
|
grant_types?: string[] | undefined;
|
|
19726
19726
|
response_types?: string[] | undefined;
|
|
19727
|
-
token_endpoint_auth_method?: "none" | "
|
|
19727
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
19728
19728
|
jwks_uri?: string | undefined;
|
|
19729
19729
|
jwks?: Record<string, unknown> | undefined;
|
|
19730
19730
|
software_id?: string | undefined;
|
|
@@ -19813,7 +19813,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19813
19813
|
scope?: string | undefined;
|
|
19814
19814
|
grant_types?: string[] | undefined;
|
|
19815
19815
|
response_types?: string[] | undefined;
|
|
19816
|
-
token_endpoint_auth_method?: "none" | "
|
|
19816
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
19817
19817
|
jwks_uri?: string | undefined;
|
|
19818
19818
|
jwks?: Record<string, unknown> | undefined;
|
|
19819
19819
|
software_id?: string | undefined;
|
|
@@ -20159,19 +20159,19 @@ declare function init(config: AuthHeroConfig): {
|
|
|
20159
20159
|
email: string;
|
|
20160
20160
|
send: "code" | "link";
|
|
20161
20161
|
authParams: {
|
|
20162
|
-
username?: string | undefined;
|
|
20163
20162
|
state?: string | undefined;
|
|
20164
20163
|
audience?: string | undefined;
|
|
20165
|
-
|
|
20166
|
-
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
20164
|
+
username?: string | undefined;
|
|
20167
20165
|
scope?: string | undefined;
|
|
20168
20166
|
organization?: string | undefined;
|
|
20167
|
+
response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
|
|
20168
|
+
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
20169
20169
|
redirect_uri?: string | undefined;
|
|
20170
|
+
prompt?: string | undefined;
|
|
20171
|
+
act_as?: string | undefined;
|
|
20172
|
+
nonce?: string | undefined;
|
|
20170
20173
|
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
20171
20174
|
code_challenge?: string | undefined;
|
|
20172
|
-
nonce?: string | undefined;
|
|
20173
|
-
act_as?: string | undefined;
|
|
20174
|
-
prompt?: string | undefined;
|
|
20175
20175
|
ui_locales?: string | undefined;
|
|
20176
20176
|
max_age?: number | undefined;
|
|
20177
20177
|
acr_values?: string | undefined;
|
|
@@ -20195,19 +20195,19 @@ declare function init(config: AuthHeroConfig): {
|
|
|
20195
20195
|
phone_number: string;
|
|
20196
20196
|
send: "code" | "link";
|
|
20197
20197
|
authParams: {
|
|
20198
|
-
username?: string | undefined;
|
|
20199
20198
|
state?: string | undefined;
|
|
20200
20199
|
audience?: string | undefined;
|
|
20201
|
-
|
|
20202
|
-
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
20200
|
+
username?: string | undefined;
|
|
20203
20201
|
scope?: string | undefined;
|
|
20204
20202
|
organization?: string | undefined;
|
|
20203
|
+
response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
|
|
20204
|
+
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
20205
20205
|
redirect_uri?: string | undefined;
|
|
20206
|
+
prompt?: string | undefined;
|
|
20207
|
+
act_as?: string | undefined;
|
|
20208
|
+
nonce?: string | undefined;
|
|
20206
20209
|
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
20207
20210
|
code_challenge?: string | undefined;
|
|
20208
|
-
nonce?: string | undefined;
|
|
20209
|
-
act_as?: string | undefined;
|
|
20210
|
-
prompt?: string | undefined;
|
|
20211
20211
|
ui_locales?: string | undefined;
|
|
20212
20212
|
max_age?: number | undefined;
|
|
20213
20213
|
acr_values?: string | undefined;
|
|
@@ -20437,7 +20437,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
20437
20437
|
client_id: string;
|
|
20438
20438
|
username: string;
|
|
20439
20439
|
otp: string;
|
|
20440
|
-
realm: "
|
|
20440
|
+
realm: "sms" | "email";
|
|
20441
20441
|
scope?: string | undefined;
|
|
20442
20442
|
audience?: string | undefined;
|
|
20443
20443
|
} | {
|
|
@@ -20486,7 +20486,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
20486
20486
|
client_id: string;
|
|
20487
20487
|
username: string;
|
|
20488
20488
|
otp: string;
|
|
20489
|
-
realm: "
|
|
20489
|
+
realm: "sms" | "email";
|
|
20490
20490
|
scope?: string | undefined;
|
|
20491
20491
|
audience?: string | undefined;
|
|
20492
20492
|
} | {
|
|
@@ -20540,7 +20540,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
20540
20540
|
client_id: string;
|
|
20541
20541
|
username: string;
|
|
20542
20542
|
otp: string;
|
|
20543
|
-
realm: "
|
|
20543
|
+
realm: "sms" | "email";
|
|
20544
20544
|
scope?: string | undefined;
|
|
20545
20545
|
audience?: string | undefined;
|
|
20546
20546
|
} | {
|
|
@@ -20589,7 +20589,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
20589
20589
|
client_id: string;
|
|
20590
20590
|
username: string;
|
|
20591
20591
|
otp: string;
|
|
20592
|
-
realm: "
|
|
20592
|
+
realm: "sms" | "email";
|
|
20593
20593
|
scope?: string | undefined;
|
|
20594
20594
|
audience?: string | undefined;
|
|
20595
20595
|
} | {
|
|
@@ -20651,7 +20651,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
20651
20651
|
client_id: string;
|
|
20652
20652
|
username: string;
|
|
20653
20653
|
otp: string;
|
|
20654
|
-
realm: "
|
|
20654
|
+
realm: "sms" | "email";
|
|
20655
20655
|
scope?: string | undefined;
|
|
20656
20656
|
audience?: string | undefined;
|
|
20657
20657
|
} | {
|
|
@@ -20700,7 +20700,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
20700
20700
|
client_id: string;
|
|
20701
20701
|
username: string;
|
|
20702
20702
|
otp: string;
|
|
20703
|
-
realm: "
|
|
20703
|
+
realm: "sms" | "email";
|
|
20704
20704
|
scope?: string | undefined;
|
|
20705
20705
|
audience?: string | undefined;
|
|
20706
20706
|
} | {
|
|
@@ -20757,7 +20757,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
20757
20757
|
client_id: string;
|
|
20758
20758
|
username: string;
|
|
20759
20759
|
otp: string;
|
|
20760
|
-
realm: "
|
|
20760
|
+
realm: "sms" | "email";
|
|
20761
20761
|
scope?: string | undefined;
|
|
20762
20762
|
audience?: string | undefined;
|
|
20763
20763
|
} | {
|
|
@@ -20806,7 +20806,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
20806
20806
|
client_id: string;
|
|
20807
20807
|
username: string;
|
|
20808
20808
|
otp: string;
|
|
20809
|
-
realm: "
|
|
20809
|
+
realm: "sms" | "email";
|
|
20810
20810
|
scope?: string | undefined;
|
|
20811
20811
|
audience?: string | undefined;
|
|
20812
20812
|
} | {
|
|
@@ -20863,7 +20863,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
20863
20863
|
client_id: string;
|
|
20864
20864
|
username: string;
|
|
20865
20865
|
otp: string;
|
|
20866
|
-
realm: "
|
|
20866
|
+
realm: "sms" | "email";
|
|
20867
20867
|
scope?: string | undefined;
|
|
20868
20868
|
audience?: string | undefined;
|
|
20869
20869
|
} | {
|
|
@@ -20912,7 +20912,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
20912
20912
|
client_id: string;
|
|
20913
20913
|
username: string;
|
|
20914
20914
|
otp: string;
|
|
20915
|
-
realm: "
|
|
20915
|
+
realm: "sms" | "email";
|
|
20916
20916
|
scope?: string | undefined;
|
|
20917
20917
|
audience?: string | undefined;
|
|
20918
20918
|
} | {
|
|
@@ -21759,7 +21759,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
21759
21759
|
} & {
|
|
21760
21760
|
form: {
|
|
21761
21761
|
username: string;
|
|
21762
|
-
login_selection?: "
|
|
21762
|
+
login_selection?: "code" | "password" | undefined;
|
|
21763
21763
|
};
|
|
21764
21764
|
};
|
|
21765
21765
|
output: {};
|
|
@@ -21773,7 +21773,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
21773
21773
|
} & {
|
|
21774
21774
|
form: {
|
|
21775
21775
|
username: string;
|
|
21776
|
-
login_selection?: "
|
|
21776
|
+
login_selection?: "code" | "password" | undefined;
|
|
21777
21777
|
};
|
|
21778
21778
|
};
|
|
21779
21779
|
output: {};
|
|
@@ -22138,7 +22138,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
22138
22138
|
$get: {
|
|
22139
22139
|
input: {
|
|
22140
22140
|
param: {
|
|
22141
|
-
screen: "
|
|
22141
|
+
screen: "login" | "signup" | "impersonate" | "reset-password" | "consent" | "account" | "enter-password" | "reset-password/request" | "reset-password/code" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
22142
22142
|
};
|
|
22143
22143
|
} & {
|
|
22144
22144
|
query: {
|
|
@@ -22154,7 +22154,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
22154
22154
|
} | {
|
|
22155
22155
|
input: {
|
|
22156
22156
|
param: {
|
|
22157
|
-
screen: "
|
|
22157
|
+
screen: "login" | "signup" | "impersonate" | "reset-password" | "consent" | "account" | "enter-password" | "reset-password/request" | "reset-password/code" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
22158
22158
|
};
|
|
22159
22159
|
} & {
|
|
22160
22160
|
query: {
|
|
@@ -22170,7 +22170,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
22170
22170
|
} | {
|
|
22171
22171
|
input: {
|
|
22172
22172
|
param: {
|
|
22173
|
-
screen: "
|
|
22173
|
+
screen: "login" | "signup" | "impersonate" | "reset-password" | "consent" | "account" | "enter-password" | "reset-password/request" | "reset-password/code" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
22174
22174
|
};
|
|
22175
22175
|
} & {
|
|
22176
22176
|
query: {
|
|
@@ -22190,7 +22190,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
22190
22190
|
$post: {
|
|
22191
22191
|
input: {
|
|
22192
22192
|
param: {
|
|
22193
|
-
screen: "
|
|
22193
|
+
screen: "login" | "signup" | "impersonate" | "reset-password" | "consent" | "enter-password" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
22194
22194
|
};
|
|
22195
22195
|
} & {
|
|
22196
22196
|
query: {
|
|
@@ -22208,7 +22208,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
22208
22208
|
} | {
|
|
22209
22209
|
input: {
|
|
22210
22210
|
param: {
|
|
22211
|
-
screen: "
|
|
22211
|
+
screen: "login" | "signup" | "impersonate" | "reset-password" | "consent" | "enter-password" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
22212
22212
|
};
|
|
22213
22213
|
} & {
|
|
22214
22214
|
query: {
|