@hiennc24/constant 1.2.28 → 1.2.30
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.
|
@@ -890,14 +890,12 @@
|
|
|
890
890
|
"ACTION_DELETE_MANY_VERSIONS": "deleteManyVersions",
|
|
891
891
|
"ACTION_SYNC_DATA_VERSION": "syncDataVersion"
|
|
892
892
|
},
|
|
893
|
-
"
|
|
894
|
-
"NAME": "api-hcm.
|
|
893
|
+
"API_HCM_PAYROLL_TEMPLATES": {
|
|
894
|
+
"NAME": "api-hcm.payroll-templates",
|
|
895
895
|
"ACTION_CREATE": "create",
|
|
896
|
-
"ACTION_GET_PAGE": "getPage",
|
|
897
896
|
"ACTION_UPDATE": "update",
|
|
898
897
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
899
|
-
"
|
|
900
|
-
"ACTION_DELETE_DEPARTMENT": "deleteByDepartment"
|
|
898
|
+
"ACTION_GET_LIST": "getList"
|
|
901
899
|
},
|
|
902
900
|
"API_HCM_PAYROLL": {
|
|
903
901
|
"NAME": "api-hcm.payrolls",
|
|
@@ -2837,7 +2835,8 @@
|
|
|
2837
2835
|
"ACTION_PATCH_SEND": "send",
|
|
2838
2836
|
"ACTION_POST_APPROVE": "approve",
|
|
2839
2837
|
"ACTION_POST_APPROVE_MULTI": "approveMulti",
|
|
2840
|
-
"ACTION_POST_COMPLETE": "complete"
|
|
2838
|
+
"ACTION_POST_COMPLETE": "complete",
|
|
2839
|
+
"ACTION_GET_LIST_FOR_APP": "getListForMobileApp"
|
|
2841
2840
|
},
|
|
2842
2841
|
"SVC_WORKFLOW_APPROVER": {
|
|
2843
2842
|
"NAME": "svc-workflows.approvers",
|