alpha-global-constants 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -91,6 +91,7 @@ export declare enum api {
91
91
  SYS_FUNCTION_CREATE_THEN_UPDATE_FUNCTION_ID_FOR_MENU = "/api/SysFunction/CreateFunctionThenUpdateFunctionIdForMenu",
92
92
  SYS_FUNCTION_UPDATE_THEN_UPDATE_FUNCTION_ID_FOR_MENU = "/api/SysFunction/UpdateFunctionThenUpdateFunctionIdForMenu",
93
93
  SYS_FUNCTION_READ_ALL_WITH_ALL_ACTIONS = "/api/SysFunction/ReadAllWithAllActions",
94
+ SYS_FUNCTION_READ_ALL_WITH_ALL_ACTIONS_GRPC = "/api/gRPC/SysFunction/ReadAllWithAllActions",
94
95
  SYS_FUNCTION_IGNORE_QUERY_LIST = "/api/SysFunctionIgnore/QueryList",
95
96
  SYS_FUNCTION_IGNORE_READ = "/api/SysFunctionIgnore/GetById",
96
97
  SYS_FUNCTION_IGNORE_READ_ALL = "/api/SysFunctionIgnore/ReadAll",
@@ -363,6 +364,7 @@ export declare enum api {
363
364
  PA_LISTFUND_GETCOMPANYTYPES = "/api/PaListfund/GetCompanyTypes",
364
365
  PA_LISTFUND_GET_COMPANY_BY_ID = "/api/PaListfund/GetListCompany",
365
366
  PA_LISTFUND_GET_LIST = "/api/PaListfund/GetListFund",
367
+ PA_LISTFUND_GET_LIST_BY_PERIOD_ID = "/api/PaListfund/GetListFundByPeriodId?periodId=",
366
368
  PA_LISTFUND_TOGGLE_ACTIVE_IDS = "/api/PaListfund/ToggleActiveIds",
367
369
  PA_PHASE_ADVANCE_QUERY_LIST = "/api/PaPhaseAdvance/QueryList",
368
370
  PA_PHASE_ADVANCE_CREATE = "/api/PaPhaseAdvance/Create",
@@ -1637,5 +1639,9 @@ export declare enum api {
1637
1639
  GET_SALARY_MINIMUM_OF_REGION = "/api/HuWorking/GetSalaryMinimumOfRegion",
1638
1640
  APPENDIX_CONTRACT_FILE_NAME = "/api/HuContractAppendix/GetFileName?id=",
1639
1641
  APPENDIX_CONTRACT_PRINT = "/api/HuContractAppendix/PrintAppendixContract",
1640
- PORTAL_ROUTE_READ_ALL_MINI = "/api/PortalRoute/ReadAllMini"
1642
+ PORTAL_ROUTE_READ_ALL_MINI = "/api/PortalRoute/ReadAllMini",
1643
+ HU_PLANNING_CREATE = "/api/Huplanning/Create",
1644
+ HU_PLANNING_READ = "/api/HuPlanning/GetById",
1645
+ HU_PLANNING_UPDATE = "/api/HuPlanning/Update",
1646
+ HU_PLANNING_DELETE = "/api/HuPlanning/Delete"
1641
1647
  }
@@ -3335,5 +3335,7 @@ export declare enum EnumTranslateKey {
3335
3335
  UI_ENTITY_FIELD_HU_PLANNING_PERIOD = "UI_ENTITY_FIELD_HU_PLANNING_PERIOD",
3336
3336
  UI_ENTITY_FIELD_HU_PLANNING_FROM_YEAR = "UI_ENTITY_FIELD_HU_PLANNING_FROM_YEAR",
3337
3337
  UI_ENTITY_FIELD_HU_PLANNING_TO_YEAR = "UI_ENTITY_FIELD_HU_PLANNING_TO_YEAR",
3338
- UI_COMPONENT_TITLE_HU_PLANNING = "UI_COMPONENT_TITLE_HU_PLANNING"
3338
+ UI_ENTITY_FIELD_HU_PLANNING_APP_LEVEL = "UI_ENTITY_FIELD_HU_PLANNING_APP_LEVEL",
3339
+ UI_COMPONENT_TITLE_HU_PLANNING = "UI_COMPONENT_TITLE_HU_PLANNING",
3340
+ UI_COMPONENT_TITLE_HU_PLANNING_INFO_APPROVE = "UI_COMPONENT_TITLE_HU_PLANNING_INFO_APPROVE"
3339
3341
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alpha-global-constants",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"