@smartico/public-api 0.0.120 → 0.0.122
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/dist/Base/ClassId.d.ts +13 -0
- package/dist/Inbox/GetInboxMessagesResponse.d.ts +1 -1
- package/dist/Inbox/InboxMessage.d.ts +1 -1
- package/dist/Jackpots/GetJackpotsPotsRequest.d.ts +4 -0
- package/dist/Jackpots/GetJackpotsPotsResponse.d.ts +5 -0
- package/dist/Jackpots/GetJackpotsRequest.d.ts +4 -0
- package/dist/Jackpots/GetJackpotsResponse.d.ts +5 -0
- package/dist/Jackpots/JackpotContributionType.d.ts +5 -0
- package/dist/Jackpots/JackpotDetails.d.ts +17 -0
- package/dist/Jackpots/JackpotPot.d.ts +7 -0
- package/dist/Jackpots/JackpotPublicMeta.d.ts +6 -0
- package/dist/Jackpots/JackpotType.d.ts +4 -0
- package/dist/Jackpots/JackpotsOptinRequest.d.ts +4 -0
- package/dist/Jackpots/JackpotsOptinResponse.d.ts +3 -0
- package/dist/Jackpots/JackpotsOptoutRequest.d.ts +4 -0
- package/dist/Jackpots/JackpotsOptoutResponse.d.ts +3 -0
- package/dist/Leaderboard/LeaderBoards.d.ts +1 -1
- package/dist/MiniGames/SAWGameType.d.ts +3 -1
- package/dist/MiniGames/SAWPrizeDropAknowledgeRequest.d.ts +4 -0
- package/dist/MiniGames/SAWPrizeDropAknowledgeResponse.d.ts +4 -0
- package/dist/MiniGames/SAWPrizeDropWinPush.d.ts +7 -0
- package/dist/Quiz/MarketsAnswersType.d.ts +22 -0
- package/dist/Quiz/MarketsInfo.d.ts +14 -0
- package/dist/Quiz/MarketsPerSport.d.ts +6 -0
- package/dist/Quiz/MarketsType.d.ts +27 -0
- package/dist/Quiz/ScoreResultTypes.d.ts +28 -0
- package/dist/Quiz/SportTypes.d.ts +6 -0
- package/dist/Quiz/index.d.ts +6 -0
- package/dist/Store/GetStoreHistoryRequest.d.ts +5 -0
- package/dist/Store/GetStoreHistoryResponse.d.ts +6 -0
- package/dist/Store/StorItemPruchased.d.ts +6 -0
- package/dist/WSAPI/WSAPI.d.ts +1 -1
- package/dist/WSAPI/WSAPITypes.d.ts +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +357 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +359 -2
- package/dist/index.modern.mjs.map +1 -1
- package/package.json +1 -1
- package/src/Base/ClassId.ts +21 -0
- package/src/Inbox/GetInboxMessagesResponse.ts +1 -1
- package/src/Inbox/InboxMessage.ts +1 -1
- package/src/Jackpots/GetJackpotsPotsRequest.ts +5 -0
- package/src/Jackpots/GetJackpotsPotsResponse.ts +8 -0
- package/src/Jackpots/GetJackpotsRequest.ts +7 -0
- package/src/Jackpots/GetJackpotsResponse.ts +9 -0
- package/src/Jackpots/JackpotContributionType.ts +7 -0
- package/src/Jackpots/JackpotDetails.ts +20 -0
- package/src/Jackpots/JackpotPot.ts +10 -0
- package/src/Jackpots/JackpotPublicMeta.ts +8 -0
- package/src/Jackpots/JackpotType.ts +8 -0
- package/src/Jackpots/JackpotsOptinRequest.ts +7 -0
- package/src/Jackpots/JackpotsOptinResponse.ts +5 -0
- package/src/Jackpots/JackpotsOptoutRequest.ts +7 -0
- package/src/Jackpots/JackpotsOptoutResponse.ts +5 -0
- package/src/Jackpots/jackpotsWSApi.zip +0 -0
- package/src/Leaderboard/LeaderBoards.ts +1 -1
- package/src/Level/GetLevelMapResponse.ts +1 -1
- package/src/MiniGames/SAWGameType.ts +5 -2
- package/src/MiniGames/SAWPrizeDropAknowledgeRequest.ts +5 -0
- package/src/MiniGames/SAWPrizeDropAknowledgeResponse.ts +5 -0
- package/src/MiniGames/SAWPrizeDropWinPush.ts +8 -0
- package/src/Quiz/MarketsAnswersType.ts +22 -0
- package/src/Quiz/MarketsInfo.ts +194 -0
- package/src/Quiz/MarketsPerSport.ts +39 -0
- package/src/Quiz/MarketsType.ts +27 -0
- package/src/Quiz/ScoreResultTypes.ts +32 -0
- package/src/Quiz/SportTypes.ts +7 -0
- package/src/Quiz/index.ts +6 -0
- package/src/Store/GetStoreHistoryRequest.ts +6 -0
- package/src/Store/GetStoreHistoryResponse.ts +7 -0
- package/src/Store/StorItemPruchased.ts +8 -0
- package/src/Tournaments/GetTournamentInfoResponse.ts +0 -1
- package/src/Tournaments/TournamentUtils.ts +1 -1
- package/src/WSAPI/WSAPI.ts +1 -1
- package/src/WSAPI/WSAPITypes.ts +1 -1
- package/src/index.ts +2 -1
package/dist/index.js
CHANGED
|
@@ -68,6 +68,8 @@ exports.ClassId = void 0;
|
|
|
68
68
|
ClassId[ClassId["GET_ACH_CATEGORIES_RESPONSE"] = 538] = "GET_ACH_CATEGORIES_RESPONSE";
|
|
69
69
|
ClassId[ClassId["ACHIEVEMENT_CLAIM_PRIZE_REQUEST"] = 539] = "ACHIEVEMENT_CLAIM_PRIZE_REQUEST";
|
|
70
70
|
ClassId[ClassId["ACHIEVEMENT_CLAIM_PRIZE_RESPONSE"] = 540] = "ACHIEVEMENT_CLAIM_PRIZE_RESPONSE";
|
|
71
|
+
ClassId[ClassId["ACH_SHOP_ITEM_HISTORY_REQUEST"] = 541] = "ACH_SHOP_ITEM_HISTORY_REQUEST";
|
|
72
|
+
ClassId[ClassId["ACH_SHOP_ITEM_HISTORY_RESPONSE"] = 542] = "ACH_SHOP_ITEM_HISTORY_RESPONSE";
|
|
71
73
|
ClassId[ClassId["GET_BONUSES_REQUEST"] = 600] = "GET_BONUSES_REQUEST";
|
|
72
74
|
ClassId[ClassId["GET_BONUSES_RESPONSE"] = 601] = "GET_BONUSES_RESPONSE";
|
|
73
75
|
ClassId[ClassId["CLAIM_BONUS_REQUEST"] = 602] = "CLAIM_BONUS_REQUEST";
|
|
@@ -80,6 +82,18 @@ exports.ClassId = void 0;
|
|
|
80
82
|
ClassId[ClassId["SAW_AKNOWLEDGE_RESPONSE"] = 705] = "SAW_AKNOWLEDGE_RESPONSE";
|
|
81
83
|
ClassId[ClassId["SAW_SPINS_COUNT_PUSH"] = 706] = "SAW_SPINS_COUNT_PUSH";
|
|
82
84
|
ClassId[ClassId["SAW_SHOW_SPIN_PUSH"] = 707] = "SAW_SHOW_SPIN_PUSH";
|
|
85
|
+
ClassId[ClassId["SAW_PRIZE_DROP_WIN_PUSH"] = 708] = "SAW_PRIZE_DROP_WIN_PUSH";
|
|
86
|
+
ClassId[ClassId["SAW_PRIZE_DROP_WIN_AKNOWLEDGE_REQUEST"] = 709] = "SAW_PRIZE_DROP_WIN_AKNOWLEDGE_REQUEST";
|
|
87
|
+
ClassId[ClassId["SAW_PRIZE_DROP_WIN_AKNOWLEDGE_RESPONSE"] = 710] = "SAW_PRIZE_DROP_WIN_AKNOWLEDGE_RESPONSE";
|
|
88
|
+
ClassId[ClassId["JP_GET_JACKPOTS_REQUEST"] = 800] = "JP_GET_JACKPOTS_REQUEST";
|
|
89
|
+
ClassId[ClassId["JP_GET_JACKPOTS_RESPONSE"] = 801] = "JP_GET_JACKPOTS_RESPONSE";
|
|
90
|
+
ClassId[ClassId["JP_GET_LATEST_POTS_REQUEST"] = 802] = "JP_GET_LATEST_POTS_REQUEST";
|
|
91
|
+
ClassId[ClassId["JP_GET_LATEST_POTS_RESPONSE"] = 803] = "JP_GET_LATEST_POTS_RESPONSE";
|
|
92
|
+
ClassId[ClassId["JP_OPTIN_REQUEST"] = 804] = "JP_OPTIN_REQUEST";
|
|
93
|
+
ClassId[ClassId["JP_OPTIN_RESPONSE"] = 805] = "JP_OPTIN_RESPONSE";
|
|
94
|
+
ClassId[ClassId["JP_OPTOUT_REQUEST"] = 806] = "JP_OPTOUT_REQUEST";
|
|
95
|
+
ClassId[ClassId["JP_OPTOUT_RESPONSE"] = 807] = "JP_OPTOUT_RESPONSE";
|
|
96
|
+
// JP_WIN_PUSH = 808,
|
|
83
97
|
ClassId[ClassId["REGISTER_PUSH_NOTIFICATIONS_TOKEN_REQ"] = 1003] = "REGISTER_PUSH_NOTIFICATIONS_TOKEN_REQ";
|
|
84
98
|
ClassId[ClassId["REGISTER_PUSH_NOTIFICATIONS_TOKEN_RESP"] = 2003] = "REGISTER_PUSH_NOTIFICATIONS_TOKEN_RESP";
|
|
85
99
|
ClassId[ClassId["CLIENT_DEBUG_REQUEST"] = 77777] = "CLIENT_DEBUG_REQUEST";
|
|
@@ -237,6 +251,7 @@ exports.SAWGameType = void 0;
|
|
|
237
251
|
SAWGameType[SAWGameType["ScratchCard"] = 2] = "ScratchCard";
|
|
238
252
|
SAWGameType[SAWGameType["MatchX"] = 3] = "MatchX";
|
|
239
253
|
SAWGameType[SAWGameType["GiftBox"] = 4] = "GiftBox";
|
|
254
|
+
SAWGameType[SAWGameType["PrizeDrop"] = 5] = "PrizeDrop";
|
|
240
255
|
})(exports.SAWGameType || (exports.SAWGameType = {}));
|
|
241
256
|
exports.SAWGameTypeName = void 0;
|
|
242
257
|
(function (SAWGameTypeName) {
|
|
@@ -244,12 +259,13 @@ exports.SAWGameTypeName = void 0;
|
|
|
244
259
|
SAWGameTypeName["ScratchCard"] = "scratch";
|
|
245
260
|
SAWGameTypeName["MatchX"] = "matchx";
|
|
246
261
|
SAWGameTypeName["GiftBox"] = "giftbox";
|
|
262
|
+
SAWGameTypeName["PrizeDrop"] = "prizedrop";
|
|
247
263
|
SAWGameTypeName["Unknown"] = "unknown";
|
|
248
264
|
})(exports.SAWGameTypeName || (exports.SAWGameTypeName = {}));
|
|
249
265
|
/** @hidden */
|
|
250
266
|
var SAWGameTypeNamed = function SAWGameTypeNamed(type) {
|
|
251
267
|
var _SAWGameType$SpinAWhe;
|
|
252
|
-
return (_SAWGameType$SpinAWhe = {}, _SAWGameType$SpinAWhe[exports.SAWGameType.SpinAWheel] = exports.SAWGameTypeName.SpinAWheel, _SAWGameType$SpinAWhe[exports.SAWGameType.ScratchCard] = exports.SAWGameTypeName.ScratchCard, _SAWGameType$SpinAWhe[exports.SAWGameType.MatchX] = exports.SAWGameTypeName.MatchX, _SAWGameType$SpinAWhe[exports.SAWGameType.GiftBox] = exports.SAWGameTypeName.GiftBox, _SAWGameType$SpinAWhe)[type] || exports.SAWGameTypeName.Unknown;
|
|
268
|
+
return (_SAWGameType$SpinAWhe = {}, _SAWGameType$SpinAWhe[exports.SAWGameType.SpinAWheel] = exports.SAWGameTypeName.SpinAWheel, _SAWGameType$SpinAWhe[exports.SAWGameType.ScratchCard] = exports.SAWGameTypeName.ScratchCard, _SAWGameType$SpinAWhe[exports.SAWGameType.MatchX] = exports.SAWGameTypeName.MatchX, _SAWGameType$SpinAWhe[exports.SAWGameType.GiftBox] = exports.SAWGameTypeName.GiftBox, _SAWGameType$SpinAWhe[exports.SAWGameType.PrizeDrop] = exports.SAWGameTypeName.PrizeDrop, _SAWGameType$SpinAWhe)[type] || exports.SAWGameTypeName.Unknown;
|
|
253
269
|
};
|
|
254
270
|
|
|
255
271
|
/** @hidden */
|
|
@@ -2344,6 +2360,343 @@ var CookieStore = /*#__PURE__*/function () {
|
|
|
2344
2360
|
}();
|
|
2345
2361
|
CookieStore.cookieStore = new typescriptMap.TSMap();
|
|
2346
2362
|
|
|
2363
|
+
exports.QuizSportType = void 0;
|
|
2364
|
+
(function (QuizSportType) {
|
|
2365
|
+
QuizSportType[QuizSportType["Soccer"] = 1] = "Soccer";
|
|
2366
|
+
QuizSportType[QuizSportType["Tennis"] = 5] = "Tennis";
|
|
2367
|
+
QuizSportType[QuizSportType["Basketball"] = 6] = "Basketball";
|
|
2368
|
+
})(exports.QuizSportType || (exports.QuizSportType = {}));
|
|
2369
|
+
var quizSupportedSports = [exports.QuizSportType.Basketball, exports.QuizSportType.Soccer, exports.QuizSportType.Tennis];
|
|
2370
|
+
|
|
2371
|
+
exports.QuizMarketType = void 0;
|
|
2372
|
+
(function (QuizMarketType) {
|
|
2373
|
+
QuizMarketType[QuizMarketType["TwoTeamsWithScore"] = 1] = "TwoTeamsWithScore";
|
|
2374
|
+
QuizMarketType[QuizMarketType["RedCard"] = 2] = "RedCard";
|
|
2375
|
+
QuizMarketType[QuizMarketType["OneXTwo"] = 3] = "OneXTwo";
|
|
2376
|
+
QuizMarketType[QuizMarketType["OneXTwoHalftime"] = 4] = "OneXTwoHalftime";
|
|
2377
|
+
QuizMarketType[QuizMarketType["HalftimeFulltime"] = 5] = "HalftimeFulltime";
|
|
2378
|
+
QuizMarketType[QuizMarketType["FirstGoal"] = 6] = "FirstGoal";
|
|
2379
|
+
QuizMarketType[QuizMarketType["DoubleChance"] = 7] = "DoubleChance";
|
|
2380
|
+
QuizMarketType[QuizMarketType["OverUnder2_5"] = 8] = "OverUnder2_5";
|
|
2381
|
+
QuizMarketType[QuizMarketType["OverUnder1_5Halftime"] = 9] = "OverUnder1_5Halftime";
|
|
2382
|
+
QuizMarketType[QuizMarketType["OverUnder1_5__2ndHalf"] = 10] = "OverUnder1_5__2ndHalf";
|
|
2383
|
+
QuizMarketType[QuizMarketType["TotalCorners8_5"] = 11] = "TotalCorners8_5";
|
|
2384
|
+
QuizMarketType[QuizMarketType["TotalCorners9_5"] = 12] = "TotalCorners9_5";
|
|
2385
|
+
QuizMarketType[QuizMarketType["Corners1x2"] = 13] = "Corners1x2";
|
|
2386
|
+
QuizMarketType[QuizMarketType["One_Two"] = 14] = "One_Two";
|
|
2387
|
+
QuizMarketType[QuizMarketType["Overtime"] = 15] = "Overtime";
|
|
2388
|
+
QuizMarketType[QuizMarketType["OddEven"] = 16] = "OddEven";
|
|
2389
|
+
QuizMarketType[QuizMarketType["OddEvenHomeAway"] = 17] = "OddEvenHomeAway";
|
|
2390
|
+
QuizMarketType[QuizMarketType["FirstSet"] = 18] = "FirstSet";
|
|
2391
|
+
QuizMarketType[QuizMarketType["SecondSet"] = 19] = "SecondSet";
|
|
2392
|
+
QuizMarketType[QuizMarketType["ThirdSet"] = 20] = "ThirdSet";
|
|
2393
|
+
QuizMarketType[QuizMarketType["FourthSet"] = 21] = "FourthSet";
|
|
2394
|
+
QuizMarketType[QuizMarketType["FifthSet"] = 22] = "FifthSet";
|
|
2395
|
+
QuizMarketType[QuizMarketType["PlayerOneWinsOneSet"] = 23] = "PlayerOneWinsOneSet";
|
|
2396
|
+
QuizMarketType[QuizMarketType["PlayerTwoWinsOneSet"] = 24] = "PlayerTwoWinsOneSet";
|
|
2397
|
+
QuizMarketType[QuizMarketType["LastGoal"] = 25] = "LastGoal";
|
|
2398
|
+
})(exports.QuizMarketType || (exports.QuizMarketType = {}));
|
|
2399
|
+
|
|
2400
|
+
exports.MarketsValueType = void 0;
|
|
2401
|
+
(function (MarketsValueType) {
|
|
2402
|
+
MarketsValueType["HomeTeam"] = "1";
|
|
2403
|
+
MarketsValueType["AwayTeam"] = "2";
|
|
2404
|
+
MarketsValueType["Draw"] = "x";
|
|
2405
|
+
MarketsValueType["HomeTeamHomeTeam"] = "1/1";
|
|
2406
|
+
MarketsValueType["HomeTeamDraw"] = "1/x";
|
|
2407
|
+
MarketsValueType["HomeTeamAwayTeam"] = "1/2";
|
|
2408
|
+
MarketsValueType["DrawHomeTeam"] = "x/1";
|
|
2409
|
+
MarketsValueType["DrawDraw"] = "x/x";
|
|
2410
|
+
MarketsValueType["DrawAwayTeam"] = "x/2";
|
|
2411
|
+
MarketsValueType["AwayTeamHomeTeam"] = "2/1";
|
|
2412
|
+
MarketsValueType["AwayTeamDraw"] = "2/x";
|
|
2413
|
+
MarketsValueType["AwayTeamAwayTeam"] = "2/2";
|
|
2414
|
+
MarketsValueType["Yes"] = "yes";
|
|
2415
|
+
MarketsValueType["No"] = "no";
|
|
2416
|
+
MarketsValueType["Odd"] = "odd";
|
|
2417
|
+
MarketsValueType["Even"] = "even";
|
|
2418
|
+
MarketsValueType["HomeOdd"] = "1/odd";
|
|
2419
|
+
MarketsValueType["HomeEven"] = "1/even";
|
|
2420
|
+
MarketsValueType["AwayOdd"] = "2/odd";
|
|
2421
|
+
MarketsValueType["AwayEven"] = "2/even";
|
|
2422
|
+
})(exports.MarketsValueType || (exports.MarketsValueType = {}));
|
|
2423
|
+
|
|
2424
|
+
var quizAnswerHomeTeamReplacementText = '{quiz_home_team}';
|
|
2425
|
+
var quizAnswerAwayTeamReplacementText = '{quiz_away_team}';
|
|
2426
|
+
var drawReplacementText = '{quiz_draw}';
|
|
2427
|
+
var quizYesReplacementText = '{yes}';
|
|
2428
|
+
var quizNoReplacementText = '{no}';
|
|
2429
|
+
var quizOddReplacementText = '{odd}';
|
|
2430
|
+
var quizEvenReplacementText = '{even}';
|
|
2431
|
+
var yesNoAnswers = [{
|
|
2432
|
+
text: quizYesReplacementText,
|
|
2433
|
+
value: exports.MarketsValueType.Yes
|
|
2434
|
+
}, {
|
|
2435
|
+
text: quizNoReplacementText,
|
|
2436
|
+
value: exports.MarketsValueType.No
|
|
2437
|
+
}];
|
|
2438
|
+
var homeAwayAnswers = [{
|
|
2439
|
+
text: quizAnswerHomeTeamReplacementText,
|
|
2440
|
+
value: exports.MarketsValueType.HomeTeam
|
|
2441
|
+
}, {
|
|
2442
|
+
text: quizAnswerAwayTeamReplacementText,
|
|
2443
|
+
value: exports.MarketsValueType.AwayTeam
|
|
2444
|
+
}];
|
|
2445
|
+
var homeAwayDrawAnswers = [].concat(homeAwayAnswers, [{
|
|
2446
|
+
text: drawReplacementText,
|
|
2447
|
+
value: exports.MarketsValueType.Draw
|
|
2448
|
+
}]);
|
|
2449
|
+
var marketsInfo = [{
|
|
2450
|
+
type: exports.QuizMarketType.OneXTwo,
|
|
2451
|
+
name: '1x2',
|
|
2452
|
+
question: {
|
|
2453
|
+
text: 'Who will win the match ?',
|
|
2454
|
+
trKey: 'quizQuestion_1x2'
|
|
2455
|
+
},
|
|
2456
|
+
answers: homeAwayDrawAnswers
|
|
2457
|
+
}, {
|
|
2458
|
+
type: exports.QuizMarketType.OneXTwoHalftime,
|
|
2459
|
+
name: '1x2 Halftime',
|
|
2460
|
+
question: {
|
|
2461
|
+
text: 'Who will lead the first half of the match ?',
|
|
2462
|
+
trKey: 'quizQuestion_x2half'
|
|
2463
|
+
},
|
|
2464
|
+
answers: homeAwayDrawAnswers
|
|
2465
|
+
}, {
|
|
2466
|
+
type: exports.QuizMarketType.HalftimeFulltime,
|
|
2467
|
+
name: 'Halftime / Fulltime',
|
|
2468
|
+
question: {
|
|
2469
|
+
text: 'Who will lead the first half and who will win the match ?',
|
|
2470
|
+
trKey: 'quizQuestion__HalftimeFulltime'
|
|
2471
|
+
},
|
|
2472
|
+
answers: [{
|
|
2473
|
+
text: quizAnswerHomeTeamReplacementText + " / " + quizAnswerHomeTeamReplacementText,
|
|
2474
|
+
value: exports.MarketsValueType.HomeTeamHomeTeam
|
|
2475
|
+
}, {
|
|
2476
|
+
text: quizAnswerHomeTeamReplacementText + " / " + drawReplacementText,
|
|
2477
|
+
value: exports.MarketsValueType.HomeTeamDraw
|
|
2478
|
+
}, {
|
|
2479
|
+
text: quizAnswerHomeTeamReplacementText + " / " + quizAnswerAwayTeamReplacementText,
|
|
2480
|
+
value: exports.MarketsValueType.HomeTeamAwayTeam
|
|
2481
|
+
}, {
|
|
2482
|
+
text: drawReplacementText + " / " + quizAnswerHomeTeamReplacementText,
|
|
2483
|
+
value: exports.MarketsValueType.DrawHomeTeam
|
|
2484
|
+
}, {
|
|
2485
|
+
text: drawReplacementText + " / " + drawReplacementText,
|
|
2486
|
+
value: exports.MarketsValueType.DrawDraw
|
|
2487
|
+
}, {
|
|
2488
|
+
text: drawReplacementText + " / " + quizAnswerAwayTeamReplacementText,
|
|
2489
|
+
value: exports.MarketsValueType.DrawAwayTeam
|
|
2490
|
+
}, {
|
|
2491
|
+
text: quizAnswerAwayTeamReplacementText + " / " + quizAnswerHomeTeamReplacementText,
|
|
2492
|
+
value: exports.MarketsValueType.AwayTeamHomeTeam
|
|
2493
|
+
}, {
|
|
2494
|
+
text: quizAnswerAwayTeamReplacementText + " / " + drawReplacementText,
|
|
2495
|
+
value: exports.MarketsValueType.AwayTeamDraw
|
|
2496
|
+
}, {
|
|
2497
|
+
text: quizAnswerAwayTeamReplacementText + " / " + quizAnswerAwayTeamReplacementText,
|
|
2498
|
+
value: exports.MarketsValueType.AwayTeamAwayTeam
|
|
2499
|
+
}]
|
|
2500
|
+
}, {
|
|
2501
|
+
type: exports.QuizMarketType.FirstGoal,
|
|
2502
|
+
name: 'First Goal',
|
|
2503
|
+
question: {
|
|
2504
|
+
text: 'Who will score the first goal ?',
|
|
2505
|
+
trKey: 'quizQuestion_firstGoal'
|
|
2506
|
+
},
|
|
2507
|
+
answers: homeAwayDrawAnswers
|
|
2508
|
+
}, {
|
|
2509
|
+
type: exports.QuizMarketType.LastGoal,
|
|
2510
|
+
name: 'Last Goal',
|
|
2511
|
+
question: {
|
|
2512
|
+
text: 'Who will score the last goal ?',
|
|
2513
|
+
trKey: 'quizQuestion_lastGoal'
|
|
2514
|
+
},
|
|
2515
|
+
answers: homeAwayAnswers
|
|
2516
|
+
}, {
|
|
2517
|
+
type: exports.QuizMarketType.DoubleChance,
|
|
2518
|
+
name: 'Double Chance',
|
|
2519
|
+
question: {
|
|
2520
|
+
text: 'Who will win the match? Choose a combination: ?',
|
|
2521
|
+
trKey: 'quizQuestion_doubleChance'
|
|
2522
|
+
},
|
|
2523
|
+
answers: [{
|
|
2524
|
+
text: drawReplacementText + " or " + quizAnswerHomeTeamReplacementText,
|
|
2525
|
+
value: exports.MarketsValueType.HomeTeamDraw
|
|
2526
|
+
}, {
|
|
2527
|
+
text: quizAnswerHomeTeamReplacementText + " or " + quizAnswerAwayTeamReplacementText,
|
|
2528
|
+
value: exports.MarketsValueType.HomeTeamAwayTeam
|
|
2529
|
+
}, {
|
|
2530
|
+
text: drawReplacementText + " or " + quizAnswerAwayTeamReplacementText,
|
|
2531
|
+
value: exports.MarketsValueType.AwayTeamDraw
|
|
2532
|
+
}]
|
|
2533
|
+
}, {
|
|
2534
|
+
type: exports.QuizMarketType.OverUnder2_5,
|
|
2535
|
+
name: 'Over/Under 2.5',
|
|
2536
|
+
question: {
|
|
2537
|
+
text: 'Will there be 3 or more goals in the match?',
|
|
2538
|
+
trKey: 'quizQuestion_overUnder2_5'
|
|
2539
|
+
},
|
|
2540
|
+
answers: yesNoAnswers
|
|
2541
|
+
}, {
|
|
2542
|
+
type: exports.QuizMarketType.OverUnder1_5Halftime,
|
|
2543
|
+
name: 'Over/Under 1.5 Halftime',
|
|
2544
|
+
question: {
|
|
2545
|
+
text: 'Will there be 2 or more goals in the first half?',
|
|
2546
|
+
trKey: 'quizQuestion_overUnder1_5Halftime'
|
|
2547
|
+
},
|
|
2548
|
+
answers: yesNoAnswers
|
|
2549
|
+
}, {
|
|
2550
|
+
type: exports.QuizMarketType.OverUnder1_5__2ndHalf,
|
|
2551
|
+
name: 'Over/Under 1.5 2nd Half',
|
|
2552
|
+
question: {
|
|
2553
|
+
text: 'Will there be 2 or more goals in the second half?',
|
|
2554
|
+
trKey: 'quizQuestion_overUnder1_5__2ndHalf'
|
|
2555
|
+
},
|
|
2556
|
+
answers: yesNoAnswers
|
|
2557
|
+
}, {
|
|
2558
|
+
type: exports.QuizMarketType.RedCard,
|
|
2559
|
+
name: 'Red Card',
|
|
2560
|
+
question: {
|
|
2561
|
+
text: 'Will there be a red card in the match?',
|
|
2562
|
+
trKey: 'quizQuestion_redCard'
|
|
2563
|
+
},
|
|
2564
|
+
answers: yesNoAnswers
|
|
2565
|
+
}, {
|
|
2566
|
+
type: exports.QuizMarketType.TotalCorners8_5,
|
|
2567
|
+
name: 'Total Corners 8.5',
|
|
2568
|
+
question: {
|
|
2569
|
+
text: 'Will there be 9 or more corners in the match?',
|
|
2570
|
+
trKey: 'quizQuestion_totalCorners8_5'
|
|
2571
|
+
},
|
|
2572
|
+
answers: yesNoAnswers
|
|
2573
|
+
}, {
|
|
2574
|
+
type: exports.QuizMarketType.TotalCorners9_5,
|
|
2575
|
+
name: 'Total Corners 9.5',
|
|
2576
|
+
question: {
|
|
2577
|
+
text: 'Will there be 10 or more corners in the match?',
|
|
2578
|
+
trKey: 'quizQuestion_totalCorners9_5'
|
|
2579
|
+
},
|
|
2580
|
+
answers: yesNoAnswers
|
|
2581
|
+
}, {
|
|
2582
|
+
type: exports.QuizMarketType.Corners1x2,
|
|
2583
|
+
name: 'Corners 1x2',
|
|
2584
|
+
question: {
|
|
2585
|
+
text: 'Which team will have more corners in the match?',
|
|
2586
|
+
trKey: 'quizQuestion_corners1x2'
|
|
2587
|
+
},
|
|
2588
|
+
answers: homeAwayAnswers
|
|
2589
|
+
}, {
|
|
2590
|
+
type: exports.QuizMarketType.One_Two,
|
|
2591
|
+
name: '1-2',
|
|
2592
|
+
question: {
|
|
2593
|
+
text: 'Who will win the match ?',
|
|
2594
|
+
trKey: 'quizQuestion_1-2'
|
|
2595
|
+
},
|
|
2596
|
+
answers: homeAwayAnswers
|
|
2597
|
+
}, {
|
|
2598
|
+
type: exports.QuizMarketType.Overtime,
|
|
2599
|
+
name: 'Overtime',
|
|
2600
|
+
question: {
|
|
2601
|
+
text: 'Will there be overtime in the match?',
|
|
2602
|
+
trKey: 'quizQuestion_overtime'
|
|
2603
|
+
},
|
|
2604
|
+
answers: yesNoAnswers
|
|
2605
|
+
}, {
|
|
2606
|
+
type: exports.QuizMarketType.OddEven,
|
|
2607
|
+
name: 'Odd/Even',
|
|
2608
|
+
question: {
|
|
2609
|
+
text: 'Is the sum of all points scored in the game going to be an odd number or even?',
|
|
2610
|
+
trKey: 'quizQuestion_oddEven'
|
|
2611
|
+
},
|
|
2612
|
+
answers: [{
|
|
2613
|
+
text: quizOddReplacementText,
|
|
2614
|
+
value: exports.MarketsValueType.Odd
|
|
2615
|
+
}, {
|
|
2616
|
+
text: quizEvenReplacementText,
|
|
2617
|
+
value: exports.MarketsValueType.Even
|
|
2618
|
+
}]
|
|
2619
|
+
}, {
|
|
2620
|
+
type: exports.QuizMarketType.OddEvenHomeAway,
|
|
2621
|
+
name: 'Odd/Even Home/Away',
|
|
2622
|
+
question: {
|
|
2623
|
+
text: 'Which team will win and what will be the sum of the points (Odd or Even)?',
|
|
2624
|
+
trKey: 'quizQuestion_oddEvenHomeAway'
|
|
2625
|
+
},
|
|
2626
|
+
answers: [{
|
|
2627
|
+
text: quizAnswerHomeTeamReplacementText + " - " + quizOddReplacementText,
|
|
2628
|
+
value: exports.MarketsValueType.HomeOdd
|
|
2629
|
+
}, {
|
|
2630
|
+
text: quizAnswerHomeTeamReplacementText + " - " + quizEvenReplacementText,
|
|
2631
|
+
value: exports.MarketsValueType.HomeEven
|
|
2632
|
+
}, {
|
|
2633
|
+
text: quizAnswerAwayTeamReplacementText + " - " + quizOddReplacementText,
|
|
2634
|
+
value: exports.MarketsValueType.AwayOdd
|
|
2635
|
+
}, {
|
|
2636
|
+
text: quizAnswerAwayTeamReplacementText + " - " + quizEvenReplacementText,
|
|
2637
|
+
value: exports.MarketsValueType.AwayEven
|
|
2638
|
+
}]
|
|
2639
|
+
}, {
|
|
2640
|
+
type: exports.QuizMarketType.FirstSet,
|
|
2641
|
+
name: 'First Set',
|
|
2642
|
+
question: {
|
|
2643
|
+
text: 'Who will win the first set ?',
|
|
2644
|
+
trKey: 'quizQuestion_firstSet'
|
|
2645
|
+
},
|
|
2646
|
+
answers: homeAwayAnswers
|
|
2647
|
+
}, {
|
|
2648
|
+
type: exports.QuizMarketType.SecondSet,
|
|
2649
|
+
name: 'Second Set',
|
|
2650
|
+
question: {
|
|
2651
|
+
text: 'Who will win the second set ?',
|
|
2652
|
+
trKey: 'quizQuestion_secondSet'
|
|
2653
|
+
},
|
|
2654
|
+
answers: homeAwayAnswers
|
|
2655
|
+
}, {
|
|
2656
|
+
type: exports.QuizMarketType.ThirdSet,
|
|
2657
|
+
name: 'Third Set',
|
|
2658
|
+
question: {
|
|
2659
|
+
text: 'Who will win the third set ?',
|
|
2660
|
+
trKey: 'quizQuestion_thirdSet'
|
|
2661
|
+
},
|
|
2662
|
+
answers: homeAwayAnswers
|
|
2663
|
+
}, {
|
|
2664
|
+
type: exports.QuizMarketType.FourthSet,
|
|
2665
|
+
name: 'Fourth Set',
|
|
2666
|
+
question: {
|
|
2667
|
+
text: 'Who will win the fourth set ?',
|
|
2668
|
+
trKey: 'quizQuestion_fourthSet'
|
|
2669
|
+
},
|
|
2670
|
+
answers: homeAwayAnswers
|
|
2671
|
+
}, {
|
|
2672
|
+
type: exports.QuizMarketType.FifthSet,
|
|
2673
|
+
name: 'Fifth Set',
|
|
2674
|
+
question: {
|
|
2675
|
+
text: 'Who will win the fifth set ?',
|
|
2676
|
+
trKey: 'quizQuestion_fifthSet'
|
|
2677
|
+
},
|
|
2678
|
+
answers: homeAwayAnswers
|
|
2679
|
+
}, {
|
|
2680
|
+
type: exports.QuizMarketType.PlayerOneWinsOneSet,
|
|
2681
|
+
name: 'Player One Wins One Set',
|
|
2682
|
+
question: {
|
|
2683
|
+
text: 'Will Player One win at least one set?',
|
|
2684
|
+
trKey: 'quizQuestion_playerOneWinsOneSet'
|
|
2685
|
+
},
|
|
2686
|
+
answers: yesNoAnswers
|
|
2687
|
+
}, {
|
|
2688
|
+
type: exports.QuizMarketType.PlayerTwoWinsOneSet,
|
|
2689
|
+
name: 'Player Two Wins One Set',
|
|
2690
|
+
question: {
|
|
2691
|
+
text: 'Will Player Two win at least one set?',
|
|
2692
|
+
trKey: 'quizQuestion_playerTwoWinsOneSet'
|
|
2693
|
+
},
|
|
2694
|
+
answers: yesNoAnswers
|
|
2695
|
+
}];
|
|
2696
|
+
|
|
2697
|
+
var _QuizMarketPerSport;
|
|
2698
|
+
var QuizMarketPerSport = (_QuizMarketPerSport = {}, _QuizMarketPerSport[exports.QuizSportType.Basketball] = [exports.QuizMarketType.One_Two, exports.QuizMarketType.Overtime, exports.QuizMarketType.OneXTwo, exports.QuizMarketType.OddEven, exports.QuizMarketType.OddEvenHomeAway, exports.QuizMarketType.DoubleChance], _QuizMarketPerSport[exports.QuizSportType.Soccer] = [exports.QuizMarketType.OneXTwo, exports.QuizMarketType.OneXTwoHalftime, exports.QuizMarketType.HalftimeFulltime, exports.QuizMarketType.FirstGoal, exports.QuizMarketType.LastGoal, exports.QuizMarketType.DoubleChance, exports.QuizMarketType.OverUnder2_5, exports.QuizMarketType.OverUnder1_5Halftime, exports.QuizMarketType.OverUnder1_5__2ndHalf, exports.QuizMarketType.RedCard, exports.QuizMarketType.TotalCorners8_5, exports.QuizMarketType.TotalCorners9_5, exports.QuizMarketType.Corners1x2], _QuizMarketPerSport[exports.QuizSportType.Tennis] = [exports.QuizMarketType.One_Two, exports.QuizMarketType.FirstSet, exports.QuizMarketType.SecondSet, exports.QuizMarketType.ThirdSet, exports.QuizMarketType.FourthSet, exports.QuizMarketType.FifthSet, exports.QuizMarketType.PlayerOneWinsOneSet, exports.QuizMarketType.PlayerTwoWinsOneSet, exports.QuizMarketType.OddEven], _QuizMarketPerSport);
|
|
2699
|
+
|
|
2347
2700
|
exports.AchCategoryTransform = AchCategoryTransform;
|
|
2348
2701
|
exports.CookieStore = CookieStore;
|
|
2349
2702
|
exports.CoreUtils = CoreUtils;
|
|
@@ -2351,6 +2704,7 @@ exports.GetLevelMapResponseTransform = GetLevelMapResponseTransform;
|
|
|
2351
2704
|
exports.InboxMessageBodyTransform = InboxMessageBodyTransform;
|
|
2352
2705
|
exports.InboxMessagesTransform = InboxMessagesTransform;
|
|
2353
2706
|
exports.MiniGamePrizeTypeNamed = MiniGamePrizeTypeNamed;
|
|
2707
|
+
exports.QuizMarketPerSport = QuizMarketPerSport;
|
|
2354
2708
|
exports.SAWBuyInTypeNamed = SAWBuyInTypeNamed;
|
|
2355
2709
|
exports.SAWGameTypeNamed = SAWGameTypeNamed;
|
|
2356
2710
|
exports.SAWTemplatesTransform = SAWTemplatesTransform;
|
|
@@ -2365,5 +2719,7 @@ exports.TournamentRegistrationStatusNamed = TournamentRegistrationStatusNamed;
|
|
|
2365
2719
|
exports.TournamentRegistrationTypeGetName = TournamentRegistrationTypeGetName;
|
|
2366
2720
|
exports.TournamentUtils = TournamentUtils;
|
|
2367
2721
|
exports.UserAchievementTransform = UserAchievementTransform;
|
|
2722
|
+
exports.marketsInfo = marketsInfo;
|
|
2723
|
+
exports.quizSupportedSports = quizSupportedSports;
|
|
2368
2724
|
exports.tournamentInfoItemTransform = tournamentInfoItemTransform;
|
|
2369
2725
|
//# sourceMappingURL=index.js.map
|