alpha-global-constants 1.2.4 → 1.2.5

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.
@@ -656,6 +656,7 @@ export declare enum api {
656
656
  HU_WAGE_PRINT = "/api/HuWorking/PrintHuWorking",
657
657
  HU_WAGE_GET_FILENAME = "/api/HuWorking/GetFileName",
658
658
  HU_WAGE_GET_SALARY_TYPE = "/api/HuWorking/GetSalaryType",
659
+ HU_WAGE_GET_ALLOWANCE = "/api/HuWorking/GetAllowanceListByWageId",
659
660
  AT_TERMINAL_QUERY_LIST = "/api/AtTerminal/QueryList",
660
661
  AT_TERMINAL_READ = "/api/AtTerminal/GetById",
661
662
  AT_TERMINAL_CREATE = "/api/AtTerminal/Create",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alpha-global-constants",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"