@cloudbet/market-helper 1.46.11 → 1.46.12

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 +1 @@
1
- { "name": "@cloudbet/market-helper", "version": "1.46.11", "sideEffects": false, "description": "SDK to generate localized sport market information", "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.46.12", "sideEffects": false, "description": "SDK to generate localized sport market information", "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" } }
@@ -89,7 +89,7 @@
89
89
  }
90
90
  },
91
91
  "american_football.handicap": {
92
- "Name": "Handicap (inkl. Verlängerung)",
92
+ "Name": "Handicap ",
93
93
  "Primary": true,
94
94
  "CashoutAvailable": true,
95
95
  "Variables": [
@@ -126,7 +126,7 @@
126
126
  }
127
127
  },
128
128
  "american_football.moneyline": {
129
- "Name": "Gewinner (inkl. Verlängerung)",
129
+ "Name": "Gewinner ",
130
130
  "Primary": true,
131
131
  "CashoutAvailable": true,
132
132
  "Variables": [],
@@ -137,7 +137,7 @@
137
137
  }
138
138
  },
139
139
  "american_football.odd_even": {
140
- "Name": "Gerade/ungerade (inkl. Verlängerung)",
140
+ "Name": "Gerade/ungerade ",
141
141
  "Variables": [],
142
142
  "Split": "period=ot\u0026period=ft",
143
143
  "Outcomes": {
@@ -2059,6 +2059,18 @@
2059
2059
  "under": "Unter {{total}}"
2060
2060
  }
2061
2061
  },
2062
+ "basketball.anytime_exact_score": {
2063
+ "Name": "Exaktes Ergebnis beliebiger Zeitpunkt {{homepoints}}:{{awaypoints}}",
2064
+ "Variables": [
2065
+ "homepoints",
2066
+ "awaypoints"
2067
+ ],
2068
+ "Split": "period=ot",
2069
+ "Outcomes": {
2070
+ "no": "Nein",
2071
+ "yes": "Ja"
2072
+ }
2073
+ },
2062
2074
  "basketball.halftime_fulltime": {
2063
2075
  "Name": "Halbzeit/reg. Spielzeit",
2064
2076
  "Description": "Wettmarkt auf das Endergebnis nach der 1. Halbzeit und Endergebnis nach der 2. Halbzeit, ohne Verlängerung",
@@ -5220,12 +5232,12 @@
5220
5232
  }
5221
5233
  },
5222
5234
  "esport_fifa.odd_even.penalty_shootout": {
5223
- "Name": "Elfmeterschießen - Gerade/ungerade",
5235
+ "Name": "Elfmeterschießen (Anzahl Elfmeter) - gerade/ungerade",
5224
5236
  "Variables": [],
5225
5237
  "Split": "period=penalty_shootout",
5226
5238
  "Outcomes": {
5227
- "even": "Gerade",
5228
- "odd": "Ungerade"
5239
+ "even": "Gerade Anzahl",
5240
+ "odd": "Ungerade Anzahl"
5229
5241
  }
5230
5242
  },
5231
5243
  "esport_fifa.outright": {
@@ -9001,7 +9013,7 @@
9001
9013
  "soccer.asian_handicap": {
9002
9014
  "Name": "Asiatisches Handicap",
9003
9015
  "Primary": true,
9004
- "Description": "Mehr Informationen: [Asiatisches Handicap](/en/blog/posts/what-are-asian-handicaps)",
9016
+ "Description": "Mehr Informationen: [Asiatisches Handicap](/{{locale}}/blog/betting-strategie/what-are-asian-handicaps/)",
9005
9017
  "Variables": [
9006
9018
  "handicap",
9007
9019
  "optional.side"
@@ -9391,12 +9403,12 @@
9391
9403
  }
9392
9404
  },
9393
9405
  "soccer.odd_even.penalty_shootout": {
9394
- "Name": "Elfmeterschießen - Gerade/ungerade",
9406
+ "Name": "Elfmeterschießen (Anzahl Elfmeter) - gerade/ungerade",
9395
9407
  "Variables": [],
9396
9408
  "Split": "period=penalty_shootout",
9397
9409
  "Outcomes": {
9398
- "even": "Gerade",
9399
- "odd": "Ungerade"
9410
+ "even": "Gerade Anzahl",
9411
+ "odd": "Ungerade Anzahl"
9400
9412
  }
9401
9413
  },
9402
9414
  "soccer.outright": {
@@ -137,7 +137,7 @@
137
137
  }
138
138
  },
