@hiennc24/constant 1.3.56 → 1.3.58
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.
|
@@ -308,8 +308,8 @@ declare const COLLECTIONS: {
|
|
|
308
308
|
PAYROLL_TEMPLATE_DETAIL_COLLECTION_NAME: string;
|
|
309
309
|
PAYROLL_TEMPLATE_EMPLOYEE_REPOSITORY_NAME: string;
|
|
310
310
|
PAYROLL_TEMPLATE_EMPLOYEE_COLLECTION_NAME: string;
|
|
311
|
-
|
|
312
|
-
|
|
311
|
+
OLE_PAYROLL_SETTING_REPOSITORY_NAME: string;
|
|
312
|
+
OLE_PAYROLL_SETTING_COLLECTION_NAME: string;
|
|
313
313
|
OLE_DETAIL_REPOSITORY_NAME: string;
|
|
314
314
|
OLE_DETAIL_COLLECTION_NAME: string;
|
|
315
315
|
OLE_REPOSITORY_NAME: string;
|
|
@@ -398,8 +398,8 @@ const COLLECTIONS = {
|
|
|
398
398
|
PAYROLL_TEMPLATE_EMPLOYEE_REPOSITORY_NAME: "payrollTemplateEmployee",
|
|
399
399
|
PAYROLL_TEMPLATE_EMPLOYEE_COLLECTION_NAME: "payroll_template_employees",
|
|
400
400
|
// OLE
|
|
401
|
-
|
|
402
|
-
|
|
401
|
+
OLE_PAYROLL_SETTING_REPOSITORY_NAME: "olePayrollSetting",
|
|
402
|
+
OLE_PAYROLL_SETTING_COLLECTION_NAME: "ole_payroll_settings",
|
|
403
403
|
OLE_DETAIL_REPOSITORY_NAME: "oleDetail",
|
|
404
404
|
OLE_DETAIL_COLLECTION_NAME: "ole_details",
|
|
405
405
|
OLE_REPOSITORY_NAME: "ole",
|
|
@@ -1030,10 +1030,11 @@
|
|
|
1030
1030
|
"ACTION_GET_PAGE": "getPage",
|
|
1031
1031
|
"ACTION_CREATE": "create",
|
|
1032
1032
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
1033
|
-
"ACTION_APPROVE": "approve"
|
|
1033
|
+
"ACTION_APPROVE": "approve",
|
|
1034
|
+
"ACTION_GET_EMPLOYEES_WITHOUT_OLE": "getEmployeesWithoutOLE"
|
|
1034
1035
|
},
|
|
1035
|
-
"
|
|
1036
|
-
"NAME": "api-hcm.
|
|
1036
|
+
"API_HCM_OLE_PAYROLL_SETTINGS": {
|
|
1037
|
+
"NAME": "api-hcm.olePayrollSettings",
|
|
1037
1038
|
"ACTION_GET": "get",
|
|
1038
1039
|
"ACTION_UPDATE": "update"
|
|
1039
1040
|
},
|