@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.
- package/dist/types.gen.d.ts +2 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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
|
};
|