working commit

This commit is contained in:
2026-06-09 14:10:53 +02:00
parent ee30858d11
commit 6e92720e69
26 changed files with 339 additions and 165 deletions
+3 -3
View File
@@ -35,7 +35,7 @@ message restoreDumpResult {
message setGrantParams {
string username = 1;
string accountID = 2;
string operation = 3;
string grantname = 3;
}
message setGrantResult {
string grantID = 1;
@@ -44,7 +44,7 @@ message setGrantResult {
message deleteGrantParams {
string username = 1;
string accountID = 2;
string operation = 3;
string grantname = 3;
}
message deleteGrantResult {}
@@ -89,7 +89,7 @@ message accountShortDescr {
}
message grantShortDescr {
string operation = 1;
string grantname = 1;
string createdAt = 2;
}