diff --git a/package.json b/package.json index 65c6ed6..45409a5 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/proto/auth.proto b/proto/auth.proto index 8c9f0e0..9d76665 100644 --- a/proto/auth.proto +++ b/proto/auth.proto @@ -39,7 +39,8 @@ message RefreshResponse { } message LogoutRequest { - string access_token = 1; + string user_id = 1; + string session_id = 2; } message LogoutResponse {