@footballbingo/client 5.3.0 → 5.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1452,6 +1452,7 @@ export type GameBySessionCodeData = {
1452
1452
  game: {
1453
1453
  id: string;
1454
1454
  name: string | null;
1455
+ theme: string | null;
1455
1456
  fixtureId: string;
1456
1457
  isGlobalGame: boolean;
1457
1458
  maxPlayers: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@footballbingo/client",
3
- "version": "5.3.0",
3
+ "version": "5.4.0",
4
4
  "description": "Auto-generated TypeScript client for the Football Bingo API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",