@hiennc24/constant 1.1.4 → 1.1.5
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.
|
@@ -1887,14 +1887,20 @@
|
|
|
1887
1887
|
"ACTION_STORE": "store",
|
|
1888
1888
|
"ACTION_SYNC": "syncOrders",
|
|
1889
1889
|
"ACTION_GET_LIST": "getList",
|
|
1890
|
-
"ACTION_GET_DETAIL": "getDetail"
|
|
1890
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
1891
|
+
"TIKTOKSHOP": {
|
|
1892
|
+
"ACTION_SYNC_FROM_HOOKS": "syncFromHooks"
|
|
1893
|
+
}
|
|
1891
1894
|
},
|
|
1892
1895
|
"SVC_ECOMMERCE_PRODUCTS": {
|
|
1893
1896
|
"NAME": "svc-ecommerce-products",
|
|
1894
1897
|
"ACTION_STORE": "store",
|
|
1895
1898
|
"ACTION_SYNC": "syncOrders",
|
|
1896
1899
|
"ACTION_GET_LIST": "getList",
|
|
1897
|
-
"ACTION_GET_DETAIL": "getDetail"
|
|
1900
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
1901
|
+
"TIKTOKSHOP": {
|
|
1902
|
+
"ACTION_SYNC_FROM_HOOKS": "syncFromHooks"
|
|
1903
|
+
}
|
|
1898
1904
|
},
|
|
1899
1905
|
"API_PURCHASE_DEBT_HISTORIES": {
|
|
1900
1906
|
"NAME": "api-purchase.debt-histories",
|