@golemio/municipal-authorities 1.1.8-dev.1241475963 → 1.1.8-dev.1241561797

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
@@ -41,14 +41,14 @@ paths:
41
41
  description: Filter by distance from latlng in meters (range query). Depends on
42
42
  the latlng parameter.
43
43
  required: false
44
- example: "5000"
44
+ example: 5000
45
45
  schema:
46
46
  type: number
47
47
  - name: districts
48
48
  in: query
49
49
  description: Filter by Prague city districts (slug) separated by comma.
50
50
  required: false
51
- example: praha-4
51
+ example: ['praha-4']
52
52
  schema:
53
53
  type: array
54
54
  items: {}
@@ -66,14 +66,14 @@ paths:
66
66
  description: Limits number of retrieved items. The maximum is 10000 (default
67
67
  value).
68
68
  required: false
69
- example: "10"
69
+ example: 10
70
70
  schema:
71
71
  type: number
72
72
  - name: offset
73
73
  in: query
74
74
  description: Number of the first items that are skipped.
75
75
  required: false
76
- example: "0"
76
+ example: 0
77
77
  schema:
78
78
  type: number
79
79
  - name: updatedSince
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/municipal-authorities",
3
- "version": "1.1.8-dev.1241475963",
3
+ "version": "1.1.8-dev.1241561797",
4
4
  "description": "Golemio Municipal Authorities Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",