@mtgame/core 0.2.15 → 0.2.17

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.
@@ -3428,6 +3428,7 @@
3428
3428
  birth_date: 'birthDate',
3429
3429
  photo: 'photo',
3430
3430
  user: 'user',
3431
+ gender: 'gender',
3431
3432
  has_changes: 'hasChanges',
3432
3433
  rating: 'rating',
3433
3434
  qualification: 'qualification',
@@ -3439,6 +3440,7 @@
3439
3440
  user: exports.User,
3440
3441
  qualification: enumField(exports.Qualification),
3441
3442
  fieldValues: listField(exports.LeaguePlayerFieldValue),
3443
+ gender: enumField(exports.UserGender),
3442
3444
  }
3443
3445
  })
3444
3446
  ], exports.LeaguePlayer);
@@ -12910,8 +12912,8 @@
12910
12912
  _a$a[exports.WaterpoloGameLogTypes.assist] = 'Голевая передача',
12911
12913
  _a$a[exports.WaterpoloGameLogTypes.block_shot] = 'Блокировка броска',
12912
12914
  _a$a[exports.WaterpoloGameLogTypes.minor_penalty] = 'Удаление на 20 сек.',
12913
- _a$a[exports.WaterpoloGameLogTypes.major_penalty] = 'Удаление + 4 мин. штраф',
12914
- _a$a[exports.WaterpoloGameLogTypes.match_penalty] = 'Удаление до конца матча',
12915
+ _a$a[exports.WaterpoloGameLogTypes.major_penalty] = 'Удаление + 20 сек. штраф',
12916
+ _a$a[exports.WaterpoloGameLogTypes.match_penalty] = 'Удаление + 4 мин. штраф',
12915
12917
  _a$a[exports.WaterpoloGameLogTypes.foul] = 'Фол',
12916
12918
  _a$a[exports.WaterpoloGameLogTypes.penalty_foul] = 'Фол пенальти',
12917
12919
  _a$a[exports.WaterpoloGameLogTypes.attack_foul] = 'Фол в нападении',