front-back-poker-types 5.0.223 → 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.
@@ -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
  };
@@ -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
@@ -1129,9 +1129,9 @@ type TournamentResultWSMessageToFront = {
1129
1129
  */
1130
1130
  timeInTournament: number;
1131
1131
  /**
1132
- * Можно ли ребайнуться в турнире, только во время поздней регистрации
1132
+ * Можно ли ребайнуться и за сколько
1133
1133
  */
1134
- canRebuy: boolean | undefined;
1134
+ buyIn: number | undefined;
1135
1135
  tournamentId: number;
1136
1136
  };
1137
1137
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "front-back-poker-types",
3
- "version": "5.0.223",
3
+ "version": "5.0.224",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "files": [