@hiennc24/constant 1.2.31 → 1.2.32
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.
|
@@ -310,8 +310,8 @@ declare const COLLECTIONS: {
|
|
|
310
310
|
PAYCHECK_SETTING_COLLECTION_NAME: string;
|
|
311
311
|
PAYCHECK_EMPLOYEE_REPOSITORY_NAME: string;
|
|
312
312
|
PAYCHECK_EMPLOYEE_COLLECTION_NAME: string;
|
|
313
|
-
|
|
314
|
-
|
|
313
|
+
SALARY_COMPONENT_REPOSITORY_NAME: string;
|
|
314
|
+
SALARY_COMPONENT_COLLECTION_NAME: string;
|
|
315
315
|
HCM_SETTING_REPOSITORY_NAME: string;
|
|
316
316
|
HCM_SETTING_COLLECTION_NAME: string;
|
|
317
317
|
SETTING_WORKING_DAY_REPOSITORY_NAME: string;
|
|
@@ -398,9 +398,9 @@ const COLLECTIONS = {
|
|
|
398
398
|
PAYCHECK_SETTING_COLLECTION_NAME: "paycheck_settings",
|
|
399
399
|
PAYCHECK_EMPLOYEE_REPOSITORY_NAME: "paycheckEmployee",
|
|
400
400
|
PAYCHECK_EMPLOYEE_COLLECTION_NAME: "paycheck_employees",
|
|
401
|
-
// Salary
|
|
402
|
-
|
|
403
|
-
|
|
401
|
+
// Salary Component
|
|
402
|
+
SALARY_COMPONENT_REPOSITORY_NAME: "salaryComponent",
|
|
403
|
+
SALARY_COMPONENT_COLLECTION_NAME: "salary_components",
|
|
404
404
|
// Setting
|
|
405
405
|
HCM_SETTING_REPOSITORY_NAME: "hcmSetting",
|
|
406
406
|
HCM_SETTING_COLLECTION_NAME: "hcm_settings",
|
|
@@ -870,8 +870,8 @@
|
|
|
870
870
|
"NAME": "api-hcm.salaryHistories",
|
|
871
871
|
"ACTION_CREATE": "create"
|
|
872
872
|
},
|
|
873
|
-
"
|
|
874
|
-
"NAME": "api-hcm.
|
|
873
|
+
"API_HCM_SALARY_COMPONENTS": {
|
|
874
|
+
"NAME": "api-hcm.salary-components",
|
|
875
875
|
"ACTION_GET_LIST": "getList",
|
|
876
876
|
"ACTION_GET_INFO": "getInfo",
|
|
877
877
|
"ACTION_CREATE": "create",
|