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