sysone-api-mapper 1.0.128 → 1.0.129

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.128",
3
+ "version": "1.0.129",
4
4
  "description": "Paquete mapper para portal de productores",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -80,7 +80,7 @@ export const partySearch = (res) => {
80
80
  return {
81
81
  activeDate: party?.activeDate || null,
82
82
  partyCode: party?.code || null,
83
- code: party?.party?.identification?.value || null,
83
+ code: party?.identification?.value || null,
84
84
  firstName: firstNamePart || null,
85
85
  lastName: lastNamePart || null,
86
86
  identifications: {