mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
update key api changes
This commit is contained in:
10
src/models/request/updateKeyRequest.ts
Normal file
10
src/models/request/updateKeyRequest.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { CipherWithIdRequest } from './cipherWithIdRequest';
|
||||
import { FolderWithIdRequest } from './folderWithIdRequest';
|
||||
|
||||
export class UpdateKeyRequest {
|
||||
ciphers: CipherWithIdRequest[] = [];
|
||||
folders: FolderWithIdRequest[] = [];
|
||||
masterPasswordHash: string;
|
||||
privateKey: string;
|
||||
key: string;
|
||||
}
|
||||
Reference in New Issue
Block a user