overtime-utils 0.2.33 → 0.2.34

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.2.33",
3
+ "version": "0.2.34",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -2257,4 +2257,39 @@ export const SOCCER_LEAGUES: Partial<Record<League, LeagueInfo>> = {
2257
2257
  opticOddsName: 'Australia - Victoria Premier League 1',
2258
2258
  priority: 197,
2259
2259
  },
2260
+ [League.CHINA_LEAGUE_ONE]: {
2261
+ ...SOCCER_DEFAULTS,
2262
+ id: League.CHINA_LEAGUE_ONE,
2263
+ label: 'China League One',
2264
+ opticOddsName: 'China - League One',
2265
+ priority: 193,
2266
+ },
2267
+ [League.CHILE_PRIMERA_B]: {
2268
+ ...SOCCER_DEFAULTS,
2269
+ id: League.CHILE_PRIMERA_B,
2270
+ label: 'Chile Primera B',
2271
+ opticOddsName: 'Chile - Primera B',
2272
+ priority: 193,
2273
+ },
2274
+ [League.USA_MLS_NEXT_PRO]: {
2275
+ ...SOCCER_DEFAULTS,
2276
+ id: League.USA_MLS_NEXT_PRO,
2277
+ label: 'USA MLS Next Pro',
2278
+ opticOddsName: 'USA - MLS Next Pro',
2279
+ priority: 196,
2280
+ },
2281
+ [League.NORWAY_2_DIVISION]: {
2282
+ ...SOCCER_DEFAULTS,
2283
+ id: League.NORWAY_2_DIVISION,
2284
+ label: 'Norway 2. Division',
2285
+ opticOddsName: 'Norway - 2. Division',
2286
+ priority: 195,
2287
+ },
2288
+ [League.GERMANY_REGIONALLIGA]: {
2289
+ ...SOCCER_DEFAULTS,
2290
+ id: League.GERMANY_REGIONALLIGA,
2291
+ label: 'Germany Regionalliga',
2292
+ opticOddsName: 'Germany - Regionalliga',
2293
+ priority: 196,
2294
+ },
2260
2295
  };
@@ -642,6 +642,11 @@ export enum League {
642
642
  AUSTRALIA_SOUTH_AUSTRALIA_NPL = 20171,
643
643
  AUSTRALIA_VICTORIA_NPL = 20173,
644
644
  AUSTRALIA_VICTORIA_PREMIER_LEAGUE_1 = 20174,
645
+ CHINA_LEAGUE_ONE = 20513,
646
+ CHILE_PRIMERA_B = 20512,
647
+ USA_MLS_NEXT_PRO = 20699,
648
+ NORWAY_2_DIVISION = 20643,
649
+ GERMANY_REGIONALLIGA = 21515,
645
650
  }
646
651
 
647
652
  export enum ScoringType {