overtime-live-trading-utils 2.1.43 → 2.1.45

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-live-trading-utils",
3
- "version": "2.1.43",
3
+ "version": "2.1.45",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -14,7 +14,7 @@
14
14
  "dependencies": {
15
15
  "@types/node": "^20.8.10",
16
16
  "oddslib": "^2.1.1",
17
- "overtime-utils": "^0.1.41",
17
+ "overtime-utils": "^0.1.44",
18
18
  "react": "^17.0.1"
19
19
  },
20
20
  "devDependencies": {
@@ -352,6 +352,7 @@ export const HALVES_PERIOD_TYPE_ID_MAPPING: { [period: number]: number[] } = {
352
352
  MarketTypeId.FIRST_PERIOD_SECONDARY_HOME_TEAM_SCORE,
353
353
  MarketTypeId.FIRST_PERIOD_SECONDARY_AWAY_TEAM_SCORE,
354
354
  MarketTypeId.CORRECT_SCORE_PERIOD_ONE,
355
+ MarketTypeId.DOUBLE_CHANCE_FIRST_PERIOD,
355
356
  ], // 1st half
356
357
  2: [
357
358
  MarketTypeId.SECOND_PERIOD_MONEYLINE,
@@ -369,6 +370,7 @@ export const HALVES_PERIOD_TYPE_ID_MAPPING: { [period: number]: number[] } = {
369
370
  MarketTypeId.SECOND_PERIOD_SECONDARY_HOME_TEAM_SCORE,
370
371
  MarketTypeId.SECOND_PERIOD_SECONDARY_AWAY_TEAM_SCORE,
371
372
  MarketTypeId.CORRECT_SCORE_PERIOD_TWO,
373
+ MarketTypeId.DOUBLE_CHANCE_SECOND_PERIOD,
372
374
  ], // 2nd half
373
375
  };
374
376
 
@@ -584,6 +586,7 @@ export const PERIOD_BASED_TYPE_ID_MAPPING: { [period: number]: number[] } = {
584
586
  MarketTypeId.FIRST_PERIOD_AWAY_TEAM_SCORE,
585
587
  MarketTypeId.CORRECT_SCORE_PERIOD_ONE,
586
588
  MarketTypeId.FIRST_PERIOD_SCORE_SCORE,
589
+ MarketTypeId.DOUBLE_CHANCE_FIRST_PERIOD,
587
590
  ], // 1st period
588
591
  2: [
589
592
  MarketTypeId.SECOND_PERIOD_MONEYLINE,
@@ -597,6 +600,7 @@ export const PERIOD_BASED_TYPE_ID_MAPPING: { [period: number]: number[] } = {
597
600
  MarketTypeId.SECOND_PERIOD_AWAY_TEAM_SCORE,
598
601
  MarketTypeId.CORRECT_SCORE_PERIOD_TWO,
599
602
  MarketTypeId.SECOND_PERIOD_SCORE_SCORE,
603
+ MarketTypeId.DOUBLE_CHANCE_SECOND_PERIOD,
600
604
  ], // 2nd period
601
605
  3: [
602
606
  MarketTypeId.THIRD_PERIOD_MONEYLINE,