@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/schema.graphql +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/bottler-helpers",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "author": "Wistia",
5
5
  "license": "UNLICENSED",
6
6
  "files": [
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"