@devline-smart-taxi/common 2.3.91 → 2.3.92
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 +5 -0
- package/package.json +1 -1
package/dist/proto/trip.proto
CHANGED
|
@@ -118,6 +118,11 @@ message TripFinishResponse {
|
|
|
118
118
|
int32 durationMinutes = 4;
|
|
119
119
|
string message = 5;
|
|
120
120
|
int32 statusCode = 6;
|
|
121
|
+
string paymentMethod = 7;
|
|
122
|
+
string pickupAddress = 8;
|
|
123
|
+
string destinationAddress = 9;
|
|
124
|
+
string startedAt = 10;
|
|
125
|
+
string endedAt = 11;
|
|
121
126
|
}
|
|
122
127
|
|
|
123
128
|
message CheckDriverHasActiveTripResponse {
|