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

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.
@@ -135,10 +135,13 @@ export interface AdClickInfo {
135
135
  ttclid?: string;
136
136
  ttclidCollectedAt?: string;
137
137
  ttp?: string;
138
+ ttpCollectedAt?: string;
138
139
  kx?: string;
139
140
  kxCollectedAt?: string;
140
141
  sendlaneCid?: string;
141
142
  sendlaneCidCollectedAt?: string;
143
+ omnisendCid?: string;
144
+ omnisendCidCollectedAt?: string;
142
145
  }
143
146
  export interface GoogleClientInfo {
144
147
  id: string;
@@ -135,10 +135,13 @@ export interface AdClickInfo {
135
135
  ttclid?: string;
136
136
  ttclidCollectedAt?: string;
137
137
  ttp?: string;
138
+ ttpCollectedAt?: string;
138
139
  kx?: string;
139
140
  kxCollectedAt?: string;
140
141
  sendlaneCid?: string;
141
142
  sendlaneCidCollectedAt?: string;
143
+ omnisendCid?: string;
144
+ omnisendCidCollectedAt?: string;
142
145
  }
143
146
  export interface GoogleClientInfo {
144
147
  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.75",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"