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

get org license apis

This commit is contained in:
Kyle Spearrin
2018-07-17 11:25:15 -04:00
parent 9c0b4b8973
commit 4228277d23
2 changed files with 6 additions and 0 deletions

View File

@@ -197,6 +197,7 @@ export abstract class ApiService {
getOrganization: (id: string) => Promise<OrganizationResponse>;
getOrganizationBilling: (id: string) => Promise<OrganizationBillingResponse>;
getOrganizationLicense: (id: string, installationId: string) => Promise<any>;
postOrganization: (request: OrganizationCreateRequest) => Promise<OrganizationResponse>;
putOrganization: (id: string, request: OrganizationUpdateRequest) => Promise<OrganizationResponse>;
postLeaveOrganization: (id: string) => Promise<any>;