front-back-poker-types 5.0.212 → 5.0.213

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.
@@ -522,6 +522,7 @@ export type TournamentResultWSMessageToFront = {
522
522
  * Можно ли ребайнуться в турнире, только во время поздней регистрации
523
523
  */
524
524
  canRebuy: boolean | undefined;
525
+ tournamentId: number;
525
526
  };
526
527
  };
527
528
  export declare enum RoomWSErrorToFront {
@@ -522,6 +522,7 @@ export type TournamentResultWSMessageToFront = {
522
522
  * Можно ли ребайнуться в турнире, только во время поздней регистрации
523
523
  */
524
524
  canRebuy: boolean | undefined;
525
+ tournamentId: number;
525
526
  };
526
527
  };
527
528
  export declare enum RoomWSErrorToFront {
package/dist/index.d.ts CHANGED
@@ -1107,6 +1107,7 @@ type TournamentResultWSMessageToFront = {
1107
1107
  * Можно ли ребайнуться в турнире, только во время поздней регистрации
1108
1108
  */
1109
1109
  canRebuy: boolean | undefined;
1110
+ tournamentId: number;
1110
1111
  };
1111
1112
  };
1112
1113
  declare enum RoomWSErrorToFront {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "front-back-poker-types",
3
- "version": "5.0.212",
3
+ "version": "5.0.213",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "files": [