@block52/poker-vm-sdk 1.1.15 → 1.1.16
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 +1 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/game.d.ts +1 -0
- package/dist/types/game.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -45431,6 +45431,7 @@ type TexasHoldemStateDTO = {
|
|
|
45431
45431
|
results: ResultDTO[];
|
|
45432
45432
|
legalActions: LegalActionDTO[];
|
|
45433
45433
|
availableSeats: number[];
|
|
45434
|
+
rakeCollected?: string;
|
|
45434
45435
|
signature: string;
|
|
45435
45436
|
};
|
|
45436
45437
|
/**
|