@wistia/bottler-helpers 1.14.0 → 1.16.0

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/bottler-helpers",
3
- "version": "1.14.0",
3
+ "version": "1.16.0",
4
4
  "author": "Wistia",
5
5
  "license": "UNLICENSED",
6
6
  "files": [
package/schema.graphql CHANGED
@@ -213,9 +213,9 @@ type MediaUtmMediumAggregate {
213
213
  }
214
214
 
215
215
  type LiveEvent {
216
- aggregate(includePostEvent: Boolean, postEventInterval: Interval, preEventInterval: Interval): LiveStreamEventAggregate
216
+ aggregate(includePostEvent: Boolean, interval: Interval, postEventInterval: Interval, preEventInterval: Interval): LiveStreamEventAggregate
217
217
  timeseries(
218
- granularity: Granularity!, includePostEvent: Boolean, postEventInterval: Interval, preEventInterval: Interval
218
+ granularity: Granularity!, includePostEvent: Boolean, interval: Interval, postEventInterval: Interval, preEventInterval: Interval
219
219
  ): [LiveEventDataPoint]
220
220
  currentAttendees: [Attendee]
221
221
  referrerDomainRegistrations(orderBy: TrafficMetric!, order: Order!): [LiveEventReferrerDomainAggregate]
@@ -329,6 +329,7 @@ type LiveStreamEventAggregate {
329
329
  importedRegistrations: Int
330
330
  restrictedRegistrations: Int
331
331
  onDemandRegistrations: Int
332
+ importedOnDemandRegistrations: Int
332
333
  chats: Int
333
334
  totalWatchTime: Int
334
335
  averageWatchTime: Int