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.
@@ -551,6 +551,7 @@ export declare enum api {
551
551
  SYS_ACTION_QUERY_LIST = "/api/SysAction/QueryList",
552
552
  SYS_ACTION_CREATE = "/api/SysAction/Create",
553
553
  SYS_ACTION_READ = "/api/SysAction/GetById",
554
+ SYS_ACTION_READ_ALL_MINI = "/api/SysAction/ReadAllMini",
554
555
  SYS_ACTION_READ_ALL = "/api/SysAction/ReadAll",
555
556
  SYS_ACTION_UPDATE = "/api/SysAction/Update",
556
557
  SYS_ACTION_DELETE = "/api/SysAction/Delete",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alpha-global-constants",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"