@openinc/parse-server-opendash 2.3.7 → 2.3.9
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 +447 -447
- package/dist/featuremap.json +75 -75
- 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 -42
- 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 -50
- 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 -42
- 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 +37 -37
- package/dist/functions/openinc-auth.common.d.ts +14 -14
- package/dist/functions/openinc-auth.common.js +55 -55
- 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/Core_Email.d.ts +11 -11
- package/dist/hooks/Core_Email.js +111 -111
- package/dist/hooks/Core_Token.d.ts +1 -1
- package/dist/hooks/Core_Token.js +11 -11
- 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 +17 -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 -108
- 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 +65 -65
- package/dist/index.js +399 -399
- 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/Core_Email.d.ts +26 -26
- package/dist/types/Core_Email.js +41 -41
- package/dist/types/Core_Token.d.ts +23 -23
- package/dist/types/Core_Token.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 +29 -29
- package/dist/types/MIAAS_MDSEndpoint.js +47 -47
- 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 +152 -152
- package/dist/types/index.js +150 -150
- package/package.json +1 -1
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
/// <reference types="parse" />
|
|
2
|
-
import type { GTFS_Level } from "./GTFS_Level";
|
|
3
|
-
import type { GTFS_Location_Type } from "./GTFS_Location_Type";
|
|
4
|
-
import type { GTFS_Wheelchair_Boarding } from "./GTFS_Wheelchair_Boarding";
|
|
5
|
-
export interface GTFS_StopAttributes {
|
|
6
|
-
id: string;
|
|
7
|
-
objectId: string;
|
|
8
|
-
createdAt: Date;
|
|
9
|
-
updatedAt: Date;
|
|
10
|
-
level_id?: GTFS_Level;
|
|
11
|
-
location_type?: GTFS_Location_Type;
|
|
12
|
-
parent_station?: GTFS_Stop;
|
|
13
|
-
platform_code?: string;
|
|
14
|
-
stop_code?: string;
|
|
15
|
-
stop_desc?: string;
|
|
16
|
-
stop_id: string;
|
|
17
|
-
stop_lat?: string;
|
|
18
|
-
stop_lon?: string;
|
|
19
|
-
stop_name?: string;
|
|
20
|
-
stop_timezone?: string;
|
|
21
|
-
stop_url?: string;
|
|
22
|
-
wheelchair_boarding?: GTFS_Wheelchair_Boarding;
|
|
23
|
-
zone_id?: string;
|
|
24
|
-
}
|
|
25
|
-
export declare class GTFS_Stop extends Parse.Object<GTFS_StopAttributes> {
|
|
26
|
-
static className: string;
|
|
27
|
-
constructor(data?: Partial<GTFS_StopAttributes>);
|
|
28
|
-
get level_id(): GTFS_Level | undefined;
|
|
29
|
-
set level_id(value: GTFS_Level | undefined);
|
|
30
|
-
get location_type(): GTFS_Location_Type | undefined;
|
|
31
|
-
set location_type(value: GTFS_Location_Type | undefined);
|
|
32
|
-
get parent_station(): GTFS_Stop | undefined;
|
|
33
|
-
set parent_station(value: GTFS_Stop | undefined);
|
|
34
|
-
get platform_code(): string | undefined;
|
|
35
|
-
set platform_code(value: string | undefined);
|
|
36
|
-
get stop_code(): string | undefined;
|
|
37
|
-
set stop_code(value: string | undefined);
|
|
38
|
-
get stop_desc(): string | undefined;
|
|
39
|
-
set stop_desc(value: string | undefined);
|
|
40
|
-
get stop_id(): string;
|
|
41
|
-
set stop_id(value: string);
|
|
42
|
-
get stop_lat(): string | undefined;
|
|
43
|
-
set stop_lat(value: string | undefined);
|
|
44
|
-
get stop_lon(): string | undefined;
|
|
45
|
-
set stop_lon(value: string | undefined);
|
|
46
|
-
get stop_name(): string | undefined;
|
|
47
|
-
set stop_name(value: string | undefined);
|
|
48
|
-
get stop_timezone(): string | undefined;
|
|
49
|
-
set stop_timezone(value: string | undefined);
|
|
50
|
-
get stop_url(): string | undefined;
|
|
51
|
-
set stop_url(value: string | undefined);
|
|
52
|
-
get wheelchair_boarding(): GTFS_Wheelchair_Boarding | undefined;
|
|
53
|
-
set wheelchair_boarding(value: GTFS_Wheelchair_Boarding | undefined);
|
|
54
|
-
get zone_id(): string | undefined;
|
|
55
|
-
set zone_id(value: string | undefined);
|
|
56
|
-
}
|
|
1
|
+
/// <reference types="parse" />
|
|
2
|
+
import type { GTFS_Level } from "./GTFS_Level";
|
|
3
|
+
import type { GTFS_Location_Type } from "./GTFS_Location_Type";
|
|
4
|
+
import type { GTFS_Wheelchair_Boarding } from "./GTFS_Wheelchair_Boarding";
|
|
5
|
+
export interface GTFS_StopAttributes {
|
|
6
|
+
id: string;
|
|
7
|
+
objectId: string;
|
|
8
|
+
createdAt: Date;
|
|
9
|
+
updatedAt: Date;
|
|
10
|
+
level_id?: GTFS_Level;
|
|
11
|
+
location_type?: GTFS_Location_Type;
|
|
12
|
+
parent_station?: GTFS_Stop;
|
|
13
|
+
platform_code?: string;
|
|
14
|
+
stop_code?: string;
|
|
15
|
+
stop_desc?: string;
|
|
16
|
+
stop_id: string;
|
|
17
|
+
stop_lat?: string;
|
|
18
|
+
stop_lon?: string;
|
|
19
|
+
stop_name?: string;
|
|
20
|
+
stop_timezone?: string;
|
|
21
|
+
stop_url?: string;
|
|
22
|
+
wheelchair_boarding?: GTFS_Wheelchair_Boarding;
|
|
23
|
+
zone_id?: string;
|
|
24
|
+
}
|
|
25
|
+
export declare class GTFS_Stop extends Parse.Object<GTFS_StopAttributes> {
|
|
26
|
+
static className: string;
|
|
27
|
+
constructor(data?: Partial<GTFS_StopAttributes>);
|
|
28
|
+
get level_id(): GTFS_Level | undefined;
|
|
29
|
+
set level_id(value: GTFS_Level | undefined);
|
|
30
|
+
get location_type(): GTFS_Location_Type | undefined;
|
|
31
|
+
set location_type(value: GTFS_Location_Type | undefined);
|
|
32
|
+
get parent_station(): GTFS_Stop | undefined;
|
|
33
|
+
set parent_station(value: GTFS_Stop | undefined);
|
|
34
|
+
get platform_code(): string | undefined;
|
|
35
|
+
set platform_code(value: string | undefined);
|
|
36
|
+
get stop_code(): string | undefined;
|
|
37
|
+
set stop_code(value: string | undefined);
|
|
38
|
+
get stop_desc(): string | undefined;
|
|
39
|
+
set stop_desc(value: string | undefined);
|
|
40
|
+
get stop_id(): string;
|
|
41
|
+
set stop_id(value: string);
|
|
42
|
+
get stop_lat(): string | undefined;
|
|
43
|
+
set stop_lat(value: string | undefined);
|
|
44
|
+
get stop_lon(): string | undefined;
|
|
45
|
+
set stop_lon(value: string | undefined);
|
|
46
|
+
get stop_name(): string | undefined;
|
|
47
|
+
set stop_name(value: string | undefined);
|
|
48
|
+
get stop_timezone(): string | undefined;
|
|
49
|
+
set stop_timezone(value: string | undefined);
|
|
50
|
+
get stop_url(): string | undefined;
|
|
51
|
+
set stop_url(value: string | undefined);
|
|
52
|
+
get wheelchair_boarding(): GTFS_Wheelchair_Boarding | undefined;
|
|
53
|
+
set wheelchair_boarding(value: GTFS_Wheelchair_Boarding | undefined);
|
|
54
|
+
get zone_id(): string | undefined;
|
|
55
|
+
set zone_id(value: string | undefined);
|
|
56
|
+
}
|
package/dist/types/GTFS_Stop.js
CHANGED
|
@@ -1,95 +1,95 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GTFS_Stop = void 0;
|
|
4
|
-
class GTFS_Stop extends Parse.Object {
|
|
5
|
-
constructor(data) {
|
|
6
|
-
super("OD3_GTFS_Stop", data);
|
|
7
|
-
}
|
|
8
|
-
get level_id() {
|
|
9
|
-
return super.get("level_id");
|
|
10
|
-
}
|
|
11
|
-
set level_id(value) {
|
|
12
|
-
super.set("level_id", value);
|
|
13
|
-
}
|
|
14
|
-
get location_type() {
|
|
15
|
-
return super.get("location_type");
|
|
16
|
-
}
|
|
17
|
-
set location_type(value) {
|
|
18
|
-
super.set("location_type", value);
|
|
19
|
-
}
|
|
20
|
-
get parent_station() {
|
|
21
|
-
return super.get("parent_station");
|
|
22
|
-
}
|
|
23
|
-
set parent_station(value) {
|
|
24
|
-
super.set("parent_station", value);
|
|
25
|
-
}
|
|
26
|
-
get platform_code() {
|
|
27
|
-
return super.get("platform_code");
|
|
28
|
-
}
|
|
29
|
-
set platform_code(value) {
|
|
30
|
-
super.set("platform_code", value);
|
|
31
|
-
}
|
|
32
|
-
get stop_code() {
|
|
33
|
-
return super.get("stop_code");
|
|
34
|
-
}
|
|
35
|
-
set stop_code(value) {
|
|
36
|
-
super.set("stop_code", value);
|
|
37
|
-
}
|
|
38
|
-
get stop_desc() {
|
|
39
|
-
return super.get("stop_desc");
|
|
40
|
-
}
|
|
41
|
-
set stop_desc(value) {
|
|
42
|
-
super.set("stop_desc", value);
|
|
43
|
-
}
|
|
44
|
-
get stop_id() {
|
|
45
|
-
return super.get("stop_id");
|
|
46
|
-
}
|
|
47
|
-
set stop_id(value) {
|
|
48
|
-
super.set("stop_id", value);
|
|
49
|
-
}
|
|
50
|
-
get stop_lat() {
|
|
51
|
-
return super.get("stop_lat");
|
|
52
|
-
}
|
|
53
|
-
set stop_lat(value) {
|
|
54
|
-
super.set("stop_lat", value);
|
|
55
|
-
}
|
|
56
|
-
get stop_lon() {
|
|
57
|
-
return super.get("stop_lon");
|
|
58
|
-
}
|
|
59
|
-
set stop_lon(value) {
|
|
60
|
-
super.set("stop_lon", value);
|
|
61
|
-
}
|
|
62
|
-
get stop_name() {
|
|
63
|
-
return super.get("stop_name");
|
|
64
|
-
}
|
|
65
|
-
set stop_name(value) {
|
|
66
|
-
super.set("stop_name", value);
|
|
67
|
-
}
|
|
68
|
-
get stop_timezone() {
|
|
69
|
-
return super.get("stop_timezone");
|
|
70
|
-
}
|
|
71
|
-
set stop_timezone(value) {
|
|
72
|
-
super.set("stop_timezone", value);
|
|
73
|
-
}
|
|
74
|
-
get stop_url() {
|
|
75
|
-
return super.get("stop_url");
|
|
76
|
-
}
|
|
77
|
-
set stop_url(value) {
|
|
78
|
-
super.set("stop_url", value);
|
|
79
|
-
}
|
|
80
|
-
get wheelchair_boarding() {
|
|
81
|
-
return super.get("wheelchair_boarding");
|
|
82
|
-
}
|
|
83
|
-
set wheelchair_boarding(value) {
|
|
84
|
-
super.set("wheelchair_boarding", value);
|
|
85
|
-
}
|
|
86
|
-
get zone_id() {
|
|
87
|
-
return super.get("zone_id");
|
|
88
|
-
}
|
|
89
|
-
set zone_id(value) {
|
|
90
|
-
super.set("zone_id", value);
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
GTFS_Stop
|
|
95
|
-
Parse.Object.registerSubclass("OD3_GTFS_Stop", GTFS_Stop);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GTFS_Stop = void 0;
|
|
4
|
+
class GTFS_Stop extends Parse.Object {
|
|
5
|
+
constructor(data) {
|
|
6
|
+
super("OD3_GTFS_Stop", data);
|
|
7
|
+
}
|
|
8
|
+
get level_id() {
|
|
9
|
+
return super.get("level_id");
|
|
10
|
+
}
|
|
11
|
+
set level_id(value) {
|
|
12
|
+
super.set("level_id", value);
|
|
13
|
+
}
|
|
14
|
+
get location_type() {
|
|
15
|
+
return super.get("location_type");
|
|
16
|
+
}
|
|
17
|
+
set location_type(value) {
|
|
18
|
+
super.set("location_type", value);
|
|
19
|
+
}
|
|
20
|
+
get parent_station() {
|
|
21
|
+
return super.get("parent_station");
|
|
22
|
+
}
|
|
23
|
+
set parent_station(value) {
|
|
24
|
+
super.set("parent_station", value);
|
|
25
|
+
}
|
|
26
|
+
get platform_code() {
|
|
27
|
+
return super.get("platform_code");
|
|
28
|
+
}
|
|
29
|
+
set platform_code(value) {
|
|
30
|
+
super.set("platform_code", value);
|
|
31
|
+
}
|
|
32
|
+
get stop_code() {
|
|
33
|
+
return super.get("stop_code");
|
|
34
|
+
}
|
|
35
|
+
set stop_code(value) {
|
|
36
|
+
super.set("stop_code", value);
|
|
37
|
+
}
|
|
38
|
+
get stop_desc() {
|
|
39
|
+
return super.get("stop_desc");
|
|
40
|
+
}
|
|
41
|
+
set stop_desc(value) {
|
|
42
|
+
super.set("stop_desc", value);
|
|
43
|
+
}
|
|
44
|
+
get stop_id() {
|
|
45
|
+
return super.get("stop_id");
|
|
46
|
+
}
|
|
47
|
+
set stop_id(value) {
|
|
48
|
+
super.set("stop_id", value);
|
|
49
|
+
}
|
|
50
|
+
get stop_lat() {
|
|
51
|
+
return super.get("stop_lat");
|
|
52
|
+
}
|
|
53
|
+
set stop_lat(value) {
|
|
54
|
+
super.set("stop_lat", value);
|
|
55
|
+
}
|
|
56
|
+
get stop_lon() {
|
|
57
|
+
return super.get("stop_lon");
|
|
58
|
+
}
|
|
59
|
+
set stop_lon(value) {
|
|
60
|
+
super.set("stop_lon", value);
|
|
61
|
+
}
|
|
62
|
+
get stop_name() {
|
|
63
|
+
return super.get("stop_name");
|
|
64
|
+
}
|
|
65
|
+
set stop_name(value) {
|
|
66
|
+
super.set("stop_name", value);
|
|
67
|
+
}
|
|
68
|
+
get stop_timezone() {
|
|
69
|
+
return super.get("stop_timezone");
|
|
70
|
+
}
|
|
71
|
+
set stop_timezone(value) {
|
|
72
|
+
super.set("stop_timezone", value);
|
|
73
|
+
}
|
|
74
|
+
get stop_url() {
|
|
75
|
+
return super.get("stop_url");
|
|
76
|
+
}
|
|
77
|
+
set stop_url(value) {
|
|
78
|
+
super.set("stop_url", value);
|
|
79
|
+
}
|
|
80
|
+
get wheelchair_boarding() {
|
|
81
|
+
return super.get("wheelchair_boarding");
|
|
82
|
+
}
|
|
83
|
+
set wheelchair_boarding(value) {
|
|
84
|
+
super.set("wheelchair_boarding", value);
|
|
85
|
+
}
|
|
86
|
+
get zone_id() {
|
|
87
|
+
return super.get("zone_id");
|
|
88
|
+
}
|
|
89
|
+
set zone_id(value) {
|
|
90
|
+
super.set("zone_id", value);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
GTFS_Stop.className = "OD3_GTFS_Stop";
|
|
94
|
+
exports.GTFS_Stop = GTFS_Stop;
|
|
95
|
+
Parse.Object.registerSubclass("OD3_GTFS_Stop", GTFS_Stop);
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
/// <reference types="parse" />
|
|
2
|
-
import type { GTFS_Stop } from "./GTFS_Stop";
|
|
3
|
-
import type { GTFS_Trip } from "./GTFS_Trip";
|
|
4
|
-
export interface GTFS_Stop_TimesAttributes {
|
|
5
|
-
id: string;
|
|
6
|
-
objectId: string;
|
|
7
|
-
createdAt: Date;
|
|
8
|
-
updatedAt: Date;
|
|
9
|
-
arrival_time?: Date;
|
|
10
|
-
departure_time?: Date;
|
|
11
|
-
stop_id: GTFS_Stop;
|
|
12
|
-
stop_sequence: number;
|
|
13
|
-
trip_id: GTFS_Trip;
|
|
14
|
-
}
|
|
15
|
-
export declare class GTFS_Stop_Times extends Parse.Object<GTFS_Stop_TimesAttributes> {
|
|
16
|
-
static className: string;
|
|
17
|
-
constructor(data?: Partial<GTFS_Stop_TimesAttributes>);
|
|
18
|
-
get arrival_time(): Date | undefined;
|
|
19
|
-
set arrival_time(value: Date | undefined);
|
|
20
|
-
get departure_time(): Date | undefined;
|
|
21
|
-
set departure_time(value: Date | undefined);
|
|
22
|
-
get stop_id(): GTFS_Stop;
|
|
23
|
-
set stop_id(value: GTFS_Stop);
|
|
24
|
-
get stop_sequence(): number;
|
|
25
|
-
set stop_sequence(value: number);
|
|
26
|
-
get trip_id(): GTFS_Trip;
|
|
27
|
-
set trip_id(value: GTFS_Trip);
|
|
28
|
-
}
|
|
1
|
+
/// <reference types="parse" />
|
|
2
|
+
import type { GTFS_Stop } from "./GTFS_Stop";
|
|
3
|
+
import type { GTFS_Trip } from "./GTFS_Trip";
|
|
4
|
+
export interface GTFS_Stop_TimesAttributes {
|
|
5
|
+
id: string;
|
|
6
|
+
objectId: string;
|
|
7
|
+
createdAt: Date;
|
|
8
|
+
updatedAt: Date;
|
|
9
|
+
arrival_time?: Date;
|
|
10
|
+
departure_time?: Date;
|
|
11
|
+
stop_id: GTFS_Stop;
|
|
12
|
+
stop_sequence: number;
|
|
13
|
+
trip_id: GTFS_Trip;
|
|
14
|
+
}
|
|
15
|
+
export declare class GTFS_Stop_Times extends Parse.Object<GTFS_Stop_TimesAttributes> {
|
|
16
|
+
static className: string;
|
|
17
|
+
constructor(data?: Partial<GTFS_Stop_TimesAttributes>);
|
|
18
|
+
get arrival_time(): Date | undefined;
|
|
19
|
+
set arrival_time(value: Date | undefined);
|
|
20
|
+
get departure_time(): Date | undefined;
|
|
21
|
+
set departure_time(value: Date | undefined);
|
|
22
|
+
get stop_id(): GTFS_Stop;
|
|
23
|
+
set stop_id(value: GTFS_Stop);
|
|
24
|
+
get stop_sequence(): number;
|
|
25
|
+
set stop_sequence(value: number);
|
|
26
|
+
get trip_id(): GTFS_Trip;
|
|
27
|
+
set trip_id(value: GTFS_Trip);
|
|
28
|
+
}
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GTFS_Stop_Times = void 0;
|
|
4
|
-
class GTFS_Stop_Times extends Parse.Object {
|
|
5
|
-
constructor(data) {
|
|
6
|
-
super("OD3_GTFS_Stop_Times", data);
|
|
7
|
-
}
|
|
8
|
-
get arrival_time() {
|
|
9
|
-
return super.get("arrival_time");
|
|
10
|
-
}
|
|
11
|
-
set arrival_time(value) {
|
|
12
|
-
super.set("arrival_time", value);
|
|
13
|
-
}
|
|
14
|
-
get departure_time() {
|
|
15
|
-
return super.get("departure_time");
|
|
16
|
-
}
|
|
17
|
-
set departure_time(value) {
|
|
18
|
-
super.set("departure_time", value);
|
|
19
|
-
}
|
|
20
|
-
get stop_id() {
|
|
21
|
-
return super.get("stop_id");
|
|
22
|
-
}
|
|
23
|
-
set stop_id(value) {
|
|
24
|
-
super.set("stop_id", value);
|
|
25
|
-
}
|
|
26
|
-
get stop_sequence() {
|
|
27
|
-
return super.get("stop_sequence");
|
|
28
|
-
}
|
|
29
|
-
set stop_sequence(value) {
|
|
30
|
-
super.set("stop_sequence", value);
|
|
31
|
-
}
|
|
32
|
-
get trip_id() {
|
|
33
|
-
return super.get("trip_id");
|
|
34
|
-
}
|
|
35
|
-
set trip_id(value) {
|
|
36
|
-
super.set("trip_id", value);
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
GTFS_Stop_Times
|
|
41
|
-
Parse.Object.registerSubclass("OD3_GTFS_Stop_Times", GTFS_Stop_Times);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GTFS_Stop_Times = void 0;
|
|
4
|
+
class GTFS_Stop_Times extends Parse.Object {
|
|
5
|
+
constructor(data) {
|
|
6
|
+
super("OD3_GTFS_Stop_Times", data);
|
|
7
|
+
}
|
|
8
|
+
get arrival_time() {
|
|
9
|
+
return super.get("arrival_time");
|
|
10
|
+
}
|
|
11
|
+
set arrival_time(value) {
|
|
12
|
+
super.set("arrival_time", value);
|
|
13
|
+
}
|
|
14
|
+
get departure_time() {
|
|
15
|
+
return super.get("departure_time");
|
|
16
|
+
}
|
|
17
|
+
set departure_time(value) {
|
|
18
|
+
super.set("departure_time", value);
|
|
19
|
+
}
|
|
20
|
+
get stop_id() {
|
|
21
|
+
return super.get("stop_id");
|
|
22
|
+
}
|
|
23
|
+
set stop_id(value) {
|
|
24
|
+
super.set("stop_id", value);
|
|
25
|
+
}
|
|
26
|
+
get stop_sequence() {
|
|
27
|
+
return super.get("stop_sequence");
|
|
28
|
+
}
|
|
29
|
+
set stop_sequence(value) {
|
|
30
|
+
super.set("stop_sequence", value);
|
|
31
|
+
}
|
|
32
|
+
get trip_id() {
|
|
33
|
+
return super.get("trip_id");
|
|
34
|
+
}
|
|
35
|
+
set trip_id(value) {
|
|
36
|
+
super.set("trip_id", value);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
GTFS_Stop_Times.className = "OD3_GTFS_Stop_Times";
|
|
40
|
+
exports.GTFS_Stop_Times = GTFS_Stop_Times;
|
|
41
|
+
Parse.Object.registerSubclass("OD3_GTFS_Stop_Times", GTFS_Stop_Times);
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
/// <reference types="parse" />
|
|
2
|
-
import type { GTFS_Bikes_Allowed } from "./GTFS_Bikes_Allowed";
|
|
3
|
-
import type { GTFS_Calendar } from "./GTFS_Calendar";
|
|
4
|
-
import type { GTFS_Direction } from "./GTFS_Direction";
|
|
5
|
-
import type { GTFS_Route } from "./GTFS_Route";
|
|
6
|
-
import type { GTFS_Wheelchair_Accessible } from "./GTFS_Wheelchair_Accessible";
|
|
7
|
-
export interface GTFS_TripAttributes {
|
|
8
|
-
id: string;
|
|
9
|
-
objectId: string;
|
|
10
|
-
createdAt: Date;
|
|
11
|
-
updatedAt: Date;
|
|
12
|
-
bikes_allowed?: GTFS_Bikes_Allowed;
|
|
13
|
-
direction_id?: GTFS_Direction;
|
|
14
|
-
route_id: GTFS_Route;
|
|
15
|
-
service_id: GTFS_Calendar;
|
|
16
|
-
trip_headsign?: string;
|
|
17
|
-
trip_short_name?: string;
|
|
18
|
-
wheelchair_accessible?: GTFS_Wheelchair_Accessible;
|
|
19
|
-
}
|
|
20
|
-
export declare class GTFS_Trip extends Parse.Object<GTFS_TripAttributes> {
|
|
21
|
-
static className: string;
|
|
22
|
-
constructor(data?: Partial<GTFS_TripAttributes>);
|
|
23
|
-
get bikes_allowed(): GTFS_Bikes_Allowed | undefined;
|
|
24
|
-
set bikes_allowed(value: GTFS_Bikes_Allowed | undefined);
|
|
25
|
-
get direction_id(): GTFS_Direction | undefined;
|
|
26
|
-
set direction_id(value: GTFS_Direction | undefined);
|
|
27
|
-
get route_id(): GTFS_Route;
|
|
28
|
-
set route_id(value: GTFS_Route);
|
|
29
|
-
get service_id(): GTFS_Calendar;
|
|
30
|
-
set service_id(value: GTFS_Calendar);
|
|
31
|
-
get trip_headsign(): string | undefined;
|
|
32
|
-
set trip_headsign(value: string | undefined);
|
|
33
|
-
get trip_short_name(): string | undefined;
|
|
34
|
-
set trip_short_name(value: string | undefined);
|
|
35
|
-
get wheelchair_accessible(): GTFS_Wheelchair_Accessible | undefined;
|
|
36
|
-
set wheelchair_accessible(value: GTFS_Wheelchair_Accessible | undefined);
|
|
37
|
-
}
|
|
1
|
+
/// <reference types="parse" />
|
|
2
|
+
import type { GTFS_Bikes_Allowed } from "./GTFS_Bikes_Allowed";
|
|
3
|
+
import type { GTFS_Calendar } from "./GTFS_Calendar";
|
|
4
|
+
import type { GTFS_Direction } from "./GTFS_Direction";
|
|
5
|
+
import type { GTFS_Route } from "./GTFS_Route";
|
|
6
|
+
import type { GTFS_Wheelchair_Accessible } from "./GTFS_Wheelchair_Accessible";
|
|
7
|
+
export interface GTFS_TripAttributes {
|
|
8
|
+
id: string;
|
|
9
|
+
objectId: string;
|
|
10
|
+
createdAt: Date;
|
|
11
|
+
updatedAt: Date;
|
|
12
|
+
bikes_allowed?: GTFS_Bikes_Allowed;
|
|
13
|
+
direction_id?: GTFS_Direction;
|
|
14
|
+
route_id: GTFS_Route;
|
|
15
|
+
service_id: GTFS_Calendar;
|
|
16
|
+
trip_headsign?: string;
|
|
17
|
+
trip_short_name?: string;
|
|
18
|
+
wheelchair_accessible?: GTFS_Wheelchair_Accessible;
|
|
19
|
+
}
|
|
20
|
+
export declare class GTFS_Trip extends Parse.Object<GTFS_TripAttributes> {
|
|
21
|
+
static className: string;
|
|
22
|
+
constructor(data?: Partial<GTFS_TripAttributes>);
|
|
23
|
+
get bikes_allowed(): GTFS_Bikes_Allowed | undefined;
|
|
24
|
+
set bikes_allowed(value: GTFS_Bikes_Allowed | undefined);
|
|
25
|
+
get direction_id(): GTFS_Direction | undefined;
|
|
26
|
+
set direction_id(value: GTFS_Direction | undefined);
|
|
27
|
+
get route_id(): GTFS_Route;
|
|
28
|
+
set route_id(value: GTFS_Route);
|
|
29
|
+
get service_id(): GTFS_Calendar;
|
|
30
|
+
set service_id(value: GTFS_Calendar);
|
|
31
|
+
get trip_headsign(): string | undefined;
|
|
32
|
+
set trip_headsign(value: string | undefined);
|
|
33
|
+
get trip_short_name(): string | undefined;
|
|
34
|
+
set trip_short_name(value: string | undefined);
|
|
35
|
+
get wheelchair_accessible(): GTFS_Wheelchair_Accessible | undefined;
|
|
36
|
+
set wheelchair_accessible(value: GTFS_Wheelchair_Accessible | undefined);
|
|
37
|
+
}
|
package/dist/types/GTFS_Trip.js
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GTFS_Trip = void 0;
|
|
4
|
-
class GTFS_Trip extends Parse.Object {
|
|
5
|
-
constructor(data) {
|
|
6
|
-
super("OD3_GTFS_Trip", data);
|
|
7
|
-
}
|
|
8
|
-
get bikes_allowed() {
|
|
9
|
-
return super.get("bikes_allowed");
|
|
10
|
-
}
|
|
11
|
-
set bikes_allowed(value) {
|
|
12
|
-
super.set("bikes_allowed", value);
|
|
13
|
-
}
|
|
14
|
-
get direction_id() {
|
|
15
|
-
return super.get("direction_id");
|
|
16
|
-
}
|
|
17
|
-
set direction_id(value) {
|
|
18
|
-
super.set("direction_id", value);
|
|
19
|
-
}
|
|
20
|
-
get route_id() {
|
|
21
|
-
return super.get("route_id");
|
|
22
|
-
}
|
|
23
|
-
set route_id(value) {
|
|
24
|
-
super.set("route_id", value);
|
|
25
|
-
}
|
|
26
|
-
get service_id() {
|
|
27
|
-
return super.get("service_id");
|
|
28
|
-
}
|
|
29
|
-
set service_id(value) {
|
|
30
|
-
super.set("service_id", value);
|
|
31
|
-
}
|
|
32
|
-
get trip_headsign() {
|
|
33
|
-
return super.get("trip_headsign");
|
|
34
|
-
}
|
|
35
|
-
set trip_headsign(value) {
|
|
36
|
-
super.set("trip_headsign", value);
|
|
37
|
-
}
|
|
38
|
-
get trip_short_name() {
|
|
39
|
-
return super.get("trip_short_name");
|
|
40
|
-
}
|
|
41
|
-
set trip_short_name(value) {
|
|
42
|
-
super.set("trip_short_name", value);
|
|
43
|
-
}
|
|
44
|
-
get wheelchair_accessible() {
|
|
45
|
-
return super.get("wheelchair_accessible");
|
|
46
|
-
}
|
|
47
|
-
set wheelchair_accessible(value) {
|
|
48
|
-
super.set("wheelchair_accessible", value);
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
GTFS_Trip
|
|
53
|
-
Parse.Object.registerSubclass("OD3_GTFS_Trip", GTFS_Trip);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GTFS_Trip = void 0;
|
|
4
|
+
class GTFS_Trip extends Parse.Object {
|
|
5
|
+
constructor(data) {
|
|
6
|
+
super("OD3_GTFS_Trip", data);
|
|
7
|
+
}
|
|
8
|
+
get bikes_allowed() {
|
|
9
|
+
return super.get("bikes_allowed");
|
|
10
|
+
}
|
|
11
|
+
set bikes_allowed(value) {
|
|
12
|
+
super.set("bikes_allowed", value);
|
|
13
|
+
}
|
|
14
|
+
get direction_id() {
|
|
15
|
+
return super.get("direction_id");
|
|
16
|
+
}
|
|
17
|
+
set direction_id(value) {
|
|
18
|
+
super.set("direction_id", value);
|
|
19
|
+
}
|
|
20
|
+
get route_id() {
|
|
21
|
+
return super.get("route_id");
|
|
22
|
+
}
|
|
23
|
+
set route_id(value) {
|
|
24
|
+
super.set("route_id", value);
|
|
25
|
+
}
|
|
26
|
+
get service_id() {
|
|
27
|
+
return super.get("service_id");
|
|
28
|
+
}
|
|
29
|
+
set service_id(value) {
|
|
30
|
+
super.set("service_id", value);
|
|
31
|
+
}
|
|
32
|
+
get trip_headsign() {
|
|
33
|
+
return super.get("trip_headsign");
|
|
34
|
+
}
|
|
35
|
+
set trip_headsign(value) {
|
|
36
|
+
super.set("trip_headsign", value);
|
|
37
|
+
}
|
|
38
|
+
get trip_short_name() {
|
|
39
|
+
return super.get("trip_short_name");
|
|
40
|
+
}
|
|
41
|
+
set trip_short_name(value) {
|
|
42
|
+
super.set("trip_short_name", value);
|
|
43
|
+
}
|
|
44
|
+
get wheelchair_accessible() {
|
|
45
|
+
return super.get("wheelchair_accessible");
|
|
46
|
+
}
|
|
47
|
+
set wheelchair_accessible(value) {
|
|
48
|
+
super.set("wheelchair_accessible", value);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
GTFS_Trip.className = "OD3_GTFS_Trip";
|
|
52
|
+
exports.GTFS_Trip = GTFS_Trip;
|
|
53
|
+
Parse.Object.registerSubclass("OD3_GTFS_Trip", GTFS_Trip);
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
/// <reference types="parse" />
|
|
2
|
-
export interface GTFS_Wheelchair_AccessibleAttributes {
|
|
3
|
-
id: string;
|
|
4
|
-
objectId: string;
|
|
5
|
-
createdAt: Date;
|
|
6
|
-
updatedAt: Date;
|
|
7
|
-
description: string;
|
|
8
|
-
value: number;
|
|
9
|
-
}
|
|
10
|
-
export declare class GTFS_Wheelchair_Accessible extends Parse.Object<GTFS_Wheelchair_AccessibleAttributes> {
|
|
11
|
-
static className: string;
|
|
12
|
-
constructor(data?: Partial<GTFS_Wheelchair_AccessibleAttributes>);
|
|
13
|
-
get description(): string;
|
|
14
|
-
set description(value: string);
|
|
15
|
-
get value(): number;
|
|
16
|
-
set value(value: number);
|
|
17
|
-
}
|
|
1
|
+
/// <reference types="parse" />
|
|
2
|
+
export interface GTFS_Wheelchair_AccessibleAttributes {
|
|
3
|
+
id: string;
|
|
4
|
+
objectId: string;
|
|
5
|
+
createdAt: Date;
|
|
6
|
+
updatedAt: Date;
|
|
7
|
+
description: string;
|
|
8
|
+
value: number;
|
|
9
|
+
}
|
|
10
|
+
export declare class GTFS_Wheelchair_Accessible extends Parse.Object<GTFS_Wheelchair_AccessibleAttributes> {
|
|
11
|
+
static className: string;
|
|
12
|
+
constructor(data?: Partial<GTFS_Wheelchair_AccessibleAttributes>);
|
|
13
|
+
get description(): string;
|
|
14
|
+
set description(value: string);
|
|
15
|
+
get value(): number;
|
|
16
|
+
set value(value: number);
|
|
17
|
+
}
|