@mojaloop/api-snippets 14.2.1 → 14.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (21) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/CODEOWNERS +1 -1
  3. package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +698 -490
  4. package/lib/sdk-scheme-adapter/outbound/v2_0_0/json-schemas.json +4409 -6364
  5. package/lib/sdk-scheme-adapter/outbound/v2_0_0/openapi.d.ts +13116 -15712
  6. package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.d.ts +1088 -1938
  7. package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.js +7 -1
  8. package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.js.map +1 -1
  9. package/lib/sdk-scheme-adapter/outbound/v2_0_0/types.d.ts +7 -1
  10. package/package.json +8 -8
  11. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/TransactionType.yaml +20 -4
  12. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkQuoteResponse.yaml +6 -4
  13. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransferResponse.yaml +15 -4
  14. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualQuote.yaml +1 -1
  15. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualQuoteResult.yaml +23 -12
  16. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualTransfer.yaml +1 -1
  17. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualTransferResult.yaml +8 -29
  18. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/requestToPayTransferResponse.yaml +1 -1
  19. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/transferRequest.yaml +1 -1
  20. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/transferResponse.yaml +1 -1
  21. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/transferTransactionType.yaml +5 -0
package/CHANGELOG.md CHANGED
@@ -1,4 +1,18 @@
1
1
  # Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
2
+ ### [14.2.3](https://github.com/mojaloop/api-snippets/compare/v14.2.2...v14.2.3) (2022-08-23)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **mojaloop/2886:** fixed bulkQuotes and bulkTransfers response in sdk-out api ([#137](https://github.com/mojaloop/api-snippets/issues/137)) ([e443d58](https://github.com/mojaloop/api-snippets/commit/e443d5886ddb53a12fcdeb3aab840c6e6463f4ba))
8
+
9
+ ### [14.2.2](https://github.com/mojaloop/api-snippets/compare/v14.2.1...v14.2.2) (2022-07-28)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * fix transaction type on sdk-scheme-adapter outbound ([#135](https://github.com/mojaloop/api-snippets/issues/135)) ([240bf0c](https://github.com/mojaloop/api-snippets/commit/240bf0c661045d337a31203d96485cc07fcdb212))
15
+
2
16
  ### [14.2.1](https://github.com/mojaloop/api-snippets/compare/v14.2.0...v14.2.1) (2022-07-27)
3
17
 
4
18
 
package/CODEOWNERS CHANGED
@@ -1,4 +1,4 @@
1
- * @kleyow @elnyry-sam-k @lewisdaly @vijayg10 @mdebarros
1
+ * @kleyow @elnyry-sam-k @lewisdaly @vijayg10 @mdebarros @kirgene
2
2
 
3
3
  # This is a comment.
4
4
  # Each line is a file pattern followed by one or more owners.