@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 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
- $ref: '#/components/schemas/Party'
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: