@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.
package/dist/esm/index.csm.d.ts
CHANGED
|
@@ -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>>;
|
|
@@ -682,6 +683,7 @@ declare class IntegryJS {
|
|
|
682
683
|
init: (initConfig: InitConfig) => void;
|
|
683
684
|
updateSdkUserConfig: (config: any) => void;
|
|
684
685
|
initializeMarketplace: (initConfig: InitConfig) => void;
|
|
686
|
+
showFlows: (renderMode?: RenderModes, containerId?: string, layout?: Layouts) => void;
|
|
685
687
|
/**
|
|
686
688
|
*
|
|
687
689
|
* @param marketplaceConfig
|