@mtgame/core 0.0.39 → 0.0.40
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/league-news.js +3 -1
- package/esm5/models/league-news.js +3 -1
- 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/league-news.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
package/fesm5/mtgame-core.js
CHANGED
|
@@ -2869,6 +2869,7 @@ var LeagueNews = /** @class */ (function (_super) {
|
|
|
2869
2869
|
detail_text: 'detailText',
|
|
2870
2870
|
picture: 'picture',
|
|
2871
2871
|
cover: 'cover',
|
|
2872
|
+
mobile_picture: 'mobilePicture',
|
|
2872
2873
|
is_main: 'isMain',
|
|
2873
2874
|
tournaments: 'tournaments',
|
|
2874
2875
|
},
|
|
@@ -2876,6 +2877,7 @@ var LeagueNews = /** @class */ (function (_super) {
|
|
|
2876
2877
|
datetime: DateTimeField,
|
|
2877
2878
|
picture: File,
|
|
2878
2879
|
cover: File,
|
|
2880
|
+
mobilePicture: File,
|
|
2879
2881
|
tournaments: listField(Tournament)
|
|
2880
2882
|
}
|
|
2881
2883
|
})
|