aboutsummaryrefslogtreecommitdiff
path: root/common/src/api.rs
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/api.rs')
-rw-r--r--common/src/api.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/src/api.rs b/common/src/api.rs
index bec33ba..ea1a0c6 100644
--- a/common/src/api.rs
+++ b/common/src/api.rs
@@ -27,6 +27,7 @@ fields! {
VIEW_ADMIN_IMPORT: Object = b"adim";
VIEW_ADMIN_INFO: Object = b"adin";
VIEW_ADMIN_LOG: Object = b"adlo";
+ VIEW_ADMIN_USER_LIST: Object = b"adul";
VIEW_USER_SETTINGS: Object = b"uset";
ADMIN_IMPORT_BUSY: () = b"busy";
@@ -35,6 +36,8 @@ fields! {
ADMIN_INFO_TEXT: &str = b"aite";
ADMIN_LOG_MESSAGE: &str = b"aite";
+ ADMIN_USER_LIST_ITEM: Object = b"item";
+
NKU_NODE: Object = b"node";
NKU_UDATA: Object = b"udat";
NKU_ROLE: &str = b"role";