@mojaloop/api-snippets 17.7.6 → 17.7.8

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,13 @@
1
1
  # Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
2
+ ### [17.7.8](https://github.com/mojaloop/api-snippets/compare/v17.7.7...v17.7.8) (2024-12-16)
3
+
4
+ ### [17.7.7](https://github.com/mojaloop/api-snippets/compare/v17.7.6...v17.7.7) (2024-12-13)
5
+
6
+
7
+ ### Bug Fixes
8
+
9
+ * **csi-1023:** fixed outbound POST transferResponse - error getPartiesResponse ([#189](https://github.com/mojaloop/api-snippets/issues/189)) ([efd152c](https://github.com/mojaloop/api-snippets/commit/efd152c6afc981bdb589b12a68366a8563930cbd))
10
+
2
11
  ### [17.7.6](https://github.com/mojaloop/api-snippets/compare/v17.7.5...v17.7.6) (2024-12-12)
3
12
 
4
13
 
package/LICENSE.md CHANGED
@@ -1,10 +1,9 @@
1
1
  # LICENSE
2
2
 
3
- Copyright © 2020 Mojaloop Foundation
3
+ Copyright © 2020-2024 Mojaloop Foundation
4
4
 
5
- The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0
6
- (the "License") and you may not use these files except in compliance with the [License](http://www.apache.org/licenses/LICENSE-2.0).
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License.
7
6
 
8
- You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
7
+ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
9
8
 
10
- Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the [License](http://www.apache.org/licenses/LICENSE-2.0).
9
+ Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
@@ -2285,18 +2285,25 @@ components:
2285
2285
  $ref: '#/components/schemas/CorrelationId'
2286
2286
  getPartiesResponse:
2287
2287
  type: object
2288
- required:
2289
- - body
2290
2288
  properties:
2291
2289
  body:
2292
- type: object
2293
- properties:
2294
- party:
2295
- $ref: '#/components/schemas/Party'
2296
- required:
2297
- - party
2290
+ oneOf:
2291
+ - type: object
2292
+ properties:
2293
+ party:
2294
+ $ref: '#/components/schemas/Party'
2295
+ required:
2296
+ - party
2297
+ - type: object
2298
+ properties:
2299
+ errorInformation:
2300
+ $ref: '#/components/schemas/ErrorInformation'
2301
+ required:
2302
+ - errorInformation
2298
2303
  headers:
2299
2304
  type: object
2305
+ required:
2306
+ - body
2300
2307
  quoteResponse:
2301
2308
  type: object
2302
2309
  required: