@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
package/dist/node/index.js
CHANGED
|
@@ -1051,7 +1051,7 @@ exports.NavigationChangeSource = void 0;
|
|
|
1051
1051
|
})(exports.NavigationChangeSource || (exports.NavigationChangeSource = {}));
|
|
1052
1052
|
|
|
1053
1053
|
exports.NavigationChangeType = void 0;
|
|
1054
|
-
/** Input for the navigation
|
|
1054
|
+
/** Input for the navigation finish. */
|
|
1055
1055
|
|
|
1056
1056
|
(function (NavigationChangeType) {
|
|
1057
1057
|
NavigationChangeType["STARTED"] = "started";
|
|
@@ -1676,6 +1676,7 @@ exports.RouteWarningCode = void 0;
|
|
|
1676
1676
|
RouteWarningCode["LOW_SPEED"] = "low_speed";
|
|
1677
1677
|
RouteWarningCode["OPERATOR_PREFERENCES_NOT_FOUND"] = "operator_preferences_not_found";
|
|
1678
1678
|
RouteWarningCode["TRAFFIC_DATA_NOT_AVAILABLE"] = "traffic_data_not_available";
|
|
1679
|
+
RouteWarningCode["OPERATORS_IGNORED"] = "operators_ignored";
|
|
1679
1680
|
})(exports.RouteWarningCode || (exports.RouteWarningCode = {}));
|
|
1680
1681
|
|
|
1681
1682
|
exports.SolarIrradianceUnit = void 0;
|