@useparagon/connect 2.1.2-experimental.9 → 2.1.2

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,6 +80,11 @@ 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;
83
88
  private bootstrapSDKState;
84
89
  setModalState(statePartial: Partial<ConnectModalProps>): void;
85
90
  /**
@@ -383,6 +388,7 @@ export declare class InstallFlow {
383
388
  private credentialId;
384
389
  constructor(paragon: ConnectSDK);
385
390
  start(integrationName: string, startOptions?: StartOptions): void;
391
+ cancel(): Promise<void>;
386
392
  private asyncStart;
387
393
  private handleError;
388
394
  private handleNext;