@footballbingo/client 2.6.4 → 2.6.5

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.
@@ -1567,6 +1567,14 @@ export type PlayerBoardData = {
1567
1567
  completedAt?: string;
1568
1568
  points?: number;
1569
1569
  }>;
1570
+ claimableTiles: Array<{
1571
+ tileIndex: number;
1572
+ tileEvent: string;
1573
+ markedAt: string;
1574
+ claimWindowEnd: string;
1575
+ isRareEvent: boolean;
1576
+ eventMinute: number | null;
1577
+ }>;
1570
1578
  };
1571
1579
  };
1572
1580
  export type MarkTileData = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@footballbingo/client",
3
- "version": "2.6.4",
3
+ "version": "2.6.5",
4
4
  "description": "Auto-generated TypeScript client for the Football Bingo API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",