alpha-global-constants 0.7.2 → 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",
@@ -3729,7 +3729,10 @@ export declare enum EnumTranslateKey {
3729
3729
  UI_COMPONENT_TITLE_AT_OBJECT_WORK = "UI_COMPONENT_TITLE_AT_OBJECT_WORK",
3730
3730
  UI_COMPONENT_SE_APP_SETUP = "UI_COMPONENT_SE_APP_SETUP",
3731
3731
  UI_COMPONENT_SE_APP_SETUP_EDIT = "UI_COMPONENT_SE_APP_SETUP_EDIT",
3732
+ UI_COMPONENT_SE_APP_SETUP_ORG = "UI_COMPONENT_SE_APP_SETUP_ORG",
3733
+ UI_COMPONENT_SE_APP_SETUP_EMPLOYEE = "UI_COMPONENT_SE_APP_SETUP_EMPLOYEE",
3732
3734
  UI_ENTITY_FIELD_CAPTION_SE_APP_SETUP_TEMPLATE_NAME = "UI_ENTITY_FIELD_CAPTION_SE_APP_SETUP_TEMPLATE_NAME",
3735
+ UI_ENTITY_FIELD_CAPTION_SE_APP_SETUP_EFFECT_DATE = "UI_ENTITY_FIELD_CAPTION_SE_APP_SETUP_EFFECT_DATE",
3733
3736
  UI_ENTITY_FIELD_CAPTION_SE_APP_SETUP_FROM_DATE = "UI_ENTITY_FIELD_CAPTION_SE_APP_SETUP_FROM_DATE",
3734
3737
  UI_ENTITY_FIELD_CAPTION_SE_APP_SETUP_TO_DATE = "UI_ENTITY_FIELD_CAPTION_SE_APP_SETUP_TO_DATE",
3735
3738
  UI_ENTITY_FIELD_CAPTION_SE_APP_SETUP_JOB = "UI_ENTITY_FIELD_CAPTION_SE_APP_SETUP_JOB",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alpha-global-constants",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"