@mtgame/core 0.1.107 → 0.1.108
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 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/models/basketball-game-statistic.js +3 -1
- package/esm2015/models/basketball-statistic.js +3 -1
- package/fesm2015/mtgame-core.js +4 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/basketball-game-statistic.d.ts +2 -0
- package/models/basketball-statistic.d.ts +2 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -3109,6 +3109,8 @@
|
|
|
3109
3109
|
technical_fouls: 'technicalFouls',
|
|
3110
3110
|
unsportsmanlike_fouls: 'unsportsmanlikeFouls',
|
|
3111
3111
|
disqualification_fouls: 'disqualificationFouls',
|
|
3112
|
+
drawn_fouls: 'drawnFouls',
|
|
3113
|
+
player_efficiency: 'playerEfficiency',
|
|
3112
3114
|
game_time: 'gameTime',
|
|
3113
3115
|
newbie: 'newbie',
|
|
3114
3116
|
rank: 'rank',
|
|
@@ -3253,6 +3255,8 @@
|
|
|
3253
3255
|
technical_fouls: 'technicalFouls',
|
|
3254
3256
|
unsportsmanlike_fouls: 'unsportsmanlikeFouls',
|
|
3255
3257
|
disqualification_fouls: 'disqualificationFouls',
|
|
3258
|
+
drawn_fouls: 'drawnFouls',
|
|
3259
|
+
player_efficiency: 'playerEfficiency',
|
|
3256
3260
|
updated_at: 'updatedAt',
|
|
3257
3261
|
},
|
|
3258
3262
|
relation: {
|