@hiennc24/constant 1.4.46 → 1.4.47
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.
|
@@ -1343,11 +1343,12 @@
|
|
|
1343
1343
|
},
|
|
1344
1344
|
"API_HCM_WORK_SHIFT_EMPLOYEES": {
|
|
1345
1345
|
"NAME": "api-hcm.work-shift-employees",
|
|
1346
|
-
"ACTION_GET_LIST": "getList",
|
|
1347
|
-
"ACTION_GET_DETAIL": "getDetail",
|
|
1348
1346
|
"ACTION_CREATE": "create",
|
|
1349
1347
|
"ACTION_UPDATE": "update",
|
|
1350
|
-
"
|
|
1348
|
+
"ACTION_GET_LIST": "getList",
|
|
1349
|
+
"ACTION_GET_MONTH": "getMonth",
|
|
1350
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
1351
|
+
"ACTION_GET_CURRENT_DATE": "getWorkShiftEmployeesByCurrentDate"
|
|
1351
1352
|
},
|
|
1352
1353
|
"API_HCM_WORK_SHIFT_ITEMS": {
|
|
1353
1354
|
"NAME": "api-hcm.work-shift-items",
|