b2m-utils 0.0.188 → 0.0.189

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.
@@ -11,5 +11,6 @@ export declare enum FeeEnum {
11
11
  SCHEDULING_TAX = 108,
12
12
  COLLECT_COMMODITY_VALUE = 136,
13
13
  TDA_MIN = 141,
14
- TDA_FREIGHT = 142
14
+ TDA_FREIGHT = 142,
15
+ COLLECT = 151
15
16
  }
@@ -145,6 +145,7 @@ var FeeEnum;
145
145
  FeeEnum[FeeEnum["COLLECT_COMMODITY_VALUE"] = 136] = "COLLECT_COMMODITY_VALUE";
146
146
  FeeEnum[FeeEnum["TDA_MIN"] = 141] = "TDA_MIN";
147
147
  FeeEnum[FeeEnum["TDA_FREIGHT"] = 142] = "TDA_FREIGHT";
148
+ FeeEnum[FeeEnum["COLLECT"] = 151] = "COLLECT";
148
149
  })(FeeEnum || (FeeEnum = {}));
149
150
 
150
151
  var FreightRegionEnum;
Binary file