@types/braintree-web
Advanced tools
Comparing version 3.96.12 to 3.96.13
{ | ||
"name": "@types/braintree-web", | ||
"version": "3.96.12", | ||
"version": "3.96.13", | ||
"description": "TypeScript definitions for braintree-web", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/braintree-web", | ||
}, | ||
"typesPublisherContentHash": "a4d70d7b980781a8469b08bf17b4154e0fe9bd58aab5ba38ca570c2554f9ac72", | ||
"typeScriptVersion": "4.7" | ||
"typesPublisherContentHash": "1bcd56e82846c59ae2eb60613b957b768fbe9cfa118b408a799840c242a0829c", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 23 Jun 2024 11:06:55 GMT | ||
* Last updated: Thu, 05 Sep 2024 08:09:35 GMT | ||
* Dependencies: [@types/googlepay](https://npmjs.com/package/@types/googlepay), [@types/paypal-checkout-components](https://npmjs.com/package/@types/paypal-checkout-components) | ||
@@ -14,0 +14,0 @@ |
@@ -30,2 +30,21 @@ import { Client } from "./client"; | ||
threeDSecureAuthenticationId: string; | ||
status: | ||
| "authenticate_attempt_successful" | ||
| "authenticate_error" | ||
| "authenticate_failed_acs_error" | ||
| "authenticate_failed" | ||
| "authenticate_frictionless_failed" | ||
| "authenticate_rejected" | ||
| "authenticate_successful" | ||
| "authenticate_unable_to_authenticate" | ||
| "authentication_unavailable" | ||
| "challenge_required" | ||
| "data_only_successful" | ||
| "lookup_bypassed" | ||
| "lookup_card_error" | ||
| "lookup_error" | ||
| "lookup_failed_acs_error" | ||
| "lookup_not_enrolled" | ||
| "unsupported_account_type" | ||
| "unsupported_card"; | ||
} | ||
@@ -32,0 +51,0 @@ |
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
112673
2834