@block52/poker-vm-sdk 1.1.9 → 1.1.10
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 +6 -3
- package/dist/index.esm.js +3 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/types/game.d.ts +4 -1
- package/dist/types/game.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -55791,6 +55791,8 @@ exports.PlayerStatus = void 0;
|
|
|
55791
55791
|
PlayerStatus["SITTING_IN"] = "sitting-in";
|
|
55792
55792
|
PlayerStatus["SHOWING"] = "showing";
|
|
55793
55793
|
})(exports.PlayerStatus || (exports.PlayerStatus = {}));
|
|
55794
|
+
const SIT_IN_METHOD_NEXT_BB = "next-bb";
|
|
55795
|
+
const SIT_IN_METHOD_POST_NOW = "post-now";
|
|
55794
55796
|
exports.TexasHoldemRound = void 0;
|
|
55795
55797
|
(function (TexasHoldemRound) {
|
|
55796
55798
|
TexasHoldemRound["ANTE"] = "ante";
|
|
@@ -58183,6 +58185,8 @@ exports.MissingWalletError = MissingWalletError;
|
|
|
58183
58185
|
exports.Params = Params$c;
|
|
58184
58186
|
exports.PokerGameIntegration = PokerGameIntegration;
|
|
58185
58187
|
exports.PokerSolver = PokerSolver;
|
|
58188
|
+
exports.SIT_IN_METHOD_NEXT_BB = SIT_IN_METHOD_NEXT_BB;
|
|
58189
|
+
exports.SIT_IN_METHOD_POST_NOW = SIT_IN_METHOD_POST_NOW;
|
|
58186
58190
|
exports.SIT_OUT_METHOD_NEXT_BB = SIT_OUT_METHOD_NEXT_BB;
|
|
58187
58191
|
exports.SIT_OUT_METHOD_NEXT_HAND = SIT_OUT_METHOD_NEXT_HAND;
|
|
58188
58192
|
exports.SigningCosmosClient = SigningCosmosClient;
|