@golemio/playgrounds 1.1.6-dev.899785441 → 1.1.7-dev.1018147540
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 +9 -9
- package/package.json +6 -6
package/docs/openapi.yaml
CHANGED
|
@@ -5,28 +5,28 @@ info:
|
|
|
5
5
|
description: Locations and Description of Playgrounds
|
|
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: 🏸 Playgrounds
|
|
19
|
+
- name: 🏸 Playgrounds (v2)
|
|
20
20
|
description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" /> 💡 Locations and Description of Playgrounds
|
|
21
21
|
|
|
22
22
|
paths:
|
|
23
|
-
/playgrounds
|
|
23
|
+
/v2/playgrounds:
|
|
24
24
|
get:
|
|
25
25
|
summary: GET All Playgrounds
|
|
26
26
|
operationId: GETAllPlaygrounds
|
|
27
27
|
description: ""
|
|
28
28
|
tags:
|
|
29
|
-
- 🏸 Playgrounds
|
|
29
|
+
- 🏸 Playgrounds (v2)
|
|
30
30
|
parameters:
|
|
31
31
|
- name: latlng
|
|
32
32
|
in: query
|
|
@@ -116,13 +116,13 @@ paths:
|
|
|
116
116
|
error_message: Forbidden
|
|
117
117
|
error_status: 403
|
|
118
118
|
|
|
119
|
-
/playgrounds/{id}:
|
|
119
|
+
/v2/playgrounds/{id}:
|
|
120
120
|
get:
|
|
121
121
|
summary: GET Playground
|
|
122
122
|
operationId: GETPlaygrounds
|
|
123
123
|
description: ""
|
|
124
124
|
tags:
|
|
125
|
-
- 🏸 Playgrounds
|
|
125
|
+
- 🏸 Playgrounds (v2)
|
|
126
126
|
parameters:
|
|
127
127
|
- name: id
|
|
128
128
|
in: path
|
|
@@ -188,7 +188,7 @@ paths:
|
|
|
188
188
|
operationId: GETAllPlaygroundsProperties
|
|
189
189
|
description: ""
|
|
190
190
|
tags:
|
|
191
|
-
- 🏸 Playgrounds
|
|
191
|
+
- 🏸 Playgrounds (v2)
|
|
192
192
|
responses:
|
|
193
193
|
"200":
|
|
194
194
|
description: OK
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/playgrounds",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7-dev.1018147540",
|
|
4
4
|
"description": "Golemio Playgrounds Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@commitlint/cli": "^11.0.0",
|
|
34
34
|
"@commitlint/config-conventional": "^11.0.0",
|
|
35
|
-
"@golemio/city-districts": "1.2.
|
|
36
|
-
"@golemio/cli": "1.
|
|
37
|
-
"@golemio/core": "1.
|
|
38
|
-
"@golemio/db-common": "1.1.
|
|
35
|
+
"@golemio/city-districts": "1.2.7",
|
|
36
|
+
"@golemio/cli": "1.5.0",
|
|
37
|
+
"@golemio/core": "1.9.2",
|
|
38
|
+
"@golemio/db-common": "1.1.2",
|
|
39
39
|
"@golemio/eslint-config": "1.1.1",
|
|
40
40
|
"@types/chai": "4.2.3",
|
|
41
41
|
"@types/chai-as-promised": "7.1.2",
|
|
@@ -68,6 +68,6 @@
|
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"@golemio/city-districts": ">=1.2.5",
|
|
71
|
-
"@golemio/core": ">=1.
|
|
71
|
+
"@golemio/core": ">=1.9.0"
|
|
72
72
|
}
|
|
73
73
|
}
|