@golemio/medical-institutions 1.1.7-dev.950503152 → 1.1.7

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 CHANGED
@@ -10,23 +10,23 @@ info:
10
10
  url: https://golemio.cz
11
11
 
12
12
  servers:
13
- - url: https://api.golemio.cz/v2
13
+ - url: https://api.golemio.cz
14
14
  description: Main (production) server
15
- - url: https://rabin.golemio.cz/v2
15
+ - url: https://rabin.golemio.cz
16
16
  description: Test (development) server
17
17
 
18
18
  tags:
19
- - name: 🏥 Medical Institutions
19
+ - name: 🏥 Medical Institutions (v2)
20
20
  description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" /> 💡 Locations and Description of Medical Institutions
21
21
 
22
22
  paths:
23
- /medicalinstitutions:
23
+ /v2/medicalinstitutions:
24
24
  get:
25
25
  summary: GET All Medical Institutions
26
26
  operationId: GETAllMedicalInstitutions
27
27
  description: ""
28
28
  tags:
29
- - 🏥 Medical Institutions
29
+ - 🏥 Medical Institutions (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
- /medicalinstitutions/{id}:
128
+ /v2/medicalinstitutions/{id}:
129
129
  get:
130
130
  summary: GET Medical Institution
131
131
  operationId: GETMedicalInstitution
132
132
  description: ""
133
133
  tags:
134
- - 🏥 Medical Institutions
134
+ - 🏥 Medical Institutions (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
- /medicalinstitutions/types:
194
+ /v2/medicalinstitutions/types:
195
195
  get:
196
196
  summary: GET All Medical Institution Types
197
197
  operationId: GETAllMedicalInstitutionTypes
198
198
  description: ""
199
199
  tags:
200
- - 🏥 Medical Institutions
200
+ - 🏥 Medical Institutions (v2)
201
201
  responses:
202
202
  "200":
203
203
  description: OK
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/medical-institutions",
3
- "version": "1.1.7-dev.950503152",
3
+ "version": "1.1.7",
4
4
  "description": "Golemio Medical Institutions Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,10 +33,10 @@
33
33
  "devDependencies": {
34
34
  "@commitlint/cli": "^11.0.0",
35
35
  "@commitlint/config-conventional": "^11.0.0",
36
- "@golemio/city-districts": "1.2.6",
37
- "@golemio/cli": "1.4.4",
38
- "@golemio/core": "1.8.6",
39
- "@golemio/db-common": "1.1.1",
36
+ "@golemio/city-districts": "1.2.7",
37
+ "@golemio/cli": "1.5.0",
38
+ "@golemio/core": "1.9.2",
39
+ "@golemio/db-common": "1.1.2",
40
40
  "@golemio/eslint-config": "1.1.1",
41
41
  "@types/chai": "4.2.3",
42
42
  "@types/chai-as-promised": "7.1.2",
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@golemio/city-districts": ">=1.2.5",
71
- "@golemio/core": ">=1.7.0"
71
+ "@golemio/core": ">=1.9.0"
72
72
  },
73
73
  "dependencies": {
74
74
  "fast-csv": "^4.3.6",