File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6558,6 +6558,7 @@ export interface ChangePasswordRequest extends BaseEventRequest {
6558
6558
changePasswordId ?: string ;
6559
6559
currentPassword ?: string ;
6560
6560
loginId ?: string ;
6561
+ loginIdTypes ?: Array < string > ;
6561
6562
password ?: string ;
6562
6563
refreshToken ?: string ;
6563
6564
trustChallenge ?: string ;
@@ -7692,7 +7693,9 @@ export interface ForgotPasswordRequest extends BaseEventRequest {
7692
7693
changePasswordId ?: string ;
7693
7694
email ?: string ;
7694
7695
loginId ?: string ;
7696
+ loginIdTypes ?: Array < string > ;
7695
7697
sendForgotPasswordEmail ?: boolean ;
7698
+ sendForgotPasswordMessage ?: boolean ;
7696
7699
state ?: Record < string , any > ;
7697
7700
username ?: string ;
7698
7701
}
@@ -10794,6 +10797,7 @@ export interface MultiFactorSMSMethod extends Enableable {
10794
10797
* @author Brady Wied
10795
10798
*/
10796
10799
export interface TenantPhoneConfiguration {
10800
+ forgotPasswordTemplateId ?: UUID ;
10797
10801
messengerId ?: UUID ;
10798
10802
passwordlessTemplateId ?: UUID ;
10799
10803
unverified ?: PhoneUnverifiedOptions ;
You can’t perform that action at this time.
0 commit comments