chargebee
Advanced tools
Comparing version 2.41.0 to 2.41.1
@@ -14,3 +14,3 @@ var ChargeBee = {}; | ||
timeout: 80000, | ||
clientVersion: 'v2.41.0', | ||
clientVersion: 'v2.41.1', | ||
port: 443, | ||
@@ -17,0 +17,0 @@ timemachineWaitInMillis: 3000, |
{ | ||
"name":"chargebee", | ||
"version":"2.41.0", | ||
"version":"2.41.1", | ||
"description":"A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords":[ |
@@ -78,3 +78,3 @@ ///<reference path='./resources/Address.d.ts' /> | ||
export default class { | ||
static configure({ site, api_key }: { site: string; api_key: string }); | ||
static configure({ site, api_key }: { site: string; api_key: string }): void; | ||
static address: Address.AddressResource; | ||
@@ -81,0 +81,0 @@ static attached_item: AttachedItem.AttachedItemResource; |
Sorry, the diff of this file is too big to display
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
1630464
9