@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.
- package/docs/openapi-output.yaml +31 -37
- package/package.json +1 -1
package/docs/openapi-output.yaml
CHANGED
|
@@ -1672,47 +1672,41 @@ components:
|
|
|
1672
1672
|
type: object
|
|
1673
1673
|
title: Parking Payment
|
|
1674
1674
|
properties:
|
|
1675
|
-
|
|
1676
|
-
type:
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
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
|
-
|
|
1695
|
-
type:
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
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
|