@golemio/pid 3.17.1-dev.1925380213 → 3.17.1-dev.1925537706

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.
@@ -1315,6 +1315,7 @@ Worker má na starost stahování VYMI (JIS) událostí a infotextů, jejich tra
1315
1315
  - `vehiclepositions_vehicle_descriptors`
1316
1316
  - dodatečná transformace: Feature collection
1317
1317
  - je použit `CompressionByDefaultMiddleware` a odpovědi jsou tak na output gateway komprimovány i pokud klient explicitně nepovolí komprimaci vhodnou hodnotou hlavičky `Accept-Encoding` (lze však komprimaci explicitně zakázat hodnotou `identity`)
1318
+ - Default limit je nastaven pro vsechny role na 100 v admin panelu
1318
1319
 
1319
1320
  #### _/v2/vehiclepositions/{gtfsTripId}_
1320
1321
 
@@ -602,12 +602,13 @@ paths:
602
602
  parameters:
603
603
  - name: limit
604
604
  in: query
605
- description: Limits number of retrieved items. The maximum is 10000 (default value).
605
+ description: Limits number of retrieved items. The maximum is 10000.
606
606
  required: false
607
607
  schema:
608
608
  type: number
609
609
  format: int64
610
610
  example: 10
611
+ default: 100
611
612
  - name: offset
612
613
  in: query
613
614
  description: Number of the first items that are skipped.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/pid",
3
- "version": "3.17.1-dev.1925380213",
3
+ "version": "3.17.1-dev.1925537706",
4
4
  "description": "Golemio PID Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",