@serptech/api 1.0.31 → 1.0.32
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -25,4 +25,5 @@ export interface LicensesInterface extends AuthApiInterface {
|
|
25
25
|
getLicense(licenseId: id): Promise<LicenseInterface>;
|
26
26
|
createLicense(license: LicenseInterface): Promise<LicenseInterface>;
|
27
27
|
deleteLicense(licenseId: id): Promise<null>;
|
28
|
+
uploadLicense(license: LicenseInterface): Promise<LicenseInterface>;
|
28
29
|
}
|