front-back-poker-types 5.0.216 → 5.0.217

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.
@@ -102,7 +102,7 @@ export type TournamentData = {
102
102
  * Находится ли игрок в состоянии ожидания в турнире
103
103
  * (ожидание старта турнира или начала игры при пересадке)
104
104
  */
105
- tournamentWaiting: boolean;
105
+ tournamentWaiting: Nullable<boolean>;
106
106
  /**
107
107
  * Сколько игроков в турнире
108
108
  */
@@ -102,7 +102,7 @@ export type TournamentData = {
102
102
  * Находится ли игрок в состоянии ожидания в турнире
103
103
  * (ожидание старта турнира или начала игры при пересадке)
104
104
  */
105
- tournamentWaiting: boolean;
105
+ tournamentWaiting: Nullable<boolean>;
106
106
  /**
107
107
  * Сколько игроков в турнире
108
108
  */
package/dist/index.d.ts CHANGED
@@ -691,7 +691,7 @@ type TournamentData = {
691
691
  * Находится ли игрок в состоянии ожидания в турнире
692
692
  * (ожидание старта турнира или начала игры при пересадке)
693
693
  */
694
- tournamentWaiting: boolean;
694
+ tournamentWaiting: Nullable<boolean>;
695
695
  /**
696
696
  * Сколько игроков в турнире
697
697
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "front-back-poker-types",
3
- "version": "5.0.216",
3
+ "version": "5.0.217",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "files": [