@wistia/bottler-helpers 1.0.25 → 1.0.27

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 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/bottler-helpers",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "author": "Wistia",
5
5
  "license": "UNLICENSED",
6
6
  "files": [
package/schema.graphql CHANGED
@@ -89,6 +89,7 @@ type RelativeMediaAggregate {
89
89
  mediaUploadedAt: DateTime
90
90
  mediaDeletedAt: DateTime
91
91
  mediaDuration: Float
92
+ mediaGroupGlobalId: String
92
93
  mediaThumbnailUrl: String
93
94
  episodeGlobalId: String
94
95
  episodeHashedId: String
@@ -96,6 +97,8 @@ type RelativeMediaAggregate {
96
97
  episodeUploadedAt: DateTime
97
98
  episodeDeletedAt: DateTime
98
99
  episodePublishedAt: DateTime
100
+ startDate: Date!
101
+ endDate: Date!
99
102
  liveStreamEventId: Int
100
103
  containerIsPodcastEnabled: Boolean
101
104
  loads: Int
@@ -767,6 +770,7 @@ type MediaAggregate {
767
770
  mediaUploadedAt: DateTime
768
771
  mediaDeletedAt: DateTime
769
772
  mediaDuration: Float
773
+ mediaGroupGlobalId: String
770
774
  mediaThumbnailUrl: String
771
775
  episodeGlobalId: String
772
776
  episodeHashedId: String