gocardless-nodejs
Advanced tools
Comparing version 3.6.1 to 3.7.0
@@ -5,4 +5,4 @@ declare enum Environments { | ||
} | ||
declare const CLIENT_VERSION = "3.6.1"; | ||
declare const CLIENT_VERSION = "3.7.0"; | ||
declare const API_VERSION = "2015-07-06"; | ||
export { Environments, CLIENT_VERSION, API_VERSION }; |
@@ -10,3 +10,3 @@ 'use strict'; | ||
exports.Environments = Environments; | ||
const CLIENT_VERSION = '3.6.1'; | ||
const CLIENT_VERSION = '3.7.0'; | ||
exports.CLIENT_VERSION = CLIENT_VERSION; | ||
@@ -13,0 +13,0 @@ const API_VERSION = '2015-07-06'; |
{ | ||
"name": "gocardless-nodejs", | ||
"version": "3.6.1", | ||
"version": "3.7.0", | ||
"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>", |
@@ -106,3 +106,3 @@ 'use strict'; | ||
const requestParams = { | ||
path: '/block_by_ref', | ||
path: '/blocks/block_by_ref', | ||
method: 'post', | ||
@@ -109,0 +109,0 @@ urlParameters, |
@@ -13,4 +13,4 @@ import * as Types from '../types/Types'; | ||
city?: string; | ||
country_code?: string; | ||
creditor_type?: Types.CreditorCreditorType; | ||
country_code: string; | ||
creditor_type: Types.CreditorCreditorType; | ||
name: string; | ||
@@ -17,0 +17,0 @@ postal_code?: string; |
Sorry, the diff of this file is not supported yet
320772