@block52/poker-vm-sdk 1.1.1 → 1.1.2

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 CHANGED
@@ -45408,6 +45408,7 @@ type TexasHoldemStateDTO = {
45408
45408
  communityCards: string[];
45409
45409
  deck: string;
45410
45410
  pots: string[];
45411
+ totalPot: string;
45411
45412
  lastActedSeat?: number;
45412
45413
  nextToAct: number;
45413
45414
  previousActions: ActionDTO[];