@golemio/parkings 1.24.6-dev.2343672087 → 1.24.6-dev.2377785025
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 +7 -10
- package/package.json +1 -1
package/docs/openapi-output.yaml
CHANGED
|
@@ -1431,12 +1431,6 @@ components:
|
|
|
1431
1431
|
has_occupancy_info:
|
|
1432
1432
|
type: boolean
|
|
1433
1433
|
description: 'True if average occupancy info calculated from measurements is available'
|
|
1434
|
-
area:
|
|
1435
|
-
type: number
|
|
1436
|
-
nullable: true
|
|
1437
|
-
description: 'Area of the parking lot in square meters.'
|
|
1438
|
-
address:
|
|
1439
|
-
$ref: '#/components/schemas/ParkingAddress'
|
|
1440
1434
|
required:
|
|
1441
1435
|
- id
|
|
1442
1436
|
- primary_source
|
|
@@ -1646,7 +1640,6 @@ components:
|
|
|
1646
1640
|
nullable: true
|
|
1647
1641
|
items:
|
|
1648
1642
|
type: string
|
|
1649
|
-
example: ["walk", "car"]
|
|
1650
1643
|
level:
|
|
1651
1644
|
type: number
|
|
1652
1645
|
nullable: true
|
|
@@ -1757,15 +1750,15 @@ components:
|
|
|
1757
1750
|
type: string
|
|
1758
1751
|
nullable: true
|
|
1759
1752
|
description: 'Formatted address of the parking location.'
|
|
1760
|
-
|
|
1753
|
+
country:
|
|
1761
1754
|
type: string
|
|
1762
1755
|
nullable: true
|
|
1763
1756
|
description: 'Country of the parking location.'
|
|
1764
|
-
|
|
1757
|
+
locality:
|
|
1765
1758
|
type: string
|
|
1766
1759
|
nullable: true
|
|
1767
1760
|
description: 'Locality of the parking location.'
|
|
1768
|
-
|
|
1761
|
+
region:
|
|
1769
1762
|
type: string
|
|
1770
1763
|
nullable: true
|
|
1771
1764
|
description: 'Region of the parking location.'
|
|
@@ -1777,6 +1770,10 @@ components:
|
|
|
1777
1770
|
type: string
|
|
1778
1771
|
nullable: true
|
|
1779
1772
|
description: 'Street address of the parking location.'
|
|
1773
|
+
area:
|
|
1774
|
+
type: number
|
|
1775
|
+
nullable: false
|
|
1776
|
+
description: 'Area of the parking lot in square meters.'
|
|
1780
1777
|
house_number:
|
|
1781
1778
|
type: string
|
|
1782
1779
|
nullable: true
|