JS SDK v1.125.1

📘

Improvements:

New filter params for game list endpoints

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:

New properties on game list models

The models returned from game list methods now include flags and language fields, keeping them consistent with filter capabilities.

Affected models: