@livetiles/reach-plugin-types 0.5.0-preview.375 → 0.5.0-preview.376
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.
- package/lib/index.d.ts +2 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -248,6 +248,7 @@ declare module "libs/shared/util/environment/src/AppConfiguration" {
|
|
|
248
248
|
export interface VideoSource {
|
|
249
249
|
prefix: string;
|
|
250
250
|
name: string;
|
|
251
|
+
alwaysShowPlayer?: boolean;
|
|
251
252
|
}
|
|
252
253
|
export interface AppConfiguration {
|
|
253
254
|
configType: ConfigType;
|
|
@@ -7562,6 +7563,7 @@ declare module "libs/reach/feature/content/src/forms/videos/VideoUrlParser" {
|
|
|
7562
7563
|
partnerId?: string;
|
|
7563
7564
|
entryId?: string;
|
|
7564
7565
|
}
|
|
7566
|
+
export const showPlayerForGenericVideoSource: (url: string) => boolean;
|
|
7565
7567
|
export class VideoUrlParser {
|
|
7566
7568
|
private url;
|
|
7567
7569
|
private static ytRegex;
|