@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.
- package/dist/proto/driver.proto +3 -0
- package/package.json +1 -1
package/dist/proto/driver.proto
CHANGED
|
@@ -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)
|