@@ -37,10 +37,12 @@ export const initialDays: FootballMatches = [
37
37
paId : '4482093' ,
38
38
homeTeam : {
39
39
name : 'Torino' ,
40
+ id : '27038' ,
40
41
score : 10 ,
41
42
} ,
42
43
awayTeam : {
43
44
name : 'Cagliari' ,
45
+ id : '26474' ,
44
46
score : 0 ,
45
47
} ,
46
48
status : '1st' ,
@@ -53,9 +55,11 @@ export const initialDays: FootballMatches = [
53
55
paId : '12345' ,
54
56
homeTeam : {
55
57
name : 'Fiorentina' ,
58
+ id : '26366' ,
56
59
} ,
57
60
awayTeam : {
58
61
name : 'Bologna' ,
62
+ id : '26371' ,
59
63
} ,
60
64
status : 'S' ,
61
65
comment : 'Awaiting officials decision' ,
@@ -66,8 +70,82 @@ export const initialDays: FootballMatches = [
66
70
'2022-01-01T19:45:00Z' ,
67
71
) . toISOString ( ) ,
68
72
paId : '4482890' ,
69
- homeTeam : 'Auxerre' ,
70
- awayTeam : 'St Etienne' ,
73
+ homeTeam : {
74
+ name : 'Auxerre' ,
75
+ id : '26348' ,
76
+ } ,
77
+ awayTeam : { name : 'St Etienne' , id : '27408' } ,
78
+ } ,
79
+ ] ,
80
+ } ,
81
+ {
82
+ id : '1' ,
83
+ tag : 'football/bundesligafootball' ,
84
+ name : 'Bundesliga' ,
85
+ nation : 'European' ,
86
+ matches : [
87
+ {
88
+ kind : 'Live' ,
89
+ dateTimeISOString : new Date (
90
+ '2022-01-01T11:11:00Z' ,
91
+ ) . toISOString ( ) ,
92
+ paId : '123' ,
93
+ homeTeam : {
94
+ name : 'Eintracht Frankfurt' ,
95
+ id : '26460' ,
96
+ score : 1 ,
97
+ } ,
98
+ awayTeam : {
99
+ name : 'Bayern Munich' ,
100
+ id : '26247' ,
101
+ score : 0 ,
102
+ } ,
103
+ status : '1st' ,
104
+ } ,
105
+ ] ,
106
+ } ,
107
+
108
+ {
109
+ id : '2' ,
110
+ tag : 'football/uefa-europa-league' ,
111
+ name : 'Europa League' ,
112
+ nation : 'European' ,
113
+ matches : [
114
+ {
115
+ kind : 'Live' ,
116
+ dateTimeISOString : new Date (
117
+ '2022-01-01T11:11:00Z' ,
118
+ ) . toISOString ( ) ,
119
+ paId : '123' ,
120
+ homeTeam : {
121
+ name : 'AZ' ,
122
+ id : '26464' ,
123
+ score : 1 ,
124
+ } ,
125
+ awayTeam : {
126
+ name : 'Sevilla' ,
127
+ id : '27821' ,
128
+ score : 2 ,
129
+ } ,
130
+ status : 'HT' ,
131
+ } ,
132
+ {
133
+ kind : 'Live' ,
134
+ dateTimeISOString : new Date (
135
+ '2022-01-01T11:11:00Z' ,
136
+ ) . toISOString ( ) ,
137
+ paId : '1234' ,
138
+ homeTeam : {
139
+ name : 'Jagiellonia Białystok' ,
140
+ id : '9999999' ,
141
+ score : 3 ,
142
+ } ,
143
+ awayTeam : {
144
+ name : 'Shakhtar Donetsk' ,
145
+ id : '38299' ,
146
+ score : 2 ,
147
+ } ,
148
+ status : 'HT' ,
71
149
} ,
72
150
] ,
73
151
} ,
@@ -85,10 +163,12 @@ export const initialDays: FootballMatches = [
85
163
paId : '4482835' ,
86
164
homeTeam : {
87
165
name : 'Las Palmas' ,
166
+ id : '27804' ,
88
167
score : 2 ,
89
168
} ,
90
169
awayTeam : {
91
170
name : 'Osasuna' ,
171
+ id : '27152' ,
92
172
score : 3 ,
93
173
} ,
94
174
comment : 'AET' ,
@@ -109,10 +189,12 @@ export const initialDays: FootballMatches = [
109
189
paId : '4482836' ,
110
190
homeTeam : {
111
191
name : 'Brighton & Hove Albion Women' ,
192
+ id : '8450' ,
112
193
score : 1 ,
113
194
} ,
114
195
awayTeam : {
115
196
name : 'Crystal Palace Women' ,
197
+ id : '48752' ,
116
198
score : 1 ,
117
199
} ,
118
200
comment :
@@ -140,8 +222,8 @@ export const moreDays: FootballMatches = [
140
222
'2022-01-05T19:45:00Z' ,
141
223
) . toISOString ( ) ,
142
224
paId : '4482890' ,
143
- homeTeam : 'Juventus' ,
144
- awayTeam : 'Roma' ,
225
+ homeTeam : { name : 'Juventus' , id : '26359' } ,
226
+ awayTeam : { name : 'Roma' , id : '26357' } ,
145
227
} ,
146
228
] ,
147
229
} ,
0 commit comments