@hiennc24/constant 1.3.25 → 1.3.26

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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.25",
3
+ "version": "1.3.26",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {