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

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
  /**