@hiennc24/constant 1.3.25 → 1.3.27

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.
@@ -918,7 +918,12 @@
918
918
  "NAME": "api-hcm.payroll-template-details"
919
919
  },
920
920
  "API_HCM_PAYROLL_ADVANCE": {
921
- "NAME": "api-hcm.payroll-advances"
921
+ "NAME": "api-hcm.payroll-advances",
922
+ "ACTION_GET_LIST": "getList",
923
+ "ACTION_GET_DETAIL": "getDetail",
924
+ "ACTION_CREATE": "create",
925
+ "ACTION_UPDATE": "update",
926
+ "ACTION_DELETE_MANY": "deleteMany"
922
927
  },
923
928
  "API_HCM_PAYROLL": {
924
929
  "NAME": "api-hcm.payrolls",
@@ -1284,6 +1289,9 @@
1284
1289
  "ACTION_GET_PAGE_BY_WORKING_STATUS": "getPageByWorkingStatus",
1285
1290
  "ACTION_CREATE_EMPLOYEE_BY_USER": "createEmployeeByUser",
1286
1291
  "ACTION_GET_DETAIL_BY_PASS_AUTH": "getDetailByPassAuth",
1292
+ "ACTION_UPDATE_INFORMATION": "updateInformation",
1293
+ "ACTION_UPDATE_PROFILE": "updateProfile",
1294
+ "ACTION_UPDATE_HISTORY": "updateHistory",
1287
1295
  "ACTION_GENERATE_CODE": "generateCode",
1288
1296
  "ACTION_LOCK_UNLOCK": "lockOrUnlock",
1289
1297
  "ACTION_GET_DETAIL": "getDetail",
@@ -1292,7 +1300,6 @@
1292
1300
  "ACTION_IMPORT": "import",
1293
1301
  "ACTION_EXPORT": "export",
1294
1302
  "ACTION_CREATE": "create",
1295
- "ACTION_UPDATE": "update",
1296
1303
  "ACTION_COUNT": "count"
1297
1304
  },
1298
1305
  "SVC_ORGANIZATION_EMPLOYEE_HISTORIES": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.25",
3
+ "version": "1.3.27",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {