overtime-utils 0.1.56 → 0.1.57

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.56",
3
+ "version": "0.1.57",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -5072,24 +5072,6 @@ export const ESPORTS_MARKET_TYPES = [
5072
5072
  MarketType.FOURTH_MAP_TOTAL_BOMBS_DEFUSED,
5073
5073
  MarketType.FIFTH_MAP_TOTAL_BOMBS_DEFUSED,
5074
5074
 
5075
- // CS2 / Valorant – pistol rounds
5076
- MarketType.FIRST_MAP_CORRECT_PISTOL_ROUND_SCORE,
5077
- MarketType.FIRST_MAP_PISTOL_ROUND_1_ML,
5078
- MarketType.FIRST_MAP_PISTOL_ROUND_2_ML,
5079
- MarketType.SECOND_MAP_CORRECT_PISTOL_ROUND_SCORE,
5080
- MarketType.SECOND_MAP_PISTOL_ROUND_1_ML,
5081
- MarketType.SECOND_MAP_PISTOL_ROUND_2_ML,
5082
- MarketType.THIRD_MAP_CORRECT_PISTOL_ROUND_SCORE,
5083
- MarketType.THIRD_MAP_PISTOL_ROUND_1_ML,
5084
- MarketType.THIRD_MAP_PISTOL_ROUND_2_ML,
5085
- MarketType.FOURTH_MAP_CORRECT_PISTOL_ROUND_SCORE,
5086
- MarketType.FOURTH_MAP_PISTOL_ROUND_1_ML,
5087
- MarketType.FOURTH_MAP_PISTOL_ROUND_2_ML,
5088
- MarketType.FIFTH_MAP_CORRECT_PISTOL_ROUND_SCORE,
5089
- MarketType.FIFTH_MAP_PISTOL_ROUND_1_ML,
5090
- MarketType.FIFTH_MAP_PISTOL_ROUND_2_ML,
5091
-
5092
- MarketType.ROUND_HANDICAP,
5093
5075
  MarketType.TOTAL_ROUNDS,
5094
5076
  ];
5095
5077