overtime-utils 0.1.64 → 0.1.65

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.1.64",
3
+ "version": "0.1.65",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -4323,6 +4323,7 @@ export const ONE_SIDE_PLAYER_PROPS_MARKET_TYPES = [
4323
4323
  MarketType.PLAYER_PROPS_LAST_SCORER,
4324
4324
  MarketType.PLAYER_PROPS_TO_SCORE_AND_ASSIST,
4325
4325
  MarketType.PLAYER_PROPS_TO_SCORE_OR_ASSIST,
4326
+ MarketType.PLAYER_PROPS_OVER_GOALS,
4326
4327
  ];
4327
4328
 
4328
4329
  export const YES_NO_PLAYER_PROPS_MARKET_TYPES = [