@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.
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +2 -1
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +2 -1
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +41 -23
- package/graphql.schema.json +274 -149
- package/package.json +1 -1
- package/src/graphql.ts +43 -24
|
@@ -1047,7 +1047,7 @@ export let NavigationChangeSource;
|
|
|
1047
1047
|
})(NavigationChangeSource || (NavigationChangeSource = {}));
|
|
1048
1048
|
|
|
1049
1049
|
export let NavigationChangeType;
|
|
1050
|
-
/** Input for the navigation
|
|
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;
|