@autobusal/providers 1.0.43 → 1.0.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/providers",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "type": "module",
5
5
  "main": "index.ts"
6
6
  }
@@ -22,6 +22,7 @@ export interface CityData {
22
22
  country?: CountryData
23
23
  link?: string
24
24
  image_url?: string
25
+ booking_id?: string
25
26
  }
26
27
 
27
28
  export interface StopData {