alpha-global-constants 0.7.7 → 0.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -585,6 +585,7 @@ var api;
585
585
  api["SYS_ACTION_QUERY_LIST"] = "/api/SysAction/QueryList";
586
586
  api["SYS_ACTION_CREATE"] = "/api/SysAction/Create";
587
587
  api["SYS_ACTION_READ"] = "/api/SysAction/GetById";
588
+ api["SYS_ACTION_READ_ALL_MINI"] = "/api/SysAction/ReadAllMini";
588
589
  api["SYS_ACTION_READ_ALL"] = "/api/SysAction/ReadAll";
589
590
  api["SYS_ACTION_UPDATE"] = "/api/SysAction/Update";
590
591
  api["SYS_ACTION_DELETE"] = "/api/SysAction/Delete";