@useparagon/connect 2.1.2-experimental.14 → 2.1.2-experimental.16

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.
@@ -80,11 +80,6 @@ export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
80
80
  * @returns boolean value
81
81
  */
82
82
  private isAlreadyInstalled;
83
- /**
84
- * Checks if an integration has the given credential or a default credential if none is provided.
85
- * Installation status will be not be considered.
86
- */
87
- private hasCredential;
88
83
  private bootstrapSDKState;
89
84
  setModalState(statePartial: Partial<ConnectModalProps>): void;
90
85
  /**
@@ -388,7 +383,6 @@ export declare class InstallFlow {
388
383
  private credentialId;
389
384
  constructor(paragon: ConnectSDK);
390
385
  start(integrationName: string, startOptions?: StartOptions): void;
391
- cancel(): Promise<void>;
392
386
  private asyncStart;
393
387
  private handleError;
394
388
  private handleNext;