@hiennc24/constant 1.4.8 → 1.4.10
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.
|
@@ -1577,7 +1577,14 @@
|
|
|
1577
1577
|
"ACTION_GET_SETTING": "getSetting",
|
|
1578
1578
|
"ACTION_UPDATE_TAG": "updateTag",
|
|
1579
1579
|
"ACTION_REMOVE_TAG": "removeTag",
|
|
1580
|
-
"ACTION_ADD_TAG": "addTag"
|
|
1580
|
+
"ACTION_ADD_TAG": "addTag",
|
|
1581
|
+
"ACTION_ADD_SET": "addSet",
|
|
1582
|
+
"ACTION_REMOVE_SET": "removeSet",
|
|
1583
|
+
"ACTION_UPDATE_SET": "updateSet",
|
|
1584
|
+
"ACTION_ADD_PACKAGE": "addPackage",
|
|
1585
|
+
"ACTION_REMOVE_PACKAGE": "removePackage",
|
|
1586
|
+
"ACTION_UPDATE_PACKAGE": "updatePackage",
|
|
1587
|
+
"ACTION_UPDATE_DETAIL_FIELD": "updateDetailField"
|
|
1581
1588
|
},
|
|
1582
1589
|
"API_BIZCORE_BSC_VERSION": {
|
|
1583
1590
|
"NAME": "api-bizcore.bsc-version"
|