@integry/sdk 3.1.1-beta.1 → 3.1.1-beta.4
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
|
@@ -317,9 +317,9 @@ declare class IntegryJS {
|
|
|
317
317
|
* Render the template form we ship
|
|
318
318
|
* @param data
|
|
319
319
|
*/
|
|
320
|
-
renderAccountConnectionModal: (data
|
|
321
|
-
deploymentId?: string;
|
|
322
|
-
}) => void;
|
|
320
|
+
renderAccountConnectionModal: (data?: {
|
|
321
|
+
deploymentId?: string | undefined;
|
|
322
|
+
} | undefined) => void;
|
|
323
323
|
/**
|
|
324
324
|
* Render the template form we ship
|
|
325
325
|
* @param templateId
|