@golemio/parkings 1.2.5-dev.717875586 → 1.2.5-dev.722090599

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
@@ -198,9 +198,10 @@ paths:
198
198
  schema:
199
199
  type: string
200
200
  example: 10
201
- - name: parkingZone
201
+ - name: zoneType
202
202
  in: query
203
- description: Filter by parking zone. Use with square brackets `parkingZone[]`
203
+ description: Filter by parking zone. Use with square brackets `zoneType[]`,
204
+ multiple values can be passed forming an array.
204
205
  style: form
205
206
  explode: false
206
207
  schema:
@@ -210,7 +211,8 @@ paths:
210
211
  example: zone_mixed
211
212
  - name: parkingType
212
213
  in: query
213
- description: Filter by parking type. Use with square brackets `parkingType[]`
214
+ description: Filter by parking type. Use with square brackets `parkingType[]`,
215
+ multiple values can be passed forming an array.
214
216
  style: form
215
217
  explode: false
216
218
  schema:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/parkings",
3
- "version": "1.2.5-dev.717875586",
3
+ "version": "1.2.5-dev.722090599",
4
4
  "description": "Golemio Parkings Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",