@mtgame/core 0.1.64 → 0.1.66
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 -2
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/api/league-news-api.js +2 -2
- package/esm2015/models/organization.js +2 -2
- package/fesm2015/mtgame-core.js +2 -2
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/organization.d.ts +1 -1
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -1317,7 +1317,7 @@
|
|
|
1317
1317
|
|
|
1318
1318
|
exports.OrganizationStatuses = void 0;
|
|
1319
1319
|
(function (OrganizationStatuses) {
|
|
1320
|
-
OrganizationStatuses[OrganizationStatuses["
|
|
1320
|
+
OrganizationStatuses[OrganizationStatuses["active"] = 1] = "active";
|
|
1321
1321
|
OrganizationStatuses[OrganizationStatuses["blocked"] = 2] = "blocked";
|
|
1322
1322
|
})(exports.OrganizationStatuses || (exports.OrganizationStatuses = {}));
|
|
1323
1323
|
exports.Organization = /** @class */ (function (_super) {
|
|
@@ -6448,7 +6448,7 @@
|
|
|
6448
6448
|
.set('size', size.toString())
|
|
6449
6449
|
.set('type', exports.LeagueNewsType[type]);
|
|
6450
6450
|
if (seasonId) {
|
|
6451
|
-
params = params.set('
|
|
6451
|
+
params = params.set('season', seasonId.toString());
|
|
6452
6452
|
}
|
|
6453
6453
|
return [2 /*return*/, this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/league/" + leagueId + "/news/", { params: params, observe: 'response' })
|
|
6454
6454
|
.pipe(operators.map(function (response) { return ({
|