@mtgame/core 0.2.86 → 0.2.87
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 +4 -1
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/models/hockey-game-log.js +2 -1
- package/esm2015/models/hockey-game-statistic.js +2 -1
- package/esm2015/models/hockey-statistic.js +3 -2
- package/fesm2015/mtgame-core.js +4 -1
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/hockey-game-log.d.ts +2 -1
- package/models/hockey-game-statistic.d.ts +1 -0
- package/models/hockey-statistic.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -4682,6 +4682,7 @@
|
|
|
4682
4682
|
HockeyGameLogTypes[HockeyGameLogTypes["steal"] = 27] = "steal";
|
|
4683
4683
|
HockeyGameLogTypes[HockeyGameLogTypes["loss"] = 28] = "loss";
|
|
4684
4684
|
HockeyGameLogTypes[HockeyGameLogTypes["sharp_pass"] = 29] = "sharp_pass";
|
|
4685
|
+
HockeyGameLogTypes[HockeyGameLogTypes["qualified_for_playoff"] = 30] = "qualified_for_playoff";
|
|
4685
4686
|
})(exports.HockeyGameLogTypes || (exports.HockeyGameLogTypes = {}));
|
|
4686
4687
|
exports.HockeyAdvantageTypes = void 0;
|
|
4687
4688
|
(function (HockeyAdvantageTypes) {
|
|
@@ -5041,6 +5042,7 @@
|
|
|
5041
5042
|
sh_sharp_passes: 'shSharpPasses',
|
|
5042
5043
|
drawn_fouls: 'drawnFouls',
|
|
5043
5044
|
efficiency: 'efficiency',
|
|
5045
|
+
games_qualified_for_playoff: 'gamesQualifiedForPlayoff',
|
|
5044
5046
|
},
|
|
5045
5047
|
relation: {
|
|
5046
5048
|
updatedAt: DateTimeField,
|
|
@@ -5196,7 +5198,8 @@
|
|
|
5196
5198
|
rank: 'rank',
|
|
5197
5199
|
shutout: 'shutout',
|
|
5198
5200
|
shutout_percent: 'shutoutPercent',
|
|
5199
|
-
mvp_count: 'mvpCount'
|
|
5201
|
+
mvp_count: 'mvpCount',
|
|
5202
|
+
games_qualified_for_playoff: 'gamesQualifiedForPlayoff'
|
|
5200
5203
|
},
|
|
5201
5204
|
relation: {
|
|
5202
5205
|
leaguePlayer: exports.LeaguePlayer,
|