front-back-poker-types 5.0.215 → 5.0.216

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.
package/dist/cjs/index.js CHANGED
@@ -522,6 +522,10 @@ var StartAppParamKey = {
522
522
  CashRooms: 'cash-rooms',
523
523
  Tournaments: 'tournaments',
524
524
  ReferralProgram: 'referral-program',
525
+ /**
526
+ * ID турнира, если пользователя заинвайтили в рег турнира
527
+ */
528
+ TournamentId: 'tournament',
525
529
  };
526
530
 
527
531
  var DEVELOPMENT_USERNAME_TG_BOT = 'nah_bot';
@@ -37,5 +37,9 @@ export declare const StartAppParamKey: {
37
37
  readonly CashRooms: "cash-rooms";
38
38
  readonly Tournaments: "tournaments";
39
39
  readonly ReferralProgram: "referral-program";
40
+ /**
41
+ * ID турнира, если пользователя заинвайтили в рег турнира
42
+ */
43
+ readonly TournamentId: "tournament";
40
44
  };
41
45
  export type StartAppParamKey = Values<typeof StartAppParamKey>;
@@ -98,6 +98,11 @@ export type TournamentData = {
98
98
  nextLevelIn: Nullable<number>;
99
99
  lateRegUntil: Nullable<number>;
100
100
  totalPrize: Nullable<number>;
101
+ /**
102
+ * Находится ли игрок в состоянии ожидания в турнире
103
+ * (ожидание старта турнира или начала игры при пересадке)
104
+ */
105
+ tournamentWaiting: boolean;
101
106
  /**
102
107
  * Сколько игроков в турнире
103
108
  */
package/dist/esm/index.js CHANGED
@@ -520,6 +520,10 @@ var StartAppParamKey = {
520
520
  CashRooms: 'cash-rooms',
521
521
  Tournaments: 'tournaments',
522
522
  ReferralProgram: 'referral-program',
523
+ /**
524
+ * ID турнира, если пользователя заинвайтили в рег турнира
525
+ */
526
+ TournamentId: 'tournament',
523
527
  };
524
528
 
525
529
  var DEVELOPMENT_USERNAME_TG_BOT = 'nah_bot';
@@ -37,5 +37,9 @@ export declare const StartAppParamKey: {
37
37
  readonly CashRooms: "cash-rooms";
38
38
  readonly Tournaments: "tournaments";
39
39
  readonly ReferralProgram: "referral-program";
40
+ /**
41
+ * ID турнира, если пользователя заинвайтили в рег турнира
42
+ */
43
+ readonly TournamentId: "tournament";
40
44
  };
41
45
  export type StartAppParamKey = Values<typeof StartAppParamKey>;
@@ -98,6 +98,11 @@ export type TournamentData = {
98
98
  nextLevelIn: Nullable<number>;
99
99
  lateRegUntil: Nullable<number>;
100
100
  totalPrize: Nullable<number>;
101
+ /**
102
+ * Находится ли игрок в состоянии ожидания в турнире
103
+ * (ожидание старта турнира или начала игры при пересадке)
104
+ */
105
+ tournamentWaiting: boolean;
101
106
  /**
102
107
  * Сколько игроков в турнире
103
108
  */
package/dist/index.d.ts CHANGED
@@ -39,6 +39,10 @@ declare const StartAppParamKey: {
39
39
  readonly CashRooms: "cash-rooms";
40
40
  readonly Tournaments: "tournaments";
41
41
  readonly ReferralProgram: "referral-program";
42
+ /**
43
+ * ID турнира, если пользователя заинвайтили в рег турнира
44
+ */
45
+ readonly TournamentId: "tournament";
42
46
  };
43
47
  type StartAppParamKey = Values<typeof StartAppParamKey>;
44
48
 
@@ -683,6 +687,11 @@ type TournamentData = {
683
687
  nextLevelIn: Nullable<number>;
684
688
  lateRegUntil: Nullable<number>;
685
689
  totalPrize: Nullable<number>;
690
+ /**
691
+ * Находится ли игрок в состоянии ожидания в турнире
692
+ * (ожидание старта турнира или начала игры при пересадке)
693
+ */
694
+ tournamentWaiting: boolean;
686
695
  /**
687
696
  * Сколько игроков в турнире
688
697
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "front-back-poker-types",
3
- "version": "5.0.215",
3
+ "version": "5.0.216",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "files": [