Skip to content

Commit e30cc43

Browse files
🤖 Merge PR DefinitelyTyped#71783 feat(google-app-script) User recovery options in directory_v1.d.ts by @pniedzwiedzinski
1 parent fa38b65 commit e30cc43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎types/google-apps-script/apis/directory_v1.d.ts‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,8 @@ declare namespace GoogleAppsScript {
953953
phones?: object[] | undefined;
954954
posixAccounts?: object[] | undefined;
955955
primaryEmail?: string | undefined;
956+
recoveryEmail?: string | undefined;
957+
recoveryPhone?: string | undefined;
956958
relations?: object[] | undefined;
957959
sshPublicKeys?: object[] | undefined;
958960
suspended?: boolean | undefined;

0 commit comments

Comments
 (0)