@integry/sdk 4.3.36 → 4.3.38

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.
@@ -598,6 +598,7 @@ declare class IntegryJS {
598
598
  renderMarketplaceV1: (marketplaceConfig: MarketplaceConfig) => void;
599
599
  renderAppFlows: (appFlowConfig: InitConfig) => void;
600
600
  renderMarketplace: (options?: MarketplaceConfig) => void;
601
+ renderApps: (options?: MarketplaceConfig) => void;
601
602
  renderMultipurposeField: ({ containerId, multipurposeFieldProps, }: {
602
603
  containerId: string;
603
604
  multipurposeFieldProps: MultipurposeFieldType;