@hiennc24/constant 1.0.27 → 1.0.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.
- package/lib/service.constant.json +13 -3
- package/package.json +1 -1
|
@@ -704,10 +704,18 @@
|
|
|
704
704
|
"API_HCM_BONUS_ITEMS": {
|
|
705
705
|
"NAME": "api-hcm.bonusItems",
|
|
706
706
|
"ACTION_GET_PAGE_SPREADSHEET_VIEW": "getPageSpreadsheetView",
|
|
707
|
-
"ACTION_GET_PAGE_APPROVED": "getPageApproved"
|
|
707
|
+
"ACTION_GET_PAGE_APPROVED": "getPageApproved",
|
|
708
|
+
"ACTION_CALC_SCHEDULE": "calcSchedule"
|
|
708
709
|
},
|
|
709
710
|
"API_HCM_BONUS_RANGE_EMPLOYEES": {
|
|
710
|
-
"NAME": "api-hcm.bonusRangeEmployees"
|
|
711
|
+
"NAME": "api-hcm.bonusRangeEmployees",
|
|
712
|
+
"ACTION_UPSERT": "upsert"
|
|
713
|
+
},
|
|
714
|
+
"API_HCM_BONUS_CALC_SCHEDULES": {
|
|
715
|
+
"NAME": "api-hcm.bonusCalculateSchedules"
|
|
716
|
+
},
|
|
717
|
+
"API_HCM_BONUS_EMPLOYEES": {
|
|
718
|
+
"NAME": "api-hcm.bonusEmployees"
|
|
711
719
|
},
|
|
712
720
|
"API_HCM_LEAVES": {
|
|
713
721
|
"NAME": "api-hcm.leaves",
|
|
@@ -1868,7 +1876,9 @@
|
|
|
1868
1876
|
"TIKTOKSHOP": {
|
|
1869
1877
|
"ACTION_GET_AUTH_SHOP": "getShopAuthorized",
|
|
1870
1878
|
"ACTION_SEARCH_ORDER_LIST": "searchOrderList",
|
|
1871
|
-
"ACTION_GET_ORDER_DETAILS": "getOrderDetails"
|
|
1879
|
+
"ACTION_GET_ORDER_DETAILS": "getOrderDetails",
|
|
1880
|
+
"ACTION_SEARCH_PRODUCT_LIST": "searchProductList",
|
|
1881
|
+
"ACTION_GET_PRODUCT_DETAILS": "getProductDetails"
|
|
1872
1882
|
}
|
|
1873
1883
|
},
|
|
1874
1884
|
"API_PURCHASE_DEBT_HISTORIES": {
|