@mtgame/core 0.2.111 → 0.2.113

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.
@@ -96,6 +96,7 @@ export interface StatisticFilters {
96
96
  };
97
97
  per_game?: boolean;
98
98
  group_by: StatisticGroupByTypes;
99
+ only_closed?: boolean;
99
100
  order_by?: string;
100
101
  page?: number;
101
102
  size?: number;
@@ -2693,6 +2693,7 @@
2693
2693
  exports.MhlCarousel = __decorate([
2694
2694
  ModelInstance({
2695
2695
  mappingFields: {
2696
+ id: 'id',
2696
2697
  game_ids: 'gameIds',
2697
2698
  teams: 'teams',
2698
2699
  },