@mrfylke/contact-form 0.1.3
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/lib/ContactFormRoot.d.ts +37 -0
- package/lib/ContactFormRoot.d.ts.map +1 -0
- package/lib/ContactFormRoot.js +53 -0
- package/lib/commoneEvents.d.ts +16 -0
- package/lib/commoneEvents.d.ts.map +1 -0
- package/lib/commoneEvents.js +4 -0
- package/lib/components/button/button.d.ts +17 -0
- package/lib/components/button/button.d.ts.map +1 -0
- package/lib/components/button/button.js +15 -0
- package/lib/components/button/button.module.css +399 -0
- package/lib/components/button/index.d.ts +5 -0
- package/lib/components/button/index.d.ts.map +1 -0
- package/lib/components/button/index.js +10 -0
- package/lib/components/button/link.d.ts +27 -0
- package/lib/components/button/link.d.ts.map +1 -0
- package/lib/components/button/link.js +19 -0
- package/lib/components/button/utils.d.ts +69 -0
- package/lib/components/button/utils.d.ts.map +1 -0
- package/lib/components/button/utils.js +33 -0
- package/lib/components/checkbox/checkbox.d.ts +13 -0
- package/lib/components/checkbox/checkbox.d.ts.map +1 -0
- package/lib/components/checkbox/checkbox.js +23 -0
- package/lib/components/checkbox/checkbox.module.css +96 -0
- package/lib/components/checkbox/index.d.ts +3 -0
- package/lib/components/checkbox/index.d.ts.map +1 -0
- package/lib/components/checkbox/index.js +8 -0
- package/lib/components/error-message/error-message.d.ts +6 -0
- package/lib/components/error-message/error-message.d.ts.map +1 -0
- package/lib/components/error-message/error-message.js +13 -0
- package/lib/components/error-message/error-message.module.css +6 -0
- package/lib/components/error-message/index.d.ts +3 -0
- package/lib/components/error-message/index.d.ts.map +1 -0
- package/lib/components/error-message/index.js +8 -0
- package/lib/components/external-link-page.d.ts +14 -0
- package/lib/components/external-link-page.d.ts.map +1 -0
- package/lib/components/external-link-page.js +27 -0
- package/lib/components/external-link-page.module.css +29 -0
- package/lib/components/form/date-selector.d.ts +11 -0
- package/lib/components/form/date-selector.d.ts.map +1 -0
- package/lib/components/form/date-selector.js +21 -0
- package/lib/components/form/description-modal.d.ts +13 -0
- package/lib/components/form/description-modal.d.ts.map +1 -0
- package/lib/components/form/description-modal.js +43 -0
- package/lib/components/form/field-wrapper-with-error/index.d.ts +8 -0
- package/lib/components/form/field-wrapper-with-error/index.d.ts.map +1 -0
- package/lib/components/form/field-wrapper-with-error/index.js +12 -0
- package/lib/components/form/fieldset/fieldset.module.css +26 -0
- package/lib/components/form/fieldset/index.d.ts +8 -0
- package/lib/components/form/fieldset/index.d.ts.map +1 -0
- package/lib/components/form/fieldset/index.js +17 -0
- package/lib/components/form/file-input.d.ts +10 -0
- package/lib/components/form/file-input.d.ts.map +1 -0
- package/lib/components/form/file-input.js +68 -0
- package/lib/components/form/form-component-label/form-component-label.module.css +10 -0
- package/lib/components/form/form-component-label/index.d.ts +9 -0
- package/lib/components/form/form-component-label/index.d.ts.map +1 -0
- package/lib/components/form/form-component-label/index.js +18 -0
- package/lib/components/form/form.module.css +573 -0
- package/lib/components/form/index.d.ts +11 -0
- package/lib/components/form/index.d.ts.map +1 -0
- package/lib/components/form/index.js +28 -0
- package/lib/components/form/input.d.ts +17 -0
- package/lib/components/form/input.d.ts.map +1 -0
- package/lib/components/form/input.js +42 -0
- package/lib/components/form/radio.d.ts +7 -0
- package/lib/components/form/radio.d.ts.map +1 -0
- package/lib/components/form/radio.js +14 -0
- package/lib/components/form/searchable-select/index.d.ts +3 -0
- package/lib/components/form/searchable-select/index.d.ts.map +1 -0
- package/lib/components/form/searchable-select/index.js +11 -0
- package/lib/components/form/searchable-select/searchable-select.d.ts +18 -0
- package/lib/components/form/searchable-select/searchable-select.d.ts.map +1 -0
- package/lib/components/form/searchable-select/searchable-select.js +55 -0
- package/lib/components/form/searchable-select/utils.d.ts +5 -0
- package/lib/components/form/searchable-select/utils.d.ts.map +1 -0
- package/lib/components/form/searchable-select/utils.js +19 -0
- package/lib/components/form/select.d.ts +15 -0
- package/lib/components/form/select.d.ts.map +1 -0
- package/lib/components/form/select.js +22 -0
- package/lib/components/form/textarea.d.ts +11 -0
- package/lib/components/form/textarea.d.ts.map +1 -0
- package/lib/components/form/textarea.js +17 -0
- package/lib/components/form/time-selector.d.ts +11 -0
- package/lib/components/form/time-selector.d.ts.map +1 -0
- package/lib/components/form/time-selector.js +22 -0
- package/lib/components/icon/checkbox-icon.d.ts +14 -0
- package/lib/components/icon/checkbox-icon.d.ts.map +1 -0
- package/lib/components/icon/checkbox-icon.js +18 -0
- package/lib/components/icon/color-icon.d.ts +17 -0
- package/lib/components/icon/color-icon.d.ts.map +1 -0
- package/lib/components/icon/color-icon.js +27 -0
- package/lib/components/icon/generated-icons.d.ts +1797 -0
- package/lib/components/icon/generated-icons.d.ts.map +1 -0
- package/lib/components/icon/generated-icons.js +1782 -0
- package/lib/components/icon/icon-wrapper.d.ts +30 -0
- package/lib/components/icon/icon-wrapper.d.ts.map +1 -0
- package/lib/components/icon/icon-wrapper.js +39 -0
- package/lib/components/icon/illustration.d.ts +7 -0
- package/lib/components/icon/illustration.d.ts.map +1 -0
- package/lib/components/icon/illustration.js +25 -0
- package/lib/components/icon/image.d.ts +7 -0
- package/lib/components/icon/image.d.ts.map +1 -0
- package/lib/components/icon/image.js +26 -0
- package/lib/components/icon/index.d.ts +6 -0
- package/lib/components/icon/index.d.ts.map +1 -0
- package/lib/components/icon/index.js +20 -0
- package/lib/components/icon/mono-icon-new.d.ts +32 -0
- package/lib/components/icon/mono-icon-new.d.ts.map +1 -0
- package/lib/components/icon/mono-icon-new.js +43 -0
- package/lib/components/icon/mono-icon.d.ts +29 -0
- package/lib/components/icon/mono-icon.d.ts.map +1 -0
- package/lib/components/icon/mono-icon.js +39 -0
- package/lib/components/icon/utils.d.ts +3 -0
- package/lib/components/icon/utils.d.ts.map +1 -0
- package/lib/components/icon/utils.js +12 -0
- package/lib/components/index.d.ts +3 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/components/index.js +18 -0
- package/lib/components/loading/index.d.ts +15 -0
- package/lib/components/loading/index.d.ts.map +1 -0
- package/lib/components/loading/index.js +19 -0
- package/lib/components/loading/loading.module.css +17 -0
- package/lib/components/section-card/index.d.ts +2 -0
- package/lib/components/section-card/index.d.ts.map +1 -0
- package/lib/components/section-card/index.js +8 -0
- package/lib/components/section-card/section-card.d.ts +7 -0
- package/lib/components/section-card/section-card.d.ts.map +1 -0
- package/lib/components/section-card/section-card.js +14 -0
- package/lib/components/section-card/section-card.module.css +15 -0
- package/lib/components/typography/index.d.ts +19 -0
- package/lib/components/typography/index.d.ts.map +1 -0
- package/lib/components/typography/index.js +27 -0
- package/lib/components/typography/utils.d.ts +2 -0
- package/lib/components/typography/utils.d.ts.map +1 -0
- package/lib/components/typography/utils.js +4 -0
- package/lib/contact.module.css +76 -0
- package/lib/error-content/error-content.d.ts +2 -0
- package/lib/error-content/error-content.d.ts.map +1 -0
- package/lib/error-content/error-content.js +19 -0
- package/lib/error-content/error-content.module.css +11 -0
- package/lib/group-travel/index.d.ts +2 -0
- package/lib/group-travel/index.d.ts.map +1 -0
- package/lib/group-travel/index.js +15 -0
- package/lib/index.d.ts +25 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +73 -0
- package/lib/journey-info/events.d.ts +14 -0
- package/lib/journey-info/events.d.ts.map +1 -0
- package/lib/journey-info/events.js +5 -0
- package/lib/journey-info/index.d.ts +2 -0
- package/lib/journey-info/index.d.ts.map +1 -0
- package/lib/journey-info/index.js +66 -0
- package/lib/journey-info/journeyInfoStateMachine.d.ts +179 -0
- package/lib/journey-info/journeyInfoStateMachine.d.ts.map +1 -0
- package/lib/journey-info/journeyInfoStateMachine.js +160 -0
- package/lib/layouts/contact-form-container.d.ts +10 -0
- package/lib/layouts/contact-form-container.d.ts.map +1 -0
- package/lib/layouts/contact-form-container.js +12 -0
- package/lib/layouts/contact-form-footer.d.ts +5 -0
- package/lib/layouts/contact-form-footer.d.ts.map +1 -0
- package/lib/layouts/contact-form-footer.js +59 -0
- package/lib/layouts/contact-form-header.d.ts +9 -0
- package/lib/layouts/contact-form-header.d.ts.map +1 -0
- package/lib/layouts/contact-form-header.js +45 -0
- package/lib/layouts/contact-page-layout.d.ts +24 -0
- package/lib/layouts/contact-page-layout.d.ts.map +1 -0
- package/lib/layouts/contact-page-layout.js +104 -0
- package/lib/layouts/container.module.css +15 -0
- package/lib/layouts/footer.module.css +109 -0
- package/lib/layouts/header.module.css +39 -0
- package/lib/layouts/index.d.ts +3 -0
- package/lib/layouts/index.d.ts.map +1 -0
- package/lib/layouts/index.js +11 -0
- package/lib/layouts/layout.module.css +80 -0
- package/lib/lines/use-lines.d.ts +25 -0
- package/lib/lines/use-lines.d.ts.map +1 -0
- package/lib/lines/use-lines.js +77 -0
- package/lib/lost-property/index.d.ts +2 -0
- package/lib/lost-property/index.d.ts.map +1 -0
- package/lib/lost-property/index.js +11 -0
- package/lib/means-of-transport/events.d.ts +17 -0
- package/lib/means-of-transport/events.d.ts.map +1 -0
- package/lib/means-of-transport/events.js +5 -0
- package/lib/means-of-transport/forms/delayForm.d.ts +11 -0
- package/lib/means-of-transport/forms/delayForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/delayForm.js +88 -0
- package/lib/means-of-transport/forms/driverForm.d.ts +11 -0
- package/lib/means-of-transport/forms/driverForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/driverForm.js +88 -0
- package/lib/means-of-transport/forms/index.d.ts +7 -0
- package/lib/means-of-transport/forms/index.d.ts.map +1 -0
- package/lib/means-of-transport/forms/index.js +18 -0
- package/lib/means-of-transport/forms/injuryForm.d.ts +11 -0
- package/lib/means-of-transport/forms/injuryForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/injuryForm.js +88 -0
- package/lib/means-of-transport/forms/serviceOfferingForm.d.ts +11 -0
- package/lib/means-of-transport/forms/serviceOfferingForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/serviceOfferingForm.js +64 -0
- package/lib/means-of-transport/forms/stopForm.d.ts +11 -0
- package/lib/means-of-transport/forms/stopForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/stopForm.js +76 -0
- package/lib/means-of-transport/forms/transportationForm.d.ts +11 -0
- package/lib/means-of-transport/forms/transportationForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/transportationForm.js +88 -0
- package/lib/means-of-transport/index.d.ts +3 -0
- package/lib/means-of-transport/index.d.ts.map +1 -0
- package/lib/means-of-transport/index.js +47 -0
- package/lib/means-of-transport/means-of-transport-form-machine.d.ts +291 -0
- package/lib/means-of-transport/means-of-transport-form-machine.d.ts.map +1 -0
- package/lib/means-of-transport/means-of-transport-form-machine.js +287 -0
- package/lib/modules/api-browser/index.d.ts +8 -0
- package/lib/modules/api-browser/index.d.ts.map +1 -0
- package/lib/modules/api-browser/index.js +54 -0
- package/lib/modules/api-server/external-client.d.ts +22 -0
- package/lib/modules/api-server/external-client.d.ts.map +1 -0
- package/lib/modules/api-server/external-client.js +86 -0
- package/lib/modules/api-server/index.d.ts +9 -0
- package/lib/modules/api-server/index.d.ts.map +1 -0
- package/lib/modules/api-server/index.js +24 -0
- package/lib/modules/api-server/requesters/graphql-requester.d.ts +6 -0
- package/lib/modules/api-server/requesters/graphql-requester.d.ts.map +1 -0
- package/lib/modules/api-server/requesters/graphql-requester.js +63 -0
- package/lib/modules/api-server/requesters/http-requester.d.ts +3 -0
- package/lib/modules/api-server/requesters/http-requester.d.ts.map +1 -0
- package/lib/modules/api-server/requesters/http-requester.js +110 -0
- package/lib/modules/api-server/requesters/types.d.ts +37 -0
- package/lib/modules/api-server/requesters/types.d.ts.map +1 -0
- package/lib/modules/api-server/requesters/types.js +34 -0
- package/lib/modules/api-server/requesters/utils.d.ts +17 -0
- package/lib/modules/api-server/requesters/utils.d.ts.map +1 -0
- package/lib/modules/api-server/requesters/utils.js +75 -0
- package/lib/modules/config/context.d.ts +54 -0
- package/lib/modules/config/context.d.ts.map +1 -0
- package/lib/modules/config/context.js +112 -0
- package/lib/modules/config/index.d.ts +4 -0
- package/lib/modules/config/index.d.ts.map +1 -0
- package/lib/modules/config/index.js +19 -0
- package/lib/modules/config/theme-adapter.d.ts +20 -0
- package/lib/modules/config/theme-adapter.d.ts.map +1 -0
- package/lib/modules/config/theme-adapter.js +56 -0
- package/lib/modules/config/types.d.ts +348 -0
- package/lib/modules/config/types.d.ts.map +1 -0
- package/lib/modules/config/types.js +6 -0
- package/lib/modules/cookies/constants.d.ts +4 -0
- package/lib/modules/cookies/constants.d.ts.map +1 -0
- package/lib/modules/cookies/constants.js +6 -0
- package/lib/modules/cookies/cookies-context.d.ts +17 -0
- package/lib/modules/cookies/cookies-context.d.ts.map +1 -0
- package/lib/modules/cookies/cookies-context.js +61 -0
- package/lib/modules/cookies/index.d.ts +15 -0
- package/lib/modules/cookies/index.d.ts.map +1 -0
- package/lib/modules/cookies/index.js +22 -0
- package/lib/modules/firebase/analytics.d.ts +3 -0
- package/lib/modules/firebase/analytics.d.ts.map +1 -0
- package/lib/modules/firebase/analytics.js +40 -0
- package/lib/modules/firebase/firebase.d.ts +4 -0
- package/lib/modules/firebase/firebase.d.ts.map +1 -0
- package/lib/modules/firebase/firebase.js +19 -0
- package/lib/modules/firebase/index.d.ts +5 -0
- package/lib/modules/firebase/index.d.ts.map +1 -0
- package/lib/modules/firebase/index.js +25 -0
- package/lib/modules/firebase/preassigned-fare-products.d.ts +8 -0
- package/lib/modules/firebase/preassigned-fare-products.d.ts.map +1 -0
- package/lib/modules/firebase/preassigned-fare-products.js +35 -0
- package/lib/modules/firebase/tariff-zones.d.ts +17 -0
- package/lib/modules/firebase/tariff-zones.d.ts.map +1 -0
- package/lib/modules/firebase/tariff-zones.js +32 -0
- package/lib/modules/firebase/transport-mode-filter.d.ts +27 -0
- package/lib/modules/firebase/transport-mode-filter.d.ts.map +1 -0
- package/lib/modules/firebase/transport-mode-filter.js +27 -0
- package/lib/modules/firebase/types.d.ts +19 -0
- package/lib/modules/firebase/types.d.ts.map +1 -0
- package/lib/modules/firebase/types.js +15 -0
- package/lib/modules/graphql-types/index.d.ts +1998 -0
- package/lib/modules/graphql-types/index.d.ts.map +1 -0
- package/lib/modules/graphql-types/index.js +442 -0
- package/lib/modules/graphql-types/journeyplanner-types_v3.generated.d.ts +2419 -0
- package/lib/modules/graphql-types/journeyplanner-types_v3.generated.d.ts.map +1 -0
- package/lib/modules/graphql-types/journeyplanner-types_v3.generated.js +524 -0
- package/lib/modules/logging/index.d.ts +6 -0
- package/lib/modules/logging/index.d.ts.map +1 -0
- package/lib/modules/logging/index.js +13 -0
- package/lib/modules/logging/log-api-response.d.ts +15 -0
- package/lib/modules/logging/log-api-response.d.ts.map +1 -0
- package/lib/modules/logging/log-api-response.js +52 -0
- package/lib/modules/logging/log-page-access.d.ts +20 -0
- package/lib/modules/logging/log-page-access.d.ts.map +1 -0
- package/lib/modules/logging/log-page-access.js +60 -0
- package/lib/modules/logging/logger.d.ts +3 -0
- package/lib/modules/logging/logger.d.ts.map +1 -0
- package/lib/modules/logging/logger.js +32 -0
- package/lib/modules/logging/timer.d.ts +6 -0
- package/lib/modules/logging/timer.d.ts.map +1 -0
- package/lib/modules/logging/timer.js +13 -0
- package/lib/modules/logging/with-access-logging.d.ts +5 -0
- package/lib/modules/logging/with-access-logging.d.ts.map +1 -0
- package/lib/modules/logging/with-access-logging.js +20 -0
- package/lib/modules/org-data/compat-layer.d.ts +8 -0
- package/lib/modules/org-data/compat-layer.d.ts.map +1 -0
- package/lib/modules/org-data/compat-layer.js +8 -0
- package/lib/modules/org-data/index.d.ts +12 -0
- package/lib/modules/org-data/index.d.ts.map +1 -0
- package/lib/modules/org-data/index.js +27 -0
- package/lib/modules/theme/index.d.ts +3 -0
- package/lib/modules/theme/index.d.ts.map +1 -0
- package/lib/modules/theme/index.js +9 -0
- package/lib/modules/theme/theme-context.d.ts +43 -0
- package/lib/modules/theme/theme-context.d.ts.map +1 -0
- package/lib/modules/theme/theme-context.js +73 -0
- package/lib/modules/transport-mode/filter/filter.d.ts +9 -0
- package/lib/modules/transport-mode/filter/filter.d.ts.map +1 -0
- package/lib/modules/transport-mode/filter/filter.js +64 -0
- package/lib/modules/transport-mode/filter/filter.module.css +98 -0
- package/lib/modules/transport-mode/filter/index.d.ts +3 -0
- package/lib/modules/transport-mode/filter/index.d.ts.map +1 -0
- package/lib/modules/transport-mode/filter/index.js +11 -0
- package/lib/modules/transport-mode/filter/types.d.ts +2 -0
- package/lib/modules/transport-mode/filter/types.d.ts.map +1 -0
- package/lib/modules/transport-mode/filter/types.js +2 -0
- package/lib/modules/transport-mode/filter/utils.d.ts +9 -0
- package/lib/modules/transport-mode/filter/utils.d.ts.map +1 -0
- package/lib/modules/transport-mode/filter/utils.js +21 -0
- package/lib/modules/transport-mode/icon/icon.module.css +33 -0
- package/lib/modules/transport-mode/icon/index.d.ts +29 -0
- package/lib/modules/transport-mode/icon/index.d.ts.map +1 -0
- package/lib/modules/transport-mode/icon/index.js +116 -0
- package/lib/modules/transport-mode/icon/transport-icon-new.d.ts +28 -0
- package/lib/modules/transport-mode/icon/transport-icon-new.d.ts.map +1 -0
- package/lib/modules/transport-mode/icon/transport-icon-new.js +114 -0
- package/lib/modules/transport-mode/index.d.ts +5 -0
- package/lib/modules/transport-mode/index.d.ts.map +1 -0
- package/lib/modules/transport-mode/index.js +29 -0
- package/lib/modules/transport-mode/types.d.ts +10 -0
- package/lib/modules/transport-mode/types.d.ts.map +1 -0
- package/lib/modules/transport-mode/types.js +141 -0
- package/lib/modules/transport-mode/utils.d.ts +9 -0
- package/lib/modules/transport-mode/utils.d.ts.map +1 -0
- package/lib/modules/transport-mode/utils.js +53 -0
- package/lib/refund/events.d.ts +32 -0
- package/lib/refund/events.d.ts.map +1 -0
- package/lib/refund/events.js +5 -0
- package/lib/refund/forms/refund-and-travel-guarantee/index.d.ts +10 -0
- package/lib/refund/forms/refund-and-travel-guarantee/index.d.ts.map +1 -0
- package/lib/refund/forms/refund-and-travel-guarantee/index.js +37 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundCarForm.d.ts +11 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundCarForm.d.ts.map +1 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundCarForm.js +133 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundTaxiForm.d.ts +11 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundTaxiForm.d.ts.map +1 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundTaxiForm.js +133 -0
- package/lib/refund/forms/refund-ticket/appTicketRefund.d.ts +12 -0
- package/lib/refund/forms/refund-ticket/appTicketRefund.d.ts.map +1 -0
- package/lib/refund/forms/refund-ticket/appTicketRefund.js +82 -0
- package/lib/refund/forms/refund-ticket/index.d.ts +10 -0
- package/lib/refund/forms/refund-ticket/index.d.ts.map +1 -0
- package/lib/refund/forms/refund-ticket/index.js +38 -0
- package/lib/refund/forms/refund-ticket/otherTicketRefund.d.ts +11 -0
- package/lib/refund/forms/refund-ticket/otherTicketRefund.d.ts.map +1 -0
- package/lib/refund/forms/refund-ticket/otherTicketRefund.js +109 -0
- package/lib/refund/forms/residualValueOnTravelCard/index.d.ts +2 -0
- package/lib/refund/forms/residualValueOnTravelCard/index.d.ts.map +1 -0
- package/lib/refund/forms/residualValueOnTravelCard/index.js +19 -0
- package/lib/refund/index.d.ts +3 -0
- package/lib/refund/index.d.ts.map +1 -0
- package/lib/refund/index.js +50 -0
- package/lib/refund/refundFormMachine.d.ts +406 -0
- package/lib/refund/refundFormMachine.d.ts.map +1 -0
- package/lib/refund/refundFormMachine.js +404 -0
- package/lib/server/contact/index.d.ts +11 -0
- package/lib/server/contact/index.d.ts.map +1 -0
- package/lib/server/contact/index.js +47 -0
- package/lib/server/index.d.ts +9 -0
- package/lib/server/index.d.ts.map +1 -0
- package/lib/server/index.js +14 -0
- package/lib/server/journey-planner/authority.d.ts +26 -0
- package/lib/server/journey-planner/authority.d.ts.map +1 -0
- package/lib/server/journey-planner/authority.js +48 -0
- package/lib/server/journey-planner/entur-client.d.ts +7 -0
- package/lib/server/journey-planner/entur-client.d.ts.map +1 -0
- package/lib/server/journey-planner/entur-client.js +46 -0
- package/lib/server/journey-planner/index.d.ts +11 -0
- package/lib/server/journey-planner/index.d.ts.map +1 -0
- package/lib/server/journey-planner/index.js +63 -0
- package/lib/server/journey-planner/journey-gql/lines.generated.d.ts +25 -0
- package/lib/server/journey-planner/journey-gql/lines.generated.d.ts.map +1 -0
- package/lib/server/journey-planner/journey-gql/lines.generated.js +30 -0
- package/lib/server/journey-planner/validators.d.ts +25 -0
- package/lib/server/journey-planner/validators.d.ts.map +1 -0
- package/lib/server/journey-planner/validators.js +17 -0
- package/lib/server/types.d.ts +5 -0
- package/lib/server/types.d.ts.map +1 -0
- package/lib/server/types.js +2 -0
- package/lib/success-content/success-content.d.ts +2 -0
- package/lib/success-content/success-content.d.ts.map +1 -0
- package/lib/success-content/success-content.js +19 -0
- package/lib/success-content/success-content.module.css +11 -0
- package/lib/ticket-control/events.d.ts +16 -0
- package/lib/ticket-control/events.d.ts.map +1 -0
- package/lib/ticket-control/events.js +5 -0
- package/lib/ticket-control/forms/feeComplaintForm.d.ts +11 -0
- package/lib/ticket-control/forms/feeComplaintForm.d.ts.map +1 -0
- package/lib/ticket-control/forms/feeComplaintForm.js +130 -0
- package/lib/ticket-control/forms/feedbackForm.d.ts +11 -0
- package/lib/ticket-control/forms/feedbackForm.d.ts.map +1 -0
- package/lib/ticket-control/forms/feedbackForm.js +75 -0
- package/lib/ticket-control/forms/postponePayment.d.ts +11 -0
- package/lib/ticket-control/forms/postponePayment.d.ts.map +1 -0
- package/lib/ticket-control/forms/postponePayment.js +37 -0
- package/lib/ticket-control/index.d.ts +3 -0
- package/lib/ticket-control/index.d.ts.map +1 -0
- package/lib/ticket-control/index.js +53 -0
- package/lib/ticket-control/ticket-control-form-machine.d.ts +277 -0
- package/lib/ticket-control/ticket-control-form-machine.d.ts.map +1 -0
- package/lib/ticket-control/ticket-control-form-machine.js +262 -0
- package/lib/ticketing/events.d.ts +28 -0
- package/lib/ticketing/events.d.ts.map +1 -0
- package/lib/ticketing/events.js +5 -0
- package/lib/ticketing/forms/app/appAccountForm.d.ts +11 -0
- package/lib/ticketing/forms/app/appAccountForm.d.ts.map +1 -0
- package/lib/ticketing/forms/app/appAccountForm.js +51 -0
- package/lib/ticketing/forms/app/appTicketingForm.d.ts +11 -0
- package/lib/ticketing/forms/app/appTicketingForm.d.ts.map +1 -0
- package/lib/ticketing/forms/app/appTicketingForm.js +59 -0
- package/lib/ticketing/forms/app/appTravelSuggestionForm.d.ts +11 -0
- package/lib/ticketing/forms/app/appTravelSuggestionForm.d.ts.map +1 -0
- package/lib/ticketing/forms/app/appTravelSuggestionForm.js +41 -0
- package/lib/ticketing/forms/app/index.d.ts +10 -0
- package/lib/ticketing/forms/app/index.d.ts.map +1 -0
- package/lib/ticketing/forms/app/index.js +23 -0
- package/lib/ticketing/forms/priceAndTicketTypesForm.d.ts +11 -0
- package/lib/ticketing/forms/priceAndTicketTypesForm.d.ts.map +1 -0
- package/lib/ticketing/forms/priceAndTicketTypesForm.js +41 -0
- package/lib/ticketing/forms/travel-card/index.d.ts +10 -0
- package/lib/ticketing/forms/travel-card/index.d.ts.map +1 -0
- package/lib/ticketing/forms/travel-card/index.js +24 -0
- package/lib/ticketing/forms/travel-card/orderTravelCard.d.ts +3 -0
- package/lib/ticketing/forms/travel-card/orderTravelCard.d.ts.map +1 -0
- package/lib/ticketing/forms/travel-card/orderTravelCard.js +21 -0
- package/lib/ticketing/forms/travel-card/travelCardQuestionForm.d.ts +11 -0
- package/lib/ticketing/forms/travel-card/travelCardQuestionForm.d.ts.map +1 -0
- package/lib/ticketing/forms/travel-card/travelCardQuestionForm.js +52 -0
- package/lib/ticketing/forms/webshop/index.d.ts +10 -0
- package/lib/ticketing/forms/webshop/index.d.ts.map +1 -0
- package/lib/ticketing/forms/webshop/index.js +22 -0
- package/lib/ticketing/forms/webshop/webshopAccountForm.d.ts +11 -0
- package/lib/ticketing/forms/webshop/webshopAccountForm.d.ts.map +1 -0
- package/lib/ticketing/forms/webshop/webshopAccountForm.js +51 -0
- package/lib/ticketing/forms/webshop/webshopTicketingForm.d.ts +11 -0
- package/lib/ticketing/forms/webshop/webshopTicketingForm.d.ts.map +1 -0
- package/lib/ticketing/forms/webshop/webshopTicketingForm.js +58 -0
- package/lib/ticketing/index.d.ts +3 -0
- package/lib/ticketing/index.d.ts.map +1 -0
- package/lib/ticketing/index.js +52 -0
- package/lib/ticketing/ticketingStateMachine.d.ts +438 -0
- package/lib/ticketing/ticketingStateMachine.d.ts.map +1 -0
- package/lib/ticketing/ticketingStateMachine.js +435 -0
- package/lib/translations/__tests__/utils.test.d.ts +2 -0
- package/lib/translations/__tests__/utils.test.d.ts.map +1 -0
- package/lib/translations/__tests__/utils.test.js +35 -0
- package/lib/translations/common/index.d.ts +3 -0
- package/lib/translations/common/index.d.ts.map +1 -0
- package/lib/translations/common/index.js +7 -0
- package/lib/translations/common/layout.d.ts +8 -0
- package/lib/translations/common/layout.d.ts.map +1 -0
- package/lib/translations/common/layout.js +39 -0
- package/lib/translations/common/titles.d.ts +4 -0
- package/lib/translations/common/titles.d.ts.map +1 -0
- package/lib/translations/common/titles.js +25 -0
- package/lib/translations/commons.d.ts +21 -0
- package/lib/translations/commons.d.ts.map +1 -0
- package/lib/translations/commons.js +39 -0
- package/lib/translations/components/clear-button.d.ts +4 -0
- package/lib/translations/components/clear-button.d.ts.map +1 -0
- package/lib/translations/components/clear-button.js +7 -0
- package/lib/translations/components/departure-date-selector.d.ts +8 -0
- package/lib/translations/components/departure-date-selector.d.ts.map +1 -0
- package/lib/translations/components/departure-date-selector.js +11 -0
- package/lib/translations/components/departure-time.d.ts +8 -0
- package/lib/translations/components/departure-time.d.ts.map +1 -0
- package/lib/translations/components/departure-time.js +11 -0
- package/lib/translations/components/empty-search.d.ts +18 -0
- package/lib/translations/components/empty-search.d.ts.map +1 -0
- package/lib/translations/components/empty-search.js +21 -0
- package/lib/translations/components/geolocation-button.d.ts +10 -0
- package/lib/translations/components/geolocation-button.d.ts.map +1 -0
- package/lib/translations/components/geolocation-button.js +13 -0
- package/lib/translations/components/index.d.ts +14 -0
- package/lib/translations/components/index.d.ts.map +1 -0
- package/lib/translations/components/index.js +29 -0
- package/lib/translations/components/loading.d.ts +4 -0
- package/lib/translations/components/loading.d.ts.map +1 -0
- package/lib/translations/components/loading.js +7 -0
- package/lib/translations/components/map.d.ts +19 -0
- package/lib/translations/components/map.d.ts.map +1 -0
- package/lib/translations/components/map.js +22 -0
- package/lib/translations/components/search.d.ts +9 -0
- package/lib/translations/components/search.d.ts.map +1 -0
- package/lib/translations/components/search.js +12 -0
- package/lib/translations/components/swap-button.d.ts +4 -0
- package/lib/translations/components/swap-button.d.ts.map +1 -0
- package/lib/translations/components/swap-button.js +7 -0
- package/lib/translations/components/tab-link.d.ts +5 -0
- package/lib/translations/components/tab-link.d.ts.map +1 -0
- package/lib/translations/components/tab-link.js +8 -0
- package/lib/translations/components/transport-mode-filter.d.ts +6 -0
- package/lib/translations/components/transport-mode-filter.d.ts.map +1 -0
- package/lib/translations/components/transport-mode-filter.js +9 -0
- package/lib/translations/components/transport-mode.d.ts +3 -0
- package/lib/translations/components/transport-mode.d.ts.map +1 -0
- package/lib/translations/components/transport-mode.js +28 -0
- package/lib/translations/components/venue-icon.d.ts +9 -0
- package/lib/translations/components/venue-icon.d.ts.map +1 -0
- package/lib/translations/components/venue-icon.js +12 -0
- package/lib/translations/dictionary.d.ts +33 -0
- package/lib/translations/dictionary.d.ts.map +1 -0
- package/lib/translations/dictionary.js +59 -0
- package/lib/translations/index.d.ts +16 -0
- package/lib/translations/index.d.ts.map +1 -0
- package/lib/translations/index.js +65 -0
- package/lib/translations/json-to-override.d.ts +19 -0
- package/lib/translations/json-to-override.d.ts.map +1 -0
- package/lib/translations/json-to-override.js +61 -0
- package/lib/translations/language-context.d.ts +37 -0
- package/lib/translations/language-context.d.ts.map +1 -0
- package/lib/translations/language-context.js +98 -0
- package/lib/translations/load-org-translations.d.ts +19 -0
- package/lib/translations/load-org-translations.d.ts.map +1 -0
- package/lib/translations/load-org-translations.js +23 -0
- package/lib/translations/merge-overrides.d.ts +28 -0
- package/lib/translations/merge-overrides.d.ts.map +1 -0
- package/lib/translations/merge-overrides.js +126 -0
- package/lib/translations/modules/index.d.ts +4 -0
- package/lib/translations/modules/index.d.ts.map +1 -0
- package/lib/translations/modules/index.js +9 -0
- package/lib/translations/modules/layout.d.ts +73 -0
- package/lib/translations/modules/layout.d.ts.map +1 -0
- package/lib/translations/modules/layout.js +106 -0
- package/lib/translations/modules/search-time.d.ts +8 -0
- package/lib/translations/modules/search-time.d.ts.map +1 -0
- package/lib/translations/modules/search-time.js +11 -0
- package/lib/translations/modules/situation.d.ts +8 -0
- package/lib/translations/modules/situation.d.ts.map +1 -0
- package/lib/translations/modules/situation.js +11 -0
- package/lib/translations/pages/assistant.d.ts +2 -0
- package/lib/translations/pages/assistant.d.ts.map +1 -0
- package/lib/translations/pages/assistant.js +303 -0
- package/lib/translations/pages/contact.d.ts +589 -0
- package/lib/translations/pages/contact.d.ts.map +1 -0
- package/lib/translations/pages/contact.js +679 -0
- package/lib/translations/pages/departures.d.ts +64 -0
- package/lib/translations/pages/departures.d.ts.map +1 -0
- package/lib/translations/pages/departures.js +75 -0
- package/lib/translations/pages/error.d.ts +8 -0
- package/lib/translations/pages/error.d.ts.map +1 -0
- package/lib/translations/pages/error.js +11 -0
- package/lib/translations/pages/index.d.ts +4 -0
- package/lib/translations/pages/index.d.ts.map +1 -0
- package/lib/translations/pages/index.js +9 -0
- package/lib/translations/server/endpoints.d.ts +67 -0
- package/lib/translations/server/endpoints.d.ts.map +1 -0
- package/lib/translations/server/endpoints.js +146 -0
- package/lib/translations/server/index.d.ts +2 -0
- package/lib/translations/server/index.d.ts.map +1 -0
- package/lib/translations/server/index.js +5 -0
- package/lib/translations/translations-context.d.ts +10 -0
- package/lib/translations/translations-context.d.ts.map +1 -0
- package/lib/translations/translations-context.js +20 -0
- package/lib/translations/types.d.ts +41 -0
- package/lib/translations/types.d.ts.map +1 -0
- package/lib/translations/types.js +24 -0
- package/lib/translations/utils.d.ts +16 -0
- package/lib/translations/utils.d.ts.map +1 -0
- package/lib/translations/utils.js +56 -0
- package/lib/types/submit-payloads.d.ts +119 -0
- package/lib/types/submit-payloads.d.ts.map +1 -0
- package/lib/types/submit-payloads.js +7 -0
- package/lib/types.d.ts +20 -0
- package/lib/types.d.ts.map +1 -0
- package/lib/types.js +12 -0
- package/lib/utils/color.d.ts +2 -0
- package/lib/utils/color.d.ts.map +1 -0
- package/lib/utils/color.js +50 -0
- package/lib/utils/css.d.ts +3 -0
- package/lib/utils/css.d.ts.map +1 -0
- package/lib/utils/css.js +15 -0
- package/lib/utils/date.d.ts +4 -0
- package/lib/utils/date.d.ts.map +1 -0
- package/lib/utils/date.js +21 -0
- package/lib/utils/enum-from-string.d.ts +4 -0
- package/lib/utils/enum-from-string.d.ts.map +1 -0
- package/lib/utils/enum-from-string.js +9 -0
- package/lib/utils/env.d.ts +10 -0
- package/lib/utils/env.d.ts.map +1 -0
- package/lib/utils/env.js +49 -0
- package/lib/utils/only-uniques.d.ts +3 -0
- package/lib/utils/only-uniques.d.ts.map +1 -0
- package/lib/utils/only-uniques.js +7 -0
- package/lib/utils/org-theme-definitions.d.ts +5 -0
- package/lib/utils/org-theme-definitions.d.ts.map +1 -0
- package/lib/utils/org-theme-definitions.js +13 -0
- package/lib/utils/presence.d.ts +2 -0
- package/lib/utils/presence.d.ts.map +1 -0
- package/lib/utils/presence.js +5 -0
- package/lib/utils/reference-data.d.ts +15 -0
- package/lib/utils/reference-data.d.ts.map +1 -0
- package/lib/utils/reference-data.js +15 -0
- package/lib/utils/use-client-width.d.ts +2 -0
- package/lib/utils/use-client-width.d.ts.map +1 -0
- package/lib/utils/use-client-width.js +18 -0
- package/lib/utils/use-debounce.d.ts +3 -0
- package/lib/utils/use-debounce.d.ts.map +1 -0
- package/lib/utils/use-debounce.js +14 -0
- package/lib/utils/use-interval.d.ts +2 -0
- package/lib/utils/use-interval.d.ts.map +1 -0
- package/lib/utils/use-interval.js +22 -0
- package/lib/utils/use-localstorage.d.ts +2 -0
- package/lib/utils/use-localstorage.d.ts.map +1 -0
- package/lib/utils/use-localstorage.js +40 -0
- package/lib/utils/use-now.d.ts +2 -0
- package/lib/utils/use-now.d.ts.map +1 -0
- package/lib/utils/use-now.js +13 -0
- package/lib/utils/user-media-query.d.ts +2 -0
- package/lib/utils/user-media-query.d.ts.map +1 -0
- package/lib/utils/user-media-query.js +36 -0
- package/lib/utils.d.ts +19 -0
- package/lib/utils.d.ts.map +1 -0
- package/lib/utils.js +126 -0
- package/lib/validation/commonInputValidator.d.ts +7 -0
- package/lib/validation/commonInputValidator.d.ts.map +1 -0
- package/lib/validation/commonInputValidator.js +28 -0
- package/lib/validation/index.d.ts +2 -0
- package/lib/validation/index.d.ts.map +1 -0
- package/lib/validation/index.js +8 -0
- package/lib/validation/validationRules.d.ts +11 -0
- package/lib/validation/validationRules.d.ts.map +1 -0
- package/lib/validation/validationRules.js +372 -0
- package/package.json +99 -0
|
@@ -0,0 +1,1998 @@
|
|
|
1
|
+
export type Maybe<T> = T | null;
|
|
2
|
+
export type InputMaybe<T> = Maybe<T>;
|
|
3
|
+
export type Exact<T extends {
|
|
4
|
+
[key: string]: unknown;
|
|
5
|
+
}> = {
|
|
6
|
+
[K in keyof T]: T[K];
|
|
7
|
+
};
|
|
8
|
+
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
9
|
+
[SubKey in K]?: Maybe<T[SubKey]>;
|
|
10
|
+
};
|
|
11
|
+
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
|
12
|
+
[SubKey in K]: Maybe<T[SubKey]>;
|
|
13
|
+
};
|
|
14
|
+
export type MakeEmpty<T extends {
|
|
15
|
+
[key: string]: unknown;
|
|
16
|
+
}, K extends keyof T> = {
|
|
17
|
+
[_ in K]?: never;
|
|
18
|
+
};
|
|
19
|
+
export type Incremental<T> = T | {
|
|
20
|
+
[P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never;
|
|
21
|
+
};
|
|
22
|
+
/** All built-in and custom scalars, mapped to their actual values */
|
|
23
|
+
export type Scalars = {
|
|
24
|
+
ID: {
|
|
25
|
+
input: string;
|
|
26
|
+
output: string;
|
|
27
|
+
};
|
|
28
|
+
String: {
|
|
29
|
+
input: string;
|
|
30
|
+
output: string;
|
|
31
|
+
};
|
|
32
|
+
Boolean: {
|
|
33
|
+
input: boolean;
|
|
34
|
+
output: boolean;
|
|
35
|
+
};
|
|
36
|
+
Int: {
|
|
37
|
+
input: number;
|
|
38
|
+
output: number;
|
|
39
|
+
};
|
|
40
|
+
Float: {
|
|
41
|
+
input: number;
|
|
42
|
+
output: number;
|
|
43
|
+
};
|
|
44
|
+
Coordinates: {
|
|
45
|
+
input: any;
|
|
46
|
+
output: any;
|
|
47
|
+
};
|
|
48
|
+
Date: {
|
|
49
|
+
input: any;
|
|
50
|
+
output: any;
|
|
51
|
+
};
|
|
52
|
+
DateTime: {
|
|
53
|
+
input: any;
|
|
54
|
+
output: any;
|
|
55
|
+
};
|
|
56
|
+
DoubleFunction: {
|
|
57
|
+
input: any;
|
|
58
|
+
output: any;
|
|
59
|
+
};
|
|
60
|
+
Duration: {
|
|
61
|
+
input: any;
|
|
62
|
+
output: any;
|
|
63
|
+
};
|
|
64
|
+
LocalTime: {
|
|
65
|
+
input: any;
|
|
66
|
+
output: any;
|
|
67
|
+
};
|
|
68
|
+
Long: {
|
|
69
|
+
input: any;
|
|
70
|
+
output: any;
|
|
71
|
+
};
|
|
72
|
+
Time: {
|
|
73
|
+
input: any;
|
|
74
|
+
output: any;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
export declare enum AbsoluteDirection {
|
|
78
|
+
East = "east",
|
|
79
|
+
North = "north",
|
|
80
|
+
Northeast = "northeast",
|
|
81
|
+
Northwest = "northwest",
|
|
82
|
+
South = "south",
|
|
83
|
+
Southeast = "southeast",
|
|
84
|
+
Southwest = "southwest",
|
|
85
|
+
West = "west"
|
|
86
|
+
}
|
|
87
|
+
export type AffectedLine = {
|
|
88
|
+
__typename?: 'AffectedLine';
|
|
89
|
+
line?: Maybe<Line>;
|
|
90
|
+
};
|
|
91
|
+
export type AffectedServiceJourney = {
|
|
92
|
+
__typename?: 'AffectedServiceJourney';
|
|
93
|
+
datedServiceJourney?: Maybe<DatedServiceJourney>;
|
|
94
|
+
operatingDay?: Maybe<Scalars['Date']['output']>;
|
|
95
|
+
serviceJourney?: Maybe<ServiceJourney>;
|
|
96
|
+
};
|
|
97
|
+
export type AffectedStopPlace = {
|
|
98
|
+
__typename?: 'AffectedStopPlace';
|
|
99
|
+
quay?: Maybe<Quay>;
|
|
100
|
+
stopConditions: Array<StopCondition>;
|
|
101
|
+
stopPlace?: Maybe<StopPlace>;
|
|
102
|
+
};
|
|
103
|
+
export type AffectedStopPlaceOnLine = {
|
|
104
|
+
__typename?: 'AffectedStopPlaceOnLine';
|
|
105
|
+
line?: Maybe<Line>;
|
|
106
|
+
quay?: Maybe<Quay>;
|
|
107
|
+
stopConditions: Array<StopCondition>;
|
|
108
|
+
stopPlace?: Maybe<StopPlace>;
|
|
109
|
+
};
|
|
110
|
+
export type AffectedStopPlaceOnServiceJourney = {
|
|
111
|
+
__typename?: 'AffectedStopPlaceOnServiceJourney';
|
|
112
|
+
datedServiceJourney?: Maybe<DatedServiceJourney>;
|
|
113
|
+
operatingDay?: Maybe<Scalars['Date']['output']>;
|
|
114
|
+
quay?: Maybe<Quay>;
|
|
115
|
+
serviceJourney?: Maybe<ServiceJourney>;
|
|
116
|
+
stopConditions: Array<StopCondition>;
|
|
117
|
+
stopPlace?: Maybe<StopPlace>;
|
|
118
|
+
};
|
|
119
|
+
export type AffectedUnknown = {
|
|
120
|
+
__typename?: 'AffectedUnknown';
|
|
121
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
122
|
+
};
|
|
123
|
+
export type Affects = AffectedLine | AffectedServiceJourney | AffectedStopPlace | AffectedStopPlaceOnLine | AffectedStopPlaceOnServiceJourney | AffectedUnknown;
|
|
124
|
+
export declare enum AlternativeLegsFilter {
|
|
125
|
+
NoFilter = "noFilter",
|
|
126
|
+
SameAuthority = "sameAuthority",
|
|
127
|
+
SameLine = "sameLine",
|
|
128
|
+
SameMode = "sameMode"
|
|
129
|
+
}
|
|
130
|
+
export declare enum ArrivalDeparture {
|
|
131
|
+
/** Only show arrivals */
|
|
132
|
+
Arrivals = "arrivals",
|
|
133
|
+
/** Show both arrivals and departures */
|
|
134
|
+
Both = "both",
|
|
135
|
+
/** Only show departures */
|
|
136
|
+
Departures = "departures"
|
|
137
|
+
}
|
|
138
|
+
/** Authority involved in public transportation. An organisation under which the responsibility of organising the transport service in a certain area is placed. */
|
|
139
|
+
export type Authority = {
|
|
140
|
+
__typename?: 'Authority';
|
|
141
|
+
fareUrl?: Maybe<Scalars['String']['output']>;
|
|
142
|
+
id: Scalars['ID']['output'];
|
|
143
|
+
lang?: Maybe<Scalars['String']['output']>;
|
|
144
|
+
lines: Array<Maybe<Line>>;
|
|
145
|
+
name: Scalars['String']['output'];
|
|
146
|
+
phone?: Maybe<Scalars['String']['output']>;
|
|
147
|
+
/** Get all situations active for the authority. */
|
|
148
|
+
situations: Array<PtSituationElement>;
|
|
149
|
+
timezone: Scalars['String']['output'];
|
|
150
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
151
|
+
};
|
|
152
|
+
export declare enum BicycleOptimisationMethod {
|
|
153
|
+
Flat = "flat",
|
|
154
|
+
Greenways = "greenways",
|
|
155
|
+
Quick = "quick",
|
|
156
|
+
Safe = "safe",
|
|
157
|
+
Triangle = "triangle"
|
|
158
|
+
}
|
|
159
|
+
export type BikePark = PlaceInterface & {
|
|
160
|
+
__typename?: 'BikePark';
|
|
161
|
+
id: Scalars['ID']['output'];
|
|
162
|
+
latitude?: Maybe<Scalars['Float']['output']>;
|
|
163
|
+
longitude?: Maybe<Scalars['Float']['output']>;
|
|
164
|
+
name: Scalars['String']['output'];
|
|
165
|
+
realtime?: Maybe<Scalars['Boolean']['output']>;
|
|
166
|
+
spacesAvailable?: Maybe<Scalars['Int']['output']>;
|
|
167
|
+
};
|
|
168
|
+
export type BikeRentalStation = PlaceInterface & {
|
|
169
|
+
__typename?: 'BikeRentalStation';
|
|
170
|
+
allowDropoff?: Maybe<Scalars['Boolean']['output']>;
|
|
171
|
+
bikesAvailable?: Maybe<Scalars['Int']['output']>;
|
|
172
|
+
id: Scalars['ID']['output'];
|
|
173
|
+
latitude?: Maybe<Scalars['Float']['output']>;
|
|
174
|
+
longitude?: Maybe<Scalars['Float']['output']>;
|
|
175
|
+
name: Scalars['String']['output'];
|
|
176
|
+
networks: Array<Maybe<Scalars['String']['output']>>;
|
|
177
|
+
realtimeOccupancyAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
178
|
+
spacesAvailable?: Maybe<Scalars['Int']['output']>;
|
|
179
|
+
};
|
|
180
|
+
export declare enum BikesAllowed {
|
|
181
|
+
/** The vehicle being used on this particular trip can accommodate at least one bicycle. */
|
|
182
|
+
Allowed = "allowed",
|
|
183
|
+
/** There is no bike information for the trip. */
|
|
184
|
+
NoInformation = "noInformation",
|
|
185
|
+
/** No bicycles are allowed on this trip. */
|
|
186
|
+
NotAllowed = "notAllowed"
|
|
187
|
+
}
|
|
188
|
+
export type BookingArrangement = {
|
|
189
|
+
__typename?: 'BookingArrangement';
|
|
190
|
+
/** Time constraints for booking */
|
|
191
|
+
bookWhen?: Maybe<PurchaseWhen>;
|
|
192
|
+
/** Who should ticket be contacted for booking */
|
|
193
|
+
bookingContact?: Maybe<Contact>;
|
|
194
|
+
/** How should service be booked? */
|
|
195
|
+
bookingMethods?: Maybe<Array<Maybe<BookingMethod>>>;
|
|
196
|
+
/** Textual description of booking arrangement for service */
|
|
197
|
+
bookingNote?: Maybe<Scalars['String']['output']>;
|
|
198
|
+
/** How many days prior to the travel the service needs to be booked */
|
|
199
|
+
latestBookingDay?: Maybe<Scalars['Int']['output']>;
|
|
200
|
+
/** Latest time the service can be booked. ISO 8601 timestamp */
|
|
201
|
+
latestBookingTime?: Maybe<Scalars['LocalTime']['output']>;
|
|
202
|
+
/** Minimum period in advance service can be booked as a ISO 8601 duration */
|
|
203
|
+
minimumBookingPeriod?: Maybe<Scalars['String']['output']>;
|
|
204
|
+
};
|
|
205
|
+
export declare enum BookingMethod {
|
|
206
|
+
CallDriver = "callDriver",
|
|
207
|
+
CallOffice = "callOffice",
|
|
208
|
+
Online = "online",
|
|
209
|
+
PhoneAtStop = "phoneAtStop",
|
|
210
|
+
Text = "text"
|
|
211
|
+
}
|
|
212
|
+
export type Branding = {
|
|
213
|
+
__typename?: 'Branding';
|
|
214
|
+
/** Description of branding. */
|
|
215
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
216
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
217
|
+
/** URL to an image be used for branding */
|
|
218
|
+
image?: Maybe<Scalars['String']['output']>;
|
|
219
|
+
/** Full name to be used for branding. */
|
|
220
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
221
|
+
/** Short name to be used for branding. */
|
|
222
|
+
shortName?: Maybe<Scalars['String']['output']>;
|
|
223
|
+
/** URL to be used for branding */
|
|
224
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
225
|
+
};
|
|
226
|
+
export type Contact = {
|
|
227
|
+
__typename?: 'Contact';
|
|
228
|
+
/** Name of person to contact */
|
|
229
|
+
contactPerson?: Maybe<Scalars['String']['output']>;
|
|
230
|
+
/** Email adress for contact */
|
|
231
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
232
|
+
/** Textual description of how to get in contact */
|
|
233
|
+
furtherDetails?: Maybe<Scalars['String']['output']>;
|
|
234
|
+
/** Phone number for contact */
|
|
235
|
+
phone?: Maybe<Scalars['String']['output']>;
|
|
236
|
+
/** Url for contact */
|
|
237
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
238
|
+
};
|
|
239
|
+
/** A planned journey on a specific day */
|
|
240
|
+
export type DatedServiceJourney = {
|
|
241
|
+
__typename?: 'DatedServiceJourney';
|
|
242
|
+
/** Returns scheduled passingTimes for this dated service journey, updated with realtime-updates (if available). */
|
|
243
|
+
estimatedCalls?: Maybe<Array<Maybe<EstimatedCall>>>;
|
|
244
|
+
id: Scalars['ID']['output'];
|
|
245
|
+
/** JourneyPattern for the dated service journey. */
|
|
246
|
+
journeyPattern?: Maybe<JourneyPattern>;
|
|
247
|
+
/** The date this service runs. The date used is based on the service date as opposed to calendar date. */
|
|
248
|
+
operatingDay?: Maybe<Scalars['Date']['output']>;
|
|
249
|
+
/** Quays visited by the dated service journey. */
|
|
250
|
+
quays: Array<Quay>;
|
|
251
|
+
/** List of the dated service journeys this dated service journeys replaces */
|
|
252
|
+
replacementFor: Array<DatedServiceJourney>;
|
|
253
|
+
/** The service journey this Dated Service Journey is based on */
|
|
254
|
+
serviceJourney: ServiceJourney;
|
|
255
|
+
/** Alterations specified on the Trip in the planned data */
|
|
256
|
+
tripAlteration?: Maybe<ServiceAlteration>;
|
|
257
|
+
};
|
|
258
|
+
/** A planned journey on a specific day */
|
|
259
|
+
export type DatedServiceJourneyQuaysArgs = {
|
|
260
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
261
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
262
|
+
};
|
|
263
|
+
/** An advertised destination of a specific journey pattern, usually displayed on a head sign or at other on-board locations. */
|
|
264
|
+
export type DestinationDisplay = {
|
|
265
|
+
__typename?: 'DestinationDisplay';
|
|
266
|
+
/** Name of destination to show on front of vehicle. */
|
|
267
|
+
frontText?: Maybe<Scalars['String']['output']>;
|
|
268
|
+
/** Intermediary destinations which the vehicle will pass before reaching its final destination. */
|
|
269
|
+
via?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
270
|
+
};
|
|
271
|
+
export declare enum DirectionType {
|
|
272
|
+
Anticlockwise = "anticlockwise",
|
|
273
|
+
Clockwise = "clockwise",
|
|
274
|
+
Inbound = "inbound",
|
|
275
|
+
Outbound = "outbound",
|
|
276
|
+
Unknown = "unknown"
|
|
277
|
+
}
|
|
278
|
+
/** Individual step of an elevation profile. */
|
|
279
|
+
export type ElevationProfileStep = {
|
|
280
|
+
__typename?: 'ElevationProfileStep';
|
|
281
|
+
/** The horizontal distance from the start of the step, in meters. */
|
|
282
|
+
distance?: Maybe<Scalars['Float']['output']>;
|
|
283
|
+
/**
|
|
284
|
+
* The elevation at this distance, in meters above sea level. It is negative if the
|
|
285
|
+
* location is below sea level.
|
|
286
|
+
*
|
|
287
|
+
*/
|
|
288
|
+
elevation?: Maybe<Scalars['Float']['output']>;
|
|
289
|
+
};
|
|
290
|
+
/** List of visits to quays as part of vehicle journeys. Updated with real time information where available */
|
|
291
|
+
export type EstimatedCall = {
|
|
292
|
+
__typename?: 'EstimatedCall';
|
|
293
|
+
/** Actual time of arrival at quay. Updated from real time information if available. */
|
|
294
|
+
actualArrivalTime?: Maybe<Scalars['DateTime']['output']>;
|
|
295
|
+
/** Actual time of departure from quay. Updated with real time information if available. */
|
|
296
|
+
actualDepartureTime?: Maybe<Scalars['DateTime']['output']>;
|
|
297
|
+
/** Scheduled time of arrival at quay. Not affected by read time updated */
|
|
298
|
+
aimedArrivalTime: Scalars['DateTime']['output'];
|
|
299
|
+
/** Scheduled time of departure from quay. Not affected by read time updated */
|
|
300
|
+
aimedDepartureTime: Scalars['DateTime']['output'];
|
|
301
|
+
/** Booking arrangements for this EstimatedCall. */
|
|
302
|
+
bookingArrangements?: Maybe<BookingArrangement>;
|
|
303
|
+
/** Whether stop is cancelled. This means that either the ServiceJourney has a planned cancellation, the ServiceJourney has been cancelled by realtime data, or this particular StopPoint has been cancelled. This also means that both boarding and alighting has been cancelled. */
|
|
304
|
+
cancellation: Scalars['Boolean']['output'];
|
|
305
|
+
/** The date the estimated call is valid for. */
|
|
306
|
+
date: Scalars['Date']['output'];
|
|
307
|
+
datedServiceJourney?: Maybe<DatedServiceJourney>;
|
|
308
|
+
destinationDisplay?: Maybe<DestinationDisplay>;
|
|
309
|
+
/** Expected time of arrival at quay. Updated with real time information if available. Will be null if an actualArrivalTime exists */
|
|
310
|
+
expectedArrivalTime: Scalars['DateTime']['output'];
|
|
311
|
+
/** Expected time of departure from quay. Updated with real time information if available. Will be null if an actualDepartureTime exists */
|
|
312
|
+
expectedDepartureTime: Scalars['DateTime']['output'];
|
|
313
|
+
/** Whether vehicle may be alighted at quay. */
|
|
314
|
+
forAlighting: Scalars['Boolean']['output'];
|
|
315
|
+
/** Whether vehicle may be boarded at quay. */
|
|
316
|
+
forBoarding: Scalars['Boolean']['output'];
|
|
317
|
+
notices: Array<Notice>;
|
|
318
|
+
occupancyStatus: OccupancyStatus;
|
|
319
|
+
/** Whether the updated estimates are expected to be inaccurate. */
|
|
320
|
+
predictionInaccurate: Scalars['Boolean']['output'];
|
|
321
|
+
quay: Quay;
|
|
322
|
+
/** Whether this call has been updated with real time information. */
|
|
323
|
+
realtime: Scalars['Boolean']['output'];
|
|
324
|
+
realtimeState: RealtimeState;
|
|
325
|
+
/** Whether vehicle will only stop on request. */
|
|
326
|
+
requestStop: Scalars['Boolean']['output'];
|
|
327
|
+
serviceJourney: ServiceJourney;
|
|
328
|
+
/** Get all relevant situations for this EstimatedCall. */
|
|
329
|
+
situations: Array<PtSituationElement>;
|
|
330
|
+
stopPositionInPattern: Scalars['Int']['output'];
|
|
331
|
+
/** Whether this is a timing point or not. Boarding and alighting is not allowed at timing points. */
|
|
332
|
+
timingPoint: Scalars['Boolean']['output'];
|
|
333
|
+
};
|
|
334
|
+
export declare enum FilterPlaceType {
|
|
335
|
+
/** Bicycle rent stations */
|
|
336
|
+
BicycleRent = "bicycleRent",
|
|
337
|
+
/** Bike parks */
|
|
338
|
+
BikePark = "bikePark",
|
|
339
|
+
/** Car parks */
|
|
340
|
+
CarPark = "carPark",
|
|
341
|
+
/** Quay */
|
|
342
|
+
Quay = "quay",
|
|
343
|
+
/** StopPlace */
|
|
344
|
+
StopPlace = "stopPlace"
|
|
345
|
+
}
|
|
346
|
+
/** Additional (optional) grouping of lines for particular purposes such as e.g. fare harmonisation or public presentation. */
|
|
347
|
+
export type GroupOfLines = {
|
|
348
|
+
__typename?: 'GroupOfLines';
|
|
349
|
+
/** Description of group of lines */
|
|
350
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
351
|
+
id: Scalars['ID']['output'];
|
|
352
|
+
/** All lines part of this group of lines */
|
|
353
|
+
lines: Array<Line>;
|
|
354
|
+
/** Full name for group of lines. */
|
|
355
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
356
|
+
/** For internal use by operator/authority. */
|
|
357
|
+
privateCode?: Maybe<Scalars['String']['output']>;
|
|
358
|
+
/** Short name for group of lines. */
|
|
359
|
+
shortName?: Maybe<Scalars['String']['output']>;
|
|
360
|
+
};
|
|
361
|
+
/** Filter trips by disallowing lines involving certain elements. If both lines and authorities are specified, only one must be valid for each line to be banned. If a line is both banned and whitelisted, it will be counted as banned. */
|
|
362
|
+
export type InputBanned = {
|
|
363
|
+
/** Set of ids for authorities that should not be used */
|
|
364
|
+
authorities?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
365
|
+
/** Set of ids for lines that should not be used */
|
|
366
|
+
lines?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
367
|
+
/** NOT IMPLEMENTED. Set of ids of quays that should not be allowed for boarding or alighting. Trip patterns that travel through the quay will still be permitted. */
|
|
368
|
+
quays?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
369
|
+
/** NOT IMPLEMENTED. Set of ids of quays that should not be allowed for boarding, alighting or traveling thorugh. */
|
|
370
|
+
quaysHard?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
371
|
+
/** Set of ids of rental networks that should not be allowed for renting vehicles. */
|
|
372
|
+
rentalNetworks?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
373
|
+
/** Set of ids of service journeys that should not be used. */
|
|
374
|
+
serviceJourneys?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
375
|
+
};
|
|
376
|
+
/** Input type for coordinates in the WGS84 system */
|
|
377
|
+
export type InputCoordinates = {
|
|
378
|
+
/** The latitude of the place. */
|
|
379
|
+
latitude: Scalars['Float']['input'];
|
|
380
|
+
/** The longitude of the place. */
|
|
381
|
+
longitude: Scalars['Float']['input'];
|
|
382
|
+
};
|
|
383
|
+
export declare enum InputField {
|
|
384
|
+
DateTime = "dateTime",
|
|
385
|
+
From = "from",
|
|
386
|
+
IntermediatePlace = "intermediatePlace",
|
|
387
|
+
To = "to"
|
|
388
|
+
}
|
|
389
|
+
export type InputPlaceIds = {
|
|
390
|
+
/** Bike parks to include by id. */
|
|
391
|
+
bikeParks?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
392
|
+
/** Bike rentals to include by id. */
|
|
393
|
+
bikeRentalStations?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
394
|
+
/** Car parks to include by id. */
|
|
395
|
+
carParks?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
396
|
+
/** Lines to include by id. */
|
|
397
|
+
lines?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
398
|
+
/** Quays to include by id. */
|
|
399
|
+
quays?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
400
|
+
};
|
|
401
|
+
/** Filter trips by only allowing lines involving certain elements. If both lines and authorities are specified, only one must be valid for each line to be used. If a line is both banned and whitelisted, it will be counted as banned. */
|
|
402
|
+
export type InputWhiteListed = {
|
|
403
|
+
/** Set of ids for authorities that should be used */
|
|
404
|
+
authorities?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
405
|
+
/** Set of ids for lines that should be used */
|
|
406
|
+
lines?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
407
|
+
/** Set of ids of rental networks that should be used for renting vehicles. */
|
|
408
|
+
rentalNetworks?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
409
|
+
};
|
|
410
|
+
export type Interchange = {
|
|
411
|
+
__typename?: 'Interchange';
|
|
412
|
+
/** @deprecated This is the same as using the `fromServiceJourney { line }` field. */
|
|
413
|
+
FromLine?: Maybe<Line>;
|
|
414
|
+
/** @deprecated Use fromServiceJourney instead */
|
|
415
|
+
FromServiceJourney?: Maybe<ServiceJourney>;
|
|
416
|
+
/** @deprecated This is the same as using the `toServiceJourney { line }` field. */
|
|
417
|
+
ToLine?: Maybe<Line>;
|
|
418
|
+
/** @deprecated Use toServiceJourney instead */
|
|
419
|
+
ToServiceJourney?: Maybe<ServiceJourney>;
|
|
420
|
+
fromServiceJourney?: Maybe<ServiceJourney>;
|
|
421
|
+
guaranteed?: Maybe<Scalars['Boolean']['output']>;
|
|
422
|
+
/** Maximum time after scheduled departure time the connecting transport is guaranteed to wait for the delayed trip. [NOT RESPECTED DURING ROUTING, JUST PASSED THROUGH] */
|
|
423
|
+
maximumWaitTime?: Maybe<Scalars['Int']['output']>;
|
|
424
|
+
/** The transfer priority is used to decide where a transfer should happen, at the highest prioritized location. If the guaranteed flag is set it take precedence priority. A guaranteed ALLOWED transfer is preferred over a PREFERRED none-guaranteed transfer. */
|
|
425
|
+
priority?: Maybe<InterchangePriority>;
|
|
426
|
+
staySeated?: Maybe<Scalars['Boolean']['output']>;
|
|
427
|
+
toServiceJourney?: Maybe<ServiceJourney>;
|
|
428
|
+
};
|
|
429
|
+
export declare enum InterchangePriority {
|
|
430
|
+
Allowed = "allowed",
|
|
431
|
+
NotAllowed = "notAllowed",
|
|
432
|
+
Preferred = "preferred",
|
|
433
|
+
Recommended = "recommended"
|
|
434
|
+
}
|
|
435
|
+
export declare enum InterchangeWeighting {
|
|
436
|
+
/** Third highest priority interchange. */
|
|
437
|
+
InterchangeAllowed = "interchangeAllowed",
|
|
438
|
+
/** Interchange not allowed. */
|
|
439
|
+
NoInterchange = "noInterchange",
|
|
440
|
+
/** Highest priority interchange. */
|
|
441
|
+
PreferredInterchange = "preferredInterchange",
|
|
442
|
+
/** Second highest priority interchange. */
|
|
443
|
+
RecommendedInterchange = "recommendedInterchange"
|
|
444
|
+
}
|
|
445
|
+
/**
|
|
446
|
+
* Enable this to attach a system notice to itineraries instead of removing them. This is very
|
|
447
|
+
* convenient when tuning the itinerary-filter-chain.
|
|
448
|
+
*/
|
|
449
|
+
export declare enum ItineraryFilterDebugProfile {
|
|
450
|
+
/**
|
|
451
|
+
* Only return the requested number of itineraries, counting both actual and deleted ones.
|
|
452
|
+
* The top `numItineraries` using the request sort order is returned. This does not work
|
|
453
|
+
* with paging, itineraries after the limit, but inside the search-window are skipped when
|
|
454
|
+
* moving to the next page.
|
|
455
|
+
*/
|
|
456
|
+
LimitToNumOfItineraries = "limitToNumOfItineraries",
|
|
457
|
+
/**
|
|
458
|
+
* Return all itineraries, including deleted ones, inside the actual search-window used
|
|
459
|
+
* (the requested search-window may differ).
|
|
460
|
+
*/
|
|
461
|
+
LimitToSearchWindow = "limitToSearchWindow",
|
|
462
|
+
/** List all itineraries, including all deleted itineraries. */
|
|
463
|
+
ListAll = "listAll",
|
|
464
|
+
/** By default, the debug itinerary filters is turned off. */
|
|
465
|
+
Off = "off"
|
|
466
|
+
}
|
|
467
|
+
/** Parameters for the OTP Itinerary Filter Chain. These parameters SHOULD be configured on the server side and should not be used by the client. They are made available here to be able to experiment and tune the server. */
|
|
468
|
+
export type ItineraryFilters = {
|
|
469
|
+
/**
|
|
470
|
+
* Use this parameter to debug the itinerary-filter-chain. The default is `off`
|
|
471
|
+
* (itineraries are filtered and not returned). For all other values the unwanted
|
|
472
|
+
* itineraries are returned with a system notice, and not deleted.
|
|
473
|
+
*/
|
|
474
|
+
debug?: InputMaybe<ItineraryFilterDebugProfile>;
|
|
475
|
+
/** Pick ONE itinerary from each group after putting itineraries that is 85% similar together. */
|
|
476
|
+
groupSimilarityKeepOne?: InputMaybe<Scalars['Float']['input']>;
|
|
477
|
+
/** Reduce the number of itineraries in each group to to maximum 3 itineraries. The itineraries are grouped by similar legs (on board same journey). So, if 68% of the distance is traveled by similar legs, then two itineraries are in the same group. Default value is 68%, must be at least 50%. */
|
|
478
|
+
groupSimilarityKeepThree?: InputMaybe<Scalars['Float']['input']>;
|
|
479
|
+
/** Of the itineraries grouped to maximum of three itineraries, how much worse can the non-grouped legs be compared to the lowest cost. 2.0 means that they can be double the cost, and any itineraries having a higher cost will be filtered. Default value is 2.0, use a value lower than 1.0 to turn off */
|
|
480
|
+
groupedOtherThanSameLegsMaxCostMultiplier?: InputMaybe<Scalars['Float']['input']>;
|
|
481
|
+
/** Set a relative limit for all transit itineraries. The limit is calculated based on the transit itinerary generalized-cost and the time between itineraries Itineraries without transit legs are excluded from this filter. Example: costLimitFunction(x) = 3600 + 2.0 x and intervalRelaxFactor = 0.5. If the lowest cost returned is 10 000, then the limit is set to: 3 600 + 2 * 10 000 = 26 600 plus half of the time between either departure or arrival times of the itinerary. Default: {"costLimitFunction": 15m + 1.50 t, "intervalRelaxFactor": 0.75} */
|
|
482
|
+
transitGeneralizedCostLimit?: InputMaybe<TransitGeneralizedCostFilterParams>;
|
|
483
|
+
};
|
|
484
|
+
export type JourneyPattern = {
|
|
485
|
+
__typename?: 'JourneyPattern';
|
|
486
|
+
directionType?: Maybe<DirectionType>;
|
|
487
|
+
id: Scalars['ID']['output'];
|
|
488
|
+
line: Line;
|
|
489
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
490
|
+
notices: Array<Notice>;
|
|
491
|
+
pointsOnLink?: Maybe<PointsOnLink>;
|
|
492
|
+
/** Quays visited by service journeys for this journey patterns */
|
|
493
|
+
quays: Array<Quay>;
|
|
494
|
+
serviceJourneys: Array<ServiceJourney>;
|
|
495
|
+
/** List of service journeys for the journey pattern for a given date */
|
|
496
|
+
serviceJourneysForDate: Array<ServiceJourney>;
|
|
497
|
+
/** Get all situations active for the journey pattern. */
|
|
498
|
+
situations: Array<PtSituationElement>;
|
|
499
|
+
/** Detailed path travelled by journey pattern divided into stop-to-stop sections. */
|
|
500
|
+
stopToStopGeometries?: Maybe<Array<Maybe<StopToStopGeometry>>>;
|
|
501
|
+
};
|
|
502
|
+
export type JourneyPatternServiceJourneysForDateArgs = {
|
|
503
|
+
date?: InputMaybe<Scalars['Date']['input']>;
|
|
504
|
+
};
|
|
505
|
+
/** Part of a trip pattern. Either a ride on a public transport vehicle or access or path link to/from/between places */
|
|
506
|
+
export type Leg = {
|
|
507
|
+
__typename?: 'Leg';
|
|
508
|
+
/** The aimed date and time this leg ends. */
|
|
509
|
+
aimedEndTime: Scalars['DateTime']['output'];
|
|
510
|
+
/** The aimed date and time this leg starts. */
|
|
511
|
+
aimedStartTime: Scalars['DateTime']['output'];
|
|
512
|
+
/** For ride legs, the service authority used for this legs. For non-ride legs, null. */
|
|
513
|
+
authority?: Maybe<Authority>;
|
|
514
|
+
bikeRentalNetworks: Array<Maybe<Scalars['String']['output']>>;
|
|
515
|
+
bookingArrangements?: Maybe<BookingArrangement>;
|
|
516
|
+
/** The dated service journey used for this leg. */
|
|
517
|
+
datedServiceJourney?: Maybe<DatedServiceJourney>;
|
|
518
|
+
/** NOT IMPLEMENTED */
|
|
519
|
+
directDuration: Scalars['Long']['output'];
|
|
520
|
+
/** The distance traveled while traversing the leg in meters. */
|
|
521
|
+
distance: Scalars['Float']['output'];
|
|
522
|
+
/** The leg's duration in seconds */
|
|
523
|
+
duration: Scalars['Long']['output'];
|
|
524
|
+
/**
|
|
525
|
+
* The leg's elevation profile. All elevation values, including the first one, are in meters
|
|
526
|
+
* above sea level. The elevation is negative for places below sea level. The profile
|
|
527
|
+
* includes both the start and end coordinate.
|
|
528
|
+
*
|
|
529
|
+
*/
|
|
530
|
+
elevationProfile: Array<Maybe<ElevationProfileStep>>;
|
|
531
|
+
/** The expected, realtime adjusted date and time this leg ends. */
|
|
532
|
+
expectedEndTime: Scalars['DateTime']['output'];
|
|
533
|
+
/** The expected, realtime adjusted date and time this leg starts. */
|
|
534
|
+
expectedStartTime: Scalars['DateTime']['output'];
|
|
535
|
+
/** EstimatedCall for the quay where the leg originates. */
|
|
536
|
+
fromEstimatedCall?: Maybe<EstimatedCall>;
|
|
537
|
+
/** The Place where the leg originates. */
|
|
538
|
+
fromPlace: Place;
|
|
539
|
+
/** Generalized cost or weight of the leg. Used for debugging. */
|
|
540
|
+
generalizedCost?: Maybe<Scalars['Int']['output']>;
|
|
541
|
+
/** An identifier for the leg, which can be used to re-fetch the information. */
|
|
542
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
543
|
+
interchangeFrom?: Maybe<Interchange>;
|
|
544
|
+
interchangeTo?: Maybe<Interchange>;
|
|
545
|
+
/** For ride legs, estimated calls for quays between the Place where the leg originates and the Place where the leg ends. For non-ride legs, empty list. */
|
|
546
|
+
intermediateEstimatedCalls: Array<EstimatedCall>;
|
|
547
|
+
/** For ride legs, intermediate quays between the Place where the leg originates and the Place where the leg ends. For non-ride legs, empty list. */
|
|
548
|
+
intermediateQuays: Array<Quay>;
|
|
549
|
+
/** For ride legs, the line. For non-ride legs, null. */
|
|
550
|
+
line?: Maybe<Line>;
|
|
551
|
+
/** The mode of transport or access (e.g., foot) used when traversing this leg. */
|
|
552
|
+
mode: Mode;
|
|
553
|
+
/** Fetch the next legs, which can be used to replace this leg. The replacement legs do arrive/depart from/to the same stop places. It might be necessary to change other legs in an itinerary in order to be able to ride the returned legs. */
|
|
554
|
+
nextLegs?: Maybe<Array<Leg>>;
|
|
555
|
+
/** For ride legs, the operator used for this legs. For non-ride legs, null. */
|
|
556
|
+
operator?: Maybe<Operator>;
|
|
557
|
+
/** The leg's geometry. */
|
|
558
|
+
pointsOnLink?: Maybe<PointsOnLink>;
|
|
559
|
+
/** Fetch the previous legs, which can be used to replace this leg. The replacement legs do arrive/depart from/to the same stop places. It might be necessary to change other legs in an itinerary in order to be able to ride the returned legs. */
|
|
560
|
+
previousLegs?: Maybe<Array<Leg>>;
|
|
561
|
+
/** Whether there is real-time data about this leg */
|
|
562
|
+
realtime: Scalars['Boolean']['output'];
|
|
563
|
+
/** Whether this leg is with a rented bike. */
|
|
564
|
+
rentedBike?: Maybe<Scalars['Boolean']['output']>;
|
|
565
|
+
/** Whether this leg is a ride leg or not. */
|
|
566
|
+
ride: Scalars['Boolean']['output'];
|
|
567
|
+
/** For transit legs, the service date of the trip. For non-transit legs, null. */
|
|
568
|
+
serviceDate?: Maybe<Scalars['Date']['output']>;
|
|
569
|
+
/** For ride legs, the service journey. For non-ride legs, null. */
|
|
570
|
+
serviceJourney?: Maybe<ServiceJourney>;
|
|
571
|
+
/** For ride legs, all estimated calls for the service journey. For non-ride legs, empty list. */
|
|
572
|
+
serviceJourneyEstimatedCalls: Array<EstimatedCall>;
|
|
573
|
+
/** All relevant situations for this leg */
|
|
574
|
+
situations: Array<PtSituationElement>;
|
|
575
|
+
/** Do we continue from a specified via place */
|
|
576
|
+
steps: Array<Maybe<PathGuidance>>;
|
|
577
|
+
/** EstimatedCall for the quay where the leg ends. */
|
|
578
|
+
toEstimatedCall?: Maybe<EstimatedCall>;
|
|
579
|
+
/** The Place where the leg ends. */
|
|
580
|
+
toPlace: Place;
|
|
581
|
+
/** The transport sub mode (e.g., localBus or expressBus) used when traversing this leg. Null if leg is not a ride */
|
|
582
|
+
transportSubmode?: Maybe<TransportSubmode>;
|
|
583
|
+
/** Whether this leg is walking with a bike. */
|
|
584
|
+
walkingBike?: Maybe<Scalars['Boolean']['output']>;
|
|
585
|
+
};
|
|
586
|
+
/** Part of a trip pattern. Either a ride on a public transport vehicle or access or path link to/from/between places */
|
|
587
|
+
export type LegNextLegsArgs = {
|
|
588
|
+
filter?: InputMaybe<AlternativeLegsFilter>;
|
|
589
|
+
next?: InputMaybe<Scalars['Int']['input']>;
|
|
590
|
+
};
|
|
591
|
+
/** Part of a trip pattern. Either a ride on a public transport vehicle or access or path link to/from/between places */
|
|
592
|
+
export type LegPreviousLegsArgs = {
|
|
593
|
+
filter?: InputMaybe<AlternativeLegsFilter>;
|
|
594
|
+
previous?: InputMaybe<Scalars['Int']['input']>;
|
|
595
|
+
};
|
|
596
|
+
/** A group of routes which is generally known to the public by a similar name or number */
|
|
597
|
+
export type Line = {
|
|
598
|
+
__typename?: 'Line';
|
|
599
|
+
authority?: Maybe<Authority>;
|
|
600
|
+
bikesAllowed?: Maybe<BikesAllowed>;
|
|
601
|
+
/**
|
|
602
|
+
* Booking arrangements for flexible line.
|
|
603
|
+
* @deprecated BookingArrangements are defined per stop, and can be found under `passingTimes` or `estimatedCalls`
|
|
604
|
+
*/
|
|
605
|
+
bookingArrangements?: Maybe<BookingArrangement>;
|
|
606
|
+
branding?: Maybe<Branding>;
|
|
607
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
608
|
+
/** Type of flexible line, or null if line is not flexible. */
|
|
609
|
+
flexibleLineType?: Maybe<Scalars['String']['output']>;
|
|
610
|
+
/** Groups of lines that line is a part of. */
|
|
611
|
+
groupOfLines: Array<Maybe<GroupOfLines>>;
|
|
612
|
+
id: Scalars['ID']['output'];
|
|
613
|
+
journeyPatterns?: Maybe<Array<Maybe<JourneyPattern>>>;
|
|
614
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
615
|
+
notices: Array<Notice>;
|
|
616
|
+
operator?: Maybe<Operator>;
|
|
617
|
+
presentation?: Maybe<Presentation>;
|
|
618
|
+
/** Publicly announced code for line, differentiating it from other lines for the same operator. */
|
|
619
|
+
publicCode?: Maybe<Scalars['String']['output']>;
|
|
620
|
+
quays: Array<Maybe<Quay>>;
|
|
621
|
+
serviceJourneys: Array<Maybe<ServiceJourney>>;
|
|
622
|
+
/** Get all situations active for the line. */
|
|
623
|
+
situations: Array<PtSituationElement>;
|
|
624
|
+
transportMode?: Maybe<TransportMode>;
|
|
625
|
+
transportSubmode?: Maybe<TransportSubmode>;
|
|
626
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
627
|
+
};
|
|
628
|
+
export declare enum Locale {
|
|
629
|
+
No = "no",
|
|
630
|
+
Us = "us"
|
|
631
|
+
}
|
|
632
|
+
/** Input format for specifying a location through either a place reference (id), coordinates or both. If both place and coordinates are provided the place ref will be used if found, coordinates will only be used if place is not known. */
|
|
633
|
+
export type Location = {
|
|
634
|
+
/** Coordinates for the location. This can be used alone or as fallback if the place id is not found. */
|
|
635
|
+
coordinates?: InputMaybe<InputCoordinates>;
|
|
636
|
+
/** The name of the location. This is pass-through informationand is not used in routing. */
|
|
637
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
638
|
+
/** The id of an element in the OTP model. Currently supports Quay, StopPlace, multimodal StopPlace, and GroupOfStopPlaces. */
|
|
639
|
+
place?: InputMaybe<Scalars['String']['input']>;
|
|
640
|
+
};
|
|
641
|
+
export declare enum Mode {
|
|
642
|
+
Air = "air",
|
|
643
|
+
Bicycle = "bicycle",
|
|
644
|
+
Bus = "bus",
|
|
645
|
+
Cableway = "cableway",
|
|
646
|
+
Car = "car",
|
|
647
|
+
Coach = "coach",
|
|
648
|
+
Foot = "foot",
|
|
649
|
+
Funicular = "funicular",
|
|
650
|
+
Lift = "lift",
|
|
651
|
+
Metro = "metro",
|
|
652
|
+
Monorail = "monorail",
|
|
653
|
+
Rail = "rail",
|
|
654
|
+
Scooter = "scooter",
|
|
655
|
+
Taxi = "taxi",
|
|
656
|
+
Tram = "tram",
|
|
657
|
+
Trolleybus = "trolleybus",
|
|
658
|
+
Water = "water"
|
|
659
|
+
}
|
|
660
|
+
/** Input format for specifying which modes will be allowed for this search. If this element is not present, it will default to accessMode/egressMode/directMode of foot and all transport modes will be allowed. */
|
|
661
|
+
export type Modes = {
|
|
662
|
+
/** The mode used to get from the origin to the access stops in the transit network the transit network (first-mile). If the element is not present or null,only transit that can be immediately boarded from the origin will be used. */
|
|
663
|
+
accessMode?: InputMaybe<StreetMode>;
|
|
664
|
+
/** The mode used to get from the origin to the destination directly, without using the transit network. If the element is not present or null,direct travel without using transit will be disallowed. */
|
|
665
|
+
directMode?: InputMaybe<StreetMode>;
|
|
666
|
+
/** The mode used to get from the egress stops in the transit network tothe destination (last-mile). If the element is not present or null,only transit that can immediately arrive at the origin will be used. */
|
|
667
|
+
egressMode?: InputMaybe<StreetMode>;
|
|
668
|
+
/** The allowed modes for the transit part of the trip. Use an empty list to disallow transit for this search. If the element is not present or null, it will default to all transport modes. */
|
|
669
|
+
transportModes?: InputMaybe<Array<InputMaybe<TransportModes>>>;
|
|
670
|
+
};
|
|
671
|
+
export declare enum MultiModalMode {
|
|
672
|
+
/** Both multiModal parents and their mono modal child stop places. */
|
|
673
|
+
All = "all",
|
|
674
|
+
/** Only mono modal children stop places, not their multi modal parent stop */
|
|
675
|
+
Child = "child",
|
|
676
|
+
/** Multi modal parent stop places without their mono modal children. */
|
|
677
|
+
Parent = "parent"
|
|
678
|
+
}
|
|
679
|
+
/** Text with language */
|
|
680
|
+
export type MultilingualString = {
|
|
681
|
+
__typename?: 'MultilingualString';
|
|
682
|
+
language?: Maybe<Scalars['String']['output']>;
|
|
683
|
+
value: Scalars['String']['output'];
|
|
684
|
+
};
|
|
685
|
+
export type Notice = {
|
|
686
|
+
__typename?: 'Notice';
|
|
687
|
+
id: Scalars['ID']['output'];
|
|
688
|
+
publicCode?: Maybe<Scalars['String']['output']>;
|
|
689
|
+
text?: Maybe<Scalars['String']['output']>;
|
|
690
|
+
};
|
|
691
|
+
export declare enum OccupancyStatus {
|
|
692
|
+
/** The vehicle or carriage has a few seats available. */
|
|
693
|
+
FewSeatsAvailable = "fewSeatsAvailable",
|
|
694
|
+
/** The vehicle or carriage is considered full by most measures, but may still be allowing passengers to board. */
|
|
695
|
+
Full = "full",
|
|
696
|
+
/** The vehicle or carriage has a large number of seats available. */
|
|
697
|
+
ManySeatsAvailable = "manySeatsAvailable",
|
|
698
|
+
/** The vehicle or carriage doesn't have any occupancy data available. */
|
|
699
|
+
NoData = "noData",
|
|
700
|
+
/** The vehicle or carriage has no seats or standing room available. */
|
|
701
|
+
NotAcceptingPassengers = "notAcceptingPassengers",
|
|
702
|
+
/** The vehicle or carriage only has standing room available. */
|
|
703
|
+
StandingRoomOnly = "standingRoomOnly"
|
|
704
|
+
}
|
|
705
|
+
/** Organisation providing public transport services. */
|
|
706
|
+
export type Operator = {
|
|
707
|
+
__typename?: 'Operator';
|
|
708
|
+
id: Scalars['ID']['output'];
|
|
709
|
+
lines: Array<Maybe<Line>>;
|
|
710
|
+
name: Scalars['String']['output'];
|
|
711
|
+
phone?: Maybe<Scalars['String']['output']>;
|
|
712
|
+
serviceJourney: Array<Maybe<ServiceJourney>>;
|
|
713
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
714
|
+
};
|
|
715
|
+
/** Information about pagination in a connection. */
|
|
716
|
+
export type PageInfo = {
|
|
717
|
+
__typename?: 'PageInfo';
|
|
718
|
+
/** When paginating forwards, the cursor to continue. */
|
|
719
|
+
endCursor?: Maybe<Scalars['String']['output']>;
|
|
720
|
+
/** When paginating forwards, are there more items? */
|
|
721
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
722
|
+
/** When paginating backwards, are there more items? */
|
|
723
|
+
hasPreviousPage: Scalars['Boolean']['output'];
|
|
724
|
+
/** When paginating backwards, the cursor to continue. */
|
|
725
|
+
startCursor?: Maybe<Scalars['String']['output']>;
|
|
726
|
+
};
|
|
727
|
+
/** A series of turn by turn instructions used for walking, biking and driving. */
|
|
728
|
+
export type PathGuidance = {
|
|
729
|
+
__typename?: 'PathGuidance';
|
|
730
|
+
/** This step is on an open area, such as a plaza or train platform, and thus the directions should say something like "cross" */
|
|
731
|
+
area?: Maybe<Scalars['Boolean']['output']>;
|
|
732
|
+
/** The name of this street was generated by the system, so we should only display it once, and generally just display right/left directions */
|
|
733
|
+
bogusName?: Maybe<Scalars['Boolean']['output']>;
|
|
734
|
+
/** The distance in meters that this step takes. */
|
|
735
|
+
distance?: Maybe<Scalars['Float']['output']>;
|
|
736
|
+
/**
|
|
737
|
+
* The step's elevation profile. All elevation values, including the first one, are in meters
|
|
738
|
+
* above sea level. The elevation is negative for places below sea level. The profile
|
|
739
|
+
* includes both the start and end coordinate.
|
|
740
|
+
*
|
|
741
|
+
*/
|
|
742
|
+
elevationProfile: Array<Maybe<ElevationProfileStep>>;
|
|
743
|
+
/** When exiting a highway or traffic circle, the exit name/number. */
|
|
744
|
+
exit?: Maybe<Scalars['String']['output']>;
|
|
745
|
+
/** The absolute direction of this step. */
|
|
746
|
+
heading?: Maybe<AbsoluteDirection>;
|
|
747
|
+
/** The latitude of the step. */
|
|
748
|
+
latitude?: Maybe<Scalars['Float']['output']>;
|
|
749
|
+
/** The longitude of the step. */
|
|
750
|
+
longitude?: Maybe<Scalars['Float']['output']>;
|
|
751
|
+
/** The relative direction of this step. */
|
|
752
|
+
relativeDirection?: Maybe<RelativeDirection>;
|
|
753
|
+
/** Indicates whether or not a street changes direction at an intersection. */
|
|
754
|
+
stayOn?: Maybe<Scalars['Boolean']['output']>;
|
|
755
|
+
/** The name of the street. */
|
|
756
|
+
streetName?: Maybe<Scalars['String']['output']>;
|
|
757
|
+
};
|
|
758
|
+
/** A combination of street mode and penalty for time and cost. */
|
|
759
|
+
export type PenaltyForStreetMode = {
|
|
760
|
+
/**
|
|
761
|
+
* This is used to take the time-penalty and multiply by the `costFactor`.
|
|
762
|
+
* The result is added to the generalized-cost.
|
|
763
|
+
*
|
|
764
|
+
*/
|
|
765
|
+
costFactor?: InputMaybe<Scalars['Float']['input']>;
|
|
766
|
+
/**
|
|
767
|
+
* List of modes with the given penalty is applied to. A street-mode should not be listed
|
|
768
|
+
* in more than one element. If empty or null the penalty is applied to all unlisted modes,
|
|
769
|
+
* it becomes the default penalty for this query.
|
|
770
|
+
*
|
|
771
|
+
*/
|
|
772
|
+
streetMode: StreetMode;
|
|
773
|
+
/**
|
|
774
|
+
* Penalty applied to the time for the given list of modes.
|
|
775
|
+
*
|
|
776
|
+
*/
|
|
777
|
+
timePenalty: Scalars['DoubleFunction']['input'];
|
|
778
|
+
};
|
|
779
|
+
/** Common super class for all places (stop places, quays, car parks, bike parks and bike rental stations ) */
|
|
780
|
+
export type Place = {
|
|
781
|
+
__typename?: 'Place';
|
|
782
|
+
/** The bike rental station related to the place */
|
|
783
|
+
bikeRentalStation?: Maybe<BikeRentalStation>;
|
|
784
|
+
/** The flexible area related to the place. */
|
|
785
|
+
flexibleArea?: Maybe<Scalars['Coordinates']['output']>;
|
|
786
|
+
/** The latitude of the place. */
|
|
787
|
+
latitude: Scalars['Float']['output'];
|
|
788
|
+
/** The longitude of the place. */
|
|
789
|
+
longitude: Scalars['Float']['output'];
|
|
790
|
+
/** For transit quays, the name of the quay. For points of interest, the name of the POI. */
|
|
791
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
792
|
+
/** The quay related to the place. */
|
|
793
|
+
quay?: Maybe<Quay>;
|
|
794
|
+
/** The rental vehicle related to the place */
|
|
795
|
+
rentalVehicle?: Maybe<RentalVehicle>;
|
|
796
|
+
/** Type of vertex. (Normal, Bike sharing station, Bike P+R, Transit quay) Mostly used for better localization of bike sharing and P+R station names */
|
|
797
|
+
vertexType?: Maybe<VertexType>;
|
|
798
|
+
};
|
|
799
|
+
export type PlaceAtDistance = {
|
|
800
|
+
__typename?: 'PlaceAtDistance';
|
|
801
|
+
distance?: Maybe<Scalars['Float']['output']>;
|
|
802
|
+
/** @deprecated Id is not referable or meaningful and will be removed */
|
|
803
|
+
id: Scalars['ID']['output'];
|
|
804
|
+
place?: Maybe<PlaceInterface>;
|
|
805
|
+
};
|
|
806
|
+
/** Interface for places, i.e. quays, stop places, parks */
|
|
807
|
+
export type PlaceInterface = {
|
|
808
|
+
id: Scalars['ID']['output'];
|
|
809
|
+
latitude?: Maybe<Scalars['Float']['output']>;
|
|
810
|
+
longitude?: Maybe<Scalars['Float']['output']>;
|
|
811
|
+
};
|
|
812
|
+
/** A list of coordinates encoded as a polyline string (see http://code.google.com/apis/maps/documentation/polylinealgorithm.html) */
|
|
813
|
+
export type PointsOnLink = {
|
|
814
|
+
__typename?: 'PointsOnLink';
|
|
815
|
+
/** The number of points in the string */
|
|
816
|
+
length?: Maybe<Scalars['Int']['output']>;
|
|
817
|
+
/** The encoded points of the polyline. Be aware that the string could contain escape characters that need to be accounted for. (https://www.freeformatter.com/javascript-escape.html) */
|
|
818
|
+
points?: Maybe<Scalars['String']['output']>;
|
|
819
|
+
};
|
|
820
|
+
/** Types describing common presentation properties */
|
|
821
|
+
export type Presentation = {
|
|
822
|
+
__typename?: 'Presentation';
|
|
823
|
+
colour?: Maybe<Scalars['String']['output']>;
|
|
824
|
+
textColour?: Maybe<Scalars['String']['output']>;
|
|
825
|
+
};
|
|
826
|
+
/** Simple public transport situation element */
|
|
827
|
+
export type PtSituationElement = {
|
|
828
|
+
__typename?: 'PtSituationElement';
|
|
829
|
+
/** Advice of situation in all different translations available */
|
|
830
|
+
advice: Array<MultilingualString>;
|
|
831
|
+
/** Get all affected entities for the situation */
|
|
832
|
+
affects: Array<Affects>;
|
|
833
|
+
/**
|
|
834
|
+
* Get affected authority for this situation element
|
|
835
|
+
* @deprecated Use affects instead
|
|
836
|
+
*/
|
|
837
|
+
authority?: Maybe<Authority>;
|
|
838
|
+
/** Timestamp for when the situation was created. */
|
|
839
|
+
creationTime?: Maybe<Scalars['DateTime']['output']>;
|
|
840
|
+
/** Description of situation in all different translations available */
|
|
841
|
+
description: Array<MultilingualString>;
|
|
842
|
+
id: Scalars['ID']['output'];
|
|
843
|
+
/** Optional links to more information. */
|
|
844
|
+
infoLinks?: Maybe<Array<InfoLink>>;
|
|
845
|
+
/** @deprecated Use affects instead */
|
|
846
|
+
lines: Array<Maybe<Line>>;
|
|
847
|
+
/** Codespace of the data source. */
|
|
848
|
+
participant?: Maybe<Scalars['String']['output']>;
|
|
849
|
+
/** Priority of this situation */
|
|
850
|
+
priority?: Maybe<Scalars['Int']['output']>;
|
|
851
|
+
/** @deprecated Use affects instead */
|
|
852
|
+
quays: Array<Quay>;
|
|
853
|
+
/**
|
|
854
|
+
* Authority that reported this situation. Always returns the first agency in the codespace
|
|
855
|
+
* @deprecated Not yet officially supported. May be removed or renamed.
|
|
856
|
+
*/
|
|
857
|
+
reportAuthority?: Maybe<Authority>;
|
|
858
|
+
/** ReportType of this situation */
|
|
859
|
+
reportType?: Maybe<ReportType>;
|
|
860
|
+
/** @deprecated Use affects instead */
|
|
861
|
+
serviceJourneys: Array<Maybe<ServiceJourney>>;
|
|
862
|
+
/** Severity of this situation */
|
|
863
|
+
severity?: Maybe<Severity>;
|
|
864
|
+
/** Operator's internal id for this situation */
|
|
865
|
+
situationNumber?: Maybe<Scalars['String']['output']>;
|
|
866
|
+
/** @deprecated Use affects instead */
|
|
867
|
+
stopPlaces: Array<StopPlace>;
|
|
868
|
+
/** Summary of situation in all different translations available */
|
|
869
|
+
summary: Array<MultilingualString>;
|
|
870
|
+
/** Period this situation is in effect */
|
|
871
|
+
validityPeriod?: Maybe<ValidityPeriod>;
|
|
872
|
+
/** Timestamp when the situation element was updated. */
|
|
873
|
+
versionedAtTime?: Maybe<Scalars['DateTime']['output']>;
|
|
874
|
+
};
|
|
875
|
+
export declare enum PurchaseWhen {
|
|
876
|
+
AdvanceAndDayOfTravel = "advanceAndDayOfTravel",
|
|
877
|
+
DayOfTravelOnly = "dayOfTravelOnly",
|
|
878
|
+
Other = "other",
|
|
879
|
+
TimeOfTravelOnly = "timeOfTravelOnly",
|
|
880
|
+
UntilPreviousDay = "untilPreviousDay"
|
|
881
|
+
}
|
|
882
|
+
/** A place such as platform, stance, or quayside where passengers have access to PT vehicles. */
|
|
883
|
+
export type Quay = PlaceInterface & {
|
|
884
|
+
__typename?: 'Quay';
|
|
885
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
886
|
+
/** List of visits to this quay as part of vehicle journeys. */
|
|
887
|
+
estimatedCalls: Array<EstimatedCall>;
|
|
888
|
+
/** Geometry for flexible area. */
|
|
889
|
+
flexibleArea?: Maybe<Scalars['Coordinates']['output']>;
|
|
890
|
+
/** the Quays part of an flexible group. */
|
|
891
|
+
flexibleGroup?: Maybe<Array<Maybe<Quay>>>;
|
|
892
|
+
id: Scalars['ID']['output'];
|
|
893
|
+
/** List of journey patterns servicing this quay */
|
|
894
|
+
journeyPatterns: Array<Maybe<JourneyPattern>>;
|
|
895
|
+
latitude?: Maybe<Scalars['Float']['output']>;
|
|
896
|
+
/** List of lines servicing this quay */
|
|
897
|
+
lines: Array<Line>;
|
|
898
|
+
longitude?: Maybe<Scalars['Float']['output']>;
|
|
899
|
+
name: Scalars['String']['output'];
|
|
900
|
+
/** Public code used to identify this quay within the stop place. For instance a platform code. */
|
|
901
|
+
publicCode?: Maybe<Scalars['String']['output']>;
|
|
902
|
+
/** Get all situations active for the quay. */
|
|
903
|
+
situations: Array<PtSituationElement>;
|
|
904
|
+
/** The stop place to which this quay belongs to. */
|
|
905
|
+
stopPlace?: Maybe<StopPlace>;
|
|
906
|
+
stopType?: Maybe<Scalars['String']['output']>;
|
|
907
|
+
tariffZones: Array<Maybe<TariffZone>>;
|
|
908
|
+
timeZone?: Maybe<Scalars['String']['output']>;
|
|
909
|
+
/** Whether this quay is suitable for wheelchair boarding. */
|
|
910
|
+
wheelchairAccessible?: Maybe<WheelchairBoarding>;
|
|
911
|
+
};
|
|
912
|
+
/** A place such as platform, stance, or quayside where passengers have access to PT vehicles. */
|
|
913
|
+
export type QuayEstimatedCallsArgs = {
|
|
914
|
+
arrivalDeparture?: InputMaybe<ArrivalDeparture>;
|
|
915
|
+
includeCancelledTrips?: InputMaybe<Scalars['Boolean']['input']>;
|
|
916
|
+
numberOfDepartures?: InputMaybe<Scalars['Int']['input']>;
|
|
917
|
+
numberOfDeparturesPerLineAndDestinationDisplay?: InputMaybe<Scalars['Int']['input']>;
|
|
918
|
+
startTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
919
|
+
timeRange?: InputMaybe<Scalars['Int']['input']>;
|
|
920
|
+
whiteListed?: InputMaybe<InputWhiteListed>;
|
|
921
|
+
whiteListedModes?: InputMaybe<Array<InputMaybe<TransportMode>>>;
|
|
922
|
+
};
|
|
923
|
+
/** A place such as platform, stance, or quayside where passengers have access to PT vehicles. */
|
|
924
|
+
export type QuayNameArgs = {
|
|
925
|
+
language?: InputMaybe<Scalars['String']['input']>;
|
|
926
|
+
};
|
|
927
|
+
export type QuayAtDistance = {
|
|
928
|
+
__typename?: 'QuayAtDistance';
|
|
929
|
+
/** The distance in meters to the given quay. */
|
|
930
|
+
distance?: Maybe<Scalars['Float']['output']>;
|
|
931
|
+
id: Scalars['ID']['output'];
|
|
932
|
+
quay?: Maybe<Quay>;
|
|
933
|
+
};
|
|
934
|
+
export type QueryType = {
|
|
935
|
+
__typename?: 'QueryType';
|
|
936
|
+
/** Get all authorities */
|
|
937
|
+
authorities: Array<Maybe<Authority>>;
|
|
938
|
+
/** Get an authority by ID */
|
|
939
|
+
authority?: Maybe<Authority>;
|
|
940
|
+
/** Get a single bike park based on its id */
|
|
941
|
+
bikePark?: Maybe<BikePark>;
|
|
942
|
+
/** Get all bike parks */
|
|
943
|
+
bikeParks: Array<Maybe<BikePark>>;
|
|
944
|
+
/** Get all bike rental stations */
|
|
945
|
+
bikeRentalStation?: Maybe<BikeRentalStation>;
|
|
946
|
+
/** Get all bike rental stations */
|
|
947
|
+
bikeRentalStations: Array<Maybe<BikeRentalStation>>;
|
|
948
|
+
/** Get all bike rental stations within the specified bounding box. */
|
|
949
|
+
bikeRentalStationsByBbox: Array<Maybe<BikeRentalStation>>;
|
|
950
|
+
/** Get a single dated service journey based on its id */
|
|
951
|
+
datedServiceJourney?: Maybe<DatedServiceJourney>;
|
|
952
|
+
/** Get all dated service journeys, matching the filters */
|
|
953
|
+
datedServiceJourneys: Array<DatedServiceJourney>;
|
|
954
|
+
/** Get a single group of lines based on its id */
|
|
955
|
+
groupOfLines?: Maybe<GroupOfLines>;
|
|
956
|
+
/** Get all groups of lines */
|
|
957
|
+
groupsOfLines: Array<GroupOfLines>;
|
|
958
|
+
/** Refetch a single leg based on its id */
|
|
959
|
+
leg?: Maybe<Leg>;
|
|
960
|
+
/** Get a single line based on its id */
|
|
961
|
+
line?: Maybe<Line>;
|
|
962
|
+
/** Get all lines */
|
|
963
|
+
lines: Array<Maybe<Line>>;
|
|
964
|
+
/** Get all places (quays, stop places, car parks etc. with coordinates) within the specified radius from a location. The returned type has two fields place and distance. The search is done by walking so the distance is according to the network of walkables. */
|
|
965
|
+
nearest?: Maybe<PlaceAtDistanceConnection>;
|
|
966
|
+
/** Get a operator by ID */
|
|
967
|
+
operator?: Maybe<Operator>;
|
|
968
|
+
/** Get all operators */
|
|
969
|
+
operators: Array<Maybe<Operator>>;
|
|
970
|
+
/** Get a single quay based on its id) */
|
|
971
|
+
quay?: Maybe<Quay>;
|
|
972
|
+
/** Get all quays */
|
|
973
|
+
quays: Array<Maybe<Quay>>;
|
|
974
|
+
/** Get all quays within the specified bounding box */
|
|
975
|
+
quaysByBbox: Array<Maybe<Quay>>;
|
|
976
|
+
/** Get all quays within the specified walking radius from a location. There are no maximum limits for the input parameters, but the query will timeout and return if the parameters are too high. */
|
|
977
|
+
quaysByRadius?: Maybe<QuayAtDistanceConnection>;
|
|
978
|
+
/** Get default routing parameters. */
|
|
979
|
+
routingParameters?: Maybe<RoutingParameters>;
|
|
980
|
+
/** Get OTP server information */
|
|
981
|
+
serverInfo: ServerInfo;
|
|
982
|
+
/** Get a single service journey based on its id */
|
|
983
|
+
serviceJourney?: Maybe<ServiceJourney>;
|
|
984
|
+
/** Get all service journeys */
|
|
985
|
+
serviceJourneys: Array<Maybe<ServiceJourney>>;
|
|
986
|
+
/** Get a single situation based on its situationNumber */
|
|
987
|
+
situation?: Maybe<PtSituationElement>;
|
|
988
|
+
/** Get all active situations. */
|
|
989
|
+
situations: Array<PtSituationElement>;
|
|
990
|
+
/** Get a single stopPlace based on its id) */
|
|
991
|
+
stopPlace?: Maybe<StopPlace>;
|
|
992
|
+
/** Get all stopPlaces */
|
|
993
|
+
stopPlaces: Array<Maybe<StopPlace>>;
|
|
994
|
+
/** Get all stop places within the specified bounding box */
|
|
995
|
+
stopPlacesByBbox: Array<Maybe<StopPlace>>;
|
|
996
|
+
/** Input type for executing a travel search for a trip between two locations. Returns trip patterns describing suggested alternatives for the trip. */
|
|
997
|
+
trip: Trip;
|
|
998
|
+
/** Via trip search. Find trip patterns traveling via one or more intermediate (via) locations. */
|
|
999
|
+
viaTrip: ViaTrip;
|
|
1000
|
+
};
|
|
1001
|
+
export type QueryTypeAuthorityArgs = {
|
|
1002
|
+
id: Scalars['String']['input'];
|
|
1003
|
+
};
|
|
1004
|
+
export type QueryTypeBikeParkArgs = {
|
|
1005
|
+
id: Scalars['String']['input'];
|
|
1006
|
+
};
|
|
1007
|
+
export type QueryTypeBikeRentalStationArgs = {
|
|
1008
|
+
id: Scalars['String']['input'];
|
|
1009
|
+
};
|
|
1010
|
+
export type QueryTypeBikeRentalStationsArgs = {
|
|
1011
|
+
ids?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
1012
|
+
};
|
|
1013
|
+
export type QueryTypeBikeRentalStationsByBboxArgs = {
|
|
1014
|
+
maximumLatitude?: InputMaybe<Scalars['Float']['input']>;
|
|
1015
|
+
maximumLongitude?: InputMaybe<Scalars['Float']['input']>;
|
|
1016
|
+
minimumLatitude?: InputMaybe<Scalars['Float']['input']>;
|
|
1017
|
+
minimumLongitude?: InputMaybe<Scalars['Float']['input']>;
|
|
1018
|
+
};
|
|
1019
|
+
export type QueryTypeDatedServiceJourneyArgs = {
|
|
1020
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
|
1021
|
+
};
|
|
1022
|
+
export type QueryTypeDatedServiceJourneysArgs = {
|
|
1023
|
+
alterations?: InputMaybe<Array<ServiceAlteration>>;
|
|
1024
|
+
authorities?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1025
|
+
lines?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1026
|
+
operatingDays: Array<Scalars['Date']['input']>;
|
|
1027
|
+
privateCodes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1028
|
+
replacementFor?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1029
|
+
serviceJourneys?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1030
|
+
};
|
|
1031
|
+
export type QueryTypeGroupOfLinesArgs = {
|
|
1032
|
+
id: Scalars['String']['input'];
|
|
1033
|
+
};
|
|
1034
|
+
export type QueryTypeLegArgs = {
|
|
1035
|
+
id: Scalars['ID']['input'];
|
|
1036
|
+
};
|
|
1037
|
+
export type QueryTypeLineArgs = {
|
|
1038
|
+
id: Scalars['ID']['input'];
|
|
1039
|
+
};
|
|
1040
|
+
export type QueryTypeLinesArgs = {
|
|
1041
|
+
authorities?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
1042
|
+
flexibleOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1043
|
+
ids?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
1044
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
1045
|
+
publicCode?: InputMaybe<Scalars['String']['input']>;
|
|
1046
|
+
publicCodes?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
1047
|
+
transportModes?: InputMaybe<Array<InputMaybe<TransportMode>>>;
|
|
1048
|
+
};
|
|
1049
|
+
export type QueryTypeNearestArgs = {
|
|
1050
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
1051
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
1052
|
+
filterByIds?: InputMaybe<InputPlaceIds>;
|
|
1053
|
+
filterByInUse?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1054
|
+
filterByModes?: InputMaybe<Array<InputMaybe<TransportMode>>>;
|
|
1055
|
+
filterByPlaceTypes?: InputMaybe<Array<InputMaybe<FilterPlaceType>>>;
|
|
1056
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1057
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
1058
|
+
latitude: Scalars['Float']['input'];
|
|
1059
|
+
longitude: Scalars['Float']['input'];
|
|
1060
|
+
maximumDistance?: Scalars['Float']['input'];
|
|
1061
|
+
maximumResults?: InputMaybe<Scalars['Int']['input']>;
|
|
1062
|
+
multiModalMode?: InputMaybe<MultiModalMode>;
|
|
1063
|
+
};
|
|
1064
|
+
export type QueryTypeOperatorArgs = {
|
|
1065
|
+
id: Scalars['String']['input'];
|
|
1066
|
+
};
|
|
1067
|
+
export type QueryTypeQuayArgs = {
|
|
1068
|
+
id: Scalars['String']['input'];
|
|
1069
|
+
};
|
|
1070
|
+
export type QueryTypeQuaysArgs = {
|
|
1071
|
+
ids?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
1072
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
1073
|
+
};
|
|
1074
|
+
export type QueryTypeQuaysByBboxArgs = {
|
|
1075
|
+
authority?: InputMaybe<Scalars['String']['input']>;
|
|
1076
|
+
filterByInUse?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1077
|
+
maximumLatitude: Scalars['Float']['input'];
|
|
1078
|
+
maximumLongitude: Scalars['Float']['input'];
|
|
1079
|
+
minimumLatitude: Scalars['Float']['input'];
|
|
1080
|
+
minimumLongitude: Scalars['Float']['input'];
|
|
1081
|
+
};
|
|
1082
|
+
export type QueryTypeQuaysByRadiusArgs = {
|
|
1083
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
1084
|
+
authority?: InputMaybe<Scalars['String']['input']>;
|
|
1085
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
1086
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1087
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
1088
|
+
latitude: Scalars['Float']['input'];
|
|
1089
|
+
longitude: Scalars['Float']['input'];
|
|
1090
|
+
radius: Scalars['Float']['input'];
|
|
1091
|
+
};
|
|
1092
|
+
export type QueryTypeServiceJourneyArgs = {
|
|
1093
|
+
id: Scalars['String']['input'];
|
|
1094
|
+
};
|
|
1095
|
+
export type QueryTypeServiceJourneysArgs = {
|
|
1096
|
+
activeDates?: InputMaybe<Array<InputMaybe<Scalars['Date']['input']>>>;
|
|
1097
|
+
authorities?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
1098
|
+
lines?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
1099
|
+
privateCodes?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
1100
|
+
};
|
|
1101
|
+
export type QueryTypeSituationArgs = {
|
|
1102
|
+
situationNumber: Scalars['String']['input'];
|
|
1103
|
+
};
|
|
1104
|
+
export type QueryTypeSituationsArgs = {
|
|
1105
|
+
codespaces?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
1106
|
+
severities?: InputMaybe<Array<InputMaybe<Severity>>>;
|
|
1107
|
+
};
|
|
1108
|
+
export type QueryTypeStopPlaceArgs = {
|
|
1109
|
+
id: Scalars['String']['input'];
|
|
1110
|
+
};
|
|
1111
|
+
export type QueryTypeStopPlacesArgs = {
|
|
1112
|
+
ids?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
1113
|
+
};
|
|
1114
|
+
export type QueryTypeStopPlacesByBboxArgs = {
|
|
1115
|
+
authority?: InputMaybe<Scalars['String']['input']>;
|
|
1116
|
+
filterByInUse?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1117
|
+
maximumLatitude: Scalars['Float']['input'];
|
|
1118
|
+
maximumLongitude: Scalars['Float']['input'];
|
|
1119
|
+
minimumLatitude: Scalars['Float']['input'];
|
|
1120
|
+
minimumLongitude: Scalars['Float']['input'];
|
|
1121
|
+
multiModalMode?: InputMaybe<MultiModalMode>;
|
|
1122
|
+
};
|
|
1123
|
+
export type QueryTypeTripArgs = {
|
|
1124
|
+
accessEgressPenalty?: InputMaybe<Array<PenaltyForStreetMode>>;
|
|
1125
|
+
alightSlackDefault?: InputMaybe<Scalars['Int']['input']>;
|
|
1126
|
+
alightSlackList?: InputMaybe<Array<InputMaybe<TransportModeSlack>>>;
|
|
1127
|
+
arriveBy?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1128
|
+
banned?: InputMaybe<InputBanned>;
|
|
1129
|
+
bicycleOptimisationMethod?: InputMaybe<BicycleOptimisationMethod>;
|
|
1130
|
+
bikeSpeed?: InputMaybe<Scalars['Float']['input']>;
|
|
1131
|
+
boardSlackDefault?: InputMaybe<Scalars['Int']['input']>;
|
|
1132
|
+
boardSlackList?: InputMaybe<Array<InputMaybe<TransportModeSlack>>>;
|
|
1133
|
+
dateTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
1134
|
+
debugItineraryFilter?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1135
|
+
extraSearchCoachReluctance?: InputMaybe<Scalars['Float']['input']>;
|
|
1136
|
+
filters?: InputMaybe<Array<TripFilterInput>>;
|
|
1137
|
+
from: Location;
|
|
1138
|
+
ignoreRealtimeUpdates?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1139
|
+
includePlannedCancellations?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1140
|
+
includeRealtimeCancellations?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1141
|
+
itineraryFilters?: InputMaybe<ItineraryFilters>;
|
|
1142
|
+
locale?: InputMaybe<Locale>;
|
|
1143
|
+
maxAccessEgressDurationForMode?: InputMaybe<Array<StreetModeDurationInput>>;
|
|
1144
|
+
maxDirectDurationForMode?: InputMaybe<Array<StreetModeDurationInput>>;
|
|
1145
|
+
maximumAdditionalTransfers?: InputMaybe<Scalars['Int']['input']>;
|
|
1146
|
+
maximumTransfers?: InputMaybe<Scalars['Int']['input']>;
|
|
1147
|
+
modes?: InputMaybe<Modes>;
|
|
1148
|
+
numTripPatterns?: InputMaybe<Scalars['Int']['input']>;
|
|
1149
|
+
pageCursor?: InputMaybe<Scalars['String']['input']>;
|
|
1150
|
+
relaxTransitSearchGeneralizedCostAtDestination?: InputMaybe<Scalars['Float']['input']>;
|
|
1151
|
+
searchWindow?: InputMaybe<Scalars['Int']['input']>;
|
|
1152
|
+
timetableView?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1153
|
+
to: Location;
|
|
1154
|
+
transferPenalty?: InputMaybe<Scalars['Int']['input']>;
|
|
1155
|
+
transferSlack?: InputMaybe<Scalars['Int']['input']>;
|
|
1156
|
+
triangleFactors?: InputMaybe<TriangleFactors>;
|
|
1157
|
+
useBikeRentalAvailabilityInformation?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1158
|
+
waitReluctance?: InputMaybe<Scalars['Float']['input']>;
|
|
1159
|
+
walkReluctance?: InputMaybe<Scalars['Float']['input']>;
|
|
1160
|
+
walkSpeed?: InputMaybe<Scalars['Float']['input']>;
|
|
1161
|
+
wheelchairAccessible?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1162
|
+
whiteListed?: InputMaybe<InputWhiteListed>;
|
|
1163
|
+
};
|
|
1164
|
+
export type QueryTypeViaTripArgs = {
|
|
1165
|
+
dateTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
1166
|
+
from: Location;
|
|
1167
|
+
locale?: InputMaybe<Locale>;
|
|
1168
|
+
numTripPatterns?: InputMaybe<Scalars['Int']['input']>;
|
|
1169
|
+
pageCursor?: InputMaybe<Scalars['String']['input']>;
|
|
1170
|
+
searchWindow: Scalars['Duration']['input'];
|
|
1171
|
+
segments?: InputMaybe<Array<ViaSegmentInput>>;
|
|
1172
|
+
to: Location;
|
|
1173
|
+
via: Array<ViaLocationInput>;
|
|
1174
|
+
wheelchairAccessible?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1175
|
+
};
|
|
1176
|
+
export declare enum RealtimeState {
|
|
1177
|
+
/** The service journey has been added using a real-time update, i.e. the service journey was not present in the regular time table. */
|
|
1178
|
+
Added = "Added",
|
|
1179
|
+
/** The service journey has been canceled by a real-time update. */
|
|
1180
|
+
Canceled = "canceled",
|
|
1181
|
+
/** The service journey information has been updated and resulted in a different journey pattern compared to the journey pattern of the scheduled service journey. */
|
|
1182
|
+
Modified = "modified",
|
|
1183
|
+
/** The service journey information comes from the regular time table, i.e. no real-time update has been applied. */
|
|
1184
|
+
Scheduled = "scheduled",
|
|
1185
|
+
/** The service journey information has been updated, but the journey pattern stayed the same as the journey pattern of the scheduled service journey. */
|
|
1186
|
+
Updated = "updated"
|
|
1187
|
+
}
|
|
1188
|
+
export declare enum RelativeDirection {
|
|
1189
|
+
CircleClockwise = "circleClockwise",
|
|
1190
|
+
CircleCounterclockwise = "circleCounterclockwise",
|
|
1191
|
+
Continue = "continue",
|
|
1192
|
+
Depart = "depart",
|
|
1193
|
+
Elevator = "elevator",
|
|
1194
|
+
HardLeft = "hardLeft",
|
|
1195
|
+
HardRight = "hardRight",
|
|
1196
|
+
Left = "left",
|
|
1197
|
+
Right = "right",
|
|
1198
|
+
SlightlyLeft = "slightlyLeft",
|
|
1199
|
+
SlightlyRight = "slightlyRight",
|
|
1200
|
+
UturnLeft = "uturnLeft",
|
|
1201
|
+
UturnRight = "uturnRight"
|
|
1202
|
+
}
|
|
1203
|
+
export type RentalVehicle = PlaceInterface & {
|
|
1204
|
+
__typename?: 'RentalVehicle';
|
|
1205
|
+
currentRangeMeters?: Maybe<Scalars['Float']['output']>;
|
|
1206
|
+
id: Scalars['ID']['output'];
|
|
1207
|
+
latitude: Scalars['Float']['output'];
|
|
1208
|
+
longitude: Scalars['Float']['output'];
|
|
1209
|
+
network: Scalars['String']['output'];
|
|
1210
|
+
vehicleType: RentalVehicleType;
|
|
1211
|
+
};
|
|
1212
|
+
export type RentalVehicleType = {
|
|
1213
|
+
__typename?: 'RentalVehicleType';
|
|
1214
|
+
formFactor: Scalars['String']['output'];
|
|
1215
|
+
maxRangeMeters?: Maybe<Scalars['Float']['output']>;
|
|
1216
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
1217
|
+
propulsionType: Scalars['String']['output'];
|
|
1218
|
+
vehicleTypeId: Scalars['String']['output'];
|
|
1219
|
+
};
|
|
1220
|
+
export declare enum ReportType {
|
|
1221
|
+
/** Indicates a general info-message that should not affect trip. */
|
|
1222
|
+
General = "general",
|
|
1223
|
+
/** Indicates an incident that may affect trip. */
|
|
1224
|
+
Incident = "incident"
|
|
1225
|
+
}
|
|
1226
|
+
/** Description of the reason, why the planner did not return any results */
|
|
1227
|
+
export type RoutingError = {
|
|
1228
|
+
__typename?: 'RoutingError';
|
|
1229
|
+
/** An enum describing the reason */
|
|
1230
|
+
code: RoutingErrorCode;
|
|
1231
|
+
/** A textual description of why the search failed. The clients are expected to have their own translations based on the code, for user visible error messages. */
|
|
1232
|
+
description: Scalars['String']['output'];
|
|
1233
|
+
/** An enum describing the field which should be changed, in order for the search to succeed */
|
|
1234
|
+
inputField?: Maybe<InputField>;
|
|
1235
|
+
};
|
|
1236
|
+
export declare enum RoutingErrorCode {
|
|
1237
|
+
/** The specified location is not close to any streets or transit stops */
|
|
1238
|
+
LocationNotFound = "locationNotFound",
|
|
1239
|
+
/** No stops are reachable from the location specified. You can try searching using a different access or egress mode */
|
|
1240
|
+
NoStopsInRange = "noStopsInRange",
|
|
1241
|
+
/** No transit connection was found between the origin and destination withing the operating day or the next day */
|
|
1242
|
+
NoTransitConnection = "noTransitConnection",
|
|
1243
|
+
/** Transit connection was found, but it was outside the search window, see metadata for the next search window */
|
|
1244
|
+
NoTransitConnectionInSearchWindow = "noTransitConnectionInSearchWindow",
|
|
1245
|
+
/** The coordinates are outside the bounds of the data currently loaded into the system */
|
|
1246
|
+
OutsideBounds = "outsideBounds",
|
|
1247
|
+
/** The date specified is outside the range of data currently loaded into the system */
|
|
1248
|
+
OutsideServicePeriod = "outsideServicePeriod",
|
|
1249
|
+
/** The origin and destination are so close to each other, that walking is always better, but no direct mode was specified for the search */
|
|
1250
|
+
WalkingBetterThanTransit = "walkingBetterThanTransit"
|
|
1251
|
+
}
|
|
1252
|
+
/** The default parameters used in travel searches. */
|
|
1253
|
+
export type RoutingParameters = {
|
|
1254
|
+
__typename?: 'RoutingParameters';
|
|
1255
|
+
/** The alightSlack is the minimum extra time after exiting a public transport vehicle. This is the default value used, if not overridden by the 'alightSlackList'. */
|
|
1256
|
+
alightSlackDefault?: Maybe<Scalars['Int']['output']>;
|
|
1257
|
+
/** List of alightSlack for a given set of modes. */
|
|
1258
|
+
alightSlackList?: Maybe<Array<Maybe<TransportModeSlackType>>>;
|
|
1259
|
+
/** @deprecated Rental is specified by modes */
|
|
1260
|
+
allowBikeRental?: Maybe<Scalars['Boolean']['output']>;
|
|
1261
|
+
/** Separate cost for boarding a vehicle with a bicycle, which is more difficult than on foot. */
|
|
1262
|
+
bikeBoardCost?: Maybe<Scalars['Int']['output']>;
|
|
1263
|
+
/** Cost to park a bike. */
|
|
1264
|
+
bikeParkCost?: Maybe<Scalars['Int']['output']>;
|
|
1265
|
+
/** Time to park a bike. */
|
|
1266
|
+
bikeParkTime?: Maybe<Scalars['Int']['output']>;
|
|
1267
|
+
/** Cost to drop-off a rented bike. */
|
|
1268
|
+
bikeRentalDropOffCost?: Maybe<Scalars['Int']['output']>;
|
|
1269
|
+
/** Time to drop-off a rented bike. */
|
|
1270
|
+
bikeRentalDropOffTime?: Maybe<Scalars['Int']['output']>;
|
|
1271
|
+
/** Cost to rent a bike. */
|
|
1272
|
+
bikeRentalPickupCost?: Maybe<Scalars['Int']['output']>;
|
|
1273
|
+
/** Time to rent a bike. */
|
|
1274
|
+
bikeRentalPickupTime?: Maybe<Scalars['Int']['output']>;
|
|
1275
|
+
/** Max bike speed along streets, in meters per second */
|
|
1276
|
+
bikeSpeed?: Maybe<Scalars['Float']['output']>;
|
|
1277
|
+
/** The boardSlack is the minimum extra time to board a public transport vehicle. This is the same as the 'minimumTransferTime', except that this also apply to to the first transit leg in the trip. This is the default value used, if not overridden by the 'boardSlackList'. */
|
|
1278
|
+
boardSlackDefault?: Maybe<Scalars['Int']['output']>;
|
|
1279
|
+
/** List of boardSlack for a given set of modes. */
|
|
1280
|
+
boardSlackList?: Maybe<Array<Maybe<TransportModeSlackType>>>;
|
|
1281
|
+
/** The acceleration speed of an automobile, in meters per second per second. */
|
|
1282
|
+
carAccelerationSpeed?: Maybe<Scalars['Float']['output']>;
|
|
1283
|
+
/** The deceleration speed of an automobile, in meters per second per second. */
|
|
1284
|
+
carDecelerationSpeed?: Maybe<Scalars['Float']['output']>;
|
|
1285
|
+
/** Time to park a car in a park and ride, w/o taking into account driving and walking cost. */
|
|
1286
|
+
carDropOffTime?: Maybe<Scalars['Int']['output']>;
|
|
1287
|
+
/** Max car speed along streets, in meters per second */
|
|
1288
|
+
carSpeed?: Maybe<Scalars['Float']['output']>;
|
|
1289
|
+
/** @deprecated NOT IN USE IN OTP2. */
|
|
1290
|
+
compactLegsByReversedSearch?: Maybe<Scalars['Boolean']['output']>;
|
|
1291
|
+
/** @deprecated Use `itineraryFilter.debug` instead. */
|
|
1292
|
+
debugItineraryFilter?: Maybe<Scalars['Boolean']['output']>;
|
|
1293
|
+
/**
|
|
1294
|
+
* Option to disable the default filtering of GTFS-RT alerts by time.
|
|
1295
|
+
* @deprecated This is not supported!
|
|
1296
|
+
*/
|
|
1297
|
+
disableAlertFiltering?: Maybe<Scalars['Boolean']['output']>;
|
|
1298
|
+
/** If true, the remaining weight heuristic is disabled. */
|
|
1299
|
+
disableRemainingWeightHeuristic?: Maybe<Scalars['Boolean']['output']>;
|
|
1300
|
+
/** What is the cost of boarding a elevator? */
|
|
1301
|
+
elevatorBoardCost?: Maybe<Scalars['Int']['output']>;
|
|
1302
|
+
/** How long does it take to get on an elevator, on average. */
|
|
1303
|
+
elevatorBoardTime?: Maybe<Scalars['Int']['output']>;
|
|
1304
|
+
/** What is the cost of travelling one floor on an elevator? */
|
|
1305
|
+
elevatorHopCost?: Maybe<Scalars['Int']['output']>;
|
|
1306
|
+
/** How long does it take to advance one floor on an elevator? */
|
|
1307
|
+
elevatorHopTime?: Maybe<Scalars['Int']['output']>;
|
|
1308
|
+
/** Whether to apply the ellipsoid->geoid offset to all elevations in the response. */
|
|
1309
|
+
geoIdElevation?: Maybe<Scalars['Boolean']['output']>;
|
|
1310
|
+
/** When true, realtime updates are ignored during this search. */
|
|
1311
|
+
ignoreRealTimeUpdates?: Maybe<Scalars['Boolean']['output']>;
|
|
1312
|
+
/** When true, service journeys cancelled in scheduled route data will be included during this search. */
|
|
1313
|
+
includedPlannedCancellations?: Maybe<Scalars['Boolean']['output']>;
|
|
1314
|
+
/** @deprecated Parking is specified by modes */
|
|
1315
|
+
kissAndRide?: Maybe<Scalars['Boolean']['output']>;
|
|
1316
|
+
/** Maximum number of transfers allowed in addition to the result with least number of transfers */
|
|
1317
|
+
maxAdditionalTransfers?: Maybe<Scalars['Int']['output']>;
|
|
1318
|
+
/** This is the maximum duration in seconds for a direct street search. This is a performance limit and should therefore be set high. Use filters to limit what is presented to the client. */
|
|
1319
|
+
maxDirectStreetDuration?: Maybe<Scalars['Int']['output']>;
|
|
1320
|
+
/** The maximum slope of streets for wheelchair trips. */
|
|
1321
|
+
maxSlope?: Maybe<Scalars['Float']['output']>;
|
|
1322
|
+
/** Maximum number of transfers returned in a trip plan. */
|
|
1323
|
+
maxTransfers?: Maybe<Scalars['Int']['output']>;
|
|
1324
|
+
/** The maximum number of itineraries to return. */
|
|
1325
|
+
numItineraries?: Maybe<Scalars['Int']['output']>;
|
|
1326
|
+
/**
|
|
1327
|
+
* Accept only paths that use transit (no street-only paths).
|
|
1328
|
+
* @deprecated This is replaced by modes input object
|
|
1329
|
+
*/
|
|
1330
|
+
onlyTransitTrips?: Maybe<Scalars['Boolean']['output']>;
|
|
1331
|
+
/** Penalty added for using every route that is not preferred if user set any route as preferred. We return number of seconds that we are willing to wait for preferred route. */
|
|
1332
|
+
otherThanPreferredRoutesPenalty?: Maybe<Scalars['Int']['output']>;
|
|
1333
|
+
/** @deprecated Parking is specified by modes */
|
|
1334
|
+
parkAndRide?: Maybe<Scalars['Boolean']['output']>;
|
|
1335
|
+
/** @deprecated NOT IN USE IN OTP2. */
|
|
1336
|
+
reverseOptimizeOnTheFly?: Maybe<Scalars['Boolean']['output']>;
|
|
1337
|
+
/**
|
|
1338
|
+
* Whether the planner should return intermediate stops lists for transit legs.
|
|
1339
|
+
* @deprecated This parameter is always enabled
|
|
1340
|
+
*/
|
|
1341
|
+
showIntermediateStops?: Maybe<Scalars['Boolean']['output']>;
|
|
1342
|
+
/** Used instead of walkReluctance for stairs. */
|
|
1343
|
+
stairsReluctance?: Maybe<Scalars['Float']['output']>;
|
|
1344
|
+
/** An extra penalty added on transfers (i.e. all boardings except the first one). */
|
|
1345
|
+
transferPenalty?: Maybe<Scalars['Int']['output']>;
|
|
1346
|
+
/** A global minimum transfer time (in seconds) that specifies the minimum amount of time that must pass between exiting one transit vehicle and boarding another. */
|
|
1347
|
+
transferSlack?: Maybe<Scalars['Int']['output']>;
|
|
1348
|
+
/** Multiplicative factor on expected turning time. */
|
|
1349
|
+
turnReluctance?: Maybe<Scalars['Float']['output']>;
|
|
1350
|
+
/** How much worse is waiting for a transit vehicle than being on a transit vehicle, as a multiplier. */
|
|
1351
|
+
waitReluctance?: Maybe<Scalars['Float']['output']>;
|
|
1352
|
+
/** This prevents unnecessary transfers by adding a cost for boarding a vehicle. */
|
|
1353
|
+
walkBoardCost?: Maybe<Scalars['Int']['output']>;
|
|
1354
|
+
/** A multiplier for how bad walking is, compared to being in transit for equal lengths of time. */
|
|
1355
|
+
walkReluctance?: Maybe<Scalars['Float']['output']>;
|
|
1356
|
+
/** Max walk speed along streets, in meters per second */
|
|
1357
|
+
walkSpeed?: Maybe<Scalars['Float']['output']>;
|
|
1358
|
+
/** Whether the trip must be wheelchair accessible. */
|
|
1359
|
+
wheelChairAccessible?: Maybe<Scalars['Boolean']['output']>;
|
|
1360
|
+
};
|
|
1361
|
+
export type ServerInfo = {
|
|
1362
|
+
__typename?: 'ServerInfo';
|
|
1363
|
+
/** The 'configVersion' of the build-config.json file. */
|
|
1364
|
+
buildConfigVersion?: Maybe<Scalars['String']['output']>;
|
|
1365
|
+
/** OTP Build timestamp */
|
|
1366
|
+
buildTime?: Maybe<Scalars['String']['output']>;
|
|
1367
|
+
gitBranch?: Maybe<Scalars['String']['output']>;
|
|
1368
|
+
gitCommit?: Maybe<Scalars['String']['output']>;
|
|
1369
|
+
gitCommitTime?: Maybe<Scalars['String']['output']>;
|
|
1370
|
+
/** The 'configVersion' of the otp-config.json file. */
|
|
1371
|
+
otpConfigVersion?: Maybe<Scalars['String']['output']>;
|
|
1372
|
+
/** The otp-serialization-version-id used to check graphs for compatibility with current version of OTP. */
|
|
1373
|
+
otpSerializationVersionId?: Maybe<Scalars['String']['output']>;
|
|
1374
|
+
/** The 'configVersion' of the router-config.json file. */
|
|
1375
|
+
routerConfigVersion?: Maybe<Scalars['String']['output']>;
|
|
1376
|
+
/** Maven version */
|
|
1377
|
+
version?: Maybe<Scalars['String']['output']>;
|
|
1378
|
+
};
|
|
1379
|
+
export declare enum ServiceAlteration {
|
|
1380
|
+
Cancellation = "cancellation",
|
|
1381
|
+
ExtraJourney = "extraJourney",
|
|
1382
|
+
Planned = "planned",
|
|
1383
|
+
Replaced = "replaced"
|
|
1384
|
+
}
|
|
1385
|
+
/** A planned vehicle journey with passengers. */
|
|
1386
|
+
export type ServiceJourney = {
|
|
1387
|
+
__typename?: 'ServiceJourney';
|
|
1388
|
+
activeDates: Array<Maybe<Scalars['Date']['output']>>;
|
|
1389
|
+
/** Whether bikes are allowed on service journey. */
|
|
1390
|
+
bikesAllowed?: Maybe<BikesAllowed>;
|
|
1391
|
+
/**
|
|
1392
|
+
* Booking arrangements for flexible services.
|
|
1393
|
+
* @deprecated BookingArrangements are defined per stop, and can be found under `passingTimes` or `estimatedCalls`
|
|
1394
|
+
*/
|
|
1395
|
+
bookingArrangements?: Maybe<BookingArrangement>;
|
|
1396
|
+
directionType?: Maybe<DirectionType>;
|
|
1397
|
+
/** Returns scheduled passingTimes for this ServiceJourney for a given date, updated with realtime-updates (if available). NB! This takes a date as argument (default=today) and returns estimatedCalls for that date and should only be used if the date is known when creating the request. For fetching estimatedCalls for a given trip.leg, use leg.serviceJourneyEstimatedCalls instead. */
|
|
1398
|
+
estimatedCalls?: Maybe<Array<Maybe<EstimatedCall>>>;
|
|
1399
|
+
id: Scalars['ID']['output'];
|
|
1400
|
+
/** JourneyPattern for the service journey, according to scheduled data. If the ServiceJourney is not included in the scheduled data, null is returned. */
|
|
1401
|
+
journeyPattern?: Maybe<JourneyPattern>;
|
|
1402
|
+
line: Line;
|
|
1403
|
+
notices: Array<Notice>;
|
|
1404
|
+
operator?: Maybe<Operator>;
|
|
1405
|
+
/** Returns scheduled passing times only - without realtime-updates, for realtime-data use 'estimatedCalls' */
|
|
1406
|
+
passingTimes: Array<Maybe<TimetabledPassingTime>>;
|
|
1407
|
+
/** Detailed path travelled by service journey. Not available for flexible trips. */
|
|
1408
|
+
pointsOnLink?: Maybe<PointsOnLink>;
|
|
1409
|
+
/** For internal use by operators. */
|
|
1410
|
+
privateCode?: Maybe<Scalars['String']['output']>;
|
|
1411
|
+
/** Publicly announced code for service journey, differentiating it from other service journeys for the same line. */
|
|
1412
|
+
publicCode?: Maybe<Scalars['String']['output']>;
|
|
1413
|
+
/** Quays visited by service journey, according to scheduled data. If the ServiceJourney is not included in the scheduled data, an empty list is returned. */
|
|
1414
|
+
quays: Array<Quay>;
|
|
1415
|
+
/** @deprecated The service journey alteration will be moved out of SJ and grouped together with the SJ and date. In Netex this new type is called DatedServiceJourney. We will create artificial DSJs for the old SJs. */
|
|
1416
|
+
serviceAlteration?: Maybe<ServiceAlteration>;
|
|
1417
|
+
/** Get all situations active for the service journey. */
|
|
1418
|
+
situations: Array<PtSituationElement>;
|
|
1419
|
+
transportMode?: Maybe<TransportMode>;
|
|
1420
|
+
transportSubmode?: Maybe<TransportSubmode>;
|
|
1421
|
+
/** Whether service journey is accessible with wheelchair. */
|
|
1422
|
+
wheelchairAccessible?: Maybe<WheelchairBoarding>;
|
|
1423
|
+
};
|
|
1424
|
+
/** A planned vehicle journey with passengers. */
|
|
1425
|
+
export type ServiceJourneyEstimatedCallsArgs = {
|
|
1426
|
+
date?: InputMaybe<Scalars['Date']['input']>;
|
|
1427
|
+
};
|
|
1428
|
+
/** A planned vehicle journey with passengers. */
|
|
1429
|
+
export type ServiceJourneyQuaysArgs = {
|
|
1430
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1431
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
1432
|
+
};
|
|
1433
|
+
export declare enum Severity {
|
|
1434
|
+
/** Situation has no impact on trips. */
|
|
1435
|
+
NoImpact = "noImpact",
|
|
1436
|
+
/** Situation has an impact on trips (default). */
|
|
1437
|
+
Normal = "normal",
|
|
1438
|
+
/** Situation has a severe impact on trips. */
|
|
1439
|
+
Severe = "severe",
|
|
1440
|
+
/** Situation has a slight impact on trips. */
|
|
1441
|
+
Slight = "slight",
|
|
1442
|
+
/** Severity is undefined. */
|
|
1443
|
+
Undefined = "undefined",
|
|
1444
|
+
/** Situation has unknown impact on trips. */
|
|
1445
|
+
Unknown = "unknown",
|
|
1446
|
+
/** Situation has a very severe impact on trips. */
|
|
1447
|
+
VerySevere = "verySevere",
|
|
1448
|
+
/** Situation has a very slight impact on trips. */
|
|
1449
|
+
VerySlight = "verySlight"
|
|
1450
|
+
}
|
|
1451
|
+
export declare enum StopCondition {
|
|
1452
|
+
/** Situation applies when stop is the destination of the leg. */
|
|
1453
|
+
Destination = "destination",
|
|
1454
|
+
/** Situation applies when transfering to another leg at the stop. */
|
|
1455
|
+
ExceptionalStop = "exceptionalStop",
|
|
1456
|
+
/** Situation applies when passing the stop, without stopping. */
|
|
1457
|
+
NotStopping = "notStopping",
|
|
1458
|
+
/** Situation applies when at the stop, and the stop requires a request to stop. */
|
|
1459
|
+
RequestStop = "requestStop",
|
|
1460
|
+
/** Situation applies when stop is the startpoint of the leg. */
|
|
1461
|
+
StartPoint = "startPoint"
|
|
1462
|
+
}
|
|
1463
|
+
/** Named place where public transport may be accessed. May be a building complex (e.g. a station) or an on-street location. */
|
|
1464
|
+
export type StopPlace = PlaceInterface & {
|
|
1465
|
+
__typename?: 'StopPlace';
|
|
1466
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
1467
|
+
/** List of visits to this stop place as part of vehicle journeys. */
|
|
1468
|
+
estimatedCalls: Array<EstimatedCall>;
|
|
1469
|
+
id: Scalars['ID']['output'];
|
|
1470
|
+
latitude?: Maybe<Scalars['Float']['output']>;
|
|
1471
|
+
longitude?: Maybe<Scalars['Float']['output']>;
|
|
1472
|
+
name: Scalars['String']['output'];
|
|
1473
|
+
/** Returns parent stop for this stop */
|
|
1474
|
+
parent?: Maybe<StopPlace>;
|
|
1475
|
+
/** Returns all quays that are children of this stop place */
|
|
1476
|
+
quays?: Maybe<Array<Maybe<Quay>>>;
|
|
1477
|
+
/** Get all situations active for the stop place. Situations affecting individual quays are not returned, and should be fetched directly from the quay. */
|
|
1478
|
+
situations: Array<PtSituationElement>;
|
|
1479
|
+
tariffZones: Array<Maybe<TariffZone>>;
|
|
1480
|
+
timeZone?: Maybe<Scalars['String']['output']>;
|
|
1481
|
+
/** The transport modes of quays under this stop place. */
|
|
1482
|
+
transportMode?: Maybe<Array<Maybe<TransportMode>>>;
|
|
1483
|
+
/** The transport submode serviced by this stop place. */
|
|
1484
|
+
transportSubmode?: Maybe<Array<Maybe<TransportSubmode>>>;
|
|
1485
|
+
/** Relative weighting of this stop with regards to interchanges. NOT IMPLEMENTED */
|
|
1486
|
+
weighting?: Maybe<InterchangeWeighting>;
|
|
1487
|
+
};
|
|
1488
|
+
/** Named place where public transport may be accessed. May be a building complex (e.g. a station) or an on-street location. */
|
|
1489
|
+
export type StopPlaceEstimatedCallsArgs = {
|
|
1490
|
+
arrivalDeparture?: InputMaybe<ArrivalDeparture>;
|
|
1491
|
+
includeCancelledTrips?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1492
|
+
numberOfDepartures?: InputMaybe<Scalars['Int']['input']>;
|
|
1493
|
+
numberOfDeparturesPerLineAndDestinationDisplay?: InputMaybe<Scalars['Int']['input']>;
|
|
1494
|
+
startTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
1495
|
+
timeRange?: InputMaybe<Scalars['Int']['input']>;
|
|
1496
|
+
whiteListed?: InputMaybe<InputWhiteListed>;
|
|
1497
|
+
whiteListedModes?: InputMaybe<Array<InputMaybe<TransportMode>>>;
|
|
1498
|
+
};
|
|
1499
|
+
/** Named place where public transport may be accessed. May be a building complex (e.g. a station) or an on-street location. */
|
|
1500
|
+
export type StopPlaceNameArgs = {
|
|
1501
|
+
language?: InputMaybe<Scalars['String']['input']>;
|
|
1502
|
+
};
|
|
1503
|
+
/** Named place where public transport may be accessed. May be a building complex (e.g. a station) or an on-street location. */
|
|
1504
|
+
export type StopPlaceQuaysArgs = {
|
|
1505
|
+
filterByInUse?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1506
|
+
};
|
|
1507
|
+
/** List of coordinates between two stops as a polyline */
|
|
1508
|
+
export type StopToStopGeometry = {
|
|
1509
|
+
__typename?: 'StopToStopGeometry';
|
|
1510
|
+
/** Origin Quay */
|
|
1511
|
+
fromQuay?: Maybe<Quay>;
|
|
1512
|
+
/** A list of coordinates encoded as a polyline string between two stops (see http://code.google.com/apis/maps/documentation/polylinealgorithm.html) */
|
|
1513
|
+
pointsOnLink?: Maybe<PointsOnLink>;
|
|
1514
|
+
/** Destination Quay */
|
|
1515
|
+
toQuay?: Maybe<Quay>;
|
|
1516
|
+
};
|
|
1517
|
+
export declare enum StreetMode {
|
|
1518
|
+
/** Bike only. This can be used as access/egress, but transfers will still be walk only. */
|
|
1519
|
+
Bicycle = "bicycle",
|
|
1520
|
+
/** Bike to a bike parking area, then walk the rest of the way. Direct mode and access mode only. */
|
|
1521
|
+
BikePark = "bike_park",
|
|
1522
|
+
/** Walk to a bike rental point, bike to a bike rental drop-off point, and walk the rest of the way. This can include bike rental at fixed locations or free-floating services. */
|
|
1523
|
+
BikeRental = "bike_rental",
|
|
1524
|
+
/** Car only. Direct mode only. */
|
|
1525
|
+
Car = "car",
|
|
1526
|
+
/** Start in the car, drive to a parking area, and walk the rest of the way. Direct mode and access mode only. */
|
|
1527
|
+
CarPark = "car_park",
|
|
1528
|
+
/** Walk to a pickup point along the road, drive to a drop-off point along the road, and walk the rest of the way. This can include various taxi-services or kiss & ride. */
|
|
1529
|
+
CarPickup = "car_pickup",
|
|
1530
|
+
/** Walk to an eligible pickup area for flexible transportation, ride to an eligible drop-off area and then walk the rest of the way. */
|
|
1531
|
+
Flexible = "flexible",
|
|
1532
|
+
/** Walk only */
|
|
1533
|
+
Foot = "foot",
|
|
1534
|
+
/** Walk to a scooter rental point, ride a scooter to a scooter rental drop-off point, and walk the rest of the way. This can include scooter rental at fixed locations or free-floating services. */
|
|
1535
|
+
ScooterRental = "scooter_rental"
|
|
1536
|
+
}
|
|
1537
|
+
/** A combination of street mode and corresponding duration */
|
|
1538
|
+
export type StreetModeDurationInput = {
|
|
1539
|
+
duration: Scalars['Duration']['input'];
|
|
1540
|
+
streetMode: StreetMode;
|
|
1541
|
+
};
|
|
1542
|
+
/** Input format for specifying which modes will be allowed for this search. If this element is not present, it will default to all to foot. */
|
|
1543
|
+
export type StreetModes = {
|
|
1544
|
+
/** The mode used to get from the origin to the access stops in the transit network the transit network (first-mile). If the element is not present or null,only transit that can be immediately boarded from the origin will be used. */
|
|
1545
|
+
accessMode?: InputMaybe<StreetMode>;
|
|
1546
|
+
/** The mode used to get from the origin to the destination directly, without using the transit network. If the element is not present or null,direct travel without using transit will be disallowed. */
|
|
1547
|
+
directMode?: InputMaybe<StreetMode>;
|
|
1548
|
+
/** The mode used to get from the egress stops in the transit network tothe destination (last-mile). If the element is not present or null,only transit that can immediately arrive at the origin will be used. */
|
|
1549
|
+
egressMode?: InputMaybe<StreetMode>;
|
|
1550
|
+
};
|
|
1551
|
+
/**
|
|
1552
|
+
* A system notice is used to tag elements with system information for debugging or other
|
|
1553
|
+
* system related purpose. One use-case is to run a routing search with
|
|
1554
|
+
* `itineraryFilters.debug=listAll`. This will then tag itineraries instead of removing
|
|
1555
|
+
* them from the result. This make it possible to inspect the itinerary-filter-chain. A
|
|
1556
|
+
* SystemNotice only have english text, because the primary user are technical staff, like
|
|
1557
|
+
* testers and developers.
|
|
1558
|
+
*
|
|
1559
|
+
* **NOTE!** _A SystemNotice is for debugging the system, avoid putting logic on it in the
|
|
1560
|
+
* client. The tags and usage may change without notice._
|
|
1561
|
+
*/
|
|
1562
|
+
export type SystemNotice = {
|
|
1563
|
+
__typename?: 'SystemNotice';
|
|
1564
|
+
tag?: Maybe<Scalars['String']['output']>;
|
|
1565
|
+
text?: Maybe<Scalars['String']['output']>;
|
|
1566
|
+
};
|
|
1567
|
+
export type TariffZone = {
|
|
1568
|
+
__typename?: 'TariffZone';
|
|
1569
|
+
id: Scalars['ID']['output'];
|
|
1570
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
1571
|
+
};
|
|
1572
|
+
export type TimeAndDayOffset = {
|
|
1573
|
+
__typename?: 'TimeAndDayOffset';
|
|
1574
|
+
/** Number of days offset from base line time */
|
|
1575
|
+
dayOffset?: Maybe<Scalars['Int']['output']>;
|
|
1576
|
+
/** Local time */
|
|
1577
|
+
time?: Maybe<Scalars['Time']['output']>;
|
|
1578
|
+
};
|
|
1579
|
+
/** Scheduled passing times. These are not affected by real time updates. */
|
|
1580
|
+
export type TimetabledPassingTime = {
|
|
1581
|
+
__typename?: 'TimetabledPassingTime';
|
|
1582
|
+
/** Scheduled time of arrival at quay */
|
|
1583
|
+
arrival?: Maybe<TimeAndDayOffset>;
|
|
1584
|
+
/** Booking arrangements for this passing time. */
|
|
1585
|
+
bookingArrangements?: Maybe<BookingArrangement>;
|
|
1586
|
+
/** Scheduled time of departure from quay */
|
|
1587
|
+
departure?: Maybe<TimeAndDayOffset>;
|
|
1588
|
+
destinationDisplay?: Maybe<DestinationDisplay>;
|
|
1589
|
+
/** Earliest possible departure time for a service journey with a service window. */
|
|
1590
|
+
earliestDepartureTime?: Maybe<TimeAndDayOffset>;
|
|
1591
|
+
/** Whether vehicle may be alighted at quay. */
|
|
1592
|
+
forAlighting: Scalars['Boolean']['output'];
|
|
1593
|
+
/** Whether vehicle may be boarded at quay. */
|
|
1594
|
+
forBoarding: Scalars['Boolean']['output'];
|
|
1595
|
+
/** Latest possible (planned) arrival time for a service journey with a service window. */
|
|
1596
|
+
latestArrivalTime?: Maybe<TimeAndDayOffset>;
|
|
1597
|
+
notices: Array<Notice>;
|
|
1598
|
+
quay: Quay;
|
|
1599
|
+
/** Whether vehicle will only stop on request. */
|
|
1600
|
+
requestStop: Scalars['Boolean']['output'];
|
|
1601
|
+
serviceJourney: ServiceJourney;
|
|
1602
|
+
/** Whether this is a timing point or not. Boarding and alighting is not allowed at timing points. */
|
|
1603
|
+
timingPoint: Scalars['Boolean']['output'];
|
|
1604
|
+
};
|
|
1605
|
+
export type TransitGeneralizedCostFilterParams = {
|
|
1606
|
+
costLimitFunction: Scalars['DoubleFunction']['input'];
|
|
1607
|
+
intervalRelaxFactor: Scalars['Float']['input'];
|
|
1608
|
+
};
|
|
1609
|
+
export declare enum TransportMode {
|
|
1610
|
+
Air = "air",
|
|
1611
|
+
Bus = "bus",
|
|
1612
|
+
Cableway = "cableway",
|
|
1613
|
+
Coach = "coach",
|
|
1614
|
+
Funicular = "funicular",
|
|
1615
|
+
Lift = "lift",
|
|
1616
|
+
Metro = "metro",
|
|
1617
|
+
Monorail = "monorail",
|
|
1618
|
+
Rail = "rail",
|
|
1619
|
+
Taxi = "taxi",
|
|
1620
|
+
Tram = "tram",
|
|
1621
|
+
Trolleybus = "trolleybus",
|
|
1622
|
+
Unknown = "unknown",
|
|
1623
|
+
Water = "water"
|
|
1624
|
+
}
|
|
1625
|
+
/** Used to specify board and alight slack for a given modes. */
|
|
1626
|
+
export type TransportModeSlack = {
|
|
1627
|
+
/** List of modes for which the given slack apply. */
|
|
1628
|
+
modes: Array<TransportMode>;
|
|
1629
|
+
/** The slack used for all given modes. */
|
|
1630
|
+
slack: Scalars['Int']['input'];
|
|
1631
|
+
};
|
|
1632
|
+
/** Used to specify board and alight slack for a given modes. */
|
|
1633
|
+
export type TransportModeSlackType = {
|
|
1634
|
+
__typename?: 'TransportModeSlackType';
|
|
1635
|
+
modes: Array<TransportMode>;
|
|
1636
|
+
slack: Scalars['Int']['output'];
|
|
1637
|
+
};
|
|
1638
|
+
export type TransportModes = {
|
|
1639
|
+
/** A transportMode that should be allowed for this search. You can furthernarrow it down by specifying a list of transportSubModes */
|
|
1640
|
+
transportMode?: InputMaybe<TransportMode>;
|
|
1641
|
+
/** The allowed transportSubModes for this search. If this element is notpresent or null, it will default to all transportSubModes for the specifiedTransportMode. Be aware that all transportSubModes have an associated TransportMode, which must match what is specified in the transportMode field. */
|
|
1642
|
+
transportSubModes?: InputMaybe<Array<InputMaybe<TransportSubmode>>>;
|
|
1643
|
+
};
|
|
1644
|
+
export declare enum TransportSubmode {
|
|
1645
|
+
SchengenAreaFlight = "SchengenAreaFlight",
|
|
1646
|
+
AirportBoatLink = "airportBoatLink",
|
|
1647
|
+
AirportLinkBus = "airportLinkBus",
|
|
1648
|
+
AirportLinkRail = "airportLinkRail",
|
|
1649
|
+
AirshipService = "airshipService",
|
|
1650
|
+
AllFunicularServices = "allFunicularServices",
|
|
1651
|
+
AllHireVehicles = "allHireVehicles",
|
|
1652
|
+
AllTaxiServices = "allTaxiServices",
|
|
1653
|
+
BikeTaxi = "bikeTaxi",
|
|
1654
|
+
BlackCab = "blackCab",
|
|
1655
|
+
CableCar = "cableCar",
|
|
1656
|
+
CableFerry = "cableFerry",
|
|
1657
|
+
CanalBarge = "canalBarge",
|
|
1658
|
+
CarTransportRailService = "carTransportRailService",
|
|
1659
|
+
ChairLift = "chairLift",
|
|
1660
|
+
CharterTaxi = "charterTaxi",
|
|
1661
|
+
CityTram = "cityTram",
|
|
1662
|
+
CommunalTaxi = "communalTaxi",
|
|
1663
|
+
CommuterCoach = "commuterCoach",
|
|
1664
|
+
CrossCountryRail = "crossCountryRail",
|
|
1665
|
+
DedicatedLaneBus = "dedicatedLaneBus",
|
|
1666
|
+
DemandAndResponseBus = "demandAndResponseBus",
|
|
1667
|
+
DomesticCharterFlight = "domesticCharterFlight",
|
|
1668
|
+
DomesticFlight = "domesticFlight",
|
|
1669
|
+
DomesticScheduledFlight = "domesticScheduledFlight",
|
|
1670
|
+
DragLift = "dragLift",
|
|
1671
|
+
ExpressBus = "expressBus",
|
|
1672
|
+
Funicular = "funicular",
|
|
1673
|
+
HelicopterService = "helicopterService",
|
|
1674
|
+
HighFrequencyBus = "highFrequencyBus",
|
|
1675
|
+
HighSpeedPassengerService = "highSpeedPassengerService",
|
|
1676
|
+
HighSpeedRail = "highSpeedRail",
|
|
1677
|
+
HighSpeedVehicleService = "highSpeedVehicleService",
|
|
1678
|
+
HireCar = "hireCar",
|
|
1679
|
+
HireCycle = "hireCycle",
|
|
1680
|
+
HireMotorbike = "hireMotorbike",
|
|
1681
|
+
HireVan = "hireVan",
|
|
1682
|
+
IntercontinentalCharterFlight = "intercontinentalCharterFlight",
|
|
1683
|
+
IntercontinentalFlight = "intercontinentalFlight",
|
|
1684
|
+
International = "international",
|
|
1685
|
+
InternationalCarFerry = "internationalCarFerry",
|
|
1686
|
+
InternationalCharterFlight = "internationalCharterFlight",
|
|
1687
|
+
InternationalCoach = "internationalCoach",
|
|
1688
|
+
InternationalFlight = "internationalFlight",
|
|
1689
|
+
InternationalPassengerFerry = "internationalPassengerFerry",
|
|
1690
|
+
InterregionalRail = "interregionalRail",
|
|
1691
|
+
Lift = "lift",
|
|
1692
|
+
Local = "local",
|
|
1693
|
+
LocalBus = "localBus",
|
|
1694
|
+
LocalCarFerry = "localCarFerry",
|
|
1695
|
+
LocalPassengerFerry = "localPassengerFerry",
|
|
1696
|
+
LocalTram = "localTram",
|
|
1697
|
+
LongDistance = "longDistance",
|
|
1698
|
+
Metro = "metro",
|
|
1699
|
+
MiniCab = "miniCab",
|
|
1700
|
+
MobilityBus = "mobilityBus",
|
|
1701
|
+
MobilityBusForRegisteredDisabled = "mobilityBusForRegisteredDisabled",
|
|
1702
|
+
NationalCarFerry = "nationalCarFerry",
|
|
1703
|
+
NationalCoach = "nationalCoach",
|
|
1704
|
+
NationalPassengerFerry = "nationalPassengerFerry",
|
|
1705
|
+
NightBus = "nightBus",
|
|
1706
|
+
NightRail = "nightRail",
|
|
1707
|
+
PostBoat = "postBoat",
|
|
1708
|
+
PostBus = "postBus",
|
|
1709
|
+
RackAndPinionRailway = "rackAndPinionRailway",
|
|
1710
|
+
RailReplacementBus = "railReplacementBus",
|
|
1711
|
+
RailShuttle = "railShuttle",
|
|
1712
|
+
RailTaxi = "railTaxi",
|
|
1713
|
+
RegionalBus = "regionalBus",
|
|
1714
|
+
RegionalCarFerry = "regionalCarFerry",
|
|
1715
|
+
RegionalCoach = "regionalCoach",
|
|
1716
|
+
RegionalPassengerFerry = "regionalPassengerFerry",
|
|
1717
|
+
RegionalRail = "regionalRail",
|
|
1718
|
+
RegionalTram = "regionalTram",
|
|
1719
|
+
ReplacementRailService = "replacementRailService",
|
|
1720
|
+
RiverBus = "riverBus",
|
|
1721
|
+
RoadFerryLink = "roadFerryLink",
|
|
1722
|
+
RoundTripCharterFlight = "roundTripCharterFlight",
|
|
1723
|
+
ScheduledFerry = "scheduledFerry",
|
|
1724
|
+
SchoolAndPublicServiceBus = "schoolAndPublicServiceBus",
|
|
1725
|
+
SchoolBoat = "schoolBoat",
|
|
1726
|
+
SchoolBus = "schoolBus",
|
|
1727
|
+
SchoolCoach = "schoolCoach",
|
|
1728
|
+
ShortHaulInternationalFlight = "shortHaulInternationalFlight",
|
|
1729
|
+
ShuttleBus = "shuttleBus",
|
|
1730
|
+
ShuttleCoach = "shuttleCoach",
|
|
1731
|
+
ShuttleFerryService = "shuttleFerryService",
|
|
1732
|
+
ShuttleFlight = "shuttleFlight",
|
|
1733
|
+
ShuttleTram = "shuttleTram",
|
|
1734
|
+
SightseeingBus = "sightseeingBus",
|
|
1735
|
+
SightseeingCoach = "sightseeingCoach",
|
|
1736
|
+
SightseeingFlight = "sightseeingFlight",
|
|
1737
|
+
SightseeingService = "sightseeingService",
|
|
1738
|
+
SightseeingTram = "sightseeingTram",
|
|
1739
|
+
SleeperRailService = "sleeperRailService",
|
|
1740
|
+
SpecialCoach = "specialCoach",
|
|
1741
|
+
SpecialNeedsBus = "specialNeedsBus",
|
|
1742
|
+
SpecialTrain = "specialTrain",
|
|
1743
|
+
StreetCableCar = "streetCableCar",
|
|
1744
|
+
SuburbanRailway = "suburbanRailway",
|
|
1745
|
+
Telecabin = "telecabin",
|
|
1746
|
+
TelecabinLink = "telecabinLink",
|
|
1747
|
+
TouristCoach = "touristCoach",
|
|
1748
|
+
TouristRailway = "touristRailway",
|
|
1749
|
+
TrainFerry = "trainFerry",
|
|
1750
|
+
TrainTram = "trainTram",
|
|
1751
|
+
Tube = "tube",
|
|
1752
|
+
Undefined = "undefined",
|
|
1753
|
+
UndefinedFunicular = "undefinedFunicular",
|
|
1754
|
+
Unknown = "unknown",
|
|
1755
|
+
UrbanRailway = "urbanRailway",
|
|
1756
|
+
WaterTaxi = "waterTaxi"
|
|
1757
|
+
}
|
|
1758
|
+
/** How much the factors safety, slope and distance are weighted relative to each other when routing bicycle legs. In total all three values need to add up to 1. */
|
|
1759
|
+
export type TriangleFactors = {
|
|
1760
|
+
/** How important is bicycle safety expressed as a fraction of 1. */
|
|
1761
|
+
safety: Scalars['Float']['input'];
|
|
1762
|
+
/** How important is slope/elevation expressed as a fraction of 1. */
|
|
1763
|
+
slope: Scalars['Float']['input'];
|
|
1764
|
+
/** How important is time expressed as a fraction of 1. Note that what this really optimises for is distance (even if that means going over terrible surfaces, so I might be slower than the safe route). */
|
|
1765
|
+
time: Scalars['Float']['input'];
|
|
1766
|
+
};
|
|
1767
|
+
/** Description of a travel between two places. */
|
|
1768
|
+
export type Trip = {
|
|
1769
|
+
__typename?: 'Trip';
|
|
1770
|
+
/** The time and date of travel */
|
|
1771
|
+
dateTime?: Maybe<Scalars['DateTime']['output']>;
|
|
1772
|
+
/** Information about the timings for the trip generation */
|
|
1773
|
+
debugOutput: DebugOutput;
|
|
1774
|
+
/** The origin */
|
|
1775
|
+
fromPlace: Place;
|
|
1776
|
+
/**
|
|
1777
|
+
* A list of possible error messages as enum
|
|
1778
|
+
* @deprecated Use routingErrors instead
|
|
1779
|
+
*/
|
|
1780
|
+
messageEnums: Array<Maybe<Scalars['String']['output']>>;
|
|
1781
|
+
/**
|
|
1782
|
+
* A list of possible error messages in cleartext
|
|
1783
|
+
* @deprecated Use routingErrors instead
|
|
1784
|
+
*/
|
|
1785
|
+
messageStrings: Array<Maybe<Scalars['String']['output']>>;
|
|
1786
|
+
/** The trip request metadata. */
|
|
1787
|
+
metadata?: Maybe<TripSearchData>;
|
|
1788
|
+
/**
|
|
1789
|
+
* Use the cursor to get the next page of results. Use this cursor for the pageCursor parameter in the trip query in order to get the next page.
|
|
1790
|
+
* The next page is a set of itineraries departing AFTER the last itinerary in this result.
|
|
1791
|
+
*/
|
|
1792
|
+
nextPageCursor?: Maybe<Scalars['String']['output']>;
|
|
1793
|
+
/**
|
|
1794
|
+
* Use the cursor to get the previous page of results. Use this cursor for the pageCursor parameter in the trip query in order to get the previous page.
|
|
1795
|
+
* The previous page is a set of itineraries departing BEFORE the first itinerary in this result.
|
|
1796
|
+
*/
|
|
1797
|
+
previousPageCursor?: Maybe<Scalars['String']['output']>;
|
|
1798
|
+
/** A list of routing errors, and fields which caused them */
|
|
1799
|
+
routingErrors: Array<RoutingError>;
|
|
1800
|
+
/** The destination */
|
|
1801
|
+
toPlace: Place;
|
|
1802
|
+
/** A list of possible trip patterns */
|
|
1803
|
+
tripPatterns: Array<TripPattern>;
|
|
1804
|
+
};
|
|
1805
|
+
/** Description of a travel between two places. */
|
|
1806
|
+
export type TripMessageStringsArgs = {
|
|
1807
|
+
language?: InputMaybe<Scalars['String']['input']>;
|
|
1808
|
+
};
|
|
1809
|
+
/** A collection of selectors for what lines/trips should be included in / excluded from search */
|
|
1810
|
+
export type TripFilterInput = {
|
|
1811
|
+
/** A list of selectors for what lines/trips should be excluded during the search. If line/trip matches with at least one selector it will be excluded. */
|
|
1812
|
+
not?: InputMaybe<Array<TripFilterSelectInput>>;
|
|
1813
|
+
/** A list of selectors for what lines/trips should be allowed during search. In order to be accepted a trip/line has to match with at least one selector. An empty list means that everything should be allowed. */
|
|
1814
|
+
select?: InputMaybe<Array<TripFilterSelectInput>>;
|
|
1815
|
+
};
|
|
1816
|
+
/** A list of selectors for filter allow-list / exclude-list. An empty list means that everything is allowed. A trip/line will match with selectors if it matches with all non-empty lists. The `select` is always applied first, then `not`. If only `not` not is present, the exclude is applied to the existing set of lines. */
|
|
1817
|
+
export type TripFilterSelectInput = {
|
|
1818
|
+
/** Set of ids for authorities that should be included in/excluded from search */
|
|
1819
|
+
authorities?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
1820
|
+
/** Set of ids for group of lines that should be included in/excluded from the search */
|
|
1821
|
+
groupOfLines?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
1822
|
+
/** Set of ids for lines that should be included in/excluded from search */
|
|
1823
|
+
lines?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
1824
|
+
/** Set of ids for service journeys that should be included in/excluded from search */
|
|
1825
|
+
serviceJourneys?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
1826
|
+
/** The allowed modes for the transit part of the trip. Use an empty list to disallow transit for this search. If the element is not present or null, it will default to all transport modes. */
|
|
1827
|
+
transportModes?: InputMaybe<Array<TransportModes>>;
|
|
1828
|
+
};
|
|
1829
|
+
/** List of legs constituting a suggested sequence of rides and links for a specific trip. */
|
|
1830
|
+
export type TripPattern = {
|
|
1831
|
+
__typename?: 'TripPattern';
|
|
1832
|
+
/** The aimed date and time the trip ends. */
|
|
1833
|
+
aimedEndTime: Scalars['DateTime']['output'];
|
|
1834
|
+
/** The aimed date and time the trip starts. */
|
|
1835
|
+
aimedStartTime: Scalars['DateTime']['output'];
|
|
1836
|
+
/** NOT IMPLEMENTED. */
|
|
1837
|
+
directDuration?: Maybe<Scalars['Long']['output']>;
|
|
1838
|
+
/** Total distance for the trip, in meters. NOT IMPLEMENTED */
|
|
1839
|
+
distance?: Maybe<Scalars['Float']['output']>;
|
|
1840
|
+
/** Duration of the trip, in seconds. */
|
|
1841
|
+
duration?: Maybe<Scalars['Long']['output']>;
|
|
1842
|
+
/**
|
|
1843
|
+
* Time that the trip arrives.
|
|
1844
|
+
* @deprecated Replaced with expectedEndTime
|
|
1845
|
+
*/
|
|
1846
|
+
endTime?: Maybe<Scalars['DateTime']['output']>;
|
|
1847
|
+
/** The expected, realtime adjusted date and time the trip ends. */
|
|
1848
|
+
expectedEndTime: Scalars['DateTime']['output'];
|
|
1849
|
+
/** The expected, realtime adjusted date and time the trip starts. */
|
|
1850
|
+
expectedStartTime: Scalars['DateTime']['output'];
|
|
1851
|
+
/** Generalized cost or weight of the itinerary. Used for debugging. */
|
|
1852
|
+
generalizedCost?: Maybe<Scalars['Int']['output']>;
|
|
1853
|
+
/** A list of legs. Each leg is either a walking (cycling, car) portion of the trip, or a ride leg on a particular vehicle. So a trip where the use walks to the Q train, transfers to the 6, then walks to their destination, has four legs. */
|
|
1854
|
+
legs: Array<Leg>;
|
|
1855
|
+
/**
|
|
1856
|
+
* Time that the trip departs.
|
|
1857
|
+
* @deprecated Replaced with expectedStartTime
|
|
1858
|
+
*/
|
|
1859
|
+
startTime?: Maybe<Scalars['DateTime']['output']>;
|
|
1860
|
+
/** How far the user has to walk, bike and/or drive in meters. It includes all street(none transit) modes. */
|
|
1861
|
+
streetDistance?: Maybe<Scalars['Float']['output']>;
|
|
1862
|
+
/** Get all system notices. */
|
|
1863
|
+
systemNotices: Array<SystemNotice>;
|
|
1864
|
+
/** A cost calculated to favor transfer with higher priority. This field is meant for debugging only. */
|
|
1865
|
+
transferPriorityCost?: Maybe<Scalars['Int']['output']>;
|
|
1866
|
+
/** A cost calculated to distribute wait-time and avoid very short transfers. This field is meant for debugging only. */
|
|
1867
|
+
waitTimeOptimizedCost?: Maybe<Scalars['Int']['output']>;
|
|
1868
|
+
/** How much time is spent waiting for transit to arrive, in seconds. */
|
|
1869
|
+
waitingTime?: Maybe<Scalars['Long']['output']>;
|
|
1870
|
+
/** @deprecated Replaced by `streetDistance`. */
|
|
1871
|
+
walkDistance?: Maybe<Scalars['Float']['output']>;
|
|
1872
|
+
/** How much time is spent walking, in seconds. */
|
|
1873
|
+
walkTime?: Maybe<Scalars['Long']['output']>;
|
|
1874
|
+
};
|
|
1875
|
+
/** Trips search metadata. */
|
|
1876
|
+
export type TripSearchData = {
|
|
1877
|
+
__typename?: 'TripSearchData';
|
|
1878
|
+
/**
|
|
1879
|
+
* This is the suggested search time for the "next page" or time window. Insert it together with the 'searchWindowUsed' in the request to get a new set of trips following in the time-window AFTER the current search.
|
|
1880
|
+
* @deprecated Use pageCursor instead
|
|
1881
|
+
*/
|
|
1882
|
+
nextDateTime?: Maybe<Scalars['DateTime']['output']>;
|
|
1883
|
+
/**
|
|
1884
|
+
* This is the suggested search time for the "previous page" or time-window. Insert it together with the 'searchWindowUsed' in the request to get a new set of trips preceding in the time-window BEFORE the current search.
|
|
1885
|
+
* @deprecated Use pageCursor instead
|
|
1886
|
+
*/
|
|
1887
|
+
prevDateTime?: Maybe<Scalars['DateTime']['output']>;
|
|
1888
|
+
/** This is the time window used by the raptor search. The input searchWindow is an optional parameter and is dynamically assigned if not set. OTP might override the value if it is too small or too large. When paging OTP adjusts it to the appropriate size, depending on the number of itineraries found in the current search window. The scaling of the search window ensures faster paging and limits resource usage. The unit is seconds. */
|
|
1889
|
+
searchWindowUsed: Scalars['Int']['output'];
|
|
1890
|
+
};
|
|
1891
|
+
export type ValidityPeriod = {
|
|
1892
|
+
__typename?: 'ValidityPeriod';
|
|
1893
|
+
/** End of validity period. Will return 'null' if validity is open-ended. */
|
|
1894
|
+
endTime?: Maybe<Scalars['DateTime']['output']>;
|
|
1895
|
+
/** Start of validity period */
|
|
1896
|
+
startTime?: Maybe<Scalars['DateTime']['output']>;
|
|
1897
|
+
};
|
|
1898
|
+
export declare enum VertexType {
|
|
1899
|
+
BikePark = "bikePark",
|
|
1900
|
+
BikeShare = "bikeShare",
|
|
1901
|
+
Normal = "normal",
|
|
1902
|
+
Transit = "transit"
|
|
1903
|
+
}
|
|
1904
|
+
/** An acceptable combination of trip patterns between two segments of the via search */
|
|
1905
|
+
export type ViaConnection = {
|
|
1906
|
+
__typename?: 'ViaConnection';
|
|
1907
|
+
/** The index of the trip pattern in the segment before the via point */
|
|
1908
|
+
from?: Maybe<Scalars['Int']['output']>;
|
|
1909
|
+
/** The index of the trip pattern in the segment after the via point */
|
|
1910
|
+
to?: Maybe<Scalars['Int']['output']>;
|
|
1911
|
+
};
|
|
1912
|
+
/** Input format for specifying a location through either a place reference (id), coordinates or both. If both place and coordinates are provided the place ref will be used if found, coordinates will only be used if place is not known. The location also contain information about the minimum and maximum time the user is willing to stay at the via location. */
|
|
1913
|
+
export type ViaLocationInput = {
|
|
1914
|
+
/** Coordinates for the location. This can be used alone or as fallback if the place id is not found. */
|
|
1915
|
+
coordinates?: InputMaybe<InputCoordinates>;
|
|
1916
|
+
/** The maximum time the user wants to stay in the via location before continuing his journey */
|
|
1917
|
+
maxSlack?: InputMaybe<Scalars['Duration']['input']>;
|
|
1918
|
+
/** The minimum time the user wants to stay in the via location before continuing his journey */
|
|
1919
|
+
minSlack?: InputMaybe<Scalars['Duration']['input']>;
|
|
1920
|
+
/** The name of the location. This is pass-through informationand is not used in routing. */
|
|
1921
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
1922
|
+
/** The id of an element in the OTP model. Currently supports Quay, StopPlace, multimodal StopPlace, and GroupOfStopPlaces. */
|
|
1923
|
+
place?: InputMaybe<Scalars['String']['input']>;
|
|
1924
|
+
};
|
|
1925
|
+
export type ViaSegmentInput = {
|
|
1926
|
+
/** A list of filters for which trips should be included. A trip will be included if it matches with at least one filter. An empty list of filters means that all trips should be included. */
|
|
1927
|
+
filters?: InputMaybe<Array<TripFilterInput>>;
|
|
1928
|
+
/** The set of access/egress/direct modes to be used for this search. */
|
|
1929
|
+
modes?: InputMaybe<StreetModes>;
|
|
1930
|
+
};
|
|
1931
|
+
/** Description of a trip via one or more intermediate locations. For example from A, via B, then C to D. */
|
|
1932
|
+
export type ViaTrip = {
|
|
1933
|
+
__typename?: 'ViaTrip';
|
|
1934
|
+
/** A list of routing errors, and fields which caused them */
|
|
1935
|
+
routingErrors: Array<RoutingError>;
|
|
1936
|
+
/** A list of the acceptable combinations of the trip patterns in this segment and the next segment. */
|
|
1937
|
+
tripPatternCombinations: Array<Array<ViaConnection>>;
|
|
1938
|
+
/** A list of segments of the via search. The first segment is from the start location to the first entry in the locations list and the last is from the last entry in the locations list to the end location. */
|
|
1939
|
+
tripPatternsPerSegment: Array<ViaTripPatternSegment>;
|
|
1940
|
+
};
|
|
1941
|
+
/** A segment of the via search. The first segment is from the start location to the first entry in the locations list and the last is from the last entry in the locations list to the end location. */
|
|
1942
|
+
export type ViaTripPatternSegment = {
|
|
1943
|
+
__typename?: 'ViaTripPatternSegment';
|
|
1944
|
+
/** A list of trip patterns for this segment of the search */
|
|
1945
|
+
tripPatterns: Array<TripPattern>;
|
|
1946
|
+
};
|
|
1947
|
+
export declare enum WheelchairBoarding {
|
|
1948
|
+
/** There is no accessibility information for the stopPlace/quay. */
|
|
1949
|
+
NoInformation = "noInformation",
|
|
1950
|
+
/** Wheelchair boarding/alighting is not possible at this stop. */
|
|
1951
|
+
NotPossible = "notPossible",
|
|
1952
|
+
/** Boarding wheelchair-accessible serviceJourneys is possible at this stopPlace/quay. */
|
|
1953
|
+
Possible = "possible"
|
|
1954
|
+
}
|
|
1955
|
+
export type DebugOutput = {
|
|
1956
|
+
__typename?: 'debugOutput';
|
|
1957
|
+
totalTime?: Maybe<Scalars['Long']['output']>;
|
|
1958
|
+
};
|
|
1959
|
+
export type InfoLink = {
|
|
1960
|
+
__typename?: 'infoLink';
|
|
1961
|
+
/** Label */
|
|
1962
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
1963
|
+
/** URI */
|
|
1964
|
+
uri: Scalars['String']['output'];
|
|
1965
|
+
};
|
|
1966
|
+
/** A connection to a list of items. */
|
|
1967
|
+
export type PlaceAtDistanceConnection = {
|
|
1968
|
+
__typename?: 'placeAtDistanceConnection';
|
|
1969
|
+
/** a list of edges */
|
|
1970
|
+
edges?: Maybe<Array<Maybe<PlaceAtDistanceEdge>>>;
|
|
1971
|
+
/** details about this specific page */
|
|
1972
|
+
pageInfo: PageInfo;
|
|
1973
|
+
};
|
|
1974
|
+
/** An edge in a connection */
|
|
1975
|
+
export type PlaceAtDistanceEdge = {
|
|
1976
|
+
__typename?: 'placeAtDistanceEdge';
|
|
1977
|
+
/** cursor marks a unique position or index into the connection */
|
|
1978
|
+
cursor: Scalars['String']['output'];
|
|
1979
|
+
/** The item at the end of the edge */
|
|
1980
|
+
node?: Maybe<PlaceAtDistance>;
|
|
1981
|
+
};
|
|
1982
|
+
/** A connection to a list of items. */
|
|
1983
|
+
export type QuayAtDistanceConnection = {
|
|
1984
|
+
__typename?: 'quayAtDistanceConnection';
|
|
1985
|
+
/** a list of edges */
|
|
1986
|
+
edges?: Maybe<Array<Maybe<QuayAtDistanceEdge>>>;
|
|
1987
|
+
/** details about this specific page */
|
|
1988
|
+
pageInfo: PageInfo;
|
|
1989
|
+
};
|
|
1990
|
+
/** An edge in a connection */
|
|
1991
|
+
export type QuayAtDistanceEdge = {
|
|
1992
|
+
__typename?: 'quayAtDistanceEdge';
|
|
1993
|
+
/** cursor marks a unique position or index into the connection */
|
|
1994
|
+
cursor: Scalars['String']['output'];
|
|
1995
|
+
/** The item at the end of the edge */
|
|
1996
|
+
node?: Maybe<QuayAtDistance>;
|
|
1997
|
+
};
|
|
1998
|
+
//# sourceMappingURL=index.d.ts.map
|