@autobusal/providers 1.2.2 → 1.2.3

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.2.2",
3
+ "version": "1.2.3",
4
4
  "type": "module",
5
5
  "main": "index.ts"
6
6
  }
package/types/agents.ts CHANGED
@@ -9,6 +9,7 @@ export interface AgentData {
9
9
  last_name: string
10
10
  address: string
11
11
  city: string
12
+ country_id: number
12
13
  link: string
13
14
  logo_url: string
14
15
  description: string
@@ -9,6 +9,7 @@ export interface OperatorData {
9
9
  code: string
10
10
  address: string
11
11
  city: string
12
+ country_id: number
12
13
  link: string
13
14
  logo_url: string
14
15
  description: string