@useparagon/connect 2.5.1 → 3.1.0-experimental-22716.1

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.
@@ -359,6 +359,8 @@ export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
359
359
  * @returns
360
360
  */
361
361
  getIntegrationConfig(integration: string): IntegrationConfig;
362
+ private getCredentialsForAction;
363
+ private rejectAmbiguousCredential;
362
364
  private getCredentialPair;
363
365
  private updateConfig;
364
366
  /**