@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
|
@@ -3082,6 +3082,7 @@
|
|
|
3082
3082
|
detail_text: 'detailText',
|
|
3083
3083
|
picture: 'picture',
|
|
3084
3084
|
cover: 'cover',
|
|
3085
|
+
mobile_picture: 'mobilePicture',
|
|
3085
3086
|
is_main: 'isMain',
|
|
3086
3087
|
tournaments: 'tournaments',
|
|
3087
3088
|
},
|
|
@@ -3089,6 +3090,7 @@
|
|
|
3089
3090
|
datetime: DateTimeField,
|
|
3090
3091
|
picture: File,
|
|
3091
3092
|
cover: File,
|
|
3093
|
+
mobilePicture: File,
|
|
3092
3094
|
tournaments: listField(Tournament)
|
|
3093
3095
|
}
|
|
3094
3096
|
})
|