update add reverse map log activity type
This commit is contained in:
@ -7,4 +7,15 @@ export enum ActivityType {
|
|||||||
"Download" = "W",
|
"Download" = "W",
|
||||||
"Login" = "I",
|
"Login" = "I",
|
||||||
"Logout" = "O",
|
"Logout" = "O",
|
||||||
|
};
|
||||||
|
|
||||||
|
export enum ActivityTypeReverse {
|
||||||
|
"C" = "Create",
|
||||||
|
"V" = "View",
|
||||||
|
"U" = "Update",
|
||||||
|
"D" = "Delete",
|
||||||
|
"T" = "Restore",
|
||||||
|
"W" = "Download",
|
||||||
|
"I" = "Login",
|
||||||
|
"O" = "Logout",
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user