@mtgame/core 0.1.44 → 0.1.45

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.
@@ -5434,16 +5434,18 @@
5434
5434
  points: 'points',
5435
5435
  tries: 'tries',
5436
5436
  penalty_tries: 'penaltyTries',
5437
- conversion_shots: 'conversionShots',
5437
+ conversion_kicks: 'conversionKicks',
5438
5438
  conversion_goals: 'conversionGoals',
5439
5439
  conversion_misses: 'conversionMisses',
5440
5440
  conversion_goals_percent: 'conversionGoalsPercent',
5441
- drawing_ball: 'drawingBall',
5442
- penalty_shots: 'penaltyShots',
5441
+ penalties: 'penalties',
5442
+ penalty_kicks_on_goal: 'penaltyKicksOnGoal',
5443
5443
  penalty_misses: 'penaltyMisses',
5444
5444
  penalty_goals: 'penaltyGoals',
5445
+ tap_penalties: 'tapPenalties',
5446
+ penalty_kicks_to_touch: 'penaltyKicksToTouch',
5445
5447
  penalty_goals_percent: 'penaltyGoalsPercent',
5446
- drop_goal_shots: 'dropGoalShots',
5448
+ drop_goal_kicks: 'dropGoalKicks',
5447
5449
  drop_goals: 'dropGoals',
5448
5450
  drop_goal_misses: 'dropGoalMisses',
5449
5451
  drop_goal_percent: 'dropGoalPercent',
@@ -5452,31 +5454,38 @@
5452
5454
  red_cards: 'redCards',
5453
5455
  offloads: 'offloads',
5454
5456
  tackles: 'tackles',
5455
- outs: 'outs',
5456
5457
  handling_errors: 'handlingErrors',
5457
- carries_other_gainline: 'carriesOtherGainline',
5458
+ carries_over_gainline: 'carriesOverGainline',
5458
5459
  plus_minus: 'plusMinus',
5459
5460
  game_time: 'gameTime',
5460
5461
  // Team statistic
5461
5462
  scrums: 'scrums',
5462
5463
  scrums_won: 'scrumsWon',
5463
- scrum_losses: 'scrumLosses',
5464
+ scrums_lost: 'scrumsLost',
5464
5465
  scrums_won_percent: 'scrumsWonPercent',
5465
5466
  scrums_won_free: 'scrumsWonFree',
5467
+ opponent_scrums_won: 'opponentScrumsWon',
5468
+ opponent_scrums_lost: 'opponentScrumsLost',
5466
5469
  lineouts: 'lineouts',
5467
- lineouts_success: 'lineoutsSuccess',
5468
- lineout_loses: 'lineoutLoses',
5470
+ lineouts_won: 'lineoutsWon',
5471
+ lineouts_lost: 'lineoutsLost',
5469
5472
  lineouts_steal: 'lineoutsSteal',
5473
+ opponent_lineouts_lost: 'opponentLineoutsLost',
5470
5474
  quick_throws: 'quickThrows',
5471
5475
  rucks: 'rucks',
5472
5476
  rucks_won: 'rucksWon',
5473
- ruck_losses: 'ruckLosses',
5477
+ rucks_lost: 'rucksLost',
5474
5478
  rucks_won_percent: 'rucksWonPercent',
5479
+ opponent_rucks_won: 'opponentRucksWon',
5480
+ opponent_rucks_lost: 'opponentRucksLost',
5475
5481
  mauls: 'mauls',
5476
5482
  mauls_won: 'maulsWon',
5477
- maul_losses: 'maulLosses',
5483
+ mauls_lost: 'maulsLost',
5478
5484
  mauls_won_percent: 'maulWonPercent',
5479
- fouls: 'fouls'
5485
+ opponent_mauls_won: 'opponentMaulsWon',
5486
+ opponent_mauls_lost: 'opponentMaulsLost',
5487
+ fouls: 'fouls',
5488
+ team_fouls: 'teamFouls',
5480
5489
  },
