Skip to content

Commit d3ffee5

Browse files
vijayg10geka-evk
andauthored
feat(mojaloop/3573): add fx to sdk (#170)
* 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 <geka.evk@gmail.com>
1 parent 2c32562 commit d3ffee5

File tree

226 files changed

+59784
-1044
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+59784
-1044
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,15 @@ the `npm run build:dto` script is already executing linting with auto-fixing
184184
there is pre-commit hook setup witch do a linting for staged files.
185185
### DTO testing
186186
- testing of DTO declarations
187+
188+
### Comparing openapi specification - useful commands
189+
190+
For difference:
191+
```
192+
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
193+
```
194+
195+
For changelog:
196+
```
197+
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
198+
```

docs/fspiop-rest-v1.0-openapi3-snippets.yaml

+805-205
Large diffs are not rendered by default.

docs/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
{url: "fspiop-rest-v1.1-openapi3-snippets.yaml", name: "v1.1"},
4545
{url: "fspiop-rest-v2.0-openapi3-snippets.yaml", name: "v2.0"},
4646
{url: "thirdparty-openapi3-snippets.yaml", name: "thirdparty"},
47+
{url: "sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml", name: "SDK Backend v2.0.0"},
48+
{url: "sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml", name: "SDK Outbound v2.0.0"},
49+
{url: "sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml", name: "SDK Backend v2.1.0"},
50+
{url: "sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml", name: "SDK Outbound v2.1.0"},
4751
],
4852
dom_id: '#swagger-ui',
4953
deepLinking: true,

docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml

+346-103
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)