139
139
  "american_football.odd_even": {
140
- "Name": "Par/impar (incluye prórroga)",
140
+ "Name": "Par/impar ",
141
141
  "Variables": [],
142
142
  "Split": "period=ot\u0026period=ft",
143
143
  "Outcomes": {
@@ -2047,6 +2047,18 @@
2047
2047
  "under": "Menos de {{total}}"
2048
2048
  }
2049
2049
  },
2050
+ "basketball.anytime_exact_score": {
2051
+ "Name": "Marcador exacto en cualquier momento {{homepoints}}:{{awaypoints}}",
2052
+ "Variables": [
2053
+ "homepoints",
2054
+ "awaypoints"
2055
+ ],
2056
+ "Split": "period=ot",
2057
+ "Outcomes": {
2058
+ "no": "No",
2059
+ "yes": "Sí"
2060
+ }
2061
+ },
2050
2062
  "basketball.halftime_fulltime": {
2051
2063
  "Name": "Medio Tiempo/Tiempo Completo",
2052
2064
  "Description": "Apostar en ambos: el resultado al descanso y el resultado al final de la 2ª mitad, no incluye prórroga",
@@ -2322,6 +2334,18 @@
2322
2334
  "under": "Menos de {{total}}"
2323
2335
  }
2324
2336
  },
2337
+ "basketball.race_to_home_x_and_away_y_points": {
2338
+ "Name": "Carrera para {{homepoints}} del local y {{awaypoints}} del visitante",
2339
+ "Variables": [
2340
+ "homepoints",
2341
+ "awaypoints"
2342
+ ],
2343
+ "Split": "period=ot",
2344
+ "Outcomes": {
2345
+ "away": "{{away}}",
2346
+ "home": "{{home}}"
2347
+ }
2348
+ },
2325
2349
  "basketball.race_to_points": {
2326
2350
  "Name": "Carrera para {{point}} puntos",
2327
2351
  "Variables": [
@@ -5188,7 +5212,7 @@
5188
5212
  }
5189
5213
  },
5190
5214
  "esport_fifa.odd_even.penalty_shootout": {
5191
- "Name": "Lanzamiento de penaltis - impar/par",
5215
+ "Name": "Tanda de penaltis - impar/par",
5192
5216
  "Variables": [],
5193
5217
  "Split": "period=penalty_shootout",
5194
5218
  "Outcomes": {
@@ -9329,7 +9353,7 @@
9329
9353
  }
9330
9354
  },
9331
9355
  "soccer.odd_even.penalty_shootout": {
9332
- "Name": "Lanzamiento de penaltis - par/impar",
9356
+ "Name": "Tanda de penaltis - impar/par",
9333
9357
  "Variables": [],
9334
9358
  "Split": "period=penalty_shootout",
9335
9359
  "Outcomes": {
@@ -10329,7 +10353,7 @@
10329
10353
  }
10330
10354
  },
10331
10355
  "tennis.game_handicap": {
10332
- "Name": "Hándicap de juego (Super Tie Break como 1 juego)",
10356
+ "Name": "Hándicap de juego (el Super Tie Break cuenta como 1 juego)",
10333
10357
  "Primary": true,
10334
10358
  "Description": "Pronostica el resultado después de que el margen de hándicap se haya aplicado a los juegos que los jugadores han ganado. Todas las apuestas se mantienen si hay un Super Tie Break, contando el Super Tie Break como 1 juego.",
10335
10359
  "Variables": [
@@ -10554,7 +10578,7 @@
10554
10578
  }
10555
10579
  },
