@wistia/bottler-helpers 1.13.0 → 1.15.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 +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/bottler-helpers",
3
- "version": "1.13.0",
3
+ "version": "1.15.0",
4
4
  "author": "Wistia",
5
5
  "license": "UNLICENSED",
6
6
  "files": [
package/schema.graphql CHANGED
@@ -213,8 +213,10 @@ type MediaUtmMediumAggregate {
213
213
  }
214
214
 
215
215
  type LiveEvent {
216
- aggregate(includePostEvent: Boolean, postEventInterval: Interval): LiveStreamEventAggregate
217
- timeseries(granularity: Granularity!, includePostEvent: Boolean, postEventInterval: Interval): [LiveEventDataPoint]
216
+ aggregate(includePostEvent: Boolean, interval: Interval, postEventInterval: Interval, preEventInterval: Interval): LiveStreamEventAggregate
217
+ timeseries(
218
+ granularity: Granularity!, includePostEvent: Boolean, interval: Interval, postEventInterval: Interval, preEventInterval: Interval
219
+ ): [LiveEventDataPoint]
218
220
  currentAttendees: [Attendee]
219
221
  referrerDomainRegistrations(orderBy: TrafficMetric!, order: Order!): [LiveEventReferrerDomainAggregate]
220
222
  utmCampaignRegistrations(orderBy: TrafficMetric!, order: Order!): [LiveEventUtmCampaignAggregate]