@devline-smart-taxi/common 2.3.40 → 2.3.41
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/dist/proto/trip.proto +2 -0
- package/package.json +1 -1
package/dist/proto/trip.proto
CHANGED
|
@@ -135,6 +135,7 @@ message TripListItem {
|
|
|
135
135
|
optional string pickupAddress = 17;
|
|
136
136
|
optional string destinationAddress = 18;
|
|
137
137
|
// Vaqtlar
|
|
138
|
+
optional string startedAt = 19;
|
|
138
139
|
optional string endedAt = 20;
|
|
139
140
|
}
|
|
140
141
|
|
|
@@ -160,6 +161,7 @@ message TripDetailResponse {
|
|
|
160
161
|
optional float destinationLat = 10;
|
|
161
162
|
optional float destinationLng = 11;
|
|
162
163
|
string createdAt = 12;
|
|
164
|
+
optional string startedAt = 13;
|
|
163
165
|
optional string endedAt = 14;
|
|
164
166
|
// Mashina
|
|
165
167
|
optional string carModel = 16;
|