@ethlete/cdk 4.48.0 → 4.48.1

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.
Files changed (21) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/esm2022/lib/components/bracket/components/new-bracket/bracket-new.mjs +103 -1
  3. package/esm2022/lib/components/bracket/stories/dummy-data/ET_DUMMY_DATA_DOUBLE_SYNC.mjs +1116 -0
  4. package/esm2022/lib/components/bracket/stories/dummy-data/ET_DUMMY_DATA_SINGLE.mjs +2691 -0
  5. package/esm2022/lib/components/bracket/stories/dummy-data/ET_DUMMY_DATA_SWISS.mjs +72479 -0
  6. package/esm2022/lib/components/bracket/stories/dummy-data/ET_DUMMY_DATE_DOUBLE_ASYNC.mjs +1275 -0
  7. package/esm2022/lib/components/bracket/stories/dummy-data/FIFA_DUMMY_DATA_DOUBLE.mjs +2453 -0
  8. package/esm2022/lib/components/bracket/stories/dummy-data/FIFA_DUMMY_DATA_SINGLE.mjs +2570 -0
  9. package/esm2022/lib/components/bracket/stories/dummy-data/index.mjs +7 -0
  10. package/fesm2022/ethlete-cdk.mjs +105 -0
  11. package/fesm2022/ethlete-cdk.mjs.map +1 -1
  12. package/lib/components/bracket/components/new-bracket/bracket-new.d.ts +1620 -0
  13. package/lib/components/bracket/stories/dummy-data/ET_DUMMY_DATA_DOUBLE_SYNC.d.ts +149 -0
  14. package/lib/components/bracket/stories/dummy-data/ET_DUMMY_DATA_SINGLE.d.ts +184 -0
  15. package/lib/components/bracket/stories/dummy-data/ET_DUMMY_DATA_SWISS.d.ts +214 -0
  16. package/lib/components/bracket/stories/dummy-data/ET_DUMMY_DATE_DOUBLE_ASYNC.d.ts +149 -0
  17. package/lib/components/bracket/stories/dummy-data/FIFA_DUMMY_DATA_DOUBLE.d.ts +1640 -0
  18. package/lib/components/bracket/stories/dummy-data/FIFA_DUMMY_DATA_SINGLE.d.ts +2388 -0
  19. package/lib/components/bracket/stories/dummy-data/index.d.ts +6 -0
  20. package/lib/components/query-error/directives/query-error/query-error.directive.d.ts +1 -1
  21. package/package.json +1 -1
