Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: adding currencies xxx and xts which are part of iso 4217 #115

Merged
merged 8 commits into from
Oct 19, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions docs/fspiop-rest-v1.0-openapi3-snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2452,6 +2452,8 @@ components:
- XDR
- XOF
- XPF
- XTS
- XXX
- YER
- ZAR
- ZMW
Expand Down
2 changes: 2 additions & 0 deletions docs/fspiop-rest-v1.1-openapi3-snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2654,6 +2654,8 @@ components:
- XDR
- XOF
- XPF
- XTS
- XXX
- YER
- ZAR
- ZMW
Expand Down
2 changes: 2 additions & 0 deletions docs/thirdparty-openapi3-snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ paths:
- XDR
- XOF
- XPF
- XTS
- XXX
- YER
- ZAR
- ZMW
Expand Down
2 changes: 2 additions & 0 deletions fspiop/v1_0/openapi3/components/schemas/Currency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ enum:
- XDR
- XOF
- XPF
- XTS
- XXX
- YER
- ZAR
- ZMW
Expand Down
2 changes: 2 additions & 0 deletions fspiop/v1_1/openapi3/components/schemas/Currency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ enum:
- XDR
- XOF
- XPF
- XTS
- XXX
- YER
- ZAR
- ZMW
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/api-snippets",
"version": "13.0.1",
"version": "13.0.2",
kleyow marked this conversation as resolved.
Show resolved Hide resolved
"description": "Mojaloop API specification reusable snippets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down