1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

safeincloud xml importer, org import support

This commit is contained in:
Kyle Spearrin
2018-07-07 23:02:53 -04:00
parent 1b7ace0495
commit a7e7dcc1fe
6 changed files with 141 additions and 13 deletions

View File

@@ -171,5 +171,5 @@ export abstract class ApiService {
getEventsOrganization: (id: string, start: string, end: string,
token: string) => Promise<ListResponse<EventResponse>>;
getEventsOrganizationUser: (organizationId: string, id: string,
start: string, end: string, token: string) => Promise<ListResponse<EventResponse>>
start: string, end: string, token: string) => Promise<ListResponse<EventResponse>>;
}