@golemio/pid 5.15.1-dev.2576325688 → 5.15.1-dev.2576387273
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.
|
@@ -592,8 +592,8 @@ let TransferFacade = TransferFacade_1 = class TransferFacade {
|
|
|
592
592
|
get defaultDepartureBoardsMinimalOptions() {
|
|
593
593
|
return {
|
|
594
594
|
tripNumber: null, // we have only CisIDs of a stop, no vehicle-id
|
|
595
|
-
limit:
|
|
596
|
-
total:
|
|
595
|
+
limit: 15,
|
|
596
|
+
total: 15,
|
|
597
597
|
offset: 0,
|
|
598
598
|
mode: DepartureMode_1.DepartureMode.DEPARTURES,
|
|
599
599
|
filter: DepartureFilter_1.DepartureFilter.ROUTE_HEADING_ONCE,
|
package/docs/openapi-output.yaml
CHANGED
|
@@ -1038,7 +1038,7 @@ paths:
|
|
|
1038
1038
|
Response shape is a strict subset of `/v2/pid/departureboards` — `delay`, `last_stop`, and most `trip` fields are omitted.
|
|
1039
1039
|
|
|
1040
1040
|
The following parameters are hardcoded and cannot be overridden:
|
|
1041
|
-
- `limit`:
|
|
1041
|
+
- `limit`: 15
|
|
1042
1042
|
- `minutesAfter`: 30
|
|
1043
1043
|
- `mode`: `departures`
|
|
1044
1044
|
- `filter`: `routeHeadingOnce`
|