@hiennc24/constant 1.3.54 → 1.3.55
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.
|
@@ -322,6 +322,8 @@ declare const COLLECTIONS: {
|
|
|
322
322
|
SETTING_WORKING_DAY_COLLECTION_NAME: string;
|
|
323
323
|
SETTING_HOLIDAY_REPOSITORY_NAME: string;
|
|
324
324
|
SETTING_HOLIDAY_COLLECTION_NAME: string;
|
|
325
|
+
SETTING_OLE_TARGET_REPOSITORY_NAME: string;
|
|
326
|
+
SETTING_OLE_TARGET_COLLECTION_NAME: string;
|
|
325
327
|
PAYSLIP_REPOSITORY_NAME: string;
|
|
326
328
|
PAYSLIP_COLLECTION_NAME: string;
|
|
327
329
|
PAYROLL_REPOSITORY_NAME: string;
|
|
@@ -414,6 +414,9 @@ const COLLECTIONS = {
|
|
|
414
414
|
SETTING_WORKING_DAY_COLLECTION_NAME: "setting_working_days",
|
|
415
415
|
SETTING_HOLIDAY_REPOSITORY_NAME: "settingHoliday",
|
|
416
416
|
SETTING_HOLIDAY_COLLECTION_NAME: "setting_holidays",
|
|
417
|
+
// Salary Component
|
|
418
|
+
SETTING_OLE_TARGET_REPOSITORY_NAME: "settingOleTarget",
|
|
419
|
+
SETTING_OLE_TARGET_COLLECTION_NAME: "setting_ole_targets",
|
|
417
420
|
// Payslips
|
|
418
421
|
PAYSLIP_REPOSITORY_NAME: "paysLip",
|
|
419
422
|
PAYSLIP_COLLECTION_NAME: "payslips",
|
|
@@ -1052,6 +1052,14 @@
|
|
|
1052
1052
|
"ACTION_UPDATE": "update",
|
|
1053
1053
|
"ACTION_GET_PARAMS": "getParams"
|
|
1054
1054
|
},
|
|
1055
|
+
"API_HCM_SETTING_OLE_TARGETS": {
|
|
1056
|
+
"NAME": "api-hcm.setting-ole-targets",
|
|
1057
|
+
"ACTION_CREATE": "create",
|
|
1058
|
+
"ACTION_UPDATE": "update",
|
|
1059
|
+
"ACTION_GET_PAGE": "getPage",
|
|
1060
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
1061
|
+
"ACTION_DELETE_MANY": "deleteMany"
|
|
1062
|
+
},
|
|
1055
1063
|
"API_HCM_SETTING_HOLIDAYS": {
|
|
1056
1064
|
"NAME": "api-hcm.setting-holidays",
|
|
1057
1065
|
"ACTION_GET_LIST": "getList",
|