@openinc/parse-server-opendash 2.0.1 → 2.1.0
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/package.json +1 -1
- package/schema/AlarmAction.json +14 -8
- package/schema/GTFS_Calendar.json +7 -7
- package/schema/GTFS_Level.json +7 -7
- package/schema/GTFS_Stop_Times.json +7 -7
- package/schema/GTFS_Trip.json +7 -7
- package/schema/GTFS_Wheelchair_Boarding.json +7 -7
- package/schema/Group.json +7 -7
- package/schema/Log.json +7 -7
- package/schema/{Slideshow.json → Maintenance_Item.json} +8 -11
- package/schema/Maintenance_Media.json +7 -7
- package/schema/Maintenance_Message.json +51 -0
- package/schema/Maintenance_Message_Body.json +44 -0
- package/schema/Maintenance_Schedule.json +15 -7
- package/schema/Maintenance_SourceMeta.json +38 -0
- package/schema/Monitoring_Slideshow.json +44 -0
- package/schema/Report.json +18 -0
- package/schema/Share.json +7 -7
- package/schema/Tenant.json +5 -21
- package/schema/VirtualKPI.json +7 -7
- package/schema/WidgetPreset.json +11 -8
package/package.json
CHANGED
package/schema/AlarmAction.json
CHANGED
|
@@ -22,7 +22,13 @@
|
|
|
22
22
|
"supportedTypes": {
|
|
23
23
|
"type": "Array",
|
|
24
24
|
"required": false,
|
|
25
|
-
"defaultValue": [
|
|
25
|
+
"defaultValue": [
|
|
26
|
+
"Number",
|
|
27
|
+
"String",
|
|
28
|
+
"Boolean",
|
|
29
|
+
"Geo",
|
|
30
|
+
"Object"
|
|
31
|
+
]
|
|
26
32
|
},
|
|
27
33
|
"target": {
|
|
28
34
|
"type": "String",
|
|
@@ -49,25 +55,25 @@
|
|
|
49
55
|
},
|
|
50
56
|
"classLevelPermissions": {
|
|
51
57
|
"find": {
|
|
52
|
-
"
|
|
58
|
+
"*": true
|
|
53
59
|
},
|
|
54
60
|
"count": {
|
|
55
|
-
"
|
|
61
|
+
"*": true
|
|
56
62
|
},
|
|
57
63
|
"get": {
|
|
58
|
-
"
|
|
64
|
+
"*": true
|
|
59
65
|
},
|
|
60
66
|
"create": {
|
|
61
|
-
"
|
|
67
|
+
"*": true
|
|
62
68
|
},
|
|
63
69
|
"update": {
|
|
64
|
-
"
|
|
70
|
+
"*": true
|
|
65
71
|
},
|
|
66
72
|
"delete": {
|
|
67
|
-
"
|
|
73
|
+
"*": true
|
|
68
74
|
},
|
|
69
75
|
"addField": {
|
|
70
|
-
"
|
|
76
|
+
"*": true
|
|
71
77
|
},
|
|
72
78
|
"protectedFields": {
|
|
73
79
|
"*": []
|
|
@@ -39,25 +39,25 @@
|
|
|
39
39
|
},
|
|
40
40
|
"classLevelPermissions": {
|
|
41
41
|
"find": {
|
|
42
|
-
"
|
|
42
|
+
"*": true
|
|
43
43
|
},
|
|
44
44
|
"count": {
|
|
45
|
-
"
|
|
45
|
+
"*": true
|
|
46
46
|
},
|
|
47
47
|
"get": {
|
|
48
|
-
"
|
|
48
|
+
"*": true
|
|
49
49
|
},
|
|
50
50
|
"create": {
|
|
51
|
-
"
|
|
51
|
+
"*": true
|
|
52
52
|
},
|
|
53
53
|
"update": {
|
|
54
|
-
"
|
|
54
|
+
"*": true
|
|
55
55
|
},
|
|
56
56
|
"delete": {
|
|
57
|
-
"
|
|
57
|
+
"*": true
|
|
58
58
|
},
|
|
59
59
|
"addField": {
|
|
60
|
-
"
|
|
60
|
+
"*": true
|
|
61
61
|
},
|
|
62
62
|
"protectedFields": {
|
|
63
63
|
"*": []
|
package/schema/GTFS_Level.json
CHANGED
|
@@ -11,25 +11,25 @@
|
|
|
11
11
|
},
|
|
12
12
|
"classLevelPermissions": {
|
|
13
13
|
"find": {
|
|
14
|
-
"
|
|
14
|
+
"*": true
|
|
15
15
|
},
|
|
16
16
|
"count": {
|
|
17
|
-
"
|
|
17
|
+
"*": true
|
|
18
18
|
},
|
|
19
19
|
"get": {
|
|
20
|
-
"
|
|
20
|
+
"*": true
|
|
21
21
|
},
|
|
22
22
|
"create": {
|
|
23
|
-
"
|
|
23
|
+
"*": true
|
|
24
24
|
},
|
|
25
25
|
"update": {
|
|
26
|
-
"
|
|
26
|
+
"*": true
|
|
27
27
|
},
|
|
28
28
|
"delete": {
|
|
29
|
-
"
|
|
29
|
+
"*": true
|
|
30
30
|
},
|
|
31
31
|
"addField": {
|
|
32
|
-
"
|
|
32
|
+
"*": true
|
|
33
33
|
},
|
|
34
34
|
"protectedFields": {
|
|
35
35
|
"*": []
|
|
@@ -26,25 +26,25 @@
|
|
|
26
26
|
},
|
|
27
27
|
"classLevelPermissions": {
|
|
28
28
|
"find": {
|
|
29
|
-
"
|
|
29
|
+
"*": true
|
|
30
30
|
},
|
|
31
31
|
"count": {
|
|
32
|
-
"
|
|
32
|
+
"*": true
|
|
33
33
|
},
|
|
34
34
|
"get": {
|
|
35
|
-
"
|
|
35
|
+
"*": true
|
|
36
36
|
},
|
|
37
37
|
"create": {
|
|
38
|
-
"
|
|
38
|
+
"*": true
|
|
39
39
|
},
|
|
40
40
|
"update": {
|
|
41
|
-
"
|
|
41
|
+
"*": true
|
|
42
42
|
},
|
|
43
43
|
"delete": {
|
|
44
|
-
"
|
|
44
|
+
"*": true
|
|
45
45
|
},
|
|
46
46
|
"addField": {
|
|
47
|
-
"
|
|
47
|
+
"*": true
|
|
48
48
|
},
|
|
49
49
|
"protectedFields": {
|
|
50
50
|
"*": []
|
package/schema/GTFS_Trip.json
CHANGED
|
@@ -33,25 +33,25 @@
|
|
|
33
33
|
},
|
|
34
34
|
"classLevelPermissions": {
|
|
35
35
|
"find": {
|
|
36
|
-
"
|
|
36
|
+
"*": true
|
|
37
37
|
},
|
|
38
38
|
"count": {
|
|
39
|
-
"
|
|
39
|
+
"*": true
|
|
40
40
|
},
|
|
41
41
|
"get": {
|
|
42
|
-
"
|
|
42
|
+
"*": true
|
|
43
43
|
},
|
|
44
44
|
"create": {
|
|
45
|
-
"
|
|
45
|
+
"*": true
|
|
46
46
|
},
|
|
47
47
|
"update": {
|
|
48
|
-
"
|
|
48
|
+
"*": true
|
|
49
49
|
},
|
|
50
50
|
"delete": {
|
|
51
|
-
"
|
|
51
|
+
"*": true
|
|
52
52
|
},
|
|
53
53
|
"addField": {
|
|
54
|
-
"
|
|
54
|
+
"*": true
|
|
55
55
|
},
|
|
56
56
|
"protectedFields": {
|
|
57
57
|
"*": []
|
|
@@ -15,25 +15,25 @@
|
|
|
15
15
|
},
|
|
16
16
|
"classLevelPermissions": {
|
|
17
17
|
"find": {
|
|
18
|
-
"
|
|
18
|
+
"*": true
|
|
19
19
|
},
|
|
20
20
|
"count": {
|
|
21
|
-
"
|
|
21
|
+
"*": true
|
|
22
22
|
},
|
|
23
23
|
"get": {
|
|
24
|
-
"
|
|
24
|
+
"*": true
|
|
25
25
|
},
|
|
26
26
|
"create": {
|
|
27
|
-
"
|
|
27
|
+
"*": true
|
|
28
28
|
},
|
|
29
29
|
"update": {
|
|
30
|
-
"
|
|
30
|
+
"*": true
|
|
31
31
|
},
|
|
32
32
|
"delete": {
|
|
33
|
-
"
|
|
33
|
+
"*": true
|
|
34
34
|
},
|
|
35
35
|
"addField": {
|
|
36
|
-
"
|
|
36
|
+
"*": true
|
|
37
37
|
},
|
|
38
38
|
"protectedFields": {
|
|
39
39
|
"*": []
|
package/schema/Group.json
CHANGED
|
@@ -37,25 +37,25 @@
|
|
|
37
37
|
},
|
|
38
38
|
"classLevelPermissions": {
|
|
39
39
|
"find": {
|
|
40
|
-
"
|
|
40
|
+
"*": true
|
|
41
41
|
},
|
|
42
42
|
"count": {
|
|
43
|
-
"
|
|
43
|
+
"*": true
|
|
44
44
|
},
|
|
45
45
|
"get": {
|
|
46
|
-
"
|
|
46
|
+
"*": true
|
|
47
47
|
},
|
|
48
48
|
"create": {
|
|
49
|
-
"
|
|
49
|
+
"*": true
|
|
50
50
|
},
|
|
51
51
|
"update": {
|
|
52
|
-
"
|
|
52
|
+
"*": true
|
|
53
53
|
},
|
|
54
54
|
"delete": {
|
|
55
|
-
"
|
|
55
|
+
"*": true
|
|
56
56
|
},
|
|
57
57
|
"addField": {
|
|
58
|
-
"
|
|
58
|
+
"*": true
|
|
59
59
|
},
|
|
60
60
|
"protectedFields": {
|
|
61
61
|
"*": []
|
package/schema/Log.json
CHANGED
|
@@ -12,25 +12,25 @@
|
|
|
12
12
|
},
|
|
13
13
|
"classLevelPermissions": {
|
|
14
14
|
"find": {
|
|
15
|
-
"
|
|
15
|
+
"*": true
|
|
16
16
|
},
|
|
17
17
|
"count": {
|
|
18
|
-
"
|
|
18
|
+
"*": true
|
|
19
19
|
},
|
|
20
20
|
"get": {
|
|
21
|
-
"
|
|
21
|
+
"*": true
|
|
22
22
|
},
|
|
23
23
|
"create": {
|
|
24
|
-
"
|
|
24
|
+
"*": true
|
|
25
25
|
},
|
|
26
26
|
"update": {
|
|
27
|
-
"
|
|
27
|
+
"*": true
|
|
28
28
|
},
|
|
29
29
|
"delete": {
|
|
30
|
-
"
|
|
30
|
+
"*": true
|
|
31
31
|
},
|
|
32
32
|
"addField": {
|
|
33
|
-
"
|
|
33
|
+
"*": true
|
|
34
34
|
},
|
|
35
35
|
"protectedFields": {
|
|
36
36
|
"*": []
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"fields": {
|
|
3
|
-
"
|
|
4
|
-
"type": "
|
|
5
|
-
"targetClass": "{{PREFIX}}Dashboard",
|
|
3
|
+
"description": {
|
|
4
|
+
"type": "String",
|
|
6
5
|
"required": false
|
|
7
6
|
},
|
|
8
|
-
"interval": {
|
|
9
|
-
"type": "Number",
|
|
10
|
-
"required": true,
|
|
11
|
-
"defaultValue": 60000
|
|
12
|
-
},
|
|
13
7
|
"name": {
|
|
14
8
|
"type": "String",
|
|
15
9
|
"required": true
|
|
10
|
+
},
|
|
11
|
+
"tenant": {
|
|
12
|
+
"type": "Pointer",
|
|
13
|
+
"targetClass": "{{PREFIX}}Tenant",
|
|
14
|
+
"required": true
|
|
16
15
|
}
|
|
17
16
|
},
|
|
18
17
|
"classLevelPermissions": {
|
|
@@ -34,9 +33,7 @@
|
|
|
34
33
|
"delete": {
|
|
35
34
|
"requiresAuthentication": true
|
|
36
35
|
},
|
|
37
|
-
"addField": {
|
|
38
|
-
"requiresAuthentication": true
|
|
39
|
-
},
|
|
36
|
+
"addField": {},
|
|
40
37
|
"protectedFields": {
|
|
41
38
|
"*": []
|
|
42
39
|
}
|
|
@@ -16,25 +16,25 @@
|
|
|
16
16
|
},
|
|
17
17
|
"classLevelPermissions": {
|
|
18
18
|
"find": {
|
|
19
|
-
"
|
|
19
|
+
"*": true
|
|
20
20
|
},
|
|
21
21
|
"count": {
|
|
22
|
-
"
|
|
22
|
+
"*": true
|
|
23
23
|
},
|
|
24
24
|
"get": {
|
|
25
|
-
"
|
|
25
|
+
"*": true
|
|
26
26
|
},
|
|
27
27
|
"create": {
|
|
28
|
-
"
|
|
28
|
+
"*": true
|
|
29
29
|
},
|
|
30
30
|
"update": {
|
|
31
|
-
"
|
|
31
|
+
"*": true
|
|
32
32
|
},
|
|
33
33
|
"delete": {
|
|
34
|
-
"
|
|
34
|
+
"*": true
|
|
35
35
|
},
|
|
36
36
|
"addField": {
|
|
37
|
-
"
|
|
37
|
+
"*": true
|
|
38
38
|
},
|
|
39
39
|
"protectedFields": {
|
|
40
40
|
"*": []
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fields": {
|
|
3
|
+
"classname": {
|
|
4
|
+
"type": "String",
|
|
5
|
+
"required": true
|
|
6
|
+
},
|
|
7
|
+
"data": {
|
|
8
|
+
"type": "Object",
|
|
9
|
+
"required": false
|
|
10
|
+
},
|
|
11
|
+
"referencedObjectId": {
|
|
12
|
+
"type": "String",
|
|
13
|
+
"required": true
|
|
14
|
+
},
|
|
15
|
+
"title": {
|
|
16
|
+
"type": "String",
|
|
17
|
+
"required": false
|
|
18
|
+
},
|
|
19
|
+
"user": {
|
|
20
|
+
"type": "Pointer",
|
|
21
|
+
"targetClass": "_User",
|
|
22
|
+
"required": false
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"classLevelPermissions": {
|
|
26
|
+
"find": {
|
|
27
|
+
"*": true
|
|
28
|
+
},
|
|
29
|
+
"count": {
|
|
30
|
+
"*": true
|
|
31
|
+
},
|
|
32
|
+
"get": {
|
|
33
|
+
"*": true
|
|
34
|
+
},
|
|
35
|
+
"create": {
|
|
36
|
+
"*": true
|
|
37
|
+
},
|
|
38
|
+
"update": {
|
|
39
|
+
"*": true
|
|
40
|
+
},
|
|
41
|
+
"delete": {
|
|
42
|
+
"*": true
|
|
43
|
+
},
|
|
44
|
+
"addField": {
|
|
45
|
+
"*": true
|
|
46
|
+
},
|
|
47
|
+
"protectedFields": {
|
|
48
|
+
"*": []
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fields": {
|
|
3
|
+
"content": {
|
|
4
|
+
"type": "String",
|
|
5
|
+
"required": false
|
|
6
|
+
},
|
|
7
|
+
"message": {
|
|
8
|
+
"type": "Pointer",
|
|
9
|
+
"targetClass": "{{PREFIX}}Service_Message",
|
|
10
|
+
"required": false
|
|
11
|
+
},
|
|
12
|
+
"user": {
|
|
13
|
+
"type": "Pointer",
|
|
14
|
+
"targetClass": "_User",
|
|
15
|
+
"required": false
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"classLevelPermissions": {
|
|
19
|
+
"find": {
|
|
20
|
+
"*": true
|
|
21
|
+
},
|
|
22
|
+
"count": {
|
|
23
|
+
"*": true
|
|
24
|
+
},
|
|
25
|
+
"get": {
|
|
26
|
+
"*": true
|
|
27
|
+
},
|
|
28
|
+
"create": {
|
|
29
|
+
"*": true
|
|
30
|
+
},
|
|
31
|
+
"update": {
|
|
32
|
+
"*": true
|
|
33
|
+
},
|
|
34
|
+
"delete": {
|
|
35
|
+
"*": true
|
|
36
|
+
},
|
|
37
|
+
"addField": {
|
|
38
|
+
"*": true
|
|
39
|
+
},
|
|
40
|
+
"protectedFields": {
|
|
41
|
+
"*": []
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -14,6 +14,14 @@
|
|
|
14
14
|
"targetClass": "{{PREFIX}}Maintenance_Media",
|
|
15
15
|
"required": false
|
|
16
16
|
},
|
|
17
|
+
"run_cron": {
|
|
18
|
+
"type": "String",
|
|
19
|
+
"required": false
|
|
20
|
+
},
|
|
21
|
+
"run_timestamp": {
|
|
22
|
+
"type": "Date",
|
|
23
|
+
"required": false
|
|
24
|
+
},
|
|
17
25
|
"source": {
|
|
18
26
|
"type": "Pointer",
|
|
19
27
|
"targetClass": "{{PREFIX}}Source",
|
|
@@ -31,25 +39,25 @@
|
|
|
31
39
|
},
|
|
32
40
|
"classLevelPermissions": {
|
|
33
41
|
"find": {
|
|
34
|
-
"
|
|
42
|
+
"*": true
|
|
35
43
|
},
|
|
36
44
|
"count": {
|
|
37
|
-
"
|
|
45
|
+
"*": true
|
|
38
46
|
},
|
|
39
47
|
"get": {
|
|
40
|
-
"
|
|
48
|
+
"*": true
|
|
41
49
|
},
|
|
42
50
|
"create": {
|
|
43
|
-
"
|
|
51
|
+
"*": true
|
|
44
52
|
},
|
|
45
53
|
"update": {
|
|
46
|
-
"
|
|
54
|
+
"*": true
|
|
47
55
|
},
|
|
48
56
|
"delete": {
|
|
49
|
-
"
|
|
57
|
+
"*": true
|
|
50
58
|
},
|
|
51
59
|
"addField": {
|
|
52
|
-
"
|
|
60
|
+
"*": true
|
|
53
61
|
},
|
|
54
62
|
"protectedFields": {
|
|
55
63
|
"*": []
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fields": {
|
|
3
|
+
"item": {
|
|
4
|
+
"type": "Pointer",
|
|
5
|
+
"targetClass": "{{PREFIX}}Service_Item",
|
|
6
|
+
"required": false
|
|
7
|
+
},
|
|
8
|
+
"source": {
|
|
9
|
+
"type": "Pointer",
|
|
10
|
+
"targetClass": "{{PREFIX}}Source",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"classLevelPermissions": {
|
|
15
|
+
"find": {
|
|
16
|
+
"requiresAuthentication": true
|
|
17
|
+
},
|
|
18
|
+
"count": {
|
|
19
|
+
"requiresAuthentication": true
|
|
20
|
+
},
|
|
21
|
+
"get": {
|
|
22
|
+
"requiresAuthentication": true
|
|
23
|
+
},
|
|
24
|
+
"create": {
|
|
25
|
+
"requiresAuthentication": true
|
|
26
|
+
},
|
|
27
|
+
"update": {
|
|
28
|
+
"requiresAuthentication": true
|
|
29
|
+
},
|
|
30
|
+
"delete": {
|
|
31
|
+
"requiresAuthentication": true
|
|
32
|
+
},
|
|
33
|
+
"addField": {},
|
|
34
|
+
"protectedFields": {
|
|
35
|
+
"*": []
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fields": {
|
|
3
|
+
"dashboards": {
|
|
4
|
+
"type": "Relation",
|
|
5
|
+
"targetClass": "{{PREFIX}}Dashboard",
|
|
6
|
+
"required": false
|
|
7
|
+
},
|
|
8
|
+
"interval": {
|
|
9
|
+
"type": "Number",
|
|
10
|
+
"required": true,
|
|
11
|
+
"defaultValue": 60000
|
|
12
|
+
},
|
|
13
|
+
"name": {
|
|
14
|
+
"type": "String",
|
|
15
|
+
"required": true
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"classLevelPermissions": {
|
|
19
|
+
"find": {
|
|
20
|
+
"*": true
|
|
21
|
+
},
|
|
22
|
+
"count": {
|
|
23
|
+
"*": true
|
|
24
|
+
},
|
|
25
|
+
"get": {
|
|
26
|
+
"*": true
|
|
27
|
+
},
|
|
28
|
+
"create": {
|
|
29
|
+
"*": true
|
|
30
|
+
},
|
|
31
|
+
"update": {
|
|
32
|
+
"*": true
|
|
33
|
+
},
|
|
34
|
+
"delete": {
|
|
35
|
+
"*": true
|
|
36
|
+
},
|
|
37
|
+
"addField": {
|
|
38
|
+
"*": true
|
|
39
|
+
},
|
|
40
|
+
"protectedFields": {
|
|
41
|
+
"*": []
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
package/schema/Report.json
CHANGED
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
"type": "String",
|
|
5
5
|
"required": false
|
|
6
6
|
},
|
|
7
|
+
"items": {
|
|
8
|
+
"type": "Array",
|
|
9
|
+
"required": true,
|
|
10
|
+
"defaultValue": []
|
|
11
|
+
},
|
|
12
|
+
"masterData": {
|
|
13
|
+
"type": "Object",
|
|
14
|
+
"required": true,
|
|
15
|
+
"defaultValue": {}
|
|
16
|
+
},
|
|
7
17
|
"name": {
|
|
8
18
|
"type": "String",
|
|
9
19
|
"required": false
|
|
@@ -13,6 +23,14 @@
|
|
|
13
23
|
"required": true,
|
|
14
24
|
"defaultValue": {}
|
|
15
25
|
},
|
|
26
|
+
"template": {
|
|
27
|
+
"type": "File",
|
|
28
|
+
"required": true
|
|
29
|
+
},
|
|
30
|
+
"title": {
|
|
31
|
+
"type": "String",
|
|
32
|
+
"required": false
|
|
33
|
+
},
|
|
16
34
|
"type": {
|
|
17
35
|
"type": "String",
|
|
18
36
|
"required": true
|
package/schema/Share.json
CHANGED
|
@@ -36,25 +36,25 @@
|
|
|
36
36
|
},
|
|
37
37
|
"classLevelPermissions": {
|
|
38
38
|
"find": {
|
|
39
|
-
"
|
|
39
|
+
"*": true
|
|
40
40
|
},
|
|
41
41
|
"count": {
|
|
42
|
-
"
|
|
42
|
+
"*": true
|
|
43
43
|
},
|
|
44
44
|
"get": {
|
|
45
|
-
"
|
|
45
|
+
"*": true
|
|
46
46
|
},
|
|
47
47
|
"create": {
|
|
48
|
-
"
|
|
48
|
+
"*": true
|
|
49
49
|
},
|
|
50
50
|
"update": {
|
|
51
|
-
"
|
|
51
|
+
"*": true
|
|
52
52
|
},
|
|
53
53
|
"delete": {
|
|
54
|
-
"
|
|
54
|
+
"*": true
|
|
55
55
|
},
|
|
56
56
|
"addField": {
|
|
57
|
-
"
|
|
57
|
+
"*": true
|
|
58
58
|
},
|
|
59
59
|
"protectedFields": {
|
|
60
60
|
"*": []
|
package/schema/Tenant.json
CHANGED
|
@@ -6,40 +6,24 @@
|
|
|
6
6
|
},
|
|
7
7
|
"hasDataSource": {
|
|
8
8
|
"type": "Boolean",
|
|
9
|
-
"required":
|
|
9
|
+
"required": true,
|
|
10
10
|
"defaultValue": false
|
|
11
11
|
},
|
|
12
12
|
"interactWithOtherTenants": {
|
|
13
13
|
"type": "Boolean",
|
|
14
|
-
"required":
|
|
14
|
+
"required": true,
|
|
15
15
|
"defaultValue": false
|
|
16
16
|
},
|
|
17
17
|
"label": {
|
|
18
18
|
"type": "String",
|
|
19
19
|
"required": true
|
|
20
20
|
},
|
|
21
|
-
"
|
|
22
|
-
"type": "
|
|
23
|
-
"
|
|
21
|
+
"meta": {
|
|
22
|
+
"type": "Pointer",
|
|
23
|
+
"targetClass": "{{PREFIX}}TenantMeta"
|
|
24
24
|
},
|
|
25
25
|
"tagPrefix": {
|
|
26
26
|
"type": "String"
|
|
27
|
-
},
|
|
28
|
-
"logo": {
|
|
29
|
-
"type": "File",
|
|
30
|
-
"required": false
|
|
31
|
-
},
|
|
32
|
-
"logoRaw": {
|
|
33
|
-
"type": "File",
|
|
34
|
-
"required": false
|
|
35
|
-
},
|
|
36
|
-
"icon": {
|
|
37
|
-
"type": "File",
|
|
38
|
-
"required": false
|
|
39
|
-
},
|
|
40
|
-
"iconRaw": {
|
|
41
|
-
"type": "File",
|
|
42
|
-
"required": false
|
|
43
27
|
}
|
|
44
28
|
},
|
|
45
29
|
"classLevelPermissions": {
|
package/schema/VirtualKPI.json
CHANGED
|
@@ -20,25 +20,25 @@
|
|
|
20
20
|
},
|
|
21
21
|
"classLevelPermissions": {
|
|
22
22
|
"find": {
|
|
23
|
-
"
|
|
23
|
+
"*": true
|
|
24
24
|
},
|
|
25
25
|
"count": {
|
|
26
|
-
"
|
|
26
|
+
"*": true
|
|
27
27
|
},
|
|
28
28
|
"get": {
|
|
29
|
-
"
|
|
29
|
+
"*": true
|
|
30
30
|
},
|
|
31
31
|
"create": {
|
|
32
|
-
"
|
|
32
|
+
"*": true
|
|
33
33
|
},
|
|
34
34
|
"update": {
|
|
35
|
-
"
|
|
35
|
+
"*": true
|
|
36
36
|
},
|
|
37
37
|
"delete": {
|
|
38
|
-
"
|
|
38
|
+
"*": true
|
|
39
39
|
},
|
|
40
40
|
"addField": {
|
|
41
|
-
"
|
|
41
|
+
"*": true
|
|
42
42
|
},
|
|
43
43
|
"protectedFields": {
|
|
44
44
|
"*": []
|
package/schema/WidgetPreset.json
CHANGED
|
@@ -25,7 +25,10 @@
|
|
|
25
25
|
"layout": {
|
|
26
26
|
"type": "Array",
|
|
27
27
|
"required": false,
|
|
28
|
-
"defaultValue": [
|
|
28
|
+
"defaultValue": [
|
|
29
|
+
4,
|
|
30
|
+
4
|
|
31
|
+
]
|
|
29
32
|
},
|
|
30
33
|
"tags": {
|
|
31
34
|
"type": "Array",
|
|
@@ -49,25 +52,25 @@
|
|
|
49
52
|
},
|
|
50
53
|
"classLevelPermissions": {
|
|
51
54
|
"find": {
|
|
52
|
-
"
|
|
55
|
+
"*": true
|
|
53
56
|
},
|
|
54
57
|
"count": {
|
|
55
|
-
"
|
|
58
|
+
"*": true
|
|
56
59
|
},
|
|
57
60
|
"get": {
|
|
58
|
-
"
|
|
61
|
+
"*": true
|
|
59
62
|
},
|
|
60
63
|
"create": {
|
|
61
|
-
"
|
|
64
|
+
"*": true
|
|
62
65
|
},
|
|
63
66
|
"update": {
|
|
64
|
-
"
|
|
67
|
+
"*": true
|
|
65
68
|
},
|
|
66
69
|
"delete": {
|
|
67
|
-
"
|
|
70
|
+
"*": true
|
|
68
71
|
},
|
|
69
72
|
"addField": {
|
|
70
|
-
"
|
|
73
|
+
"*": true
|
|
71
74
|
},
|
|
72
75
|
"protectedFields": {
|
|
73
76
|
"*": []
|