gocardless-nodejs
Advanced tools
Comparing version
@@ -5,4 +5,4 @@ declare enum Environments { | ||
} | ||
declare const CLIENT_VERSION = "4.8.0"; | ||
declare const CLIENT_VERSION = "4.8.1"; | ||
declare const API_VERSION = "2015-07-06"; | ||
export { Environments, CLIENT_VERSION, API_VERSION }; |
@@ -9,3 +9,3 @@ 'use strict'; | ||
})(Environments || (exports.Environments = Environments = {})); | ||
const CLIENT_VERSION = '4.8.0'; | ||
const CLIENT_VERSION = '4.8.1'; | ||
exports.CLIENT_VERSION = CLIENT_VERSION; | ||
@@ -12,0 +12,0 @@ const API_VERSION = '2015-07-06'; |
{ | ||
"name": "gocardless-nodejs", | ||
"version": "4.8.0", | ||
"version": "4.8.1", | ||
"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>", |
@@ -23,3 +23,3 @@ 'use strict'; | ||
const formattedResponse = { | ||
...((_b = (_a = response.body) === null || _a === void 0 ? void 0 : _a['billing_requests']) !== null && _b !== void 0 ? _b : response), | ||
...((_b = (_a = response.body) === null || _a === void 0 ? void 0 : _a['billing_request_with_actions']) !== null && _b !== void 0 ? _b : response), | ||
__response__: response.__response__, | ||
@@ -26,0 +26,0 @@ }; |
Sorry, the diff of this file is not supported yet
507255
0