fix: change create user response succes bool
All checks were successful
Publish / Publish Job (push) Successful in 2m21s
All checks were successful
Publish / Publish Job (push) Successful in 2m21s
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -19,7 +19,7 @@ message CreateUserRequest {
|
||||
string id = 1;
|
||||
}
|
||||
message CreateUserResponse {
|
||||
string success = 1;
|
||||
bool success = 1;
|
||||
}
|
||||
message ChangeMeRequest {
|
||||
string user_id = 1;
|
||||
|
||||
Reference in New Issue
Block a user