gocardless-nodejs
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -90,5 +90,5 @@ 'use strict'; | ||
'GoCardless-Version': '2015-07-06', | ||
'GoCardless-Client-Version': '1.4.2', | ||
'GoCardless-Client-Version': '1.4.3', | ||
'GoCardless-Client-Library': 'gocardless-nodejs', | ||
'User-Agent': `gocardless-nodejs/1.4.2 node/${this.processVersion} ${this.osPlatform}/${this.osRelease}`, | ||
'User-Agent': `gocardless-nodejs/1.4.3 node/${this.processVersion} ${this.osPlatform}/${this.osRelease}`, | ||
}; | ||
@@ -95,0 +95,0 @@ return { ...customHeaders, ...mandatoryHeaders }; |
@@ -8,3 +8,4 @@ export declare class GoCardlessException { | ||
private code; | ||
private response; | ||
constructor(response: any); | ||
} |
@@ -8,2 +8,3 @@ 'use strict'; | ||
const { message, errors, documentation_url: documentationUrl, type, request_id: requestId, code, } = error; | ||
this.response = response; | ||
this.message = message; | ||
@@ -10,0 +11,0 @@ this.errors = errors; |
{ | ||
"name": "gocardless-nodejs", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Node.js client for the GoCardless API - a powerful, simple solution for the collection of recurring bank-to-bank payments", | ||
@@ -5,0 +5,0 @@ "author": "GoCardless Ltd <client-libraries@gocardless.com>", |
Sorry, the diff of this file is not supported yet
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
221658
4285