overtime-live-trading-utils 2.1.40 → 2.1.41

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.40",
3
+ "version": "2.1.41",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -409,6 +409,7 @@ export const QUARTERS_PERIOD_TYPE_ID_MAPPING: { [period: number]: number[] } = {
409
409
  MarketTypeId.FIRST_PERIOD_SECONDARY_AWAY_TEAM_SCORE,
410
410
  MarketTypeId.FIRST_PERIOD_CORRECT_SCORE_SECONDARY,
411
411
  MarketTypeId.CORRECT_SCORE_PERIOD_TWO,
412
+ MarketTypeId.CORRECT_SCORE_PERIOD_ONE,
412
413
  ], // 2nd quarter + 1st half
413
414
  3: [
414
415
  MarketTypeId.THIRD_PERIOD_MONEYLINE,