@mtgame/core 0.2.26 → 0.2.28

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.
@@ -4879,6 +4879,9 @@
4879
4879
  efficiency: 'efficiency',
4880
4880
  newbie: 'newbie',
4881
4881
  rank: 'rank',
4882
+ shutout: 'shutout',
4883
+ shutout_percent: 'shutoutPercent',
4884
+ mvp_count: 'mvpCount'
4882
4885
  },
4883
4886
  relation: {
4884
4887
  leaguePlayer: exports.LeaguePlayer,
@@ -5494,7 +5497,9 @@
5494
5497
  auto_goals_against: 'autoGoalsAgainst',
5495
5498
  end_game_penalty_goals: 'endGamePenaltyGoals',
5496
5499
  end_game_penalty_misses: 'endGamePenaltyMisses',
5497
- end_game_penalty_saves: 'endGamePenaltySaves'
5500
+ end_game_penalty_saves: 'endGamePenaltySaves',
5501
+ shutout: 'shutout',
5502
+ shutout_percent: 'shutoutPercent'
5498
5503
  },
5499
5504
  relation: {
5500
5505
  leaguePlayer: exports.LeaguePlayer,