@golemio/parkings 1.16.4-dev.1612987911 → 1.16.4-dev.1613113660

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.
@@ -968,7 +968,7 @@ paths:
968
968
  get:
969
969
  tags:
970
970
  - 🅿️ Parking (v3)
971
- summary: 'Get a list of parking machines within the region of interest with filtering options'
971
+ summary: 'Get a list of parking machines within the region of interest with filtering options. Results are sorted by id.'
972
972
  parameters:
973
973
  - name: primarySource
974
974
  in: query
@@ -1947,6 +1947,7 @@ components:
1947
1947
  example: FeatureCollection
1948
1948
  entrances:
1949
1949
  type: object
1950
+ description: 'Features are sorted by entrance_id.'
1950
1951
  properties:
1951
1952
  features:
1952
1953
  type: array
@@ -1965,6 +1966,7 @@ components:
1965
1966
  description: 'UUID of related parking tariff.'
1966
1967
  opening_hours:
1967
1968
  type: array
1969
+ description: 'Array is sorted by valid_from.'
1968
1970
  nullable: true
1969
1971
  items:
1970
1972
  $ref: '#/components/schemas/OpeningHours'
@@ -2320,7 +2322,7 @@ components:
2320
2322
  type: array
2321
2323
  items:
2322
2324
  $ref: '#/components/schemas/ParkingChargeBand'
2323
- description: 'Array of Charge Band objects that represent tariff categories for different users.'
2325
+ description: 'Array of Charge Band objects that represent tariff categories for different users. Items are sorted by charge_band_name.'
2324
2326
  required:
2325
2327
  - id
2326
2328
  - charge_bands
@@ -2363,7 +2365,7 @@ components:
2363
2365
  type: array
2364
2366
  items:
2365
2367
  $ref: '#/components/schemas/ParkingCharge'
2366
- description: 'Array of Charge objects.'
2368
+ description: 'Array of Charge objects. Items are sorted by charge_order_index.'
2367
2369
  free_of_charge:
2368
2370
  type: boolean
2369
2371
  example: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/parkings",
3
- "version": "1.16.4-dev.1612987911",
3
+ "version": "1.16.4-dev.1613113660",
4
4
  "description": "Golemio Parkings Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",