@mtgame/core 0.1.50 → 0.1.51

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.
@@ -1434,7 +1434,8 @@ var VolleyballGameConfig = /** @class */ (function (_super) {
1434
1434
  substitute_count: 'substituteCount',
1435
1435
  score_in_set: 'scoreInSet',
1436
1436
  score_in_last_set: 'scoreInLastSet',
1437
- statistic_type: 'statisticType'
1437
+ statistic_type: 'statisticType',
1438
+ libero_user_ids: 'liberoUserIds',
1438
1439
  },
1439
1440
  relation: {
1440
1441
  gameType: enumField(VolleyballGameTypes),