fix: rename session_id -> current_session_id
All checks were successful
Publish / Publish Job (push) Successful in 2m36s
All checks were successful
Publish / Publish Job (push) Successful in 2m36s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lendry-erp/contracts",
|
||||
"version": "1.0.46",
|
||||
"version": "1.0.47",
|
||||
"description": "Protobuf definitions and generated TypeScript types",
|
||||
"type": "commonjs",
|
||||
"main": "./dist/index.js",
|
||||
|
||||
@@ -76,7 +76,7 @@ message GetAccountRoleLevelResponse {
|
||||
|
||||
message GetSessionRequest {
|
||||
string user_id = 1;
|
||||
string session_id = 2;
|
||||
string current_session_id = 2;
|
||||
}
|
||||
|
||||
message SessionItem {
|
||||
|
||||
Reference in New Issue
Block a user