@spash/frontlib 1.2.14-beta.3 → 1.2.15-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.
Files changed (3) hide show
  1. package/dist/main.d.ts +1 -0
  2. package/dist/main.js +2240 -2200
  3. package/package.json +1 -1
package/dist/main.d.ts CHANGED
@@ -462,6 +462,7 @@ export declare interface SessionEvent {
462
462
  duration: number;
463
463
  aiZapping: boolean;
464
464
  filenames: string[];
465
+ timeline: boolean;
465
466
  ngtvSession: Session;
466
467
  ngtvSessionTeam: SessionTeam;
467
468
  ngtvSessionPlayer: SessionPlayer;