@devline-smart-taxi/common 2.3.68 → 2.3.69

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.
@@ -194,4 +194,5 @@ message GetDriverTodayTripsCountRequest {
194
194
 
195
195
  message GetDriverTodayTripsCountResponse {
196
196
  int32 count = 1;
197
+ double totalEarnings = 2;
197
198
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devline-smart-taxi/common",
3
- "version": "2.3.68",
3
+ "version": "2.3.69",
4
4
  "description": "Reusable NestJS common library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",