@wistia/bottler-helpers 1.1.0 → 1.1.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/package.json +1 -1
- package/schema.graphql +2 -0
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -402,6 +402,7 @@ type LiveEventContactAggregate {
|
|
|
402
402
|
playedTime: Int
|
|
403
403
|
focusedPlayedTime: Int
|
|
404
404
|
pollResponses: [LivePollResponse]
|
|
405
|
+
pollResponsesCount: Int
|
|
405
406
|
chatCount: Int
|
|
406
407
|
annotationClickCount: Int
|
|
407
408
|
}
|
|
@@ -434,6 +435,7 @@ enum TrafficMetric {
|
|
|
434
435
|
"The type of live export"
|
|
435
436
|
enum LiveExportType {
|
|
436
437
|
LIVE_VISITOR_POLL_RESPONSE
|
|
438
|
+
LIVE_EVENT_CONTACTS
|
|
437
439
|
}
|
|
438
440
|
|
|
439
441
|
"A metric to order live stream event entries by"
|