@mojaloop/api-snippets 17.7.5 → 17.7.6
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 +7 -0
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +6 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +655 -639
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +3 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +232 -220
- package/package.json +8 -8
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferResponse.yaml +6 -1
package/CHANGELOG.md
CHANGED
@@ -1,4 +1,11 @@
|
|
1
1
|
# Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
|
2
|
+
### [17.7.6](https://github.com/mojaloop/api-snippets/compare/v17.7.5...v17.7.6) (2024-12-12)
|
3
|
+
|
4
|
+
|
5
|
+
### Bug Fixes
|
6
|
+
|
7
|
+
* **csi-1023:** fixed outbound POST transferResponse - getPartiesResponse ([#188](https://github.com/mojaloop/api-snippets/issues/188)) ([1625504](https://github.com/mojaloop/api-snippets/commit/162550466866bae641d6588c07d8d8995b3c110a))
|
8
|
+
|
2
9
|
### [17.7.5](https://github.com/mojaloop/api-snippets/compare/v17.7.4...v17.7.5) (2024-11-26)
|
3
10
|
|
4
11
|
|
@@ -2289,7 +2289,12 @@ components:
|
|
2289
2289
|
- body
|
2290
2290
|
properties:
|
2291
2291
|
body:
|
2292
|
-
|
2292
|
+
type: object
|
2293
|
+
properties:
|
2294
|
+
party:
|
2295
|
+
$ref: '#/components/schemas/Party'
|
2296
|
+
required:
|
2297
|
+
- party
|
2293
2298
|
headers:
|
2294
2299
|
type: object
|
2295
2300
|
quoteResponse:
|