@mtgame/core 0.2.0 → 0.2.2

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.
@@ -22,4 +22,7 @@ export declare const BasketballGameSubLogTypesLocalization: {
22
22
  21: string;
23
23
  22: string;
24
24
  23: string;
25
+ 24: string;
26
+ 25: string;
27
+ 26: string;
25
28
  };
@@ -50,7 +50,10 @@ export declare enum BasketballSubLogTypes {
50
50
  three_seconds = 20,
51
51
  five_seconds = 21,
52
52
  eight_seconds = 22,
53
- twenty_four_seconds = 23
53
+ twenty_four_seconds = 23,
54
+ back_court = 24,
55
+ offensive_goal_tending = 25,
56
+ other_turnover = 26
54
57
  }
55
58
  export declare enum BasketballCourtZones {
56
59
  paint = 1,
@@ -18,6 +18,7 @@ export declare class League extends BaseModel {
18
18
  documentsCount: number;
19
19
  closestGameDatetime: string;
20
20
  cover: File;
21
+ coverMobile: File;
21
22
  about: string;
22
23
  static toFront(data: any): any;
23
24
  static toBack(data: any): any;
@@ -112,6 +112,7 @@ export declare class Tournament extends BaseModel {
112
112
  alias: string;
113
113
  logo: File;
114
114
  cover: File;
115
+ coverMobile: File;
115
116
  previewImage: File;
116
117
  city: City;
117
118
  sport: Sport;