front-back-poker-types 5.0.222 → 5.0.223

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;
@@ -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;
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;
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.223",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "files": [