sysone-api-mapper 1.0.124 → 1.0.125
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
|
@@ -136,10 +136,7 @@ const getPolicies_CNP_Request = (inputParams) => {
|
|
|
136
136
|
pageSize: inputParams.pageSize || 10,
|
|
137
137
|
allPolicies: null,
|
|
138
138
|
policyNumber: inputParams.number,
|
|
139
|
-
holderName: inputParams["name[firstName]"],
|
|
140
139
|
holderIdentification: inputParams.holderIdentification,
|
|
141
|
-
insuredName: inputParams.insuredName,
|
|
142
|
-
insuredIdentification: inputParams.insuredIdentification,
|
|
143
140
|
requestNumber: inputParams.requestNumber,
|
|
144
141
|
}
|
|
145
142
|
}
|