mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
support org/collection selection on cipher add
This commit is contained in:
@@ -25,7 +25,7 @@ export abstract class CipherService {
|
||||
getLastUsedForUrl: (url: string) => Promise<CipherView>;
|
||||
updateLastUsedDate: (id: string) => Promise<void>;
|
||||
saveNeverDomain: (domain: string) => Promise<void>;
|
||||
saveWithServer: (cipher: Cipher, collectionIds?: string[]) => Promise<any>;
|
||||
saveWithServer: (cipher: Cipher) => Promise<any>;
|
||||
shareWithServer: (cipher: CipherView, organizationId: string, collectionIds: string[]) => Promise<any>;
|
||||
shareManyWithServer: (ciphers: CipherView[], organizationId: string, collectionIds: string[]) => Promise<any>;
|
||||
shareAttachmentWithServer: (attachmentView: AttachmentView, cipherId: string,
|
||||
|
||||
Reference in New Issue
Block a user