@useparagon/connect
Advanced tools
Comparing version 1.0.22-experimental.5 to 1.0.22-experimental.6
export declare const ACTION_CUSTOM = "custom"; | ||
export declare const ISUFFICIENT_PERMISSION: string; |
@@ -10,2 +10,8 @@ /// <reference types="react" /> | ||
}; | ||
export type BasicAuthError = { | ||
name: string; | ||
message: string; | ||
details?: Record<string, any>; | ||
meta?: Record<string, any>; | ||
}; | ||
export type Props = { | ||
@@ -33,5 +39,5 @@ integration: IConnectIntegrationWithCredentialInfo | null; | ||
apiInstallationOptions?: ModalApiInstallationOptions; | ||
connectionError?: string; | ||
connectionError?: BasicAuthError | undefined; | ||
selectedCredentialId?: string; | ||
}; | ||
export {}; |
{ | ||
"name": "@useparagon/connect", | ||
"version": "1.0.22-experimental.5", | ||
"version": "1.0.22-experimental.6", | ||
"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
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
2317
6
188645