@golemio/parkings 1.4.6-dev.804360965 → 1.4.6-dev.819308411

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.yaml CHANGED
@@ -646,6 +646,7 @@ components:
646
646
  required:
647
647
  - source
648
648
  - source_id
649
+ - parking_id
649
650
  - available_spot_number
650
651
  - closed_spot_number
651
652
  - occupied_spot_number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/parkings",
3
- "version": "1.4.6-dev.804360965",
3
+ "version": "1.4.6-dev.819308411",
4
4
  "description": "Golemio Parkings Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",