@devline-smart-taxi/common 2.3.43 → 2.3.44

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.
@@ -93,6 +93,7 @@ message SavePersonalRequest {
93
93
  string cardBackId = 7; // UsersImage ID (UUID)
94
94
  string selfieWithCardId = 8; // UsersImage ID (UUID)
95
95
  string secretOtp = 9; // Oldingi stepdan kelgan maxfiy OTP
96
+ optional string profilePhotoId = 10; // UsersImage ID (UUID) - Profil rasmi
96
97
  }
97
98
 
98
99
  message SaveCarInfoRequest {
@@ -156,7 +157,7 @@ message UpdateDriverRatingRequest {
156
157
  }
157
158
 
158
159
  message UpdateAvatarRequest {
159
- string id = 1; // Driver ID
160
+ string id = 1; // Driver ID
160
161
  string avatarId = 2; // UsersImage ID (UUID)
161
162
  }
162
163
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devline-smart-taxi/common",
3
- "version": "2.3.43",
3
+ "version": "2.3.44",
4
4
  "description": "Reusable NestJS common library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",