@hiennc24/constant 1.4.13 → 1.4.15
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 +14 -3
- package/package.json +1 -1
|
@@ -1035,8 +1035,16 @@
|
|
|
1035
1035
|
},
|
|
1036
1036
|
"API_HCM_PAYROLL_SETTINGS": {
|
|
1037
1037
|
"NAME": "api-hcm.payrollSettings",
|
|
1038
|
-
"
|
|
1039
|
-
"
|
|
1038
|
+
"ACTION_UPDATE": "update",
|
|
1039
|
+
"ACTION_GET_LIST": "getList",
|
|
1040
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
1041
|
+
"ACTION_UPDATE_MANY": "updateMany",
|
|
1042
|
+
"ACTION_CREATE_PAYROLL_SETTING_PROCESS": "createPayrollSettingProcess",
|
|
1043
|
+
"ACTION_UPDATE_PAYROLL_SETTING_PROCESS": "updatePayrollSettingProcess",
|
|
1044
|
+
"ACTION_DELETE_PAYROLL_SETTING_PROCESS": "deletePayrollSettingProcess",
|
|
1045
|
+
"ACTION_GET_PAYROLL_SETTING_PROCESS_DETAIL": "getPayrollSettingProcessDetail",
|
|
1046
|
+
"ACTION_GET_LIST_PAYROLL_SETTING_PROCESS_BY_CATEGORY": "getListPayrollSettingProcessByCategory",
|
|
1047
|
+
"ACTION_GET_VALUE_BY_PAYROLL_SETTING_CONDITION_TYPE": "getValueByPayrollSettingConditionType"
|
|
1040
1048
|
},
|
|
1041
1049
|
"API_HCM_OLE_DETAILS": {
|
|
1042
1050
|
"NAME": "api-hcm.oleDetails",
|
|
@@ -2159,8 +2167,11 @@
|
|
|
2159
2167
|
},
|
|
2160
2168
|
"SVC_SHARED_ACTIVITY_LOGS": {
|
|
2161
2169
|
"NAME": "svc-shared.activityLog",
|
|
2170
|
+
"ACTION_GET_STATS": "getStats",
|
|
2171
|
+
"ACTION_GET_STATUS": "getStatus",
|
|
2172
|
+
"ACTION_GET_ACTIVITIES": "getActivities",
|
|
2162
2173
|
"ACTION_CREATE_ACTIVITIES": "createActivities",
|
|
2163
|
-
"
|
|
2174
|
+
"ACTION_CLEANUP_ACTIVITIES": "cleanupActivities"
|
|
2164
2175
|
},
|
|
2165
2176
|
"SVC_SHARED_SETTING_COMMON": {
|
|
2166
2177
|
"NAME": "svc-shared.settingCommon",
|