@mtgame/core 0.1.49 → 0.1.51
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/bundles/mtgame-core.umd.min.js +1 -1
- package/bundles/mtgame-core.umd.min.js.map +1 -1
- package/esm2015/models/football-game-log.js +2 -1
- package/esm2015/models/volleyball-game-config.js +3 -2
- package/esm2015/models/volleyball-game-log.js +2 -1
- package/esm5/models/football-game-log.js +2 -1
- package/esm5/models/volleyball-game-config.js +3 -2
- package/esm5/models/volleyball-game-log.js +2 -1
- package/fesm2015/mtgame-core.js +4 -1
- package/fesm2015/mtgame-core.js.map +1 -1
- package/fesm5/mtgame-core.js +4 -1
- package/fesm5/mtgame-core.js.map +1 -1
- package/models/volleyball-game-config.d.ts +1 -0
- package/models/volleyball-game-log.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
package/fesm5/mtgame-core.js
CHANGED
|
@@ -1434,7 +1434,8 @@ var VolleyballGameConfig = /** @class */ (function (_super) {
|
|
|
1434
1434
|
substitute_count: 'substituteCount',
|
|
1435
1435
|
score_in_set: 'scoreInSet',
|
|
1436
1436
|
score_in_last_set: 'scoreInLastSet',
|
|
1437
|
-
statistic_type: 'statisticType'
|
|
1437
|
+
statistic_type: 'statisticType',
|
|
1438
|
+
libero_user_ids: 'liberoUserIds',
|
|
1438
1439
|
},
|
|
1439
1440
|
relation: {
|
|
1440
1441
|
gameType: enumField(VolleyballGameTypes),
|
|
@@ -3837,6 +3838,7 @@ var FootballGameLog = /** @class */ (function (_super) {
|
|
|
3837
3838
|
FootballGameLogTypes.penalty_goal,
|
|
3838
3839
|
FootballGameLogTypes.small_penalty_goal,
|
|
3839
3840
|
FootballGameLogTypes.auto_goal,
|
|
3841
|
+
FootballGameLogTypes.end_game_penalty_goal,
|
|
3840
3842
|
].indexOf(this.logType) > -1;
|
|
3841
3843
|
};
|
|
3842
3844
|
FootballGameLog.prototype.isAfter = function (log) {
|
|
@@ -8916,6 +8918,7 @@ var VolleyballGameLog = /** @class */ (function (_super) {
|
|
|
8916
8918
|
team_id: 'teamId',
|
|
8917
8919
|
datetime: 'datetime',
|
|
8918
8920
|
is_highlight: 'isHighlight',
|
|
8921
|
+
group: 'group',
|
|
8919
8922
|
},
|
|
8920
8923
|
relation: {
|
|
8921
8924
|
logType: enumField(VolleyballGameLogType),
|