front-back-poker-types 5.0.198 → 5.0.199

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.
@@ -50,7 +50,7 @@ export type GameStartUser = {
50
50
  /**
51
51
  * в игре ли юзер
52
52
  */
53
- withCards: true | undefined;
53
+ withoutCards: true | undefined;
54
54
  };
55
55
  export type User = {
56
56
  avatarId: number;
@@ -50,7 +50,7 @@ export type GameStartUser = {
50
50
  /**
51
51
  * в игре ли юзер
52
52
  */
53
- withCards: true | undefined;
53
+ withoutCards: true | undefined;
54
54
  };
55
55
  export type User = {
56
56
  avatarId: number;
package/dist/index.d.ts CHANGED
@@ -551,7 +551,7 @@ type GameStartUser = {
551
551
  /**
552
552
  * в игре ли юзер
553
553
  */
554
- withCards: true | undefined;
554
+ withoutCards: true | undefined;
555
555
  };
556
556
  type User = {
557
557
  avatarId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "front-back-poker-types",
3
- "version": "5.0.198",
3
+ "version": "5.0.199",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "files": [