JS SDK v1.125.1
16 days ago by Viktor Yordanov
Improvements:
New filter params for game list endpointsAdded 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:
New properties on game list modelsThe models returned from game list methods now include flags and language fields, keeping them consistent with filter capabilities.
Affected models:
