@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 +1 -1
- package/publish/index.d.ts +7 -0
- package/publish/index.js +1 -1
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
|
@@ -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;
|