@hiennc24/constant 1.4.7 → 1.4.8
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.
|
@@ -328,8 +328,8 @@ declare const COLLECTIONS: {
|
|
|
328
328
|
SETTING_SALARY_COLLECTION_NAME: string;
|
|
329
329
|
SETTING_TAX_REPOSITORY_NAME: string;
|
|
330
330
|
SETTING_TAX_COLLECTION_NAME: string;
|
|
331
|
-
|
|
332
|
-
|
|
331
|
+
SETTING_LEAVE_TYPE_REPOSITORY_NAME: string;
|
|
332
|
+
SETTING_LEAVE_TYPE_COLLECTION_NAME: string;
|
|
333
333
|
SETTING_OLE_TARGET_REPOSITORY_NAME: string;
|
|
334
334
|
SETTING_OLE_TARGET_COLLECTION_NAME: string;
|
|
335
335
|
PAYSLIP_REPOSITORY_NAME: string;
|
|
@@ -420,8 +420,8 @@ const COLLECTIONS = {
|
|
|
420
420
|
SETTING_SALARY_COLLECTION_NAME: "setting_salaries",
|
|
421
421
|
SETTING_TAX_REPOSITORY_NAME: "settingTax",
|
|
422
422
|
SETTING_TAX_COLLECTION_NAME: "setting_taxes",
|
|
423
|
-
|
|
424
|
-
|
|
423
|
+
SETTING_LEAVE_TYPE_REPOSITORY_NAME: "settingLeaveType",
|
|
424
|
+
SETTING_LEAVE_TYPE_COLLECTION_NAME: "setting_leave_types",
|
|
425
425
|
// Salary Component
|
|
426
426
|
SETTING_OLE_TARGET_REPOSITORY_NAME: "settingOleTarget",
|
|
427
427
|
SETTING_OLE_TARGET_COLLECTION_NAME: "setting_ole_targets",
|
|
@@ -1115,8 +1115,8 @@
|
|
|
1115
1115
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
1116
1116
|
"ACTION_SYNC_EMPLOYEE": "syncEmployee"
|
|
1117
1117
|
},
|
|
1118
|
-
"
|
|
1119
|
-
"NAME": "api-hcm.setting-leave",
|
|
1118
|
+
"API_HCM_SETTING_LEAVE_TYPES": {
|
|
1119
|
+
"NAME": "api-hcm.setting-leave-types",
|
|
1120
1120
|
"ACTION_GET_LIST_BY_EMPLOYEE": "getListByEmployee",
|
|
1121
1121
|
"ACTION_GET_LIST": "getList",
|
|
1122
1122
|
"ACTION_GET_DETAIL": "getDetail",
|