From 0e3b2542e475f6630cce00b29792406d637720ab Mon Sep 17 00:00:00 2001 From: "gocardless-ci-robot[bot]" <123969075+gocardless-ci-robot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 11:50:19 +0000 Subject: [PATCH 1/3] Changes generated by 9016d6f9dba388acea188821794eb1d66e36d9cd This commit was automatically created from gocardless/client-library-templates@9016d6f9dba388acea188821794eb1d66e36d9cd by the `push-files` action. Workflow run: https://github.com/gocardless/client-library-templates/actions/runs/33868823195 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/constants.ts | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 264b7baa..c7ad3510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## 8.7.2 (2026-09-04) + +### Fixes + +#### Define common titles for common types + +The intention is to make it possible to define common types in generated code. +Instead of ~37 different currency enum types which are all equivalent, we could have one. + ## 8.7.1 (2026-09-02) ### Fixes diff --git a/package-lock.json b/package-lock.json index cc186cb4..b95842f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gocardless-nodejs", - "version": "8.7.1", + "version": "8.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gocardless-nodejs", - "version": "8.7.1", + "version": "8.7.2", "license": "MIT", "dependencies": { "got": "^11.8.6", diff --git a/package.json b/package.json index 89f54eb4..988598dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gocardless-nodejs", - "version": "8.7.1", + "version": "8.7.2", "description": "Node.js client for the GoCardless API - a powerful, simple solution for the collection of recurring bank-to-bank payments", "author": "GoCardless Ltd ", "repository": { diff --git a/src/constants.ts b/src/constants.ts index e2020157..5676e5f0 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -3,7 +3,7 @@ enum Environments { Sandbox = 'SANDBOX', } -const CLIENT_VERSION = '8.7.1'; +const CLIENT_VERSION = '8.7.2'; const API_VERSION = '2015-07-06'; export { Environments, CLIENT_VERSION, API_VERSION }; From a6f396f2cf78d37fd23ffde5d836f6a16a53df12 Mon Sep 17 00:00:00 2001 From: "gocardless-ci-robot[bot]" <123969075+gocardless-ci-robot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 11:50:40 +0000 Subject: [PATCH 2/3] Changes generated by d9c96d702da8646259ed86073455ff70bb69f2e8 This commit was automatically created from gocardless/client-library-templates@d9c96d702da8646259ed86073455ff70bb69f2e8 by the `push-files` action. Workflow run: https://github.com/gocardless/client-library-templates/actions/runs/33868767087 --- CHANGELOG.md | 9 --------- package-lock.json | 4 ++-- package.json | 2 +- src/constants.ts | 2 +- 4 files changed, 4 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7ad3510..264b7baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,6 @@ # Changelog -## 8.7.2 (2026-09-04) - -### Fixes - -#### Define common titles for common types - -The intention is to make it possible to define common types in generated code. -Instead of ~37 different currency enum types which are all equivalent, we could have one. - ## 8.7.1 (2026-09-02) ### Fixes diff --git a/package-lock.json b/package-lock.json index b95842f7..cc186cb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gocardless-nodejs", - "version": "8.7.2", + "version": "8.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gocardless-nodejs", - "version": "8.7.2", + "version": "8.7.1", "license": "MIT", "dependencies": { "got": "^11.8.6", diff --git a/package.json b/package.json index 988598dc..89f54eb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gocardless-nodejs", - "version": "8.7.2", + "version": "8.7.1", "description": "Node.js client for the GoCardless API - a powerful, simple solution for the collection of recurring bank-to-bank payments", "author": "GoCardless Ltd ", "repository": { diff --git a/src/constants.ts b/src/constants.ts index 5676e5f0..e2020157 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -3,7 +3,7 @@ enum Environments { Sandbox = 'SANDBOX', } -const CLIENT_VERSION = '8.7.2'; +const CLIENT_VERSION = '8.7.1'; const API_VERSION = '2015-07-06'; export { Environments, CLIENT_VERSION, API_VERSION }; From d071854f618b349423f5c4491fe952d12ee27514 Mon Sep 17 00:00:00 2001 From: "gocardless-ci-robot[bot]" <123969075+gocardless-ci-robot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 11:59:14 +0000 Subject: [PATCH 3/3] Changes generated by 742f872846e295a30805f2f81f9f56ea5ca1a40b This commit was automatically created from gocardless/client-library-templates@742f872846e295a30805f2f81f9f56ea5ca1a40b by the `push-files` action. Workflow run: https://github.com/gocardless/client-library-templates/actions/runs/33869431393 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/constants.ts | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 264b7baa..c7ad3510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## 8.7.2 (2026-09-04) + +### Fixes + +#### Define common titles for common types + +The intention is to make it possible to define common types in generated code. +Instead of ~37 different currency enum types which are all equivalent, we could have one. + ## 8.7.1 (2026-09-02) ### Fixes diff --git a/package-lock.json b/package-lock.json index cc186cb4..b95842f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gocardless-nodejs", - "version": "8.7.1", + "version": "8.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gocardless-nodejs", - "version": "8.7.1", + "version": "8.7.2", "license": "MIT", "dependencies": { "got": "^11.8.6", diff --git a/package.json b/package.json index 89f54eb4..988598dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gocardless-nodejs", - "version": "8.7.1", + "version": "8.7.2", "description": "Node.js client for the GoCardless API - a powerful, simple solution for the collection of recurring bank-to-bank payments", "author": "GoCardless Ltd ", "repository": { diff --git a/src/constants.ts b/src/constants.ts index e2020157..5676e5f0 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -3,7 +3,7 @@ enum Environments { Sandbox = 'SANDBOX', } -const CLIENT_VERSION = '8.7.1'; +const CLIENT_VERSION = '8.7.2'; const API_VERSION = '2015-07-06'; export { Environments, CLIENT_VERSION, API_VERSION };