fix: rename rbac service
All checks were successful
Publish / Publish Job (push) Successful in 2m44s

This commit is contained in:
Дмитрий
2026-04-05 12:36:21 +03:00
parent 1ab31c1893
commit 74bc65b3e2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lendry-erp/contracts", "name": "@lendry-erp/contracts",
"version": "1.0.50", "version": "1.0.51",
"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",

View File

@@ -6,7 +6,7 @@ option go_package = "git.lendry.ru/lendry-erp/proto.git/go;pb";
service LdapAuthService { service RbacService {
rpc GetAllPermissions (GetAllPermissionsRequest) returns (GetAllPermissionsResponse); rpc GetAllPermissions (GetAllPermissionsRequest) returns (GetAllPermissionsResponse);
rpc GetAllRoles(GetAllRolesRequest) returns (GetAllRolesResponse); rpc GetAllRoles(GetAllRolesRequest) returns (GetAllRolesResponse);
} }