@golemio/pid 2.12.6-rc.1247887039 → 2.12.6
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 +6 -0
- package/package.json +2 -2
package/docs/openapi-output.yaml
CHANGED
|
@@ -540,6 +540,12 @@ paths:
|
|
|
540
540
|
type: boolean
|
|
541
541
|
default: false
|
|
542
542
|
example: true
|
|
543
|
+
- name: includePositions
|
|
544
|
+
in: query
|
|
545
|
+
description: Enrich result dataset with positions. Limits the result dataset to 100.
|
|
546
|
+
schema:
|
|
547
|
+
type: boolean
|
|
548
|
+
example: true
|
|
543
549
|
- name: cisTripNumber
|
|
544
550
|
in: query
|
|
545
551
|
description: Filter result by CIS trip number
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/pid",
|
|
3
|
-
"version": "2.12.6
|
|
3
|
+
"version": "2.12.6",
|
|
4
4
|
"description": "Golemio PID Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -85,4 +85,4 @@
|
|
|
85
85
|
"html-entities": "^2.3.3",
|
|
86
86
|
"pg-copy-streams": "^5.1.1"
|
|
87
87
|
}
|
|
88
|
-
}
|
|
88
|
+
}
|