hamrahi-player-library 1.3.21 → 1.3.24

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/index.d.cts CHANGED
@@ -108,7 +108,6 @@ interface IVodEndedPayload {
108
108
  interface IWatchTimeMilestonePayload {
109
109
  mode: "vod" | "static" | "live";
110
110
  milestoneNumber: number;
111
- secondsWatched: number[];
112
111
  totalWatched: number;
113
112
  timestamp: number;
114
113
  }
package/dist/index.d.ts CHANGED
@@ -108,7 +108,6 @@ interface IVodEndedPayload {
108
108
  interface IWatchTimeMilestonePayload {
109
109
  mode: "vod" | "static" | "live";
110
110
  milestoneNumber: number;
111
- secondsWatched: number[];
112
111
  totalWatched: number;
113
112
  timestamp: number;
114
113
  }