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:
melohagan 2025-02-05 15:18:01 +00:00 committed by GitHub
parent b98a1931d0
commit ae3367f444
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 43a5785ccb4f83ce929b29f05ea0a62199fcdf23
Subproject commit af9648d61d20f277023379b2e5b2ef8f360f0be0

View File

@ -20,7 +20,8 @@ export interface QuotaTriggeredRequest {
}
export interface LicenseActivateRequest {
installVersion?: string
installVersion: string
installId: string
}
export interface UpdateLicenseRequest {