@smartico/public-api 0.0.169 → 0.0.170
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/Quiz/MarketsType.d.ts +0 -1
- package/dist/index.js +46 -38
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +46 -38
- package/dist/index.modern.mjs.map +1 -1
- package/package.json +1 -1
- package/src/Quiz/MarketsInfo.ts +40 -40
- package/src/Quiz/MarketsPerSport.ts +1 -1
- package/src/Quiz/MarketsType.ts +1 -1
package/dist/index.modern.mjs
CHANGED
|
@@ -2658,7 +2658,7 @@ var SAWGPMarketType;
|
|
|
2658
2658
|
SAWGPMarketType[SAWGPMarketType["RedCard"] = 2] = "RedCard";
|
|
2659
2659
|
SAWGPMarketType[SAWGPMarketType["OneXTwo"] = 3] = "OneXTwo";
|
|
2660
2660
|
SAWGPMarketType[SAWGPMarketType["OneXTwoHalftime"] = 4] = "OneXTwoHalftime";
|
|
2661
|
-
|
|
2661
|
+
// HalftimeFulltime = 5,
|
|
2662
2662
|
SAWGPMarketType[SAWGPMarketType["FirstGoal"] = 6] = "FirstGoal";
|
|
2663
2663
|
SAWGPMarketType[SAWGPMarketType["DoubleChance"] = 7] = "DoubleChance";
|
|
2664
2664
|
SAWGPMarketType[SAWGPMarketType["OverUnder2_5"] = 8] = "OverUnder2_5";
|
|
@@ -2757,42 +2757,48 @@ const marketsInfo = [{
|
|
|
2757
2757
|
trKey: 'quizQuestion_x2half'
|
|
2758
2758
|
},
|
|
2759
2759
|
answers: homeAwayDrawAnswers
|
|
2760
|
-
},
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2760
|
+
},
|
|
2761
|
+
// {
|
|
2762
|
+
// type: SAWGPMarketType.HalftimeFulltime,
|
|
2763
|
+
// name: 'Halftime / Fulltime',
|
|
2764
|
+
// question: { text: 'Who will lead the first half and who will win the match ?', trKey: 'quizQuestion__HalftimeFulltime' },
|
|
2765
|
+
// answers: [
|
|
2766
|
+
// {
|
|
2767
|
+
// text: `${quizAnswerHomeTeamReplacementText} / ${quizAnswerHomeTeamReplacementText}`,
|
|
2768
|
+
// value: QuizAnswersValueType.HomeTeamHomeTeam,
|
|
2769
|
+
// },
|
|
2770
|
+
// {
|
|
2771
|
+
// text: `${quizAnswerHomeTeamReplacementText} / ${quizDrawReplacementText}`,
|
|
2772
|
+
// value: QuizAnswersValueType.HomeTeamDraw,
|
|
2773
|
+
// },
|
|
2774
|
+
// {
|
|
2775
|
+
// text: `${quizAnswerHomeTeamReplacementText} / ${quizAnswerAwayTeamReplacementText}`,
|
|
2776
|
+
// value: QuizAnswersValueType.HomeTeamAwayTeam,
|
|
2777
|
+
// },
|
|
2778
|
+
// {
|
|
2779
|
+
// text: `${quizDrawReplacementText} / ${quizAnswerHomeTeamReplacementText}`,
|
|
2780
|
+
// value: QuizAnswersValueType.DrawHomeTeam,
|
|
2781
|
+
// },
|
|
2782
|
+
// { text: `${quizDrawReplacementText} / ${quizDrawReplacementText}`, value: QuizAnswersValueType.DrawDraw },
|
|
2783
|
+
// {
|
|
2784
|
+
// text: `${quizDrawReplacementText} / ${quizAnswerAwayTeamReplacementText}`,
|
|
2785
|
+
// value: QuizAnswersValueType.DrawAwayTeam,
|
|
2786
|
+
// },
|
|
2787
|
+
// {
|
|
2788
|
+
// text: `${quizAnswerAwayTeamReplacementText} / ${quizAnswerHomeTeamReplacementText}`,
|
|
2789
|
+
// value: QuizAnswersValueType.AwayTeamHomeTeam,
|
|
2790
|
+
// },
|
|
2791
|
+
// {
|
|
2792
|
+
// text: `${quizAnswerAwayTeamReplacementText} / ${quizDrawReplacementText}`,
|
|
2793
|
+
// value: QuizAnswersValueType.AwayTeamDraw,
|
|
2794
|
+
// },
|
|
2795
|
+
// {
|
|
2796
|
+
// text: `${quizAnswerAwayTeamReplacementText} / ${quizAnswerAwayTeamReplacementText}`,
|
|
2797
|
+
// value: QuizAnswersValueType.AwayTeamAwayTeam,
|
|
2798
|
+
// },
|
|
2799
|
+
// ],
|
|
2800
|
+
// },
|
|
2801
|
+
{
|
|
2796
2802
|
type: SAWGPMarketType.FirstGoal,
|
|
2797
2803
|
name: 'First Goal',
|
|
2798
2804
|
question: {
|
|
@@ -3001,7 +3007,9 @@ const marketsInfo = [{
|
|
|
3001
3007
|
|
|
3002
3008
|
const QuizMarketPerSport = {
|
|
3003
3009
|
[QuizSportType.Basketball]: [SAWGPMarketType.One_Two, SAWGPMarketType.Overtime, SAWGPMarketType.OneXTwo, SAWGPMarketType.OddEven, SAWGPMarketType.OddEvenHomeAway, SAWGPMarketType.DoubleChance],
|
|
3004
|
-
[QuizSportType.Soccer]: [SAWGPMarketType.OneXTwo, SAWGPMarketType.OneXTwoHalftime,
|
|
3010
|
+
[QuizSportType.Soccer]: [SAWGPMarketType.OneXTwo, SAWGPMarketType.OneXTwoHalftime,
|
|
3011
|
+
// SAWGPMarketType.HalftimeFulltime,
|
|
3012
|
+
SAWGPMarketType.FirstGoal, SAWGPMarketType.LastGoal, SAWGPMarketType.DoubleChance, SAWGPMarketType.OverUnder2_5, SAWGPMarketType.OverUnder1_5Halftime, SAWGPMarketType.OverUnder1_5__2ndHalf, SAWGPMarketType.RedCard, SAWGPMarketType.TotalCorners8_5, SAWGPMarketType.TotalCorners9_5, SAWGPMarketType.Corners1x2],
|
|
3005
3013
|
[QuizSportType.Tennis]: [SAWGPMarketType.One_Two, SAWGPMarketType.FirstSet, SAWGPMarketType.SecondSet, SAWGPMarketType.ThirdSet, SAWGPMarketType.FourthSet, SAWGPMarketType.FifthSet, SAWGPMarketType.PlayerOneWinsOneSet, SAWGPMarketType.PlayerTwoWinsOneSet, SAWGPMarketType.OddEven]
|
|
3006
3014
|
};
|
|
3007
3015
|
|