@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.
@@ -587,8 +587,7 @@ declare class IntegryJS {
587
587
  */
588
588
  renderMarketplaceV1: (marketplaceConfig: MarketplaceConfig) => void;
589
589
  renderAppFlows: (appFlowConfig: InitConfig) => void;
590
- renderMarketplace: (options?: MarketplaceConfig) => void;
591
- renderApps: (options?: MarketplaceConfig) => void;
590
+ showApps: (apps?: string[], renderMode?: MarketplaceRenderModes, containerId?: string) => void;
592
591
  renderMultipurposeField: ({ containerId, multipurposeFieldProps }: {
593
592
  containerId: string;
594
593
  multipurposeFieldProps: MultipurposeFieldType;