bitmovin-analytics 2.56.0 → 2.58.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.
@@ -1,5 +1,6 @@
1
1
  export interface AnalyticsDebugConfig {
2
2
  fields?: string[];
3
+ adFields?: string[];
3
4
  }
4
5
  export type ErrorSeverity = "CRITICAL" | "INFO";
5
6
  export interface AnalyticsError {
@@ -385,7 +386,6 @@ export declare class THEOplayerAdapter implements AdapterAPI {
385
386
  private readonly internalAdapter;
386
387
  private readonly analytics;
387
388
  constructor(config: AnalyticsConfig, player: any, _opts?: AnalyticsStateMachineOptions);
388
- readonly ssai: SsaiApi;
389
389
  static readonly version: string;
390
390
  get version(): string;
391
391
  getCurrentImpressionId(): string | undefined;