@useparagon/connect
Advanced tools
Comparing version 1.0.22-experimental.7 to 1.0.22-experimental.8
@@ -129,7 +129,7 @@ import { IConnectCredential } from './entities/connectCredential.interface'; | ||
_oauthErrorCallback(errorMessage: string | object, event?: MessageEvent): Promise<void>; | ||
customDropdownOptionsLoaders: Record<string, (cursor: string, search: string) => LoadCustomDropdownOptionsResult>; | ||
customDropdownOptionsLoaders: Record<string, (cursor?: string | undefined, search?: string | undefined) => LoadCustomDropdownOptionsResult>; | ||
/** | ||
* Display the Paragon Connect modal | ||
*/ | ||
_loadCustomDropdownOptions(key: string, cursor: string, search: string): LoadCustomDropdownOptionsResult; | ||
_loadCustomDropdownOptions(key: string, cursor?: string | undefined, search?: string | undefined): LoadCustomDropdownOptionsResult; | ||
/** | ||
@@ -136,0 +136,0 @@ * Send a Connect API request. Automatically handles authorization and errors. |
@@ -93,3 +93,3 @@ import ConnectSDK from '../ConnectSDK'; | ||
*/ | ||
_loadCustomDropdownOptions(key: string, cursor: string, search?: string): LoadCustomDropdownOptionsResult; | ||
_loadCustomDropdownOptions(key: string, cursor?: string | undefined, search?: string | undefined): LoadCustomDropdownOptionsResult; | ||
/** | ||
@@ -96,0 +96,0 @@ * installs an integration without the need to click on enable button from portal |
{ | ||
"name": "@useparagon/connect", | ||
"version": "1.0.22-experimental.7", | ||
"version": "1.0.22-experimental.8", | ||
"description": "Embed integrations into your app with the Paragon SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
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
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
189953