@hiennc24/constant 1.3.26 → 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.
@@ -1289,6 +1289,9 @@
1289
1289
  "ACTION_GET_PAGE_BY_WORKING_STATUS": "getPageByWorkingStatus",
1290
1290
  "ACTION_CREATE_EMPLOYEE_BY_USER": "createEmployeeByUser",
1291
1291
  "ACTION_GET_DETAIL_BY_PASS_AUTH": "getDetailByPassAuth",
1292
+ "ACTION_UPDATE_INFORMATION": "updateInformation",
1293
+ "ACTION_UPDATE_PROFILE": "updateProfile",
1294
+ "ACTION_UPDATE_HISTORY": "updateHistory",
1292
1295
  "ACTION_GENERATE_CODE": "generateCode",
1293
1296
  "ACTION_LOCK_UNLOCK": "lockOrUnlock",
1294
1297
  "ACTION_GET_DETAIL": "getDetail",
@@ -1297,7 +1300,6 @@
1297
1300
  "ACTION_IMPORT": "import",
1298
1301
  "ACTION_EXPORT": "export",
1299
1302
  "ACTION_CREATE": "create",
1300
- "ACTION_UPDATE": "update",
1301
1303
  "ACTION_COUNT": "count"
1302
1304
  },
1303
1305
  "SVC_ORGANIZATION_EMPLOYEE_HISTORIES": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.26",
3
+ "version": "1.3.27",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {