@integry/sdk 4.4.26 → 4.4.28

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.
@@ -653,6 +653,7 @@ declare class IntegryJS {
653
653
  renderAppFlows: (appFlowConfig: InitConfig) => void;
654
654
  showApp: (appName: string, renderMode?: RenderModes, containerId?: string, layout?: Layouts) => void;
655
655
  showApps: (renderMode?: RenderModes, containerId?: string, layout?: Layouts) => void;
656
+ showConnectedAccounts: (appName: string, renderMode?: RenderModes, containerId?: string, layout?: Layouts) => void;
656
657
  renderMultipurposeField: ({ containerId, multipurposeFieldProps }: {
657
658
  containerId: string;
658
659
  multipurposeFieldProps: MultipurposeFieldType;