@footballbingo/client 2.1.2 → 2.1.3

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.
@@ -1415,6 +1415,7 @@ export type JoinGameData = {
1415
1415
  fixtureId: string;
1416
1416
  startedAt: string | null;
1417
1417
  endedAt: string | null;
1418
+ autoStart: boolean;
1418
1419
  currentPlayers: number;
1419
1420
  status: 'waiting' | 'inProgress' | 'completed' | 'expired' | 'abandoned';
1420
1421
  };
@@ -1489,6 +1490,7 @@ export type GameBySessionCodeData = {
1489
1490
  fixtureId: string;
1490
1491
  startedAt: string | null;
1491
1492
  endedAt: string | null;
1493
+ autoStart: boolean;
1492
1494
  currentPlayers: number;
1493
1495
  status: 'waiting' | 'inProgress' | 'completed' | 'expired' | 'abandoned';
1494
1496
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@footballbingo/client",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Auto-generated TypeScript client for the Football Bingo API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",