@wistia/bottler-helpers 1.0.13 → 1.0.15

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 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/bottler-helpers",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "author": "Wistia",
5
5
  "license": "UNLICENSED",
6
6
  "files": [
package/schema.graphql CHANGED
@@ -440,6 +440,8 @@ type RootQueryType {
440
440
  episodes(episodeGlobalIds: [String]!): [EpisodeMetrics!]!
441
441
  media(mediaId: Int!): Media
442
442
  medias(searchFilter: SearchFilter): Medias
443
+ projectsCount: Int
444
+ channelsCount: Int
443
445
  mediaEvents(interval: Interval, searchFilter: SearchFilter): MediaEvents
444
446
  liveEvents(liveStreamEventIds: [Int]!, includePostEvent: Boolean): LiveEvents
445
447
  liveEvent(liveStreamEventId: Int!, includePostEvent: Boolean): LiveEvent