biz9-logic 4.8.341 → 4.8.343

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.1'
1
+ VERSION='8.2.3'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
package/index.js CHANGED
@@ -1641,10 +1641,10 @@ 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 CART_DELETE="item/delete_cart";
1644
+ static DELETE_CART="item/delete_cart";
1645
1645
  static CART="item/cart";
1646
- static CART_POST="item/post_cart";
1647
- static CART_SEARCH="item/search_cart";
1646
+ static POST_CART="item/post_cart";
1647
+ static SEARCH_CART="item/search_cart";
1648
1648
  //category
1649
1649
  static CATEGORY_DETAIL="category/detail";
1650
1650
  static CATEGORY_HOME="category/home";
@@ -1671,8 +1671,8 @@ class Url {
1671
1671
  static EVENT_HOME="event/home";
1672
1672
  static EVENT_SEARCH="event/search";
1673
1673
  //favorite
1674
- static FAVORITE_POST="item/post_favorite";
1675
- static FAVORITE_SEARCH="item/search_review";
1674
+ static POST_FAVORITE="item/post_favorite";
1675
+ static SEARCH_FAVORITE="item/search_review";
1676
1676
  //field
1677
1677
  static CUSTOM_FIELD="item/custom_field";
1678
1678
  static POST_FIELD_VALUE="item/post_field_value";
@@ -1684,22 +1684,22 @@ class Url {
1684
1684
  static IMAGE_POST="main/image/post";
1685
1685
  static IMAGE_CDN_POST="main/image/post_cdn";
1686
1686
  //order
1687
- static ORDER_DELETE="item/delete_order";
1687
+ static DELETE_ORDER="item/delete_order";
1688
1688
  static ORDER="item/order";
1689
- static ORDER_POST="item/post_order";
1690
- static ORDER_SEARCH="item/search_order";
1689
+ static POST_ORDER="item/post_order";
1690
+ static SEARCH_ORDER="item/search_order";
1691
1691
  //page
1692
- static PAGE_HOME="page/home";
1693
- static PAGE_ABOUT="page/about";
1694
- static PAGE_CONTACT="page/contact";
1695
- static PAGE_FAQ="page/faq";
1692
+ static HOME="page/home";
1693
+ static ABOUT="page/about";
1694
+ static CONTACT="page/contact";
1695
+ static FAQ="page/faq";
1696
1696
  //product
1697
1697
  static PRODUCT_DETAIL="product/detail";
1698
1698
  static PRODUCT_HOME="product/home";
1699
1699
  static PRODUCT_SEARCH="product/search";
1700
1700
  //review
1701
- static REVIEW_POST="item/post_review";
1702
- static REVIEW_SEARCH="item/search_review";
1701
+ static POST_REVIEW="item/post_review";
1702
+ static SEARCH_REVIEW="item/search_review";
1703
1703
  //service
1704
1704
  static SERVICE_DETAIL="service/detail";
1705
1705
  static SERVICE_HOME="service/home";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.8.341",
3
+ "version": "4.8.343",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"