@golemio/ndic 1.2.2-dev.991076633 → 1.2.2
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 -6
- package/package.json +4 -4
package/docs/openapi-output.yaml
CHANGED
|
@@ -4,28 +4,28 @@ info:
|
|
|
4
4
|
description: >-
|
|
5
5
|
version: 1.0.0
|
|
6
6
|
contact:
|
|
7
|
-
name: Golemio Prague Data
|
|
7
|
+
name: Golemio Prague Data Platform
|
|
8
8
|
email: golemio@operatorict.cz
|
|
9
9
|
url: https://golemio.cz
|
|
10
10
|
|
|
11
11
|
servers:
|
|
12
|
-
- url: https://rabin.golemio.cz
|
|
12
|
+
- url: https://rabin.golemio.cz
|
|
13
13
|
description: Test (development) server
|
|
14
|
-
- url: https://api.golemio.cz
|
|
14
|
+
- url: https://api.golemio.cz
|
|
15
15
|
description: Main (production) server
|
|
16
16
|
|
|
17
17
|
tags:
|
|
18
|
-
- name: 🚧 Traffic Restrictions
|
|
18
|
+
- name: 🚧 Traffic Restrictions (v2)
|
|
19
19
|
description: >-
|
|
20
20
|
💡 NDIC Traffic Restrictions API for Intermodal Route Planner
|
|
21
21
|
|
|
22
22
|
paths:
|
|
23
|
-
/traffic/restrictions:
|
|
23
|
+
/v2/traffic/restrictions:
|
|
24
24
|
get:
|
|
25
25
|
summary: GET All Traffic Restrictions for a specific moment
|
|
26
26
|
description: ""
|
|
27
27
|
tags:
|
|
28
|
-
- 🚧 Traffic Restrictions
|
|
28
|
+
- 🚧 Traffic Restrictions (v2)
|
|
29
29
|
operationId: getTrafficRestrictions
|
|
30
30
|
parameters:
|
|
31
31
|
- name: moment
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/ndic",
|
|
3
|
-
"version": "1.2.2
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Golemio NDIC Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"@commitlint/cli": "^11.0.0",
|
|
38
38
|
"@commitlint/config-conventional": "^11.0.0",
|
|
39
39
|
"@golemio/cli": "1.5.0",
|
|
40
|
-
"@golemio/core": "1.
|
|
41
|
-
"@golemio/db-common": "1.1.
|
|
40
|
+
"@golemio/core": "1.9.2",
|
|
41
|
+
"@golemio/db-common": "1.1.2",
|
|
42
42
|
"@golemio/eslint-config": "1.1.1",
|
|
43
43
|
"@golemio/traffic-common": "0.1.3",
|
|
44
44
|
"@types/body-parser-xml": "^1.1.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"typescript-transform-paths": "^3.4.6"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"@golemio/core": ">=1.
|
|
76
|
+
"@golemio/core": ">=1.9.0",
|
|
77
77
|
"@golemio/traffic-common": ">=0.1.0"
|
|
78
78
|
}
|
|
79
79
|
}
|