@mojaloop/api-snippets 14.2.3 → 15.0.0
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.
- package/CHANGELOG.md +18 -0
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +185 -193
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/json-schemas.json +67 -52
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/openapi.d.ts +104 -156
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.d.ts +22 -27
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.js +3 -3
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/types.d.ts +3 -3
- package/package.json +19 -15
- package/sdk-bulk.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkQuoteResponse.yaml +3 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransactionContinuationAcceptParty.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransactionContinuationAcceptQuote.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/{individualTransaction.yaml → bulkTransactionIndividualTransfer.yaml} +6 -3
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/{individualTransactionAccept.yaml → bulkTransactionIndividualTransferAccept.yaml} +4 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/{individualTransactionResult.yaml → bulkTransactionIndividualTransferResult.yaml} +4 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransactionRequest.yaml +2 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransactionResponse.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransferErrorResponse.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransferResponse.yaml +3 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualQuote.yaml +1 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualQuoteResult.yaml +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,22 @@
|
|
|
1
1
|
# Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
|
|
2
|
+
## [15.0.0](https://github.com/mojaloop/api-snippets/compare/v14.2.4...v15.0.0) (2022-09-07)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### ⚠ BREAKING CHANGES
|
|
6
|
+
|
|
7
|
+
* api swagger changes for bulk mvp (#139)
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* api swagger changes for bulk mvp ([#139](https://github.com/mojaloop/api-snippets/issues/139)) ([0104817](https://github.com/mojaloop/api-snippets/commit/01048176136c3e77609e5334935df0d4116f53e9))
|
|
12
|
+
|
|
13
|
+
### [14.2.4](https://github.com/mojaloop/api-snippets/compare/v14.2.3...v14.2.4) (2022-09-01)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **mojaloop/2802:** issues with sdk outbound spec ([#138](https://github.com/mojaloop/api-snippets/issues/138)) ([bb2945c](https://github.com/mojaloop/api-snippets/commit/bb2945c3197a7fb7599cf3ca30980880f7f611c6))
|
|
19
|
+
|
|
2
20
|
### [14.2.3](https://github.com/mojaloop/api-snippets/compare/v14.2.2...v14.2.3) (2022-08-23)
|
|
3
21
|
|
|
4
22
|
|