diff --git a/package.json b/package.json index 73bfbd9..20a21d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lendry-erp/contracts", - "version": "1.2.36", + "version": "1.2.37", "description": "Protobuf definitions and generated TypeScript types", "type": "commonjs", "main": "./dist/index.js", diff --git a/proto/sso/auth.proto b/proto/sso/auth.proto index 5beefdc..0c05cc4 100644 --- a/proto/sso/auth.proto +++ b/proto/sso/auth.proto @@ -122,6 +122,8 @@ message TerminateSessionResponse { message GenerateOauthCodeRequest { string user_id = 1; + string client_id = 2; + string redirect_uri = 3; } message GenerateOauthCodeResponse {