@golemio/parkings 1.22.1 → 1.22.2-dev.1860325427

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.
@@ -1936,6 +1936,7 @@ components:
1936
1936
  - multi_storey
1937
1937
  - surface
1938
1938
  - rooftop
1939
+ - other
1939
1940
  description: |
1940
1941
  The parking type of the parking location.
1941
1942
  * `on_street` - parking on the street
@@ -1943,6 +1944,7 @@ components:
1943
1944
  * `multi_storey` - multi-level parking garage
1944
1945
  * `surface` - open-air parking lot
1945
1946
  * `rooftop` - parking on building roof
1947
+ * `other` - other type of parking
1946
1948
  space:
1947
1949
  type: object
1948
1950
  properties:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/parkings",
3
- "version": "1.22.1",
3
+ "version": "1.22.2-dev.1860325427",
4
4
  "description": "Golemio Parkings Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",