@wistia/bottler-helpers 1.6.0 → 1.7.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 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/bottler-helpers",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "author": "Wistia",
5
5
  "license": "UNLICENSED",
6
6
  "files": [
package/schema.graphql CHANGED
@@ -558,6 +558,7 @@ type RelativeMediaAggregate {
558
558
  ctaConversions: Int
559
559
  ctaConversionRate: Float
560
560
  engagementRate: Float
561
+ formConversions: Int
561
562
  cumulativePlays: Int
562
563
  cumulativePlayedTime: Int
563
564
  }
@@ -577,6 +578,7 @@ type RelativeAccountAggregate {
577
578
  ctaConversions: Int
578
579
  ctaConversionRate: Float
579
580
  engagementRate: Float
581
+ formConversions: Int
580
582
  }
581
583
 
582
584
  "An interval of time to aggregate metrics into datapoints"