b2m-utils 0.0.148 → 0.0.149

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.
@@ -4,9 +4,12 @@ export declare enum FeeEnum {
4
4
  RIVER_REDISPATCH_COMMODITY_VALUE = 86,
5
5
  SUFRAMA = 90,
6
6
  TDE_FREIGHT = 91,
7
+ TDE_MIN = 92,
7
8
  TRT_FREIGHT = 93,
9
+ TRT_MIN = 93,
8
10
  ICMS = 95,
9
11
  SCHEDULING_TAX = 108,
10
12
  COLLECT_COMMODITY_VALUE = 136,
13
+ TDA_MIN = 141,
11
14
  TDA_FREIGHT = 142
12
15
  }
@@ -6374,10 +6374,13 @@ var FeeEnum;
6374
6374
  FeeEnum[FeeEnum["RIVER_REDISPATCH_COMMODITY_VALUE"] = 86] = "RIVER_REDISPATCH_COMMODITY_VALUE";
6375
6375
  FeeEnum[FeeEnum["SUFRAMA"] = 90] = "SUFRAMA";
6376
6376
  FeeEnum[FeeEnum["TDE_FREIGHT"] = 91] = "TDE_FREIGHT";
6377
+ FeeEnum[FeeEnum["TDE_MIN"] = 92] = "TDE_MIN";
6377
6378
  FeeEnum[FeeEnum["TRT_FREIGHT"] = 93] = "TRT_FREIGHT";
6379
+ FeeEnum[FeeEnum["TRT_MIN"] = 93] = "TRT_MIN";
6378
6380
  FeeEnum[FeeEnum["ICMS"] = 95] = "ICMS";
6379
6381
  FeeEnum[FeeEnum["SCHEDULING_TAX"] = 108] = "SCHEDULING_TAX";
6380
6382
  FeeEnum[FeeEnum["COLLECT_COMMODITY_VALUE"] = 136] = "COLLECT_COMMODITY_VALUE";
6383
+ FeeEnum[FeeEnum["TDA_MIN"] = 141] = "TDA_MIN";
6381
6384
  FeeEnum[FeeEnum["TDA_FREIGHT"] = 142] = "TDA_FREIGHT";
6382
6385
  })(FeeEnum || (FeeEnum = {}));
6383
6386
 
Binary file