@wistia/bottler-helpers 1.32.0 → 1.33.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 +2 -1
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -73,7 +73,7 @@ type RootMutationType {
|
|
|
73
73
|
exportRelativeMedia(contactId: Int!, relativePeriod: RelativePeriod!, searchFilter: SearchFilter): ExportStatus
|
|
74
74
|
accountDigest(contactId: Int!, interval: Interval!, overrideEmail: String): AccountDigestStatus
|
|
75
75
|
liveExport(liveStreamEventId: Int!, type: LiveExportType!, contactId: Int!, filters: LiveFilters): ExportStatus
|
|
76
|
-
liveSeriesExport(liveSeriesId: Int!, type: LiveSeriesExportType!, contactId: Int
|
|
76
|
+
liveSeriesExport(liveSeriesId: Int!, type: LiveSeriesExportType!, contactId: Int!, filters: LiveSeriesFilters): ExportStatus
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
"""
|
|
@@ -116,6 +116,7 @@ enum TrafficDimension {
|
|
|
116
116
|
|
|
117
117
|
enum LiveSeriesExportType {
|
|
118
118
|
LIVE_SERIES_WEBINARS
|
|
119
|
+
LIVE_SERIES_AUDIENCE
|
|
119
120
|
}
|
|
120
121
|
|
|
121
122
|
type LiveSeriesAggregate {
|