@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.
- package/package.json +1 -1
- package/schema.graphql +3 -2
package/package.json
CHANGED
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
|