biz9-logic 4.8.374 → 4.8.375
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/biz9_config +1 -1
- package/index.js +2 -1
- package/package.json +1 -1
package/biz9_config
CHANGED
package/index.js
CHANGED
|
@@ -1657,7 +1657,8 @@ class Url {
|
|
|
1657
1657
|
static CATEGORY_SEARCH="category/search";
|
|
1658
1658
|
//cms
|
|
1659
1659
|
static CMS_POST="cms/post";
|
|
1660
|
-
static
|
|
1660
|
+
static CMS_ITEM_PARENT_TOP_TYPE_CATEGORY="cms/item_parent_top_type_category";
|
|
1661
|
+
static CMS_SEARCH_ITEM_TYPE_CATEGORY="cms/search_item_type_category";
|
|
1661
1662
|
//content
|
|
1662
1663
|
static CONTENT="item/content";
|
|
1663
1664
|
//crud
|