alpha-global-constants 1.4.7 → 1.4.9

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.
@@ -712,6 +712,8 @@ var api;
712
712
  api["HU_WAGE_GET_FILENAME"] = "/api/HuWorking/GetFileName";
713
713
  api["HU_WAGE_GET_SALARY_TYPE"] = "/api/HuWorking/GetSalaryType";
714
714
  api["HU_WAGE_GET_ALLOWANCE"] = "/api/HuWorking/GetAllowanceListByWageId";
715
+ api["HU_WAGE_GET_LIST_CURRENCY"] = "/api/HuWorking/GetListCurrency";
716
+ api["HU_WAGE_LIST_CURRENCY_READ"] = "/api/HuWorking/GetCurrencyById";
715
717
  //AT_TERMINAL
716
718
  api["AT_TERMINAL_QUERY_LIST"] = "/api/AtTerminal/QueryList";
717
719
  api["AT_TERMINAL_READ"] = "/api/AtTerminal/GetById";
@@ -2252,6 +2254,8 @@ var api;
2252
2254
  api["SE_NOTIFICATION_HR_CREATE"] = "/api/SeNotificationHr/Create";
2253
2255
  api["SE_NOTIFICATION_HR_UPDATE"] = "/api/SeNotificationHr/Update";
2254
2256
  api["SE_NOTIFICATION_HR_DELETE_IDS"] = "/api/SeNotificationHr/DeleteIds";
2257
+ api["SE_NOTIFICATION_HR_GET_HISTORY_NOTIFICATION"] = "/api/SeNotificationHr/GetHistoryNotification";
2258
+ api["SE_NOTIFICATION_HR_GET_DETAIL_NOTIFICATION_BY_ID"] = "/api/SeNotificationHr/GetDetailNotificationById";
2255
2259
  })(api || (api = {}));
2256
2260
 
2257
2261
  var EnumTranslateKey;
@@ -5847,6 +5851,7 @@ var EnumTranslateKey;
5847
5851
  EnumTranslateKey["UI_ENTITY_FIELD_CAPTION_INS_LIST_CONTRACT_NOTE"] = "UI_ENTITY_FIELD_CAPTION_INS_LIST_CONTRACT_NOTE";
5848
5852
  EnumTranslateKey["UI_ENTITY_FIELD_CAPTION_INS_LIST_CONTRACT_PROGRAM"] = "UI_ENTITY_FIELD_CAPTION_INS_LIST_CONTRACT_PROGRAM";
5849
5853
  EnumTranslateKey["UI_ENTITY_FIELD_CAPTION_INS_LIST_CONTRACT_PROGRAM_MONEY"] = "UI_ENTITY_FIELD_CAPTION_INS_LIST_CONTRACT_PROGRAM_MONEY";
5854
+ EnumTranslateKey["UI_ENTITY_FIELD_CAPTION_INS_LIST_CONTRACT_CURRENCY"] = "UI_ENTITY_FIELD_CAPTION_INS_LIST_CONTRACT_CURRENCY";
5850
5855
  // INS_LIST_PROGRAM
5851
5856
  EnumTranslateKey["UI_COMPONENT_TITLE_INS_LIST_PROGRAM"] = "UI_COMPONENT_TITLE_INS_LIST_PROGRAM";
5852
5857
  EnumTranslateKey["UI_ENTITY_FIELD_CAPTION_INS_LIST_PROGRAM_CODE"] = "UI_ENTITY_FIELD_CAPTION_INS_LIST_PROGRAM_CODE";