@devline-smart-taxi/common 2.3.42 → 2.3.43

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.
@@ -169,6 +169,7 @@ message UpdateDriverPersonalInfoRequest {
169
169
  optional string cardBackId = 6;
170
170
  optional string selfieWithCardId = 7;
171
171
  optional string lang = 8;
172
+ optional string profilePhotoId = 9;
172
173
  }
173
174
 
174
175
  message UpdateDriverCarInfoRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devline-smart-taxi/common",
3
- "version": "2.3.42",
3
+ "version": "2.3.43",
4
4
  "description": "Reusable NestJS common library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",