@mtgame/core 0.1.109 → 0.1.110
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.
|
@@ -6738,7 +6738,11 @@
|
|
|
6738
6738
|
ModelInstance({
|
|
6739
6739
|
mappingFields: {
|
|
6740
6740
|
teams: 'teams',
|
|
6741
|
-
leaguePlayers: '
|
|
6741
|
+
leaguePlayers: 'league_players',
|
|
6742
|
+
},
|
|
6743
|
+
relation: {
|
|
6744
|
+
teams: listField(exports.Team),
|
|
6745
|
+
leaguePlayers: listField(exports.LeaguePlayer),
|
|
6742
6746
|
}
|
|
6743
6747
|
})
|
|
6744
6748
|
], exports.TeamsAndUsers);
|