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

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.
@@ -1672,47 +1672,41 @@ components:
1672
1672
  type: object
1673
1673
  title: Parking Payment
1674
1674
  properties:
1675
- properties:
1676
- type: object
1677
- properties:
1678
- web_url:
1679
- type: string
1680
- nullable: true
1681
- android_url:
1682
- type: string
1683
- nullable: true
1684
- ios_url:
1685
- type: string
1686
- nullable: true
1687
- discovery_url:
1688
- type: string
1689
- nullable: true
1675
+ web_url:
1676
+ type: string
1677
+ nullable: true
1678
+ android_url:
1679
+ type: string
1680
+ nullable: true
1681
+ ios_url:
1682
+ type: string
1683
+ nullable: true
1684
+ discovery_url:
1685
+ type: string
1686
+ nullable: true
1690
1687
  ParkingReservation:
1691
1688
  type: object
1692
1689
  title: Parking Reservation
1693
1690
  properties:
1694
- properties:
1695
- type: object
1696
- properties:
1697
- reservation_type:
1698
- type: string
1699
- enum:
1700
- - possible
1701
- - not_possible
1702
- - required
1703
- nullable: true
1704
- web_url:
1705
- type: string
1706
- nullable: true
1707
- android_url:
1708
- type: string
1709
- nullable: true
1710
- ios_url:
1711
- type: string
1712
- nullable: true
1713
- discovery_url:
1714
- type: string
1715
- nullable: true
1691
+ reservation_type:
1692
+ type: string
1693
+ enum:
1694
+ - possible
1695
+ - not_possible
1696
+ - required
1697
+ nullable: true
1698
+ web_url:
1699
+ type: string
1700
+ nullable: true
1701
+ android_url:
1702
+ type: string
1703
+ nullable: true
1704
+ ios_url:
1705
+ type: string
1706
+ nullable: true
1707
+ discovery_url:
1708
+ type: string
1709
+ nullable: true
1716
1710
  ParkingOccupancyMeasurement:
1717
1711
  type: object
1718
1712
  title: Parking Occupancy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/parkings",
3
- "version": "1.24.6-dev.2343672087",
3
+ "version": "1.24.6-dev.2377816895",
4
4
  "description": "Golemio Parkings Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",