@devline-smart-taxi/common 2.3.55 → 2.3.56
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 +1 -1
- package/package.json +1 -1
package/dist/proto/driver.proto
CHANGED
|
@@ -346,7 +346,7 @@ message DriverData {
|
|
|
346
346
|
optional float rating = 21;
|
|
347
347
|
optional string fcm_token = 22;
|
|
348
348
|
optional string lang = 23;
|
|
349
|
-
optional string
|
|
349
|
+
optional string profilePhotoUrl = 24; // Avatar URL
|
|
350
350
|
}
|
|
351
351
|
|
|
352
352
|
// Haydovchining hujjatlari (ID karta, selfi, haydovchilik guvohnomasi)
|