biz9-logic 4.8.347 → 4.8.348

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 +10 -10
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='8.2.7'
1
+ VERSION='8.2.8'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
package/index.js CHANGED
@@ -174,11 +174,11 @@ class Title {
174
174
  static DATA_TYPE_CONTENT="Content";
175
175
 
176
176
  //role
177
- static ROLE_SUPER_ADMIN='Super Admin';
178
- static ROLE_ADMIN='Admin';
179
- static ROLE_MANAGER='Manager';
180
- static ROLE_USER='User';
181
- static ROLE_GUEST='Guest';
177
+ static USER_ROLE_SUPER_ADMIN='Super Admin';
178
+ static USER_ROLE_ADMIN='Admin';
179
+ static USER_ROLE_MANAGER='Manager';
180
+ static USER_ROLE_USER='User';
181
+ static USER_ROLE_GUEST='Guest';
182
182
 
183
183
  //app
184
184
  static APP_MOBILE="Mobile";
@@ -234,11 +234,11 @@ class Type {
234
234
  static FIELD_VALUE_LIST="list";
235
235
 
236
236
  //role
237
- static ROLE_SUPER_ADMIN='super_admin';
238
- static ROLE_ADMIN='admin';
239
- static ROLE_MANAGER='manager';
240
- static ROLE_USER='user';
241
- static ROLE_GUEST='guest';
237
+ static USER_ROLE_SUPER_ADMIN='super_admin';
238
+ static USER_ROLE_ADMIN='admin';
239
+ static USER_ROLE_MANAGER='manager';
240
+ static USER_ROLE_USER='user';
241
+ static USER_ROLE_GUEST='guest';
242
242
 
243
243
  //data_source
244
244
  static DATA_SOURCE_CACHE="cache";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.8.347",
3
+ "version": "4.8.348",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"