@wscsports/blaze-web-sdk 0.1.815 → 0.1.817
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 -0
- package/publish/index.js +1 -1
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
|
@@ -1773,6 +1773,9 @@ export * from './widget-story-modal';
|
|
|
1773
1773
|
export * from './widget-story-player';
|
|
1774
1774
|
export * from './widget-story-preview';
|
|
1775
1775
|
export * from './widget-story-video';
|
|
1776
|
+
export * from './widget-interaction';
|
|
1777
|
+
export * from './widget-moment-video';
|
|
1778
|
+
export * from './widget-ad';
|
|
1776
1779
|
|
|
1777
1780
|
export declare class BlazeWidgetStoryAd extends BlazeWidgetStoryBase {
|
|
1778
1781
|
data: IPage | undefined;
|