5481
5490
  relation: {
5482
5491
  tournamentTeamUser: TournamentTeamUser,
@@ -7266,12 +7275,11 @@
7266
7275
  penalty_tries: 'penaltyTries',
7267
7276
  conversion_goals: 'conversionGoals',
7268
7277
  conversion_misses: 'conversionMisses',
7269
- conversion_shots: 'conversionShots',
7278
+ conversion_kicks: 'conversionKicks',
7270
7279
  conversion_goals_percent: 'conversionGoalsPercent',
7271
- drawing_ball: 'drawingBall',
7272
7280
  penalty_misses: 'penaltyMisses',
7273
7281
  penalty_goals: 'penaltyGoals',
7274
- penalty_shots: 'penaltyShots',
7282
+ penalty_kicks_on_goal: 'penaltyKicksOnGoal',
7275
7283
  penalty_goals_percent: 'penaltyGoalsPercent',
7276
7284
  drop_goals: 'dropGoals',
7277
7285
  drop_goal_misses: 'dropGoalMisses',
@@ -7282,9 +7290,8 @@
7282
7290
  red_cards: 'redCards',
7283
7291
  offloads: 'offloads',
7284
7292
  tackles: 'tackles',
7285
- outs: 'outs',
7286
7293
  handling_errors: 'handlingErrors',
7287
- carries_other_gainline: 'carriesOtherGainline',
7294
+ carries_over_gainline: 'carriesOverGainline',
7288
7295
  game_time: 'gameTime',
7289
7296
  plus_minus: 'plusMinus'
7290
7297
  },
@@ -7342,38 +7349,37 @@
7342
7349
  RugbyGameLogTypes[RugbyGameLogTypes["penalty_try"] = 4] = "penalty_try";
7343
7350
  RugbyGameLogTypes[RugbyGameLogTypes["conversion_goal"] = 5] = "conversion_goal";
7344
7351
  RugbyGameLogTypes[RugbyGameLogTypes["conversion_miss"] = 6] = "conversion_miss";
7345
- RugbyGameLogTypes[RugbyGameLogTypes["drawing_ball"] = 7] = "drawing_ball";
7346
- RugbyGameLogTypes[RugbyGameLogTypes["penalty_miss"] = 8] = "penalty_miss";
7347
- RugbyGameLogTypes[RugbyGameLogTypes["penalty_goal"] = 9] = "penalty_goal";
7348
- RugbyGameLogTypes[RugbyGameLogTypes["drop_goal"] = 10] = "drop_goal";
7349
- RugbyGameLogTypes[RugbyGameLogTypes["drop_goal_miss"] = 11] = "drop_goal_miss";
7350
- RugbyGameLogTypes[RugbyGameLogTypes["free_kick"] = 12] = "free_kick";
7351
- RugbyGameLogTypes[RugbyGameLogTypes["foul"] = 13] = "foul";
7352
- RugbyGameLogTypes[RugbyGameLogTypes["yellow_card"] = 14] = "yellow_card";
7353
- RugbyGameLogTypes[RugbyGameLogTypes["red_card"] = 15] = "red_card";
7354
- RugbyGameLogTypes[RugbyGameLogTypes["offload"] = 16] = "offload";
7355
- RugbyGameLogTypes[RugbyGameLogTypes["tackle"] = 17] = "tackle";
7356
- RugbyGameLogTypes[RugbyGameLogTypes["out"] = 18] = "out";
7357
- RugbyGameLogTypes[RugbyGameLogTypes["handling_error"] = 19] = "handling_error";
7358
- RugbyGameLogTypes[RugbyGameLogTypes["carries_other_gainline"] = 20] = "carries_other_gainline";
7359
- RugbyGameLogTypes[RugbyGameLogTypes["bleeding_injury"] = 21] = "bleeding_injury";
7360
- RugbyGameLogTypes[RugbyGameLogTypes["head_injury"] = 22] = "head_injury";
7361
- RugbyGameLogTypes[RugbyGameLogTypes["end_game_penalty_miss"] = 23] = "end_game_penalty_miss";
7362
- RugbyGameLogTypes[RugbyGameLogTypes["end_game_penalty_goal"] = 24] = "end_game_penalty_goal";
7352
+ RugbyGameLogTypes[RugbyGameLogTypes["penalty_miss"] = 7] = "penalty_miss";
7353
+ RugbyGameLogTypes[RugbyGameLogTypes["penalty_goal"] = 8] = "penalty_goal";
7354
+ RugbyGameLogTypes[RugbyGameLogTypes["drop_goal"] = 9] = "drop_goal";
7355
+ RugbyGameLogTypes[RugbyGameLogTypes["drop_goal_miss"] = 10] = "drop_goal_miss";
7356
+ RugbyGameLogTypes[RugbyGameLogTypes["free_kick"] = 11] = "free_kick";
7357
+ RugbyGameLogTypes[RugbyGameLogTypes["foul"] = 12] = "foul";
7358
+ RugbyGameLogTypes[RugbyGameLogTypes["yellow_card"] = 13] = "yellow_card";
7359
+ RugbyGameLogTypes[RugbyGameLogTypes["red_card"] = 14] = "red_card";
7360
+ RugbyGameLogTypes[RugbyGameLogTypes["offload"] = 15] = "offload";
7361
+ RugbyGameLogTypes[RugbyGameLogTypes["tackle"] = 16] = "tackle";
7362
+ RugbyGameLogTypes[RugbyGameLogTypes["handling_error"] = 17] = "handling_error";
7363
+ RugbyGameLogTypes[RugbyGameLogTypes["carries_over_gainline"] = 18] = "carries_over_gainline";
7364
+ RugbyGameLogTypes[RugbyGameLogTypes["bleeding_injury"] = 19] = "bleeding_injury";
7365
+ RugbyGameLogTypes[RugbyGameLogTypes["head_injury"] = 20] = "head_injury";
7366
+ RugbyGameLogTypes[RugbyGameLogTypes["end_game_penalty_miss"] = 21] = "end_game_penalty_miss";
7367
+ RugbyGameLogTypes[RugbyGameLogTypes["end_game_penalty_goal"] = 22] = "end_game_penalty_goal";
7363
7368
  // team actions
