@autobusal/providers 1.2.1 → 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.1",
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
package/types/articles.ts CHANGED
@@ -9,7 +9,9 @@ export interface ArticleData {
9
9
  language: string
10
10
  description: string
11
11
  image?: string[]
12
+ views: number
12
13
  keywords: string
14
+ display_at: string
13
15
  created_at: string
14
16
  }
15
17
 
@@ -18,4 +20,9 @@ export interface CategoryData {
18
20
  name: string
19
21
  name_en?: string
20
22
  name_sq?: string
23
+ }
24
+
25
+ export interface MoreData {
26
+ top: ArticleData[]
27
+ last: ArticleData[]
21
28
  }
@@ -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