@mtgame/core 0.1.11 → 0.1.12

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.
@@ -7313,6 +7313,13 @@ var TournamentSeasonApi = /** @class */ (function () {
7313
7313
  });
7314
7314
  });
7315
7315
  };
7316
+ TournamentSeasonApi.prototype.getPlayoffs = function (seasonId) {
7317
+ return __awaiter(this, void 0, void 0, function () {
7318
+ return __generator(this, function (_a) {
7319
+ return [2 /*return*/, this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/tournament_season/" + seasonId + "/playoffs/").pipe(map(function (result) { return Playoff.toFront(result); })).toPromise()];
7320
+ });
7321
+ });
7322
+ };
7316
7323
  TournamentSeasonApi.prototype.getGamesStages = function (seasonId) {
7317
7324
  return __awaiter(this, void 0, void 0, function () {
7318
7325
  return __generator(this, function (_a) {