mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
Get full cipher details when update cipher notification is received (#3063)
This commit is contained in:
@@ -262,6 +262,7 @@ export abstract class ApiService {
|
||||
renewSendFileUploadUrl: (sendId: string, fileId: string) => Promise<SendFileUploadDataResponse>;
|
||||
|
||||
getCipher: (id: string) => Promise<CipherResponse>;
|
||||
getFullCipherDetails: (id: string) => Promise<CipherResponse>;
|
||||
getCipherAdmin: (id: string) => Promise<CipherResponse>;
|
||||
getAttachmentData: (
|
||||
cipherId: string,
|
||||
|
||||
Reference in New Issue
Block a user