@openinc/parse-server-opendash 2.3.2 → 2.3.5
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/config.d.ts +2 -2
- package/dist/config.js +438 -438
- package/dist/featuremap.json +73 -73
- package/dist/functions/_init.d.ts +1 -1
- package/dist/functions/_init.js +20 -20
- package/dist/functions/getAdminConfig.d.ts +1 -1
- package/dist/functions/getAdminConfig.js +63 -63
- package/dist/functions/getSchemaForAdmin.d.ts +1 -1
- package/dist/functions/getSchemaForAdmin.js +14 -14
- package/dist/functions/opendash-geo-features.d.ts +1 -1
- package/dist/functions/opendash-geo-features.js +19 -19
- package/dist/functions/openinc-auth-change-password.d.ts +1 -1
- package/dist/functions/openinc-auth-change-password.js +30 -30
- package/dist/functions/openinc-auth-confirm-email.d.ts +1 -1
- package/dist/functions/openinc-auth-confirm-email.js +18 -18
- package/dist/functions/openinc-auth-email-confirmation-request.d.ts +1 -1
- package/dist/functions/openinc-auth-email-confirmation-request.js +42 -34
- package/dist/functions/openinc-auth-email-confirmation.d.ts +1 -1
- package/dist/functions/openinc-auth-email-confirmation.js +23 -23
- package/dist/functions/openinc-auth-login-admin.d.ts +1 -1
- package/dist/functions/openinc-auth-login-admin.js +69 -69
- package/dist/functions/openinc-auth-login-passwordless.d.ts +1 -1
- package/dist/functions/openinc-auth-login-passwordless.js +50 -42
- package/dist/functions/openinc-auth-login.d.ts +1 -1
- package/dist/functions/openinc-auth-login.js +45 -45
- package/dist/functions/openinc-auth-password-reset-request.d.ts +1 -1
- package/dist/functions/openinc-auth-password-reset-request.js +42 -34
- package/dist/functions/openinc-auth-password-reset.d.ts +1 -1
- package/dist/functions/openinc-auth-password-reset.js +28 -28
- package/dist/functions/openinc-auth-signup.d.ts +1 -1
- package/dist/functions/openinc-auth-signup.js +88 -88
- package/dist/functions/openinc-auth-validate-token.d.ts +1 -1
- package/dist/functions/openinc-auth-validate-token.js +34 -34
- package/dist/functions/openinc-auth.common.d.ts +15 -15
- package/dist/functions/openinc-auth.common.js +47 -47
- package/dist/functions/openinc-config.d.ts +1 -1
- package/dist/functions/openinc-config.js +92 -92
- package/dist/functions/openinc-geo-google-autocomplete.d.ts +1 -1
- package/dist/functions/openinc-geo-google-autocomplete.js +58 -58
- package/dist/functions/openinc-geo-google.common.d.ts +2 -2
- package/dist/functions/openinc-geo-google.common.js +34 -34
- package/dist/functions/openinc-geo-graphhopper-geocode-reverse-raw.d.ts +1 -1
- package/dist/functions/openinc-geo-graphhopper-geocode-reverse-raw.js +24 -24
- package/dist/functions/openinc-geo-graphhopper-geocode-reverse.d.ts +1 -1
- package/dist/functions/openinc-geo-graphhopper-geocode-reverse.js +24 -24
- package/dist/functions/openinc-geo-graphhopper-geocode.d.ts +1 -1
- package/dist/functions/openinc-geo-graphhopper-geocode.js +24 -24
- package/dist/functions/openinc-geo-graphhopper-route-simple.d.ts +1 -1
- package/dist/functions/openinc-geo-graphhopper-route-simple.js +33 -33
- package/dist/functions/openinc-geo-graphhopper.common.d.ts +2 -2
- package/dist/functions/openinc-geo-graphhopper.common.js +60 -60
- package/dist/helper/Config.d.ts +33 -33
- package/dist/helper/Config.js +156 -156
- package/dist/helper/pdf2img.d.ts +12 -12
- package/dist/helper/pdf2img.js +111 -111
- package/dist/hooks/Alarm.d.ts +1 -1
- package/dist/hooks/Alarm.js +40 -40
- package/dist/hooks/AlarmAction.d.ts +1 -1
- package/dist/hooks/AlarmAction.js +15 -15
- package/dist/hooks/AlarmWebhook.d.ts +1 -1
- package/dist/hooks/AlarmWebhook.js +16 -16
- package/dist/hooks/Attachment.d.ts +1 -1
- package/dist/hooks/Attachment.js +18 -18
- package/dist/hooks/BDE_Form.d.ts +1 -1
- package/dist/hooks/BDE_Form.js +53 -53
- package/dist/hooks/BDE_List.d.ts +1 -1
- package/dist/hooks/BDE_List.js +17 -17
- package/dist/hooks/BDE_ListEntry.d.ts +1 -1
- package/dist/hooks/BDE_ListEntry.js +17 -17
- package/dist/hooks/BDE_Page.d.ts +1 -1
- package/dist/hooks/BDE_Page.js +44 -44
- package/dist/hooks/BDE_Result.d.ts +1 -1
- package/dist/hooks/BDE_Result.js +128 -128
- package/dist/hooks/BDE_Unit.d.ts +1 -1
- package/dist/hooks/BDE_Unit.js +17 -17
- package/dist/hooks/Config.d.ts +1 -1
- package/dist/hooks/Config.js +16 -16
- package/dist/hooks/Dashboard.d.ts +1 -1
- package/dist/hooks/Dashboard.js +33 -33
- package/dist/hooks/GTFS_Agency.d.ts +1 -1
- package/dist/hooks/GTFS_Agency.js +18 -18
- package/dist/hooks/GTFS_Bikes_Allowed.d.ts +1 -1
- package/dist/hooks/GTFS_Bikes_Allowed.js +18 -18
- package/dist/hooks/GTFS_Calendar.d.ts +1 -1
- package/dist/hooks/GTFS_Calendar.js +18 -18
- package/dist/hooks/GTFS_Direction.d.ts +1 -1
- package/dist/hooks/GTFS_Direction.js +18 -18
- package/dist/hooks/GTFS_Level.d.ts +1 -1
- package/dist/hooks/GTFS_Level.js +18 -18
- package/dist/hooks/GTFS_Location_Type.d.ts +1 -1
- package/dist/hooks/GTFS_Location_Type.js +18 -18
- package/dist/hooks/GTFS_Route.d.ts +1 -1
- package/dist/hooks/GTFS_Route.js +18 -18
- package/dist/hooks/GTFS_Route_Type.d.ts +1 -1
- package/dist/hooks/GTFS_Route_Type.js +18 -18
- package/dist/hooks/GTFS_Stop.d.ts +1 -1
- package/dist/hooks/GTFS_Stop.js +18 -18
- package/dist/hooks/GTFS_Stop_Times.d.ts +1 -1
- package/dist/hooks/GTFS_Stop_Times.js +18 -18
- package/dist/hooks/GTFS_Trip.d.ts +1 -1
- package/dist/hooks/GTFS_Trip.js +18 -18
- package/dist/hooks/GTFS_Wheelchair_Accessible.d.ts +1 -1
- package/dist/hooks/GTFS_Wheelchair_Accessible.js +18 -18
- package/dist/hooks/GTFS_Wheelchair_Boarding.d.ts +1 -1
- package/dist/hooks/GTFS_Wheelchair_Boarding.js +18 -18
- package/dist/hooks/Group.d.ts +1 -1
- package/dist/hooks/Group.js +56 -56
- package/dist/hooks/Knowledge_Article.d.ts +1 -1
- package/dist/hooks/Knowledge_Article.js +18 -18
- package/dist/hooks/Knowledge_Category.d.ts +1 -1
- package/dist/hooks/Knowledge_Category.js +18 -18
- package/dist/hooks/Knowledge_Document.d.ts +1 -1
- package/dist/hooks/Knowledge_Document.js +60 -60
- package/dist/hooks/Knowledge_DocumentPage.d.ts +1 -1
- package/dist/hooks/Knowledge_DocumentPage.js +22 -22
- package/dist/hooks/Knowledge_Video.d.ts +1 -1
- package/dist/hooks/Knowledge_Video.js +18 -18
- package/dist/hooks/Language.d.ts +1 -1
- package/dist/hooks/Language.js +18 -18
- package/dist/hooks/Log.d.ts +1 -1
- package/dist/hooks/Log.js +18 -18
- package/dist/hooks/MIAAS_MDSEndpoint.d.ts +1 -1
- package/dist/hooks/MIAAS_MDSEndpoint.js +18 -18
- package/dist/hooks/Maintenance_Article.d.ts +1 -1
- package/dist/hooks/Maintenance_Article.js +18 -18
- package/dist/hooks/Maintenance_Downtime.d.ts +1 -1
- package/dist/hooks/Maintenance_Downtime.js +18 -18
- package/dist/hooks/Maintenance_Duedate.d.ts +1 -1
- package/dist/hooks/Maintenance_Duedate.js +18 -18
- package/dist/hooks/Maintenance_Frequency.d.ts +1 -1
- package/dist/hooks/Maintenance_Frequency.js +18 -18
- package/dist/hooks/Maintenance_Issuecategory.d.ts +1 -1
- package/dist/hooks/Maintenance_Issuecategory.js +21 -21
- package/dist/hooks/Maintenance_Item.d.ts +1 -1
- package/dist/hooks/Maintenance_Item.js +18 -18
- package/dist/hooks/Maintenance_Kanban_State.d.ts +1 -1
- package/dist/hooks/Maintenance_Kanban_State.js +18 -18
- package/dist/hooks/Maintenance_Media.d.ts +1 -1
- package/dist/hooks/Maintenance_Media.js +18 -18
- package/dist/hooks/Maintenance_Message.d.ts +1 -1
- package/dist/hooks/Maintenance_Message.js +18 -18
- package/dist/hooks/Maintenance_Message_Body.d.ts +1 -1
- package/dist/hooks/Maintenance_Message_Body.js +18 -18
- package/dist/hooks/Maintenance_Order.d.ts +1 -1
- package/dist/hooks/Maintenance_Order.js +18 -18
- package/dist/hooks/Maintenance_Priority.d.ts +1 -1
- package/dist/hooks/Maintenance_Priority.js +18 -18
- package/dist/hooks/Maintenance_Restriction.d.ts +1 -1
- package/dist/hooks/Maintenance_Restriction.js +18 -18
- package/dist/hooks/Maintenance_Schedule.d.ts +1 -1
- package/dist/hooks/Maintenance_Schedule.js +18 -18
- package/dist/hooks/Maintenance_Schedule_Execution.d.ts +1 -1
- package/dist/hooks/Maintenance_Schedule_Execution.js +18 -18
- package/dist/hooks/Maintenance_Schedule_Execution_Step.d.ts +1 -1
- package/dist/hooks/Maintenance_Schedule_Execution_Step.js +18 -18
- package/dist/hooks/Maintenance_Schedule_Step.d.ts +1 -1
- package/dist/hooks/Maintenance_Schedule_Step.js +18 -18
- package/dist/hooks/Maintenance_SourceMeta.d.ts +1 -1
- package/dist/hooks/Maintenance_SourceMeta.js +18 -18
- package/dist/hooks/Maintenance_Ticket.d.ts +1 -1
- package/dist/hooks/Maintenance_Ticket.js +18 -18
- package/dist/hooks/Maintenance_Ticket_Issuecategory.d.ts +1 -1
- package/dist/hooks/Maintenance_Ticket_Issuecategory.js +18 -18
- package/dist/hooks/Maintenance_Ticket_Kanban_State.d.ts +1 -1
- package/dist/hooks/Maintenance_Ticket_Kanban_State.js +23 -23
- package/dist/hooks/Maintenance_Ticket_Source.d.ts +1 -1
- package/dist/hooks/Maintenance_Ticket_Source.js +18 -18
- package/dist/hooks/Monitoring_Slideshow.d.ts +1 -1
- package/dist/hooks/Monitoring_Slideshow.js +18 -18
- package/dist/hooks/NavigationGroup.d.ts +1 -1
- package/dist/hooks/NavigationGroup.js +15 -15
- package/dist/hooks/NavigationItem.d.ts +1 -1
- package/dist/hooks/NavigationItem.js +16 -16
- package/dist/hooks/Notification.d.ts +1 -1
- package/dist/hooks/Notification.js +73 -73
- package/dist/hooks/Permission.d.ts +1 -1
- package/dist/hooks/Permission.js +19 -19
- package/dist/hooks/Push.d.ts +1 -1
- package/dist/hooks/Push.js +30 -30
- package/dist/hooks/Report.d.ts +1 -1
- package/dist/hooks/Report.js +16 -16
- package/dist/hooks/Share.d.ts +1 -1
- package/dist/hooks/Share.js +16 -16
- package/dist/hooks/Source.d.ts +1 -1
- package/dist/hooks/Source.js +91 -91
- package/dist/hooks/Tenant.d.ts +1 -1
- package/dist/hooks/Tenant.js +75 -75
- package/dist/hooks/TenantTrustedDomain.d.ts +1 -1
- package/dist/hooks/TenantTrustedDomain.js +12 -12
- package/dist/hooks/UserData.d.ts +1 -1
- package/dist/hooks/UserData.js +16 -16
- package/dist/hooks/VirtualKPI.d.ts +1 -1
- package/dist/hooks/VirtualKPI.js +18 -18
- package/dist/hooks/Widget.d.ts +1 -1
- package/dist/hooks/Widget.js +16 -16
- package/dist/hooks/WidgetPreset.d.ts +1 -1
- package/dist/hooks/WidgetPreset.js +18 -18
- package/dist/hooks/_User.d.ts +1 -1
- package/dist/hooks/_User.js +108 -99
- package/dist/hooks/_beforeLogin.d.ts +1 -1
- package/dist/hooks/_beforeLogin.js +22 -22
- package/dist/hooks/_init.d.ts +1 -1
- package/dist/hooks/_init.js +23 -23
- package/dist/index.d.ts +72 -65
- package/dist/index.js +463 -432
- package/dist/ow.d.ts +20 -20
- package/dist/ow.js +91 -91
- package/dist/types/Alarm.d.ts +36 -36
- package/dist/types/Alarm.js +59 -59
- package/dist/types/AlarmAction.d.ts +42 -42
- package/dist/types/AlarmAction.js +71 -71
- package/dist/types/AlarmWebhook.d.ts +40 -40
- package/dist/types/AlarmWebhook.js +65 -65
- package/dist/types/Attachment.d.ts +21 -21
- package/dist/types/Attachment.js +29 -29
- package/dist/types/BDE_Form.d.ts +26 -26
- package/dist/types/BDE_Form.js +41 -41
- package/dist/types/BDE_List.d.ts +14 -14
- package/dist/types/BDE_List.js +17 -17
- package/dist/types/BDE_ListEntry.d.ts +21 -21
- package/dist/types/BDE_ListEntry.js +29 -29
- package/dist/types/BDE_Page.d.ts +17 -17
- package/dist/types/BDE_Page.js +23 -23
- package/dist/types/BDE_Result.d.ts +20 -20
- package/dist/types/BDE_Result.js +29 -29
- package/dist/types/BDE_Unit.d.ts +23 -23
- package/dist/types/BDE_Unit.js +32 -32
- package/dist/types/Config.d.ts +24 -24
- package/dist/types/Config.js +35 -35
- package/dist/types/Dashboard.d.ts +34 -34
- package/dist/types/Dashboard.js +53 -53
- package/dist/types/GTFS_Agency.d.ts +35 -35
- package/dist/types/GTFS_Agency.js +59 -59
- package/dist/types/GTFS_Bikes_Allowed.d.ts +17 -17
- package/dist/types/GTFS_Bikes_Allowed.js +23 -23
- package/dist/types/GTFS_Calendar.d.ts +38 -38
- package/dist/types/GTFS_Calendar.js +65 -65
- package/dist/types/GTFS_Direction.d.ts +17 -17
- package/dist/types/GTFS_Direction.js +23 -23
- package/dist/types/GTFS_Level.d.ts +17 -17
- package/dist/types/GTFS_Level.js +23 -23
- package/dist/types/GTFS_Location_Type.d.ts +20 -20
- package/dist/types/GTFS_Location_Type.js +29 -29
- package/dist/types/GTFS_Route.d.ts +42 -42
- package/dist/types/GTFS_Route.js +71 -71
- package/dist/types/GTFS_Route_Type.d.ts +20 -20
- package/dist/types/GTFS_Route_Type.js +29 -29
- package/dist/types/GTFS_Stop.d.ts +56 -56
- package/dist/types/GTFS_Stop.js +95 -95
- package/dist/types/GTFS_Stop_Times.d.ts +28 -28
- package/dist/types/GTFS_Stop_Times.js +41 -41
- package/dist/types/GTFS_Trip.d.ts +37 -37
- package/dist/types/GTFS_Trip.js +53 -53
- package/dist/types/GTFS_Wheelchair_Accessible.d.ts +17 -17
- package/dist/types/GTFS_Wheelchair_Accessible.js +23 -23
- package/dist/types/GTFS_Wheelchair_Boarding.d.ts +20 -20
- package/dist/types/GTFS_Wheelchair_Boarding.js +29 -29
- package/dist/types/Group.d.ts +32 -32
- package/dist/types/Group.js +47 -47
- package/dist/types/Knowledge_Article.d.ts +29 -29
- package/dist/types/Knowledge_Article.js +41 -41
- package/dist/types/Knowledge_Category.d.ts +25 -25
- package/dist/types/Knowledge_Category.js +35 -35
- package/dist/types/Knowledge_Document.d.ts +29 -29
- package/dist/types/Knowledge_Document.js +41 -41
- package/dist/types/Knowledge_DocumentPage.d.ts +31 -31
- package/dist/types/Knowledge_DocumentPage.js +47 -47
- package/dist/types/Knowledge_Video.d.ts +35 -35
- package/dist/types/Knowledge_Video.js +53 -53
- package/dist/types/Language.d.ts +14 -14
- package/dist/types/Language.js +17 -17
- package/dist/types/Log.d.ts +17 -17
- package/dist/types/Log.js +23 -23
- package/dist/types/MIAAS_MDSEndpoint.d.ts +26 -26
- package/dist/types/MIAAS_MDSEndpoint.js +41 -41
- package/dist/types/Maintenance_Article.d.ts +32 -32
- package/dist/types/Maintenance_Article.js +44 -44
- package/dist/types/Maintenance_Downtime.d.ts +26 -26
- package/dist/types/Maintenance_Downtime.js +35 -35
- package/dist/types/Maintenance_Duedate.d.ts +35 -35
- package/dist/types/Maintenance_Duedate.js +53 -53
- package/dist/types/Maintenance_Frequency.d.ts +26 -26
- package/dist/types/Maintenance_Frequency.js +35 -35
- package/dist/types/Maintenance_Issuecategory.d.ts +33 -33
- package/dist/types/Maintenance_Issuecategory.js +50 -50
- package/dist/types/Maintenance_Item.d.ts +21 -21
- package/dist/types/Maintenance_Item.js +29 -29
- package/dist/types/Maintenance_Kanban_State.d.ts +33 -33
- package/dist/types/Maintenance_Kanban_State.js +53 -53
- package/dist/types/Maintenance_Media.d.ts +21 -21
- package/dist/types/Maintenance_Media.js +29 -29
- package/dist/types/Maintenance_Message.d.ts +27 -27
- package/dist/types/Maintenance_Message.js +41 -41
- package/dist/types/Maintenance_Message_Body.d.ts +22 -22
- package/dist/types/Maintenance_Message_Body.js +29 -29
- package/dist/types/Maintenance_Order.d.ts +24 -24
- package/dist/types/Maintenance_Order.js +32 -32
- package/dist/types/Maintenance_Priority.d.ts +26 -26
- package/dist/types/Maintenance_Priority.js +35 -35
- package/dist/types/Maintenance_Restriction.d.ts +26 -26
- package/dist/types/Maintenance_Restriction.js +35 -35
- package/dist/types/Maintenance_Schedule.d.ts +37 -37
- package/dist/types/Maintenance_Schedule.js +56 -56
- package/dist/types/Maintenance_Schedule_Execution.d.ts +39 -39
- package/dist/types/Maintenance_Schedule_Execution.js +56 -56
- package/dist/types/Maintenance_Schedule_Execution_Step.d.ts +44 -44
- package/dist/types/Maintenance_Schedule_Execution_Step.js +71 -71
- package/dist/types/Maintenance_Schedule_Step.d.ts +38 -38
- package/dist/types/Maintenance_Schedule_Step.js +59 -59
- package/dist/types/Maintenance_SourceMeta.d.ts +23 -23
- package/dist/types/Maintenance_SourceMeta.js +29 -29
- package/dist/types/Maintenance_Ticket.d.ts +30 -30
- package/dist/types/Maintenance_Ticket.js +41 -41
- package/dist/types/Maintenance_Ticket_Issuecategory.d.ts +27 -27
- package/dist/types/Maintenance_Ticket_Issuecategory.js +35 -35
- package/dist/types/Maintenance_Ticket_Kanban_State.d.ts +27 -27
- package/dist/types/Maintenance_Ticket_Kanban_State.js +35 -35
- package/dist/types/Maintenance_Ticket_Source.d.ts +27 -27
- package/dist/types/Maintenance_Ticket_Source.js +35 -35
- package/dist/types/Monitoring_Slideshow.d.ts +20 -20
- package/dist/types/Monitoring_Slideshow.js +26 -26
- package/dist/types/NavigationGroup.d.ts +24 -24
- package/dist/types/NavigationGroup.js +35 -35
- package/dist/types/NavigationItem.d.ts +48 -48
- package/dist/types/NavigationItem.js +83 -83
- package/dist/types/Notification.d.ts +30 -30
- package/dist/types/Notification.js +47 -47
- package/dist/types/Permission.d.ts +18 -18
- package/dist/types/Permission.js +23 -23
- package/dist/types/Push.d.ts +27 -27
- package/dist/types/Push.js +41 -41
- package/dist/types/Report.d.ts +39 -39
- package/dist/types/Report.js +65 -65
- package/dist/types/Share.d.ts +34 -34
- package/dist/types/Share.js +53 -53
- package/dist/types/Source.d.ts +26 -26
- package/dist/types/Source.js +38 -38
- package/dist/types/Tenant.d.ts +45 -45
- package/dist/types/Tenant.js +77 -77
- package/dist/types/TenantTrustedDomain.d.ts +18 -18
- package/dist/types/TenantTrustedDomain.js +23 -23
- package/dist/types/UserData.d.ts +21 -21
- package/dist/types/UserData.js +29 -29
- package/dist/types/VirtualKPI.d.ts +21 -21
- package/dist/types/VirtualKPI.js +29 -29
- package/dist/types/Widget.d.ts +24 -24
- package/dist/types/Widget.js +35 -35
- package/dist/types/WidgetPreset.d.ts +40 -40
- package/dist/types/WidgetPreset.js +65 -65
- package/dist/types/_Role.d.ts +13 -13
- package/dist/types/_Role.js +2 -2
- package/dist/types/_Session.d.ts +15 -15
- package/dist/types/_Session.js +2 -2
- package/dist/types/_User.d.ts +28 -28
- package/dist/types/_User.js +2 -2
- package/dist/types/index.d.ts +148 -148
- package/dist/types/index.js +146 -146
- package/package.json +3 -1
package/dist/types/Widget.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Widget = void 0;
|
|
4
|
-
class Widget extends Parse.Object {
|
|
5
|
-
constructor(data) {
|
|
6
|
-
super("OD3_Widget", data);
|
|
7
|
-
}
|
|
8
|
-
get config() {
|
|
9
|
-
return super.get("config");
|
|
10
|
-
}
|
|
11
|
-
set config(value) {
|
|
12
|
-
super.set("config", value);
|
|
13
|
-
}
|
|
14
|
-
get name() {
|
|
15
|
-
return super.get("name");
|
|
16
|
-
}
|
|
17
|
-
set name(value) {
|
|
18
|
-
super.set("name", value);
|
|
19
|
-
}
|
|
20
|
-
get type() {
|
|
21
|
-
return super.get("type");
|
|
22
|
-
}
|
|
23
|
-
set type(value) {
|
|
24
|
-
super.set("type", value);
|
|
25
|
-
}
|
|
26
|
-
get user() {
|
|
27
|
-
return super.get("user");
|
|
28
|
-
}
|
|
29
|
-
set user(value) {
|
|
30
|
-
super.set("user", value);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
Widget
|
|
35
|
-
Parse.Object.registerSubclass("OD3_Widget", Widget);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Widget = void 0;
|
|
4
|
+
class Widget extends Parse.Object {
|
|
5
|
+
constructor(data) {
|
|
6
|
+
super("OD3_Widget", data);
|
|
7
|
+
}
|
|
8
|
+
get config() {
|
|
9
|
+
return super.get("config");
|
|
10
|
+
}
|
|
11
|
+
set config(value) {
|
|
12
|
+
super.set("config", value);
|
|
13
|
+
}
|
|
14
|
+
get name() {
|
|
15
|
+
return super.get("name");
|
|
16
|
+
}
|
|
17
|
+
set name(value) {
|
|
18
|
+
super.set("name", value);
|
|
19
|
+
}
|
|
20
|
+
get type() {
|
|
21
|
+
return super.get("type");
|
|
22
|
+
}
|
|
23
|
+
set type(value) {
|
|
24
|
+
super.set("type", value);
|
|
25
|
+
}
|
|
26
|
+
get user() {
|
|
27
|
+
return super.get("user");
|
|
28
|
+
}
|
|
29
|
+
set user(value) {
|
|
30
|
+
super.set("user", value);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
Widget.className = "OD3_Widget";
|
|
34
|
+
exports.Widget = Widget;
|
|
35
|
+
Parse.Object.registerSubclass("OD3_Widget", Widget);
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
/// <reference types="parse" />
|
|
2
|
-
import type { Tenant } from "./Tenant";
|
|
3
|
-
import type { _User } from "./_User";
|
|
4
|
-
export interface WidgetPresetAttributes {
|
|
5
|
-
id: string;
|
|
6
|
-
objectId: string;
|
|
7
|
-
createdAt: Date;
|
|
8
|
-
updatedAt: Date;
|
|
9
|
-
config: any;
|
|
10
|
-
description: string;
|
|
11
|
-
imageLink: string;
|
|
12
|
-
label: string;
|
|
13
|
-
layout: any[];
|
|
14
|
-
tags: any[];
|
|
15
|
-
tenant?: Tenant;
|
|
16
|
-
type: string;
|
|
17
|
-
user?: _User;
|
|
18
|
-
}
|
|
19
|
-
export declare class WidgetPreset extends Parse.Object<WidgetPresetAttributes> {
|
|
20
|
-
static className: string;
|
|
21
|
-
constructor(data?: Partial<WidgetPresetAttributes>);
|
|
22
|
-
get config(): any;
|
|
23
|
-
set config(value: any);
|
|
24
|
-
get description(): string;
|
|
25
|
-
set description(value: string);
|
|
26
|
-
get imageLink(): string;
|
|
27
|
-
set imageLink(value: string);
|
|
28
|
-
get label(): string;
|
|
29
|
-
set label(value: string);
|
|
30
|
-
get layout(): any[];
|
|
31
|
-
set layout(value: any[]);
|
|
32
|
-
get tags(): any[];
|
|
33
|
-
set tags(value: any[]);
|
|
34
|
-
get tenant(): Tenant | undefined;
|
|
35
|
-
set tenant(value: Tenant | undefined);
|
|
36
|
-
get type(): string;
|
|
37
|
-
set type(value: string);
|
|
38
|
-
get user(): _User | undefined;
|
|
39
|
-
set user(value: _User | undefined);
|
|
40
|
-
}
|
|
1
|
+
/// <reference types="parse" />
|
|
2
|
+
import type { Tenant } from "./Tenant";
|
|
3
|
+
import type { _User } from "./_User";
|
|
4
|
+
export interface WidgetPresetAttributes {
|
|
5
|
+
id: string;
|
|
6
|
+
objectId: string;
|
|
7
|
+
createdAt: Date;
|
|
8
|
+
updatedAt: Date;
|
|
9
|
+
config: any;
|
|
10
|
+
description: string;
|
|
11
|
+
imageLink: string;
|
|
12
|
+
label: string;
|
|
13
|
+
layout: any[];
|
|
14
|
+
tags: any[];
|
|
15
|
+
tenant?: Tenant;
|
|
16
|
+
type: string;
|
|
17
|
+
user?: _User;
|
|
18
|
+
}
|
|
19
|
+
export declare class WidgetPreset extends Parse.Object<WidgetPresetAttributes> {
|
|
20
|
+
static className: string;
|
|
21
|
+
constructor(data?: Partial<WidgetPresetAttributes>);
|
|
22
|
+
get config(): any;
|
|
23
|
+
set config(value: any);
|
|
24
|
+
get description(): string;
|
|
25
|
+
set description(value: string);
|
|
26
|
+
get imageLink(): string;
|
|
27
|
+
set imageLink(value: string);
|
|
28
|
+
get label(): string;
|
|
29
|
+
set label(value: string);
|
|
30
|
+
get layout(): any[];
|
|
31
|
+
set layout(value: any[]);
|
|
32
|
+
get tags(): any[];
|
|
33
|
+
set tags(value: any[]);
|
|
34
|
+
get tenant(): Tenant | undefined;
|
|
35
|
+
set tenant(value: Tenant | undefined);
|
|
36
|
+
get type(): string;
|
|
37
|
+
set type(value: string);
|
|
38
|
+
get user(): _User | undefined;
|
|
39
|
+
set user(value: _User | undefined);
|
|
40
|
+
}
|
|
@@ -1,65 +1,65 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WidgetPreset = void 0;
|
|
4
|
-
class WidgetPreset extends Parse.Object {
|
|
5
|
-
constructor(data) {
|
|
6
|
-
super("OD3_WidgetPreset", data);
|
|
7
|
-
}
|
|
8
|
-
get config() {
|
|
9
|
-
return super.get("config");
|
|
10
|
-
}
|
|
11
|
-
set config(value) {
|
|
12
|
-
super.set("config", value);
|
|
13
|
-
}
|
|
14
|
-
get description() {
|
|
15
|
-
return super.get("description");
|
|
16
|
-
}
|
|
17
|
-
set description(value) {
|
|
18
|
-
super.set("description", value);
|
|
19
|
-
}
|
|
20
|
-
get imageLink() {
|
|
21
|
-
return super.get("imageLink");
|
|
22
|
-
}
|
|
23
|
-
set imageLink(value) {
|
|
24
|
-
super.set("imageLink", value);
|
|
25
|
-
}
|
|
26
|
-
get label() {
|
|
27
|
-
return super.get("label");
|
|
28
|
-
}
|
|
29
|
-
set label(value) {
|
|
30
|
-
super.set("label", value);
|
|
31
|
-
}
|
|
32
|
-
get layout() {
|
|
33
|
-
return super.get("layout");
|
|
34
|
-
}
|
|
35
|
-
set layout(value) {
|
|
36
|
-
super.set("layout", value);
|
|
37
|
-
}
|
|
38
|
-
get tags() {
|
|
39
|
-
return super.get("tags");
|
|
40
|
-
}
|
|
41
|
-
set tags(value) {
|
|
42
|
-
super.set("tags", value);
|
|
43
|
-
}
|
|
44
|
-
get tenant() {
|
|
45
|
-
return super.get("tenant");
|
|
46
|
-
}
|
|
47
|
-
set tenant(value) {
|
|
48
|
-
super.set("tenant", value);
|
|
49
|
-
}
|
|
50
|
-
get type() {
|
|
51
|
-
return super.get("type");
|
|
52
|
-
}
|
|
53
|
-
set type(value) {
|
|
54
|
-
super.set("type", value);
|
|
55
|
-
}
|
|
56
|
-
get user() {
|
|
57
|
-
return super.get("user");
|
|
58
|
-
}
|
|
59
|
-
set user(value) {
|
|
60
|
-
super.set("user", value);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
WidgetPreset
|
|
65
|
-
Parse.Object.registerSubclass("OD3_WidgetPreset", WidgetPreset);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WidgetPreset = void 0;
|
|
4
|
+
class WidgetPreset extends Parse.Object {
|
|
5
|
+
constructor(data) {
|
|
6
|
+
super("OD3_WidgetPreset", data);
|
|
7
|
+
}
|
|
8
|
+
get config() {
|
|
9
|
+
return super.get("config");
|
|
10
|
+
}
|
|
11
|
+
set config(value) {
|
|
12
|
+
super.set("config", value);
|
|
13
|
+
}
|
|
14
|
+
get description() {
|
|
15
|
+
return super.get("description");
|
|
16
|
+
}
|
|
17
|
+
set description(value) {
|
|
18
|
+
super.set("description", value);
|
|
19
|
+
}
|
|
20
|
+
get imageLink() {
|
|
21
|
+
return super.get("imageLink");
|
|
22
|
+
}
|
|
23
|
+
set imageLink(value) {
|
|
24
|
+
super.set("imageLink", value);
|
|
25
|
+
}
|
|
26
|
+
get label() {
|
|
27
|
+
return super.get("label");
|
|
28
|
+
}
|
|
29
|
+
set label(value) {
|
|
30
|
+
super.set("label", value);
|
|
31
|
+
}
|
|
32
|
+
get layout() {
|
|
33
|
+
return super.get("layout");
|
|
34
|
+
}
|
|
35
|
+
set layout(value) {
|
|
36
|
+
super.set("layout", value);
|
|
37
|
+
}
|
|
38
|
+
get tags() {
|
|
39
|
+
return super.get("tags");
|
|
40
|
+
}
|
|
41
|
+
set tags(value) {
|
|
42
|
+
super.set("tags", value);
|
|
43
|
+
}
|
|
44
|
+
get tenant() {
|
|
45
|
+
return super.get("tenant");
|
|
46
|
+
}
|
|
47
|
+
set tenant(value) {
|
|
48
|
+
super.set("tenant", value);
|
|
49
|
+
}
|
|
50
|
+
get type() {
|
|
51
|
+
return super.get("type");
|
|
52
|
+
}
|
|
53
|
+
set type(value) {
|
|
54
|
+
super.set("type", value);
|
|
55
|
+
}
|
|
56
|
+
get user() {
|
|
57
|
+
return super.get("user");
|
|
58
|
+
}
|
|
59
|
+
set user(value) {
|
|
60
|
+
super.set("user", value);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
WidgetPreset.className = "OD3_WidgetPreset";
|
|
64
|
+
exports.WidgetPreset = WidgetPreset;
|
|
65
|
+
Parse.Object.registerSubclass("OD3_WidgetPreset", WidgetPreset);
|
package/dist/types/_Role.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/// <reference types="parse" />
|
|
2
|
-
import type { _User } from "./_User";
|
|
3
|
-
export interface _RoleAttributes {
|
|
4
|
-
id: string;
|
|
5
|
-
objectId: string;
|
|
6
|
-
createdAt: Date;
|
|
7
|
-
updatedAt: Date;
|
|
8
|
-
label?: string;
|
|
9
|
-
name?: string;
|
|
10
|
-
roles: Parse.Relation<_Role, _Role>;
|
|
11
|
-
users: Parse.Relation<_Role, _User>;
|
|
12
|
-
}
|
|
13
|
-
export type _Role = Parse.Role<_RoleAttributes>;
|
|
1
|
+
/// <reference types="parse" />
|
|
2
|
+
import type { _User } from "./_User";
|
|
3
|
+
export interface _RoleAttributes {
|
|
4
|
+
id: string;
|
|
5
|
+
objectId: string;
|
|
6
|
+
createdAt: Date;
|
|
7
|
+
updatedAt: Date;
|
|
8
|
+
label?: string;
|
|
9
|
+
name?: string;
|
|
10
|
+
roles: Parse.Relation<_Role, _Role>;
|
|
11
|
+
users: Parse.Relation<_Role, _User>;
|
|
12
|
+
}
|
|
13
|
+
export type _Role = Parse.Role<_RoleAttributes>;
|
package/dist/types/_Role.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/types/_Session.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
/// <reference types="parse" />
|
|
2
|
-
import type { _User } from "./_User";
|
|
3
|
-
export interface _SessionAttributes {
|
|
4
|
-
id: string;
|
|
5
|
-
objectId: string;
|
|
6
|
-
createdAt: Date;
|
|
7
|
-
updatedAt: Date;
|
|
8
|
-
createdWith?: any;
|
|
9
|
-
expiresAt?: Date;
|
|
10
|
-
installationId?: string;
|
|
11
|
-
restricted?: boolean;
|
|
12
|
-
sessionToken?: string;
|
|
13
|
-
user?: _User;
|
|
14
|
-
}
|
|
15
|
-
export type _Session = Parse.Session<_SessionAttributes>;
|
|
1
|
+
/// <reference types="parse" />
|
|
2
|
+
import type { _User } from "./_User";
|
|
3
|
+
export interface _SessionAttributes {
|
|
4
|
+
id: string;
|
|
5
|
+
objectId: string;
|
|
6
|
+
createdAt: Date;
|
|
7
|
+
updatedAt: Date;
|
|
8
|
+
createdWith?: any;
|
|
9
|
+
expiresAt?: Date;
|
|
10
|
+
installationId?: string;
|
|
11
|
+
restricted?: boolean;
|
|
12
|
+
sessionToken?: string;
|
|
13
|
+
user?: _User;
|
|
14
|
+
}
|
|
15
|
+
export type _Session = Parse.Session<_SessionAttributes>;
|
package/dist/types/_Session.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/types/_User.d.ts
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
/// <reference types="parse" />
|
|
2
|
-
import type { Tenant } from "./Tenant";
|
|
3
|
-
export interface _UserAttributes {
|
|
4
|
-
id: string;
|
|
5
|
-
objectId: string;
|
|
6
|
-
createdAt: Date;
|
|
7
|
-
updatedAt: Date;
|
|
8
|
-
authData?: any;
|
|
9
|
-
email?: string;
|
|
10
|
-
emailVerified?: boolean;
|
|
11
|
-
firstname?: string;
|
|
12
|
-
lastname?: string;
|
|
13
|
-
ldap?: boolean;
|
|
14
|
-
ldap_dn?: string;
|
|
15
|
-
miaas_cities: any[];
|
|
16
|
-
miaas_userType?: string;
|
|
17
|
-
miaasUserScope?: string;
|
|
18
|
-
name?: string;
|
|
19
|
-
password?: string;
|
|
20
|
-
tenant?: Tenant;
|
|
21
|
-
tenantAdmin: boolean;
|
|
22
|
-
tenantBanned?: boolean;
|
|
23
|
-
tenantChanged?: boolean;
|
|
24
|
-
tenantGlobal?: boolean;
|
|
25
|
-
tenantVerified?: boolean;
|
|
26
|
-
username?: string;
|
|
27
|
-
}
|
|
28
|
-
export type _User = Parse.User<_UserAttributes>;
|
|
1
|
+
/// <reference types="parse" />
|
|
2
|
+
import type { Tenant } from "./Tenant";
|
|
3
|
+
export interface _UserAttributes {
|
|
4
|
+
id: string;
|
|
5
|
+
objectId: string;
|
|
6
|
+
createdAt: Date;
|
|
7
|
+
updatedAt: Date;
|
|
8
|
+
authData?: any;
|
|
9
|
+
email?: string;
|
|
10
|
+
emailVerified?: boolean;
|
|
11
|
+
firstname?: string;
|
|
12
|
+
lastname?: string;
|
|
13
|
+
ldap?: boolean;
|
|
14
|
+
ldap_dn?: string;
|
|
15
|
+
miaas_cities: any[];
|
|
16
|
+
miaas_userType?: string;
|
|
17
|
+
miaasUserScope?: string;
|
|
18
|
+
name?: string;
|
|
19
|
+
password?: string;
|
|
20
|
+
tenant?: Tenant;
|
|
21
|
+
tenantAdmin: boolean;
|
|
22
|
+
tenantBanned?: boolean;
|
|
23
|
+
tenantChanged?: boolean;
|
|
24
|
+
tenantGlobal?: boolean;
|
|
25
|
+
tenantVerified?: boolean;
|
|
26
|
+
username?: string;
|
|
27
|
+
}
|
|
28
|
+
export type _User = Parse.User<_UserAttributes>;
|
package/dist/types/_User.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|