@golemio/municipal-authorities 1.1.4 → 1.1.5-dev.1015950451
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.yaml +10 -10
- package/package.json +3 -3
package/docs/openapi.yaml
CHANGED
|
@@ -5,28 +5,28 @@ info:
|
|
|
5
5
|
description: Locations and Description of Municipal Authorities
|
|
6
6
|
version: 1.0.0
|
|
7
7
|
contact:
|
|
8
|
-
name: Golemio Prague Data
|
|
8
|
+
name: Golemio Prague Data Platform
|
|
9
9
|
email: golemio@operatorict.cz
|
|
10
10
|
url: https://golemio.cz
|
|
11
11
|
|
|
12
12
|
servers:
|
|
13
|
-
- url: https://api.golemio.cz
|
|
13
|
+
- url: https://api.golemio.cz
|
|
14
14
|
description: Main (production) server
|
|
15
|
-
- url: https://rabin.golemio.cz
|
|
15
|
+
- url: https://rabin.golemio.cz
|
|
16
16
|
description: Test (development) server
|
|
17
17
|
|
|
18
18
|
tags:
|
|
19
|
-
- name: 🏛 Municipal Authorities
|
|
19
|
+
- name: 🏛 Municipal Authorities (v2)
|
|
20
20
|
description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" /> 💡 Locations and Description of Municipal Authorities
|
|
21
21
|
|
|
22
22
|
paths:
|
|
23
|
-
/municipalauthorities
|
|
23
|
+
/v2/municipalauthorities:
|
|
24
24
|
get:
|
|
25
25
|
summary: GET All Municipal Authorities
|
|
26
26
|
operationId: GETAllMunicipalAuthorities
|
|
27
27
|
description: ""
|
|
28
28
|
tags:
|
|
29
|
-
- 🏛 Municipal Authorities
|
|
29
|
+
- 🏛 Municipal Authorities (v2)
|
|
30
30
|
parameters:
|
|
31
31
|
- name: latlng
|
|
32
32
|
in: query
|
|
@@ -125,13 +125,13 @@ paths:
|
|
|
125
125
|
error_message: Forbidden
|
|
126
126
|
error_status: 403
|
|
127
127
|
|
|
128
|
-
/municipalauthorities/{id}:
|
|
128
|
+
/v2/municipalauthorities/{id}:
|
|
129
129
|
get:
|
|
130
130
|
summary: GET Municipal Authority
|
|
131
131
|
operationId: GETMunicipalAuthority
|
|
132
132
|
description: ""
|
|
133
133
|
tags:
|
|
134
|
-
- 🏛 Municipal Authorities
|
|
134
|
+
- 🏛 Municipal Authorities (v2)
|
|
135
135
|
parameters:
|
|
136
136
|
- name: id
|
|
137
137
|
in: path
|
|
@@ -191,13 +191,13 @@ paths:
|
|
|
191
191
|
error_message: Not Found
|
|
192
192
|
error_status: 404
|
|
193
193
|
|
|
194
|
-
/municipalauthorities/{id}/queues:
|
|
194
|
+
/v2/municipalauthorities/{id}/queues:
|
|
195
195
|
get:
|
|
196
196
|
summary: GET All Municipal Authority Waiting Queues
|
|
197
197
|
operationId: GETAllMunicipalAuthorityWaitingQueues
|
|
198
198
|
description: ""
|
|
199
199
|
tags:
|
|
200
|
-
- 🏛 Municipal Authorities
|
|
200
|
+
- 🏛 Municipal Authorities (v2)
|
|
201
201
|
parameters:
|
|
202
202
|
- name: id
|
|
203
203
|
in: path
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/municipal-authorities",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5-dev.1015950451",
|
|
4
4
|
"description": "Golemio Municipal Authorities Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@commitlint/cli": "^11.0.0",
|
|
34
34
|
"@commitlint/config-conventional": "^11.0.0",
|
|
35
35
|
"@golemio/cli": "1.4.3",
|
|
36
|
-
"@golemio/core": "1.
|
|
36
|
+
"@golemio/core": "1.9.2-dev.1008079941",
|
|
37
37
|
"@golemio/db-common": "1.1.1",
|
|
38
38
|
"@golemio/eslint-config": "1.1.1",
|
|
39
39
|
"@types/chai": "4.2.3",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"typescript-transform-paths": "^3.4.6"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"@golemio/core": ">=1.
|
|
69
|
+
"@golemio/core": ">=1.9.0"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"geojson": "^0.5.0"
|