@types/plaid-link
Advanced tools
Comparing version 2.0.10 to 2.0.11
@@ -47,3 +47,3 @@ // Type definitions for non-npm package plaid-link-browser 2.0 | ||
interface LinkHandler { | ||
open: () => void; | ||
open: (institution_id?: string) => void; // the connect flow skips the 'Select your bank' step if `institution_id` is provided | ||
exit: (options?: ExitOptions) => void; | ||
@@ -50,0 +50,0 @@ destroy: () => void; |
{ | ||
"name": "@types/plaid-link", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "TypeScript definitions for plaid-link-browser", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/plaid-link", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "2303d973ff520b2e47ad4a247732b1dafe6f526960082926d0142833abc994b7", | ||
"typesPublisherContentHash": "25fdb2208e1c272b4eb2e0ee98fa287a6725ec0d89ab18c16bb449294a362895", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 28 Jun 2022 00:31:38 GMT | ||
* Last updated: Wed, 20 Jul 2022 00:02:18 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
7017