alpha-global-constants 0.5.9 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -240,7 +240,6 @@ export declare enum api {
240
240
  HU_EMPLOYEE_READ_ALL = "/api/HuEmployee/ReadAll",
241
241
  HU_EMPLOYEE_GET_ALL = "/api/HuEmployeeCv/GetAll",
242
242
  HU_EMPLOYEE_GET_ALL_IGNORE_CURRENT_USER = "/api/HuEmployeeCv/GetAllIgnoreCurrentUser",
243
- HU_EMPLOYEE_UPDATE = "/api/HuEmployee/Update",
244
243
  HU_EMPLOYEE_DELETE = "/api/HuEmployee/Delete",
245
244
  HU_EMPLOYEE_DELETE_IDS = "/api/HuEmployee/DeleteIds",
246
245
  HU_EMPLOYEE_GET_PAPERS = "/api/HuEmployeeCv/GetPapers",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alpha-global-constants",
3
- "version": "0.5.9",
3
+ "version": "0.6.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"