19 September 2022
over 2 years ago by Viktor Yordanov
JS SDK release notes v1.3.4
New features
- Two new method are available in Predictor namespace:
- getMyPredictionsForMatches(matchIds: string[], filters?: PredictionFilters)
- getUserPredictionsForMatches(userId: string, matchIds: string[], filters?: PredictionFilters, disableCache?: boolean)
- A new field called successRates is available in ProfileStatsModel. More information you can find here.
Bug fixes
- Workflow on getCompetitions is now changed to avoid returning incorrect response.