front-back-poker-types 5.0.222 → 5.0.224

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.
@@ -39,7 +39,14 @@ export type Tournament = {
39
39
  * в таймстемпе
40
40
  */
41
41
  lateRegUntil: number;
42
+ /**
43
+ * Сумма которую игрок заплатил за вход в турнир
44
+ */
42
45
  buyIn: number;
46
+ /**
47
+ * Сумма которую игрок заплатил за вход в турнир, обновленная в из-за тикета
48
+ */
49
+ playerBuyIn: Nullable<number>;
43
50
  /**
44
51
  * Текущее количество игроков в турнире
45
52
  */
@@ -40,6 +40,10 @@ export type GetTournamentMainInfoResponse = {
40
40
  export type GetTournamentGeneralInfoResponse = {
41
41
  type: TournamentType;
42
42
  buyIn: number;
43
+ /**
44
+ * Сумма которую игрок заплатил за вход в турнир, обновленная в из-за тикета
45
+ */
46
+ playerBuyIn: Nullable<number>;
43
47
  playersCount: number;
44
48
  totalPrize: number;
45
49
  maxTablePlaces: number;
@@ -529,9 +529,9 @@ export type TournamentResultWSMessageToFront = {
529
529
  */
530
530
  timeInTournament: number;
531
531
  /**
532
- * Можно ли ребайнуться в турнире, только во время поздней регистрации
532
+ * Можно ли ребайнуться и за сколько
533
533
  */
534
- canRebuy: boolean | undefined;
534
+ buyIn: number | undefined;
535
535
  tournamentId: number;
536
536
  };
537
537
  };
@@ -39,7 +39,14 @@ export type Tournament = {
39
39
  * в таймстемпе
40
40
  */
41
41
  lateRegUntil: number;
42
+ /**
43
+ * Сумма которую игрок заплатил за вход в турнир
44
+ */
42
45
  buyIn: number;
46
+ /**
47
+ * Сумма которую игрок заплатил за вход в турнир, обновленная в из-за тикета
48
+ */
49
+ playerBuyIn: Nullable<number>;
43
50
  /**
44
51
  * Текущее количество игроков в турнире
45
52
  */
@@ -40,6 +40,10 @@ export type GetTournamentMainInfoResponse = {
40
40
  export type GetTournamentGeneralInfoResponse = {
41
41
  type: TournamentType;
42
42
  buyIn: number;
43
+ /**
44
+ * Сумма которую игрок заплатил за вход в турнир, обновленная в из-за тикета
45
+ */
46
+ playerBuyIn: Nullable<number>;
43
47
  playersCount: number;
44
48
  totalPrize: number;
45
49
  maxTablePlaces: number;
@@ -529,9 +529,9 @@ export type TournamentResultWSMessageToFront = {
529
529
  */
530
530
  timeInTournament: number;
531
531
  /**
532
- * Можно ли ребайнуться в турнире, только во время поздней регистрации
532
+ * Можно ли ребайнуться и за сколько
533
533
  */
534
- canRebuy: boolean | undefined;
534
+ buyIn: number | undefined;
535
535
  tournamentId: number;
536
536
  };
537
537
  };
package/dist/index.d.ts CHANGED
@@ -259,7 +259,14 @@ type Tournament = {
259
259
  * в таймстемпе
260
260
  */
261
261
  lateRegUntil: number;
262
+ /**
263
+ * Сумма которую игрок заплатил за вход в турнир
264
+ */
262
265
  buyIn: number;
266
+ /**
267
+ * Сумма которую игрок заплатил за вход в турнир, обновленная в из-за тикета
268
+ */
269
+ playerBuyIn: Nullable<number>;
263
270
  /**
264
271
  * Текущее количество игроков в турнире
265
272
  */
@@ -326,6 +333,10 @@ type GetTournamentMainInfoResponse = {
326
333
  type GetTournamentGeneralInfoResponse = {
327
334
  type: TournamentType;
328
335
  buyIn: number;
336
+ /**
337
+ * Сумма которую игрок заплатил за вход в турнир, обновленная в из-за тикета
338
+ */
339
+ playerBuyIn: Nullable<number>;
329
340
  playersCount: number;
330
341
  totalPrize: number;
331
342
  maxTablePlaces: number;
@@ -1118,9 +1129,9 @@ type TournamentResultWSMessageToFront = {
1118
1129
  */
1119
1130
  timeInTournament: number;
1120
1131
  /**
1121
- * Можно ли ребайнуться в турнире, только во время поздней регистрации
1132
+ * Можно ли ребайнуться и за сколько
1122
1133
  */
1123
- canRebuy: boolean | undefined;
1134
+ buyIn: number | undefined;
1124
1135
  tournamentId: number;
1125
1136
  };
1126
1137
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "front-back-poker-types",
3
- "version": "5.0.222",
3
+ "version": "5.0.224",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "files": [