@integry/sdk 4.4.38 → 4.4.40

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.
@@ -633,6 +633,7 @@ declare class IntegryJS {
633
633
  versionId?: number;
634
634
  viewStyle?: string;
635
635
  }) => void;
636
+ setupIntegration: (flowId: string, containerId?: string, renderMode?: RenderModes, layout?: Layouts, integrationId?: number | undefined) => void;
636
637
  showFunctionUI: (functionName: string, functionArguments?: {
637
638
  [key: string]: any;
638
639
  }, connectedAccountId?: string | undefined) => Promise<Record<any, any>>;