mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
event post is always many
This commit is contained in:
@@ -256,7 +256,7 @@ export abstract class ApiService {
|
||||
token: string) => Promise<ListResponse<EventResponse>>;
|
||||
getEventsOrganizationUser: (organizationId: string, id: string,
|
||||
start: string, end: string, token: string) => Promise<ListResponse<EventResponse>>;
|
||||
postEventsCollectMany: (request: EventRequest[]) => Promise<any>;
|
||||
postEventsCollect: (request: EventRequest[]) => Promise<any>;
|
||||
|
||||
getUserPublicKey: (id: string) => Promise<UserKeyResponse>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user