@adtrackify/at-tracking-event-types 4.66.6 → 4.66.8

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.
@@ -144,4 +144,9 @@ export interface RealtimeFeedEvent {
144
144
  browser?: string;
145
145
  os?: string;
146
146
  ipAddress?: string;
147
+ country?: string;
148
+ city?: string;
149
+ region?: string;
150
+ latitude?: number;
151
+ longitude?: number;
147
152
  }
@@ -144,4 +144,9 @@ export interface RealtimeFeedEvent {
144
144
  browser?: string;
145
145
  os?: string;
146
146
  ipAddress?: string;
147
+ country?: string;
148
+ city?: string;
149
+ region?: string;
150
+ latitude?: number;
151
+ longitude?: number;
147
152
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "4.66.6",
3
+ "version": "4.66.8",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"