@golemio/parkings 1.24.6-dev.2338836604 → 1.24.6-dev.2343672087

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.
@@ -1431,6 +1431,10 @@ 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.'
1434
1438
  address:
1435
1439
  $ref: '#/components/schemas/ParkingAddress'
1436
1440
  required:
@@ -1642,6 +1646,7 @@ components:
1642
1646
  nullable: true
1643
1647
  items:
1644
1648
  type: string
1649
+ example: ["walk", "car"]
1645
1650
  level:
1646
1651
  type: number
1647
1652
  nullable: true
@@ -1752,15 +1757,15 @@ components:
1752
1757
  type: string
1753
1758
  nullable: true
1754
1759
  description: 'Formatted address of the parking location.'
1755
- country:
1760
+ address_country:
1756
1761
  type: string
1757
1762
  nullable: true
1758
1763
  description: 'Country of the parking location.'
1759
- locality:
1764
+ address_locality:
1760
1765
  type: string
1761
1766
  nullable: true
1762
1767
  description: 'Locality of the parking location.'
1763
- region:
1768
+ address_region:
1764
1769
  type: string
1765
1770
  nullable: true
1766
1771
  description: 'Region of the parking location.'
@@ -1772,10 +1777,6 @@ components:
1772
1777
  type: string
1773
1778
  nullable: true
1774
1779
  description: 'Street address of the parking location.'
1775
- area:
1776
- type: number
1777
- nullable: false
1778
- description: 'Area of the parking lot in square meters.'
1779
1780
  house_number:
1780
1781
  type: string
1781
1782
  nullable: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/parkings",
3
- "version": "1.24.6-dev.2338836604",
3
+ "version": "1.24.6-dev.2343672087",
4
4
  "description": "Golemio Parkings Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",