@integry/sdk 3.3.0 → 3.3.1-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -174,6 +174,7 @@ interface ConfigWithObject extends SDKConfig {
174
174
  deploymentId: string;
175
175
  marketplaceId?: string;
176
176
  appId?: number;
177
+ showApps?: boolean;
177
178
  }
178
179
  interface ConfigWithUrlParams extends SDKConfig {
179
180
  useUrlParams?: boolean;
@@ -298,6 +299,7 @@ interface InitConfig {
298
299
  templateContainerId?: string;
299
300
  renderMode: TemplateFormRenderModes;
300
301
  appId?: number;
302
+ showApps?: boolean;
301
303
  }
302
304
  interface MarketplaceConfig {
303
305
  containerId: string;