@chargetrip/types 1.54.0 → 1.55.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 +1 -0
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +1 -0
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +3 -1
- package/graphql.schema.json +6 -0
- package/package.json +1 -1
- package/src/graphql.ts +3 -1
|
@@ -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;
|