@chargetrip/types 1.45.0 → 1.46.1
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 +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 +6 -3
- package/src/graphql.ts +65 -1386
|
@@ -78,17 +78,6 @@ export let BatteryInputType;
|
|
|
78
78
|
BatteryInputType["PERCENTAGE"] = "percentage";
|
|
79
79
|
})(BatteryInputType || (BatteryInputType = {}));
|
|
80
80
|
|
|
81
|
-
/** Deprecated: In favour of VehicleBatteryFieldEstimations. */
|
|
82
|
-
export let CarBatteryFieldEstimations;
|
|
83
|
-
/** Deprecated: In favour of VehicleBody. */
|
|
84
|
-
|
|
85
|
-
(function (CarBatteryFieldEstimations) {
|
|
86
|
-
CarBatteryFieldEstimations["B"] = "B";
|
|
87
|
-
CarBatteryFieldEstimations["F"] = "F";
|
|
88
|
-
CarBatteryFieldEstimations["N"] = "N";
|
|
89
|
-
CarBatteryFieldEstimations["U"] = "U";
|
|
90
|
-
})(CarBatteryFieldEstimations || (CarBatteryFieldEstimations = {}));
|
|
91
|
-
|
|
92
81
|
export let CarConnectivityProvider;
|
|
93
82
|
/** Deprecated. */
|
|
94
83
|
|
|
@@ -96,74 +85,6 @@ export let CarConnectivityProvider;
|
|
|
96
85
|
CarConnectivityProvider["ENODE"] = "Enode";
|
|
97
86
|
})(CarConnectivityProvider || (CarConnectivityProvider = {}));
|
|
98
87
|
|
|
99
|
-
/** Deprecated: In favour of VehicleDrivetrain. */
|
|
100
|
-
export let CarDrivetrain;
|
|
101
|
-
/** Deprecated. */
|
|
102
|
-
|
|
103
|
-
(function (CarDrivetrain) {
|
|
104
|
-
CarDrivetrain["BEV"] = "BEV";
|
|
105
|
-
CarDrivetrain["EREV"] = "EREV";
|
|
106
|
-
})(CarDrivetrain || (CarDrivetrain = {}));
|
|
107
|
-
|
|
108
|
-
/** Deprecated: In favour of VehicleFuel. */
|
|
109
|
-
export let CarFuel;
|
|
110
|
-
/** Deprecated: In favour of VehicleImage */
|
|
111
|
-
|
|
112
|
-
(function (CarFuel) {
|
|
113
|
-
CarFuel["E"] = "E";
|
|
114
|
-
})(CarFuel || (CarFuel = {}));
|
|
115
|
-
|
|
116
|
-
/** Deprecated: In favour of VehicleImageType. */
|
|
117
|
-
export let CarImageType;
|
|
118
|
-
/** Deprecated: In favour of VehicleImageTypeUploadable. */
|
|
119
|
-
|
|
120
|
-
(function (CarImageType) {
|
|
121
|
-
CarImageType["PROVIDER"] = "provider";
|
|
122
|
-
CarImageType["IMAGE"] = "image";
|
|
123
|
-
CarImageType["IMAGE_THUMBNAIL"] = "image_thumbnail";
|
|
124
|
-
CarImageType["BRAND"] = "brand";
|
|
125
|
-
CarImageType["BRAND_THUMBNAIL"] = "brand_thumbnail";
|
|
126
|
-
CarImageType["PLACEHOLDER"] = "placeholder";
|
|
127
|
-
})(CarImageType || (CarImageType = {}));
|
|
128
|
-
|
|
129
|
-
export let CarImageTypeUploadable;
|
|
130
|
-
/** Deprecated: In favour of VehicleList. */
|
|
131
|
-
|
|
132
|
-
(function (CarImageTypeUploadable) {
|
|
133
|
-
CarImageTypeUploadable["IMAGE"] = "image";
|
|
134
|
-
})(CarImageTypeUploadable || (CarImageTypeUploadable = {}));
|
|
135
|
-
|
|
136
|
-
/** Deprecated: In favour of VehicleMode. */
|
|
137
|
-
export let CarMode;
|
|
138
|
-
/** Deprecated: In favour of VehicleNaming. */
|
|
139
|
-
|
|
140
|
-
(function (CarMode) {
|
|
141
|
-
CarMode["INDEX_ONLY"] = "index_only";
|
|
142
|
-
CarMode["PRODUCTION"] = "production";
|
|
143
|
-
CarMode["CONCEPT"] = "concept";
|
|
144
|
-
})(CarMode || (CarMode = {}));
|
|
145
|
-
|
|
146
|
-
/** Deprecated: In favour of VehiclePropulsion. */
|
|
147
|
-
export let CarPropulsion;
|
|
148
|
-
/** Deprecated: In favour of VehicleRange. */
|
|
149
|
-
|
|
150
|
-
(function (CarPropulsion) {
|
|
151
|
-
CarPropulsion["AWD"] = "AWD";
|
|
152
|
-
CarPropulsion["FRONT"] = "Front";
|
|
153
|
-
CarPropulsion["REAR"] = "Rear";
|
|
154
|
-
})(CarPropulsion || (CarPropulsion = {}));
|
|
155
|
-
|
|
156
|
-
/** Deprecated: In favour of VehicleStatus. */
|
|
157
|
-
export let CarStatus;
|
|
158
|
-
/** Deprecated: In favour of VehicleVideo. */
|
|
159
|
-
|
|
160
|
-
(function (CarStatus) {
|
|
161
|
-
CarStatus["NEW"] = "new";
|
|
162
|
-
CarStatus["REVIEW"] = "review";
|
|
163
|
-
CarStatus["PUBLIC"] = "public";
|
|
164
|
-
CarStatus["REMOVED"] = "removed";
|
|
165
|
-
})(CarStatus || (CarStatus = {}));
|
|
166
|
-
|
|
167
88
|
/** Charging mode used at charging stations. */
|
|
168
89
|
export let ChargeMode;
|
|
169
90
|
|
|
@@ -1661,7 +1582,6 @@ export let SortDirection;
|
|
|
1661
1582
|
})(SortDirection || (SortDirection = {}));
|
|
1662
1583
|
|
|
1663
1584
|
export let SpeedUnit;
|
|
1664
|
-
/** Standards(plug type) stats model */
|
|
1665
1585
|
|
|
1666
1586
|
(function (SpeedUnit) {
|
|
1667
1587
|
SpeedUnit["KILOMETERS_PER_HOUR"] = "kilometers_per_hour";
|
|
@@ -1702,7 +1622,7 @@ export let StationAdhocAuthorisationPaymentMethod;
|
|
|
1702
1622
|
|
|
1703
1623
|
/** The station speed type. */
|
|
1704
1624
|
export let StationSpeedType;
|
|
1705
|
-
/**
|
|
1625
|
+
/** Describes the vehicle restrictions at the location. */
|
|
1706
1626
|
|
|
1707
1627
|
(function (StationSpeedType) {
|
|
1708
1628
|
StationSpeedType["SLOW"] = "slow";
|