@hiennc24/constant 1.2.30 → 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.
|
@@ -304,14 +304,14 @@ declare const COLLECTIONS: {
|
|
|
304
304
|
SALARY_HISTORY_COLLECTION_NAME: string;
|
|
305
305
|
PAYROLL_TEMPLATE_SETTING_REPOSITORY_NAME: string;
|
|
306
306
|
PAYROLL_TEMPLATE_SETTING_COLLECTION_NAME: string;
|
|
307
|
-
|
|
308
|
-
|
|
307
|
+
PAYROLL_TEMPLATE_REPOSITORY_NAME: string;
|
|
308
|
+
PAYROLL_TEMPLATE_COLLECTION_NAME: string;
|
|
309
309
|
PAYCHECK_SETTING_REPOSITORY_NAME: string;
|
|
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;
|
|
@@ -391,16 +391,16 @@ const COLLECTIONS = {
|
|
|
391
391
|
// Payroll Template
|
|
392
392
|
PAYROLL_TEMPLATE_SETTING_REPOSITORY_NAME: "payrollTemplateSetting",
|
|
393
393
|
PAYROLL_TEMPLATE_SETTING_COLLECTION_NAME: "payroll_template_settings",
|
|
394
|
-
|
|
395
|
-
|
|
394
|
+
PAYROLL_TEMPLATE_REPOSITORY_NAME: "payrollTemplate",
|
|
395
|
+
PAYROLL_TEMPLATE_COLLECTION_NAME: "payroll_templates",
|
|
396
396
|
// Paycheck
|
|
397
397
|
PAYCHECK_SETTING_REPOSITORY_NAME: "paycheckSetting",
|
|
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",
|