7364
- RugbyGameLogTypes[RugbyGameLogTypes["timeout"] = 25] = "timeout";
7369
+ RugbyGameLogTypes[RugbyGameLogTypes["timeout"] = 23] = "timeout";
7370
+ RugbyGameLogTypes[RugbyGameLogTypes["tap_penalty"] = 24] = "tap_penalty";
7371
+ RugbyGameLogTypes[RugbyGameLogTypes["penalty_kick_to_touch"] = 25] = "penalty_kick_to_touch";
7365
7372
  RugbyGameLogTypes[RugbyGameLogTypes["scrum_won"] = 26] = "scrum_won";
7366
- RugbyGameLogTypes[RugbyGameLogTypes["scrum_lose"] = 27] = "scrum_lose";
7373
+ RugbyGameLogTypes[RugbyGameLogTypes["scrum_lost"] = 27] = "scrum_lost";
7367
7374
  RugbyGameLogTypes[RugbyGameLogTypes["scrum_won_free"] = 28] = "scrum_won_free";
7368
- RugbyGameLogTypes[RugbyGameLogTypes["lineout_success"] = 29] = "lineout_success";
7369
- RugbyGameLogTypes[RugbyGameLogTypes["lineout_loss"] = 30] = "lineout_loss";
7370
- RugbyGameLogTypes[RugbyGameLogTypes["lineout_steal"] = 31] = "lineout_steal";
7371
- RugbyGameLogTypes[RugbyGameLogTypes["quick_throw"] = 32] = "quick_throw";
7372
- RugbyGameLogTypes[RugbyGameLogTypes["ruck_won"] = 33] = "ruck_won";
7373
- RugbyGameLogTypes[RugbyGameLogTypes["ruck_lose"] = 34] = "ruck_lose";
7374
- RugbyGameLogTypes[RugbyGameLogTypes["maul_won"] = 35] = "maul_won";
7375
- RugbyGameLogTypes[RugbyGameLogTypes["maul_lose"] = 36] = "maul_lose";
7376
- RugbyGameLogTypes[RugbyGameLogTypes["team_foul"] = 37] = "team_foul";
7375
+ RugbyGameLogTypes[RugbyGameLogTypes["lineout_won"] = 29] = "lineout_won";
7376
+ RugbyGameLogTypes[RugbyGameLogTypes["lineout_lost"] = 30] = "lineout_lost";
7377
+ RugbyGameLogTypes[RugbyGameLogTypes["quick_throw"] = 31] = "quick_throw";
7378
+ RugbyGameLogTypes[RugbyGameLogTypes["ruck_won"] = 32] = "ruck_won";
7379
+ RugbyGameLogTypes[RugbyGameLogTypes["ruck_lost"] = 33] = "ruck_lost";
7380
+ RugbyGameLogTypes[RugbyGameLogTypes["maul_won"] = 34] = "maul_won";
7381
+ RugbyGameLogTypes[RugbyGameLogTypes["maul_lost"] = 35] = "maul_lost";
7382
+ RugbyGameLogTypes[RugbyGameLogTypes["team_foul"] = 36] = "team_foul";
7377
7383
  })(exports.RugbyGameLogTypes || (exports.RugbyGameLogTypes = {}));
