@mtgame/core 0.1.4 → 0.1.5

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.
@@ -1216,6 +1216,7 @@
1216
1216
  links: 'links',
1217
1217
  organization: 'organization',
1218
1218
  tournaments_count: 'tournamentsCount',
1219
+ documents_count: 'documentsCount',
1219
1220
  closest_game_datetime: 'closestGameDatetime',
1220
1221
  cover: 'cover',
1221
1222
  about: 'about',
@@ -8983,6 +8984,7 @@
8983
8984
  exports.LeagueApi = LeagueApi;
8984
8985
  exports.LeagueBanner = LeagueBanner;
8985
8986
  exports.LeagueCourt = LeagueCourt;
8987
+ exports.LeagueDocument = LeagueDocument;
8986
8988
  exports.LeagueNews = LeagueNews;
8987
8989
  exports.LeagueNewsApi = LeagueNewsApi;
8988
8990
  exports.LeaguePartner = LeaguePartner;