@integry/sdk 3.3.1-beta.2 → 3.3.1-beta.3

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.
@@ -298,6 +298,7 @@ interface InitConfig {
298
298
  templateContainerId?: string;
299
299
  renderMode: TemplateFormRenderModes;
300
300
  appId?: number;
301
+ showApps?: boolean;
301
302
  }
302
303
  interface MarketplaceConfig {
303
304
  containerId: string;