b2m-utils 0.0.83 → 0.0.84
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/FeeCalculationTypeEnum.d.ts +13 -0
- package/build/enums/FeeCategoryEnum.d.ts +11 -0
- package/build/enums/index.d.ts +2 -0
- package/build/index.esm.js +29 -1
- package/build/index.esm.js.gz +0 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +28 -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
|
@@ -66,6 +66,34 @@ exports.DomainTypeEnum = void 0;
|
|
|
66
66
|
DomainTypeEnum[DomainTypeEnum["B2M_CLIENT"] = 6] = "B2M_CLIENT";
|
|
67
67
|
})(exports.DomainTypeEnum || (exports.DomainTypeEnum = {}));
|
|
68
68
|
|
|
69
|
+
exports.FeeCalculationTypeEnum = void 0;
|
|
70
|
+
(function (FeeCalculationTypeEnum) {
|
|
71
|
+
FeeCalculationTypeEnum[FeeCalculationTypeEnum["FIXED"] = 1] = "FIXED";
|
|
72
|
+
FeeCalculationTypeEnum[FeeCalculationTypeEnum["TAXED_WEIGHT"] = 2] = "TAXED_WEIGHT";
|
|
73
|
+
FeeCalculationTypeEnum[FeeCalculationTypeEnum["INTERNATIONAL_CHARGE"] = 3] = "INTERNATIONAL_CHARGE";
|
|
74
|
+
FeeCalculationTypeEnum[FeeCalculationTypeEnum["CONVERSION_TAX"] = 4] = "CONVERSION_TAX";
|
|
75
|
+
FeeCalculationTypeEnum[FeeCalculationTypeEnum["CUBED_WEIGHT"] = 5] = "CUBED_WEIGHT";
|
|
76
|
+
FeeCalculationTypeEnum[FeeCalculationTypeEnum["COMMODITY_VALUE"] = 6] = "COMMODITY_VALUE";
|
|
77
|
+
FeeCalculationTypeEnum[FeeCalculationTypeEnum["FRACTIONED"] = 7] = "FRACTIONED";
|
|
78
|
+
FeeCalculationTypeEnum[FeeCalculationTypeEnum["FREIGHT"] = 8] = "FREIGHT";
|
|
79
|
+
FeeCalculationTypeEnum[FeeCalculationTypeEnum["TOTAL_PERCENTAGE"] = 9] = "TOTAL_PERCENTAGE";
|
|
80
|
+
FeeCalculationTypeEnum[FeeCalculationTypeEnum["MIN_VALUE"] = 10] = "MIN_VALUE";
|
|
81
|
+
FeeCalculationTypeEnum[FeeCalculationTypeEnum["SUM_CONTAINERS"] = 11] = "SUM_CONTAINERS";
|
|
82
|
+
})(exports.FeeCalculationTypeEnum || (exports.FeeCalculationTypeEnum = {}));
|
|
83
|
+
|
|
84
|
+
exports.FeeCategoryEnum = void 0;
|
|
85
|
+
(function (FeeCategoryEnum) {
|
|
86
|
+
FeeCategoryEnum[FeeCategoryEnum["ORIGIN"] = 1] = "ORIGIN";
|
|
87
|
+
FeeCategoryEnum[FeeCategoryEnum["INTERNATIONAL"] = 2] = "INTERNATIONAL";
|
|
88
|
+
FeeCategoryEnum[FeeCategoryEnum["DESTINATION"] = 3] = "DESTINATION";
|
|
89
|
+
FeeCategoryEnum[FeeCategoryEnum["DELIVERY"] = 4] = "DELIVERY";
|
|
90
|
+
FeeCategoryEnum[FeeCategoryEnum["ADDITIONAL"] = 5] = "ADDITIONAL";
|
|
91
|
+
FeeCategoryEnum[FeeCategoryEnum["PICKUP"] = 6] = "PICKUP";
|
|
92
|
+
FeeCategoryEnum[FeeCategoryEnum["FREIGHT"] = 7] = "FREIGHT";
|
|
93
|
+
FeeCategoryEnum[FeeCategoryEnum["FEES"] = 8] = "FEES";
|
|
94
|
+
FeeCategoryEnum[FeeCategoryEnum["TAXES"] = 9] = "TAXES";
|
|
95
|
+
})(exports.FeeCategoryEnum || (exports.FeeCategoryEnum = {}));
|
|
96
|
+
|
|
69
97
|
exports.ModalEnum = void 0;
|
|
70
98
|
(function (ModalEnum) {
|
|
71
99
|
ModalEnum[ModalEnum["AIR"] = 1] = "AIR";
|
package/build/index.js.gz
CHANGED
|
Binary file
|