@openreplay/tracker 16.3.0-beta.2 → 17.0.0-beta.0

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.
@@ -26,6 +26,9 @@ export declare const enum Type {
26
26
  Metadata = 30,
27
27
  StringDictGlobal = 34,
28
28
  SetNodeAttributeDictGlobal = 35,
29
+ CSSInsertRule = 37,
30
+ CSSDeleteRule = 38,
31
+ Fetch = 39,
29
32
  Profiler = 40,
30
33
  OTable = 41,
31
34
  StateAction = 42,
@@ -39,15 +42,17 @@ export declare const enum Type {
39
42
  SetNodeAttributeDictDeprecated = 51,
40
43
  StringDict = 43,
41
44
  SetNodeAttributeDict = 52,
42
- ResourceTimingDeprecated = 53,
45
+ ResourceTimingDeprecatedDeprecated = 53,
43
46
  ConnectionInformation = 54,
44
47
  SetPageVisibility = 55,
45
48
  LoadFontFace = 57,
46
49
  SetNodeFocus = 58,
50
+ LongTask = 59,
47
51
  SetNodeAttributeURLBased = 60,
48
52
  SetCSSDataURLBased = 61,
49
53
  TechnicalInfo = 63,
50
54
  CustomIssue = 64,
55
+ CSSInsertRuleURLBased = 67,
51
56
  MouseClick = 68,
52
57
  MouseClickDeprecated = 69,
53
58
  CreateIFrameDocument = 70,
@@ -62,11 +67,14 @@ export declare const enum Type {
62
67
  PartitionedMessage = 82,
63
68
  NetworkRequest = 83,
64
69
  WSChannel = 84,
70
+ ResourceTiming = 85,
71
+ Incident = 87,
72
+ LongAnimationTask = 89,
65
73
  InputChange = 112,
66
74
  SelectionChange = 113,
67
75
  MouseThrashing = 114,
68
76
  UnbindNodes = 115,
69
- ResourceTiming = 116,
77
+ ResourceTimingDeprecated = 116,
70
78
  TabChange = 117,
71
79
  TabData = 118,
72
80
  CanvasNode = 119,
@@ -229,6 +237,27 @@ export type SetNodeAttributeDictGlobal = [
229
237
  number,
230
238
  number
231
239
  ];
240
+ export type CSSInsertRule = [
241
+ Type.CSSInsertRule,
242
+ number,
243
+ string,
244
+ number
245
+ ];
246
+ export type CSSDeleteRule = [
247
+ Type.CSSDeleteRule,
248
+ number,
249
+ number
250
+ ];
251
+ export type Fetch = [
252
+ Type.Fetch,
253
+ string,
254
+ string,
255
+ string,
256
+ string,
257
+ number,
258
+ number,
259
+ number
260
+ ];
232
261
  export type Profiler = [
233
262
  Type.Profiler,
234
263
  string,
@@ -304,8 +333,8 @@ export type SetNodeAttributeDict = [
304
333
  string,
305
334
  string
306
335
  ];
307
- export type ResourceTimingDeprecated = [
308
- Type.ResourceTimingDeprecated,
336
+ export type ResourceTimingDeprecatedDeprecated = [
337
+ Type.ResourceTimingDeprecatedDeprecated,
309
338
  number,
310
339
  number,
311
340
  number,
@@ -335,6 +364,16 @@ export type SetNodeFocus = [
335
364
  Type.SetNodeFocus,
336
365
  number
337
366
  ];
367
+ export type LongTask = [
368
+ Type.LongTask,
369
+ number,
370
+ number,
371
+ number,
372
+ number,
373
+ string,
374
+ string,
375
+ string
376
+ ];
338
377
  export type SetNodeAttributeURLBased = [
339
378
  Type.SetNodeAttributeURLBased,
340
379
  number,
@@ -358,6 +397,13 @@ export type CustomIssue = [
358
397
  string,
359
398
  string
360
399
  ];
400
+ export type CSSInsertRuleURLBased = [
401
+ Type.CSSInsertRuleURLBased,
402
+ number,
403
+ string,
404
+ number,
405
+ string
406
+ ];
361
407
  export type MouseClick = [
362
408
  Type.MouseClick,
363
409
  number,
@@ -453,6 +499,41 @@ export type WSChannel = [
453
499
  string,
454
500
  string
455
501
  ];
502
+ export type ResourceTiming = [
503
+ Type.ResourceTiming,
504
+ number,
505
+ number,
506
+ number,
507
+ number,
508
+ number,
509
+ number,
510
+ string,
511
+ string,
512
+ number,
513
+ boolean,
514
+ number,
515
+ number,
516
+ number,
517
+ number,
518
+ number,
519
+ number,
520
+ number
521
+ ];
522
+ export type Incident = [
523
+ Type.Incident,
524
+ string,
525
+ number,
526
+ number
527
+ ];
528
+ export type LongAnimationTask = [
529
+ Type.LongAnimationTask,
530
+ string,
531
+ number,
532
+ number,
533
+ number,
534
+ number,
535
+ string
536
+ ];
456
537
  export type InputChange = [
457
538
  Type.InputChange,
458
539
  number,
@@ -476,8 +557,8 @@ export type UnbindNodes = [
476
557
  Type.UnbindNodes,
477
558
  number
478
559
  ];
479
- export type ResourceTiming = [
480
- Type.ResourceTiming,
560
+ export type ResourceTimingDeprecated = [
561
+ Type.ResourceTimingDeprecated,
481
562
  number,
482
563
  number,
483
564
  number,
@@ -533,5 +614,5 @@ export type WebVitals = [
533
614
  string,
534
615
  string
535
616
  ];
536
- 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 | Profiler | OTable | StateAction | ReduxDeprecated | Vuex | MobX | NgRx | GraphQLDeprecated | PerformanceTrack | StringDictDeprecated | SetNodeAttributeDictDeprecated | StringDict | SetNodeAttributeDict | ResourceTimingDeprecated | ConnectionInformation | SetPageVisibility | LoadFontFace | SetNodeFocus | SetNodeAttributeURLBased | SetCSSDataURLBased | TechnicalInfo | CustomIssue | MouseClick | MouseClickDeprecated | CreateIFrameDocument | AdoptedSSReplaceURLBased | AdoptedSSInsertRuleURLBased | AdoptedSSDeleteRule | AdoptedSSAddOwner | AdoptedSSRemoveOwner | JSException | Zustand | BatchMetadata | PartitionedMessage | NetworkRequest | WSChannel | InputChange | SelectionChange | MouseThrashing | UnbindNodes | ResourceTiming | TabChange | TabData | CanvasNode | TagTrigger | Redux | SetPageLocation | GraphQL | WebVitals;
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;
537
618
  export default Message;