1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

purge org vault apis

This commit is contained in:
Kyle Spearrin
2018-09-25 09:12:11 -04:00
parent d81273c44f
commit d1847690f2
3 changed files with 8 additions and 4 deletions

View File

@@ -139,7 +139,7 @@ export abstract class ApiService {
putShareCiphers: (request: CipherBulkShareRequest) => Promise<any>;
putCipherCollections: (id: string, request: CipherCollectionsRequest) => Promise<any>;
putCipherCollectionsAdmin: (id: string, request: CipherCollectionsRequest) => Promise<any>;
postPurgeCiphers: (request: PasswordVerificationRequest) => Promise<any>;
postPurgeCiphers: (request: PasswordVerificationRequest, organizationId?: string) => Promise<any>;
postImportCiphers: (request: ImportCiphersRequest) => Promise<any>;
postImportOrganizationCiphers: (organizationId: string, request: ImportOrganizationCiphersRequest) => Promise<any>;