feat: add success status pin and logout
Some checks failed
Publish / Publish Job (push) Has been cancelled
Some checks failed
Publish / Publish Job (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@lendry-erp/contracts",
|
"name": "@lendry-erp/contracts",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"description": "Protobuf definitions and generated TypeScript types",
|
"description": "Protobuf definitions and generated TypeScript types",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|||||||
@@ -54,7 +54,8 @@ message LogoutRequest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message LogoutResponse {
|
message LogoutResponse {
|
||||||
string message = 1;
|
bool success = 1;
|
||||||
|
string message = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message UnlockPinRequest {
|
message UnlockPinRequest {
|
||||||
@@ -63,7 +64,8 @@ message UnlockPinRequest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message UnlockPinResponse {
|
message UnlockPinResponse {
|
||||||
string message = 1;
|
bool success = 1;
|
||||||
|
string message = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RegisterRequest {
|
message RegisterRequest {
|
||||||
|
|||||||
Reference in New Issue
Block a user