mirror of
https://github.com/bitwarden/jslib
synced 2025-12-20 10:13:43 +00:00
update license apis
This commit is contained in:
@@ -212,6 +212,10 @@ export class ApiService implements ApiServiceAbstraction {
|
||||
return this.send('POST', '/accounts/payment', request, true, false);
|
||||
}
|
||||
|
||||
postAccountLicense(data: FormData): Promise<any> {
|
||||
return this.send('POST', '/accounts/license', data, true, false);
|
||||
}
|
||||
|
||||
// Folder APIs
|
||||
|
||||
async postFolder(request: FolderRequest): Promise<FolderResponse> {
|
||||
|
||||
Reference in New Issue
Block a user