@devline-smart-taxi/common 2.3.42 → 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.
- package/dist/proto/driver.proto +3 -1
- package/package.json +1 -1
package/dist/proto/driver.proto
CHANGED
|
@@ -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;
|
|
160
|
+
string id = 1; // Driver ID
|
|
160
161
|
string avatarId = 2; // UsersImage ID (UUID)
|
|
161
162
|
}
|
|
162
163
|
|
|
@@ -169,6 +170,7 @@ message UpdateDriverPersonalInfoRequest {
|
|
|
169
170
|
optional string cardBackId = 6;
|
|
170
171
|
optional string selfieWithCardId = 7;
|
|
171
172
|
optional string lang = 8;
|
|
173
|
+
optional string profilePhotoId = 9;
|
|
172
174
|
}
|
|
173
175
|
|
|
174
176
|
message UpdateDriverCarInfoRequest {
|