@integry/sdk 3.1.1-beta.2 → 3.1.1-beta.3
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/umd/index.umd.d.ts
CHANGED
|
@@ -307,9 +307,9 @@ declare class IntegryJS {
|
|
|
307
307
|
* Render the template form we ship
|
|
308
308
|
* @param data
|
|
309
309
|
*/
|
|
310
|
-
renderAccountConnectionModal: (data
|
|
311
|
-
deploymentId?: string;
|
|
312
|
-
}) => void;
|
|
310
|
+
renderAccountConnectionModal: (data?: {
|
|
311
|
+
deploymentId?: string | undefined;
|
|
312
|
+
} | undefined) => void;
|
|
313
313
|
/**
|
|
314
314
|
* Render the template form we ship
|
|
315
315
|
* @param templateId
|