Add installId to activate license request

This commit is contained in:
Mel O'Hagan 2025-02-05 12:12:12 +00:00
parent f9706656d4
commit d7f1028989
1 changed files with 2 additions and 1 deletions

View File

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