10556
10580
  "tennis.total_games_void_supertiebreak": {
10557
- "Name": "Juegos totales (nulo con Super Tie Break en el 3er. set)",
10581
+ "Name": "Total de juegos (nulo con Super Tie Break en el 3er. set)",
10558
10582
  "Deprecated": true,
10559
10583
  "Description": "Número total de juegos ganados por ambos jugadores combinados, por ej. 6-2, 3-6, 7-6 = 30 (16+14). Nulo si hay un Super Tie Break en el 3er. set. Un Tie Break regular de 10 puntos en el tercer set en majors no es un Super Tie Break.",
10560
10584
  "Variables": [
@@ -89,7 +89,7 @@
89
89
  }
90
90
  },
91
91
  "american_football.handicap": {
92
- "Name": "Handicap (inclus prolongations)",
92
+ "Name": "Handicap ",
93
93
  "Primary": true,
94
94
  "CashoutAvailable": true,
95
95
  "Variables": [
@@ -126,7 +126,7 @@
126
126
  }
127
127
  },
128
128
  "american_football.moneyline": {
129
- "Name": "Vainqueur (inclus prolongations)",
129
+ "Name": "Vainqueur ",
130
130
  "Primary": true,
131
131
  "CashoutAvailable": true,
132
132
  "Variables": [],
@@ -137,7 +137,7 @@
137
137
  }
138
138
  },
139
139
  "american_football.odd_even": {
140
- "Name": "Pair/Impair (inclus prolongations)",
140
+ "Name": "Pair/Impair ",
141
141
  "Variables": [],
142
142
  "Split": "period=ot\u0026period=ft",
143
143
  "Outcomes": {
@@ -2047,6 +2047,18 @@
2047
2047
  "under": "Moins de {{total}}"
2048
2048
  }
2049
2049
  },
2050
+ "basketball.anytime_exact_score": {
2051
+ "Name": "Score exact à tout moment {{homepoints}}:{{awaypoints}}",
2052
+ "Variables": [
2053
+ "homepoints",
2054
+ "awaypoints"
2055
+ ],
2056
+ "Split": "period=ot",
2057
+ "Outcomes": {
2058
+ "no": "Non",
2059
+ "yes": "Oui"
2060
+ }
2061
+ },
2050
2062
  "basketball.halftime_fulltime": {
2051
2063
  "Name": "Mi-temps/Fin de match",
2052
2064
  "Description": "Marché sur les résultats à la mi-temps ainsi qu'à la fin de la deuxième mi-temps, excluant le temps additionnel",
@@ -2322,6 +2334,18 @@
2322
2334
  "under": "Moins de {{total}}"
2323
2335
  }
2324
2336
  },
2337
+ "basketball.race_to_home_x_and_away_y_points": {
2338
+ "Name": "Points à domicile {{homepoints}} et à l’extérieur {{awaypoints}}",
2339
+ "Variables": [
2340
+ "homepoints",
2341
+ "awaypoints"
2342
+ ],
2343
+ "Split": "period=ot",
2344
+ "Outcomes": {
2345
+ "away": "{{away}}",
2346
+ "home": "{{home}}"
2347
+ }
2348
+ },
2325
2349
  "basketball.race_to_points": {
2326
2350
  "Name": "Atteindra en premier {{point}} points",
2327
2351
  "Variables": [
@@ -2863,7 +2887,7 @@
2863
2887
  }
2864
2888
  },
