Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion fiatconnect-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,8 @@ An enum listing the types of User Action Detail Schemas for transfers in.
`PIXUserAction`,
`IBANUserAction`,
`PSEUserAction`,
`URLUserAction`
`URLUserAction`,
`AccountNumberUserAction`
]
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down