@cloudbet/market-helper 1.1.12 → 1.1.13

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/README.md CHANGED
@@ -251,25 +251,25 @@ Expand all available markets
251
251
  | counter_strike_winner | Winner |
252
252
  | counter_strike_freetext | {{market_name}} |
253
253
  | **Cricket** |
254
- | cricket.innings_total_v2 | Total Runs |
255
- | cricket.team_totals | {{team}} total |
256
- | cricket.total_sixes | Total sixes |
257
- | cricket.total_in_highest_scoring_over | {{team}} total in the highest scoring over |
258
- | cricket.any_player_to_score_milestone | Any player to score {{milestone}} |
259
- | cricket.top_batter_total | Top batter total |
260
- | cricket.team_total_from_0_over_to_x_over | Overs 0 to {{to_over}} - {{team}} total |
261
- | cricket.team_total_at_dismissal | {{team}} total at dismissal {{dismissal}} |
262
- | cricket.test_1x2 | 1x2 |
263
- | cricket.test_innings_team_total | {{innings}} innings - {{team}} total |
264
- | cricket.test_match_inning_over_total_runs_spread | Innings {{innings}} Over {{over}} - total runs spread |
265
- | cricket.test_match_innings_team_totals | Innings {{innings}} - {{team}} total |
266
- | cricket.test_match_innings_totals | Innings {{innings}} - total |
267
- | cricket.test_match_team_with_top_batter | Team with top batter |
268
- | cricket.test_match_innings_any_player_score_milestone| Innings {{innings}} - any player to score {{milestone}} |
269
- | cricket.test_match_innings_team_total_at_dismissal | Innings {{innings}} - {{team}} total at dismissal {{dismissal}} |
270
- | cricket.test_winner | Test Match Winner - Draw no bet |
271
- | cricket.any_player_to_score_milestone.v2 | Innings {{innings}} - Any player to score {{milestone}} runs |
272
- | cricket.winner | Match Winner (incl. Superovers) |
254
+ | cricket_innings_total_v2 | Total Runs |
255
+ | cricket_team_totals | {{team}} total |
256
+ | cricket_total_sixes | Total sixes |
257
+ | cricket_total_in_highest_scoring_over | {{team}} total in the highest scoring over |
258
+ | cricket_any_player_to_score_milestone | Any player to score {{milestone}} |
259
+ | cricket_top_batter_total | Top batter total |
260
+ | cricket_team_total_from_0_over_to_x_over | Overs 0 to {{to_over}} - {{team}} total |
261
+ | cricket_team_total_at_dismissal | {{team}} total at dismissal {{dismissal}} |
262
+ | cricket_test_1x2 | 1x2 |
263
+ | cricket_test_innings_team_total | {{innings}} innings - {{team}} total |
264
+ | cricket_test_match_inning_over_total_runs_spread | Innings {{innings}} Over {{over}} - total runs spread |
265
+ | cricket_test_match_innings_team_totals | Innings {{innings}} - {{team}} total |
266
+ | cricket_test_match_innings_totals | Innings {{innings}} - total |
267
+ | cricket_test_match_team_with_top_batter | Team with top batter |
268
+ | cricket_test_match_innings_any_player_score_milestone| Innings {{innings}} - any player to score {{milestone}} |
269
+ | cricket_test_match_innings_team_total_at_dismissal | Innings {{innings}} - {{team}} total at dismissal {{dismissal}} |
270
+ | cricket_test_winner | Test Match Winner - Draw no bet |
271
+ | cricket_any_player_to_score_milestone_v2 | Innings {{innings}} - Any player to score {{milestone}} runs |
272
+ | cricket_winner | Match Winner (incl. Superovers) |
273
273
  | darts_correct_score_in_sets | Correct score (in sets) |
274
274
  | darts_handicap_sets | Set handicap |
275
275
  | darts_odd_even_sets | Odd/Even Sets |
package/package.json CHANGED
@@ -1 +1 @@
1
- { "name": "@cloudbet/market-helper", "version": "1.1.12", "sideEffects": false, "description": "SDK to generate localized sport market information", "private": false, "main": "index.js", "author": "Klaus Gravenreuth <kgravenreuth@cloudbet.com>", "license": "Apache-2.0", "engines": { "node": ">=12.0.0" }, "keywords": [ "cloudbet", "odds", "api", "sportsbook" ], "dependencies": { "bignumber.js": "9.0.1" } }
1
+ { "name": "@cloudbet/market-helper", "version": "1.1.13", "sideEffects": false, "description": "SDK to generate localized sport market information", "private": false, "main": "index.js", "author": "Klaus Gravenreuth <kgravenreuth@cloudbet.com>", "license": "Apache-2.0", "engines": { "node": ">=12.0.0" }, "keywords": [ "cloudbet", "odds", "api", "sportsbook" ], "dependencies": { "bignumber.js": "9.0.1" } }
@@ -200,7 +200,7 @@ declare enum MarketType {
200
200
  'counter_strike_total_maps' = "counter_strike.total_maps",
201
201
  'counter_strike_winner' = "counter_strike.winner",
202
202
  'cricket_any_player_to_score_milestone' = "cricket.any_player_to_score_milestone",
203
- 'cricket_any_player_to_score_milestone.v2' = "cricket.any_player_to_score_milestone.v2",
203
+ 'cricket_any_player_to_score_milestone_v2' = "cricket.any_player_to_score_milestone.v2",
204
204
  'cricket_away_home_supremacy' = "cricket.away_home_supremacy",
205
205
  'cricket_freetext' = "cricket.freetext",
206
206
  'cricket_home_away_supremacy' = "cricket.home_away_supremacy",
@@ -201,7 +201,7 @@ var MarketType;
201
201
  MarketType["counter_strike_total_maps"] = "counter_strike.total_maps";
202
202
  MarketType["counter_strike_winner"] = "counter_strike.winner";
203
203
  MarketType["cricket_any_player_to_score_milestone"] = "cricket.any_player_to_score_milestone";
204
- MarketType["cricket_any_player_to_score_milestone.v2"] = "cricket.any_player_to_score_milestone.v2";
204
+ MarketType["cricket_any_player_to_score_milestone_v2"] = "cricket.any_player_to_score_milestone.v2";
205
205
  MarketType["cricket_away_home_supremacy"] = "cricket.away_home_supremacy";
206
206
  MarketType["cricket_freetext"] = "cricket.freetext";
207
207
  MarketType["cricket_home_away_supremacy"] = "cricket.home_away_supremacy";