7378
7384
  var RUGBY_GAME_LOG_TYPE_POINTS = (_a$1 = {},
7379
7385
  _a$1[exports.RugbyGameLogTypes.penalty_try] = 7,
@@ -7384,10 +7390,11 @@
7384
7390
  _a$1[exports.RugbyGameLogTypes.end_game_penalty_goal] = 1,
7385
7391
  _a$1);
7386
7392
  var RUGBY_TEAM_LOG_TYPES = [
7387
- exports.RugbyGameLogTypes.timeout, exports.RugbyGameLogTypes.scrum_won, exports.RugbyGameLogTypes.scrum_lose, exports.RugbyGameLogTypes.scrum_won_free,
7388
- exports.RugbyGameLogTypes.lineout_success, exports.RugbyGameLogTypes.lineout_loss, exports.RugbyGameLogTypes.lineout_steal, exports.RugbyGameLogTypes.quick_throw,
7389
- exports.RugbyGameLogTypes.ruck_won, exports.RugbyGameLogTypes.ruck_lose, exports.RugbyGameLogTypes.maul_won, exports.RugbyGameLogTypes.maul_lose,
7390
- exports.RugbyGameLogTypes.team_foul,
7393
+ exports.RugbyGameLogTypes.timeout, exports.RugbyGameLogTypes.scrum_won, exports.RugbyGameLogTypes.scrum_lost, exports.RugbyGameLogTypes.scrum_won_free,
7394
+ exports.RugbyGameLogTypes.lineout_won, exports.RugbyGameLogTypes.lineout_lost,
7395
+ exports.RugbyGameLogTypes.quick_throw, exports.RugbyGameLogTypes.ruck_won, exports.RugbyGameLogTypes.ruck_lost,
7396
+ exports.RugbyGameLogTypes.maul_won, exports.RugbyGameLogTypes.maul_lost, exports.RugbyGameLogTypes.team_foul,
7397
+ exports.RugbyGameLogTypes.penalty_kick_to_touch, exports.RugbyGameLogTypes.tap_penalty,
7391
7398
  ];
