@integry/sdk 4.4.26 → 4.4.27

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.
@@ -662,6 +662,7 @@ declare class IntegryJS {
662
662
  renderAppFlows: (appFlowConfig: InitConfig) => void;
663
663
  showApp: (appName: string, renderMode?: RenderModes, containerId?: string, layout?: Layouts) => void;
664
664
  showApps: (renderMode?: RenderModes, containerId?: string, layout?: Layouts) => void;
665
+ showConnectedAccounts: (appName: string, renderMode?: RenderModes, containerId?: string, layout?: Layouts) => void;
665
666
  renderMultipurposeField: ({ containerId, multipurposeFieldProps, }: {
666
667
  containerId: string;
667
668
  multipurposeFieldProps: MultipurposeFieldType;