overtime-utils 0.1.71 → 0.1.73

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.71",
3
+ "version": "0.1.73",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -1204,6 +1204,13 @@ export const SOCCER_LEAGUES: Partial<Record<League, LeagueInfo>> = {
1204
1204
  opticOddsName: 'FIFA - Arab Nations Cup',
1205
1205
  priority: 100,
1206
1206
  },
1207
+ [League.FIFA_INTERCONTINENTAL_CUP]: {
1208
+ ...SOCCER_DEFAULTS,
1209
+ id: League.FIFA_INTERCONTINENTAL_CUP,
1210
+ label: 'FIFA Intercontinental Cup',
1211
+ opticOddsName: 'FIFA - Intercontinental Cup',
1212
+ priority: 100,
1213
+ },
1207
1214
  [League.CAF_AFRICA_CUP_OF_NATIONS]: {
1208
1215
  ...SOCCER_DEFAULTS,
1209
1216
  id: League.CAF_AFRICA_CUP_OF_NATIONS,
@@ -5237,6 +5237,7 @@ export const BASKETBALL_MARKET_TYPES = [
5237
5237
  ];
5238
5238
 
5239
5239
  export const SOCCER_TOTAL_MARKET_TYPES = [
5240
+ MarketType.TOTAL_OFFSIDES,
5240
5241
  MarketType.TOTAL_SHOTS,
5241
5242
  MarketType.TOTAL_SHOTS_ON_TARGET,
5242
5243
  MarketType.HOME_TEAM_TOTAL_SHOTS,
@@ -414,6 +414,7 @@ export enum League {
414
414
  BOLIVIA_DIVISION_PROFESSIONAL = 20721,
415
415
  VENEZUELA_PRIMERA_DIVISION = 20722,
416
416
  FIFA_ARAB_NATIONS_CUP = 20723,
417
+ FIFA_INTERCONTINENTAL_CUP = 20558,
417
418
 
418
419
  CAF_AFRICA_CUP_OF_NATIONS = 20724,
419
420
  FINLAND_YKKOSLIIGA = 20725,