@mtgame/core 0.2.25 → 0.2.27

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.
@@ -1481,7 +1481,7 @@
1481
1481
  enumerable: false,
1482
1482
  configurable: true
1483
1483
  });
1484
- League.prototype.getRuDomain = function () {
1484
+ League.prototype.checkRuDomain = function () {
1485
1485
  var domainSplit = this.domain.split('.');
1486
1486
  return domainSplit[(domainSplit.length - 1)] === 'ru';
1487
1487
  };
@@ -4879,6 +4879,8 @@
4879
4879
  efficiency: 'efficiency',
4880
4880
  newbie: 'newbie',
4881
4881
  rank: 'rank',
4882
+ shutout: 'shutout',
4883
+ shutout_percent: 'shutoutPercent'
4882
4884
  },
4883
4885
  relation: {
4884
4886
  leaguePlayer: exports.LeaguePlayer,
@@ -5494,7 +5496,9 @@
5494
5496
  auto_goals_against: 'autoGoalsAgainst',
5495
5497
  end_game_penalty_goals: 'endGamePenaltyGoals',
5496
5498
  end_game_penalty_misses: 'endGamePenaltyMisses',
5497
- end_game_penalty_saves: 'endGamePenaltySaves'
5499
+ end_game_penalty_saves: 'endGamePenaltySaves',
5500
+ shutout: 'shutout',
5501
+ shutout_percent: 'shutoutPercent'
5498
5502
  },
5499
5503
  relation: {
5500
5504
  leaguePlayer: exports.LeaguePlayer,