Merge branch 'master' into automation-tests-3

This commit is contained in:
Sam Rose 2025-02-05 17:17:53 +00:00 committed by GitHub
commit cefc1327b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.4.2",
"version": "3.4.3",
"npmClient": "yarn",
"concurrency": 20,
"command": {

@ -1 +1 @@
Subproject commit 43a5785ccb4f83ce929b29f05ea0a62199fcdf23
Subproject commit 8cbaa80a9cc1152c6cd53722e64da7d824da6e16

View File

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