@chargetrip/types 1.46.1 → 1.46.2
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/CHANGELOG.md +7 -0
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +2 -0
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +2 -0
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +158 -122
- package/graphql.schema.json +513 -225
- package/package.json +1 -1
- package/src/graphql.ts +160 -122
|
@@ -938,6 +938,7 @@ export let HeavyVehiclesEUType;
|
|
|
938
938
|
HeavyVehiclesEUType["N1"] = "N1";
|
|
939
939
|
HeavyVehiclesEUType["N2"] = "N2";
|
|
940
940
|
HeavyVehiclesEUType["N3"] = "N3";
|
|
941
|
+
HeavyVehiclesEUType["N3_O4"] = "N3_O4";
|
|
941
942
|
})(HeavyVehiclesEUType || (HeavyVehiclesEUType = {}));
|
|
942
943
|
|
|
943
944
|
export let HeavyVehiclesFacility;
|
|
@@ -1316,6 +1317,7 @@ export let OICPValueAddedServices;
|
|
|
1316
1317
|
|
|
1317
1318
|
/** Operator ranking level. */
|
|
1318
1319
|
export let OperatorRankingLevel;
|
|
1320
|
+
/** Ranking configuration for the operator. An operator can be ranked on different levels in different countries. Default operator preference applied to routes created through createRoute mutation if no operator preference is specified in the request. */
|
|
1319
1321
|
|
|
1320
1322
|
(function (OperatorRankingLevel) {
|
|
1321
1323
|
OperatorRankingLevel["LOW"] = "low";
|