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,
env: 'AUTH_GRPC_URL'
},
OAUTH_PACKAGE: {
package: 'oauth.v1',
protoPath: PROTO_PATHS.OAUTH,
env: 'OAUTH_GRPC_URL'
},
ACCOUNT_PACKAGE: {
package: 'account.v1',
protoPath: PROTO_PATHS.ACCOUNT,