@hiennc24/constant 1.3.2 → 1.3.4
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.
|
@@ -908,6 +908,7 @@
|
|
|
908
908
|
"ACTION_UPDATE_STATUS": "updateStatus",
|
|
909
909
|
"ACTION_GET_DETAIL_WITH_EMPLOYEES": "getDetailWithEmployees",
|
|
910
910
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
911
|
+
"ACTION_UPDATE_SORT": "updateSort",
|
|
911
912
|
"ACTION_GET_DETAIL": "getDetail",
|
|
912
913
|
"ACTION_GET_LIST": "getList",
|
|
913
914
|
"ACTION_CREATE": "create",
|
|
@@ -917,9 +918,9 @@
|
|
|
917
918
|
"NAME": "api-hcm.payroll-template-details",
|
|
918
919
|
"ACTION_GET_EMPLOYEES_NOT_IN_PAYROLL_TEMPLATE": "getEmployeesNotInPayrollTemplate",
|
|
919
920
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
921
|
+
"ACTION_UPDATE_MANY": "updateMany",
|
|
920
922
|
"ACTION_GET_LIST": "getList",
|
|
921
|
-
"ACTION_CREATE": "create"
|
|
922
|
-
"ACTION_UPDATE": "update"
|
|
923
|
+
"ACTION_CREATE": "create"
|
|
923
924
|
},
|
|
924
925
|
"API_HCM_PAYROLL_SHEET": {
|
|
925
926
|
"NAME": "api-hcm.payroll-sheets",
|