@useparagon/connect
Advanced tools
Comparing version 1.0.10 to 1.0.11-experimental.1
@@ -111,10 +111,4 @@ import { OauthCallbackResponse } from './entities/credential.interface'; | ||
_connect(action: string, params?: ConnectParams & InstallOptions): Promise<void>; | ||
/** | ||
* Retrieves an integration object from the loaded integrations based on the integration ID. | ||
* @param integrationId The ID of the integration to retrieve. | ||
* @returns The integration object if found, otherwise undefined. | ||
*/ | ||
_getIntegration(integrationId: string): IConnectIntegrationWithCredentialInfo | undefined; | ||
_oauthCallback(oauthResponse: OauthCallbackResponse, credentialId?: string): Promise<void>; | ||
_oauthErrorCallback(errorMessage: string | object, event?: MessageEvent): Promise<void>; | ||
_oauthErrorCallback(errorMessage: string | object): Promise<void>; | ||
/** | ||
@@ -121,0 +115,0 @@ * Send a Connect API request. Automatically handles authorization and errors. |
@@ -63,3 +63,3 @@ import ConnectSDK from '../ConnectSDK'; | ||
*/ | ||
_oauthErrorCallback(errorMessage: string, event?: MessageEvent): Promise<void>; | ||
_oauthErrorCallback(errorMessage: string): Promise<void>; | ||
/** | ||
@@ -66,0 +66,0 @@ * installs an integration without the need to click on enable button from portal |
{ | ||
"name": "@useparagon/connect", | ||
"version": "1.0.10", | ||
"version": "1.0.11-experimental.1", | ||
"description": "Embed integrations into your app with the Paragon SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
158803
2158
2