@xibosignage/xibo-layout-renderer 1.0.8 → 1.0.10

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.
@@ -71,6 +71,7 @@ interface IMedia {
71
71
  region: IRegion;
72
72
  fileId: string;
73
73
  emitter: Emitter<IMediaEvents>;
74
+ enableStat: boolean;
74
75
  }
75
76
  declare const initialMedia: IMedia;
76
77
 
@@ -190,6 +191,7 @@ type OptionsType = {
190
191
  interface ILayout {
191
192
  id: number | null;
192
193
  layoutId: number | null;
194
+ scheduleId?: number;
193
195
  sw: number | null;
194
196
  sh: number | null;
195
197
  xw: number | null;
@@ -228,6 +230,7 @@ interface ILayout {
228
230
  resetLayout(): Promise<void>;
229
231
  index: number;
230
232
  actionController: ActionController | undefined;
233
+ enableStat: boolean;
231
234
  }
232
235
  declare const initialLayout: ILayout;
233
236
  type GetLayoutParamType = {