@openinc/parse-server-opendash 2.4.23 → 2.4.32
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/LICENSE +20 -20
- package/README.md +31 -31
- package/package.json +10 -9
- package/schema/BDE_Form.json +52 -52
- package/schema/GTFS_Route.json +78 -78
- package/schema/GTFS_Trip.json +70 -70
- package/schema/MailTemplate.json +52 -52
- package/schema/Maintenance_DailySchedule.json +49 -49
- package/schema/Maintenance_Message.json +54 -54
- package/schema/Maintenance_Message_Body.json +51 -51
- package/schema/Maintenance_Ticket.json +62 -62
- package/schema/Monitoring_DataHierachies.json +49 -49
- package/schema/Monitoring_Jobs.json +54 -54
- package/schema/Monitoring_ReportImage.json +52 -52
- package/schema/Report.json +73 -73
- package/schema/Source.json +52 -52
- package/schema/SourceMeta.json +34 -34
- package/schema/Tenant.json +81 -81
- package/schema/TenantMeta.json +30 -30
- package/schema/VirtualKPI.json +50 -50
- package/schema/WebPush.json +42 -42
- package/dist/functions/opendash-geo-google-autocomplete.d.ts +0 -1
- package/dist/functions/opendash-geo-google-autocomplete.js +0 -66
- package/dist/functions/opendash-geo-graphhopper-geocode-reverse.d.ts +0 -1
- package/dist/functions/opendash-geo-graphhopper-geocode-reverse.js +0 -37
- package/dist/functions/opendash-geo-graphhopper-geocode.d.ts +0 -2
- package/dist/functions/opendash-geo-graphhopper-geocode.js +0 -65
- package/dist/functions/openservice-tickets-sorter.d.ts +0 -1
- package/dist/functions/openservice-tickets-sorter.js +0 -7
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
{
|
|
2
|
-
"fields": {
|
|
3
|
-
"isCompleted": {
|
|
4
|
-
"type": "Boolean",
|
|
5
|
-
"required": false,
|
|
6
|
-
"defaultValue": false
|
|
7
|
-
},
|
|
8
|
-
"name": {
|
|
9
|
-
"type": "String",
|
|
10
|
-
"required": true,
|
|
11
|
-
"defaultValue": ""
|
|
12
|
-
},
|
|
13
|
-
"ticketIDs": {
|
|
14
|
-
"type": "Array",
|
|
15
|
-
"required": false
|
|
16
|
-
},
|
|
17
|
-
"user": {
|
|
18
|
-
"type": "Pointer",
|
|
19
|
-
"targetClass": "_User",
|
|
20
|
-
"required": true
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
"classLevelPermissions": {
|
|
24
|
-
"find": {
|
|
25
|
-
"*": true
|
|
26
|
-
},
|
|
27
|
-
"count": {
|
|
28
|
-
"*": true
|
|
29
|
-
},
|
|
30
|
-
"get": {
|
|
31
|
-
"*": true
|
|
32
|
-
},
|
|
33
|
-
"create": {
|
|
34
|
-
"*": true
|
|
35
|
-
},
|
|
36
|
-
"update": {
|
|
37
|
-
"*": true
|
|
38
|
-
},
|
|
39
|
-
"delete": {
|
|
40
|
-
"*": true
|
|
41
|
-
},
|
|
42
|
-
"addField": {
|
|
43
|
-
"*": true
|
|
44
|
-
},
|
|
45
|
-
"protectedFields": {
|
|
46
|
-
"*": []
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"fields": {
|
|
3
|
+
"isCompleted": {
|
|
4
|
+
"type": "Boolean",
|
|
5
|
+
"required": false,
|
|
6
|
+
"defaultValue": false
|
|
7
|
+
},
|
|
8
|
+
"name": {
|
|
9
|
+
"type": "String",
|
|
10
|
+
"required": true,
|
|
11
|
+
"defaultValue": ""
|
|
12
|
+
},
|
|
13
|
+
"ticketIDs": {
|
|
14
|
+
"type": "Array",
|
|
15
|
+
"required": false
|
|
16
|
+
},
|
|
17
|
+
"user": {
|
|
18
|
+
"type": "Pointer",
|
|
19
|
+
"targetClass": "_User",
|
|
20
|
+
"required": true
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"classLevelPermissions": {
|
|
24
|
+
"find": {
|
|
25
|
+
"*": true
|
|
26
|
+
},
|
|
27
|
+
"count": {
|
|
28
|
+
"*": true
|
|
29
|
+
},
|
|
30
|
+
"get": {
|
|
31
|
+
"*": true
|
|
32
|
+
},
|
|
33
|
+
"create": {
|
|
34
|
+
"*": true
|
|
35
|
+
},
|
|
36
|
+
"update": {
|
|
37
|
+
"*": true
|
|
38
|
+
},
|
|
39
|
+
"delete": {
|
|
40
|
+
"*": true
|
|
41
|
+
},
|
|
42
|
+
"addField": {
|
|
43
|
+
"*": true
|
|
44
|
+
},
|
|
45
|
+
"protectedFields": {
|
|
46
|
+
"*": []
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -1,54 +1,54 @@
|
|
|
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
|
-
"tenant": {
|
|
16
|
-
"type": "Pointer",
|
|
17
|
-
"targetClass": "{{PREFIX}}Tenant",
|
|
18
|
-
"required": false
|
|
19
|
-
},
|
|
20
|
-
"title": {
|
|
21
|
-
"type": "String",
|
|
22
|
-
"required": false
|
|
23
|
-
},
|
|
24
|
-
"user": {
|
|
25
|
-
"type": "Pointer",
|
|
26
|
-
"targetClass": "_User",
|
|
27
|
-
"required": false
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
"classLevelPermissions": {
|
|
31
|
-
"find": {
|
|
32
|
-
"requiresAuthentication": true
|
|
33
|
-
},
|
|
34
|
-
"count": {
|
|
35
|
-
"requiresAuthentication": true
|
|
36
|
-
},
|
|
37
|
-
"get": {
|
|
38
|
-
"requiresAuthentication": true
|
|
39
|
-
},
|
|
40
|
-
"create": {
|
|
41
|
-
"requiresAuthentication": true
|
|
42
|
-
},
|
|
43
|
-
"update": {
|
|
44
|
-
"requiresAuthentication": true
|
|
45
|
-
},
|
|
46
|
-
"delete": {
|
|
47
|
-
"requiresAuthentication": true
|
|
48
|
-
},
|
|
49
|
-
"addField": {},
|
|
50
|
-
"protectedFields": {
|
|
51
|
-
"*": []
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
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
|
+
"tenant": {
|
|
16
|
+
"type": "Pointer",
|
|
17
|
+
"targetClass": "{{PREFIX}}Tenant",
|
|
18
|
+
"required": false
|
|
19
|
+
},
|
|
20
|
+
"title": {
|
|
21
|
+
"type": "String",
|
|
22
|
+
"required": false
|
|
23
|
+
},
|
|
24
|
+
"user": {
|
|
25
|
+
"type": "Pointer",
|
|
26
|
+
"targetClass": "_User",
|
|
27
|
+
"required": false
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"classLevelPermissions": {
|
|
31
|
+
"find": {
|
|
32
|
+
"requiresAuthentication": true
|
|
33
|
+
},
|
|
34
|
+
"count": {
|
|
35
|
+
"requiresAuthentication": true
|
|
36
|
+
},
|
|
37
|
+
"get": {
|
|
38
|
+
"requiresAuthentication": true
|
|
39
|
+
},
|
|
40
|
+
"create": {
|
|
41
|
+
"requiresAuthentication": true
|
|
42
|
+
},
|
|
43
|
+
"update": {
|
|
44
|
+
"requiresAuthentication": true
|
|
45
|
+
},
|
|
46
|
+
"delete": {
|
|
47
|
+
"requiresAuthentication": true
|
|
48
|
+
},
|
|
49
|
+
"addField": {},
|
|
50
|
+
"protectedFields": {
|
|
51
|
+
"*": []
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
{
|
|
2
|
-
"fields": {
|
|
3
|
-
"content": {
|
|
4
|
-
"type": "String",
|
|
5
|
-
"required": false
|
|
6
|
-
},
|
|
7
|
-
"data": {
|
|
8
|
-
"type": "Object",
|
|
9
|
-
"required": false
|
|
10
|
-
},
|
|
11
|
-
"message": {
|
|
12
|
-
"type": "Pointer",
|
|
13
|
-
"targetClass": "{{PREFIX}}Maintenance_Message",
|
|
14
|
-
"required": false
|
|
15
|
-
},
|
|
16
|
-
"tenant": {
|
|
17
|
-
"type": "Pointer",
|
|
18
|
-
"targetClass": "{{PREFIX}}Tenant",
|
|
19
|
-
"required": false
|
|
20
|
-
},
|
|
21
|
-
"user": {
|
|
22
|
-
"type": "Pointer",
|
|
23
|
-
"targetClass": "_User",
|
|
24
|
-
"required": false
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"classLevelPermissions": {
|
|
28
|
-
"find": {
|
|
29
|
-
"requiresAuthentication": true
|
|
30
|
-
},
|
|
31
|
-
"count": {
|
|
32
|
-
"requiresAuthentication": true
|
|
33
|
-
},
|
|
34
|
-
"get": {
|
|
35
|
-
"requiresAuthentication": true
|
|
36
|
-
},
|
|
37
|
-
"create": {
|
|
38
|
-
"requiresAuthentication": true
|
|
39
|
-
},
|
|
40
|
-
"update": {
|
|
41
|
-
"requiresAuthentication": true
|
|
42
|
-
},
|
|
43
|
-
"delete": {
|
|
44
|
-
"requiresAuthentication": true
|
|
45
|
-
},
|
|
46
|
-
"addField": {},
|
|
47
|
-
"protectedFields": {
|
|
48
|
-
"*": []
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"fields": {
|
|
3
|
+
"content": {
|
|
4
|
+
"type": "String",
|
|
5
|
+
"required": false
|
|
6
|
+
},
|
|
7
|
+
"data": {
|
|
8
|
+
"type": "Object",
|
|
9
|
+
"required": false
|
|
10
|
+
},
|
|
11
|
+
"message": {
|
|
12
|
+
"type": "Pointer",
|
|
13
|
+
"targetClass": "{{PREFIX}}Maintenance_Message",
|
|
14
|
+
"required": false
|
|
15
|
+
},
|
|
16
|
+
"tenant": {
|
|
17
|
+
"type": "Pointer",
|
|
18
|
+
"targetClass": "{{PREFIX}}Tenant",
|
|
19
|
+
"required": false
|
|
20
|
+
},
|
|
21
|
+
"user": {
|
|
22
|
+
"type": "Pointer",
|
|
23
|
+
"targetClass": "_User",
|
|
24
|
+
"required": false
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"classLevelPermissions": {
|
|
28
|
+
"find": {
|
|
29
|
+
"requiresAuthentication": true
|
|
30
|
+
},
|
|
31
|
+
"count": {
|
|
32
|
+
"requiresAuthentication": true
|
|
33
|
+
},
|
|
34
|
+
"get": {
|
|
35
|
+
"requiresAuthentication": true
|
|
36
|
+
},
|
|
37
|
+
"create": {
|
|
38
|
+
"requiresAuthentication": true
|
|
39
|
+
},
|
|
40
|
+
"update": {
|
|
41
|
+
"requiresAuthentication": true
|
|
42
|
+
},
|
|
43
|
+
"delete": {
|
|
44
|
+
"requiresAuthentication": true
|
|
45
|
+
},
|
|
46
|
+
"addField": {},
|
|
47
|
+
"protectedFields": {
|
|
48
|
+
"*": []
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
{
|
|
2
|
-
"fields": {
|
|
3
|
-
"assignedgroups": {
|
|
4
|
-
"type": "Relation",
|
|
5
|
-
"targetClass": "{{PREFIX}}Group",
|
|
6
|
-
"required": false
|
|
7
|
-
},
|
|
8
|
-
"assignedusers": {
|
|
9
|
-
"type": "Relation",
|
|
10
|
-
"targetClass": "_User",
|
|
11
|
-
"required": false
|
|
12
|
-
},
|
|
13
|
-
"dailySchedule": {
|
|
14
|
-
"type": "Pointer",
|
|
15
|
-
"targetClass": "{{PREFIX}}Maintenance_DailySchedule",
|
|
16
|
-
"required": false
|
|
17
|
-
},
|
|
18
|
-
"enabled": {
|
|
19
|
-
"type": "Boolean",
|
|
20
|
-
"required": false,
|
|
21
|
-
"defaultValue": true
|
|
22
|
-
},
|
|
23
|
-
"tenant": {
|
|
24
|
-
"type": "Pointer",
|
|
25
|
-
"targetClass": "{{PREFIX}}Tenant",
|
|
26
|
-
"required": false
|
|
27
|
-
},
|
|
28
|
-
"title": {
|
|
29
|
-
"type": "String",
|
|
30
|
-
"required": false
|
|
31
|
-
},
|
|
32
|
-
"user": {
|
|
33
|
-
"type": "Pointer",
|
|
34
|
-
"targetClass": "_User",
|
|
35
|
-
"required": false
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
"classLevelPermissions": {
|
|
39
|
-
"find": {
|
|
40
|
-
"requiresAuthentication": true
|
|
41
|
-
},
|
|
42
|
-
"count": {
|
|
43
|
-
"requiresAuthentication": true
|
|
44
|
-
},
|
|
45
|
-
"get": {
|
|
46
|
-
"requiresAuthentication": true
|
|
47
|
-
},
|
|
48
|
-
"create": {
|
|
49
|
-
"requiresAuthentication": true
|
|
50
|
-
},
|
|
51
|
-
"update": {
|
|
52
|
-
"requiresAuthentication": true
|
|
53
|
-
},
|
|
54
|
-
"delete": {
|
|
55
|
-
"requiresAuthentication": true
|
|
56
|
-
},
|
|
57
|
-
"addField": {},
|
|
58
|
-
"protectedFields": {
|
|
59
|
-
"*": []
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"fields": {
|
|
3
|
+
"assignedgroups": {
|
|
4
|
+
"type": "Relation",
|
|
5
|
+
"targetClass": "{{PREFIX}}Group",
|
|
6
|
+
"required": false
|
|
7
|
+
},
|
|
8
|
+
"assignedusers": {
|
|
9
|
+
"type": "Relation",
|
|
10
|
+
"targetClass": "_User",
|
|
11
|
+
"required": false
|
|
12
|
+
},
|
|
13
|
+
"dailySchedule": {
|
|
14
|
+
"type": "Pointer",
|
|
15
|
+
"targetClass": "{{PREFIX}}Maintenance_DailySchedule",
|
|
16
|
+
"required": false
|
|
17
|
+
},
|
|
18
|
+
"enabled": {
|
|
19
|
+
"type": "Boolean",
|
|
20
|
+
"required": false,
|
|
21
|
+
"defaultValue": true
|
|
22
|
+
},
|
|
23
|
+
"tenant": {
|
|
24
|
+
"type": "Pointer",
|
|
25
|
+
"targetClass": "{{PREFIX}}Tenant",
|
|
26
|
+
"required": false
|
|
27
|
+
},
|
|
28
|
+
"title": {
|
|
29
|
+
"type": "String",
|
|
30
|
+
"required": false
|
|
31
|
+
},
|
|
32
|
+
"user": {
|
|
33
|
+
"type": "Pointer",
|
|
34
|
+
"targetClass": "_User",
|
|
35
|
+
"required": false
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"classLevelPermissions": {
|
|
39
|
+
"find": {
|
|
40
|
+
"requiresAuthentication": true
|
|
41
|
+
},
|
|
42
|
+
"count": {
|
|
43
|
+
"requiresAuthentication": true
|
|
44
|
+
},
|
|
45
|
+
"get": {
|
|
46
|
+
"requiresAuthentication": true
|
|
47
|
+
},
|
|
48
|
+
"create": {
|
|
49
|
+
"requiresAuthentication": true
|
|
50
|
+
},
|
|
51
|
+
"update": {
|
|
52
|
+
"requiresAuthentication": true
|
|
53
|
+
},
|
|
54
|
+
"delete": {
|
|
55
|
+
"requiresAuthentication": true
|
|
56
|
+
},
|
|
57
|
+
"addField": {},
|
|
58
|
+
"protectedFields": {
|
|
59
|
+
"*": []
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
{
|
|
2
|
-
"fields": {
|
|
3
|
-
"hierarchies": {
|
|
4
|
-
"type": "Array",
|
|
5
|
-
"required": true,
|
|
6
|
-
"defaultValue": []
|
|
7
|
-
},
|
|
8
|
-
"name": {
|
|
9
|
-
"type": "String",
|
|
10
|
-
"required": true
|
|
11
|
-
},
|
|
12
|
-
"source": {
|
|
13
|
-
"type": "Pointer",
|
|
14
|
-
"targetClass": "{{PREFIX}}Source",
|
|
15
|
-
"required": true
|
|
16
|
-
},
|
|
17
|
-
"tenant": {
|
|
18
|
-
"type": "Pointer",
|
|
19
|
-
"targetClass": "{{PREFIX}}Tenant",
|
|
20
|
-
"required": true
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
"classLevelPermissions": {
|
|
24
|
-
"find": {
|
|
25
|
-
"*": true
|
|
26
|
-
},
|
|
27
|
-
"count": {
|
|
28
|
-
"*": true
|
|
29
|
-
},
|
|
30
|
-
"get": {
|
|
31
|
-
"*": true
|
|
32
|
-
},
|
|
33
|
-
"create": {
|
|
34
|
-
"*": true
|
|
35
|
-
},
|
|
36
|
-
"update": {
|
|
37
|
-
"*": true
|
|
38
|
-
},
|
|
39
|
-
"delete": {
|
|
40
|
-
"*": true
|
|
41
|
-
},
|
|
42
|
-
"addField": {
|
|
43
|
-
"*": true
|
|
44
|
-
},
|
|
45
|
-
"protectedFields": {
|
|
46
|
-
"*": []
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"fields": {
|
|
3
|
+
"hierarchies": {
|
|
4
|
+
"type": "Array",
|
|
5
|
+
"required": true,
|
|
6
|
+
"defaultValue": []
|
|
7
|
+
},
|
|
8
|
+
"name": {
|
|
9
|
+
"type": "String",
|
|
10
|
+
"required": true
|
|
11
|
+
},
|
|
12
|
+
"source": {
|
|
13
|
+
"type": "Pointer",
|
|
14
|
+
"targetClass": "{{PREFIX}}Source",
|
|
15
|
+
"required": true
|
|
16
|
+
},
|
|
17
|
+
"tenant": {
|
|
18
|
+
"type": "Pointer",
|
|
19
|
+
"targetClass": "{{PREFIX}}Tenant",
|
|
20
|
+
"required": true
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"classLevelPermissions": {
|
|
24
|
+
"find": {
|
|
25
|
+
"*": true
|
|
26
|
+
},
|
|
27
|
+
"count": {
|
|
28
|
+
"*": true
|
|
29
|
+
},
|
|
30
|
+
"get": {
|
|
31
|
+
"*": true
|
|
32
|
+
},
|
|
33
|
+
"create": {
|
|
34
|
+
"*": true
|
|
35
|
+
},
|
|
36
|
+
"update": {
|
|
37
|
+
"*": true
|
|
38
|
+
},
|
|
39
|
+
"delete": {
|
|
40
|
+
"*": true
|
|
41
|
+
},
|
|
42
|
+
"addField": {
|
|
43
|
+
"*": true
|
|
44
|
+
},
|
|
45
|
+
"protectedFields": {
|
|
46
|
+
"*": []
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
{
|
|
2
|
-
"fields": {
|
|
3
|
-
"group": {
|
|
4
|
-
"type": "String"
|
|
5
|
-
},
|
|
6
|
-
"interval": {
|
|
7
|
-
"type": "Object"
|
|
8
|
-
},
|
|
9
|
-
"last_execution_ow_job": {
|
|
10
|
-
"type": "Number"
|
|
11
|
-
},
|
|
12
|
-
"name": {
|
|
13
|
-
"type": "String"
|
|
14
|
-
},
|
|
15
|
-
"next_execution_ow_job": {
|
|
16
|
-
"type": "Number"
|
|
17
|
-
},
|
|
18
|
-
"options": {
|
|
19
|
-
"type": "Object"
|
|
20
|
-
},
|
|
21
|
-
"type": {
|
|
22
|
-
"type": "String"
|
|
23
|
-
},
|
|
24
|
-
"user": {
|
|
25
|
-
"type": "String"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
"classLevelPermissions": {
|
|
29
|
-
"find": {
|
|
30
|
-
"*": true
|
|
31
|
-
},
|
|
32
|
-
"count": {
|
|
33
|
-
"*": true
|
|
34
|
-
},
|
|
35
|
-
"get": {
|
|
36
|
-
"*": true
|
|
37
|
-
},
|
|
38
|
-
"create": {
|
|
39
|
-
"*": true
|
|
40
|
-
},
|
|
41
|
-
"update": {
|
|
42
|
-
"*": true
|
|
43
|
-
},
|
|
44
|
-
"delete": {
|
|
45
|
-
"*": true
|
|
46
|
-
},
|
|
47
|
-
"addField": {
|
|
48
|
-
"*": true
|
|
49
|
-
},
|
|
50
|
-
"protectedFields": {
|
|
51
|
-
"*": []
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"fields": {
|
|
3
|
+
"group": {
|
|
4
|
+
"type": "String"
|
|
5
|
+
},
|
|
6
|
+
"interval": {
|
|
7
|
+
"type": "Object"
|
|
8
|
+
},
|
|
9
|
+
"last_execution_ow_job": {
|
|
10
|
+
"type": "Number"
|
|
11
|
+
},
|
|
12
|
+
"name": {
|
|
13
|
+
"type": "String"
|
|
14
|
+
},
|
|
15
|
+
"next_execution_ow_job": {
|
|
16
|
+
"type": "Number"
|
|
17
|
+
},
|
|
18
|
+
"options": {
|
|
19
|
+
"type": "Object"
|
|
20
|
+
},
|
|
21
|
+
"type": {
|
|
22
|
+
"type": "String"
|
|
23
|
+
},
|
|
24
|
+
"user": {
|
|
25
|
+
"type": "String"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"classLevelPermissions": {
|
|
29
|
+
"find": {
|
|
30
|
+
"*": true
|
|
31
|
+
},
|
|
32
|
+
"count": {
|
|
33
|
+
"*": true
|
|
34
|
+
},
|
|
35
|
+
"get": {
|
|
36
|
+
"*": true
|
|
37
|
+
},
|
|
38
|
+
"create": {
|
|
39
|
+
"*": true
|
|
40
|
+
},
|
|
41
|
+
"update": {
|
|
42
|
+
"*": true
|
|
43
|
+
},
|
|
44
|
+
"delete": {
|
|
45
|
+
"*": true
|
|
46
|
+
},
|
|
47
|
+
"addField": {
|
|
48
|
+
"*": true
|
|
49
|
+
},
|
|
50
|
+
"protectedFields": {
|
|
51
|
+
"*": []
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|