@chargetrip/types 1.45.0 → 1.46.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 +7 -0
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +1 -81
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +1 -81
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +65 -1309
- package/graphql.schema.json +131 -5860
- package/package.json +4 -2
- package/src/graphql.ts +65 -1386
package/dist/node/index.js
CHANGED
|
@@ -82,17 +82,6 @@ exports.BatteryInputType = void 0;
|
|
|
82
82
|
BatteryInputType["PERCENTAGE"] = "percentage";
|
|
83
83
|
})(exports.BatteryInputType || (exports.BatteryInputType = {}));
|
|
84
84
|
|
|
85
|
-
/** Deprecated: In favour of VehicleBatteryFieldEstimations. */
|
|
86
|
-
exports.CarBatteryFieldEstimations = void 0;
|
|
87
|
-
/** Deprecated: In favour of VehicleBody. */
|
|
88
|
-
|
|
89
|
-
(function (CarBatteryFieldEstimations) {
|
|
90
|
-
CarBatteryFieldEstimations["B"] = "B";
|
|
91
|
-
CarBatteryFieldEstimations["F"] = "F";
|
|
92
|
-
CarBatteryFieldEstimations["N"] = "N";
|
|
93
|
-
CarBatteryFieldEstimations["U"] = "U";
|
|
94
|
-
})(exports.CarBatteryFieldEstimations || (exports.CarBatteryFieldEstimations = {}));
|
|
95
|
-
|
|
96
85
|
exports.CarConnectivityProvider = void 0;
|
|
97
86
|
/** Deprecated. */
|
|
98
87
|
|
|
@@ -100,74 +89,6 @@ exports.CarConnectivityProvider = void 0;
|
|
|
100
89
|
CarConnectivityProvider["ENODE"] = "Enode";
|
|
101
90
|
})(exports.CarConnectivityProvider || (exports.CarConnectivityProvider = {}));
|
|
102
91
|
|
|
103
|
-
/** Deprecated: In favour of VehicleDrivetrain. */
|
|
104
|
-
exports.CarDrivetrain = void 0;
|
|
105
|
-
/** Deprecated. */
|
|
106
|
-
|
|
107
|
-
(function (CarDrivetrain) {
|
|
108
|
-
CarDrivetrain["BEV"] = "BEV";
|
|
109
|
-
CarDrivetrain["EREV"] = "EREV";
|
|
110
|
-
})(exports.CarDrivetrain || (exports.CarDrivetrain = {}));
|
|
111
|
-
|
|
112
|
-
/** Deprecated: In favour of VehicleFuel. */
|
|
113
|
-
exports.CarFuel = void 0;
|
|
114
|
-
/** Deprecated: In favour of VehicleImage */
|
|
115
|
-
|
|
116
|
-
(function (CarFuel) {
|
|
117
|
-
CarFuel["E"] = "E";
|
|
118
|
-
})(exports.CarFuel || (exports.CarFuel = {}));
|
|
119
|
-
|
|
120
|
-
/** Deprecated: In favour of VehicleImageType. */
|
|
121
|
-
exports.CarImageType = void 0;
|
|
122
|
-
/** Deprecated: In favour of VehicleImageTypeUploadable. */
|
|
123
|
-
|
|
124
|
-
(function (CarImageType) {
|
|
125
|
-
CarImageType["PROVIDER"] = "provider";
|
|
126
|
-
CarImageType["IMAGE"] = "image";
|
|
127
|
-
CarImageType["IMAGE_THUMBNAIL"] = "image_thumbnail";
|
|
128
|
-
CarImageType["BRAND"] = "brand";
|
|
129
|
-
CarImageType["BRAND_THUMBNAIL"] = "brand_thumbnail";
|
|
130
|
-
CarImageType["PLACEHOLDER"] = "placeholder";
|
|
131
|
-
})(exports.CarImageType || (exports.CarImageType = {}));
|
|
132
|
-
|
|
133
|
-
exports.CarImageTypeUploadable = void 0;
|
|
134
|
-
/** Deprecated: In favour of VehicleList. */
|
|
135
|
-
|
|
136
|
-
(function (CarImageTypeUploadable) {
|
|
137
|
-
CarImageTypeUploadable["IMAGE"] = "image";
|
|
138
|
-
})(exports.CarImageTypeUploadable || (exports.CarImageTypeUploadable = {}));
|
|
139
|
-
|
|
140
|
-
/** Deprecated: In favour of VehicleMode. */
|
|
141
|
-
exports.CarMode = void 0;
|
|
142
|
-
/** Deprecated: In favour of VehicleNaming. */
|
|
143
|
-
|
|
144
|
-
(function (CarMode) {
|
|
145
|
-
CarMode["INDEX_ONLY"] = "index_only";
|
|
146
|
-
CarMode["PRODUCTION"] = "production";
|
|
147
|
-
CarMode["CONCEPT"] = "concept";
|
|
148
|
-
})(exports.CarMode || (exports.CarMode = {}));
|
|
149
|
-
|
|
150
|
-
/** Deprecated: In favour of VehiclePropulsion. */
|
|
151
|
-
exports.CarPropulsion = void 0;
|
|
152
|
-
/** Deprecated: In favour of VehicleRange. */
|
|
153
|
-
|
|
154
|
-
(function (CarPropulsion) {
|
|
155
|
-
CarPropulsion["AWD"] = "AWD";
|
|
156
|
-
CarPropulsion["FRONT"] = "Front";
|
|
157
|
-
CarPropulsion["REAR"] = "Rear";
|
|
158
|
-
})(exports.CarPropulsion || (exports.CarPropulsion = {}));
|
|
159
|
-
|
|
160
|
-
/** Deprecated: In favour of VehicleStatus. */
|
|
161
|
-
exports.CarStatus = void 0;
|
|
162
|
-
/** Deprecated: In favour of VehicleVideo. */
|
|
163
|
-
|
|
164
|
-
(function (CarStatus) {
|
|
165
|
-
CarStatus["NEW"] = "new";
|
|
166
|
-
CarStatus["REVIEW"] = "review";
|
|
167
|
-
CarStatus["PUBLIC"] = "public";
|
|
168
|
-
CarStatus["REMOVED"] = "removed";
|
|
169
|
-
})(exports.CarStatus || (exports.CarStatus = {}));
|
|
170
|
-
|
|
171
92
|
/** Charging mode used at charging stations. */
|
|
172
93
|
exports.ChargeMode = void 0;
|
|
173
94
|
|
|
@@ -1665,7 +1586,6 @@ exports.SortDirection = void 0;
|
|
|
1665
1586
|
})(exports.SortDirection || (exports.SortDirection = {}));
|
|
1666
1587
|
|
|
1667
1588
|
exports.SpeedUnit = void 0;
|
|
1668
|
-
/** Standards(plug type) stats model */
|
|
1669
1589
|
|
|
1670
1590
|
(function (SpeedUnit) {
|
|
1671
1591
|
SpeedUnit["KILOMETERS_PER_HOUR"] = "kilometers_per_hour";
|
|
@@ -1706,7 +1626,7 @@ exports.StationAdhocAuthorisationPaymentMethod = void 0;
|
|
|
1706
1626
|
|
|
1707
1627
|
/** The station speed type. */
|
|
1708
1628
|
exports.StationSpeedType = void 0;
|
|
1709
|
-
/**
|
|
1629
|
+
/** Describes the vehicle restrictions at the location. */
|
|
1710
1630
|
|
|
1711
1631
|
(function (StationSpeedType) {
|
|
1712
1632
|
StationSpeedType["SLOW"] = "slow";
|