bitmovin-analytics 2.43.4 → 2.44.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.
@@ -202,7 +202,7 @@ export declare const BitmovinPwxAnalyticsPackage: any;
202
202
  export declare class CAFv3Adapter implements AdapterAPI {
203
203
  private readonly internalAdapter;
204
204
  private readonly analytics;
205
- constructor(config: AnalyticsConfig, player: any, opts?: AnalyticsStateMachineOptions);
205
+ constructor(config: AnalyticsConfig, castReceiverContext: any, opts?: AnalyticsStateMachineOptions);
206
206
  static readonly version: string;
207
207
  get version(): string;
208
208
  getCurrentImpressionId(): string | undefined;