@wscsports/blaze-web-sdk 0.1.82 → 0.1.83
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/package.json +1 -1
- package/publish/index.d.ts +3 -1
- package/publish/index.js +1 -1
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
|
@@ -2233,6 +2233,7 @@ export declare class BlazeWidgetStoryBase extends HTMLElement {
|
|
|
2233
2233
|
setData(data: IPage): void;
|
|
2234
2234
|
loadPoster(): void;
|
|
2235
2235
|
play(): void;
|
|
2236
|
+
restartVideo(): void;
|
|
2236
2237
|
pause(): void;
|
|
2237
2238
|
get paused(): boolean;
|
|
2238
2239
|
get currentTime(): number;
|
|
@@ -2473,6 +2474,7 @@ export declare class BlazeWidgetStoryVideo extends BlazeWidgetStoryBase {
|
|
|
2473
2474
|
get muted(): boolean;
|
|
2474
2475
|
set muted(value: boolean);
|
|
2475
2476
|
render(): void;
|
|
2477
|
+
restartVideo(): void;
|
|
2476
2478
|
initializeIMA(): void;
|
|
2477
2479
|
onAdsManagerLoaded(adsManagerLoadedEvent: any): void;
|
|
2478
2480
|
onAdEvent(adEvent: any): void;
|
|
@@ -2521,7 +2523,7 @@ export declare class BlazeWidgetStory extends HTMLElement {
|
|
|
2521
2523
|
widgetParent: BlazeWidgetItem;
|
|
2522
2524
|
playCallback: any;
|
|
2523
2525
|
sessionId: string;
|
|
2524
|
-
startTrigger: 'Widget' | 'Deeplink' | 'Swipe' | 'Skip' | 'Static Load' | '';
|
|
2526
|
+
startTrigger: 'Widget' | 'Deeplink' | 'Swipe' | 'Skip' | 'Static Load' | 'Share' | '';
|
|
2525
2527
|
exitTrigger: 'Swipe' | 'Swipe Down' | 'Skip' | 'Close Button' | 'CTA Click' | 'Escape Button' | '';
|
|
2526
2528
|
navigationType: 'Automatic' | 'Manual' | undefined;
|
|
2527
2529
|
navigationDirection: 'Forwards' | 'Backwards' | undefined;
|