Update type (#15490)
* Add installId to activate license request
* Add pro module
* Revert "Add pro module"
This reverts commit 468ff2afbf
.
This commit is contained in:
parent
b98a1931d0
commit
ae3367f444
|
@ -1 +1 @@
|
||||||
Subproject commit 43a5785ccb4f83ce929b29f05ea0a62199fcdf23
|
Subproject commit af9648d61d20f277023379b2e5b2ef8f360f0be0
|
|
@ -20,7 +20,8 @@ export interface QuotaTriggeredRequest {
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface LicenseActivateRequest {
|
export interface LicenseActivateRequest {
|
||||||
installVersion?: string
|
installVersion: string
|
||||||
|
installId: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface UpdateLicenseRequest {
|
export interface UpdateLicenseRequest {
|
||||||
|
|
Loading…
Reference in New Issue