Skip to content

Commit cfd37f7

Browse files
THeflinKeepersaldoukhov
authored andcommitted
adding this typing back
1 parent 36468fd commit cfd37f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

keeperapi/src/commands.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ export const moveCommand = (request: MoveRequest): RestCommand<MoveRequest, Keep
208208

209209
export type ShareAccountRequest = {
210210
to_role_id: number
211-
transfer_key: string
211+
// do not include transfer key for EC only https://keeper.atlassian.net/wiki/x/OYCoAg
212+
transfer_key?: string
212213
}
213214

214215
export const shareAccountCommand = (request: ShareAccountRequest): RestCommand<ShareAccountRequest, KeeperResponse> => createCommand(request, 'share_account')

0 commit comments

Comments
 (0)