@integry/sdk 3.3.2-beta.8 → 3.4.0

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.
@@ -315,6 +315,7 @@ interface InitConfig {
315
315
  appId?: number;
316
316
  showApps?: boolean;
317
317
  showTemplates?: boolean;
318
+ skipOnDemand?: boolean;
318
319
  }
319
320
  interface MarketplaceConfig {
320
321
  containerId: string;