@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.
@@ -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 photo = 24; // Avatar URL
349
+ optional string profilePhotoUrl = 24; // Avatar URL
350
350
  }
351
351
 
352
352
  // Haydovchining hujjatlari (ID karta, selfi, haydovchilik guvohnomasi)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devline-smart-taxi/common",
3
- "version": "2.3.55",
3
+ "version": "2.3.56",
4
4
  "description": "Reusable NestJS common library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",