@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.
@@ -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);