mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 19:13:39 +00:00
Adding include my items to the services and reports (#16987)
This commit is contained in:
@@ -194,7 +194,10 @@ export abstract class ApiService {
|
||||
cipherId: string,
|
||||
attachmentId: string,
|
||||
): Promise<AttachmentResponse>;
|
||||
abstract getCiphersOrganization(organizationId: string): Promise<ListResponse<CipherResponse>>;
|
||||
abstract getCiphersOrganization(
|
||||
organizationId: string,
|
||||
includeMemberItems?: boolean,
|
||||
): Promise<ListResponse<CipherResponse>>;
|
||||
abstract postCipher(request: CipherRequest): Promise<CipherResponse>;
|
||||
abstract postCipherCreate(request: CipherCreateRequest): Promise<CipherResponse>;
|
||||
abstract postCipherAdmin(request: CipherCreateRequest): Promise<CipherResponse>;
|
||||
|
||||
Reference in New Issue
Block a user