@golemio/parkings 1.8.16-dev.1297617673 → 1.8.16-dev.1298992017

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.
@@ -572,7 +572,7 @@ paths:
572
572
  - mr_parkit
573
573
  - smart4city
574
574
  - tsk_v2
575
- description: 'Filter by primary source. Use with square brackets `primarySource[]`'
575
+ description: 'Filter by data source (note that `osm` is a secondary source, not a primary source). Use with square brackets `primarySource[]`. When no filter is used, all parking locations from all primary sources are included along with non-overlapping parking locations from all secondary sources (`osm`). Similarly, when a filter with both primary and secondary sources is used, all parking locations from the specified primary sources are included along with non-overlapping parking locations from the specified secondary sources. When a filter with only a single source is used, all parking locations from the specified source are included regardless of whether the source is primary or secondary.'
576
576
  - name: boundingBox
577
577
  in: query
578
578
  schema:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/parkings",
3
- "version": "1.8.16-dev.1297617673",
3
+ "version": "1.8.16-dev.1298992017",
4
4
  "description": "Golemio Parkings Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",