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