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