@wscsports/blaze-web-sdk 0.11.0 → 0.11.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wscsports/blaze-web-sdk",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -150,6 +150,7 @@ export declare class ReferringEventInfo {
150
150
  'story_source': string;
151
151
  }
152
152
  export declare class AnalyticsEvent {
153
+ 'api_scheme_version': string;
153
154
  'sdk_event_session_counter': number;
154
155
  'sdk_event_id': string;
155
156
  'timestamp_utc': string;
@@ -4333,6 +4334,12 @@ export declare class BlazeWidgetItem extends BaseWidget implements Observable {
4333
4334
  private setupEventListeners;
4334
4335
  private handleWidgetClick;
4335
4336
  disconnectedCallback(): void;
4337
+ debouncedIntersectionAction: {
4338
+ (): void;
4339
+ cancel(): void;
4340
+ } & {
4341
+ cancel: () => void;
4342
+ };
4336
4343
  handleIntersection(): void;
4337
4344
  private setData;
4338
4345
  isFullyVisibleInParent(): boolean;