front-back-poker-types 5.0.211 → 5.0.212
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.
|
@@ -518,6 +518,10 @@ export type TournamentResultWSMessageToFront = {
|
|
|
518
518
|
* Сколько время провел в турнире игрок
|
|
519
519
|
*/
|
|
520
520
|
timeInTournament: number;
|
|
521
|
+
/**
|
|
522
|
+
* Можно ли ребайнуться в турнире, только во время поздней регистрации
|
|
523
|
+
*/
|
|
524
|
+
canRebuy: boolean | undefined;
|
|
521
525
|
};
|
|
522
526
|
};
|
|
523
527
|
export declare enum RoomWSErrorToFront {
|
|
@@ -518,6 +518,10 @@ export type TournamentResultWSMessageToFront = {
|
|
|
518
518
|
* Сколько время провел в турнире игрок
|
|
519
519
|
*/
|
|
520
520
|
timeInTournament: number;
|
|
521
|
+
/**
|
|
522
|
+
* Можно ли ребайнуться в турнире, только во время поздней регистрации
|
|
523
|
+
*/
|
|
524
|
+
canRebuy: boolean | undefined;
|
|
521
525
|
};
|
|
522
526
|
};
|
|
523
527
|
export declare enum RoomWSErrorToFront {
|
package/dist/index.d.ts
CHANGED
|
@@ -1103,6 +1103,10 @@ type TournamentResultWSMessageToFront = {
|
|
|
1103
1103
|
* Сколько время провел в турнире игрок
|
|
1104
1104
|
*/
|
|
1105
1105
|
timeInTournament: number;
|
|
1106
|
+
/**
|
|
1107
|
+
* Можно ли ребайнуться в турнире, только во время поздней регистрации
|
|
1108
|
+
*/
|
|
1109
|
+
canRebuy: boolean | undefined;
|
|
1106
1110
|
};
|
|
1107
1111
|
};
|
|
1108
1112
|
declare enum RoomWSErrorToFront {
|