@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
package/dist/node/index.js
CHANGED
|
@@ -609,15 +609,15 @@ exports.IsolineFerryConnectionsType = void 0;
|
|
|
609
609
|
IsolineFerryConnectionsType["SINGLE"] = "single";
|
|
610
610
|
})(exports.IsolineFerryConnectionsType || (exports.IsolineFerryConnectionsType = {}));
|
|
611
611
|
|
|
612
|
-
/** Granularity of the isoline */
|
|
612
|
+
/** Granularity of the isoline. */
|
|
613
613
|
exports.IsolineQuality = void 0;
|
|
614
|
-
/** Status of the isoline label */
|
|
615
614
|
|
|
616
615
|
(function (IsolineQuality) {
|
|
617
616
|
IsolineQuality["HIGH"] = "high";
|
|
618
617
|
IsolineQuality["LOW"] = "low";
|
|
619
618
|
})(exports.IsolineQuality || (exports.IsolineQuality = {}));
|
|
620
619
|
|
|
620
|
+
/** Status of the isoline label. */
|
|
621
621
|
exports.IsolineStatus = void 0;
|
|
622
622
|
/** Types of a leg */
|
|
623
623
|
|
|
@@ -662,7 +662,7 @@ exports.MappingProvider = void 0;
|
|
|
662
662
|
})(exports.MappingProvider || (exports.MappingProvider = {}));
|
|
663
663
|
|
|
664
664
|
exports.MeasurementUnit = void 0;
|
|
665
|
-
/** A GeoJSON Polygon */
|
|
665
|
+
/** A GeoJSON Polygon. */
|
|
666
666
|
|
|
667
667
|
(function (MeasurementUnit) {
|
|
668
668
|
MeasurementUnit["MILLIMETER"] = "millimeter";
|
|
@@ -967,7 +967,7 @@ exports.ParkingCost = void 0;
|
|
|
967
967
|
|
|
968
968
|
/** GeoJSON Point type */
|
|
969
969
|
exports.PointType = void 0;
|
|
970
|
-
/** Polygon properties */
|
|
970
|
+
/** Polygon properties. */
|
|
971
971
|
|
|
972
972
|
(function (PointType) {
|
|
973
973
|
PointType["POINT"] = "Point";
|