7392
7399
  var RugbyGameLog = /** @class */ (function (_super) {
7393
7400
  __extends(RugbyGameLog, _super);
@@ -9373,9 +9380,10 @@
9373
9380
  _a$8[exports.RugbyGameLogTypes.penalty_try] = 'Штрафная попытка',
9374
9381
  _a$8[exports.RugbyGameLogTypes.conversion_goal] = 'Реализация',
9375
9382
  _a$8[exports.RugbyGameLogTypes.conversion_miss] = 'Реализация промах',
9376
- _a$8[exports.RugbyGameLogTypes.drawing_ball] = 'Розыгрыш мяча',
9377
9383
  _a$8[exports.RugbyGameLogTypes.penalty_miss] = 'Штрафной промах',
9378
9384
  _a$8[exports.RugbyGameLogTypes.penalty_goal] = 'Штрафной гол',
9385
+ _a$8[exports.RugbyGameLogTypes.penalty_kick_to_touch] = 'Штрафной в аут',
9386
+ _a$8[exports.RugbyGameLogTypes.tap_penalty] = 'Штрафной розыгран',
9379
9387
  _a$8[exports.RugbyGameLogTypes.drop_goal] = 'Дроп-гол',
9380
9388
  _a$8[exports.RugbyGameLogTypes.drop_goal_miss] = 'Дроп-гол промах',
9381
9389
  _a$8[exports.RugbyGameLogTypes.free_kick] = 'Свободный удар',
@@ -9384,25 +9392,23 @@
9384
9392
  _a$8[exports.RugbyGameLogTypes.red_card] = 'Красная карточка',
9385
9393
  _a$8[exports.RugbyGameLogTypes.offload] = 'Скидка при завхвате',
9386
9394
  _a$8[exports.RugbyGameLogTypes.tackle] = 'Успешный захват',
9387
- _a$8[exports.RugbyGameLogTypes.out] = 'Аут',
9388
9395
  _a$8[exports.RugbyGameLogTypes.handling_error] = 'Ошибка приема',
9389
- _a$8[exports.RugbyGameLogTypes.carries_other_gainline] = 'Прорыв линии',
9396
+ _a$8[exports.RugbyGameLogTypes.carries_over_gainline] = 'Прорыв линии',
9390
9397
  _a$8[exports.RugbyGameLogTypes.bleeding_injury] = 'Кровоточащая травма',
9391
9398
  _a$8[exports.RugbyGameLogTypes.head_injury] = 'Травма головы',
9392
9399
  _a$8[exports.RugbyGameLogTypes.end_game_penalty_miss] = 'Штрафной промах',
9393
9400
  _a$8[exports.RugbyGameLogTypes.end_game_penalty_goal] = 'Штрафной гол',
9394
9401
  _a$8[exports.RugbyGameLogTypes.timeout] = 'Таймаут',
9395
- _a$8[exports.RugbyGameLogTypes.scrum_won] = 'Свахтка выиграна',
9396
- _a$8[exports.RugbyGameLogTypes.scrum_lose] = 'Схватка проиграна',
9402
+ _a$8[exports.RugbyGameLogTypes.scrum_won] = 'Схватка выиграна',
9403
+ _a$8[exports.RugbyGameLogTypes.scrum_lost] = 'Схватка проиграна',
9397
9404
  _a$8[exports.RugbyGameLogTypes.scrum_won_free] = 'Схватка выиграна без сопротивления',
9398
- _a$8[exports.RugbyGameLogTypes.lineout_success] = 'Корридор выиграно',
9399
- _a$8[exports.RugbyGameLogTypes.lineout_loss] = 'Корридор потеря',
9400
- _a$8[exports.RugbyGameLogTypes.lineout_steal] = 'Корридор перехват',
9405
+ _a$8[exports.RugbyGameLogTypes.lineout_won] = 'Корридор выиграно',
9406
+ _a$8[exports.RugbyGameLogTypes.lineout_lost] = 'Корридор проиграно',
9401
9407
  _a$8[exports.RugbyGameLogTypes.quick_throw] = 'Быстрый вброс',
9402
9408
  _a$8[exports.RugbyGameLogTypes.ruck_won] = 'Рак выиграно',
9403
- _a$8[exports.RugbyGameLogTypes.ruck_lose] = 'Рак проиграно',
9409
+ _a$8[exports.RugbyGameLogTypes.ruck_lost] = 'Рак проиграно',
9404
9410
  _a$8[exports.RugbyGameLogTypes.maul_won] = 'Мол выиграно',
9405
- _a$8[exports.RugbyGameLogTypes.maul_lose] = 'Мол проиграно',
9411
+ _a$8[exports.RugbyGameLogTypes.maul_lost] = 'Мол проиграно',
9406
9412
  _a$8[exports.RugbyGameLogTypes.team_foul] = 'Фол',
9407
9413
  _a$8);
9408
9414