From a4e9fc850d5ba25e5048766c12ac2cabb5351197 Mon Sep 17 00:00:00 2001 From: Charlie Andrews Date: Mon, 13 Nov 2023 21:16:25 -0800 Subject: [PATCH] fix(UserActionTypeEnum): add missing user action to enum --- fiatconnect-api.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fiatconnect-api.md b/fiatconnect-api.md index 7582d3b..ee5a5e0 100644 --- a/fiatconnect-api.md +++ b/fiatconnect-api.md @@ -2275,7 +2275,8 @@ An enum listing the types of User Action Detail Schemas for transfers in. `PIXUserAction`, `IBANUserAction`, `PSEUserAction`, - `URLUserAction` + `URLUserAction`, + `AccountNumberUserAction` ] ``` diff --git a/package.json b/package.json index 6e1aa5e..13a1fdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "specification", - "version": "1.2.5", + "version": "1.2.6", "description": "FiatConnect API Specification", "repository": "https://github.com/fiatconnect/specification.git", "scripts": {