@vkontakte/videoplayer-statistics 1.0.109-dev.eb086bcd9.0 → 1.0.110-dev.0bbcbb01d.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.
@@ -4,3 +4,4 @@ import { ApiEnv } from "./values";
4
4
  */
5
5
  export declare const API_KEY: string;
6
6
  export declare const API_BASE_URLS: Record<ApiEnv, string>;
7
+ export declare const UV_REST_BASE_URL: string;
@@ -1,6 +1,7 @@
1
1
  import type { ISources } from "@vkontakte/videoplayer-core";
2
2
  import { HttpConnectionType as CoreConnectionType, Surface, VideoFormat, VideoQuality } from "@vkontakte/videoplayer-core";
3
3
  import { ConnectionType as StatisticsConnectionType, ContentType, Mode, Quality, StreamingProfile, Visibility } from "../values";
4
+ export declare const errorTrace: (data: unknown) => string | undefined;
4
5
  export declare const connectionType: (coreType?: CoreConnectionType) => StatisticsConnectionType | undefined;
5
6
  export declare const contentType: (format?: VideoFormat) => ContentType | undefined;
6
7
  export declare const quality: (coreQuality?: VideoQuality) => Quality | undefined;