@mtgame/core 0.0.39 → 0.0.40

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.
@@ -2869,6 +2869,7 @@ var LeagueNews = /** @class */ (function (_super) {
2869
2869
  detail_text: 'detailText',
2870
2870
  picture: 'picture',
2871
2871
  cover: 'cover',
2872
+ mobile_picture: 'mobilePicture',
2872
2873
  is_main: 'isMain',
2873
2874
  tournaments: 'tournaments',
2874
2875
  },
@@ -2876,6 +2877,7 @@ var LeagueNews = /** @class */ (function (_super) {
2876
2877
  datetime: DateTimeField,
2877
2878
  picture: File,
2878
2879
  cover: File,
2880
+ mobilePicture: File,
2879
2881
  tournaments: listField(Tournament)
2880
2882
  }
2881
2883
  })