@mtgame/core 0.1.103 → 0.1.104
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/esm2015/models/game-user-limitation.js +3 -1
- package/fesm2015/mtgame-core.js +2 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/game-user-limitation.d.ts +2 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -3509,6 +3509,8 @@
|
|
|
3509
3509
|
mappingFields: {
|
|
3510
3510
|
min_user_games_count: 'minUserGamesCount',
|
|
3511
3511
|
min_user_time: 'minUserTime',
|
|
3512
|
+
min_goalkeeper_user_games_count: 'minGoalkeeperUserGamesCount',
|
|
3513
|
+
min_goalkeeper_user_time: 'minGoalkeeperUserTime',
|
|
3512
3514
|
manual: 'manual',
|
|
3513
3515
|
},
|
|
3514
3516
|
})
|