@block52/poker-vm-sdk 1.1.7 → 1.1.8
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/index.d.ts +2 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/game.d.ts +2 -0
- package/dist/types/game.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -45424,6 +45424,8 @@ type TexasHoldemStateDTO = {
|
|
|
45424
45424
|
round: TexasHoldemRound;
|
|
45425
45425
|
winners: WinnerDTO[];
|
|
45426
45426
|
results: ResultDTO[];
|
|
45427
|
+
legalActions: LegalActionDTO[];
|
|
45428
|
+
availableSeats: number[];
|
|
45427
45429
|
signature: string;
|
|
45428
45430
|
};
|
|
45429
45431
|
/**
|