19 September 2022

JS SDK release notes v1.3.4

New features

  • Two new method are available in Predictor namespace:
  1. getMyPredictionsForMatches(matchIds: string[], filters?: PredictionFilters)
  2. getUserPredictionsForMatches(userId: string, matchIds: string[], filters?: PredictionFilters, disableCache?: boolean)

Bug fixes

  • Workflow on getCompetitions is now changed to avoid returning incorrect response.