front-back-poker-types 5.0.217 → 5.0.218
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.
|
@@ -281,7 +281,7 @@ type TournamentGameStart = {
|
|
|
281
281
|
*/
|
|
282
282
|
newSmallBlind: number | undefined;
|
|
283
283
|
newBigBlind: number | undefined;
|
|
284
|
-
} & Omit<TournamentData, 'tournamentId' | 'levelDuration'>;
|
|
284
|
+
} & Omit<TournamentData, 'tournamentId' | 'levelDuration' | 'tournamentWaiting'>;
|
|
285
285
|
export declare enum WSMessageTypeToFront {
|
|
286
286
|
TableData = "TableData",
|
|
287
287
|
Sit = "Sit",
|
|
@@ -281,7 +281,7 @@ type TournamentGameStart = {
|
|
|
281
281
|
*/
|
|
282
282
|
newSmallBlind: number | undefined;
|
|
283
283
|
newBigBlind: number | undefined;
|
|
284
|
-
} & Omit<TournamentData, 'tournamentId' | 'levelDuration'>;
|
|
284
|
+
} & Omit<TournamentData, 'tournamentId' | 'levelDuration' | 'tournamentWaiting'>;
|
|
285
285
|
export declare enum WSMessageTypeToFront {
|
|
286
286
|
TableData = "TableData",
|
|
287
287
|
Sit = "Sit",
|
package/dist/index.d.ts
CHANGED
|
@@ -870,7 +870,7 @@ type TournamentGameStart = {
|
|
|
870
870
|
*/
|
|
871
871
|
newSmallBlind: number | undefined;
|
|
872
872
|
newBigBlind: number | undefined;
|
|
873
|
-
} & Omit<TournamentData, 'tournamentId' | 'levelDuration'>;
|
|
873
|
+
} & Omit<TournamentData, 'tournamentId' | 'levelDuration' | 'tournamentWaiting'>;
|
|
874
874
|
declare enum WSMessageTypeToFront {
|
|
875
875
|
TableData = "TableData",
|
|
876
876
|
Sit = "Sit",
|