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.
@@ -272,6 +272,7 @@ var api;
272
272
  api["HU_EMPLOYEE_CHECK_SAME_TAXCODE"] = "/api/HuEmployeeCv/CheckSameTaxCode?taxCode=";
273
273
  api["HU_EMPLOYEE_CHECK_SAME_ID_NO"] = "/api/HuEmployeeCv/CheckSameIdNo?idNo=";
274
274
  api["HU_EMPLOYEE_QUERY_LIST_EMP"] = "/api/HuEmployee/QueryListEmp";
275
+ api["HU_EMPLOYEE_GET_EXISTING_EMPLOYEE_STATUS_LIST"] = "/api/HuEmployee/GetExistingEmployeeStatusList";
275
276
  api["HU_EMPLOYEE_CV_CREATE"] = "/api/HuEmployeeCv/Create";
276
277
  api["HU_EMPLOYEE_CV_READ"] = "/api/HuEmployeeCv/GetById";
277
278
  api["HU_EMPLOYEE_CV_GET_BANK"] = "/api/HuEmployeeCv/GetBank";