sysone-api-mapper 1.0.123 → 1.0.124

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.123",
3
+ "version": "1.0.124",
4
4
  "description": "Paquete mapper para portal de productores",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -136,9 +136,9 @@ const getPolicies_CNP_Request = (inputParams) => {
136
136
  pageSize: inputParams.pageSize || 10,
137
137
  allPolicies: null,
138
138
  policyNumber: inputParams.number,
139
- holderName: inputParams.holderName,
139
+ holderName: inputParams["name[firstName]"],
140
140
  holderIdentification: inputParams.holderIdentification,
141
- insuredName: inputParams["name[firstName]"],
141
+ insuredName: inputParams.insuredName,
142
142
  insuredIdentification: inputParams.insuredIdentification,
143
143
  requestNumber: inputParams.requestNumber,
144
144
  }