@openreplay/tracker 17.0.0-beta.0 → 17.0.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/dist/cjs/common/interaction.d.ts +1 -1
- package/dist/cjs/common/messages.gen.d.ts +13 -1
- package/dist/cjs/entry.js +625 -1795
- package/dist/cjs/entry.js.map +1 -1
- package/dist/cjs/index.js +625 -1753
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/main/app/guards.d.ts +1 -0
- package/dist/cjs/main/app/index.d.ts +1 -7
- package/dist/cjs/main/app/messages.gen.d.ts +2 -0
- package/dist/cjs/main/app/nodes/idSeq.d.ts +14 -0
- package/dist/cjs/main/app/nodes/index.d.ts +2 -1
- package/dist/cjs/main/app/observer/observer.d.ts +4 -0
- package/dist/cjs/main/app/observer/top_observer.d.ts +4 -2
- package/dist/cjs/main/app/session.d.ts +3 -2
- package/dist/cjs/main/index.d.ts +4 -12
- package/dist/cjs/main/modules/conditionsManager.d.ts +6 -1
- package/dist/cjs/main/modules/mouse.d.ts +2 -20
- package/dist/cjs/main/modules/timing.d.ts +1 -0
- package/dist/cjs/main/modules/viewport.d.ts +5 -1
- package/dist/cjs/main/modules/webAnimations.d.ts +9 -0
- package/dist/cjs/main/singleton.d.ts +0 -7
- package/dist/lib/common/interaction.d.ts +1 -1
- package/dist/lib/common/messages.gen.d.ts +13 -1
- package/dist/lib/entry.js +625 -1795
- package/dist/lib/entry.js.map +1 -1
- package/dist/lib/index.js +625 -1753
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/main/app/guards.d.ts +1 -0
- package/dist/lib/main/app/index.d.ts +1 -7
- package/dist/lib/main/app/messages.gen.d.ts +2 -0
- package/dist/lib/main/app/nodes/idSeq.d.ts +14 -0
- package/dist/lib/main/app/nodes/index.d.ts +2 -1
- package/dist/lib/main/app/observer/observer.d.ts +4 -0
- package/dist/lib/main/app/observer/top_observer.d.ts +4 -2
- package/dist/lib/main/app/session.d.ts +3 -2
- package/dist/lib/main/index.d.ts +4 -12
- package/dist/lib/main/modules/conditionsManager.d.ts +6 -1
- package/dist/lib/main/modules/mouse.d.ts +2 -20
- package/dist/lib/main/modules/timing.d.ts +1 -0
- package/dist/lib/main/modules/viewport.d.ts +5 -1
- package/dist/lib/main/modules/webAnimations.d.ts +9 -0
- package/dist/lib/main/singleton.d.ts +0 -7
- package/dist/types/common/interaction.d.ts +1 -1
- package/dist/types/common/messages.gen.d.ts +13 -1
- package/dist/types/main/app/guards.d.ts +1 -0
- package/dist/types/main/app/index.d.ts +1 -7
- package/dist/types/main/app/messages.gen.d.ts +2 -0
- package/dist/types/main/app/nodes/idSeq.d.ts +14 -0
- package/dist/types/main/app/nodes/index.d.ts +2 -1
- package/dist/types/main/app/observer/observer.d.ts +4 -0
- package/dist/types/main/app/observer/top_observer.d.ts +4 -2
- package/dist/types/main/app/session.d.ts +3 -2
- package/dist/types/main/index.d.ts +4 -12
- package/dist/types/main/modules/conditionsManager.d.ts +6 -1
- package/dist/types/main/modules/mouse.d.ts +2 -20
- package/dist/types/main/modules/timing.d.ts +1 -0
- package/dist/types/main/modules/viewport.d.ts +5 -1
- package/dist/types/main/modules/webAnimations.d.ts +9 -0
- package/dist/types/main/singleton.d.ts +0 -7
- package/package.json +13 -14
- package/dist/cjs/main/modules/featureFlags.d.ts +0 -25
- package/dist/cjs/main/modules/userTesting/SignalManager.d.ts +0 -29
- package/dist/cjs/main/modules/userTesting/dnd.d.ts +0 -1
- package/dist/cjs/main/modules/userTesting/index.d.ts +0 -45
- package/dist/cjs/main/modules/userTesting/recorder.d.ts +0 -24
- package/dist/cjs/main/modules/userTesting/styles.d.ts +0 -277
- package/dist/cjs/main/modules/userTesting/utils.d.ts +0 -9
- package/dist/lib/main/modules/featureFlags.d.ts +0 -25
- package/dist/lib/main/modules/userTesting/SignalManager.d.ts +0 -29
- package/dist/lib/main/modules/userTesting/dnd.d.ts +0 -1
- package/dist/lib/main/modules/userTesting/index.d.ts +0 -45
- package/dist/lib/main/modules/userTesting/recorder.d.ts +0 -24
- package/dist/lib/main/modules/userTesting/styles.d.ts +0 -277
- package/dist/lib/main/modules/userTesting/utils.d.ts +0 -9
- package/dist/types/main/modules/featureFlags.d.ts +0 -25
- package/dist/types/main/modules/userTesting/SignalManager.d.ts +0 -29
- package/dist/types/main/modules/userTesting/dnd.d.ts +0 -1
- package/dist/types/main/modules/userTesting/index.d.ts +0 -45
- package/dist/types/main/modules/userTesting/recorder.d.ts +0 -24
- package/dist/types/main/modules/userTesting/styles.d.ts +0 -277
- package/dist/types/main/modules/userTesting/utils.d.ts +0 -9
|
@@ -22,7 +22,7 @@ export type ToWorkerData = null | 'stop' | Start | Auth | Array<Message> | {
|
|
|
22
22
|
} | {
|
|
23
23
|
type: 'uncompressed';
|
|
24
24
|
batch: Uint8Array;
|
|
25
|
-
} | 'forceFlushBatch' | 'check_queue';
|
|
25
|
+
} | 'forceFlushBatch' | 'closing' | 'check_queue';
|
|
26
26
|
type Failure = {
|
|
27
27
|
type: 'failure';
|
|
28
28
|
reason: string;
|
|
@@ -26,6 +26,7 @@ export declare const enum Type {
|
|
|
26
26
|
Metadata = 30,
|
|
27
27
|
StringDictGlobal = 34,
|
|
28
28
|
SetNodeAttributeDictGlobal = 35,
|
|
29
|
+
NodeAnimationResult = 36,
|
|
29
30
|
CSSInsertRule = 37,
|
|
30
31
|
CSSDeleteRule = 38,
|
|
31
32
|
Fetch = 39,
|
|
@@ -52,6 +53,7 @@ export declare const enum Type {
|
|
|
52
53
|
SetCSSDataURLBased = 61,
|
|
53
54
|
TechnicalInfo = 63,
|
|
54
55
|
CustomIssue = 64,
|
|
56
|
+
SetNodeSlot = 65,
|
|
55
57
|
CSSInsertRuleURLBased = 67,
|
|
56
58
|
MouseClick = 68,
|
|
57
59
|
MouseClickDeprecated = 69,
|
|
@@ -237,6 +239,11 @@ export type SetNodeAttributeDictGlobal = [
|
|
|
237
239
|
number,
|
|
238
240
|
number
|
|
239
241
|
];
|
|
242
|
+
export type NodeAnimationResult = [
|
|
243
|
+
Type.NodeAnimationResult,
|
|
244
|
+
number,
|
|
245
|
+
string
|
|
246
|
+
];
|
|
240
247
|
export type CSSInsertRule = [
|
|
241
248
|
Type.CSSInsertRule,
|
|
242
249
|
number,
|
|
@@ -397,6 +404,11 @@ export type CustomIssue = [
|
|
|
397
404
|
string,
|
|
398
405
|
string
|
|
399
406
|
];
|
|
407
|
+
export type SetNodeSlot = [
|
|
408
|
+
Type.SetNodeSlot,
|
|
409
|
+
number,
|
|
410
|
+
number
|
|
411
|
+
];
|
|
400
412
|
export type CSSInsertRuleURLBased = [
|
|
401
413
|
Type.CSSInsertRuleURLBased,
|
|
402
414
|
number,
|
|
@@ -614,5 +626,5 @@ export type WebVitals = [
|
|
|
614
626
|
string,
|
|
615
627
|
string
|
|
616
628
|
];
|
|
617
|
-
type Message = Timestamp | SetPageLocationDeprecated | SetViewportSize | SetViewportScroll | CreateDocument | CreateElementNode | CreateTextNode | MoveNode | RemoveNode | SetNodeAttribute | RemoveNodeAttribute | SetNodeData | SetNodeScroll | SetInputTarget | SetInputValue | SetInputChecked | MouseMove | NetworkRequestDeprecated | ConsoleLog | PageLoadTiming | PageRenderTiming | CustomEvent | UserID | UserAnonymousID | Metadata | StringDictGlobal | SetNodeAttributeDictGlobal | CSSInsertRule | CSSDeleteRule | Fetch | Profiler | OTable | StateAction | ReduxDeprecated | Vuex | MobX | NgRx | GraphQLDeprecated | PerformanceTrack | StringDictDeprecated | SetNodeAttributeDictDeprecated | StringDict | SetNodeAttributeDict | ResourceTimingDeprecatedDeprecated | ConnectionInformation | SetPageVisibility | LoadFontFace | SetNodeFocus | LongTask | SetNodeAttributeURLBased | SetCSSDataURLBased | TechnicalInfo | CustomIssue | CSSInsertRuleURLBased | MouseClick | MouseClickDeprecated | CreateIFrameDocument | AdoptedSSReplaceURLBased | AdoptedSSInsertRuleURLBased | AdoptedSSDeleteRule | AdoptedSSAddOwner | AdoptedSSRemoveOwner | JSException | Zustand | BatchMetadata | PartitionedMessage | NetworkRequest | WSChannel | ResourceTiming | Incident | LongAnimationTask | InputChange | SelectionChange | MouseThrashing | UnbindNodes | ResourceTimingDeprecated | TabChange | TabData | CanvasNode | TagTrigger | Redux | SetPageLocation | GraphQL | WebVitals;
|
|
629
|
+
type Message = Timestamp | SetPageLocationDeprecated | SetViewportSize | SetViewportScroll | CreateDocument | CreateElementNode | CreateTextNode | MoveNode | RemoveNode | SetNodeAttribute | RemoveNodeAttribute | SetNodeData | SetNodeScroll | SetInputTarget | SetInputValue | SetInputChecked | MouseMove | NetworkRequestDeprecated | ConsoleLog | PageLoadTiming | PageRenderTiming | CustomEvent | UserID | UserAnonymousID | Metadata | StringDictGlobal | SetNodeAttributeDictGlobal | NodeAnimationResult | CSSInsertRule | CSSDeleteRule | Fetch | Profiler | OTable | StateAction | ReduxDeprecated | Vuex | MobX | NgRx | GraphQLDeprecated | PerformanceTrack | StringDictDeprecated | SetNodeAttributeDictDeprecated | StringDict | SetNodeAttributeDict | ResourceTimingDeprecatedDeprecated | ConnectionInformation | SetPageVisibility | LoadFontFace | SetNodeFocus | LongTask | SetNodeAttributeURLBased | SetCSSDataURLBased | TechnicalInfo | CustomIssue | SetNodeSlot | CSSInsertRuleURLBased | MouseClick | MouseClickDeprecated | CreateIFrameDocument | AdoptedSSReplaceURLBased | AdoptedSSInsertRuleURLBased | AdoptedSSDeleteRule | AdoptedSSAddOwner | AdoptedSSRemoveOwner | JSException | Zustand | BatchMetadata | PartitionedMessage | NetworkRequest | WSChannel | ResourceTiming | Incident | LongAnimationTask | InputChange | SelectionChange | MouseThrashing | UnbindNodes | ResourceTimingDeprecated | TabChange | TabData | CanvasNode | TagTrigger | Redux | SetPageLocation | GraphQL | WebVitals;
|
|
618
630
|
export default Message;
|