@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.
Files changed (22) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +185 -193
  3. package/lib/sdk-scheme-adapter/outbound/v2_0_0/json-schemas.json +67 -52
  4. package/lib/sdk-scheme-adapter/outbound/v2_0_0/openapi.d.ts +104 -156
  5. package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.d.ts +22 -27
  6. package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.js +3 -3
  7. package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.js.map +1 -1
  8. package/lib/sdk-scheme-adapter/outbound/v2_0_0/types.d.ts +3 -3
  9. package/package.json +19 -15
  10. package/sdk-bulk.yaml +1 -1
  11. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkQuoteResponse.yaml +3 -0
  12. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransactionContinuationAcceptParty.yaml +1 -1
  13. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransactionContinuationAcceptQuote.yaml +1 -1
  14. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/{individualTransaction.yaml → bulkTransactionIndividualTransfer.yaml} +6 -3
  15. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/{individualTransactionAccept.yaml → bulkTransactionIndividualTransferAccept.yaml} +4 -1
  16. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/{individualTransactionResult.yaml → bulkTransactionIndividualTransferResult.yaml} +4 -1
  17. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransactionRequest.yaml +2 -1
  18. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransactionResponse.yaml +1 -1
  19. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransferErrorResponse.yaml +1 -1
  20. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransferResponse.yaml +3 -0
  21. package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/individualQuote.yaml +1 -0
  22. 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