@mtgame/core 0.2.86 → 0.2.87

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.
@@ -30,7 +30,8 @@ export declare enum HockeyGameLogTypes {
30
30
  shootout_save = 26,
31
31
  steal = 27,
32
32
  loss = 28,
33
- sharp_pass = 29
33
+ sharp_pass = 29,
34
+ qualified_for_playoff = 30
34
35
  }
35
36
  export declare enum HockeyAdvantageTypes {
36
37
  power_play = 1,
@@ -49,6 +49,7 @@ export declare class HockeyGameStatistic extends BaseModel implements GameStatis
49
49
  shSharpPasses: number;
50
50
  drawnFouls: number;
51
51
  efficiency: number;
52
+ gamesQualifiedForPlayoff: number;
52
53
  updatedAt: Date;
53
54
  get id(): number;
54
55
  get shotsOnGoal(): number;
@@ -95,6 +95,7 @@ export declare class HockeyStatistic extends BaseModel implements BaseStatistic
95
95
  shutout: number;
96
96
  shutoutPercent: number;
97
97
  mvpCount: number;
98
+ gamesQualifiedForPlayoff: number;
98
99
  get assists(): number;
99
100
  get goalpass(): number;
100
101
  get userMinutes(): string;