@hiennc24/constant 1.3.38 → 1.3.40
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.
- package/lib/service.constant.json +7 -11
- package/package.json +1 -1
|
@@ -906,6 +906,7 @@
|
|
|
906
906
|
"API_HCM_PAYROLL_TEMPLATES": {
|
|
907
907
|
"NAME": "api-hcm.payroll-templates",
|
|
908
908
|
"ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured",
|
|
909
|
+
"ACTION_GET_DETAIL_WITH_EMPLOYEES": "getDetailWithEmployees",
|
|
909
910
|
"ACTION_UPDATE_EMPLOYEES": "updateEmployees",
|
|
910
911
|
"ACTION_UPDATE_STATUS": "updateStatus",
|
|
911
912
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
@@ -924,17 +925,12 @@
|
|
|
924
925
|
"ACTION_GET_DETAIL": "getDetail",
|
|
925
926
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
926
927
|
"ACTION_UPDATE_STATUS": "updateStatus",
|
|
927
|
-
"
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
"
|
|
931
|
-
"
|
|
932
|
-
"
|
|
933
|
-
"ACTION_CREATE": "create",
|
|
934
|
-
"ACTION_UPDATE": "update",
|
|
935
|
-
"ACTION_UPDATE_MANY": "updateMany",
|
|
936
|
-
"ACTION_DELETE_MANY": "deleteMany",
|
|
937
|
-
"ACTION_INSERT_MANY": "insertMany"
|
|
928
|
+
"ACTION_UPDATE_DETAIL": "updateDetail",
|
|
929
|
+
"ACTION_GET_LIST_DETAIL": "getListDetail",
|
|
930
|
+
"ACTION_INSERT_MANY_DETAIL": "insertManyDetail",
|
|
931
|
+
"ACTION_UPDATE_MANY_DETAIL": "updateManyDetail",
|
|
932
|
+
"ACTION_DELETE_MANY_DETAIL": "deleteManyDetail",
|
|
933
|
+
"ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured"
|
|
938
934
|
},
|
|
939
935
|
"API_HCM_PAYROLL": {
|
|
940
936
|
"NAME": "api-hcm.payrolls",
|