bitmovin-analytics 2.53.2 → 2.54.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.
@@ -278,7 +278,7 @@ export interface AnalyticsStateMachineOptions {
278
278
  export declare class Bitmovin8Adapter implements AdapterAPI {
279
279
  private readonly internalAdapter;
280
280
  private readonly analytics;
281
- constructor(player: any, opts?: AnalyticsStateMachineOptions);
281
+ constructor(player: any, _opts?: AnalyticsStateMachineOptions);
282
282
  readonly ssai: SsaiApi;
283
283
  private wrapPlayerLoad;
284
284
  static readonly version: string;