oauth add GenerateOauthCodeRequest
All checks were successful
Publish / Publish Job (push) Successful in 2m32s

This commit is contained in:
lendry
2026-04-21 18:36:24 +03:00
parent 0f12ea6451
commit d6f8906f22
2 changed files with 3 additions and 1 deletions

View File

@@ -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",

View File

@@ -122,6 +122,8 @@ message TerminateSessionResponse {
message GenerateOauthCodeRequest {
string user_id = 1;
string client_id = 2;
string redirect_uri = 3;
}
message GenerateOauthCodeResponse {