@mtgame/core 0.1.102 → 0.1.104

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.
@@ -2871,6 +2871,16 @@
2871
2871
  })
2872
2872
  ], exports.TournamentDisqualification);
2873
2873
 
2874
+ var _a$g;
2875
+ exports.Qualification = void 0;
2876
+ (function (Qualification) {
2877
+ Qualification[Qualification["practician"] = 1] = "practician";
2878
+ Qualification[Qualification["amateur"] = 2] = "amateur";
2879
+ })(exports.Qualification || (exports.Qualification = {}));
2880
+ var QualificationLocalization = (_a$g = {},
2881
+ _a$g[exports.Qualification.practician] = 'Практик',
2882
+ _a$g[exports.Qualification.amateur] = 'Любитель',
2883
+ _a$g);
2874
2884
  exports.LeaguePlayer = /** @class */ (function (_super) {
2875
2885
  __extends(LeaguePlayer, _super);
2876
2886
  function LeaguePlayer() {
@@ -2934,11 +2944,13 @@
2934
2944
  user: 'user',
2935
2945
  has_changes: 'hasChanges',
2936
2946
  rating: 'rating',
2947
+ qualification: 'qualification',
2937
2948
  },
2938
2949
  relation: {
2939
2950
  birthDate: DateField,
2940
2951
  photo: exports.File,
2941
2952
  user: exports.User,
2953
+ qualification: enumField(exports.Qualification)
2942
2954
  }
2943
2955
  })
2944
2956
  ], exports.LeaguePlayer);
@@ -3497,6 +3509,8 @@
3497
3509
  mappingFields: {
3498
3510
  min_user_games_count: 'minUserGamesCount',
3499
3511
  min_user_time: 'minUserTime',
3512
+ min_goalkeeper_user_games_count: 'minGoalkeeperUserGamesCount',
3513
+ min_goalkeeper_user_time: 'minGoalkeeperUserTime',
3500
3514
  manual: 'manual',
3501
3515
  },
3502
3516
  })
@@ -10911,6 +10925,7 @@
10911
10925
  exports.OvertimeTypeLocalization = OvertimeTypeLocalization;
10912
10926
  exports.PublicTeamApi = PublicTeamApi;
10913
10927
  exports.PublicUserApi = PublicUserApi;
10928
+ exports.QualificationLocalization = QualificationLocalization;
10914
10929
  exports.RUGBY_GAME_LOG_TYPE_POINTS = RUGBY_GAME_LOG_TYPE_POINTS;
10915
10930
  exports.RUGBY_TEAM_LOG_TYPES = RUGBY_TEAM_LOG_TYPES;
10916
10931
  exports.ReferenceApi = ReferenceApi;