biz9-logic 10.0.45 → 10.0.47

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 +2 -2
  2. package/index.js +1 -0
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,7 +1,7 @@
1
- VERSION='10.4.5'
1
+ VERSION='10.4.7'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
- BRANCH='10.4.2'
4
+ BRANCH='10.4.6'
5
5
  APP_ID='test_app_id';
6
6
  URL="http://localhost";
7
7
 
package/index.js CHANGED
@@ -126,6 +126,7 @@ class Type {
126
126
  static FIELD_RESULT_OK_DELETE_CACHE = 'delete_cache_resultOK';
127
127
  static FIELD_RESULT_OK_DELETE_DATABASE = 'delete_database_resultOK';
128
128
  static FIELD_RESULT_OK_EMAIL = 'email_resultOK';
129
+ static FIELD_RESULT_OK_USER_NAME = 'user_name_resultOK';
129
130
  static FIELD_RESULT_OK_USER = 'user_resultOK';
130
131
  static FIELD_RESULT_OK_UNIQUE = 'unique_resultOK';
131
132
  static FIELD_RESULT_OK_FAVORITE_ADD = 'favorite_resultOK';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "10.0.45",
3
+ "version": "10.0.47",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"