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