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/main.js +1 -1
- package/package.json +1 -1
- package/src/types/resolution.ts +1 -0
package/package.json
CHANGED
package/src/types/resolution.ts
CHANGED
|
@@ -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,
|