@openinc/parse-server-opendash 1.13.4 → 1.13.6
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/dist/hooks/BDE_Form.js +21 -35
- package/dist/hooks/BDE_Page.js +24 -3
- package/dist/hooks/BDE_Result.js +15 -20
- package/dist/hooks/_User.js +1 -0
- package/dist/index.d.ts +4 -4
- package/dist/ow.d.ts +0 -1
- package/dist/types/AlarmAction.d.ts +3 -0
- package/dist/types/AlarmAction.js +6 -0
- package/dist/types/BDE_Form.d.ts +3 -0
- package/dist/types/BDE_Form.js +6 -0
- package/dist/types/GTFS_Agency.d.ts +35 -0
- package/dist/types/GTFS_Agency.js +59 -0
- package/dist/types/GTFS_Calendar.d.ts +38 -0
- package/dist/types/GTFS_Calendar.js +65 -0
- package/dist/types/GTFS_Level.d.ts +17 -0
- package/dist/types/GTFS_Level.js +23 -0
- package/dist/types/GTFS_Location_Type.d.ts +20 -0
- package/dist/types/GTFS_Location_Type.js +29 -0
- package/dist/types/GTFS_Route.d.ts +42 -0
- package/dist/types/GTFS_Route.js +71 -0
- package/dist/types/GTFS_Route_Type.d.ts +20 -0
- package/dist/types/GTFS_Route_Type.js +29 -0
- package/dist/types/GTFS_Stop.d.ts +56 -0
- package/dist/types/GTFS_Stop.js +95 -0
- package/dist/types/GTFS_Stop_Times.d.ts +28 -0
- package/dist/types/GTFS_Stop_Times.js +41 -0
- package/dist/types/GTFS_Trip.d.ts +34 -0
- package/dist/types/GTFS_Trip.js +53 -0
- package/dist/types/GTFS_Wheelchair_Boarding.d.ts +20 -0
- package/dist/types/GTFS_Wheelchair_Boarding.js +29 -0
- package/dist/types/Group.d.ts +2 -0
- package/dist/types/Group.js +3 -0
- package/dist/types/Log.d.ts +17 -0
- package/dist/types/Log.js +23 -0
- package/dist/types/Maintenance_Duedate.d.ts +6 -6
- package/dist/types/Maintenance_Order.d.ts +24 -0
- package/dist/types/Maintenance_Order.js +32 -0
- package/dist/types/Maintenance_Schedule_Execution.d.ts +4 -0
- package/dist/types/Maintenance_Schedule_Execution.js +6 -0
- package/dist/types/Maintenance_Schedule_Execution_Step.d.ts +4 -0
- package/dist/types/Maintenance_Schedule_Execution_Step.js +6 -0
- package/dist/types/Maintenance_Schedule_Step.d.ts +4 -0
- package/dist/types/Maintenance_Schedule_Step.js +6 -0
- package/dist/types/Maintenance_Ticket.d.ts +5 -0
- package/dist/types/Maintenance_Ticket.js +6 -0
- package/dist/types/Slideshow.d.ts +20 -0
- package/dist/types/Slideshow.js +26 -0
- package/dist/types/SourceMeta.d.ts +3 -0
- package/dist/types/SourceMeta.js +6 -0
- package/dist/types/Tenant.d.ts +3 -0
- package/dist/types/Tenant.js +6 -0
- package/dist/types/VirtualKPI.d.ts +21 -0
- package/dist/types/VirtualKPI.js +29 -0
- package/dist/types/_Role.d.ts +1 -1
- package/dist/types/_Session.d.ts +1 -1
- package/dist/types/_User.d.ts +2 -1
- package/dist/types/index.d.ts +28 -0
- package/dist/types/index.js +30 -2
- package/package.json +1 -1
- package/schema/Alarm.json +12 -12
- package/schema/AlarmAction.json +32 -21
- package/schema/AlarmWebhook.json +17 -17
- package/schema/Attachment.json +5 -5
- package/schema/BDE_Form.json +17 -6
- package/schema/BDE_ListEntry.json +4 -4
- package/schema/BDE_Page.json +3 -3
- package/schema/BDE_Result.json +2 -2
- package/schema/BDE_Unit.json +9 -6
- package/schema/Config.json +4 -4
- package/schema/Dashboard.json +13 -13
- package/schema/GTFS_Agency.json +60 -0
- package/schema/GTFS_Calendar.json +66 -0
- package/schema/GTFS_Level.json +38 -0
- package/schema/GTFS_Location_Type.json +40 -0
- package/schema/GTFS_Route.json +69 -0
- package/schema/GTFS_Route_Type.json +40 -0
- package/schema/GTFS_Stop.json +88 -0
- package/schema/GTFS_Stop_Times.json +53 -0
- package/schema/GTFS_Trip.json +60 -0
- package/schema/GTFS_Wheelchair_Boarding.json +42 -0
- package/schema/Group.json +13 -8
- package/schema/Knowledge_Article.json +7 -7
- package/schema/Knowledge_Category.json +8 -8
- package/schema/Knowledge_Document.json +9 -9
- package/schema/Knowledge_DocumentPage.json +9 -9
- package/schema/Knowledge_Video.json +13 -13
- package/schema/Log.json +39 -0
- package/schema/Maintenance_Article.json +9 -9
- package/schema/Maintenance_Downtime.json +8 -8
- package/schema/Maintenance_Duedate.json +12 -12
- package/schema/Maintenance_Frequency.json +8 -8
- package/schema/Maintenance_Issuecategory.json +9 -9
- package/schema/Maintenance_Kanban_State.json +11 -11
- package/schema/Maintenance_Media.json +4 -4
- package/schema/Maintenance_Order.json +46 -0
- package/schema/Maintenance_Priority.json +8 -8
- package/schema/Maintenance_Restriction.json +8 -8
- package/schema/Maintenance_Schedule.json +13 -13
- package/schema/Maintenance_Schedule_Execution.json +20 -15
- package/schema/Maintenance_Schedule_Execution_Step.json +19 -14
- package/schema/Maintenance_Schedule_Step.json +15 -10
- package/schema/Maintenance_Ticket.json +12 -2
- package/schema/Maintenance_Ticket_Issuecategory.json +5 -5
- package/schema/Maintenance_Ticket_Kanban_State.json +5 -5
- package/schema/Maintenance_Ticket_Source.json +5 -5
- package/schema/NavigationGroup.json +4 -4
- package/schema/NavigationItem.json +20 -20
- package/schema/Notification.json +12 -12
- package/schema/Push.json +10 -10
- package/schema/Report.json +2 -2
- package/schema/Share.json +19 -19
- package/schema/Slideshow.json +44 -0
- package/schema/Source.json +6 -6
- package/schema/SourceMeta.json +7 -2
- package/schema/Tenant.json +9 -4
- package/schema/TenantTrustedDomain.json +4 -4
- package/schema/UserData.json +3 -3
- package/schema/VirtualKPI.json +47 -0
- package/schema/WebPush.json +5 -5
- package/schema/Widget.json +3 -3
- package/schema/WidgetPreset.json +20 -20
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fields": {
|
|
3
|
+
"bikes_allowed": {
|
|
4
|
+
"type": "Number",
|
|
5
|
+
"required": false
|
|
6
|
+
},
|
|
7
|
+
"direction_id": {
|
|
8
|
+
"type": "Number",
|
|
9
|
+
"required": false
|
|
10
|
+
},
|
|
11
|
+
"route_id": {
|
|
12
|
+
"type": "Pointer",
|
|
13
|
+
"targetClass": "{{PREFIX}}GTFS_Route",
|
|
14
|
+
"required": true
|
|
15
|
+
},
|
|
16
|
+
"service_id": {
|
|
17
|
+
"type": "Pointer",
|
|
18
|
+
"targetClass": "{{PREFIX}}GTFS_Calendar",
|
|
19
|
+
"required": true
|
|
20
|
+
},
|
|
21
|
+
"trip_headsign": {
|
|
22
|
+
"type": "String",
|
|
23
|
+
"required": false
|
|
24
|
+
},
|
|
25
|
+
"trip_short_name": {
|
|
26
|
+
"type": "String",
|
|
27
|
+
"required": false
|
|
28
|
+
},
|
|
29
|
+
"wheelchair_accessible": {
|
|
30
|
+
"type": "Number",
|
|
31
|
+
"required": false
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"classLevelPermissions": {
|
|
35
|
+
"find": {
|
|
36
|
+
"*": true
|
|
37
|
+
},
|
|
38
|
+
"count": {
|
|
39
|
+
"*": true
|
|
40
|
+
},
|
|
41
|
+
"get": {
|
|
42
|
+
"*": true
|
|
43
|
+
},
|
|
44
|
+
"create": {
|
|
45
|
+
"*": true
|
|
46
|
+
},
|
|
47
|
+
"update": {
|
|
48
|
+
"*": true
|
|
49
|
+
},
|
|
50
|
+
"delete": {
|
|
51
|
+
"*": true
|
|
52
|
+
},
|
|
53
|
+
"addField": {
|
|
54
|
+
"*": true
|
|
55
|
+
},
|
|
56
|
+
"protectedFields": {
|
|
57
|
+
"*": []
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fields": {
|
|
3
|
+
"condition": {
|
|
4
|
+
"type": "String",
|
|
5
|
+
"required": false
|
|
6
|
+
},
|
|
7
|
+
"description": {
|
|
8
|
+
"type": "String",
|
|
9
|
+
"required": false
|
|
10
|
+
},
|
|
11
|
+
"value": {
|
|
12
|
+
"type": "Number",
|
|
13
|
+
"required": true
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"classLevelPermissions": {
|
|
17
|
+
"find": {
|
|
18
|
+
"*": true
|
|
19
|
+
},
|
|
20
|
+
"count": {
|
|
21
|
+
"*": true
|
|
22
|
+
},
|
|
23
|
+
"get": {
|
|
24
|
+
"*": true
|
|
25
|
+
},
|
|
26
|
+
"create": {
|
|
27
|
+
"*": true
|
|
28
|
+
},
|
|
29
|
+
"update": {
|
|
30
|
+
"*": true
|
|
31
|
+
},
|
|
32
|
+
"delete": {
|
|
33
|
+
"*": true
|
|
34
|
+
},
|
|
35
|
+
"addField": {
|
|
36
|
+
"*": true
|
|
37
|
+
},
|
|
38
|
+
"protectedFields": {
|
|
39
|
+
"*": []
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
package/schema/Group.json
CHANGED
|
@@ -4,16 +4,11 @@
|
|
|
4
4
|
"type": "String",
|
|
5
5
|
"required": true
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"type": "
|
|
9
|
-
"targetClass": "{{PREFIX}}
|
|
7
|
+
"parentGroup": {
|
|
8
|
+
"type": "Relation",
|
|
9
|
+
"targetClass": "{{PREFIX}}Group",
|
|
10
10
|
"required": false
|
|
11
11
|
},
|
|
12
|
-
"usersSeeEachOther": {
|
|
13
|
-
"type": "Boolean",
|
|
14
|
-
"required": false,
|
|
15
|
-
"defaultValue": false
|
|
16
|
-
},
|
|
17
12
|
"roleIsVisible": {
|
|
18
13
|
"type": "Boolean",
|
|
19
14
|
"required": false,
|
|
@@ -24,10 +19,20 @@
|
|
|
24
19
|
"required": false,
|
|
25
20
|
"defaultValue": false
|
|
26
21
|
},
|
|
22
|
+
"tenant": {
|
|
23
|
+
"type": "Pointer",
|
|
24
|
+
"targetClass": "{{PREFIX}}Tenant",
|
|
25
|
+
"required": false
|
|
26
|
+
},
|
|
27
27
|
"users": {
|
|
28
28
|
"type": "Relation",
|
|
29
29
|
"targetClass": "_User",
|
|
30
30
|
"required": false
|
|
31
|
+
},
|
|
32
|
+
"usersSeeEachOther": {
|
|
33
|
+
"type": "Boolean",
|
|
34
|
+
"required": false,
|
|
35
|
+
"defaultValue": false
|
|
31
36
|
}
|
|
32
37
|
},
|
|
33
38
|
"classLevelPermissions": {
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"fields": {
|
|
3
|
-
"tenant": {
|
|
4
|
-
"type": "Pointer",
|
|
5
|
-
"targetClass": "{{PREFIX}}Tenant",
|
|
6
|
-
"required": true
|
|
7
|
-
},
|
|
8
3
|
"category": {
|
|
9
4
|
"type": "Pointer",
|
|
10
5
|
"targetClass": "{{PREFIX}}Knowledge_Category",
|
|
@@ -14,13 +9,18 @@
|
|
|
14
9
|
"type": "String",
|
|
15
10
|
"required": true
|
|
16
11
|
},
|
|
12
|
+
"language": {
|
|
13
|
+
"type": "Pointer",
|
|
14
|
+
"targetClass": "{{PREFIX}}Language",
|
|
15
|
+
"required": true
|
|
16
|
+
},
|
|
17
17
|
"markdown": {
|
|
18
18
|
"type": "String",
|
|
19
19
|
"required": true
|
|
20
20
|
},
|
|
21
|
-
"
|
|
21
|
+
"tenant": {
|
|
22
22
|
"type": "Pointer",
|
|
23
|
-
"targetClass": "{{PREFIX}}
|
|
23
|
+
"targetClass": "{{PREFIX}}Tenant",
|
|
24
24
|
"required": true
|
|
25
25
|
}
|
|
26
26
|
},
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"fields": {
|
|
3
|
-
"
|
|
3
|
+
"label": {
|
|
4
|
+
"type": "String",
|
|
5
|
+
"required": true
|
|
6
|
+
},
|
|
7
|
+
"language": {
|
|
4
8
|
"type": "Pointer",
|
|
5
|
-
"targetClass": "{{PREFIX}}
|
|
9
|
+
"targetClass": "{{PREFIX}}Language",
|
|
6
10
|
"required": true
|
|
7
11
|
},
|
|
8
12
|
"parent": {
|
|
@@ -10,13 +14,9 @@
|
|
|
10
14
|
"targetClass": "{{PREFIX}}Knowledge_Category",
|
|
11
15
|
"required": false
|
|
12
16
|
},
|
|
13
|
-
"
|
|
14
|
-
"type": "String",
|
|
15
|
-
"required": true
|
|
16
|
-
},
|
|
17
|
-
"language": {
|
|
17
|
+
"tenant": {
|
|
18
18
|
"type": "Pointer",
|
|
19
|
-
"targetClass": "{{PREFIX}}
|
|
19
|
+
"targetClass": "{{PREFIX}}Tenant",
|
|
20
20
|
"required": true
|
|
21
21
|
}
|
|
22
22
|
},
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"fields": {
|
|
3
|
-
"tenant": {
|
|
4
|
-
"type": "Pointer",
|
|
5
|
-
"targetClass": "{{PREFIX}}Tenant",
|
|
6
|
-
"required": true
|
|
7
|
-
},
|
|
8
3
|
"category": {
|
|
9
4
|
"type": "Pointer",
|
|
10
5
|
"targetClass": "{{PREFIX}}Knowledge_Category",
|
|
11
6
|
"required": true
|
|
12
7
|
},
|
|
13
|
-
"label": {
|
|
14
|
-
"type": "String",
|
|
15
|
-
"required": true
|
|
16
|
-
},
|
|
17
8
|
"document": {
|
|
18
9
|
"type": "File",
|
|
19
10
|
"required": true
|
|
20
11
|
},
|
|
12
|
+
"label": {
|
|
13
|
+
"type": "String",
|
|
14
|
+
"required": true
|
|
15
|
+
},
|
|
21
16
|
"language": {
|
|
22
17
|
"type": "Pointer",
|
|
23
18
|
"targetClass": "{{PREFIX}}Language",
|
|
24
19
|
"required": true
|
|
20
|
+
},
|
|
21
|
+
"tenant": {
|
|
22
|
+
"type": "Pointer",
|
|
23
|
+
"targetClass": "{{PREFIX}}Tenant",
|
|
24
|
+
"required": true
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"classLevelPermissions": {
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"fields": {
|
|
3
|
+
"annotations": {
|
|
4
|
+
"type": "Array",
|
|
5
|
+
"required": false,
|
|
6
|
+
"defaultValue": []
|
|
7
|
+
},
|
|
3
8
|
"document": {
|
|
4
9
|
"type": "Pointer",
|
|
5
10
|
"targetClass": "{{PREFIX}}Knowledge_Document",
|
|
6
11
|
"required": true
|
|
7
12
|
},
|
|
13
|
+
"image": {
|
|
14
|
+
"type": "File",
|
|
15
|
+
"required": true
|
|
16
|
+
},
|
|
8
17
|
"label": {
|
|
9
18
|
"type": "String",
|
|
10
19
|
"required": true
|
|
11
20
|
},
|
|
12
|
-
"annotations": {
|
|
13
|
-
"type": "Array",
|
|
14
|
-
"required": false,
|
|
15
|
-
"defaultValue": []
|
|
16
|
-
},
|
|
17
21
|
"page": {
|
|
18
22
|
"type": "Number",
|
|
19
23
|
"required": true
|
|
20
24
|
},
|
|
21
|
-
"image": {
|
|
22
|
-
"type": "File",
|
|
23
|
-
"required": true
|
|
24
|
-
},
|
|
25
25
|
"tenant": {
|
|
26
26
|
"type": "Pointer",
|
|
27
27
|
"targetClass": "{{PREFIX}}Tenant",
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"fields": {
|
|
3
|
-
"tenant": {
|
|
4
|
-
"type": "Pointer",
|
|
5
|
-
"targetClass": "{{PREFIX}}Tenant",
|
|
6
|
-
"required": true
|
|
7
|
-
},
|
|
8
3
|
"category": {
|
|
9
4
|
"type": "Pointer",
|
|
10
5
|
"targetClass": "{{PREFIX}}Knowledge_Category",
|
|
11
6
|
"required": true
|
|
12
7
|
},
|
|
8
|
+
"descriptionMarkdown": {
|
|
9
|
+
"type": "String",
|
|
10
|
+
"required": false
|
|
11
|
+
},
|
|
13
12
|
"label": {
|
|
14
13
|
"type": "String",
|
|
15
14
|
"required": true
|
|
16
15
|
},
|
|
17
|
-
"
|
|
18
|
-
"type": "
|
|
16
|
+
"language": {
|
|
17
|
+
"type": "Pointer",
|
|
18
|
+
"targetClass": "{{PREFIX}}Language",
|
|
19
19
|
"required": true
|
|
20
20
|
},
|
|
21
|
-
"
|
|
22
|
-
"type": "
|
|
23
|
-
"
|
|
21
|
+
"tenant": {
|
|
22
|
+
"type": "Pointer",
|
|
23
|
+
"targetClass": "{{PREFIX}}Tenant",
|
|
24
|
+
"required": true
|
|
24
25
|
},
|
|
25
26
|
"thumbnailImage": {
|
|
26
27
|
"type": "File",
|
|
27
28
|
"required": true
|
|
28
29
|
},
|
|
29
|
-
"
|
|
30
|
-
"type": "
|
|
31
|
-
"targetClass": "{{PREFIX}}Language",
|
|
30
|
+
"video": {
|
|
31
|
+
"type": "File",
|
|
32
32
|
"required": true
|
|
33
33
|
}
|
|
34
34
|
},
|
package/schema/Log.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fields": {
|
|
3
|
+
"references": {
|
|
4
|
+
"type": "Object",
|
|
5
|
+
"required": false,
|
|
6
|
+
"defaultValue": {}
|
|
7
|
+
},
|
|
8
|
+
"type": {
|
|
9
|
+
"type": "String",
|
|
10
|
+
"required": true
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"classLevelPermissions": {
|
|
14
|
+
"find": {
|
|
15
|
+
"*": true
|
|
16
|
+
},
|
|
17
|
+
"count": {
|
|
18
|
+
"*": true
|
|
19
|
+
},
|
|
20
|
+
"get": {
|
|
21
|
+
"*": true
|
|
22
|
+
},
|
|
23
|
+
"create": {
|
|
24
|
+
"*": true
|
|
25
|
+
},
|
|
26
|
+
"update": {
|
|
27
|
+
"*": true
|
|
28
|
+
},
|
|
29
|
+
"delete": {
|
|
30
|
+
"*": true
|
|
31
|
+
},
|
|
32
|
+
"addField": {
|
|
33
|
+
"*": true
|
|
34
|
+
},
|
|
35
|
+
"protectedFields": {
|
|
36
|
+
"*": []
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -4,25 +4,25 @@
|
|
|
4
4
|
"type": "String",
|
|
5
5
|
"required": false
|
|
6
6
|
},
|
|
7
|
-
"subject": {
|
|
8
|
-
"type": "String",
|
|
9
|
-
"required": false
|
|
10
|
-
},
|
|
11
|
-
"ticket": {
|
|
12
|
-
"type": "Pointer",
|
|
13
|
-
"targetClass": "{{PREFIX}}Maintenance_Ticket",
|
|
14
|
-
"required": true
|
|
15
|
-
},
|
|
16
7
|
"media": {
|
|
17
8
|
"type": "Relation",
|
|
18
9
|
"targetClass": "{{PREFIX}}Maintenance_Media",
|
|
19
10
|
"required": false
|
|
20
11
|
},
|
|
12
|
+
"subject": {
|
|
13
|
+
"type": "String",
|
|
14
|
+
"required": false
|
|
15
|
+
},
|
|
21
16
|
"tenant": {
|
|
22
17
|
"type": "Pointer",
|
|
23
18
|
"targetClass": "{{PREFIX}}Tenant",
|
|
24
19
|
"required": false
|
|
25
20
|
},
|
|
21
|
+
"ticket": {
|
|
22
|
+
"type": "Pointer",
|
|
23
|
+
"targetClass": "{{PREFIX}}Maintenance_Ticket",
|
|
24
|
+
"required": true
|
|
25
|
+
},
|
|
26
26
|
"user": {
|
|
27
27
|
"type": "Pointer",
|
|
28
28
|
"targetClass": "_User",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"fields": {
|
|
3
|
-
"
|
|
4
|
-
"type": "
|
|
5
|
-
"
|
|
6
|
-
"
|
|
3
|
+
"tenant": {
|
|
4
|
+
"type": "Pointer",
|
|
5
|
+
"targetClass": "{{PREFIX}}Tenant",
|
|
6
|
+
"required": false
|
|
7
7
|
},
|
|
8
8
|
"ticket": {
|
|
9
9
|
"type": "Pointer",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"targetClass": "_User",
|
|
16
16
|
"required": false
|
|
17
17
|
},
|
|
18
|
-
"
|
|
19
|
-
"type": "
|
|
20
|
-
"
|
|
21
|
-
"
|
|
18
|
+
"value": {
|
|
19
|
+
"type": "Number",
|
|
20
|
+
"required": true,
|
|
21
|
+
"defaultValue": 0
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"classLevelPermissions": {
|
|
@@ -1,28 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"fields": {
|
|
3
|
-
"start": {
|
|
4
|
-
"type": "Date",
|
|
5
|
-
"required": true
|
|
6
|
-
},
|
|
7
3
|
"end": {
|
|
8
4
|
"type": "Date",
|
|
9
|
-
"required":
|
|
5
|
+
"required": true
|
|
10
6
|
},
|
|
11
|
-
"
|
|
7
|
+
"endformat": {
|
|
12
8
|
"type": "String",
|
|
13
9
|
"required": false,
|
|
14
10
|
"defaultValue": "\"\""
|
|
15
11
|
},
|
|
16
|
-
"
|
|
12
|
+
"start": {
|
|
13
|
+
"type": "Date",
|
|
14
|
+
"required": false
|
|
15
|
+
},
|
|
16
|
+
"startformat": {
|
|
17
17
|
"type": "String",
|
|
18
18
|
"required": false,
|
|
19
19
|
"defaultValue": "\"\""
|
|
20
20
|
},
|
|
21
|
-
"user": {
|
|
22
|
-
"type": "Pointer",
|
|
23
|
-
"targetClass": "_User",
|
|
24
|
-
"required": false
|
|
25
|
-
},
|
|
26
21
|
"tenant": {
|
|
27
22
|
"type": "Pointer",
|
|
28
23
|
"targetClass": "{{PREFIX}}Tenant",
|
|
@@ -32,6 +27,11 @@
|
|
|
32
27
|
"type": "Pointer",
|
|
33
28
|
"targetClass": "{{PREFIX}}Maintenance_Ticket",
|
|
34
29
|
"required": true
|
|
30
|
+
},
|
|
31
|
+
"user": {
|
|
32
|
+
"type": "Pointer",
|
|
33
|
+
"targetClass": "_User",
|
|
34
|
+
"required": false
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"classLevelPermissions": {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"fields": {
|
|
3
|
-
"
|
|
4
|
-
"type": "
|
|
5
|
-
"
|
|
6
|
-
"
|
|
3
|
+
"tenant": {
|
|
4
|
+
"type": "Pointer",
|
|
5
|
+
"targetClass": "{{PREFIX}}Tenant",
|
|
6
|
+
"required": false
|
|
7
7
|
},
|
|
8
8
|
"ticket": {
|
|
9
9
|
"type": "Pointer",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"targetClass": "_User",
|
|
16
16
|
"required": false
|
|
17
17
|
},
|
|
18
|
-
"
|
|
19
|
-
"type": "
|
|
20
|
-
"
|
|
21
|
-
"
|
|
18
|
+
"value": {
|
|
19
|
+
"type": "Number",
|
|
20
|
+
"required": true,
|
|
21
|
+
"defaultValue": 0
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"classLevelPermissions": {
|
|
@@ -5,26 +5,26 @@
|
|
|
5
5
|
"required": false,
|
|
6
6
|
"defaultValue": true
|
|
7
7
|
},
|
|
8
|
-
"
|
|
8
|
+
"icon": {
|
|
9
9
|
"type": "String",
|
|
10
|
-
"required": true
|
|
11
|
-
},
|
|
12
|
-
"source": {
|
|
13
|
-
"type": "Relation",
|
|
14
|
-
"targetClass": "{{PREFIX}}Source",
|
|
15
10
|
"required": false
|
|
16
11
|
},
|
|
17
|
-
"
|
|
12
|
+
"issuecode": {
|
|
18
13
|
"type": "String",
|
|
19
14
|
"required": false
|
|
20
15
|
},
|
|
16
|
+
"name": {
|
|
17
|
+
"type": "String",
|
|
18
|
+
"required": true
|
|
19
|
+
},
|
|
21
20
|
"parent": {
|
|
22
21
|
"type": "Pointer",
|
|
23
22
|
"targetClass": "{{PREFIX}}Maintenance_Issuecategory",
|
|
24
23
|
"required": false
|
|
25
24
|
},
|
|
26
|
-
"
|
|
27
|
-
"type": "
|
|
25
|
+
"source": {
|
|
26
|
+
"type": "Relation",
|
|
27
|
+
"targetClass": "{{PREFIX}}Source",
|
|
28
28
|
"required": false
|
|
29
29
|
},
|
|
30
30
|
"tenant": {
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"fields": {
|
|
3
|
-
"
|
|
3
|
+
"color": {
|
|
4
4
|
"type": "String",
|
|
5
|
-
"required": true
|
|
5
|
+
"required": true,
|
|
6
|
+
"defaultValue": "#ffffff"
|
|
6
7
|
},
|
|
7
8
|
"description": {
|
|
8
9
|
"type": "String",
|
|
9
10
|
"required": false
|
|
10
11
|
},
|
|
11
|
-
"
|
|
12
|
-
"type": "Number",
|
|
13
|
-
"required": true
|
|
14
|
-
},
|
|
15
|
-
"isInbox": {
|
|
12
|
+
"isFinished": {
|
|
16
13
|
"type": "Boolean",
|
|
17
14
|
"required": false,
|
|
18
15
|
"defaultValue": false
|
|
19
16
|
},
|
|
20
|
-
"
|
|
17
|
+
"isInbox": {
|
|
21
18
|
"type": "Boolean",
|
|
22
19
|
"required": false,
|
|
23
20
|
"defaultValue": false
|
|
24
21
|
},
|
|
25
|
-
"
|
|
22
|
+
"label": {
|
|
26
23
|
"type": "String",
|
|
27
|
-
"required": true
|
|
28
|
-
|
|
24
|
+
"required": true
|
|
25
|
+
},
|
|
26
|
+
"order": {
|
|
27
|
+
"type": "Number",
|
|
28
|
+
"required": true
|
|
29
29
|
},
|
|
30
30
|
"tenant": {
|
|
31
31
|
"type": "Pointer",
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"fields": {
|
|
3
|
-
"media": {
|
|
4
|
-
"type": "File",
|
|
5
|
-
"required": true
|
|
6
|
-
},
|
|
7
3
|
"filename": {
|
|
8
4
|
"type": "String",
|
|
9
5
|
"required": true
|
|
10
6
|
},
|
|
7
|
+
"media": {
|
|
8
|
+
"type": "File",
|
|
9
|
+
"required": true
|
|
10
|
+
},
|
|
11
11
|
"tenant": {
|
|
12
12
|
"type": "Pointer",
|
|
13
13
|
"targetClass": "{{PREFIX}}Tenant",
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fields": {
|
|
3
|
+
"description": {
|
|
4
|
+
"type": "String",
|
|
5
|
+
"required": false
|
|
6
|
+
},
|
|
7
|
+
"tickets": {
|
|
8
|
+
"type": "Relation",
|
|
9
|
+
"targetClass": "{{PREFIX}}Maintenance_Ticket",
|
|
10
|
+
"required": false
|
|
11
|
+
},
|
|
12
|
+
"title": {
|
|
13
|
+
"type": "String",
|
|
14
|
+
"required": true
|
|
15
|
+
},
|
|
16
|
+
"user": {
|
|
17
|
+
"type": "Pointer",
|
|
18
|
+
"targetClass": "_User",
|
|
19
|
+
"required": true
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"classLevelPermissions": {
|
|
23
|
+
"find": {
|
|
24
|
+
"requiresAuthentication": true
|
|
25
|
+
},
|
|
26
|
+
"count": {
|
|
27
|
+
"requiresAuthentication": true
|
|
28
|
+
},
|
|
29
|
+
"get": {
|
|
30
|
+
"requiresAuthentication": true
|
|
31
|
+
},
|
|
32
|
+
"create": {
|
|
33
|
+
"requiresAuthentication": true
|
|
34
|
+
},
|
|
35
|
+
"update": {
|
|
36
|
+
"requiresAuthentication": true
|
|
37
|
+
},
|
|
38
|
+
"delete": {
|
|
39
|
+
"requiresAuthentication": true
|
|
40
|
+
},
|
|
41
|
+
"addField": {},
|
|
42
|
+
"protectedFields": {
|
|
43
|
+
"*": []
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"fields": {
|
|
3
|
-
"
|
|
4
|
-
"type": "
|
|
5
|
-
"
|
|
6
|
-
"
|
|
3
|
+
"tenant": {
|
|
4
|
+
"type": "Pointer",
|
|
5
|
+
"targetClass": "{{PREFIX}}Tenant",
|
|
6
|
+
"required": false
|
|
7
7
|
},
|
|
8
8
|
"ticket": {
|
|
9
9
|
"type": "Pointer",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"targetClass": "_User",
|
|
16
16
|
"required": false
|
|
17
17
|
},
|
|
18
|
-
"
|
|
19
|
-
"type": "
|
|
20
|
-
"
|
|
21
|
-
"
|
|
18
|
+
"value": {
|
|
19
|
+
"type": "Number",
|
|
20
|
+
"required": true,
|
|
21
|
+
"defaultValue": 0
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"classLevelPermissions": {
|