@openinc/parse-server-opendash 2.1.0 → 2.1.2
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 +8 -16
- package/schema/GTFS_Calendar.json +7 -9
- package/schema/GTFS_Level.json +7 -9
- package/schema/GTFS_Stop_Times.json +7 -9
- package/schema/GTFS_Trip.json +7 -9
- package/schema/GTFS_Wheelchair_Boarding.json +7 -9
- package/schema/Group.json +7 -9
- package/schema/Log.json +7 -9
- package/schema/MIAAS_MDSEndpoint.json +1 -3
- package/schema/Maintenance_Media.json +7 -9
- package/schema/Maintenance_Message.json +7 -9
- package/schema/Maintenance_Message_Body.json +7 -9
- package/schema/Maintenance_Schedule.json +7 -9
- package/schema/Monitoring_Slideshow.json +7 -9
- package/schema/Share.json +7 -9
- package/schema/Source.json +0 -4
- package/schema/Tenant.json +2 -6
- package/schema/VirtualKPI.json +7 -9
- package/schema/WidgetPreset.json +8 -13
package/package.json
CHANGED
package/schema/AlarmAction.json
CHANGED
|
@@ -22,13 +22,7 @@
|
|
|
22
22
|
"supportedTypes": {
|
|
23
23
|
"type": "Array",
|
|
24
24
|
"required": false,
|
|
25
|
-
"defaultValue": [
|
|
26
|
-
"Number",
|
|
27
|
-
"String",
|
|
28
|
-
"Boolean",
|
|
29
|
-
"Geo",
|
|
30
|
-
"Object"
|
|
31
|
-
]
|
|
25
|
+
"defaultValue": ["Number", "String", "Boolean", "Geo", "Object"]
|
|
32
26
|
},
|
|
33
27
|
"target": {
|
|
34
28
|
"type": "String",
|
|
@@ -55,26 +49,24 @@
|
|
|
55
49
|
},
|
|
56
50
|
"classLevelPermissions": {
|
|
57
51
|
"find": {
|
|
58
|
-
"
|
|
52
|
+
"requiresAuthentication": true
|
|
59
53
|
},
|
|
60
54
|
"count": {
|
|
61
|
-
"
|
|
55
|
+
"requiresAuthentication": true
|
|
62
56
|
},
|
|
63
57
|
"get": {
|
|
64
|
-
"
|
|
58
|
+
"requiresAuthentication": true
|
|
65
59
|
},
|
|
66
60
|
"create": {
|
|
67
|
-
"
|
|
61
|
+
"requiresAuthentication": true
|
|
68
62
|
},
|
|
69
63
|
"update": {
|
|
70
|
-
"
|
|
64
|
+
"requiresAuthentication": true
|
|
71
65
|
},
|
|
72
66
|
"delete": {
|
|
73
|
-
"
|
|
74
|
-
},
|
|
75
|
-
"addField": {
|
|
76
|
-
"*": true
|
|
67
|
+
"requiresAuthentication": true
|
|
77
68
|
},
|
|
69
|
+
"addField": {},
|
|
78
70
|
"protectedFields": {
|
|
79
71
|
"*": []
|
|
80
72
|
}
|
|
@@ -39,26 +39,24 @@
|
|
|
39
39
|
},
|
|
40
40
|
"classLevelPermissions": {
|
|
41
41
|
"find": {
|
|
42
|
-
"
|
|
42
|
+
"requiresAuthentication": true
|
|
43
43
|
},
|
|
44
44
|
"count": {
|
|
45
|
-
"
|
|
45
|
+
"requiresAuthentication": true
|
|
46
46
|
},
|
|
47
47
|
"get": {
|
|
48
|
-
"
|
|
48
|
+
"requiresAuthentication": true
|
|
49
49
|
},
|
|
50
50
|
"create": {
|
|
51
|
-
"
|
|
51
|
+
"requiresAuthentication": true
|
|
52
52
|
},
|
|
53
53
|
"update": {
|
|
54
|
-
"
|
|
54
|
+
"requiresAuthentication": true
|
|
55
55
|
},
|
|
56
56
|
"delete": {
|
|
57
|
-
"
|
|
58
|
-
},
|
|
59
|
-
"addField": {
|
|
60
|
-
"*": true
|
|
57
|
+
"requiresAuthentication": true
|
|
61
58
|
},
|
|
59
|
+
"addField": {},
|
|
62
60
|
"protectedFields": {
|
|
63
61
|
"*": []
|
|
64
62
|
}
|
package/schema/GTFS_Level.json
CHANGED
|
@@ -11,26 +11,24 @@
|
|
|
11
11
|
},
|
|
12
12
|
"classLevelPermissions": {
|
|
13
13
|
"find": {
|
|
14
|
-
"
|
|
14
|
+
"requiresAuthentication": true
|
|
15
15
|
},
|
|
16
16
|
"count": {
|
|
17
|
-
"
|
|
17
|
+
"requiresAuthentication": true
|
|
18
18
|
},
|
|
19
19
|
"get": {
|
|
20
|
-
"
|
|
20
|
+
"requiresAuthentication": true
|
|
21
21
|
},
|
|
22
22
|
"create": {
|
|
23
|
-
"
|
|
23
|
+
"requiresAuthentication": true
|
|
24
24
|
},
|
|
25
25
|
"update": {
|
|
26
|
-
"
|
|
26
|
+
"requiresAuthentication": true
|
|
27
27
|
},
|
|
28
28
|
"delete": {
|
|
29
|
-
"
|
|
30
|
-
},
|
|
31
|
-
"addField": {
|
|
32
|
-
"*": true
|
|
29
|
+
"requiresAuthentication": true
|
|
33
30
|
},
|
|
31
|
+
"addField": {},
|
|
34
32
|
"protectedFields": {
|
|
35
33
|
"*": []
|
|
36
34
|
}
|
|
@@ -26,26 +26,24 @@
|
|
|
26
26
|
},
|
|
27
27
|
"classLevelPermissions": {
|
|
28
28
|
"find": {
|
|
29
|
-
"
|
|
29
|
+
"requiresAuthentication": true
|
|
30
30
|
},
|
|
31
31
|
"count": {
|
|
32
|
-
"
|
|
32
|
+
"requiresAuthentication": true
|
|
33
33
|
},
|
|
34
34
|
"get": {
|
|
35
|
-
"
|
|
35
|
+
"requiresAuthentication": true
|
|
36
36
|
},
|
|
37
37
|
"create": {
|
|
38
|
-
"
|
|
38
|
+
"requiresAuthentication": true
|
|
39
39
|
},
|
|
40
40
|
"update": {
|
|
41
|
-
"
|
|
41
|
+
"requiresAuthentication": true
|
|
42
42
|
},
|
|
43
43
|
"delete": {
|
|
44
|
-
"
|
|
45
|
-
},
|
|
46
|
-
"addField": {
|
|
47
|
-
"*": true
|
|
44
|
+
"requiresAuthentication": true
|
|
48
45
|
},
|
|
46
|
+
"addField": {},
|
|
49
47
|
"protectedFields": {
|
|
50
48
|
"*": []
|
|
51
49
|
}
|
package/schema/GTFS_Trip.json
CHANGED
|
@@ -33,26 +33,24 @@
|
|
|
33
33
|
},
|
|
34
34
|
"classLevelPermissions": {
|
|
35
35
|
"find": {
|
|
36
|
-
"
|
|
36
|
+
"requiresAuthentication": true
|
|
37
37
|
},
|
|
38
38
|
"count": {
|
|
39
|
-
"
|
|
39
|
+
"requiresAuthentication": true
|
|
40
40
|
},
|
|
41
41
|
"get": {
|
|
42
|
-
"
|
|
42
|
+
"requiresAuthentication": true
|
|
43
43
|
},
|
|
44
44
|
"create": {
|
|
45
|
-
"
|
|
45
|
+
"requiresAuthentication": true
|
|
46
46
|
},
|
|
47
47
|
"update": {
|
|
48
|
-
"
|
|
48
|
+
"requiresAuthentication": true
|
|
49
49
|
},
|
|
50
50
|
"delete": {
|
|
51
|
-
"
|
|
52
|
-
},
|
|
53
|
-
"addField": {
|
|
54
|
-
"*": true
|
|
51
|
+
"requiresAuthentication": true
|
|
55
52
|
},
|
|
53
|
+
"addField": {},
|
|
56
54
|
"protectedFields": {
|
|
57
55
|
"*": []
|
|
58
56
|
}
|
|
@@ -15,26 +15,24 @@
|
|
|
15
15
|
},
|
|
16
16
|
"classLevelPermissions": {
|
|
17
17
|
"find": {
|
|
18
|
-
"
|
|
18
|
+
"requiresAuthentication": true
|
|
19
19
|
},
|
|
20
20
|
"count": {
|
|
21
|
-
"
|
|
21
|
+
"requiresAuthentication": true
|
|
22
22
|
},
|
|
23
23
|
"get": {
|
|
24
|
-
"
|
|
24
|
+
"requiresAuthentication": true
|
|
25
25
|
},
|
|
26
26
|
"create": {
|
|
27
|
-
"
|
|
27
|
+
"requiresAuthentication": true
|
|
28
28
|
},
|
|
29
29
|
"update": {
|
|
30
|
-
"
|
|
30
|
+
"requiresAuthentication": true
|
|
31
31
|
},
|
|
32
32
|
"delete": {
|
|
33
|
-
"
|
|
34
|
-
},
|
|
35
|
-
"addField": {
|
|
36
|
-
"*": true
|
|
33
|
+
"requiresAuthentication": true
|
|
37
34
|
},
|
|
35
|
+
"addField": {},
|
|
38
36
|
"protectedFields": {
|
|
39
37
|
"*": []
|
|
40
38
|
}
|
package/schema/Group.json
CHANGED
|
@@ -37,26 +37,24 @@
|
|
|
37
37
|
},
|
|
38
38
|
"classLevelPermissions": {
|
|
39
39
|
"find": {
|
|
40
|
-
"
|
|
40
|
+
"requiresAuthentication": true
|
|
41
41
|
},
|
|
42
42
|
"count": {
|
|
43
|
-
"
|
|
43
|
+
"requiresAuthentication": true
|
|
44
44
|
},
|
|
45
45
|
"get": {
|
|
46
|
-
"
|
|
46
|
+
"requiresAuthentication": true
|
|
47
47
|
},
|
|
48
48
|
"create": {
|
|
49
|
-
"
|
|
49
|
+
"requiresAuthentication": true
|
|
50
50
|
},
|
|
51
51
|
"update": {
|
|
52
|
-
"
|
|
52
|
+
"requiresAuthentication": true
|
|
53
53
|
},
|
|
54
54
|
"delete": {
|
|
55
|
-
"
|
|
56
|
-
},
|
|
57
|
-
"addField": {
|
|
58
|
-
"*": true
|
|
55
|
+
"requiresAuthentication": true
|
|
59
56
|
},
|
|
57
|
+
"addField": {},
|
|
60
58
|
"protectedFields": {
|
|
61
59
|
"*": []
|
|
62
60
|
}
|
package/schema/Log.json
CHANGED
|
@@ -12,26 +12,24 @@
|
|
|
12
12
|
},
|
|
13
13
|
"classLevelPermissions": {
|
|
14
14
|
"find": {
|
|
15
|
-
"
|
|
15
|
+
"requiresAuthentication": true
|
|
16
16
|
},
|
|
17
17
|
"count": {
|
|
18
|
-
"
|
|
18
|
+
"requiresAuthentication": true
|
|
19
19
|
},
|
|
20
20
|
"get": {
|
|
21
|
-
"
|
|
21
|
+
"requiresAuthentication": true
|
|
22
22
|
},
|
|
23
23
|
"create": {
|
|
24
|
-
"
|
|
24
|
+
"requiresAuthentication": true
|
|
25
25
|
},
|
|
26
26
|
"update": {
|
|
27
|
-
"
|
|
27
|
+
"requiresAuthentication": true
|
|
28
28
|
},
|
|
29
29
|
"delete": {
|
|
30
|
-
"
|
|
31
|
-
},
|
|
32
|
-
"addField": {
|
|
33
|
-
"*": true
|
|
30
|
+
"requiresAuthentication": true
|
|
34
31
|
},
|
|
32
|
+
"addField": {},
|
|
35
33
|
"protectedFields": {
|
|
36
34
|
"*": []
|
|
37
35
|
}
|
|
@@ -16,26 +16,24 @@
|
|
|
16
16
|
},
|
|
17
17
|
"classLevelPermissions": {
|
|
18
18
|
"find": {
|
|
19
|
-
"
|
|
19
|
+
"requiresAuthentication": true
|
|
20
20
|
},
|
|
21
21
|
"count": {
|
|
22
|
-
"
|
|
22
|
+
"requiresAuthentication": true
|
|
23
23
|
},
|
|
24
24
|
"get": {
|
|
25
|
-
"
|
|
25
|
+
"requiresAuthentication": true
|
|
26
26
|
},
|
|
27
27
|
"create": {
|
|
28
|
-
"
|
|
28
|
+
"requiresAuthentication": true
|
|
29
29
|
},
|
|
30
30
|
"update": {
|
|
31
|
-
"
|
|
31
|
+
"requiresAuthentication": true
|
|
32
32
|
},
|
|
33
33
|
"delete": {
|
|
34
|
-
"
|
|
35
|
-
},
|
|
36
|
-
"addField": {
|
|
37
|
-
"*": true
|
|
34
|
+
"requiresAuthentication": true
|
|
38
35
|
},
|
|
36
|
+
"addField": {},
|
|
39
37
|
"protectedFields": {
|
|
40
38
|
"*": []
|
|
41
39
|
}
|
|
@@ -24,26 +24,24 @@
|
|
|
24
24
|
},
|
|
25
25
|
"classLevelPermissions": {
|
|
26
26
|
"find": {
|
|
27
|
-
"
|
|
27
|
+
"requiresAuthentication": true
|
|
28
28
|
},
|
|
29
29
|
"count": {
|
|
30
|
-
"
|
|
30
|
+
"requiresAuthentication": true
|
|
31
31
|
},
|
|
32
32
|
"get": {
|
|
33
|
-
"
|
|
33
|
+
"requiresAuthentication": true
|
|
34
34
|
},
|
|
35
35
|
"create": {
|
|
36
|
-
"
|
|
36
|
+
"requiresAuthentication": true
|
|
37
37
|
},
|
|
38
38
|
"update": {
|
|
39
|
-
"
|
|
39
|
+
"requiresAuthentication": true
|
|
40
40
|
},
|
|
41
41
|
"delete": {
|
|
42
|
-
"
|
|
43
|
-
},
|
|
44
|
-
"addField": {
|
|
45
|
-
"*": true
|
|
42
|
+
"requiresAuthentication": true
|
|
46
43
|
},
|
|
44
|
+
"addField": {},
|
|
47
45
|
"protectedFields": {
|
|
48
46
|
"*": []
|
|
49
47
|
}
|
|
@@ -17,26 +17,24 @@
|
|
|
17
17
|
},
|
|
18
18
|
"classLevelPermissions": {
|
|
19
19
|
"find": {
|
|
20
|
-
"
|
|
20
|
+
"requiresAuthentication": true
|
|
21
21
|
},
|
|
22
22
|
"count": {
|
|
23
|
-
"
|
|
23
|
+
"requiresAuthentication": true
|
|
24
24
|
},
|
|
25
25
|
"get": {
|
|
26
|
-
"
|
|
26
|
+
"requiresAuthentication": true
|
|
27
27
|
},
|
|
28
28
|
"create": {
|
|
29
|
-
"
|
|
29
|
+
"requiresAuthentication": true
|
|
30
30
|
},
|
|
31
31
|
"update": {
|
|
32
|
-
"
|
|
32
|
+
"requiresAuthentication": true
|
|
33
33
|
},
|
|
34
34
|
"delete": {
|
|
35
|
-
"
|
|
36
|
-
},
|
|
37
|
-
"addField": {
|
|
38
|
-
"*": true
|
|
35
|
+
"requiresAuthentication": true
|
|
39
36
|
},
|
|
37
|
+
"addField": {},
|
|
40
38
|
"protectedFields": {
|
|
41
39
|
"*": []
|
|
42
40
|
}
|
|
@@ -39,26 +39,24 @@
|
|
|
39
39
|
},
|
|
40
40
|
"classLevelPermissions": {
|
|
41
41
|
"find": {
|
|
42
|
-
"
|
|
42
|
+
"requiresAuthentication": true
|
|
43
43
|
},
|
|
44
44
|
"count": {
|
|
45
|
-
"
|
|
45
|
+
"requiresAuthentication": true
|
|
46
46
|
},
|
|
47
47
|
"get": {
|
|
48
|
-
"
|
|
48
|
+
"requiresAuthentication": true
|
|
49
49
|
},
|
|
50
50
|
"create": {
|
|
51
|
-
"
|
|
51
|
+
"requiresAuthentication": true
|
|
52
52
|
},
|
|
53
53
|
"update": {
|
|
54
|
-
"
|
|
54
|
+
"requiresAuthentication": true
|
|
55
55
|
},
|
|
56
56
|
"delete": {
|
|
57
|
-
"
|
|
58
|
-
},
|
|
59
|
-
"addField": {
|
|
60
|
-
"*": true
|
|
57
|
+
"requiresAuthentication": true
|
|
61
58
|
},
|
|
59
|
+
"addField": {},
|
|
62
60
|
"protectedFields": {
|
|
63
61
|
"*": []
|
|
64
62
|
}
|
|
@@ -17,26 +17,24 @@
|
|
|
17
17
|
},
|
|
18
18
|
"classLevelPermissions": {
|
|
19
19
|
"find": {
|
|
20
|
-
"
|
|
20
|
+
"requiresAuthentication": true
|
|
21
21
|
},
|
|
22
22
|
"count": {
|
|
23
|
-
"
|
|
23
|
+
"requiresAuthentication": true
|
|
24
24
|
},
|
|
25
25
|
"get": {
|
|
26
|
-
"
|
|
26
|
+
"requiresAuthentication": true
|
|
27
27
|
},
|
|
28
28
|
"create": {
|
|
29
|
-
"
|
|
29
|
+
"requiresAuthentication": true
|
|
30
30
|
},
|
|
31
31
|
"update": {
|
|
32
|
-
"
|
|
32
|
+
"requiresAuthentication": true
|
|
33
33
|
},
|
|
34
34
|
"delete": {
|
|
35
|
-
"
|
|
36
|
-
},
|
|
37
|
-
"addField": {
|
|
38
|
-
"*": true
|
|
35
|
+
"requiresAuthentication": true
|
|
39
36
|
},
|
|
37
|
+
"addField": {},
|
|
40
38
|
"protectedFields": {
|
|
41
39
|
"*": []
|
|
42
40
|
}
|
package/schema/Share.json
CHANGED
|
@@ -36,26 +36,24 @@
|
|
|
36
36
|
},
|
|
37
37
|
"classLevelPermissions": {
|
|
38
38
|
"find": {
|
|
39
|
-
"
|
|
39
|
+
"requiresAuthentication": true
|
|
40
40
|
},
|
|
41
41
|
"count": {
|
|
42
|
-
"
|
|
42
|
+
"requiresAuthentication": true
|
|
43
43
|
},
|
|
44
44
|
"get": {
|
|
45
|
-
"
|
|
45
|
+
"requiresAuthentication": true
|
|
46
46
|
},
|
|
47
47
|
"create": {
|
|
48
|
-
"
|
|
48
|
+
"requiresAuthentication": true
|
|
49
49
|
},
|
|
50
50
|
"update": {
|
|
51
|
-
"
|
|
51
|
+
"requiresAuthentication": true
|
|
52
52
|
},
|
|
53
53
|
"delete": {
|
|
54
|
-
"
|
|
55
|
-
},
|
|
56
|
-
"addField": {
|
|
57
|
-
"*": true
|
|
54
|
+
"requiresAuthentication": true
|
|
58
55
|
},
|
|
56
|
+
"addField": {},
|
|
59
57
|
"protectedFields": {
|
|
60
58
|
"*": []
|
|
61
59
|
}
|
package/schema/Source.json
CHANGED
package/schema/Tenant.json
CHANGED
|
@@ -6,22 +6,18 @@
|
|
|
6
6
|
},
|
|
7
7
|
"hasDataSource": {
|
|
8
8
|
"type": "Boolean",
|
|
9
|
-
"required":
|
|
9
|
+
"required": false,
|
|
10
10
|
"defaultValue": false
|
|
11
11
|
},
|
|
12
12
|
"interactWithOtherTenants": {
|
|
13
13
|
"type": "Boolean",
|
|
14
|
-
"required":
|
|
14
|
+
"required": false,
|
|
15
15
|
"defaultValue": false
|
|
16
16
|
},
|
|
17
17
|
"label": {
|
|
18
18
|
"type": "String",
|
|
19
19
|
"required": true
|
|
20
20
|
},
|
|
21
|
-
"meta": {
|
|
22
|
-
"type": "Pointer",
|
|
23
|
-
"targetClass": "{{PREFIX}}TenantMeta"
|
|
24
|
-
},
|
|
25
21
|
"tagPrefix": {
|
|
26
22
|
"type": "String"
|
|
27
23
|
}
|
package/schema/VirtualKPI.json
CHANGED
|
@@ -20,26 +20,24 @@
|
|
|
20
20
|
},
|
|
21
21
|
"classLevelPermissions": {
|
|
22
22
|
"find": {
|
|
23
|
-
"
|
|
23
|
+
"requiresAuthentication": true
|
|
24
24
|
},
|
|
25
25
|
"count": {
|
|
26
|
-
"
|
|
26
|
+
"requiresAuthentication": true
|
|
27
27
|
},
|
|
28
28
|
"get": {
|
|
29
|
-
"
|
|
29
|
+
"requiresAuthentication": true
|
|
30
30
|
},
|
|
31
31
|
"create": {
|
|
32
|
-
"
|
|
32
|
+
"requiresAuthentication": true
|
|
33
33
|
},
|
|
34
34
|
"update": {
|
|
35
|
-
"
|
|
35
|
+
"requiresAuthentication": true
|
|
36
36
|
},
|
|
37
37
|
"delete": {
|
|
38
|
-
"
|
|
39
|
-
},
|
|
40
|
-
"addField": {
|
|
41
|
-
"*": true
|
|
38
|
+
"requiresAuthentication": true
|
|
42
39
|
},
|
|
40
|
+
"addField": {},
|
|
43
41
|
"protectedFields": {
|
|
44
42
|
"*": []
|
|
45
43
|
}
|
package/schema/WidgetPreset.json
CHANGED
|
@@ -25,10 +25,7 @@
|
|
|
25
25
|
"layout": {
|
|
26
26
|
"type": "Array",
|
|
27
27
|
"required": false,
|
|
28
|
-
"defaultValue": [
|
|
29
|
-
4,
|
|
30
|
-
4
|
|
31
|
-
]
|
|
28
|
+
"defaultValue": [4, 4]
|
|
32
29
|
},
|
|
33
30
|
"tags": {
|
|
34
31
|
"type": "Array",
|
|
@@ -52,26 +49,24 @@
|
|
|
52
49
|
},
|
|
53
50
|
"classLevelPermissions": {
|
|
54
51
|
"find": {
|
|
55
|
-
"
|
|
52
|
+
"requiresAuthentication": true
|
|
56
53
|
},
|
|
57
54
|
"count": {
|
|
58
|
-
"
|
|
55
|
+
"requiresAuthentication": true
|
|
59
56
|
},
|
|
60
57
|
"get": {
|
|
61
|
-
"
|
|
58
|
+
"requiresAuthentication": true
|
|
62
59
|
},
|
|
63
60
|
"create": {
|
|
64
|
-
"
|
|
61
|
+
"requiresAuthentication": true
|
|
65
62
|
},
|
|
66
63
|
"update": {
|
|
67
|
-
"
|
|
64
|
+
"requiresAuthentication": true
|
|
68
65
|
},
|
|
69
66
|
"delete": {
|
|
70
|
-
"
|
|
71
|
-
},
|
|
72
|
-
"addField": {
|
|
73
|
-
"*": true
|
|
67
|
+
"requiresAuthentication": true
|
|
74
68
|
},
|
|
69
|
+
"addField": {},
|
|
75
70
|
"protectedFields": {
|
|
76
71
|
"*": []
|
|
77
72
|
}
|