@hiennc24/constant 1.0.26 → 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 +15 -4
- 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",
|
|
@@ -1859,7 +1867,8 @@
|
|
|
1859
1867
|
"SVC_PLATFORM_VERIFY": {
|
|
1860
1868
|
"NAME": "svc-platform-integration.authorize",
|
|
1861
1869
|
"ACTION_GET_TOKEN": "getToken",
|
|
1862
|
-
"ACTION_CREATE_TOKEN_REDIRECT": "createTokenRedirect"
|
|
1870
|
+
"ACTION_CREATE_TOKEN_REDIRECT": "createTokenRedirect",
|
|
1871
|
+
"LOGIN": "getAuthPlatform"
|
|
1863
1872
|
},
|
|
1864
1873
|
"SVC_WEBHOOKS": {
|
|
1865
1874
|
"NAME": "svc-webhooks",
|
|
@@ -1867,7 +1876,9 @@
|
|
|
1867
1876
|
"TIKTOKSHOP": {
|
|
1868
1877
|
"ACTION_GET_AUTH_SHOP": "getShopAuthorized",
|
|
1869
1878
|
"ACTION_SEARCH_ORDER_LIST": "searchOrderList",
|
|
1870
|
-
"ACTION_GET_ORDER_DETAILS": "getOrderDetails"
|
|
1879
|
+
"ACTION_GET_ORDER_DETAILS": "getOrderDetails",
|
|
1880
|
+
"ACTION_SEARCH_PRODUCT_LIST": "searchProductList",
|
|
1881
|
+
"ACTION_GET_PRODUCT_DETAILS": "getProductDetails"
|
|
1871
1882
|
}
|
|
1872
1883
|
},
|
|
1873
1884
|
"API_PURCHASE_DEBT_HISTORIES": {
|