@devline-smart-taxi/common 2.3.39 → 2.3.40

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.
@@ -135,7 +135,6 @@ message TripListItem {
135
135
  optional string pickupAddress = 17;
136
136
  optional string destinationAddress = 18;
137
137
  // Vaqtlar
138
- optional string startedAt = 19;
139
138
  optional string endedAt = 20;
140
139
  }
141
140
 
@@ -161,7 +160,6 @@ message TripDetailResponse {
161
160
  optional float destinationLat = 10;
162
161
  optional float destinationLng = 11;
163
162
  string createdAt = 12;
164
- optional string startedAt = 13;
165
163
  optional string endedAt = 14;
166
164
  // Mashina
167
165
  optional string carModel = 16;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devline-smart-taxi/common",
3
- "version": "2.3.39",
3
+ "version": "2.3.40",
4
4
  "description": "Reusable NestJS common library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",