@chargetrip/types 1.54.0 → 1.56.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.
@@ -1047,7 +1047,7 @@ export let NavigationChangeSource;
1047
1047
  })(NavigationChangeSource || (NavigationChangeSource = {}));
1048
1048
 
1049
1049
  export let NavigationChangeType;
1050
- /** Input for the navigation recalculate. */
1050
+ /** Input for the navigation finish. */
1051
1051
 
1052
1052
  (function (NavigationChangeType) {
1053
1053
  NavigationChangeType["STARTED"] = "started";
@@ -1672,6 +1672,7 @@ export let RouteWarningCode;
1672
1672
  RouteWarningCode["LOW_SPEED"] = "low_speed";
1673
1673
  RouteWarningCode["OPERATOR_PREFERENCES_NOT_FOUND"] = "operator_preferences_not_found";
1674
1674
  RouteWarningCode["TRAFFIC_DATA_NOT_AVAILABLE"] = "traffic_data_not_available";
1675
+ RouteWarningCode["OPERATORS_IGNORED"] = "operators_ignored";
1675
1676
  })(RouteWarningCode || (RouteWarningCode = {}));
1676
1677
 
1677
1678
  export let SolarIrradianceUnit;