diff --git a/lerna.json b/lerna.json index df0fbd8dfc..bdb933c0c5 100644 --- a/lerna.json +++ b/lerna.json @@ -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": { diff --git a/packages/pro b/packages/pro index 43a5785ccb..8cbaa80a9c 160000 --- a/packages/pro +++ b/packages/pro @@ -1 +1 @@ -Subproject commit 43a5785ccb4f83ce929b29f05ea0a62199fcdf23 +Subproject commit 8cbaa80a9cc1152c6cd53722e64da7d824da6e16 diff --git a/packages/types/src/api/account/license.ts b/packages/types/src/api/account/license.ts index edb1267ecf..342e4882e6 100644 --- a/packages/types/src/api/account/license.ts +++ b/packages/types/src/api/account/license.ts @@ -20,7 +20,8 @@ export interface QuotaTriggeredRequest { } export interface LicenseActivateRequest { - installVersion?: string + installVersion: string + installId: string } export interface UpdateLicenseRequest {