oauth add GenerateOauthCodeRequest
All checks were successful
Publish / Publish Job (push) Successful in 2m32s
All checks were successful
Publish / Publish Job (push) Successful in 2m32s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@lendry-erp/contracts",
|
"name": "@lendry-erp/contracts",
|
||||||
"version": "1.2.36",
|
"version": "1.2.37",
|
||||||
"description": "Protobuf definitions and generated TypeScript types",
|
"description": "Protobuf definitions and generated TypeScript types",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|||||||
@@ -122,6 +122,8 @@ message TerminateSessionResponse {
|
|||||||
|
|
||||||
message GenerateOauthCodeRequest {
|
message GenerateOauthCodeRequest {
|
||||||
string user_id = 1;
|
string user_id = 1;
|
||||||
|
string client_id = 2;
|
||||||
|
string redirect_uri = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
message GenerateOauthCodeResponse {
|
message GenerateOauthCodeResponse {
|
||||||
|
|||||||
Reference in New Issue
Block a user