File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
" @sitecore-marketplace-sdk/core " : patch
3
3
---
4
4
5
- Add Organization ID and Tenant ID in ApplicationRuntimeContext
5
+ Add OrganizationID and MarketplaceTenantID in ApplicationRuntimeContext
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ export interface ApplicationContext {
172
172
iconUrl ?: string ;
173
173
state ?: string ;
174
174
installationId ?: string ;
175
- tenantId ?: string ;
175
+ MarketplaceAppTenantId ?: string ;
176
176
organizationId ?: string ;
177
177
/** @deprecated Use resourceAccess instead */
178
178
resources ?: ApplicationResourceContext [ ] ;
@@ -188,7 +188,7 @@ export interface ApplicationContext {
188
188
*/
189
189
export interface ApplicationRuntimeContext {
190
190
installationId : string ;
191
- tenantId ?: string ;
191
+ MarketplaceAppTenantId ?: string ;
192
192
organizationId ?: string ;
193
193
application : {
194
194
id : string ;
You can’t perform that action at this time.
0 commit comments