@mtgame/core 0.1.70 → 0.1.71
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 +3 -1
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/models/organization-statistic.js +2 -1
- package/esm2015/models/organization.js +3 -2
- package/fesm2015/mtgame-core.js +3 -1
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/organization-statistic.d.ts +1 -0
- package/models/organization.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -1345,7 +1345,8 @@
|
|
|
1345
1345
|
name: 'name',
|
|
1346
1346
|
phone: 'phone',
|
|
1347
1347
|
email: 'email',
|
|
1348
|
-
unpaid_bills_sum: 'unpaidBillsSum'
|
|
1348
|
+
unpaid_bills_sum: 'unpaidBillsSum',
|
|
1349
|
+
unpaid_game_bills_sum: 'unpaidGameBillsSum',
|
|
1349
1350
|
},
|
|
1350
1351
|
relation: {
|
|
1351
1352
|
owner: exports.User,
|
|
@@ -9888,6 +9889,7 @@
|
|
|
9888
9889
|
teams_count: 'teamsCount',
|
|
9889
9890
|
games_count: 'gamesCount',
|
|
9890
9891
|
paid_sum: 'paidSum',
|
|
9892
|
+
debt_sum: 'debtSum',
|
|
9891
9893
|
},
|
|
9892
9894
|
})
|
|
9893
9895
|
], exports.OrganizationStatistic);
|