@types/recurly__recurly-js
Advanced tools
Comparing version 4.29.1 to 4.30.0
@@ -85,2 +85,9 @@ import { Emitter } from '../emitter'; | ||
/** | ||
* If provided, will use Braintree to process the GooglePay transaction. | ||
*/ | ||
braintree?: { | ||
clientAuthorization: string; | ||
}; | ||
/** | ||
* Specify configuration for Google Pay API. | ||
@@ -87,0 +94,0 @@ */ |
{ | ||
"name": "@types/recurly__recurly-js", | ||
"version": "4.29.1", | ||
"version": "4.30.0", | ||
"description": "TypeScript definitions for @recurly/recurly-js", | ||
@@ -28,5 +28,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/recurly__recurly-js", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "99276da36159568ace9565240f5975f09848344f292cddd395399c81d2e277d0", | ||
"typesPublisherContentHash": "e1c648d35a3a5268eb904fba33807ff159b223c5076ff0d9ac7d2bec0c77b8b6", | ||
"typeScriptVersion": "4.8", | ||
"nonNpm": true | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Aug 2024 21:35:50 GMT | ||
* Last updated: Sun, 06 Oct 2024 19:07:20 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
65350
1988