@@ -0,0 +1,2388 @@
1
+ export declare const FIFA_DUMMY_DATA_SINGLE: {
2
+ id: string;
3
+ mode: string;
4
+ executionStatus: string;
5
+ phaseId: null;
6
+ advancingTeams: number;
7
+ relegatingTeams: number;
8
+ tableLegend: never[];
9
+ tableMarkings: never[];
10
+ playerSubstitutionAllowed: boolean;
11
+ videoGameType: string;
12
+ totalRounds: number;
13
+ totalStages: number;
14
+ matches: ({
15
+ id: string;
16
+ position: number;
17
+ roundNumber: number;
18
+ stageNumber: number;
19
+ bracketType: null;
20
+ roundTitle: string;
21
+ status: string;
22
+ winningSide: string;
23
+ homeScore: number;
24
+ awayScore: number;
25
+ scheduledAt: string;
26
+ videoGameType: string;
27
+ homeMatchSide: {
28
+ participant: {
29
+ id: string;
30
+ position: number;
31
+ participation: {
32
+ id: string;
33
+ type: string;
34
+ status: string;
35
+ image: {
36
+ id: string;
37
+ title: string;
38
+ mimeType: string;
39
+ dimensions: string[];
40
+ filterUrl: string;
41
+ filterParameterPlaceholder: string;
42
+ };
43
+ team: {
44
+ id: string;
45
+ name: string;
46
+ tag: null;
47
+ slug: string;
48
+ isProTeam: boolean;
49
+ isNationalTeam: boolean;
50
+ isClaimable: boolean;
51
+ isPubliclyVisible: boolean;
52
+ facebookId: null;
53
+ twitchId: null;
54
+ instagramId: string;
55
+ twitterId: string;
56
+ members: number;
57
+ videoGameSeriesType: string;
58
+ currentRank: {
59
+ position: number;
60
+ pointsGained: string;
61
+ points: string;
62
+ };
63
+ relatedCountry: {
64
+ code: string;
65
+ codeAlpha3: string;
66
+ name: string;
67
+ flag: {
68
+ id: string;
69
+ title: string;
70
+ mimeType: string;
71
+ dimensions: string[];
72
+ filterUrl: string;
73
+ filterParameterPlaceholder: string;
74
+ };
75
+ };
76
+ memberAssociation: null;
77
+ emblem: {
78
+ id: string;
79
+ title: string;
80
+ mimeType: string;
81
+ dimensions: string[];
82
+ filterUrl: string;
83
+ filterParameterPlaceholder: string;
84
+ };
85
+ titleImage: null;
86
+ youtubeProfile: null;
87
+ };
88
+ };
89
+ };
90
+ placeholder: null;
91
+ sourceMatchId: null;
92
+ };
93
+ awayMatchSide: {
94
+ participant: {
95
+ id: string;
96
+ position: number;
97
+ participation: {
98
+ id: string;
99
+ type: string;
100
+ status: string;
101
+ image: {
102
+ id: string;
103
+ title: string;
104
+ mimeType: string;
105
+ dimensions: string[];
106
+ filterUrl: string;
107
+ filterParameterPlaceholder: string;
108
+ };
109
+ team: {
110
+ id: string;
111
+ name: string;
112
+ tag: null;
113
+ slug: string;
114
+ isProTeam: boolean;
115
+ isNationalTeam: boolean;
116
+ isClaimable: boolean;
117
+ isPubliclyVisible: boolean;
118
+ facebookId: string;
119
+ twitchId: null;
120
+ instagramId: string;
121
+ twitterId: string;
122
+ members: number;
123
+ videoGameSeriesType: string;
124
+ currentRank: {
125
+ position: number;
126
+ pointsGained: string;
127
+ points: string;
128
+ };
129
+ relatedCountry: {
130
+ code: string;
131
+ codeAlpha3: string;
132
+ name: string;
133
+ flag: {
134
+ id: string;
135
+ title: string;
136
+ mimeType: string;
137
+ dimensions: string[];
138
+ filterUrl: string;
139
+ filterParameterPlaceholder: string;
140
+ };
141
+ };
142
+ memberAssociation: null;
143
+ emblem: {
144
+ id: string;
145
+ title: string;
146
+ mimeType: string;
147
+ dimensions: string[];
148
+ filterUrl: string;
149
+ filterParameterPlaceholder: string;
150
+ };
151
+ titleImage: null;
152
+ youtubeProfile: {
153
+ id: string;
154
+ identifier: string;
155
+ url: string;
156
+ channelId: string;
157
+ };
158
+ };
159
+ };
160
+ };
161
+ placeholder: null;
162
+ sourceMatchId: null;
163
+ };
164
+ games: {
165
+ id: string;
166
+ position: number;
167
+ status: string;
168
+ resultType: string;
169
+ platform: string;
170
+ homeScore: number;
171
+ awayScore: number;
172
+ }[];
173
+ mode: string;
174
+ isHighlighted: boolean;
175
+ hasVod: boolean;
176
+ hasStream: boolean;
177
+ } | {
178
+ id: string;
179
+ position: number;
180
+ roundNumber: number;
181
+ stageNumber: number;
182
+ bracketType: null;
183
+ roundTitle: string;
184
+ status: string;
185
+ winningSide: string;
186
+ homeScore: number;
187
+ awayScore: number;
188
+ scheduledAt: string;
189
+ videoGameType: string;
190
+ homeMatchSide: {
191
+ participant: {
192
+ id: string;
193
+ position: number;
194
+ participation: {
195
+ id: string;
196
+ type: string;
197
+ status: string;
198
+ image: {
199
+ id: string;
200
+ title: string;
201
+ mimeType: string;
202
+ dimensions: string[];
203
+ filterUrl: string;
204
+ filterParameterPlaceholder: string;
205
+ };
206
+ team: {
207
+ id: string;
208
+ name: string;
209
+ tag: null;
210
+ slug: string;
211
+ isProTeam: boolean;
212
+ isNationalTeam: boolean;
213
+ isClaimable: boolean;
214
+ isPubliclyVisible: boolean;
215
+ facebookId: null;
216
+ twitchId: string;
217
+ instagramId: string;
218
+ twitterId: string;
219
+ members: number;
220
+ videoGameSeriesType: string;
221
+ currentRank: {
222
+ position: number;
223
+ pointsGained: string;
224
+ points: string;
225
+ };
226
+ relatedCountry: {
227
+ code: string;
228
+ codeAlpha3: string;
229
+ name: string;
230
+ flag: {
231
+ id: string;
232
+ title: string;
233
+ mimeType: string;
234
+ dimensions: string[];
235
+ filterUrl: string;
236
+ filterParameterPlaceholder: string;
237
+ };
238
+ };
239
+ memberAssociation: null;
240
+ emblem: {
241
+ id: string;
242
+ title: string;
243
+ mimeType: string;
244
+ dimensions: string[];
245
+ filterUrl: string;
246
+ filterParameterPlaceholder: string;
247
+ };
248
+ titleImage: null;
249
+ youtubeProfile: null;
250
+ };
251
+ };
252
+ };
253
+ placeholder: null;
254
+ sourceMatchId: null;
255
+ };
256
+ awayMatchSide: {
257
+ participant: {
258
+ id: string;
259
+ position: number;
260
+ participation: {
261
+ id: string;
262
+ type: string;
263
+ status: string;
264
+ image: {
265
+ id: string;
266
+ title: string;
267
+ mimeType: string;
268
+ dimensions: string[];
269
+ filterUrl: string;
270
+ filterParameterPlaceholder: string;
271
+ };
272
+ team: {
273
+ id: string;
274
+ name: string;
275
+ tag: null;
276
+ slug: string;
277
+ isProTeam: boolean;
278
+ isNationalTeam: boolean;
279
+ isClaimable: boolean;
280
+ isPubliclyVisible: boolean;
281
+ facebookId: string;
282
+ twitchId: string;
283
+ instagramId: string;
284
+ twitterId: string;
285
+ members: number;
286
+ videoGameSeriesType: string;
287
+ currentRank: {
288
+ position: number;
289
+ pointsGained: string;
290
+ points: string;
291
+ };
292
+ relatedCountry: {
293
+ code: string;
294
+ codeAlpha3: string;
295
+ name: string;
296
+ flag: {
297
+ id: string;
298
+ title: string;
299
+ mimeType: string;
300
+ dimensions: string[];
301
+ filterUrl: string;
302
+ filterParameterPlaceholder: string;
303
+ };
304
+ };
305
+ memberAssociation: null;
306
+ emblem: {
307
+ id: string;
308
+ title: string;
309
+ mimeType: string;
310
+ dimensions: string[];
311
+ filterUrl: string;
312
+ filterParameterPlaceholder: string;
313
+ };
314
+ titleImage: null;
315
+ youtubeProfile: null;
316
+ };
317
+ };
318
+ };
319
+ placeholder: null;
320
+ sourceMatchId: null;
321
+ };
322
+ games: {
323
+ id: string;
324
+ position: number;
325
+ status: string;
326
+ resultType: string;
327
+ platform: string;
328
+ homeScore: number;
329
+ awayScore: number;
330
+ }[];
331
+ mode: string;
332
+ isHighlighted: boolean;
333
+ hasVod: boolean;
334
+ hasStream: boolean;
335
+ } | {
336
+ id: string;
337
+ position: number;
338
+ roundNumber: number;
339
+ stageNumber: number;
340
+ bracketType: null;
341
+ roundTitle: string;
342
+ status: string;
343
+ winningSide: string;
344
+ homeScore: number;
345
+ awayScore: number;
346
+ scheduledAt: string;
347
+ videoGameType: string;
348
+ homeMatchSide: {
349
+ participant: {
350
+ id: string;
351
+ position: number;
352
+ participation: {
353
+ id: string;
354
+ type: string;
355
+ status: string;
356
+ image: {
357
+ id: string;
358
+ title: string;
359
+ mimeType: string;
360
+ dimensions: string[];
361
+ filterUrl: string;
362
+ filterParameterPlaceholder: string;
363
+ };
364
+ team: {
365
+ id: string;
366
+ name: string;
367
+ tag: null;
368
+ slug: string;
369
+ isProTeam: boolean;
370
+ isNationalTeam: boolean;
371
+ isClaimable: boolean;
372
+ isPubliclyVisible: boolean;
373
+ facebookId: null;
374
+ twitchId: null;
375
+ instagramId: null;
376
+ twitterId: null;
377
+ members: number;
378
+ videoGameSeriesType: string;
379
+ currentRank: {
380
+ position: number;
381
+ pointsGained: string;
382
+ points: string;
383
+ };
384
+ relatedCountry: {
385
+ code: string;
386
+ codeAlpha3: string;
387
+ name: string;
388
+ flag: {
389
+ id: string;
390
+ title: string;
391
+ mimeType: string;
392
+ dimensions: string[];
393
+ filterUrl: string;
394
+ filterParameterPlaceholder: string;
395
+ };
396
+ };
397
+ memberAssociation: null;
398
+ emblem: {
399
+ id: string;
400
+ title: string;
401
+ mimeType: string;
402
+ dimensions: string[];
403
+ filterUrl: string;
404
+ filterParameterPlaceholder: string;
405
+ };
406
+ titleImage: null;
407
+ youtubeProfile: null;
408
+ };
409
+ };
410
+ };
411
+ placeholder: null;
412
+ sourceMatchId: null;
413
+ };
414
+ awayMatchSide: {
415
+ participant: {
416
+ id: string;
417
+ position: number;
418
+ participation: {
419
+ id: string;
420
+ type: string;
421
+ status: string;
422
+ image: {
423
+ id: string;
424
+ title: string;
425
+ mimeType: string;
426
+ dimensions: string[];
427
+ filterUrl: string;
428
+ filterParameterPlaceholder: string;
429
+ };
430
+ team: {
431
+ id: string;
432
+ name: string;
433
+ tag: null;
434
+ slug: string;
435
+ isProTeam: boolean;
436
+ isNationalTeam: boolean;
437
+ isClaimable: boolean;
438
+ isPubliclyVisible: boolean;
439
+ facebookId: null;
440
+ twitchId: null;
441
+ instagramId: string;
442
+ twitterId: string;
443
+ members: number;
444
+ videoGameSeriesType: string;
445
+ currentRank: {
446
+ position: number;
447
+ pointsGained: string;
448
+ points: string;
449
+ };
450
+ relatedCountry: null;
451
+ memberAssociation: null;
452
+ emblem: {
453
+ id: string;
454
+ title: string;
455
+ mimeType: string;
456
+ dimensions: string[];
457
+ filterUrl: string;
458
+ filterParameterPlaceholder: string;
459
+ };
460
+ titleImage: null;
461
+ youtubeProfile: {
462
+ id: string;
463
+ identifier: string;
464
+ url: string;
465
+ channelId: string;
466
+ };
467
+ };
468
+ };
469
+ };
470
+ placeholder: null;
471
+ sourceMatchId: null;
472
+ };
473
+ games: {
474
+ id: string;
475
+ position: number;
476
+ status: string;
477
+ resultType: string;
478
+ platform: string;
479
+ homeScore: number;
480
+ awayScore: number;
481
+ }[];
482
+ mode: string;
483
+ isHighlighted: boolean;
484
+ hasVod: boolean;
485
+ hasStream: boolean;
486
+ } | {
487
+ id: string;
488
+ position: number;
489
+ roundNumber: number;
490
+ stageNumber: number;
491
+ bracketType: null;
492
+ roundTitle: string;
493
+ status: string;
494
+ winningSide: string;
495
+ homeScore: number;
496
+ awayScore: number;
497
+ scheduledAt: string;
498
+ videoGameType: string;
499
+ homeMatchSide: {
500
+ participant: {
501
+ id: string;
502
+ position: number;
503
+ participation: {
504
+ id: string;
505
+ type: string;
506
+ status: string;
507
+ image: {
508
+ id: string;
509
+ title: string;
510
+ mimeType: string;
511
+ dimensions: string[];
512
+ filterUrl: string;
513
+ filterParameterPlaceholder: string;
514
+ };
515
+ team: {
516
+ id: string;
517
+ name: string;
518
+ tag: null;
519
+ slug: string;
520
+ isProTeam: boolean;
521
+ isNationalTeam: boolean;
522
+ isClaimable: boolean;
523
+ isPubliclyVisible: boolean;
524
+ facebookId: null;
525
+ twitchId: null;
526
+ instagramId: null;
527
+ twitterId: null;
528
+ members: number;
529
+ videoGameSeriesType: string;
530
+ currentRank: {
531
+ position: number;
532
+ pointsGained: string;
533
+ points: string;
534
+ };
535
+ relatedCountry: {
536
+ code: string;
537
+ codeAlpha3: string;
538
+ name: string;
539
+ flag: {
540
+ id: string;
541
+ title: string;
542
+ mimeType: string;
543
+ dimensions: string[];
544
+ filterUrl: string;
545
+ filterParameterPlaceholder: string;
546
+ };
547
+ };
548
+ memberAssociation: null;
549
+ emblem: {
550
+ id: string;
551
+ title: string;
552
+ mimeType: string;
553
+ dimensions: string[];
554
+ filterUrl: string;
555
+ filterParameterPlaceholder: string;
556
+ };
557
+ titleImage: null;
558
+ youtubeProfile: null;
559
+ };
560
+ };
561
+ };
562
+ placeholder: null;
563
+ sourceMatchId: null;
564
+ };
565
+ awayMatchSide: {
566
+ participant: {
567
+ id: string;
568
+ position: number;
569
+ participation: {
570
+ id: string;
571
+ type: string;
572
+ status: string;
573
+ image: {
574
+ id: string;
575
+ title: string;
576
+ mimeType: string;
577
+ dimensions: string[];
578
+ filterUrl: string;
579
+ filterParameterPlaceholder: string;
580
+ };
581
+ team: {
582
+ id: string;
583
+ name: string;
584
+ tag: null;
585
+ slug: string;
586
+ isProTeam: boolean;
587
+ isNationalTeam: boolean;
588
+ isClaimable: boolean;
589
+ isPubliclyVisible: boolean;
590
+ facebookId: null;
591
+ twitchId: string;
592
+ instagramId: string;
593
+ twitterId: string;
594
+ members: number;
595
+ videoGameSeriesType: string;
596
+ currentRank: {
597
+ position: number;
598
+ pointsGained: string;
599
+ points: string;
600
+ };
601
+ relatedCountry: {
602
+ code: string;
603
+ codeAlpha3: string;
604
+ name: string;
605
+ flag: {
606
+ id: string;
607
+ title: string;
608
+ mimeType: string;
609
+ dimensions: string[];
610
+ filterUrl: string;
611
+ filterParameterPlaceholder: string;
612
+ };
613
+ };
614
+ memberAssociation: null;
615
+ emblem: {
616
+ id: string;
617
+ title: string;
618
+ mimeType: string;
619
+ dimensions: string[];
620
+ filterUrl: string;
621
+ filterParameterPlaceholder: string;
622
+ };
623
+ titleImage: null;
624
+ youtubeProfile: {
625
+ id: string;
626
+ identifier: string;
627
+ url: string;
628
+ channelId: string;
629
+ };
630
+ };
631
+ };
632
+ };
633
+ placeholder: null;
634
+ sourceMatchId: null;
635
+ };
636
+ games: {
637
+ id: string;
638
+ position: number;
639
+ status: string;
640
+ resultType: string;
641
+ platform: string;
642
+ homeScore: number;
643
+ awayScore: number;
644
+ }[];
645
+ mode: string;
646
+ isHighlighted: boolean;
647
+ hasVod: boolean;
648
+ hasStream: boolean;
649
+ } | {
650
+ id: string;
651
+ position: number;
652
+ roundNumber: number;
653
+ stageNumber: number;
654
+ bracketType: null;
655
+ roundTitle: string;
656
+ status: string;
657
+ winningSide: string;
658
+ homeScore: number;
659
+ awayScore: number;
660
+ scheduledAt: string;
661
+ videoGameType: string;
662
+ homeMatchSide: {
663
+ participant: {
664
+ id: string;
665
+ position: number;
666
+ participation: {
667
+ id: string;
668
+ type: string;
669
+ status: string;
670
+ image: {
671
+ id: string;
672
+ title: string;
673
+ mimeType: string;
674
+ dimensions: string[];
675
+ filterUrl: string;
676
+ filterParameterPlaceholder: string;
677
+ };
678
+ team: {
679
+ id: string;
680
+ name: string;
681
+ tag: null;
682
+ slug: string;
683
+ isProTeam: boolean;
684
+ isNationalTeam: boolean;
685
+ isClaimable: boolean;
686
+ isPubliclyVisible: boolean;
687
+ facebookId: string;
688
+ twitchId: string;
689
+ instagramId: string;
690
+ twitterId: string;
691
+ members: number;
692
+ videoGameSeriesType: string;
693
+ currentRank: {
694
+ position: number;
695
+ pointsGained: string;
696
+ points: string;
697
+ };
698
+ relatedCountry: {
699
+ code: string;
700
+ codeAlpha3: string;
701
+ name: string;
702
+ flag: {
703
+ id: string;
704
+ title: string;
705
+ mimeType: string;
706
+ dimensions: string[];
707
+ filterUrl: string;
708
+ filterParameterPlaceholder: string;
709
+ };
710
+ };
711
+ memberAssociation: null;
712
+ emblem: {
713
+ id: string;
714
+ title: string;
715
+ mimeType: string;
716
+ dimensions: string[];
717
+ filterUrl: string;
718
+ filterParameterPlaceholder: string;
719
+ };
720
+ titleImage: null;
721
+ youtubeProfile: {
722
+ id: string;
723
+ identifier: string;
724
+ url: string;
725
+ channelId: string;
726
+ };
727
+ };
728
+ };
729
+ };
730
+ placeholder: null;
731
+ sourceMatchId: null;
732
+ };
733
+ awayMatchSide: {
734
+ participant: {
735
+ id: string;
736
+ position: number;
737
+ participation: {
738
+ id: string;
739
+ type: string;
740
+ status: string;
741
+ image: {
742
+ id: string;
743
+ title: string;
744
+ mimeType: string;
745
+ dimensions: string[];
746
+ filterUrl: string;
747
+ filterParameterPlaceholder: string;
748
+ };
749
+ team: {
750
+ id: string;
751
+ name: string;
752
+ tag: null;
753
+ slug: string;
754
+ isProTeam: boolean;
755
+ isNationalTeam: boolean;
756
+ isClaimable: boolean;
757
+ isPubliclyVisible: boolean;
758
+ facebookId: null;
759
+ twitchId: null;
760
+ instagramId: null;
761
+ twitterId: null;
762
+ members: number;
763
+ videoGameSeriesType: string;
764
+ currentRank: {
765
+ position: number;
766
+ pointsGained: string;
767
+ points: string;
768
+ };
769
+ relatedCountry: null;
770
+ memberAssociation: null;
771
+ emblem: {
772
+ id: string;
773
+ title: string;
774
+ mimeType: string;
775
+ dimensions: string[];
776
+ filterUrl: string;
777
+ filterParameterPlaceholder: string;
778
+ };
779
+ titleImage: null;
780
+ youtubeProfile: null;
781
+ };
782
+ };
783
+ };
784
+ placeholder: null;
785
+ sourceMatchId: null;
786
+ };
787
+ games: {
788
+ id: string;
789
+ position: number;
790
+ status: string;
791
+ resultType: string;
792
+ platform: string;
793
+ homeScore: number;
794
+ awayScore: number;
795
+ }[];
796
+ mode: string;
797
+ isHighlighted: boolean;
798
+ hasVod: boolean;
799
+ hasStream: boolean;
800
+ } | {
801
+ id: string;
802
+ position: number;
803
+ roundNumber: number;
804
+ stageNumber: number;
805
+ bracketType: null;
806
+ roundTitle: string;
807
+ status: string;
808
+ winningSide: string;
809
+ homeScore: number;
810
+ awayScore: number;
811
+ scheduledAt: string;
812
+ videoGameType: string;
813
+ homeMatchSide: {
814
+ participant: {
815
+ id: string;
816
+ position: number;
817
+ participation: {
818
+ id: string;
819
+ type: string;
820
+ status: string;
821
+ image: {
822
+ id: string;
823
+ title: string;
824
+ mimeType: string;
825
+ dimensions: string[];
826
+ filterUrl: string;
827
+ filterParameterPlaceholder: string;
828
+ };
829
+ team: {
830
+ id: string;
831
+ name: string;
832
+ tag: null;
833
+ slug: string;
834
+ isProTeam: boolean;
835
+ isNationalTeam: boolean;
836
+ isClaimable: boolean;
837
+ isPubliclyVisible: boolean;
838
+ facebookId: string;
839
+ twitchId: string;
840
+ instagramId: string;
841
+ twitterId: string;
842
+ members: number;
843
+ videoGameSeriesType: string;
844
+ currentRank: {
845
+ position: number;
846
+ pointsGained: string;
847
+ points: string;
848
+ };
849
+ relatedCountry: {
850
+ code: string;
851
+ codeAlpha3: string;
852
+ name: string;
853
+ flag: {
854
+ id: string;
855
+ title: string;
856
+ mimeType: string;
857
+ dimensions: string[];
858
+ filterUrl: string;
859
+ filterParameterPlaceholder: string;
860
+ };
861
+ };
862
+ memberAssociation: null;
863
+ emblem: {
864
+ id: string;
865
+ title: string;
866
+ mimeType: string;
867
+ dimensions: string[];
868
+ filterUrl: string;
869
+ filterParameterPlaceholder: string;
870
+ };
871
+ titleImage: null;
872
+ youtubeProfile: {
873
+ id: string;
874
+ identifier: string;
875
+ url: string;
876
+ channelId: string;
877
+ };
878
+ };
879
+ };
880
+ };
881
+ placeholder: null;
882
+ sourceMatchId: null;
883
+ };
884
+ awayMatchSide: {
885
+ participant: {
886
+ id: string;
887
+ position: number;
888
+ participation: {
889
+ id: string;
890
+ type: string;
891
+ status: string;
892
+ image: {
893
+ id: string;
894
+ title: string;
895
+ mimeType: string;
896
+ dimensions: string[];
897
+ filterUrl: string;
898
+ filterParameterPlaceholder: string;
899
+ };
900
+ team: {
901
+ id: string;
902
+ name: string;
903
+ tag: null;
904
+ slug: string;
905
+ isProTeam: boolean;
906
+ isNationalTeam: boolean;
907
+ isClaimable: boolean;
908
+ isPubliclyVisible: boolean;
909
+ facebookId: string;
910
+ twitchId: string;
911
+ instagramId: string;
912
+ twitterId: string;
913
+ members: number;
914
+ videoGameSeriesType: string;
915
+ currentRank: {
916
+ position: number;
917
+ pointsGained: string;
918
+ points: string;
919
+ };
920
+ relatedCountry: {
921
+ code: string;
922
+ codeAlpha3: string;
923
+ name: string;
924
+ flag: {
925
+ id: string;
926
+ title: string;
927
+ mimeType: string;
928
+ dimensions: string[];
929
+ filterUrl: string;
930
+ filterParameterPlaceholder: string;
931
+ };
932
+ };
933
+ memberAssociation: null;
934
+ emblem: {
935
+ id: string;
936
+ title: string;
937
+ mimeType: string;
938
+ dimensions: string[];
939
+ filterUrl: string;
940
+ filterParameterPlaceholder: string;
941
+ };
942
+ titleImage: null;
943
+ youtubeProfile: null;
944
+ };
945
+ };
946
+ };
947
+ placeholder: null;
948
+ sourceMatchId: null;
949
+ };
950
+ games: {
951
+ id: string;
952
+ position: number;
953
+ status: string;
954
+ resultType: string;
955
+ platform: string;
956
+ homeScore: number;
957
+ awayScore: number;
958
+ }[];
959
+ mode: string;
960
+ isHighlighted: boolean;
961
+ hasVod: boolean;
962
+ hasStream: boolean;
963
+ } | {
964
+ id: string;
965
+ position: number;
966
+ roundNumber: number;
967
+ stageNumber: number;
968
+ bracketType: null;
969
+ roundTitle: string;
970
+ status: string;
971
+ winningSide: string;
972
+ homeScore: number;
973
+ awayScore: number;
974
+ scheduledAt: string;
975
+ videoGameType: string;
976
+ homeMatchSide: {
977
+ participant: {
978
+ id: string;
979
+ position: number;
980
+ participation: {
981
+ id: string;
982
+ type: string;
983
+ status: string;
984
+ image: {
985
+ id: string;
986
+ title: string;
987
+ mimeType: string;
988
+ dimensions: string[];
989
+ filterUrl: string;
990
+ filterParameterPlaceholder: string;
991
+ };
992
+ team: {
993
+ id: string;
994
+ name: string;
995
+ tag: null;
996
+ slug: string;
997
+ isProTeam: boolean;
998
+ isNationalTeam: boolean;
999
+ isClaimable: boolean;
1000
+ isPubliclyVisible: boolean;
1001
+ facebookId: null;
1002
+ twitchId: string;
1003
+ instagramId: string;
1004
+ twitterId: string;
1005
+ members: number;
1006
+ videoGameSeriesType: string;
1007
+ currentRank: {
1008
+ position: number;
1009
+ pointsGained: string;
1010
+ points: string;
1011
+ };
1012
+ relatedCountry: {
1013
+ code: string;
1014
+ codeAlpha3: string;
1015
+ name: string;
1016
+ flag: {
1017
+ id: string;
1018
+ title: string;
1019
+ mimeType: string;
1020
+ dimensions: string[];
1021
+ filterUrl: string;
1022
+ filterParameterPlaceholder: string;
1023
+ };
1024
+ };
1025
+ memberAssociation: null;
1026
+ emblem: {
1027
+ id: string;
1028
+ title: string;
1029
+ mimeType: string;
1030
+ dimensions: string[];
1031
+ filterUrl: string;
1032
+ filterParameterPlaceholder: string;
1033
+ };
1034
+ titleImage: null;
1035
+ youtubeProfile: {
1036
+ id: string;
1037
+ identifier: string;
1038
+ url: string;
1039
+ channelId: string;
1040
+ };
1041
+ };
1042
+ };
1043
+ };
1044
+ placeholder: null;
1045
+ sourceMatchId: null;
1046
+ };
1047
+ awayMatchSide: {
1048
+ participant: {
1049
+ id: string;
1050
+ position: number;
1051
+ participation: {
1052
+ id: string;
1053
+ type: string;
1054
+ status: string;
1055
+ image: {
1056
+ id: string;
1057
+ title: string;
1058
+ mimeType: string;
1059
+ dimensions: string[];
1060
+ filterUrl: string;
1061
+ filterParameterPlaceholder: string;
1062
+ };
1063
+ team: {
1064
+ id: string;
1065
+ name: string;
1066
+ tag: null;
1067
+ slug: string;
1068
+ isProTeam: boolean;
1069
+ isNationalTeam: boolean;
1070
+ isClaimable: boolean;
1071
+ isPubliclyVisible: boolean;
1072
+ facebookId: null;
1073
+ twitchId: null;
1074
+ instagramId: null;
1075
+ twitterId: null;
1076
+ members: number;
1077
+ videoGameSeriesType: string;
1078
+ currentRank: {
1079
+ position: number;
1080
+ pointsGained: string;
1081
+ points: string;
1082
+ };
1083
+ relatedCountry: {
1084
+ code: string;
1085
+ codeAlpha3: string;
1086
+ name: string;
1087
+ flag: {
1088
+ id: string;
1089
+ title: string;
1090
+ mimeType: string;
1091
+ dimensions: string[];
1092
+ filterUrl: string;
1093
+ filterParameterPlaceholder: string;
1094
+ };
1095
+ };
1096
+ memberAssociation: null;
1097
+ emblem: {
1098
+ id: string;
1099
+ title: string;
1100
+ mimeType: string;
1101
+ dimensions: string[];
1102
+ filterUrl: string;
1103
+ filterParameterPlaceholder: string;
1104
+ };
1105
+ titleImage: null;
1106
+ youtubeProfile: null;
1107
+ };
1108
+ };
1109
+ };
1110
+ placeholder: null;
1111
+ sourceMatchId: null;
1112
+ };
1113
+ games: {
1114
+ id: string;
1115
+ position: number;
1116
+ status: string;
1117
+ resultType: string;
1118
+ platform: string;
1119
+ homeScore: number;
1120
+ awayScore: number;
1121
+ }[];
1122
+ mode: string;
1123
+ isHighlighted: boolean;
1124
+ hasVod: boolean;
1125
+ hasStream: boolean;
1126
+ } | {
1127
+ id: string;
1128
+ position: number;
1129
+ roundNumber: number;
1130
+ stageNumber: number;
1131
+ bracketType: null;
1132
+ roundTitle: string;
1133
+ status: string;
1134
+ winningSide: string;
1135
+ homeScore: number;
1136
+ awayScore: number;
1137
+ scheduledAt: string;
1138
+ videoGameType: string;
1139
+ homeMatchSide: {
1140
+ participant: {
1141
+ id: string;
1142
+ position: number;
1143
+ participation: {
1144
+ id: string;
1145
+ type: string;
1146
+ status: string;
1147
+ image: {
1148
+ id: string;
1149
+ title: string;
1150
+ mimeType: string;
1151
+ dimensions: string[];
1152
+ filterUrl: string;
1153
+ filterParameterPlaceholder: string;
1154
+ };
1155
+ team: {
1156
+ id: string;
1157
+ name: string;
1158
+ tag: null;
1159
+ slug: string;
1160
+ isProTeam: boolean;
1161
+ isNationalTeam: boolean;
1162
+ isClaimable: boolean;
1163
+ isPubliclyVisible: boolean;
1164
+ facebookId: null;
1165
+ twitchId: string;
1166
+ instagramId: string;
1167
+ twitterId: string;
1168
+ members: number;
1169
+ videoGameSeriesType: string;
1170
+ currentRank: {
1171
+ position: number;
1172
+ pointsGained: string;
1173
+ points: string;
1174
+ };
1175
+ relatedCountry: {
1176
+ code: string;
1177
+ codeAlpha3: string;
1178
+ name: string;
1179
+ flag: {
1180
+ id: string;
1181
+ title: string;
1182
+ mimeType: string;
1183
+ dimensions: string[];
1184
+ filterUrl: string;
1185
+ filterParameterPlaceholder: string;
1186
+ };
1187
+ };
1188
+ memberAssociation: null;
1189
+ emblem: {
1190
+ id: string;
1191
+ title: string;
1192
+ mimeType: string;
1193
+ dimensions: string[];
1194
+ filterUrl: string;
1195
+ filterParameterPlaceholder: string;
1196
+ };
1197
+ titleImage: null;
1198
+ youtubeProfile: null;
1199
+ };
1200
+ };
1201
+ };
1202
+ placeholder: null;
1203
+ sourceMatchId: null;
1204
+ };
1205
+ awayMatchSide: {
1206
+ participant: {
1207
+ id: string;
1208
+ position: number;
1209
+ participation: {
1210
+ id: string;
1211
+ type: string;
1212
+ status: string;
1213
+ image: {
1214
+ id: string;
1215
+ title: string;
1216
+ mimeType: string;
1217
+ dimensions: string[];
1218
+ filterUrl: string;
1219
+ filterParameterPlaceholder: string;
1220
+ };
1221
+ team: {
1222
+ id: string;
1223
+ name: string;
1224
+ tag: null;
1225
+ slug: string;
1226
+ isProTeam: boolean;
1227
+ isNationalTeam: boolean;
1228
+ isClaimable: boolean;
1229
+ isPubliclyVisible: boolean;
1230
+ facebookId: string;
1231
+ twitchId: null;
1232
+ instagramId: string;
1233
+ twitterId: string;
1234
+ members: number;
1235
+ videoGameSeriesType: string;
1236
+ currentRank: {
1237
+ position: number;
1238
+ pointsGained: string;
1239
+ points: string;
1240
+ };
1241
+ relatedCountry: {
1242
+ code: string;
1243
+ codeAlpha3: string;
1244
+ name: string;
1245
+ flag: {
1246
+ id: string;
1247
+ title: string;
1248
+ mimeType: string;
1249
+ dimensions: string[];
1250
+ filterUrl: string;
1251
+ filterParameterPlaceholder: string;
1252
+ };
1253
+ };
1254
+ memberAssociation: null;
1255
+ emblem: {
1256
+ id: string;
1257
+ title: string;
1258
+ mimeType: string;
1259
+ dimensions: string[];
1260
+ filterUrl: string;
1261
+ filterParameterPlaceholder: string;
1262
+ };
1263
+ titleImage: null;
1264
+ youtubeProfile: null;
1265
+ };
1266
+ };
1267
+ };
1268
+ placeholder: null;
1269
+ sourceMatchId: null;
1270
+ };
1271
+ games: {
1272
+ id: string;
1273
+ position: number;
1274
+ status: string;
1275
+ resultType: string;
1276
+ platform: string;
1277
+ homeScore: number;
1278
+ awayScore: number;
1279
+ }[];
1280
+ mode: string;
1281
+ isHighlighted: boolean;
1282
+ hasVod: boolean;
1283
+ hasStream: boolean;
1284
+ } | {
1285
+ id: string;
1286
+ position: number;
1287
+ roundNumber: number;
1288
+ stageNumber: number;
1289
+ bracketType: null;
1290
+ roundTitle: string;
1291
+ status: string;
1292
+ winningSide: string;
1293
+ homeScore: number;
1294
+ awayScore: number;
1295
+ scheduledAt: string;
1296
+ videoGameType: string;
1297
+ homeMatchSide: {
1298
+ participant: {
1299
+ id: string;
1300
+ position: number;
1301
+ participation: {
1302
+ id: string;
1303
+ type: string;
1304
+ status: string;
1305
+ image: {
1306
+ id: string;
1307
+ title: string;
1308
+ mimeType: string;
1309
+ dimensions: string[];
1310
+ filterUrl: string;
1311
+ filterParameterPlaceholder: string;
1312
+ };
1313
+ team: {
1314
+ id: string;
1315
+ name: string;
1316
+ tag: null;
1317
+ slug: string;
1318
+ isProTeam: boolean;
1319
+ isNationalTeam: boolean;
1320
+ isClaimable: boolean;
1321
+ isPubliclyVisible: boolean;
1322
+ facebookId: string;
1323
+ twitchId: null;
1324
+ instagramId: string;
1325
+ twitterId: string;
1326
+ members: number;
1327
+ videoGameSeriesType: string;
1328
+ currentRank: {
1329
+ position: number;
1330
+ pointsGained: string;
1331
+ points: string;
1332
+ };
1333
+ relatedCountry: {
1334
+ code: string;
1335
+ codeAlpha3: string;
1336
+ name: string;
1337
+ flag: {
1338
+ id: string;
1339
+ title: string;
1340
+ mimeType: string;
1341
+ dimensions: string[];
1342
+ filterUrl: string;
1343
+ filterParameterPlaceholder: string;
1344
+ };
1345
+ };
1346
+ memberAssociation: null;
1347
+ emblem: {
1348
+ id: string;
1349
+ title: string;
1350
+ mimeType: string;
1351
+ dimensions: string[];
1352
+ filterUrl: string;
1353
+ filterParameterPlaceholder: string;
1354
+ };
1355
+ titleImage: null;
1356
+ youtubeProfile: {
1357
+ id: string;
1358
+ identifier: string;
1359
+ url: string;
1360
+ channelId: string;
1361
+ };
1362
+ };
1363
+ };
1364
+ };
1365
+ placeholder: null;
1366
+ sourceMatchId: null;
1367
+ };
1368
+ awayMatchSide: {
1369
+ participant: {
1370
+ id: string;
1371
+ position: number;
1372
+ participation: {
1373
+ id: string;
1374
+ type: string;
1375
+ status: string;
1376
+ image: {
1377
+ id: string;
1378
+ title: string;
1379
+ mimeType: string;
1380
+ dimensions: string[];
1381
+ filterUrl: string;
1382
+ filterParameterPlaceholder: string;
1383
+ };
1384
+ team: {
1385
+ id: string;
1386
+ name: string;
1387
+ tag: null;
1388
+ slug: string;
1389
+ isProTeam: boolean;
1390
+ isNationalTeam: boolean;
1391
+ isClaimable: boolean;
1392
+ isPubliclyVisible: boolean;
1393
+ facebookId: null;
1394
+ twitchId: string;
1395
+ instagramId: string;
1396
+ twitterId: string;
1397
+ members: number;
1398
+ videoGameSeriesType: string;
1399
+ currentRank: {
1400
+ position: number;
1401
+ pointsGained: string;
1402
+ points: string;
1403
+ };
1404
+ relatedCountry: {
1405
+ code: string;
1406
+ codeAlpha3: string;
1407
+ name: string;
1408
+ flag: {
1409
+ id: string;
1410
+ title: string;
1411
+ mimeType: string;
1412
+ dimensions: string[];
1413
+ filterUrl: string;
1414
+ filterParameterPlaceholder: string;
1415
+ };
1416
+ };
1417
+ memberAssociation: null;
1418
+ emblem: {
1419
+ id: string;
1420
+ title: string;
1421
+ mimeType: string;
1422
+ dimensions: string[];
1423
+ filterUrl: string;
1424
+ filterParameterPlaceholder: string;
1425
+ };
1426
+ titleImage: null;
1427
+ youtubeProfile: null;
1428
+ };
1429
+ };
1430
+ };
1431
+ placeholder: null;
1432
+ sourceMatchId: null;
1433
+ };
1434
+ games: {
1435
+ id: string;
1436
+ position: number;
1437
+ status: string;
1438
+ resultType: string;
1439
+ platform: string;
1440
+ homeScore: number;
1441
+ awayScore: number;
1442
+ }[];
1443
+ mode: string;
1444
+ isHighlighted: boolean;
1445
+ hasVod: boolean;
1446
+ hasStream: boolean;
1447
+ } | {
1448
+ id: string;
1449
+ position: number;
1450
+ roundNumber: number;
1451
+ stageNumber: number;
1452
+ bracketType: null;
1453
+ roundTitle: string;
1454
+ status: string;
1455
+ winningSide: string;
1456
+ homeScore: number;
1457
+ awayScore: number;
1458
+ scheduledAt: string;
1459
+ videoGameType: string;
1460
+ homeMatchSide: {
1461
+ participant: {
1462
+ id: string;
1463
+ position: number;
1464
+ participation: {
1465
+ id: string;
1466
+ type: string;
1467
+ status: string;
1468
+ image: {
1469
+ id: string;
1470
+ title: string;
1471
+ mimeType: string;
1472
+ dimensions: string[];
1473
+ filterUrl: string;
1474
+ filterParameterPlaceholder: string;
1475
+ };
1476
+ team: {
1477
+ id: string;
1478
+ name: string;
1479
+ tag: null;
1480
+ slug: string;
1481
+ isProTeam: boolean;
1482
+ isNationalTeam: boolean;
1483
+ isClaimable: boolean;
1484
+ isPubliclyVisible: boolean;
1485
+ facebookId: null;
1486
+ twitchId: null;
1487
+ instagramId: string;
1488
+ twitterId: string;
1489
+ members: number;
1490
+ videoGameSeriesType: string;
1491
+ currentRank: {
1492
+ position: number;
1493
+ pointsGained: string;
1494
+ points: string;
1495
+ };
1496
+ relatedCountry: null;
1497
+ memberAssociation: null;
1498
+ emblem: {
1499
+ id: string;
1500
+ title: string;
1501
+ mimeType: string;
1502
+ dimensions: string[];
1503
+ filterUrl: string;
1504
+ filterParameterPlaceholder: string;
1505
+ };
1506
+ titleImage: null;
1507
+ youtubeProfile: {
1508
+ id: string;
1509
+ identifier: string;
1510
+ url: string;
1511
+ channelId: string;
1512
+ };
1513
+ };
1514
+ };
1515
+ };
1516
+ placeholder: null;
1517
+ sourceMatchId: null;
1518
+ };
1519
+ awayMatchSide: {
1520
+ participant: {
1521
+ id: string;
1522
+ position: number;
1523
+ participation: {
1524
+ id: string;
1525
+ type: string;
1526
+ status: string;
1527
+ image: {
1528
+ id: string;
1529
+ title: string;
1530
+ mimeType: string;
1531
+ dimensions: string[];
1532
+ filterUrl: string;
1533
+ filterParameterPlaceholder: string;
1534
+ };
1535
+ team: {
1536
+ id: string;
1537
+ name: string;
1538
+ tag: null;
1539
+ slug: string;
1540
+ isProTeam: boolean;
1541
+ isNationalTeam: boolean;
1542
+ isClaimable: boolean;
1543
+ isPubliclyVisible: boolean;
1544
+ facebookId: null;
1545
+ twitchId: null;
1546
+ instagramId: null;
1547
+ twitterId: null;
1548
+ members: number;
1549
+ videoGameSeriesType: string;
1550
+ currentRank: {
1551
+ position: number;
1552
+ pointsGained: string;
1553
+ points: string;
1554
+ };
1555
+ relatedCountry: {
1556
+ code: string;
1557
+ codeAlpha3: string;
1558
+ name: string;
1559
+ flag: {
1560
+ id: string;
1561
+ title: string;
1562
+ mimeType: string;
1563
+ dimensions: string[];
1564
+ filterUrl: string;
1565
+ filterParameterPlaceholder: string;
1566
+ };
1567
+ };
1568
+ memberAssociation: null;
1569
+ emblem: {
1570
+ id: string;
1571
+ title: string;
1572
+ mimeType: string;
1573
+ dimensions: string[];
1574
+ filterUrl: string;
1575
+ filterParameterPlaceholder: string;
1576
+ };
1577
+ titleImage: null;
1578
+ youtubeProfile: null;
1579
+ };
1580
+ };
1581
+ };
1582
+ placeholder: null;
1583
+ sourceMatchId: null;
1584
+ };
1585
+ games: {
1586
+ id: string;
1587
+ position: number;
1588
+ status: string;
1589
+ resultType: string;
1590
+ platform: string;
1591
+ homeScore: number;
1592
+ awayScore: number;
1593
+ }[];
1594
+ mode: string;
1595
+ isHighlighted: boolean;
1596
+ hasVod: boolean;
1597
+ hasStream: boolean;
1598
+ } | {
1599
+ id: string;
1600
+ position: number;
1601
+ roundNumber: number;
1602
+ stageNumber: number;
1603
+ bracketType: null;
1604
+ roundTitle: string;
1605
+ status: string;
1606
+ winningSide: string;
1607
+ homeScore: number;
1608
+ awayScore: number;
1609
+ scheduledAt: string;
1610
+ videoGameType: string;
1611
+ homeMatchSide: {
1612
+ participant: {
1613
+ id: string;
1614
+ position: number;
1615
+ participation: {
1616
+ id: string;
1617
+ type: string;
1618
+ status: string;
1619
+ image: {
1620
+ id: string;
1621
+ title: string;
1622
+ mimeType: string;
1623
+ dimensions: string[];
1624
+ filterUrl: string;
1625
+ filterParameterPlaceholder: string;
1626
+ };
1627
+ team: {
1628
+ id: string;
1629
+ name: string;
1630
+ tag: null;
1631
+ slug: string;
1632
+ isProTeam: boolean;
1633
+ isNationalTeam: boolean;
1634
+ isClaimable: boolean;
1635
+ isPubliclyVisible: boolean;
1636
+ facebookId: null;
1637
+ twitchId: null;
1638
+ instagramId: null;
1639
+ twitterId: null;
1640
+ members: number;
1641
+ videoGameSeriesType: string;
1642
+ currentRank: {
1643
+ position: number;
1644
+ pointsGained: string;
1645
+ points: string;
1646
+ };
1647
+ relatedCountry: null;
1648
+ memberAssociation: null;
1649
+ emblem: {
1650
+ id: string;
1651
+ title: string;
1652
+ mimeType: string;
1653
+ dimensions: string[];
1654
+ filterUrl: string;
1655
+ filterParameterPlaceholder: string;
1656
+ };
1657
+ titleImage: null;
1658
+ youtubeProfile: null;
1659
+ };
1660
+ };
1661
+ };
1662
+ placeholder: null;
1663
+ sourceMatchId: null;
1664
+ };
1665
+ awayMatchSide: {
1666
+ participant: {
1667
+ id: string;
1668
+ position: number;
1669
+ participation: {
1670
+ id: string;
1671
+ type: string;
1672
+ status: string;
1673
+ image: {
1674
+ id: string;
1675
+ title: string;
1676
+ mimeType: string;
1677
+ dimensions: string[];
1678
+ filterUrl: string;
1679
+ filterParameterPlaceholder: string;
1680
+ };
1681
+ team: {
1682
+ id: string;
1683
+ name: string;
1684
+ tag: null;
1685
+ slug: string;
1686
+ isProTeam: boolean;
1687
+ isNationalTeam: boolean;
1688
+ isClaimable: boolean;
1689
+ isPubliclyVisible: boolean;
1690
+ facebookId: string;
1691
+ twitchId: string;
1692
+ instagramId: string;
1693
+ twitterId: string;
1694
+ members: number;
1695
+ videoGameSeriesType: string;
1696
+ currentRank: {
1697
+ position: number;
1698
+ pointsGained: string;
1699
+ points: string;
1700
+ };
1701
+ relatedCountry: {
1702
+ code: string;
1703
+ codeAlpha3: string;
1704
+ name: string;
1705
+ flag: {
1706
+ id: string;
1707
+ title: string;
1708
+ mimeType: string;
1709
+ dimensions: string[];
1710
+ filterUrl: string;
1711
+ filterParameterPlaceholder: string;
1712
+ };
1713
+ };
1714
+ memberAssociation: null;
1715
+ emblem: {
1716
+ id: string;
1717
+ title: string;
1718
+ mimeType: string;
1719
+ dimensions: string[];
1720
+ filterUrl: string;
1721
+ filterParameterPlaceholder: string;
1722
+ };
1723
+ titleImage: null;
1724
+ youtubeProfile: {
1725
+ id: string;
1726
+ identifier: string;
1727
+ url: string;
1728
+ channelId: string;
1729
+ };
1730
+ };
1731
+ };
1732
+ };
1733
+ placeholder: null;
1734
+ sourceMatchId: null;
1735
+ };
1736
+ games: {
1737
+ id: string;
1738
+ position: number;
1739
+ status: string;
1740
+ resultType: string;
1741
+ platform: string;
1742
+ homeScore: number;
1743
+ awayScore: number;
1744
+ }[];
1745
+ mode: string;
1746
+ isHighlighted: boolean;
1747
+ hasVod: boolean;
1748
+ hasStream: boolean;
1749
+ } | {
1750
+ id: string;
1751
+ position: number;
1752
+ roundNumber: number;
1753
+ stageNumber: number;
1754
+ bracketType: null;
1755
+ roundTitle: string;
1756
+ status: string;
1757
+ winningSide: string;
1758
+ homeScore: number;
1759
+ awayScore: number;
1760
+ scheduledAt: string;
1761
+ videoGameType: string;
1762
+ homeMatchSide: {
1763
+ participant: {
1764
+ id: string;
1765
+ position: number;
1766
+ participation: {
1767
+ id: string;
1768
+ type: string;
1769
+ status: string;
1770
+ image: {
1771
+ id: string;
1772
+ title: string;
1773
+ mimeType: string;
1774
+ dimensions: string[];
1775
+ filterUrl: string;
1776
+ filterParameterPlaceholder: string;
1777
+ };
1778
+ team: {
1779
+ id: string;
1780
+ name: string;
1781
+ tag: null;
1782
+ slug: string;
1783
+ isProTeam: boolean;
1784
+ isNationalTeam: boolean;
1785
+ isClaimable: boolean;
1786
+ isPubliclyVisible: boolean;
1787
+ facebookId: null;
1788
+ twitchId: string;
1789
+ instagramId: string;
1790
+ twitterId: string;
1791
+ members: number;
1792
+ videoGameSeriesType: string;
1793
+ currentRank: {
1794
+ position: number;
1795
+ pointsGained: string;
1796
+ points: string;
1797
+ };
1798
+ relatedCountry: {
1799
+ code: string;
1800
+ codeAlpha3: string;
1801
+ name: string;
1802
+ flag: {
1803
+ id: string;
1804
+ title: string;
1805
+ mimeType: string;
1806
+ dimensions: string[];
1807
+ filterUrl: string;
1808
+ filterParameterPlaceholder: string;
1809
+ };
1810
+ };
1811
+ memberAssociation: null;
1812
+ emblem: {
1813
+ id: string;
1814
+ title: string;
1815
+ mimeType: string;
1816
+ dimensions: string[];
1817
+ filterUrl: string;
1818
+ filterParameterPlaceholder: string;
1819
+ };
1820
+ titleImage: null;
1821
+ youtubeProfile: {
1822
+ id: string;
1823
+ identifier: string;
1824
+ url: string;
1825
+ channelId: string;
1826
+ };
1827
+ };
1828
+ };
1829
+ };
1830
+ placeholder: null;
1831
+ sourceMatchId: null;
1832
+ };
1833
+ awayMatchSide: {
1834
+ participant: {
1835
+ id: string;
1836
+ position: number;
1837
+ participation: {
1838
+ id: string;
1839
+ type: string;
1840
+ status: string;
1841
+ image: {
1842
+ id: string;
1843
+ title: string;
1844
+ mimeType: string;
1845
+ dimensions: string[];
1846
+ filterUrl: string;
1847
+ filterParameterPlaceholder: string;
1848
+ };
1849
+ team: {
1850
+ id: string;
1851
+ name: string;
1852
+ tag: null;
1853
+ slug: string;
1854
+ isProTeam: boolean;
1855
+ isNationalTeam: boolean;
1856
+ isClaimable: boolean;
1857
+ isPubliclyVisible: boolean;
1858
+ facebookId: null;
1859
+ twitchId: string;
1860
+ instagramId: string;
1861
+ twitterId: string;
1862
+ members: number;
1863
+ videoGameSeriesType: string;
1864
+ currentRank: {
1865
+ position: number;
1866
+ pointsGained: string;
1867
+ points: string;
1868
+ };
1869
+ relatedCountry: {
1870
+ code: string;
1871
+ codeAlpha3: string;
1872
+ name: string;
1873
+ flag: {
1874
+ id: string;
1875
+ title: string;
1876
+ mimeType: string;
1877
+ dimensions: string[];
1878
+ filterUrl: string;
1879
+ filterParameterPlaceholder: string;
1880
+ };
1881
+ };
1882
+ memberAssociation: null;
1883
+ emblem: {
1884
+ id: string;
1885
+ title: string;
1886
+ mimeType: string;
1887
+ dimensions: string[];
1888
+ filterUrl: string;
1889
+ filterParameterPlaceholder: string;
1890
+ };
1891
+ titleImage: null;
1892
+ youtubeProfile: null;
1893
+ };
1894
+ };
1895
+ };
1896
+ placeholder: null;
1897
+ sourceMatchId: null;
1898
+ };
1899
+ games: {
1900
+ id: string;
1901
+ position: number;
1902
+ status: string;
1903
+ resultType: string;
1904
+ platform: string;
1905
+ homeScore: number;
1906
+ awayScore: number;
1907
+ }[];
1908
+ mode: string;
1909
+ isHighlighted: boolean;
1910
+ hasVod: boolean;
1911
+ hasStream: boolean;
1912
+ } | {
1913
+ id: string;
1914
+ position: number;
1915
+ roundNumber: number;
1916
+ stageNumber: number;
1917
+ bracketType: null;
1918
+ roundTitle: string;
1919
+ status: string;
1920
+ winningSide: string;
1921
+ homeScore: number;
1922
+ awayScore: number;
1923
+ scheduledAt: string;
1924
+ videoGameType: string;
1925
+ homeMatchSide: {
1926
+ participant: {
1927
+ id: string;
1928
+ position: number;
1929
+ participation: {
1930
+ id: string;
1931
+ type: string;
1932
+ status: string;
1933
+ image: {
1934
+ id: string;
1935
+ title: string;
1936
+ mimeType: string;
1937
+ dimensions: string[];
1938
+ filterUrl: string;
1939
+ filterParameterPlaceholder: string;
1940
+ };
1941
+ team: {
1942
+ id: string;
1943
+ name: string;
1944
+ tag: null;
1945
+ slug: string;
1946
+ isProTeam: boolean;
1947
+ isNationalTeam: boolean;
1948
+ isClaimable: boolean;
1949
+ isPubliclyVisible: boolean;
1950
+ facebookId: null;
1951
+ twitchId: string;
1952
+ instagramId: string;
1953
+ twitterId: string;
1954
+ members: number;
1955
+ videoGameSeriesType: string;
1956
+ currentRank: {
1957
+ position: number;
1958
+ pointsGained: string;
1959
+ points: string;
1960
+ };
1961
+ relatedCountry: {
1962
+ code: string;
1963
+ codeAlpha3: string;
1964
+ name: string;
1965
+ flag: {
1966
+ id: string;
1967
+ title: string;
1968
+ mimeType: string;
1969
+ dimensions: string[];
1970
+ filterUrl: string;
1971
+ filterParameterPlaceholder: string;
1972
+ };
1973
+ };
1974
+ memberAssociation: null;
1975
+ emblem: {
1976
+ id: string;
1977
+ title: string;
1978
+ mimeType: string;
1979
+ dimensions: string[];
1980
+ filterUrl: string;
1981
+ filterParameterPlaceholder: string;
1982
+ };
1983
+ titleImage: null;
1984
+ youtubeProfile: null;
1985
+ };
1986
+ };
1987
+ };
1988
+ placeholder: null;
1989
+ sourceMatchId: null;
1990
+ };
1991
+ awayMatchSide: {
1992
+ participant: {
1993
+ id: string;
1994
+ position: number;
1995
+ participation: {
1996
+ id: string;
1997
+ type: string;
1998
+ status: string;
1999
+ image: {
2000
+ id: string;
2001
+ title: string;
2002
+ mimeType: string;
2003
+ dimensions: string[];
2004
+ filterUrl: string;
2005
+ filterParameterPlaceholder: string;
2006
+ };
2007
+ team: {
2008
+ id: string;
2009
+ name: string;
2010
+ tag: null;
2011
+ slug: string;
2012
+ isProTeam: boolean;
2013
+ isNationalTeam: boolean;
2014
+ isClaimable: boolean;
2015
+ isPubliclyVisible: boolean;
2016
+ facebookId: null;
2017
+ twitchId: null;
2018
+ instagramId: string;
2019
+ twitterId: string;
2020
+ members: number;
2021
+ videoGameSeriesType: string;
2022
+ currentRank: {
2023
+ position: number;
2024
+ pointsGained: string;
2025
+ points: string;
2026
+ };
2027
+ relatedCountry: null;
2028
+ memberAssociation: null;
2029
+ emblem: {
2030
+ id: string;
2031
+ title: string;
2032
+ mimeType: string;
2033
+ dimensions: string[];
2034
+ filterUrl: string;
2035
+ filterParameterPlaceholder: string;
2036
+ };
2037
+ titleImage: null;
2038
+ youtubeProfile: {
2039
+ id: string;
2040
+ identifier: string;
2041
+ url: string;
2042
+ channelId: string;
2043
+ };
2044
+ };
2045
+ };
2046
+ };
2047
+ placeholder: null;
2048
+ sourceMatchId: null;
2049
+ };
2050
+ games: {
2051
+ id: string;
2052
+ position: number;
2053
+ status: string;
2054
+ resultType: string;
2055
+ platform: string;
2056
+ homeScore: number;
2057
+ awayScore: number;
2058
+ }[];
2059
+ mode: string;
2060
+ isHighlighted: boolean;
2061
+ hasVod: boolean;
2062
+ hasStream: boolean;
2063
+ } | {
2064
+ id: string;
2065
+ position: number;
2066
+ roundNumber: number;
2067
+ stageNumber: number;
2068
+ bracketType: null;
2069
+ roundTitle: string;
2070
+ status: string;
2071
+ winningSide: string;
2072
+ homeScore: number;
2073
+ awayScore: number;
2074
+ scheduledAt: string;
2075
+ videoGameType: string;
2076
+ homeMatchSide: {
2077
+ participant: {
2078
+ id: string;
2079
+ position: number;
2080
+ participation: {
2081
+ id: string;
2082
+ type: string;
2083
+ status: string;
2084
+ image: {
2085
+ id: string;
2086
+ title: string;
2087
+ mimeType: string;
2088
+ dimensions: string[];
2089
+ filterUrl: string;
2090
+ filterParameterPlaceholder: string;
2091
+ };
2092
+ team: {
2093
+ id: string;
2094
+ name: string;
2095
+ tag: null;
2096
+ slug: string;
2097
+ isProTeam: boolean;
2098
+ isNationalTeam: boolean;
2099
+ isClaimable: boolean;
2100
+ isPubliclyVisible: boolean;
2101
+ facebookId: string;
2102
+ twitchId: string;
2103
+ instagramId: string;
2104
+ twitterId: string;
2105
+ members: number;
2106
+ videoGameSeriesType: string;
2107
+ currentRank: {
2108
+ position: number;
2109
+ pointsGained: string;
2110
+ points: string;
2111
+ };
2112
+ relatedCountry: {
2113
+ code: string;
2114
+ codeAlpha3: string;
2115
+ name: string;
2116
+ flag: {
2117
+ id: string;
2118
+ title: string;
2119
+ mimeType: string;
2120
+ dimensions: string[];
2121
+ filterUrl: string;
2122
+ filterParameterPlaceholder: string;
2123
+ };
2124
+ };
2125
+ memberAssociation: null;
2126
+ emblem: {
2127
+ id: string;
2128
+ title: string;
2129
+ mimeType: string;
2130
+ dimensions: string[];
2131
+ filterUrl: string;
2132
+ filterParameterPlaceholder: string;
2133
+ };
2134
+ titleImage: null;
2135
+ youtubeProfile: {
2136
+ id: string;
2137
+ identifier: string;
2138
+ url: string;
2139
+ channelId: string;
2140
+ };
2141
+ };
2142
+ };
2143
+ };
2144
+ placeholder: null;
2145
+ sourceMatchId: null;
2146
+ };
2147
+ awayMatchSide: {
2148
+ participant: {
2149
+ id: string;
2150
+ position: number;
2151
+ participation: {
2152
+ id: string;
2153
+ type: string;
2154
+ status: string;
2155
+ image: {
2156
+ id: string;
2157
+ title: string;
2158
+ mimeType: string;
2159
+ dimensions: string[];
2160
+ filterUrl: string;
2161
+ filterParameterPlaceholder: string;
2162
+ };
2163
+ team: {
2164
+ id: string;
2165
+ name: string;
2166
+ tag: null;
2167
+ slug: string;
2168
+ isProTeam: boolean;
2169
+ isNationalTeam: boolean;
2170
+ isClaimable: boolean;
2171
+ isPubliclyVisible: boolean;
2172
+ facebookId: null;
2173
+ twitchId: string;
2174
+ instagramId: string;
2175
+ twitterId: string;
2176
+ members: number;
2177
+ videoGameSeriesType: string;
2178
+ currentRank: {
2179
+ position: number;
2180
+ pointsGained: string;
2181
+ points: string;
2182
+ };
2183
+ relatedCountry: {
2184
+ code: string;
2185
+ codeAlpha3: string;
2186
+ name: string;
2187
+ flag: {
2188
+ id: string;
2189
+ title: string;
2190
+ mimeType: string;
2191
+ dimensions: string[];
2192
+ filterUrl: string;
2193
+ filterParameterPlaceholder: string;
2194
+ };
2195
+ };
2196
+ memberAssociation: null;
2197
+ emblem: {
2198
+ id: string;
2199
+ title: string;
2200
+ mimeType: string;
2201
+ dimensions: string[];
2202
+ filterUrl: string;
2203
+ filterParameterPlaceholder: string;
2204
+ };
2205
+ titleImage: null;
2206
+ youtubeProfile: {
2207
+ id: string;
2208
+ identifier: string;
2209
+ url: string;
2210
+ channelId: string;
2211
+ };
2212
+ };
2213
+ };
2214
+ };
2215
+ placeholder: null;
2216
+ sourceMatchId: null;
2217
+ };
2218
+ games: {
2219
+ id: string;
2220
+ position: number;
2221
+ status: string;
2222
+ resultType: string;
2223
+ platform: string;
2224
+ homeScore: number;
2225
+ awayScore: number;
2226
+ }[];
2227
+ mode: string;
2228
+ isHighlighted: boolean;
2229
+ hasVod: boolean;
2230
+ hasStream: boolean;
2231
+ } | {
2232
+ id: string;
2233
+ position: number;
2234
+ roundNumber: number;
2235
+ stageNumber: number;
2236
+ bracketType: null;
2237
+ roundTitle: string;
2238
+ status: string;
2239
+ winningSide: string;
2240
+ homeScore: number;
2241
+ awayScore: number;
2242
+ scheduledAt: string;
2243
+ videoGameType: string;
2244
+ homeMatchSide: {
2245
+ participant: {
2246
+ id: string;
2247
+ position: number;
2248
+ participation: {
2249
+ id: string;
2250
+ type: string;
2251
+ status: string;
2252
+ image: {
2253
+ id: string;
2254
+ title: string;
2255
+ mimeType: string;
2256
+ dimensions: string[];
2257
+ filterUrl: string;
2258
+ filterParameterPlaceholder: string;
2259
+ };
2260
+ team: {
2261
+ id: string;
2262
+ name: string;
2263
+ tag: null;
2264
+ slug: string;
2265
+ isProTeam: boolean;
2266
+ isNationalTeam: boolean;
2267
+ isClaimable: boolean;
2268
+ isPubliclyVisible: boolean;
2269
+ facebookId: null;
2270
+ twitchId: null;
2271
+ instagramId: string;
2272
+ twitterId: string;
2273
+ members: number;
2274
+ videoGameSeriesType: string;
2275
+ currentRank: {
2276
+ position: number;
2277
+ pointsGained: string;
2278
+ points: string;
2279
+ };
2280
+ relatedCountry: null;
2281
+ memberAssociation: null;
2282
+ emblem: {
2283
+ id: string;
2284
+ title: string;
2285
+ mimeType: string;
2286
+ dimensions: string[];
2287
+ filterUrl: string;
2288
+ filterParameterPlaceholder: string;
2289
+ };
2290
+ titleImage: null;
2291
+ youtubeProfile: {
2292
+ id: string;
2293
+ identifier: string;
2294
+ url: string;
2295
+ channelId: string;
2296
+ };
2297
+ };
2298
+ };
2299
+ };
2300
+ placeholder: null;
2301
+ sourceMatchId: null;
2302
+ };
2303
+ awayMatchSide: {
2304
+ participant: {
2305
+ id: string;
2306
+ position: number;
2307
+ participation: {
2308
+ id: string;
2309
+ type: string;
2310
+ status: string;
2311
+ image: {
2312
+ id: string;
2313
+ title: string;
2314
+ mimeType: string;
2315
+ dimensions: string[];
2316
+ filterUrl: string;
2317
+ filterParameterPlaceholder: string;
2318
+ };
2319
+ team: {
2320
+ id: string;
2321
+ name: string;
2322
+ tag: null;
2323
+ slug: string;
2324
+ isProTeam: boolean;
2325
+ isNationalTeam: boolean;
2326
+ isClaimable: boolean;
2327
+ isPubliclyVisible: boolean;
2328
+ facebookId: null;
2329
+ twitchId: string;
2330
+ instagramId: string;
2331
+ twitterId: string;
2332
+ members: number;
2333
+ videoGameSeriesType: string;
2334
+ currentRank: {
2335
+ position: number;
2336
+ pointsGained: string;
2337
+ points: string;
2338
+ };
2339
+ relatedCountry: {
2340
+ code: string;
2341
+ codeAlpha3: string;
2342
+ name: string;
2343
+ flag: {
2344
+ id: string;
2345
+ title: string;
2346
+ mimeType: string;
2347
+ dimensions: string[];
2348
+ filterUrl: string;
2349
+ filterParameterPlaceholder: string;
2350
+ };
2351
+ };
2352
+ memberAssociation: null;
2353
+ emblem: {
2354
+ id: string;
2355
+ title: string;
2356
+ mimeType: string;
2357
+ dimensions: string[];
2358
+ filterUrl: string;
2359
+ filterParameterPlaceholder: string;
2360
+ };
2361
+ titleImage: null;
2362
+ youtubeProfile: {
2363
+ id: string;
2364
+ identifier: string;
2365
+ url: string;
2366
+ channelId: string;
2367
+ };
2368
+ };
2369
+ };
2370
+ };
2371
+ placeholder: null;
2372
+ sourceMatchId: null;
2373
+ };
2374
+ games: {
2375
+ id: string;
2376
+ position: number;
2377
+ status: string;
2378
+ resultType: string;
2379
+ platform: string;
2380
+ homeScore: number;
2381
+ awayScore: number;
2382
+ }[];
2383
+ mode: string;
2384
+ isHighlighted: boolean;
2385
+ hasVod: boolean;
2386
+ hasStream: boolean;
2387
+ })[];
2388
+ };