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.
- package/biz9_config +2 -2
- package/index.js +1 -0
- package/package.json +1 -1
package/biz9_config
CHANGED
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';
|