2865
2889
  "boxing.winner_round_range": {
2866
- "Name": "Winner \u0026 round range",
2890
+ "Name": "Vainqueur et round range",
2867
2891
  "Variables": [],
2868
2892
  "Split": "period=default",
2869
2893
  "Outcomes": {
@@ -5178,8 +5202,8 @@
5178
5202
  "Variables": [],
5179
5203
  "Split": "period=penalty_shootout",
5180
5204
  "Outcomes": {
5181
- "even": "pair",
5182
- "odd": "impair"
5205
+ "even": "Pair",
5206
+ "odd": "Impair"
5183
5207
  }
5184
5208
  },
5185
5209
  "esport_fifa.outright": {
@@ -8925,7 +8949,7 @@
8925
8949
  "soccer.asian_handicap": {
8926
8950
  "Name": "Handicap",
8927
8951
  "Primary": true,
8928
- "Description": "Rendez-vous sur [article sur le Handicap asiatique](/en/blog/posts/what-are-asian-handicaps)",
8952
+ "Description": "Rendez-vous sur [article sur le Handicap asiatique](/{{locale}}/blog/betting-strategy/what-are-asian-handicaps/)",
8929
8953
  "Variables": [
8930
8954
  "handicap",
8931
8955
  "optional.side"
@@ -9319,8 +9343,8 @@
9319
9343
  "Variables": [],
9320
9344
  "Split": "period=penalty_shootout",
9321
9345
  "Outcomes": {
9322
- "even": "pair",
9323
- "odd": "impair"
9346
+ "even": "Pair",
9347
+ "odd": "Impair"
9324
9348
  }
9325
9349
  },
9326
9350
  "soccer.outright": {
@@ -10315,7 +10339,7 @@
10315
10339
  }
10316
10340
  },
10317
10341
  "tennis.game_handicap": {
10318
- "Name": "Jeux handicap",
10342
+ "Name": "Handicap de jeux (le super tie-break compte comme 1 jeu)",
10319
10343
  "Primary": true,
10320
10344
  "Description": "Prédisez les résultats après que le handicap ait été appliqué aux parties auxquels les joueurs ont gagné. Tous les paris resteront VALABLES s'il y a un Super Tie Break, qui compte comme 1 partie.",
10321
10345
  "Variables": [
@@ -10514,7 +10538,7 @@
10514
10538
  }
10515
10539
  },
10516
10540
  "tennis.total_games": {
10517
- "Name": "Total jeux",
10541
+ "Name": "Total de jeux (le super tie-break compte comme 1 jeu) ",
10518
10542
  "Primary": true,
10519
10543
  "CashoutAvailable": true,
10520
10544
  "Description": "Le nombre total de jeux gagnés par les deux joueurs combinés, c.-à-d. 6 - 2, 3 - 6, 7 - 6 = 30 (16 + 14). Tous les paris seront VALABLES s'il y a un Super Tie Break comptant comme 1 jeu.",
@@ -8927,7 +8927,7 @@
8927
8927
  "soccer.asian_handicap": {
8928
8928
  "Name": "Asian Handicap",
8929
8929
  "Primary": true,
8930
- "Description": "Lihat [artikel Asian Handicaps](/en/blog/posts/what-are-asian-handicaps)",
8930
+ "Description": "Lihat [artikel Asian Handicaps](/{{locale}}/blog/betting-strategy/what-are-asian-handicaps/)",
8931
8931
  "Variables": [
8932
8932
  "handicap",
8933
8933
  "optional.side"
@@ -89,7 +89,7 @@
89
89
  }
90
90
  },
91
91
  "american_football.handicap": {
92
- "Name": "Handicap (incl. supplementari)",
92
+ "Name": "Handicap ",
93
93
  "Primary": true,
94
94
  "CashoutAvailable": true,
95
95
  "Variables": [
@@ -126,7 +126,7 @@
126
126
  }
127
127
  },
128
128
  "american_football.moneyline": {
129
- "Name": "Vincitore (incl. supplementari)",
129
+ "Name": "Vincitore",
130
130
  "Primary": true,
131
131
  "CashoutAvailable": true,
132
132
  "Variables": [],
@@ -8939,7 +8939,7 @@
8939
8939
  "soccer.asian_handicap": {
8940
8940
  "Name": "アジアンハンディキャップ",
8941
8941
  "Primary": true,
8942
- "Description": "【アジアンハンディキャップ】(/en/blog/posts/what-are-asian-handicaps) に関する記事を参考にしてください",
8942
+ "Description": "【アジアンハンディキャップ】(/{{locale}}/blog/betting-strategy/what-are-asian-handicaps/) に関する記事を参考にしてください",
8943
8943
  "Variables": [
8944
8944
  "handicap",
8945
8945
  "optional.side"
@@ -10340,7 +10340,7 @@
10340
10340
  }
10341
10341
  },
10342
10342
  "tennis.game_handicap": {
10343
- "Name": "ゲームハンディキャップ",
10343
+ "Name": "ゲームハンディキャップ(スーパータイブレークの場合は1ゲームとしてカウントされる)",
10344
10344
  "Primary": true,
10345
10345
  "Description": "ハンデを加えた試合結果を予想して下さい",
10346
10346
  "Variables": [