b2m-utils 0.0.182 → 0.0.183

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.
@@ -6,7 +6,7 @@ export declare enum FeeEnum {
6
6
  TDE_FREIGHT = 91,
7
7
  TDE_MIN = 92,
8
8
  TRT_FREIGHT = 93,
9
- TRT_MIN = 93,
9
+ TRT_MIN = 94,
10
10
  ICMS = 95,
11
11
  SCHEDULING_TAX = 108,
12
12
  COLLECT_COMMODITY_VALUE = 136,
@@ -109,7 +109,7 @@ var FeeEnum;
109
109
  FeeEnum[FeeEnum["TDE_FREIGHT"] = 91] = "TDE_FREIGHT";
110
110
  FeeEnum[FeeEnum["TDE_MIN"] = 92] = "TDE_MIN";
111
111
  FeeEnum[FeeEnum["TRT_FREIGHT"] = 93] = "TRT_FREIGHT";
112
- FeeEnum[FeeEnum["TRT_MIN"] = 93] = "TRT_MIN";
112
+ FeeEnum[FeeEnum["TRT_MIN"] = 94] = "TRT_MIN";
113
113
  FeeEnum[FeeEnum["ICMS"] = 95] = "ICMS";
114
114
  FeeEnum[FeeEnum["SCHEDULING_TAX"] = 108] = "SCHEDULING_TAX";
115
115
  FeeEnum[FeeEnum["COLLECT_COMMODITY_VALUE"] = 136] = "COLLECT_COMMODITY_VALUE";
Binary file