overtime-utils 0.1.61 → 0.1.63

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": "overtime-utils",
3
- "version": "0.1.61",
3
+ "version": "0.1.63",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -55,4 +55,40 @@ export const DARTS_LEAGUES: Partial<Record<League, LeagueInfo>> = {
55
55
  opticOddsName: 'PDC - World Matchplay Women',
56
56
  priority: 2006,
57
57
  },
58
+ [League.PDC_WORLD_CHAMPIONSHIP]: {
59
+ ...DARTS_DEFAULTS,
60
+ id: League.PDC_WORLD_CHAMPIONSHIP,
61
+ label: 'PDC World Championship',
62
+ opticOddsName: 'PDC - World Championship',
63
+ priority: 2006,
64
+ },
65
+ [League.PDC_EUROPEAN_DARTS_CHAMPIONSHIP]: {
66
+ ...DARTS_DEFAULTS,
67
+ id: League.PDC_EUROPEAN_DARTS_CHAMPIONSHIP,
68
+ label: 'PDC European Darts Championship',
69
+ opticOddsName: 'PDC - European Darts Championship',
70
+ priority: 2007,
71
+ },
72
+ [League.PDC_EUROPEAN_TOUR]: {
73
+ ...DARTS_DEFAULTS,
74
+ id: League.PDC_EUROPEAN_TOUR,
75
+ label: 'PDC European Tour',
76
+ opticOddsName: 'PDC - European Tour',
77
+ priority: 2008,
78
+ },
79
+ [League.PDC_PLAYERS_CHAMPIONSHIP]: {
80
+ ...DARTS_DEFAULTS,
81
+ id: League.PDC_PLAYERS_CHAMPIONSHIP,
82
+ label: 'PDC Players Championship',
83
+ opticOddsName: 'PDC - Players Championship',
84
+ priority: 2009,
85
+ },
86
+ [League.PDC_WORLD_SERIES_OF_DARTS]: {
87
+ ...DARTS_DEFAULTS,
88
+ id: League.PDC_WORLD_SERIES_OF_DARTS,
89
+ label: 'PDC World Series Of Darts',
90
+ opticOddsName: 'PDC - World Series Of Darts',
91
+ priority: 2010,
92
+ },
93
+
58
94
  };
@@ -1202,6 +1202,48 @@ export const SOCCER_LEAGUES: Partial<Record<League, LeagueInfo>> = {
1202
1202
  id: League.FIFA_ARAB_NATIONS_CUP,
1203
1203
  label: 'FIFA Arab Nations Cup',
1204
1204
  opticOddsName: 'FIFA - Arab Nations Cup',
1205
+ priority: 100,
1206
+ },
1207
+ [League.CAF_AFRICA_CUP_OF_NATIONS]: {
1208
+ ...SOCCER_DEFAULTS,
1209
+ id: League.CAF_AFRICA_CUP_OF_NATIONS,
1210
+ label: 'CAF Africa Cup of Nations',
1211
+ opticOddsName: 'CAF - Africa Cup of Nations',
1212
+ priority: 100,
1213
+ },
1214
+ [League.FINLAND_YKKOSLIIGA]: {
1215
+ ...SOCCER_DEFAULTS,
1216
+ id: League.FINLAND_YKKOSLIIGA,
1217
+ label: 'Finland Ykkösliiga',
1218
+ opticOddsName: 'Finland Ykkösliiga',
1219
+ priority: 150,
1220
+ },
1221
+ [League.SOUTH_KOREA_K_LEAGUE_2]: {
1222
+ ...SOCCER_DEFAULTS,
1223
+ id: League.SOUTH_KOREA_K_LEAGUE_2,
1224
+ label: 'South Korea K League 2',
1225
+ opticOddsName: 'South Korea - K League 2',
1226
+ priority: 150,
1227
+ },
1228
+ [League.MEXICO_LIGA_DE_EXPANSION]: {
1229
+ ...SOCCER_DEFAULTS,
1230
+ id: League.MEXICO_LIGA_DE_EXPANSION,
1231
+ label: 'Mexico Liga de Expansion',
1232
+ opticOddsName: 'Mexico - Liga de Expansion',
1233
+ priority: 150,
1234
+ },
1235
+ [League.SPAIN_RFEF_PRIMERA]: {
1236
+ ...SOCCER_DEFAULTS,
1237
+ id: League.SPAIN_RFEF_PRIMERA,
1238
+ label: 'Spain RFEF Primera',
1239
+ opticOddsName: 'Spain - RFEF Primera',
1240
+ priority: 150,
1241
+ },
1242
+ [League.SWITZERLAND_CUP]: {
1243
+ ...SOCCER_DEFAULTS,
1244
+ id: League.SWITZERLAND_CUP,
1245
+ label: 'Switzerland Cup',
1246
+ opticOddsName: 'Switzerland - Cup',
1205
1247
  priority: 150,
1206
1248
  },
1207
1249
  [League.JAPAN_EMPEROR_CUP]: {
@@ -64,6 +64,7 @@ export const INTERNATIONAL_LEAGUES = [
64
64
  League.INTERNATIONAL_FRIENDLIES,
65
65
  League.INTERNATIONAL_FRIENDLIES_WOMEN,
66
66
  League.FIFA_ARAB_NATIONS_CUP,
67
+ League.CAF_AFRICA_CUP_OF_NATIONS,
67
68
  ];
68
69
 
69
70
  export const OLYMPIC_LEAGUES = [
@@ -293,6 +293,13 @@ export enum League {
293
293
  PDC_WORLD_MATCHPLAY_WOMEN = 20323,
294
294
  PDC_WORLD_GRAND_PRIX = 20324,
295
295
  PDC_GRAND_SLAM_OF_DARTS = 20325,
296
+
297
+ PDC_WORLD_CHAMPIONSHIP = 20326,
298
+ PDC_EUROPEAN_DARTS_CHAMPIONSHIP = 20327,
299
+ PDC_EUROPEAN_TOUR = 20328,
300
+ PDC_PLAYERS_CHAMPIONSHIP = 20329,
301
+ PDC_WORLD_SERIES_OF_DARTS = 20330,
302
+
296
303
  ARGENTINA_LIGA_ARGENTINA = 20400,
297
304
  ARGENTINA_LIGA_ARGENTINA_WOMEN = 20401,
298
305
  AUSTRIA_AVL = 20402,
@@ -407,6 +414,14 @@ export enum League {
407
414
  BOLIVIA_DIVISION_PROFESSIONAL = 20721,
408
415
  VENEZUELA_PRIMERA_DIVISION = 20722,
409
416
  FIFA_ARAB_NATIONS_CUP = 20723,
417
+
418
+ CAF_AFRICA_CUP_OF_NATIONS = 20724,
419
+ FINLAND_YKKOSLIIGA = 20725,
420
+ SOUTH_KOREA_K_LEAGUE_2 = 20726,
421
+ MEXICO_LIGA_DE_EXPANSION = 20727,
422
+ SPAIN_RFEF_PRIMERA = 20728,
423
+ SWITZERLAND_CUP = 20729,
424
+
410
425
  NCAAF_FUTURES = 30001,
411
426
  NFL_FUTURES = 30002,
412
427
  MLB_FUTURES = 30003,