@golemio/parkings 1.7.10-dev.1183066027 → 1.7.10-dev.1183159057
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-output.yaml +1 -4
- package/package.json +1 -1
package/docs/openapi-output.yaml
CHANGED
|
@@ -592,7 +592,6 @@ paths:
|
|
|
592
592
|
items:
|
|
593
593
|
type: string
|
|
594
594
|
enum:
|
|
595
|
-
- for_all
|
|
596
595
|
- disabled
|
|
597
596
|
- charging
|
|
598
597
|
- parent
|
|
@@ -1734,12 +1733,11 @@ components:
|
|
|
1734
1733
|
- bus
|
|
1735
1734
|
- designated
|
|
1736
1735
|
- truck
|
|
1737
|
-
- all
|
|
1738
1736
|
- motorcycle
|
|
1739
1737
|
- RV
|
|
1740
1738
|
minItems: 0
|
|
1741
1739
|
description: |
|
|
1742
|
-
Array of dedicated access types for the parking space:
|
|
1740
|
+
Array of dedicated access types for the parking space, where empty array means no restriction = open for all vehicles:
|
|
1743
1741
|
* `disabled` - reserved for disabled individuals
|
|
1744
1742
|
* `charging` - intended for electric vehicle charging
|
|
1745
1743
|
* `parent` - designated for parents with children
|
|
@@ -1749,7 +1747,6 @@ components:
|
|
|
1749
1747
|
* `bus` - reserved for buses
|
|
1750
1748
|
* `designated` - specific purpose (e.g., school, embassy)
|
|
1751
1749
|
* `truck` - reserved for trucks
|
|
1752
|
-
* `all` - open for all vehicles
|
|
1753
1750
|
* `motorcycle` - for motorcycles only
|
|
1754
1751
|
* `RV` - reserved for recreational vehicles
|
|
1755
1752
|
address:
|