@smartico/public-api 0.0.156 → 0.0.158

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.
@@ -2705,7 +2705,7 @@ const marketsInfo = [{
2705
2705
  text: 'Which team will have more corners in the match?',
2706
2706
  trKey: 'quizQuestion_corners1x2'
2707
2707
  },
2708
- answers: homeAwayAnswers
2708
+ answers: homeAwayDrawAnswers
2709
2709
  }, {
2710
2710
  type: SAWGPMarketType.One_Two,
2711
2711
  name: '1-2',
@@ -2812,6 +2812,16 @@ const marketsInfo = [{
2812
2812
  trKey: 'quizQuestion_playerTwoWinsOneSet'
2813
2813
  },
2814
2814
  answers: yesNoAnswers
2815
+ }, {
2816
+ type: SAWGPMarketType.CustomNonSport,
2817
+ name: 'Custom question (non sport)',
2818
+ question: null,
2819
+ answers: null
2820
+ }, {
2821
+ type: SAWGPMarketType.CustomSport,
2822
+ name: 'Custom question (sport)',
2823
+ question: null,
2824
+ answers: null
2815
2825
  }];
2816
2826
 
2817
2827
  const QuizMarketPerSport = {