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", 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',