@hiennc24/constant 1.2.14 → 1.2.16
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.
|
@@ -840,7 +840,8 @@
|
|
|
840
840
|
"ACTION_GET_LIST": "getList",
|
|
841
841
|
"ACTION_GET_DETAIL": "getDetail",
|
|
842
842
|
"ACTION_CREATE": "create",
|
|
843
|
-
"ACTION_UPDATE": "update"
|
|
843
|
+
"ACTION_UPDATE": "update",
|
|
844
|
+
"ACTION_APPROVE_MANY": "approveMany"
|
|
844
845
|
},
|
|
845
846
|
"API_HCM_SALARY_SETTINGS": {
|
|
846
847
|
"NAME": "api-hcm.salarySettings",
|
|
@@ -1158,7 +1159,8 @@
|
|
|
1158
1159
|
"ACTION_CREATE": "create",
|
|
1159
1160
|
"ACTION_UPDATE": "update",
|
|
1160
1161
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
1161
|
-
"ACTION_GENERATE_CODE": "generateCode"
|
|
1162
|
+
"ACTION_GENERATE_CODE": "generateCode",
|
|
1163
|
+
"ACTION_APPROVE_OR_REJECT": "approveOrReject"
|
|
1162
1164
|
},
|
|
1163
1165
|
"API_HCM_WORKSHIFT_REGISTRATION_DETAILS": {
|
|
1164
1166
|
"NAME": "api-hcm.workshift-registration-details",
|