@hiennc24/constant 1.2.28 → 1.2.29

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.
@@ -890,14 +890,12 @@
890
890
  "ACTION_DELETE_MANY_VERSIONS": "deleteManyVersions",
891
891
  "ACTION_SYNC_DATA_VERSION": "syncDataVersion"
892
892
  },
893
- "API_HCM_PAYROLL_TEMPLATE_EMPLOYEES": {
894
- "NAME": "api-hcm.payrollTemplateEmployees",
893
+ "API_HCM_PAYROLL_TEMPLATES": {
894
+ "NAME": "api-hcm.payroll-templates",
895
895
  "ACTION_CREATE": "create",
896
- "ACTION_GET_PAGE": "getPage",
897
896
  "ACTION_UPDATE": "update",
898
897
  "ACTION_DELETE_MANY": "deleteMany",
899
- "ACTION_SORT": "sort",
900
- "ACTION_DELETE_DEPARTMENT": "deleteByDepartment"
898
+ "ACTION_GET_LIST": "getList"
901
899
  },
902
900
  "API_HCM_PAYROLL": {
903
901
  "NAME": "api-hcm.payrolls",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.2.28",
3
+ "version": "1.2.29",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {