@devline-smart-taxi/common 2.3.85 → 2.3.86

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.
@@ -181,6 +181,7 @@ message VerifyStepOtpForImageUploadRequest {
181
181
  message ApproveDriverRequest {
182
182
  string driverId = 1;
183
183
  optional string carClassId = 2;
184
+ optional string branchId = 3;
184
185
  }
185
186
 
186
187
  message RejectDriverRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devline-smart-taxi/common",
3
- "version": "2.3.85",
3
+ "version": "2.3.86",
4
4
  "description": "Reusable NestJS common library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",