@lendi/integrations-transform
Advanced tools
Comparing version 1.8.5 to 1.8.6
@@ -0,1 +1,6 @@ | ||
# 1.8.6 | ||
Changes | ||
* Update `merge-application` to merge the company applicant directors | ||
# 1.8.5 | ||
@@ -2,0 +7,0 @@ |
@@ -57,2 +57,4 @@ "use strict"; | ||
const listsWithXBeneficialOwner = ['BeneficialOwner']; | ||
// Array fields with @x_Director | ||
const listsWithXDirector = ['Director']; | ||
// Curried function which takes a uniqueKey and returns a function which will either replace | ||
@@ -98,2 +100,5 @@ // or merge the item in the array based on the uniqueKey | ||
} | ||
if (listsWithXDirector.find((item) => item === key)) { | ||
return mergeItems('@x_Director'); | ||
} | ||
return mergeItems(key); | ||
@@ -100,0 +105,0 @@ }, |
{ | ||
"name": "@lendi/integrations-transform", | ||
"version": "1.8.5", | ||
"version": "1.8.6", | ||
"description": "Library for kafka event data transforming", | ||
@@ -5,0 +5,0 @@ "author": "Integrations <integrations@lendi.com.au>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
558455
14944