alpha-global-constants 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -820,6 +820,7 @@ export declare enum api {
820
820
  SYS_MENU_DELETE = "/api/SysMenu/Delete",
821
821
  SYS_MENU_DELETE_IDS = "/api/SysMenu/DeleteIds",
822
822
  SYS_MENU_GET_PERMITTED_LINEAR_LIST = "/api/SysMenu/GetPermittedLinearList",
823
+ SYS_MENU_GET_PERMITTED_LINEAR_LIST_BY_ROOT_ID = "/api/SysMenu/GetPermittedLinearListByRootId",
823
824
  INS_CHANGE_QUERY_LIST = "/api/InsChange/QueryList",
824
825
  INS_CHANGE_READ = "/api/InsChange/GetById",
825
826
  INS_CHANGE_CREATE = "/api/InsChange/Create",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alpha-global-constants",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"