@hiennc24/constant 1.5.26 → 1.5.28
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.
|
@@ -1212,7 +1212,9 @@
|
|
|
1212
1212
|
"ACTION_GET_HR_DASHBOARD": "getHRDashboard",
|
|
1213
1213
|
"ACTION_GET_PAYROLL_DASHBOARD": "getPayrollDashboard",
|
|
1214
1214
|
"ACTION_GET_OLE_DASHBOARD": "getOLEDashboard",
|
|
1215
|
-
"ACTION_GET_SUMMARY": "getSummary"
|
|
1215
|
+
"ACTION_GET_SUMMARY": "getSummary",
|
|
1216
|
+
"ACTION_GET_STATISTICS": "getStatistics",
|
|
1217
|
+
"ACTION_UPDATE": "update"
|
|
1216
1218
|
},
|
|
1217
1219
|
"API_HCM_OLE": {
|
|
1218
1220
|
"NAME": "api-hcm.oles",
|
|
@@ -1557,7 +1559,9 @@
|
|
|
1557
1559
|
"ACTION_CREATE_ACCOUNT": "createAccount",
|
|
1558
1560
|
"ACTION_UPDATE_ACCOUNT": "updateAccount",
|
|
1559
1561
|
"ACTION_SWITCH_ORG": "switchOrg",
|
|
1560
|
-
"ACTION_REGISTER_TRIAL": "registerTrial"
|
|
1562
|
+
"ACTION_REGISTER_TRIAL": "registerTrial",
|
|
1563
|
+
"ACTION_GET_MY_PROFILE": "getMyProfile",
|
|
1564
|
+
"ACTION_UPDATE_MY_PROFILE": "updateMyProfile"
|
|
1561
1565
|
},
|
|
1562
1566
|
"SVC_ORGANIZATION_EMPLOYEES": {
|
|
1563
1567
|
"NAME": "svc-organization.employees",
|
|
@@ -2872,7 +2876,8 @@
|
|
|
2872
2876
|
"ACTION_GET_PO_DETAIL_BY_TOKEN": "getPODetailByToken",
|
|
2873
2877
|
"ACTION_ACCEPT": "accept",
|
|
2874
2878
|
"ACTION_REJECT": "reject",
|
|
2875
|
-
"ACTION_NEED_UPDATE": "needUpdate"
|
|
2879
|
+
"ACTION_NEED_UPDATE": "needUpdate",
|
|
2880
|
+
"ACTION_RESPOND": "respond"
|
|
2876
2881
|
},
|
|
2877
2882
|
"SVC_PURCHASE_ORDER_HISTORIES": {
|
|
2878
2883
|
"NAME": "svc-orders.purchase-order-histories",
|
package/package.json
CHANGED