biz9-logic 3.9.9 → 3.9.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.
- package/biz9_config +1 -1
- package/index.js +10 -0
- package/package.json +3 -3
package/biz9_config
CHANGED
package/index.js
CHANGED
|
@@ -31,6 +31,7 @@ class FieldType {
|
|
|
31
31
|
|
|
32
32
|
static PARENT_ID='parent_id';
|
|
33
33
|
static PARENT_DATA_TYPE='parent_data_type';
|
|
34
|
+
|
|
34
35
|
static PHOTO_DATA='photo_data';
|
|
35
36
|
|
|
36
37
|
static TOP_ID='top_id';
|
|
@@ -48,6 +49,15 @@ class FieldType {
|
|
|
48
49
|
|
|
49
50
|
static SOURCE='source';
|
|
50
51
|
|
|
52
|
+
static SOURCE_ID='source_id';
|
|
53
|
+
static SOURCE_DATA_TYPE='source_data_type';
|
|
54
|
+
|
|
55
|
+
static SOURCE_PARENT_ID='source_parent_id';
|
|
56
|
+
static SOURCE_PARENT_DATA_TYPE='source_parent_data_type';
|
|
57
|
+
|
|
58
|
+
static SOURCE_TOP_ID='source_top_id';
|
|
59
|
+
static SOURCE_TOP_DATA_TYPE='source_top_data_type';
|
|
60
|
+
|
|
51
61
|
static DATE_CREATE='date_create';
|
|
52
62
|
static DATE_SAVE='date_save';
|
|
53
63
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "biz9-logic",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.10",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"async-series": "^0.0.1",
|
|
12
|
-
"biz9-scriptz": "^5.
|
|
13
|
-
"biz9-utility": "^3.5.
|
|
12
|
+
"biz9-scriptz": "^5.6.6",
|
|
13
|
+
"biz9-utility": "^3.5.9",
|
|
14
14
|
"jest": "^29.7.0"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|