@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.
- package/dist/proto/driver.proto +1 -0
- package/package.json +1 -1
package/dist/proto/driver.proto
CHANGED
|
@@ -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 {
|