@golemio/pid 2.8.3-dev.947483980 → 2.8.3-dev.947522374
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/docs/openapi-output.yaml +2 -2
- package/package.json +1 -1
package/docs/openapi-output.yaml
CHANGED
|
@@ -791,7 +791,7 @@ paths:
|
|
|
791
791
|
example: "2021-01-21T06:00:00"
|
|
792
792
|
- name: includeMetroTrains
|
|
793
793
|
in: query
|
|
794
|
-
description:
|
|
794
|
+
description: When selecting a node by `name`, when `true`, will include metro and/or train stops that are a member of the same node. I.e. when querying _Na Knížecí_, setting this to `true` will add the metro station _Anděl_ to results as well because both have the same ASW node number 1040.
|
|
795
795
|
required: false
|
|
796
796
|
schema:
|
|
797
797
|
type: boolean
|
|
@@ -830,7 +830,7 @@ paths:
|
|
|
830
830
|
- name: filter
|
|
831
831
|
in: query
|
|
832
832
|
description: >-
|
|
833
|
-
Valid entries: `none` (default), `routeOnce`, `routeOnceFill`, `routeHeadingOnce`, `routeHeadingOnceFill`.
|
|
833
|
+
Valid entries: `none` (default), `routeOnce`, `routeOnceFill`, `routeHeadingOnce`, `routeHeadingOnceFill`, `routeHeadingOnceNoGap`, `routeHeadingOnceNoGapFill`. Defines how should be the list of departures returned. `none` returns all departures within the time and item limit. `routeOnce` returns exactly one occurence of departure for each `route_id`. Works best when querying a single stop. `routeHeadingOnce` returns one entry for each pair of `route_id` and `trip_headsign`, i.e. returns departures for routes that have multiple end stops. Works well when quering one or more stops in a node. `...NoGap` will ensure that departures with a distinct trip headsign will not be displayed if they should arrive too far in the future. `...Fill` attributes will behave the same as their namesakes but afterwards will fill the rest of request up to `total/limit` with further departures. Use to have every line/destination represented and have the display filled with departures at the same time.
|
|
834
834
|
required: false
|
|
835
835
|
schema:
|
|
836
836
|
type: string
|