@mtgame/core 0.1.54 → 0.1.55
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 +2 -0
- 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/rugby-game-config.js +4 -2
- package/esm5/models/rugby-game-config.js +4 -2
- package/fesm2015/mtgame-core.js +2 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/fesm5/mtgame-core.js +2 -0
- package/fesm5/mtgame-core.js.map +1 -1
- package/models/rugby-game-config.d.ts +2 -1
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
package/fesm5/mtgame-core.js
CHANGED
|
@@ -1838,10 +1838,12 @@ var RugbyGameConfig = /** @class */ (function (_super) {
|
|
|
1838
1838
|
game_time_type: 'gameTimeType',
|
|
1839
1839
|
substitute_count: 'substituteCount',
|
|
1840
1840
|
free_substitute_enabled: 'freeSubstituteEnabled',
|
|
1841
|
+
statistic_type: 'statisticType',
|
|
1841
1842
|
},
|
|
1842
1843
|
relation: {
|
|
1843
1844
|
overtimeType: enumField(OvertimeTypes),
|
|
1844
1845
|
gameTimeType: enumField(GameTimeTypes),
|
|
1846
|
+
statisticType: enumField(RugbyStatisticTypes),
|
|
1845
1847
|
}
|
|
1846
1848
|
})
|
|
1847
1849
|
], RugbyGameConfig);
|