b2m-utils 0.0.254 → 0.0.256

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/build/index.js CHANGED
@@ -490,8 +490,10 @@ var calculateFee = function (ratecardLaneFee, cte, allFees, debug, allFeesForCal
490
490
  case exports.FeeCalculationTypeEnum.TOTAL_PERCENTAGE:
491
491
  if (allFees && Array.isArray(allFees) && (allFees === null || allFees === void 0 ? void 0 : allFees.length) > 0) {
492
492
  var filteredFees = allFees.filter(function (i) { var _a; return ((_a = i.fee) === null || _a === void 0 ? void 0 : _a.feeCalculationTypeId) !== exports.FeeCalculationTypeEnum.TOTAL_PERCENTAGE; });
493
- var totalFromAllFees = filteredFees.map(function (it) {
494
- var result = calculateFee(it, cte, allFees, debug, allFeesForCalc);
493
+ var filteredFeesResults = filterSiblingFees(filteredFees.map(function (it) {
494
+ return calculateFee(it, cte, allFees, debug, allFeesForCalc);
495
+ }));
496
+ var totalFromAllFees = filteredFeesResults.map(function (result) {
495
497
  if (result === null || result === void 0 ? void 0 : result.totalToCalc) {
496
498
  return result.totalToCalc;
497
499
  }
package/build/index.js.gz CHANGED
Binary file