@spash/frontlib 1.0.2 → 1.1.0-beta.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.
- package/dist/main.d.ts +2 -0
- package/dist/main.js +7463 -7333
- package/package.json +3 -2
package/dist/main.d.ts
CHANGED
|
@@ -124,6 +124,7 @@ export declare interface DoohContent {
|
|
|
124
124
|
x: number;
|
|
125
125
|
y: number;
|
|
126
126
|
fieldId: number;
|
|
127
|
+
maxLengthSessionName: number;
|
|
127
128
|
}[];
|
|
128
129
|
article: Article;
|
|
129
130
|
competition: Competition;
|
|
@@ -302,6 +303,7 @@ export declare interface SessionEvent {
|
|
|
302
303
|
currentScoreHome: number[];
|
|
303
304
|
aiCalculated: boolean;
|
|
304
305
|
duration: number;
|
|
306
|
+
ngtvSession: Session;
|
|
305
307
|
ngtvSessionTeam: SessionTeam;
|
|
306
308
|
ngtvSessionPlayer: SessionPlayer;
|
|
307
309
|
secondNgtvSessionPlayer: SessionPlayer;
|