fix: change access token to user id and session id for logaut other method
All checks were successful
Publish / Publish Job (push) Successful in 2m38s
All checks were successful
Publish / Publish Job (push) Successful in 2m38s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lendry-erp/contracts",
|
||||
"version": "1.0.43",
|
||||
"version": "1.0.44",
|
||||
"description": "Protobuf definitions and generated TypeScript types",
|
||||
"type": "commonjs",
|
||||
"main": "./dist/index.js",
|
||||
|
||||
@@ -39,7 +39,8 @@ message RefreshResponse {
|
||||
}
|
||||
|
||||
message LogoutRequest {
|
||||
string access_token = 1;
|
||||
string user_id = 1;
|
||||
string session_id = 2;
|
||||
}
|
||||
|
||||
message LogoutResponse {
|
||||
|
||||
Reference in New Issue
Block a user