@integry/sdk 4.6.35 → 4.6.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.
@@ -704,7 +704,7 @@ declare class IntegryJS {
704
704
  renderMarketplace: (marketplaceConfig: MarketplaceConfig) => void;
705
705
  renderAppFlows: (appFlowConfig: InitConfig) => void;
706
706
  showApp: (appName: string, renderMode?: RenderModes, containerId?: string, layout?: Layouts) => void;
707
- showApps: (renderMode?: RenderModes, containerId?: string, layout?: Layouts) => void;
707
+ showApps: (renderMode?: RenderModes, containerId?: string, layout?: Layouts, fetchAll?: boolean) => void;
708
708
  showConnectedAccounts: (appName: string, renderMode?: RenderModes, containerId?: string, layout?: Layouts) => void;
709
709
  renderMultipurposeField: ({ containerId, multipurposeFieldProps }: {
710
710
  containerId: string;