This commit is contained in:
2020-05-20 14:03:04 +00:00
parent fec09b6d16
commit 5503ebb18f
2 changed files with 61 additions and 14 deletions

View File

@@ -15,17 +15,18 @@ namespace AyaNova.Biz
Modified = 3,
//specific events
AttachmentCreate=4,
AttachmentDelete=5,
AttachmentDownload=6,
LicenseFetch=7,
LicenseTrialRequest=8,
ServerStateChange=9,
SeedDatabase=10,
AttachmentModified=11,
EraseAllData=12,
ResetSerial=13
AttachmentCreate = 4,
AttachmentDelete = 5,
AttachmentDownload = 6,
LicenseFetch = 7,
LicenseTrialRequest = 8,
ServerStateChange = 9,
SeedDatabase = 10,
AttachmentModified = 11,
EraseAllData = 12,
ResetSerial = 13,
UtilityFileDownload = 14
//NEW ITEMS REQUIRE translation KEYS and update CLIENT ay-history.vue code in eventypes list and translation fetcher