b2m-utils 0.0.269 → 0.0.270
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/enums/FeeEnum.d.ts +4 -1
- package/build/index.esm.js +6 -0
- package/build/index.esm.js.gz +0 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +6 -0
- package/build/index.js.gz +0 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -186,6 +186,9 @@ exports.FeeEnum = void 0;
|
|
|
186
186
|
FeeEnum[FeeEnum["COLLECT"] = 151] = "COLLECT";
|
|
187
187
|
FeeEnum[FeeEnum["COLLECT_PERCENTAGE_TOTAL"] = 152] = "COLLECT_PERCENTAGE_TOTAL";
|
|
188
188
|
FeeEnum[FeeEnum["COLLECT_REVERSE_PERCENTAGE_TOTAL"] = 153] = "COLLECT_REVERSE_PERCENTAGE_TOTAL";
|
|
189
|
+
FeeEnum[FeeEnum["TRT_PERCENTAGE_TOTAL"] = 169] = "TRT_PERCENTAGE_TOTAL";
|
|
190
|
+
FeeEnum[FeeEnum["TDA_PERCENTAGE_TOTAL"] = 170] = "TDA_PERCENTAGE_TOTAL";
|
|
191
|
+
FeeEnum[FeeEnum["TDE_PERCENTAGE_TOTAL"] = 171] = "TDE_PERCENTAGE_TOTAL";
|
|
189
192
|
})(exports.FeeEnum || (exports.FeeEnum = {}));
|
|
190
193
|
|
|
191
194
|
exports.FreightRegionEnum = void 0;
|
|
@@ -1045,10 +1048,13 @@ var getFilteredFeesToAudit = function (_a) {
|
|
|
1045
1048
|
exports.FeeEnum.SUFRAMA,
|
|
1046
1049
|
exports.FeeEnum.TDA_FREIGHT,
|
|
1047
1050
|
exports.FeeEnum.TDA_MIN,
|
|
1051
|
+
exports.FeeEnum.TDA_PERCENTAGE_TOTAL,
|
|
1048
1052
|
exports.FeeEnum.TDE_FREIGHT,
|
|
1049
1053
|
exports.FeeEnum.TDE_MIN,
|
|
1054
|
+
exports.FeeEnum.TDE_PERCENTAGE_TOTAL,
|
|
1050
1055
|
exports.FeeEnum.TRT_FREIGHT,
|
|
1051
1056
|
exports.FeeEnum.TRT_MIN,
|
|
1057
|
+
exports.FeeEnum.TRT_PERCENTAGE_TOTAL,
|
|
1052
1058
|
exports.FeeEnum.RIVER_INSURANCE_COMMODITY_VALUE,
|
|
1053
1059
|
exports.FeeEnum.RIVER_INSURANCE_MIN_VALUE,
|
|
1054
1060
|
exports.FeeEnum.RIVER_REDISPATCH_COMMODITY_VALUE,
|
package/build/index.js.gz
CHANGED
|
Binary file
|