@chargetrip/types 1.46.1 → 1.46.2

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.
@@ -938,6 +938,7 @@ export let HeavyVehiclesEUType;
938
938
  HeavyVehiclesEUType["N1"] = "N1";
939
939
  HeavyVehiclesEUType["N2"] = "N2";
940
940
  HeavyVehiclesEUType["N3"] = "N3";
941
+ HeavyVehiclesEUType["N3_O4"] = "N3_O4";
941
942
  })(HeavyVehiclesEUType || (HeavyVehiclesEUType = {}));
942
943
 
943
944
  export let HeavyVehiclesFacility;
@@ -1316,6 +1317,7 @@ export let OICPValueAddedServices;
1316
1317
 
1317
1318
  /** Operator ranking level. */
1318
1319
  export let OperatorRankingLevel;
1320
+ /** Ranking configuration for the operator. An operator can be ranked on different levels in different countries. Default operator preference applied to routes created through createRoute mutation if no operator preference is specified in the request. */
1319
1321
 
1320
1322
  (function (OperatorRankingLevel) {
1321
1323
  OperatorRankingLevel["LOW"] = "low";