@adtrackify/at-tracking-event-types 4.66.1 → 4.66.3

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.
@@ -23,6 +23,10 @@ export interface RealtimeActiveVisitor {
23
23
  maxFunnelStage: number;
24
24
  returnTier: string;
25
25
  lastSeenAt: string;
26
+ deviceType?: string;
27
+ browser?: string;
28
+ os?: string;
29
+ ipAddress?: string;
26
30
  }
27
31
  export interface RealtimeGeoCount {
28
32
  country: string;
@@ -122,4 +126,8 @@ export interface RealtimeFeedEvent {
122
126
  timestamp: number;
123
127
  _storedAt: number;
124
128
  rawEvent?: TrackingEvent;
129
+ deviceType?: string;
130
+ browser?: string;
131
+ os?: string;
132
+ ipAddress?: string;
125
133
  }
@@ -23,6 +23,10 @@ export interface RealtimeActiveVisitor {
23
23
  maxFunnelStage: number;
24
24
  returnTier: string;
25
25
  lastSeenAt: string;
26
+ deviceType?: string;
27
+ browser?: string;
28
+ os?: string;
29
+ ipAddress?: string;
26
30
  }
27
31
  export interface RealtimeGeoCount {
28
32
  country: string;
@@ -122,4 +126,8 @@ export interface RealtimeFeedEvent {
122
126
  timestamp: number;
123
127
  _storedAt: number;
124
128
  rawEvent?: TrackingEvent;
129
+ deviceType?: string;
130
+ browser?: string;
131
+ os?: string;
132
+ ipAddress?: string;
125
133
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "4.66.1",
3
+ "version": "4.66.3",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"