@integry/sdk 4.3.36 → 4.3.37

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.
@@ -589,6 +589,7 @@ declare class IntegryJS {
589
589
  renderMarketplaceV1: (marketplaceConfig: MarketplaceConfig) => void;
590
590
  renderAppFlows: (appFlowConfig: InitConfig) => void;
591
591
  renderMarketplace: (options?: MarketplaceConfig) => void;
592
+ renderApps: (options?: MarketplaceConfig) => void;
592
593
  renderMultipurposeField: ({ containerId, multipurposeFieldProps }: {
593
594
  containerId: string;
594
595
  multipurposeFieldProps: MultipurposeFieldType;