@mtgame/core 0.2.26 → 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.
- package/bundles/mtgame-core.umd.js +5 -1
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/models/football-statistic.js +4 -2
- package/esm2015/models/hockey-statistic.js +3 -1
- package/fesm2015/mtgame-core.js +5 -1
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/football-statistic.d.ts +2 -0
- package/models/hockey-statistic.d.ts +2 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -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,
|