@integry/sdk 3.3.2-beta → 3.3.2-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.
@@ -312,9 +312,11 @@ interface InitConfig {
312
312
  containerId: string;
313
313
  templateContainerId?: string;
314
314
  renderMode: TemplateFormRenderModes;
315
+ renderFlowsMode?: TemplateFormRenderModes;
315
316
  appId?: number;
316
317
  showApps?: boolean;
317
318
  showTemplates?: boolean;
319
+ skipOnDemand?: boolean;
318
320
  }
319
321
  interface MarketplaceConfig {
320
322
  containerId: string;