Skip to content

Commit e3b8a9b

Browse files
authored
Merge spencer/eng-1807/change-password-phone (#155)
* forgot password via sms * regen clients
1 parent 2efb2b2 commit e3b8a9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/FusionAuthClient.ts

+4
Original file line numberDiff line numberDiff line change
@@ -6558,6 +6558,7 @@ export interface ChangePasswordRequest extends BaseEventRequest {
65586558
changePasswordId?: string;
65596559
currentPassword?: string;
65606560
loginId?: string;
6561+
loginIdTypes?: Array<string>;
65616562
password?: string;
65626563
refreshToken?: string;
65636564
trustChallenge?: string;
@@ -7692,7 +7693,9 @@ export interface ForgotPasswordRequest extends BaseEventRequest {
76927693
changePasswordId?: string;
76937694
email?: string;
76947695
loginId?: string;
7696+
loginIdTypes?: Array<string>;
76957697
sendForgotPasswordEmail?: boolean;
7698+
sendForgotPasswordMessage?: boolean;
76967699
state?: Record<string, any>;
76977700
username?: string;
76987701
}
@@ -10794,6 +10797,7 @@ export interface MultiFactorSMSMethod extends Enableable {
1079410797
* @author Brady Wied
1079510798
*/
1079610799
export interface TenantPhoneConfiguration {
10800+
forgotPasswordTemplateId?: UUID;
1079710801
messengerId?: UUID;
1079810802
passwordlessTemplateId?: UUID;
1079910803
unverified?: PhoneUnverifiedOptions;

0 commit comments

Comments
 (0)