@adtrackify/at-tracking-event-types 1.2.3 → 1.2.4

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.
@@ -98,6 +98,7 @@ export interface Enrichment {
98
98
  isMobile?: boolean;
99
99
  isWirelessCarrier?: boolean;
100
100
  ipLookupResponse?: IPDataResponse;
101
+ deviceInfo?: DeviceInfo;
101
102
  }
102
103
  export interface AdClickInfo {
103
104
  fbp?: string;
@@ -98,6 +98,7 @@ export interface Enrichment {
98
98
  isMobile?: boolean;
99
99
  isWirelessCarrier?: boolean;
100
100
  ipLookupResponse?: IPDataResponse;
101
+ deviceInfo?: DeviceInfo;
101
102
  }
102
103
  export interface AdClickInfo {
103
104
  fbp?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"