b2m-utils 0.0.209 → 0.0.211

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
@@ -67,6 +67,16 @@ exports.CteStatusEnum = void 0;
67
67
  CteStatusEnum[CteStatusEnum["OUTPUT"] = 6] = "OUTPUT";
68
68
  })(exports.CteStatusEnum || (exports.CteStatusEnum = {}));
69
69
 
70
+ exports.CteVehicleTypeEnum = void 0;
71
+ (function (CteVehicleTypeEnum) {
72
+ CteVehicleTypeEnum[CteVehicleTypeEnum["FIORINO"] = 1] = "FIORINO";
73
+ CteVehicleTypeEnum[CteVehicleTypeEnum["VAN"] = 2] = "VAN";
74
+ CteVehicleTypeEnum[CteVehicleTypeEnum["THREE_QUARTERS"] = 3] = "THREE_QUARTERS";
75
+ CteVehicleTypeEnum[CteVehicleTypeEnum["TOCO"] = 4] = "TOCO";
76
+ CteVehicleTypeEnum[CteVehicleTypeEnum["TRUCK"] = 5] = "TRUCK";
77
+ CteVehicleTypeEnum[CteVehicleTypeEnum["CARRETA"] = 6] = "CARRETA";
78
+ })(exports.CteVehicleTypeEnum || (exports.CteVehicleTypeEnum = {}));
79
+
70
80
  exports.CurrencyEnum = void 0;
71
81
  (function (CurrencyEnum) {
72
82
  CurrencyEnum[CurrencyEnum["REAL"] = 1] = "REAL";
@@ -673,9 +683,6 @@ var calculateFee = function (ratecardLaneFee, cte, allFees, debug, allFeesForCal
673
683
  }
674
684
  return 0;
675
685
  });
676
- /*console.log({
677
- siblingFeesResults,
678
- });*/
679
686
  if ((siblingFeesResults === null || siblingFeesResults === void 0 ? void 0 : siblingFeesResults.length) > 0) {
680
687
  if (((_c = siblingFeesResults[0]) === null || _c === void 0 ? void 0 : _c.totalFee) && ((_d = siblingFeesResults[0]) === null || _d === void 0 ? void 0 : _d.totalFee) > totalFee) {
681
688
  totalToCalc = 0;
package/build/index.js.gz CHANGED
Binary file