alpha-global-constants 1.2.9 → 1.3.0

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.
@@ -118,6 +118,7 @@ export declare enum api {
118
118
  SYS_FUNCTION_UPDATE_THEN_UPDATE_FUNCTION_ID_FOR_MENU = "/api/SysFunction/UpdateFunctionThenUpdateFunctionIdForMenu",
119
119
  SYS_FUNCTION_READ_ALL_WITH_ALL_ACTIONS = "/api/SysFunction/ReadAllWithAllActions",
120
120
  SYS_FUNCTION_READ_ALL_WITH_ALL_ACTIONS_GRPC = "/api/gRPC/SysFunction/ReadAllWithAllActions",
121
+ SYS_FUNCTION_TOGGLE_ACTIVE_IDS = "/api/SysFunction/ToggleActiveIds",
121
122
  SYS_FUNCTION_IGNORE_QUERY_LIST = "/api/SysFunctionIgnore/QueryList",
122
123
  SYS_FUNCTION_IGNORE_READ = "/api/SysFunctionIgnore/GetById",
123
124
  SYS_FUNCTION_IGNORE_READ_ALL = "/api/SysFunctionIgnore/ReadAll",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alpha-global-constants",
3
- "version": "1.2.9",
3
+ "version": "1.3.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"