@mtgame/core 0.1.65 → 0.1.67

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.
@@ -1317,7 +1317,7 @@
1317
1317
 
1318
1318
  exports.OrganizationStatuses = void 0;
1319
1319
  (function (OrganizationStatuses) {
1320
- OrganizationStatuses[OrganizationStatuses["open"] = 1] = "open";
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) {
@@ -1345,6 +1345,7 @@
1345
1345
  name: 'name',
1346
1346
  phone: 'phone',
1347
1347
  email: 'email',
1348
+ unpaid_bills_sum: 'unpaidBillsSum'
1348
1349
  },
1349
1350
  relation: {
1350
1351
  owner: exports.User,