sysone-api-mapper 1.0.80 → 1.0.81

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.80",
3
+ "version": "1.0.81",
4
4
  "description": "Paquete mapper para portal de productores",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -707,6 +707,15 @@ const requestModule = {
707
707
  }
708
708
  },
709
709
 
710
+ POST_REQUEST_SIGNATURE: {
711
+ cnp: {
712
+ url: '/request/v1/request/savings/{0}/signature',
713
+ method: methods.POST,
714
+ requestMapper: (params) => ({ mappedBody: params }),
715
+ responseMapper: (response) => response,
716
+ }
717
+ },
718
+
710
719
  POST_SEND_REQUEST: {
711
720
  cnp: {
712
721
  url: '/request/v1/request/savings',