@footballbingo/client 5.0.0 → 5.1.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.
- package/dist/types.gen.d.ts +6 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1550,6 +1550,12 @@ export type GameBySessionCodeData = {
|
|
|
1550
1550
|
isRareEvent: boolean;
|
|
1551
1551
|
eventMinute: number | null;
|
|
1552
1552
|
}>;
|
|
1553
|
+
mysteryTiles?: Array<{
|
|
1554
|
+
index: number;
|
|
1555
|
+
flavor: 'hidden' | 'gamble';
|
|
1556
|
+
revealed: boolean;
|
|
1557
|
+
}>;
|
|
1558
|
+
freeShuffleUsed?: boolean;
|
|
1553
1559
|
} | null;
|
|
1554
1560
|
};
|
|
1555
1561
|
export type ReadyStatusData = {
|