@hiennc24/constant 1.3.21 → 1.3.22

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.
@@ -1306,17 +1306,11 @@
1306
1306
  "ACTION_UPDATE": "update",
1307
1307
  "ACTION_COUNT": "count"
1308
1308
  },
1309
- "SVC_ORGANIZATION_EMPLOYEE_SALARY_HISTORIES": {
1310
- "NAME": "svc-organization.employee-salary-histories"
1309
+ "SVC_ORGANIZATION_EMPLOYEE_HISTORIES": {
1310
+ "NAME": "svc-organization.employee-histories"
1311
1311
  },
1312
- "SVC_ORGANIZATION_EMPLOYEE_SALARIES": {
1313
- "NAME": "svc-organization.employee-salaries"
1314
- },
1315
- "SVC_ORGANIZATION_EMPLOYEE_JOBS": {
1316
- "NAME": "svc-organization.employee-jobs"
1317
- },
1318
- "SVC_ORGANIZATION_EMPLOYEE_DETAILS": {
1319
- "NAME": "svc-organization.employee-details"
1312
+ "SVC_ORGANIZATION_EMPLOYEE_PROFILES": {
1313
+ "NAME": "svc-organization.employee-profiles"
1320
1314
  },
1321
1315
  "SVC_ORGANIZATION_EMPLOYEE_SETTINGS": {
1322
1316
  "NAME": "svc-organization.employee-settings",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.21",
3
+ "version": "1.3.22",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {