@mtgame/core 0.1.15 → 0.1.17

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.
@@ -5680,7 +5680,7 @@ var MediaApi = /** @class */ (function () {
5680
5680
  MediaApi.prototype.getGameMedia = function (gameId) {
5681
5681
  return __awaiter(this, void 0, void 0, function () {
5682
5682
  return __generator(this, function (_a) {
5683
- return [2 /*return*/, this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/tournament_game/" + gameId + "/media/").pipe(map(function (result) { return MediaItem.toFront(result); })).toPromise()];
5683
+ return [2 /*return*/, this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/tournament_game/" + gameId + "/media/?size=1000").pipe(map(function (result) { return MediaItem.toFront(result); })).toPromise()];
5684
5684
  });
5685
5685
  });
5686
5686
  };
@@ -8016,6 +8016,7 @@ var VolleyballGameLog = /** @class */ (function (_super) {
8016
8016
  position: 'position',
8017
8017
  team_id: 'teamId',
8018
8018
  datetime: 'datetime',
8019
+ is_highlight: 'isHighlight',
8019
8020
  },
8020
8021
  relation: {
8021
8022
  logType: enumField(VolleyballGameLogType),