@devline-smart-taxi/common 2.3.95 → 2.3.96

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.
@@ -179,6 +179,7 @@ message GetAllDriversRequest {
179
179
  optional int32 page = 1; // Sahifa raqami (default: 1)
180
180
  optional int32 pageSize = 2; // Sahifa o'lchami (default: 10)
181
181
  optional string search = 3; // Qidiruv so'zi (phoneNumber bo'yicha)
182
+ optional string stepRegistration = 4;
182
183
  }
183
184
 
184
185
  message GetDriversByBranchRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devline-smart-taxi/common",
3
- "version": "2.3.95",
3
+ "version": "2.3.96",
4
4
  "description": "Reusable NestJS common library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",