@mtgame/core 1.0.29 → 1.0.31

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.
@@ -8,8 +8,8 @@ export declare const RugbyGameLogTypeLocalization: {
8
8
  6: string;
9
9
  7: string;
10
10
  8: string;
11
+ 30: string;
11
12
  29: string;
12
- 28: string;
13
13
  9: string;
14
14
  10: string;
15
15
  11: string;
@@ -29,7 +29,7 @@ export declare const RugbyGameLogTypeLocalization: {
29
29
  25: string;
30
30
  26: string;
31
31
  27: string;
32
- 30: string;
32
+ 28: string;
33
33
  31: string;
34
34
  32: string;
35
35
  33: string;
@@ -44,6 +44,7 @@ export declare const RugbyGameLogTypeLocalization: {
44
44
  42: string;
45
45
  43: string;
46
46
  44: string;
47
+ 45: string;
47
48
  };
48
49
  "en-US": {
49
50
  1: string;
@@ -54,8 +55,8 @@ export declare const RugbyGameLogTypeLocalization: {
54
55
  6: string;
55
56
  7: string;
56
57
  8: string;
58
+ 30: string;
57
59
  29: string;
58
- 28: string;
59
60
  9: string;
60
61
  10: string;
61
62
  11: string;
@@ -75,7 +76,7 @@ export declare const RugbyGameLogTypeLocalization: {
75
76
  25: string;
76
77
  26: string;
77
78
  27: string;
78
- 30: string;
79
+ 28: string;
79
80
  31: string;
80
81
  32: string;
81
82
  33: string;
@@ -90,5 +91,6 @@ export declare const RugbyGameLogTypeLocalization: {
90
91
  42: string;
91
92
  43: string;
92
93
  44: string;
94
+ 45: string;
93
95
  };
94
96
  };
@@ -17,36 +17,37 @@ export declare enum RugbyGameLogTypes {
17
17
  foul = 12,
18
18
  yellow_card = 13,
19
19
  red_card = 14,
20
- offload = 15,
21
- tackle = 16,
22
- handling_error = 17,
23
- carries_over_gainline = 18,
24
- bleeding_injury = 19,
25
- head_injury = 20,
26
- end_game_penalty_miss = 21,
27
- end_game_penalty_goal = 22,
28
- foot_field_shot = 23,
29
- foot_out_shot = 24,
30
- foot_kick_50_22 = 25,
31
- run = 26,
32
- timeout = 27,
33
- tap_penalty = 28,
34
- penalty_kick_to_touch = 29,
35
- scrum_won = 30,
36
- scrum_lost = 31,
37
- scrum_won_free = 32,
38
- lineout_won = 33,
39
- lineout_lost = 34,
40
- quick_throw = 35,
41
- ruck_won = 36,
42
- ruck_lost = 37,
43
- maul_won = 38,
44
- maul_lost = 39,
45
- team_foul = 40,
46
- start_kick = 41,
47
- twenty_two_meters_kick = 42,
48
- goal_kick = 43,
49
- out = 44
20
+ red_card_20 = 15,
21
+ offload = 16,
22
+ tackle = 17,
23
+ handling_error = 18,
24
+ carries_over_gainline = 19,
25
+ bleeding_injury = 20,
26
+ head_injury = 21,
27
+ end_game_penalty_miss = 22,
28
+ end_game_penalty_goal = 23,
29
+ foot_field_shot = 24,
30
+ foot_out_shot = 25,
31
+ foot_kick_50_22 = 26,
32
+ run = 27,
33
+ timeout = 28,
34
+ tap_penalty = 29,
35
+ penalty_kick_to_touch = 30,
36
+ scrum_won = 31,
37
+ scrum_lost = 32,
38
+ scrum_won_free = 33,
39
+ lineout_won = 34,
40
+ lineout_lost = 35,
41
+ quick_throw = 36,
42
+ ruck_won = 37,
43
+ ruck_lost = 38,
44
+ maul_won = 39,
45
+ maul_lost = 40,
46
+ team_foul = 41,
47
+ start_kick = 42,
48
+ twenty_two_meters_kick = 43,
49
+ goal_kick = 44,
50
+ out = 45
50
51
  }
51
52
  export declare const RUGBY_GAME_LOG_TYPE_POINTS: {
52
53
  4: number;
@@ -54,7 +55,7 @@ export declare const RUGBY_GAME_LOG_TYPE_POINTS: {
54
55
  5: number;
55
56
  8: number;
56
57
  9: number;
57
- 22: number;
58
+ 23: number;
58
59
  };
59
60
  export declare const RUGBY_TEAM_LOG_TYPES: RugbyGameLogTypes[];
60
61
  export declare class RugbyGameLog extends BaseModel implements GameLogBase {
@@ -1,4 +1,5 @@
1
1
  import { BaseModel } from './util';
2
+ import { File } from './file';
2
3
  export declare class TournamentTeamUserFieldValue extends BaseModel {
3
4
  id: number;
4
5
  leaguePlayerFieldId: number;