From 0de99907995ac3c9ec4844b7461557d137144296 Mon Sep 17 00:00:00 2001 From: jvcalderon Date: Mon, 24 Mar 2025 15:25:42 +0100 Subject: [PATCH 1/2] Multi-tenant functionality will need the tenantId in GetLicenseRequest --- packages/types/src/api/account/license.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/types/src/api/account/license.ts b/packages/types/src/api/account/license.ts index 342e4882e6..9f3a96c6bd 100644 --- a/packages/types/src/api/account/license.ts +++ b/packages/types/src/api/account/license.ts @@ -6,6 +6,7 @@ export interface GetLicenseRequest { // All fields should be optional to cater for // historical versions of budibase quotaUsage?: QuotaUsage + tenantId?: string install: { id: string tenantId: string From 4b410661dc12ee511efe48357ca18cae89d7b79d Mon Sep 17 00:00:00 2001 From: jvcalderon Date: Mon, 24 Mar 2025 17:10:06 +0100 Subject: [PATCH 2/2] Update pro submodule --- packages/pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pro b/packages/pro index f709bb6a07..2991addf93 160000 --- a/packages/pro +++ b/packages/pro @@ -1 +1 @@ -Subproject commit f709bb6a07483785c32ebb6f186709450d735ec3 +Subproject commit 2991addf939f2b6fb1a258616056f2931348c09b