sysone-api-mapper 1.0.120 → 1.0.121

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sysone-api-mapper",
3
- "version": "1.0.120",
3
+ "version": "1.0.121",
4
4
  "description": "Paquete mapper para portal de productores",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -402,6 +402,16 @@ const productModule = {
402
402
  },
403
403
  },
404
404
 
405
+ GET_PRODUCT_PARAMETERS: {
406
+ cnp: {
407
+ url: `party/v1/products/{0}`,
408
+ method: methods.GET,
409
+ requestMapper: request => ({ mappedParams: request }),
410
+ responseMapper: (response) => response.data,
411
+ }
412
+ },
413
+
414
+
405
415
  GET_MONETARY_GOALS: {
406
416
  cnp: {
407
417
  url: 'party/v1/products/{0}/monetary-goals',