@chargetrip/types 1.46.2 → 1.47.0

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.
@@ -1390,6 +1390,14 @@ export let RouteAlternativeType;
1390
1390
  RouteAlternativeType["ALTERNATIVE"] = "alternative";
1391
1391
  })(RouteAlternativeType || (RouteAlternativeType = {}));
1392
1392
 
1393
+ /** Types of route features that can be avoided in routing. */
1394
+ export let RouteAvoid;
1395
+
1396
+ (function (RouteAvoid) {
1397
+ RouteAvoid["TOLL_ROAD"] = "toll_road";
1398
+ RouteAvoid["FERRY"] = "ferry";
1399
+ })(RouteAvoid || (RouteAvoid = {}));
1400
+
1393
1401
  /** Type of a maneuver indicating the main action. */
1394
1402
  export let RouteDetailsLegManeuverType;
1395
1403