alpha-global-constants 0.7.3 → 0.7.4

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.
@@ -262,6 +262,7 @@ export declare enum api {
262
262
  HU_EMPLOYEE_CHECK_SAME_TAXCODE = "/api/HuEmployeeCv/CheckSameTaxCode?taxCode=",
263
263
  HU_EMPLOYEE_CHECK_SAME_ID_NO = "/api/HuEmployeeCv/CheckSameIdNo?idNo=",
264
264
  HU_EMPLOYEE_QUERY_LIST_EMP = "/api/HuEmployee/QueryListEmp",
265
+ HU_EMPLOYEE_GET_EXISTING_EMPLOYEE_STATUS_LIST = "/api/HuEmployee/GetExistingEmployeeStatusList",
265
266
  HU_EMPLOYEE_CV_CREATE = "/api/HuEmployeeCv/Create",
266
267
  HU_EMPLOYEE_CV_READ = "/api/HuEmployeeCv/GetById",
267
268
  HU_EMPLOYEE_CV_GET_BANK = "/api/HuEmployeeCv/GetBank",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alpha-global-constants",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"