add oauth proto file
All checks were successful
Publish / Publish Job (push) Successful in 53s

This commit is contained in:
Дмитрий
2026-04-23 10:50:24 +03:00
parent 4b62c4a2df
commit ac65ea88c0
3 changed files with 11 additions and 6 deletions

View File

@@ -26,6 +26,11 @@ export const GRPC_CLIENTS = {
protoPath: PROTO_PATHS.AUTH, protoPath: PROTO_PATHS.AUTH,
env: 'AUTH_GRPC_URL' env: 'AUTH_GRPC_URL'
}, },
OAUTH_PACKAGE: {
package: 'oauth.v1',
protoPath: PROTO_PATHS.OAUTH,
env: 'OAUTH_GRPC_URL'
},
ACCOUNT_PACKAGE: { ACCOUNT_PACKAGE: {
package: 'account.v1', package: 'account.v1',
protoPath: PROTO_PATHS.ACCOUNT, protoPath: PROTO_PATHS.ACCOUNT,

10
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@lendry-erp/common", "name": "@lendry-erp/common",
"version": "1.1.4", "version": "1.1.6",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@lendry-erp/common", "name": "@lendry-erp/common",
"version": "1.1.4", "version": "1.1.6",
"dependencies": { "dependencies": {
"@lendry-erp/contracts": "^1.1.10", "@lendry-erp/contracts": "^1.1.10",
"@nestjs/common": "^11.1.18", "@nestjs/common": "^11.1.18",
@@ -243,9 +243,9 @@
} }
}, },
"node_modules/@lendry-erp/contracts": { "node_modules/@lendry-erp/contracts": {
"version": "1.2.24", "version": "1.2.38",
"resolved": "https://git.lendry.ru/api/packages/lendry-erp/npm/%40lendry-erp%2Fcontracts/-/1.2.24/contracts-1.2.24.tgz", "resolved": "https://git.lendry.ru/api/packages/lendry-erp/npm/%40lendry-erp%2Fcontracts/-/1.2.38/contracts-1.2.38.tgz",
"integrity": "sha512-ObPXMHguhPuP6IKUwJY/kS7pFrVSDVvidntlVZLowcVnoRN3i/ynsLEmg0RAfbhzpnlmjvgxDeXP4YEeJnGeiA==", "integrity": "sha512-73CuvKaXevholpmbmBtPeJcO1rygRMZiP/CLagtvCYUXTtFW485CjF+iX9oQs6J+P5f7GkFkANaafh6Yw4Porg==",
"dependencies": { "dependencies": {
"@grpc/grpc-js": "^1.14.3", "@grpc/grpc-js": "^1.14.3",
"@nestjs/microservices": "^11.1.17", "@nestjs/microservices": "^11.1.17",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lendry-erp/common", "name": "@lendry-erp/common",
"version": "1.1.6", "version": "1.1.7",
"description": "Core shared components for Lendry-ERP microservice ecosystem", "description": "Core shared components for Lendry-ERP microservice ecosystem",
"main": "dist/index.js", "main": "dist/index.js",
"type": "dist/index.d.ts", "type": "dist/index.d.ts",