@guardian/ophan-tracker-js 2.1.2-next.4 → 2.1.2-next.6
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/NPM-dist/ng.js
CHANGED
|
@@ -31,7 +31,7 @@ export type TVideoEventType =
|
|
|
31
31
|
* The media has played to the end.
|
|
32
32
|
* NB: "END" is a reserved word in thrift apparently
|
|
33
33
|
*/
|
|
34
|
-
| "video:content:end";
|
|
34
|
+
| "video:content:end" | "video:content:pause" | "video:content:resume" | "video:content:skip" | "video:content:cued";
|
|
35
35
|
/**
|
|
36
36
|
* Details about media playback progress
|
|
37
37
|
* Note: currently only guardian-hosted videos are reported.
|