@adtrackify/at-tracking-event-types 3.0.73 → 3.0.74

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.
@@ -139,6 +139,8 @@ export interface AdClickInfo {
139
139
  kxCollectedAt?: string;
140
140
  sendlaneCid?: string;
141
141
  sendlaneCidCollectedAt?: string;
142
+ omnisendCid?: string;
143
+ omnisendCidCollectedAt?: string;
142
144
  }
143
145
  export interface GoogleClientInfo {
144
146
  id: string;
@@ -139,6 +139,8 @@ export interface AdClickInfo {
139
139
  kxCollectedAt?: string;
140
140
  sendlaneCid?: string;
141
141
  sendlaneCidCollectedAt?: string;
142
+ omnisendCid?: string;
143
+ omnisendCidCollectedAt?: string;
142
144
  }
143
145
  export interface GoogleClientInfo {
144
146
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "3.0.73",
3
+ "version": "3.0.74",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"