fix: rename rbac service
All checks were successful
Publish / Publish Job (push) Successful in 2m44s
All checks were successful
Publish / Publish Job (push) Successful in 2m44s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lendry-erp/contracts",
|
||||
"version": "1.0.50",
|
||||
"version": "1.0.51",
|
||||
"description": "Protobuf definitions and generated TypeScript types",
|
||||
"type": "commonjs",
|
||||
"main": "./dist/index.js",
|
||||
|
||||
@@ -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 GetAllRoles(GetAllRolesRequest) returns (GetAllRolesResponse);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user