diff --git a/package.json b/package.json index 1db5810..3ca9066 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/proto/auth.proto b/proto/auth.proto index d324bfb..0a62939 100644 --- a/proto/auth.proto +++ b/proto/auth.proto @@ -76,7 +76,7 @@ message GetAccountRoleLevelResponse { message GetSessionRequest { string user_id = 1; - string session_id = 2; + string current_session_id = 2; } message SessionItem {