bitmovin-analytics
Advanced tools
Comparing version 2.41.0 to 2.42.0
@@ -103,2 +103,6 @@ export interface AnalyticsDebugConfig { | ||
} | ||
export type AdPosition = "preroll" | "midroll" | "postroll"; | ||
export type SsaiAdBreakMetadata = { | ||
adPosition?: AdPosition; | ||
}; | ||
export type SsaiAdMetadata = { | ||
@@ -109,6 +113,2 @@ adId?: string; | ||
}; | ||
export type AdPosition = "preroll" | "midroll" | "postroll"; | ||
export type SsaiAdBreakMetadata = { | ||
adPosition?: AdPosition; | ||
}; | ||
export type SsaiAdQuartile = "first" | "midpoint" | "third" | "completed"; | ||
@@ -201,5 +201,5 @@ export type SsaiAdQuartileMetadata = { | ||
get sessionMetadata(): { | ||
readonly setAudioLanguage: (audioLanguage: string) => void; | ||
readonly setSubtitleEnabled: (enabled: boolean) => void; | ||
readonly setSubtitleLanguage: (subtitleLanguage: string) => void; | ||
setAudioLanguage(audioLanguage: string): void; | ||
setSubtitleEnabled(enabled: boolean): void; | ||
setSubtitleLanguage(subtitleLanguage: string): void; | ||
}; | ||
@@ -206,0 +206,0 @@ static readonly version: string; |
@@ -1,1 +0,1 @@ | ||
{"name":"bitmovin-analytics","version":"v2.41.0","description":"Bitmovin Analytics Collector collects monitoring events from video players for the Bitmovin Analytics Service","license":"MIT","main":"bitmovinanalytics.min.js","types":"bitmovin-analytics.d.ts","author":"Bitmovin Inc","homepage":"https://bitmovin.com/video-analytics/","maintainers":[{"name":"bitadmin","email":"admin@bitmovin.com"}]} | ||
{"name":"bitmovin-analytics","version":"v2.42.0","description":"Bitmovin Analytics Collector collects monitoring events from video players for the Bitmovin Analytics Service","license":"MIT","main":"bitmovinanalytics.min.js","types":"bitmovin-analytics.d.ts","author":"Bitmovin Inc","homepage":"https://bitmovin.com/video-analytics/","maintainers":[{"name":"bitadmin","email":"admin@bitmovin.com"}]} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
947189
1273