@types/braintree-web
Advanced tools
Comparing version 3.69.5 to 3.75.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for Braintree-web 3.69 | ||
// Type definitions for Braintree-web 3.75 | ||
// Project: https://github.com/braintree/braintree-web | ||
@@ -3,0 +3,0 @@ // Definitions by: Guy Shahine <https://github.com/chlela> |
@@ -48,3 +48,3 @@ /// <reference types="paypal-checkout-components" /> | ||
*/ | ||
intent?: 'authorize' | 'capture' | 'sale'; | ||
intent?: 'authorize' | 'capture' | 'sale' | 'tokenize'; | ||
@@ -51,0 +51,0 @@ /** |
{ | ||
"name": "@types/braintree-web", | ||
"version": "3.69.5", | ||
"version": "3.75.0", | ||
"description": "TypeScript definitions for Braintree-web", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "e57324a753ee9b711342c54024ba82c6b41f5af8bbd37a5ca81aa0b532844ea6", | ||
"typesPublisherContentHash": "26f249ec1faf063c4354b82049a3e3dd0af4265a1911d5dde6e1ac8ea569908e", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 24 Mar 2021 20:15:13 GMT | ||
* Last updated: Thu, 25 Mar 2021 20:31:51 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 @@ * Global values: `braintree` |
85018