@hiennc24/constant 1.3.41 → 1.3.42

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
  PAYROLL_TEMPLATE_EMPLOYEE_COLLECTION_NAME: string;
311
311
  PAYCHECK_SETTING_REPOSITORY_NAME: string;
312
312
  PAYCHECK_SETTING_COLLECTION_NAME: string;
313
- PAYCHECK_EMPLOYEE_REPOSITORY_NAME: string;
314
- PAYCHECK_EMPLOYEE_COLLECTION_NAME: string;
313
+ OLE_DETAIL_REPOSITORY_NAME: string;
314
+ OLE_DETAIL_COLLECTION_NAME: string;
315
315
  OLE_REPOSITORY_NAME: string;
316
316
  OLE_COLLECTION_NAME: string;
317
317
  SALARY_COMPONENT_REPOSITORY_NAME: string;
@@ -400,8 +400,8 @@ const COLLECTIONS = {
400
400
  // Paycheck
401
401
  PAYCHECK_SETTING_REPOSITORY_NAME: "paycheckSetting",
402
402
  PAYCHECK_SETTING_COLLECTION_NAME: "paycheck_settings",
403
- PAYCHECK_EMPLOYEE_REPOSITORY_NAME: "paycheckEmployee",
404
- PAYCHECK_EMPLOYEE_COLLECTION_NAME: "paycheck_employees",
403
+ OLE_DETAIL_REPOSITORY_NAME: "oleDetail",
404
+ OLE_DETAIL_COLLECTION_NAME: "ole_details",
405
405
  OLE_REPOSITORY_NAME: "ole",
406
406
  OLE_COLLECTION_NAME: "oles",
407
407
  // Salary Component
@@ -983,8 +983,8 @@
983
983
  "ACTION_GET": "get",
984
984
  "ACTION_UPDATE": "update"
985
985
  },
986
- "API_HCM_PAYCHECK_EMPLOYEES": {
987
- "NAME": "api-hcm.paycheckEmployees",
986
+ "API_HCM_OLE_DETAILS": {
987
+ "NAME": "api-hcm.oleDetails",
988
988
  "ACTION_GET_DETAIL": "getDetail",
989
989
  "ACTION_GET_PAGE": "getPage",
990
990
  "ACTION_CREATE": "create",
@@ -993,9 +993,9 @@
993
993
  "ACTION_GENERATE": "generate",
994
994
  "ACTION_APPROVE": "approve",
995
995
  "ACTION_SEND_OLE": "sendOle",
996
- "ACTION_GET_PAYCHECK_CONFIRM": "getPaycheckConfirm",
997
- "ACTION_CONFIRM_PAYCHECK": "confirmPaycheck",
998
- "ACTION_CONFIRM_PAYCHECK_WORKSPACE": "confirmPaycheckWorkspace",
996
+ "ACTION_GET_OLE_DETAIL_CONFIRM": "getOleDetailConfirm",
997
+ "ACTION_CONFIRM_OLE_DETAIL": "confirmOleDetail",
998
+ "ACTION_CONFIRM_OLE_DETAIL_WORKSPACE": "confirmOleDetailWorkspace",
999
999
  "ACTION_STATISTICS": "statistics",
1000
1000
  "ACTION_DOWNLOAD": "download",
1001
1001
  "ACTION_CREATE_MANY": "createMany"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.41",
3
+ "version": "1.3.42",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {