@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.
@@ -631,6 +631,7 @@ declare class IntegryJS {
631
631
  */
632
632
  renderMarketplace: (marketplaceConfig: MarketplaceConfig) => void;
633
633
  renderAppFlows: (appFlowConfig: InitConfig) => void;
634
+ showApp: (appName: string, renderMode?: RenderModes, containerId?: string, layout?: Layouts) => void;
634
635
  showApps: (renderMode?: RenderModes, containerId?: string, layout?: Layouts) => void;
635
636
  renderMultipurposeField: ({ containerId, multipurposeFieldProps }: {
636
637
  containerId: string;