@block52/poker-vm-sdk 1.0.8 → 1.0.9

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
@@ -45366,7 +45366,8 @@ type TexasHoldemGameState = {
45366
45366
  type TexasHoldemStateDTO = {
45367
45367
  address: string;
45368
45368
  gameOptions: GameOptionsDTO;
45369
- gameFormat?: GameFormat | string;
45369
+ format?: GameFormat | string;
45370
+ variant?: GameVariant | string;
45370
45371
  smallBlindPosition?: number;
45371
45372
  bigBlindPosition?: number;
45372
45373
  dealer?: number;