@chargetrip/types 1.37.3 → 1.38.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/CHANGELOG.md +14 -0
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +4 -4
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +4 -4
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +93 -59
- package/graphql.schema.json +290 -99
- package/package.json +2 -2
- package/src/graphql.ts +98 -59
|
@@ -605,15 +605,15 @@ export let IsolineFerryConnectionsType;
|
|
|
605
605
|
IsolineFerryConnectionsType["SINGLE"] = "single";
|
|
606
606
|
})(IsolineFerryConnectionsType || (IsolineFerryConnectionsType = {}));
|
|
607
607
|
|
|
608
|
-
/** Granularity of the isoline */
|
|
608
|
+
/** Granularity of the isoline. */
|
|
609
609
|
export let IsolineQuality;
|
|
610
|
-
/** Status of the isoline label */
|
|
611
610
|
|
|
612
611
|
(function (IsolineQuality) {
|
|
613
612
|
IsolineQuality["HIGH"] = "high";
|
|
614
613
|
IsolineQuality["LOW"] = "low";
|
|
615
614
|
})(IsolineQuality || (IsolineQuality = {}));
|
|
616
615
|
|
|
616
|
+
/** Status of the isoline label. */
|
|
617
617
|
export let IsolineStatus;
|
|
618
618
|
/** Types of a leg */
|
|
619
619
|
|
|
@@ -658,7 +658,7 @@ export let MappingProvider;
|
|
|
658
658
|
})(MappingProvider || (MappingProvider = {}));
|
|
659
659
|
|
|
660
660
|
export let MeasurementUnit;
|
|
661
|
-
/** A GeoJSON Polygon */
|
|
661
|
+
/** A GeoJSON Polygon. */
|
|
662
662
|
|
|
663
663
|
(function (MeasurementUnit) {
|
|
664
664
|
MeasurementUnit["MILLIMETER"] = "millimeter";
|
|
@@ -963,7 +963,7 @@ export let ParkingCost;
|
|
|
963
963
|
|
|
964
964
|
/** GeoJSON Point type */
|
|
965
965
|
export let PointType;
|
|
966
|
-
/** Polygon properties */
|
|
966
|
+
/** Polygon properties. */
|
|
967
967
|
|
|
968
968
|
(function (PointType) {
|
|
969
969
|
PointType["POINT"] = "Point";
|