@integry/sdk 4.4.22 → 4.4.23

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.
@@ -13,8 +13,8 @@
13
13
  // "url": "file:////Users/yasir/Downloads/Flows%20-%20Integry%20SDK%20sample-23.html",
14
14
  // "url": "file:////Users/yasir/Downloads/Flows%20-%20Integry%20SDK%20sample%20(33).html",
15
15
  // "url": "file:////Users/yasir/Downloads/Integry SDK sample code (17).html",
16
- // "url": "file:////Users/yasir/Downloads/Flows - Integry SDK sample (41).html",
17
- "url": "file:////Users/yasir/Downloads/Integry SDK sample code (19).html",
16
+ "url": "file:////Users/yasir/Downloads/Flows - Integry SDK sample (41).html",
17
+ // "url": "file:////Users/yasir/Downloads/Integry SDK sample code (19).html",
18
18
  "webRoot": "${workspaceFolder}/src"
19
19
  }
20
20
  ]
@@ -642,6 +642,7 @@ declare class IntegryJS {
642
642
  */
643
643
  renderMarketplace: (marketplaceConfig: MarketplaceConfig) => void;
644
644
  renderAppFlows: (appFlowConfig: InitConfig) => void;
645
+ showApp: (appName: string, renderMode?: RenderModes, containerId?: string, layout?: Layouts) => void;
645
646
  showApps: (renderMode?: RenderModes, containerId?: string, layout?: Layouts) => void;
646
647
  renderMultipurposeField: ({ containerId, multipurposeFieldProps, }: {
647
648
  containerId: string;