overtime-utils 0.1.95 → 0.1.97
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
|
@@ -182,9 +182,9 @@ export const SOCCER_LEAGUES: Partial<Record<League, LeagueInfo>> = {
|
|
|
182
182
|
...SOCCER_DEFAULTS,
|
|
183
183
|
id: League.FIFA_WC_WOMEN,
|
|
184
184
|
label: 'FIFA World Cup Women',
|
|
185
|
-
|
|
185
|
+
opticOddsName: 'FIFA - World Cup Women',
|
|
186
186
|
priority: 112,
|
|
187
|
-
hidden:
|
|
187
|
+
hidden: false,
|
|
188
188
|
tooltipKey: 'common.football-tooltip',
|
|
189
189
|
},
|
|
190
190
|
[League.ENGLAND_FA_CUP]: {
|
|
@@ -552,7 +552,7 @@ export const SOCCER_LEAGUES: Partial<Record<League, LeagueInfo>> = {
|
|
|
552
552
|
label: 'India Super League',
|
|
553
553
|
opticOddsName: 'India - Super League',
|
|
554
554
|
priority: 168,
|
|
555
|
-
hidden:
|
|
555
|
+
hidden: false,
|
|
556
556
|
},
|
|
557
557
|
[League.LIGUE_2]: {
|
|
558
558
|
...SOCCER_DEFAULTS,
|
|
@@ -890,6 +890,41 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
|
|
|
890
890
|
description: 'Will there be overtime in the game',
|
|
891
891
|
resultType: ResultType.EXACT_POSITION,
|
|
892
892
|
},
|
|
893
|
+
[MarketType.FIRST_PERIOD_WILL_THERE_BE_OVERTIME]: {
|
|
894
|
+
id: MarketType.FIRST_PERIOD_WILL_THERE_BE_OVERTIME,
|
|
895
|
+
key: 'firstPeriodWillThereBeOvertime',
|
|
896
|
+
name: 'Overtime 1st',
|
|
897
|
+
description: 'Will there be overtime in the 1st',
|
|
898
|
+
resultType: ResultType.EXACT_POSITION,
|
|
899
|
+
},
|
|
900
|
+
[MarketType.SECOND_PERIOD_WILL_THERE_BE_OVERTIME]: {
|
|
901
|
+
id: MarketType.SECOND_PERIOD_WILL_THERE_BE_OVERTIME,
|
|
902
|
+
key: 'secondPeriodWillThereBeOvertime',
|
|
903
|
+
name: 'Overtime 2nd',
|
|
904
|
+
description: 'Will there be overtime in the 2nd',
|
|
905
|
+
resultType: ResultType.EXACT_POSITION,
|
|
906
|
+
},
|
|
907
|
+
[MarketType.THIRD_PERIOD_WILL_THERE_BE_OVERTIME]: {
|
|
908
|
+
id: MarketType.THIRD_PERIOD_WILL_THERE_BE_OVERTIME,
|
|
909
|
+
key: 'thirdPeriodWillThereBeOvertime',
|
|
910
|
+
name: 'Overtime 3rd',
|
|
911
|
+
description: 'Will there be overtime in the 3rd',
|
|
912
|
+
resultType: ResultType.EXACT_POSITION,
|
|
913
|
+
},
|
|
914
|
+
[MarketType.FOURTH_PERIOD_WILL_THERE_BE_OVERTIME]: {
|
|
915
|
+
id: MarketType.FOURTH_PERIOD_WILL_THERE_BE_OVERTIME,
|
|
916
|
+
key: 'fourthPeriodWillThereBeOvertime',
|
|
917
|
+
name: 'Overtime 4th',
|
|
918
|
+
description: 'Will there be overtime in the 4th',
|
|
919
|
+
resultType: ResultType.EXACT_POSITION,
|
|
920
|
+
},
|
|
921
|
+
[MarketType.FIFTH_PERIOD_WILL_THERE_BE_OVERTIME]: {
|
|
922
|
+
id: MarketType.FIFTH_PERIOD_WILL_THERE_BE_OVERTIME,
|
|
923
|
+
key: 'fifthPeriodWillThereBeOvertime',
|
|
924
|
+
name: 'Overtime 5th',
|
|
925
|
+
description: 'Will there be overtime in the 5th',
|
|
926
|
+
resultType: ResultType.EXACT_POSITION,
|
|
927
|
+
},
|
|
893
928
|
// No runs in the first inning
|
|
894
929
|
[MarketType.FIRST_INNING_NO_RUNS]: {
|
|
895
930
|
id: MarketType.FIRST_INNING_NO_RUNS,
|
|
@@ -2566,6 +2601,12 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
|
|
|
2566
2601
|
name: 'To Score Or Give Assist',
|
|
2567
2602
|
resultType: ResultType.EXACT_POSITION,
|
|
2568
2603
|
},
|
|
2604
|
+
[MarketType.PLAYER_PROPS_FACEOFFS_WON]: {
|
|
2605
|
+
id: MarketType.PLAYER_PROPS_FACEOFFS_WON,
|
|
2606
|
+
key: 'faceoffsWon',
|
|
2607
|
+
name: 'Player Faceoffs Won',
|
|
2608
|
+
resultType: ResultType.OVER_UNDER,
|
|
2609
|
+
},
|
|
2569
2610
|
[MarketType.FIRST_PERIOD_WINNER2_3WAY]: {
|
|
2570
2611
|
id: MarketType.FIRST_PERIOD_WINNER2_3WAY,
|
|
2571
2612
|
key: 'firstPeriod3wayWinner2',
|
|
@@ -4576,6 +4617,11 @@ export const OTHER_YES_NO_MARKET_TYPES = [
|
|
|
4576
4617
|
MarketType.CLEAN_SHEET_HOME_TEAM,
|
|
4577
4618
|
MarketType.CLEAN_SHEET_AWAY_TEAM,
|
|
4578
4619
|
MarketType.WILL_THERE_BE_OVERTIME,
|
|
4620
|
+
MarketType.FIRST_PERIOD_WILL_THERE_BE_OVERTIME,
|
|
4621
|
+
MarketType.SECOND_PERIOD_WILL_THERE_BE_OVERTIME,
|
|
4622
|
+
MarketType.THIRD_PERIOD_WILL_THERE_BE_OVERTIME,
|
|
4623
|
+
MarketType.FOURTH_PERIOD_WILL_THERE_BE_OVERTIME,
|
|
4624
|
+
MarketType.FIFTH_PERIOD_WILL_THERE_BE_OVERTIME,
|
|
4579
4625
|
MarketType.FIRST_INNING_NO_RUNS,
|
|
4580
4626
|
MarketType.GO_THE_DISTANCE,
|
|
4581
4627
|
MarketType.WILL_FIGHT_END_IN_FIRST_MINUTE,
|
package/src/enums/marketTypes.ts
CHANGED
|
@@ -189,6 +189,11 @@ export enum MarketType {
|
|
|
189
189
|
WHO_WILL_QUALIFY = 10130,
|
|
190
190
|
// Will there be overtime in the game
|
|
191
191
|
WILL_THERE_BE_OVERTIME = 10131,
|
|
192
|
+
FIRST_PERIOD_WILL_THERE_BE_OVERTIME = 10385,
|
|
193
|
+
SECOND_PERIOD_WILL_THERE_BE_OVERTIME = 10386,
|
|
194
|
+
THIRD_PERIOD_WILL_THERE_BE_OVERTIME = 10387,
|
|
195
|
+
FOURTH_PERIOD_WILL_THERE_BE_OVERTIME = 10388,
|
|
196
|
+
FIFTH_PERIOD_WILL_THERE_BE_OVERTIME = 10389,
|
|
192
197
|
// No runs in the first inning
|
|
193
198
|
FIRST_INNING_NO_RUNS = 10132,
|
|
194
199
|
// Will there be a safety
|
|
@@ -240,6 +245,7 @@ export enum MarketType {
|
|
|
240
245
|
PLAYER_PROPS_SAVES = 11301,
|
|
241
246
|
PLAYER_PROPS_TO_SCORE_AND_ASSIST = 11302,
|
|
242
247
|
PLAYER_PROPS_TO_SCORE_OR_ASSIST = 11303,
|
|
248
|
+
PLAYER_PROPS_FACEOFFS_WON = 11308,
|
|
243
249
|
|
|
244
250
|
PLAYER_PROPS_OUTS = 11213,
|
|
245
251
|
PLAYER_PROPS_RBIS = 11214,
|