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