@useparagon/connect
Advanced tools
Comparing version 1.0.7 to 1.0.8-experimental.1
import { IConnectIntegrationWithCredentialInfo } from '../entities/integration.interface'; | ||
import { DataType, KeyedSource } from '../types/resolvers'; | ||
import { InstallOptions } from '../types/sdk'; | ||
import { IConnectUserContext } from './ConnectUserContext'; | ||
@@ -12,2 +13,3 @@ export type OAuthFlowOptions = { | ||
isPreviewMode?: boolean; | ||
installOptions?: InstallOptions; | ||
}; | ||
@@ -14,0 +16,0 @@ /** |
@@ -135,3 +135,7 @@ import ConnectSDK from '../ConnectSDK'; | ||
redirectUrl?: string; | ||
integrationOptions?: Record<string, unknown>; | ||
integrationOptions?: { | ||
installOptions?: InstallOptions & { | ||
[key in string]: unknown; | ||
}; | ||
}; | ||
}): Promise<void>; | ||
@@ -162,4 +166,2 @@ /** | ||
bypassPostOAuthPrompt?: boolean; | ||
allowMultipleCredentials?: boolean; | ||
selectedCredentialId?: string; | ||
/** | ||
@@ -169,2 +171,4 @@ * skips account type selection | ||
accountType?: string; | ||
allowMultipleCredentials?: boolean; | ||
selectedCredentialId?: string; | ||
/** | ||
@@ -171,0 +175,0 @@ * used to override redirect url passed in getAuthUrl instead of our passport url |
{ | ||
"name": "@useparagon/connect", | ||
"version": "1.0.7", | ||
"version": "1.0.8-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
158439
2157
78
23
31
7
74
2