biz9-logic 4.8.343 → 4.8.344

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.
Files changed (3) hide show
  1. package/biz9_config +1 -1
  2. package/index.js +14 -14
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='8.2.3'
1
+ VERSION='8.2.4'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
package/index.js CHANGED
@@ -1641,16 +1641,16 @@ class Url {
1641
1641
  static BLOG_POST_HOME="blog_post/home";
1642
1642
  static BLOG_POST_SEARCH="blog_post/search";
1643
1643
  //cart
1644
- static DELETE_CART="item/delete_cart";
1644
+ static CART_DELETE="item/cart_delete";
1645
1645
  static CART="item/cart";
1646
- static POST_CART="item/post_cart";
1647
- static SEARCH_CART="item/search_cart";
1646
+ static CART_POST="item/cart_post";
1647
+ static SEARCH_CART="item/cart_search";
1648
1648
  //category
1649
1649
  static CATEGORY_DETAIL="category/detail";
1650
1650
  static CATEGORY_HOME="category/home";
1651
1651
  static CATEGORY_SEARCH="category/search";
1652
1652
  //cms
1653
- static POST_CMS="item/post_cms";
1653
+ static CMS_POST="item/cms_post";
1654
1654
  //content
1655
1655
  static CONTENT="item/content";
1656
1656
  //crud
@@ -1671,23 +1671,23 @@ class Url {
1671
1671
  static EVENT_HOME="event/home";
1672
1672
  static EVENT_SEARCH="event/search";
1673
1673
  //favorite
1674
- static POST_FAVORITE="item/post_favorite";
1675
- static SEARCH_FAVORITE="item/search_review";
1674
+ static FAVORITE_POST="item/favorite_post";
1675
+ static FAVORITE_SEARCH="item/favorite_search";
1676
1676
  //field
1677
1677
  static CUSTOM_FIELD="item/custom_field";
1678
- static POST_FIELD_VALUE="item/post_field_value";
1678
+ static FIELD_VALUE_POST="item/field_value_post";
1679
1679
  //gallery
1680
1680
  static GALLERY_DETAIL="gallery/detail";
1681
1681
  static GALLERY_HOME="gallery/home";
1682
1682
  static GALLERY_SEARCH="gallery/search";
1683
1683
  //image
1684
1684
  static IMAGE_POST="main/image/post";
1685
- static IMAGE_CDN_POST="main/image/post_cdn";
1685
+ static IMAGE_CDN_POST="main/image/cdn_post";
1686
1686
  //order
1687
- static DELETE_ORDER="item/delete_order";
1687
+ static ORDER_DELETE="item/order_delete";
1688
1688
  static ORDER="item/order";
1689
- static POST_ORDER="item/post_order";
1690
- static SEARCH_ORDER="item/search_order";
1689
+ static ORDER_POST="item/order_post";
1690
+ static ORDER_SEARCH="item/order_search";
1691
1691
  //page
1692
1692
  static HOME="page/home";
1693
1693
  static ABOUT="page/about";
@@ -1698,8 +1698,8 @@ class Url {
1698
1698
  static PRODUCT_HOME="product/home";
1699
1699
  static PRODUCT_SEARCH="product/search";
1700
1700
  //review
1701
- static POST_REVIEW="item/post_review";
1702
- static SEARCH_REVIEW="item/search_review";
1701
+ static REVIEW_POST="item/review_post";
1702
+ static REVIEW_SEARCH="item/review_search";
1703
1703
  //service
1704
1704
  static SERVICE_DETAIL="service/detail";
1705
1705
  static SERVICE_HOME="service/home";
@@ -1709,7 +1709,7 @@ class Url {
1709
1709
  static USER_LOGOUT="user/logout";
1710
1710
  static USER_REGISTER="user/register";
1711
1711
  //stat
1712
- static SEARCH_ACTIVITY="item/search_activity";
1712
+ static ACTIVITY_SEARCH="item/activity_search";
1713
1713
  //template
1714
1714
  static TEMPLATE="item/template";
1715
1715
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.8.343",
3
+ "version": "4.8.344",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"