@golemio/pid 2.3.7-dev.746785257 → 2.3.7-dev.747027861

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.
@@ -737,7 +737,7 @@ paths:
737
737
  example: 28004
738
738
  - name: names
739
739
  in: query
740
- description: Get results by exact name of stop (case and whitespace sensitive). May return stops of the same name from different towns.
740
+ description: Get results by exact name of stop (case and whitespace sensitive). May return stops of the same name from different towns. Using `names` in combination with other identifiers will return an intersection of stops with `names` and stops of ASW, CIS or GTFS identifiers in the same node. Use this feature to filter out a subset of stops of the same name while guaranteeing them to be from the desired node only.
741
741
  required: false
742
742
  schema:
743
743
  type: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/pid",
3
- "version": "2.3.7-dev.746785257",
3
+ "version": "2.3.7-dev.747027861",
4
4
  "description": "Golemio PID Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",