1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

remove legacy attachment upload (#15237)

This commit is contained in:
Jordan Aasen
2025-06-18 15:27:34 -07:00
committed by GitHub
parent b35583a5ac
commit f9b31d2906
3 changed files with 1 additions and 87 deletions

View File

@@ -228,16 +228,6 @@ export abstract class ApiService {
request: CipherBulkRestoreRequest,
) => Promise<ListResponse<CipherResponse>>;
/**
* @deprecated Mar 25 2021: This method has been deprecated in favor of direct uploads.
* This method still exists for backward compatibility with old server versions.
*/
postCipherAttachmentLegacy: (id: string, data: FormData) => Promise<CipherResponse>;
/**
* @deprecated Mar 25 2021: This method has been deprecated in favor of direct uploads.
* This method still exists for backward compatibility with old server versions.
*/
postCipherAttachmentAdminLegacy: (id: string, data: FormData) => Promise<CipherResponse>;
postCipherAttachment: (
id: string,
request: AttachmentRequest,