Skip to content

Commit

Permalink
feat(mojaloop/3573): add fx to sdk (#170)
Browse files Browse the repository at this point in the history
* feat: added browsersync script

* feat:added fxquotes and fxtransfers defs

* fix: refactored fxquotes and fxtransfers

* feat: added other fspiop changes for fx

* feat: added initial version of sdk 2.1.0

* feat: added fxQuotes to sdk backend

* feat: added fxTransfers to sdk

* fix: refactor sdk backend fx apis

* fix: some fixes in fspiop fx

* fix: build error

* fix: merge

* fix: fxTransfers

* fix: currencyConversion

* fix: conversionTerms

* feat: addressed some comments

* feat: added services API to sdk outbound

* fix: renamed fxquoteid to conversionRequestId

* fix: build

* fix: filename case change

* feat: added fx resources for outbound

* fix: quotes body in sdk outbound

* feat: changed fspiop new version number

* fix: some fixes

* fix: sdkoutpostfxquotes

* chore: some comments

* fix: added kyc information

* feat: added kycinformation

* chore: fix audits

* chore: cleaning

* fix: fxmoney

* fix: fxapi

* fix: required fileds in fxquotes callback

* feat: some fixes

* fix: case

* fix: case

* fix: sdk-outbound warnings

* feat: added reordering script

* chore: updated fspiop apis with reording components

* feat(3618): updated deps

* chore(snapshot): 17.3.0-snapshot.0

* fix: fspiop2.0 reviewed

* chore: deps

* fix: audit

* chore: remove system file

---------

Co-authored-by: geka.evk <[email protected]>
  • Loading branch information
vijayg10 and geka-evk authored Dec 6, 2023
1 parent 2c32562 commit d3ffee5
Show file tree
Hide file tree
Showing 226 changed files with 59,784 additions and 1,044 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,15 @@ the `npm run build:dto` script is already executing linting with auto-fixing
there is pre-commit hook setup witch do a linting for staged files.
### DTO testing
- testing of DTO declarations

### Comparing openapi specification - useful commands

For difference:
```
docker run --rm -t -v $(pwd)/docs:/docs:ro tufin/oasdiff diff /docs/fspiop-rest-v1.1-openapi3-snippets.yaml /docs/fspiop-rest-v2.0-openapi3-snippets.yaml -f text
```

For changelog:
```
docker run --rm -t -v $(pwd)/docs:/docs:ro tufin/oasdiff changelog /docs/fspiop-rest-v1.1-openapi3-snippets.yaml /docs/fspiop-rest-v2.0-openapi3-snippets.yaml
```
1,010 changes: 805 additions & 205 deletions docs/fspiop-rest-v1.0-openapi3-snippets.yaml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
{url: "fspiop-rest-v1.1-openapi3-snippets.yaml", name: "v1.1"},
{url: "fspiop-rest-v2.0-openapi3-snippets.yaml", name: "v2.0"},
{url: "thirdparty-openapi3-snippets.yaml", name: "thirdparty"},
{url: "sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml", name: "SDK Backend v2.0.0"},
{url: "sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml", name: "SDK Outbound v2.0.0"},
{url: "sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml", name: "SDK Backend v2.1.0"},
{url: "sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml", name: "SDK Outbound v2.1.0"},
],
dom_id: '#swagger-ui',
deepLinking: true,
Expand Down
449 changes: 346 additions & 103 deletions docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit d3ffee5

Please sign in to comment.