add search users methodds
Some checks failed
Publish / Publish Job (push) Failing after 2m25s

This commit is contained in:
Дмитрий
2026-04-11 07:58:02 +03:00
parent 5e0cbe1214
commit d544912ac1
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@lendry-erp/contracts",
"version": "1.1.4",
"version": "1.1.5",
"description": "Protobuf definitions and generated TypeScript types",
"type": "commonjs",
"main": "./dist/index.js",

View File

@@ -13,8 +13,9 @@ service SearchService {
message SearchUsersRequest {
string query = 1;
string user_id = 2; // Придерживаемся твоего паттерна передачи контекста
string user_id = 2;
string session_id = 3;
optional string status = 4;
}
message SearchUserItem {