chore: auto-generate protobuf files [skip ci]
This commit is contained in:
@@ -17,6 +17,10 @@ export interface GetAllPermissionsRequest {
|
||||
}
|
||||
|
||||
export interface GetAllPermissionsResponse {
|
||||
permission: Permission | undefined;
|
||||
}
|
||||
|
||||
export interface Permission {
|
||||
id: string;
|
||||
code: string;
|
||||
description: string;
|
||||
@@ -30,6 +34,10 @@ export interface GetAllRolesRequest {
|
||||
}
|
||||
|
||||
export interface GetAllRolesResponse {
|
||||
roles: Roles | undefined;
|
||||
}
|
||||
|
||||
export interface Roles {
|
||||
id: string;
|
||||
name: string;
|
||||
level: number;
|
||||
|
||||
Reference in New Issue
Block a user