@integry/sdk 4.3.44 → 4.3.45

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.
@@ -596,8 +596,7 @@ declare class IntegryJS {
596
596
  */
597
597
  renderMarketplaceV1: (marketplaceConfig: MarketplaceConfig) => void;
598
598
  renderAppFlows: (appFlowConfig: InitConfig) => void;
599
- renderMarketplace: (options?: MarketplaceConfig) => void;
600
- renderApps: (options?: MarketplaceConfig) => void;
599
+ showApps: (apps?: string[], renderMode?: MarketplaceRenderModes, containerId?: string) => void;
601
600
  renderMultipurposeField: ({ containerId, multipurposeFieldProps, }: {
602
601
  containerId: string;
603
602
  multipurposeFieldProps: MultipurposeFieldType;