@spash/frontlib 1.1.3-beta.2 → 1.1.4-beta.1

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 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;
@@ -339,6 +341,7 @@ export declare interface SessionInput {
339
341
  bookingProvider?: string;
340
342
  bookingProviderData?: string;
341
343
  videoUploadEnable?: boolean;
344
+ aiEnabled: boolean;
342
345
  }
343
346
 
344
347
  export declare interface SessionPlayer {
@@ -973,6 +976,7 @@ export { useI18n }
973
976
 
974
977
  export declare const useIdle: (time: number, callback?: () => void) => {
975
978
  isIdle: Ref<boolean, boolean>;
979
+ cleanup: () => void;
976
980
  };
977
981
 
978
982
  export declare const useLuxon: () => {