@hiennc24/constant 1.2.31 → 1.2.33
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",
|
|
@@ -235,8 +235,8 @@
|
|
|
235
235
|
"ACTION_UPDATE": "update",
|
|
236
236
|
"ACTION_DELETE": "delete"
|
|
237
237
|
},
|
|
238
|
-
"
|
|
239
|
-
"NAME": "
|
|
238
|
+
"SVC_DEBT_DETAILS": {
|
|
239
|
+
"NAME": "svc-order.debt-details",
|
|
240
240
|
"ACTION_GET_LIST": "lists",
|
|
241
241
|
"ACTION_GET_DETAIL": "detail",
|
|
242
242
|
"ACTION_CREATE": "create",
|
|
@@ -245,8 +245,8 @@
|
|
|
245
245
|
"ACTION_DELETE": "delete",
|
|
246
246
|
"ACTION_GENERATE_CODE": "generate-code"
|
|
247
247
|
},
|
|
248
|
-
"
|
|
249
|
-
"NAME": "
|
|
248
|
+
"SVC_DEBTS": {
|
|
249
|
+
"NAME": "svc-order.debts",
|
|
250
250
|
"ACTION_GET_LIST": "lists",
|
|
251
251
|
"ACTION_GET_DETAIL": "detail",
|
|
252
252
|
"ACTION_CREATE": "create",
|
|
@@ -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",
|