@hiennc24/constant 1.4.15 → 1.4.17

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,6 +310,10 @@ declare const COLLECTIONS: {
310
310
  PAYROLL_TEMPLATE_DETAIL_COLLECTION_NAME: string;
311
311
  PAYROLL_TEMPLATE_EMPLOYEE_REPOSITORY_NAME: string;
312
312
  PAYROLL_TEMPLATE_EMPLOYEE_COLLECTION_NAME: string;
313
+ PAYROLL_CATEGORY_REPOSITORY_NAME: string;
314
+ PAYROLL_CATEGORY_COLLECTION_NAME: string;
315
+ PAYROLL_PROCESS_REPOSITORY_NAME: string;
316
+ PAYROLL_PROCESS_COLLECTION_NAME: string;
313
317
  OLE_PAYROLL_SETTING_REPOSITORY_NAME: string;
314
318
  OLE_PAYROLL_SETTING_COLLECTION_NAME: string;
315
319
  OLE_DETAIL_REPOSITORY_NAME: string;
@@ -399,6 +399,11 @@ const COLLECTIONS = {
399
399
  PAYROLL_TEMPLATE_DETAIL_COLLECTION_NAME: "payroll_template_details",
400
400
  PAYROLL_TEMPLATE_EMPLOYEE_REPOSITORY_NAME: "payrollTemplateEmployee",
401
401
  PAYROLL_TEMPLATE_EMPLOYEE_COLLECTION_NAME: "payroll_template_employees",
402
+ // payroll settings
403
+ PAYROLL_CATEGORY_REPOSITORY_NAME: "payrollCategory",
404
+ PAYROLL_CATEGORY_COLLECTION_NAME: "payroll_categories",
405
+ PAYROLL_PROCESS_REPOSITORY_NAME: "payrollProcess",
406
+ PAYROLL_PROCESS_COLLECTION_NAME: "payroll_processes",
402
407
  // OLE
403
408
  OLE_PAYROLL_SETTING_REPOSITORY_NAME: "olePayrollSetting",
404
409
  OLE_PAYROLL_SETTING_COLLECTION_NAME: "ole_payroll_settings",
@@ -874,6 +874,7 @@
874
874
  "ACTION_GET_DETAIL": "getDetail",
875
875
  "ACTION_DELETE_MANY": "deleteMany",
876
876
  "ACTION_GET_APPROVAL_DETAIL": "getApprovalDetail",
877
+ "ACTION_GET_LEAVE_REQUEST_TYPE_LIST": "getLeaveRequestTypeList",
877
878
  "ACTION_ASSIGN_APPROVER_FOR_NEXT_STEP": "assignApproverForNextStep",
878
879
  "ACTION_GET_LIST_REQUEST_FOR_EMPLOYEE_RESPONSIBLE": "getPageRequestForEmployeeResponsible"
879
880
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.4.15",
3
+ "version": "1.4.17",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {