From 65970083b4d49ca5932181347c4da3db2b04d522 Mon Sep 17 00:00:00 2001 From: Bilal Hussain Date: Wed, 9 Jul 2025 17:03:27 -0500 Subject: [PATCH 1/2] change account_attribute to attribute --- src/resources/Entity/Connect.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/Entity/Connect.ts b/src/resources/Entity/Connect.ts index 24ac9ac..f2225e4 100644 --- a/src/resources/Entity/Connect.ts +++ b/src/resources/Entity/Connect.ts @@ -23,7 +23,7 @@ export interface IExpandableOpts { export interface IConnectListOpts extends IResourceListOpts, IExpandableOpts {} export const AccountProductsEligibleForAutomaticExecution = [ - 'account_attribute', + 'attribute', 'balance', 'card_brand', 'update', From e9eee519a7324ddc3600076e277964ff80c79ea5 Mon Sep 17 00:00:00 2001 From: Bilal Hussain Date: Wed, 9 Jul 2025 17:04:35 -0500 Subject: [PATCH 2/2] bump version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65dc254..0abc8e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "method-node", - "version": "1.2.2", + "version": "1.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "method-node", - "version": "1.2.2", + "version": "1.2.4", "license": "ISC", "dependencies": { "axios": "^1.7.4", diff --git a/package.json b/package.json index 0ab3b39..9235219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "method-node", - "version": "1.2.2", + "version": "1.2.4", "description": "Node.js library for the Method API", "main": "dist/index.ts", "module": "dist/index.mjs",