@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.
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devline-smart-taxi/common",
3
- "version": "2.3.91",
3
+ "version": "2.3.92",
4
4
  "description": "Reusable NestJS common library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",