Skip to content

Commit df66456

Browse files
author
asyr_sitecore
committed
Add bumpVersionsWithWorkspaceProtocolOnly option to config
1 parent fb18424 commit df66456

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.changeset/calm-bobcats-peel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@sitecore-marketplace-sdk/core": patch
33
---
44

5-
Add Organization ID and Tenant ID in ApplicationRuntimeContext
5+
Add OrganizationID and MarketplaceTenantID in ApplicationRuntimeContext

packages/core/src/shared-types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export interface ApplicationContext {
172172
iconUrl?: string;
173173
state?: string;
174174
installationId?: string;
175-
tenantId?: string;
175+
MarketplaceAppTenantId?: string;
176176
organizationId?: string;
177177
/** @deprecated Use resourceAccess instead */
178178
resources?: ApplicationResourceContext[];
@@ -188,7 +188,7 @@ export interface ApplicationContext {
188188
*/
189189
export interface ApplicationRuntimeContext {
190190
installationId: string;
191-
tenantId?: string;
191+
MarketplaceAppTenantId?: string;
192192
organizationId?: string;
193193
application: {
194194
id: string;

0 commit comments

Comments
 (0)