16 days ago by Viktor Yordanov
πImprovements:
Added flags and language query params to the list filters for Top X, Match Quiz, Bracket, Standing, and Event games.
// Example usage
const filters = new GamesFilters({
flags: ["featured", "promoted"],
language: "en"
});
Affected filters:
The models returned from game list methods now include flags and language fields, keeping them consistent with filter capabilities.
Affected models:
about 2 months ago by Viktor Yordanov
πAdded:
New property expired in EitherOrParticipationStepsModel
Affected methods:
about 2 months ago by Viktor Yordanov
πAdded
Info Page Content Resolution System
- Centralized service for resolving rules and adContent from related info pages
- Automatically fetches and populates empty
rules and adContent fields from related info pages
Integration Across All Game Types
Info page content resolution has been integrated into the following namespaces:
2 months ago by Viktor Yordanov
βοΈBug Fixes:
playerId key in playerStats (returned in MatchFullModel, method getMatchByID()) not remapped to configuration idSchema.
3 months ago by Viktor Yordanov
πNew filters:
New filters gameIds and sortOrder are now available in getMyGameEditions() and getUserGameEditions() methods.
Affected namespaces:
3 months ago by Viktor Yordanov
π§Branding override
The branding in all custom, prediction and mini games are now override by the new property brandingId
Added
5 months ago by Viktor Yordanov
πImprovements and fixes:
- New Arabic (
code: ar) language support in SDK configuration
- FIx JWT token read from cookie to reinit new SDK instance
- Removed redundant
points property from EventGameModel
6 months ago by Viktor Yordanov
πNew methods
- New method is available getConsents().
- New method is available deleteConsent.
Fixed
7 months ago by Viktor Yordanov
βοΈBug Fixes:
Add missing player stats for fantasy game. Related method: getPlayerStatistics()
Added
7 months ago by Viktor Yordanov