@types/plaid-link
Advanced tools
Comparing version 2.0.12 to 2.0.13
@@ -102,88 +102,88 @@ // Type definitions for non-npm package Plaid Link 2.0 | ||
type AuthTypeSelectFlow = 'flow_type_instant' | 'flow_type_manual'; | ||
type AuthTypeSelectFlow = "flow_type_instant" | "flow_type_manual"; | ||
type Country = | ||
| 'CA' | ||
| 'DE' | ||
| 'DK' | ||
| 'EE' | ||
| 'ES' | ||
| 'FR' | ||
| 'GB' | ||
| 'IE' | ||
| 'IT' | ||
| 'LT' | ||
| 'LV' | ||
| 'NL' | ||
| 'NO' | ||
| 'PL' | ||
| 'SE' | ||
| 'US'; | ||
| "CA" | ||
| "DE" | ||
| "DK" | ||
| "EE" | ||
| "ES" | ||
| "FR" | ||
| "GB" | ||
| "IE" | ||
| "IT" | ||
| "LT" | ||
| "LV" | ||
| "NL" | ||
| "NO" | ||
| "PL" | ||
| "SE" | ||
| "US"; | ||
type Environment = 'development' | 'sandbox' | 'production'; | ||
type Environment = "development" | "sandbox" | "production"; | ||
type EventName = | ||
| 'BANK_INCOME_INSIGHTS_COMPLETED' | ||
| 'CLOSE_OAUTH' | ||
| 'ERROR' | ||
| 'EXIT' | ||
| 'FAIL_OAUTH' | ||
| 'HANDOFF' | ||
| 'IDENTITY_VERIFICATION_CLOSE_UI' | ||
| 'IDENTITY_VERIFICATION_CREATE_SESSION' | ||
| 'IDENTITY_VERIFICATION_FAIL_SESSION' | ||
| 'IDENTITY_VERIFICATION_FAIL_STEP' | ||
| 'IDENTITY_VERIFICATION_OPEN_UI' | ||
| 'IDENTITY_VERIFICATION_PASS_SESSION' | ||
| 'IDENTITY_VERIFICATION_PASS_STEP' | ||
| 'IDENTITY_VERIFICATION_PENDING_REVIEW_STEP' | ||
| 'IDENTITY_VERIFICATION_RESUME_SESSION' | ||
| 'IDENTITY_VERIFICATION_RESUME_UI' | ||
| 'IDENTITY_VERIFICATION_START_STEP' | ||
| 'MATCHED_SELECT_INSTITUTION' | ||
| 'MATCHED_SELECT_VERIFY_METHOD' | ||
| 'OPEN' | ||
| 'OPEN_MY_PLAID' | ||
| 'OPEN_OAUTH' | ||
| 'SEARCH_INSTITUTION' | ||
| 'SELECT_AUTH_TYPE' | ||
| 'SELECT_BRAND' | ||
| 'SELECT_DEGRADED_INSTITUTION' | ||
| 'SELECT_DOWN_INSTITUTION' | ||
| 'SELECT_INSTITUTION' | ||
| 'SUBMIT_ACCOUNT_NUMBER' | ||
| 'SUBMIT_CREDENTIALS' | ||
| 'SUBMIT_DOCUMENTS' | ||
| 'SUBMIT_DOCUMENTS_ERROR' | ||
| 'SUBMIT_DOCUMENTS_SUCCESS' | ||
| 'SUBMIT_MFA' | ||
| 'SUBMIT_ROUTING_NUMBER' | ||
| 'TRANSITION_VIEW' | ||
| 'VIEW_DATA_TYPES'; | ||
| "BANK_INCOME_INSIGHTS_COMPLETED" | ||
| "CLOSE_OAUTH" | ||
| "ERROR" | ||
| "EXIT" | ||
| "FAIL_OAUTH" | ||
| "HANDOFF" | ||
| "IDENTITY_VERIFICATION_CLOSE_UI" | ||
| "IDENTITY_VERIFICATION_CREATE_SESSION" | ||
| "IDENTITY_VERIFICATION_FAIL_SESSION" | ||
| "IDENTITY_VERIFICATION_FAIL_STEP" | ||
| "IDENTITY_VERIFICATION_OPEN_UI" | ||
| "IDENTITY_VERIFICATION_PASS_SESSION" | ||
| "IDENTITY_VERIFICATION_PASS_STEP" | ||
| "IDENTITY_VERIFICATION_PENDING_REVIEW_STEP" | ||
| "IDENTITY_VERIFICATION_RESUME_SESSION" | ||
| "IDENTITY_VERIFICATION_RESUME_UI" | ||
| "IDENTITY_VERIFICATION_START_STEP" | ||
| "MATCHED_SELECT_INSTITUTION" | ||
| "MATCHED_SELECT_VERIFY_METHOD" | ||
| "OPEN" | ||
| "OPEN_MY_PLAID" | ||
| "OPEN_OAUTH" | ||
| "SEARCH_INSTITUTION" | ||
| "SELECT_AUTH_TYPE" | ||
| "SELECT_BRAND" | ||
| "SELECT_DEGRADED_INSTITUTION" | ||
| "SELECT_DOWN_INSTITUTION" | ||
| "SELECT_INSTITUTION" | ||
| "SUBMIT_ACCOUNT_NUMBER" | ||
| "SUBMIT_CREDENTIALS" | ||
| "SUBMIT_DOCUMENTS" | ||
| "SUBMIT_DOCUMENTS_ERROR" | ||
| "SUBMIT_DOCUMENTS_SUCCESS" | ||
| "SUBMIT_MFA" | ||
| "SUBMIT_ROUTING_NUMBER" | ||
| "TRANSITION_VIEW" | ||
| "VIEW_DATA_TYPES"; | ||
type ExitStatus = | ||
| 'choose_device' | ||
| 'institution_not_found' | ||
| 'requires_account_selection' | ||
| 'requires_code' | ||
| 'requires_credentials' | ||
| 'requires_oauth' | ||
| 'requires_questions' | ||
| 'requires_selections'; | ||
| "choose_device" | ||
| "institution_not_found" | ||
| "requires_account_selection" | ||
| "requires_code" | ||
| "requires_credentials" | ||
| "requires_oauth" | ||
| "requires_questions" | ||
| "requires_selections"; | ||
type Language = | ||
| 'da' | ||
| 'de' | ||
| 'en' | ||
| 'es' | ||
| 'et' | ||
| 'fr' | ||
| 'it' | ||
| 'lt' | ||
| 'lv' | ||
| 'nl' | ||
| 'no' | ||
| 'po' | ||
| 'ro' | ||
| 'se'; | ||
| "da" | ||
| "de" | ||
| "en" | ||
| "es" | ||
| "et" | ||
| "fr" | ||
| "it" | ||
| "lt" | ||
| "lv" | ||
| "nl" | ||
| "no" | ||
| "po" | ||
| "ro" | ||
| "se"; | ||
@@ -196,56 +196,56 @@ type OnSuccess = (public_token: string, metadata: OnSuccessMetaData) => void; | ||
type Product = | ||
| 'assets' | ||
| 'auth' | ||
| 'employment' | ||
| 'identity' | ||
| 'identity_verification' | ||
| 'income' | ||
| 'income_verification' | ||
| 'investments' | ||
| 'payment_initiation' | ||
| 'liabilities' | ||
| 'standing_orders' | ||
| 'transactions' | ||
| 'transfer'; | ||
| "assets" | ||
| "auth" | ||
| "employment" | ||
| "identity" | ||
| "identity_verification" | ||
| "income" | ||
| "income_verification" | ||
| "investments" | ||
| "payment_initiation" | ||
| "liabilities" | ||
| "standing_orders" | ||
| "transactions" | ||
| "transfer"; | ||
type TransferStatus = 'COMPLETE' | 'INCOMPLETE'; | ||
type TransferStatus = "COMPLETE" | "INCOMPLETE"; | ||
type VerificationMethod = 'password' | 'phoneotp'; | ||
type VerificationMethod = "password" | "phoneotp"; | ||
type VerificationStatus = | ||
| 'automatically_verified' | ||
| 'manually_verified' | ||
| 'pending_automatic_verification' | ||
| 'pending_manual_verification' | ||
| 'verification_expired' | ||
| 'verification_failed'; | ||
| "automatically_verified" | ||
| "manually_verified" | ||
| "pending_automatic_verification" | ||
| "pending_manual_verification" | ||
| "verification_expired" | ||
| "verification_failed"; | ||
type ViewName = | ||
| 'ACCEPT_TOS' | ||
| 'CONNECTED' | ||
| 'CONSENT' | ||
| 'CREDENTIAL' | ||
| 'DATA_TRANSPARENCY' | ||
| 'DATA_TRANSPARENCY_CONSENT' | ||
| 'DOCUMENTARY_VERIFICATION' | ||
| 'ERROR' | ||
| 'EXIT' | ||
| 'KYC_CHECK' | ||
| 'LOADING' | ||
| 'MATCHED_CONSENT' | ||
| 'MATCHED_CREDENTIAL' | ||
| 'MATCHED_MFA' | ||
| 'MFA' | ||
| 'NUMBERS' | ||
| 'OAUTH' | ||
| 'RECAPTCHA' | ||
| 'RISK_CHECK' | ||
| 'SCREENING' | ||
| 'SELECT_ACCOUNT' | ||
| 'SELECT_AUTH_TYPE' | ||
| 'SELECT_BRAND' | ||
| 'SELECT_INSTITUTION' | ||
| 'SELFIE_CHECK' | ||
| 'UPLOAD_DOCUMENTS' | ||
| 'VERIFY_SMS'; | ||
| "ACCEPT_TOS" | ||
| "CONNECTED" | ||
| "CONSENT" | ||
| "CREDENTIAL" | ||
| "DATA_TRANSPARENCY" | ||
| "DATA_TRANSPARENCY_CONSENT" | ||
| "DOCUMENTARY_VERIFICATION" | ||
| "ERROR" | ||
| "EXIT" | ||
| "KYC_CHECK" | ||
| "LOADING" | ||
| "MATCHED_CONSENT" | ||
| "MATCHED_CREDENTIAL" | ||
| "MATCHED_MFA" | ||
| "MFA" | ||
| "NUMBERS" | ||
| "OAUTH" | ||
| "RECAPTCHA" | ||
| "RISK_CHECK" | ||
| "SCREENING" | ||
| "SELECT_ACCOUNT" | ||
| "SELECT_AUTH_TYPE" | ||
| "SELECT_BRAND" | ||
| "SELECT_INSTITUTION" | ||
| "SELFIE_CHECK" | ||
| "UPLOAD_DOCUMENTS" | ||
| "VERIFY_SMS"; | ||
} |
{ | ||
"name": "@types/plaid-link", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"description": "TypeScript definitions for Plaid Link", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/plaid-link", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7cd5c8ed90f6af355555e3b88e3bfdc2bbbb044b50f1a247b095e37b09d1c0f0", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "d6377712fb5063925adc4ca9d89b054514f749b6474ecc7d957e596ab152750a", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 15 Mar 2023 00:02:37 GMT | ||
* Last updated: Sun, 24 Sep 2023 06:37:28 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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package