@devline-smart-taxi/common 2.3.28 → 2.3.29

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.
@@ -170,6 +170,7 @@ message UpdateDriverCarInfoRequest {
170
170
  optional bool isOwner = 6;
171
171
  optional string documentFrontId = 7;
172
172
  optional string documentBackId = 8;
173
+ optional string carClassId = 9;
173
174
  }
174
175
 
175
176
  message UpdateDriverLicenseRequest {
@@ -334,6 +335,8 @@ message DriverCarData {
334
335
  bool isOwner = 7;
335
336
  UsersImageData documentFront = 8;
336
337
  UsersImageData documentBack = 9;
338
+ optional string carClassId = 10;
339
+ optional string carClassName = 11;
337
340
  }
338
341
 
339
342
  // Rasm (UsersImage) ma'lumotlari (short format)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devline-smart-taxi/common",
3
- "version": "2.3.28",
3
+ "version": "2.3.29",
4
4
  "description": "Reusable NestJS common library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",