bitmovin-analytics 2.53.0 → 2.53.2

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.
@@ -308,11 +308,9 @@ declare enum CdnProvider {
308
308
  MAXCDN = "maxcdn"
309
309
  }
310
310
  declare enum Player {
311
- AMAZON_IVS = "amazonivs",
312
311
  BITMOVIN = "bitmovin",
313
312
  BITMOVIN_PWX = "bitmovin-pwx",
314
313
  CHROMECAST_SHAKA = "chromecast-shaka",
315
- DASHJS = "dashjs",
316
314
  HLSJS = "hlsjs",
317
315
  HTML5 = "html5",
318
316
  JW = "jw",