@useparagon/connect 2.1.2-experimental.13 → 2.1.2-experimental.15
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/src/ConnectSDK.d.ts +0 -1
- package/dist/src/ConnectSDK.js +1 -1
- package/dist/src/index.js +1 -1
- package/package.json +1 -1
package/dist/src/ConnectSDK.d.ts
CHANGED
|
@@ -383,7 +383,6 @@ export declare class InstallFlow {
|
|
|
383
383
|
private credentialId;
|
|
384
384
|
constructor(paragon: ConnectSDK);
|
|
385
385
|
start(integrationName: string, startOptions?: StartOptions): void;
|
|
386
|
-
cancel(): Promise<void>;
|
|
387
386
|
private asyncStart;
|
|
388
387
|
private handleError;
|
|
389
388
|
private handleNext;
|