@mtgame/core 0.2.9 → 0.2.11

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.
@@ -1702,6 +1702,7 @@
1702
1702
  misconduct_penalty_time: 'misconductPenaltyTime',
1703
1703
  game_misconduct_penalty_time: 'gameMisconductPenaltyTime',
1704
1704
  timer_type: 'timerType',
1705
+ hide_on_league_main_page: 'hideOnLeagueMainPage',
1705
1706
  },
1706
1707
  relation: {
1707
1708
  type: enumField(exports.TournamentTypes),
@@ -12671,7 +12672,7 @@
12671
12672
  return __awaiter(this, void 0, void 0, function () {
12672
12673
  return __generator(this, function (_a) {
12673
12674
  return [2 /*return*/, this.httpClient
12674
- .get(this.configService.get('apiUrl') + "/api/v1/team/" + teamId + "/users/")
12675
+ .get(this.configService.get('apiUrl') + "/api/v1/public_team/" + teamId + "/users/")
12675
12676
  .pipe(operators.map(function (data) { return exports.TeamUser.toFront(data); }))
12676
12677
  .toPromise()];
12677
12678
  });