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

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