@wscsports/blaze-web-sdk 0.0.119 → 0.0.120
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 +2 -1
- package/publish/index.js +1 -1
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
|
@@ -1770,7 +1770,7 @@ export declare class BlazeWidgetStory extends HTMLElement {
|
|
|
1770
1770
|
muteToggle(): boolean;
|
|
1771
1771
|
setWidgetParent(parent: BlazeWidgetItem): void;
|
|
1772
1772
|
resetStoryLocationIndexToLastUnseen(): void;
|
|
1773
|
-
|
|
1773
|
+
areAllPagesBeenReadByUser(): boolean;
|
|
1774
1774
|
setData(data: any, modal?: any): void;
|
|
1775
1775
|
get currentPage(): BlazeWidgetStoryBase;
|
|
1776
1776
|
get nextPage(): BlazeWidgetStoryBase;
|
|
@@ -1793,6 +1793,7 @@ export declare class BlazeWidgetStory extends HTMLElement {
|
|
|
1793
1793
|
pause(): void;
|
|
1794
1794
|
resume(): void;
|
|
1795
1795
|
resetPosition(): void;
|
|
1796
|
+
updateWidgetStatusReadUnread(): void;
|
|
1796
1797
|
prevStory(): void;
|
|
1797
1798
|
nextStory(): void;
|
|
1798
1799
|
markAsRead(): void;
|