@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.
@@ -942,6 +942,7 @@ exports.HeavyVehiclesEUType = void 0;
942
942
  HeavyVehiclesEUType["N1"] = "N1";
943
943
  HeavyVehiclesEUType["N2"] = "N2";
944
944
  HeavyVehiclesEUType["N3"] = "N3";
945
+ HeavyVehiclesEUType["N3_O4"] = "N3_O4";
945
946
  })(exports.HeavyVehiclesEUType || (exports.HeavyVehiclesEUType = {}));
946
947
 
947
948
  exports.HeavyVehiclesFacility = void 0;
@@ -1320,6 +1321,7 @@ exports.OICPValueAddedServices = void 0;
1320
1321
 
1321
1322
  /** Operator ranking level. */
1322
1323
  exports.OperatorRankingLevel = void 0;
1324
+ /** 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. */
1323
1325
 
1324
1326
  (function (OperatorRankingLevel) {
1325
1327
  OperatorRankingLevel["LOW"] = "low";