fix: change create user response succes bool
All checks were successful
Publish / Publish Job (push) Successful in 2m21s

This commit is contained in:
Дмитрий
2026-04-11 15:34:10 +03:00
parent 3c5fbf2790
commit b10fbaf68c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -19,7 +19,7 @@ message CreateUserRequest {
string id = 1;
}
message CreateUserResponse {
string success = 1;
bool success = 1;
}
message ChangeMeRequest {
string user_id = 1;