biz9-logic 4.5.8 → 4.5.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.
Files changed (3) hide show
  1. package/biz9_config +1 -1
  2. package/index.js +5 -4
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='4.5.8'
1
+ VERSION='4.6.0'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
package/index.js CHANGED
@@ -378,9 +378,9 @@ class DataType {
378
378
  { title:DataType.get_title(DataType.BLOG_POST),type:DataType.BLOG_POST},
379
379
  { title:DataType.get_title(DataType.GALLERY),type:DataType.GALLERY},
380
380
  { title:DataType.get_title(DataType.EVENT),type:DataType.EVENT},
381
- { title:DataType.get_title(DataType.TEAM),type:DataType.TEAM}
382
- { title:DataType.get_title(DataType.PRODUCT),type:DataType.PRODUCT}
383
- { title:DataType.get_title(DataType.SERVICE),type:DataType.SERVICE},
381
+ { title:DataType.get_title(DataType.TEAM),type:DataType.TEAM},
382
+ { title:DataType.get_title(DataType.PRODUCT),type:DataType.PRODUCT},
383
+ { title:DataType.get_title(DataType.SERVICE),type:DataType.SERVICE}
384
384
  ]
385
385
  };
386
386
  static ADMIN='admin_biz';
@@ -405,6 +405,7 @@ class DataType {
405
405
  static REVIEW='review_biz';
406
406
  static SERVICE='service_biz';
407
407
  static TEMPLATE='template_biz';
408
+ static TEAM='team_biz';
408
409
  static USER='user_biz';
409
410
  static VIDEO='video_biz';
410
411
  }
@@ -741,7 +742,7 @@ class Category_Logic {
741
742
  {data_type:DataType.GALLERY,value:DataType.GALLERY,label:"Galleries"},
742
743
  {data_type:DataType.SERVICE,value:DataType.SERVICE,label:"Services"},
743
744
  {data_type:DataType.PRODUCT,value:DataType.PRODUCT,label:"Product"},
744
- {data_type:DataType.TEMPLATE,value:DataType.TEMPLATE,label:"Template"}
745
+ {data_type:DataType.TEMPLATE,value:DataType.TEMPLATE,label:"Template"},
745
746
  {data_type:DataType.TEAM,value:DataType.TEAM,label:"Team"}
746
747
  ];
747
748
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.5.8",
3
+ "version": "4.5.10",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"