@integry/sdk 4.4.37 → 4.4.39

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.
@@ -623,6 +623,7 @@ declare class IntegryJS {
623
623
  versionId?: number;
624
624
  viewStyle?: string;
625
625
  }) => void;
626
+ setupIntegration: (flowId: string, containerId?: string, renderMode?: RenderModes, layout?: Layouts, integrationId?: number | undefined) => void;
626
627
  showFunctionUI: (functionName: string, functionArguments?: {
627
628
  [key: string]: any;
628
629
  }, connectedAccountId?: string | undefined) => Promise<Record<any, any>>;
@@ -673,6 +674,7 @@ declare class IntegryJS {
673
674
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
674
675
  updateSdkUserConfig: (config: any) => void;
675
676
  initializeMarketplace: (initConfig: InitConfig) => void;
677
+ showFlows: (renderMode?: RenderModes, containerId?: string, layout?: Layouts) => void;
676
678
  /**
677
679
  *
678
680
  * @param marketplaceConfig