@adtrackify/at-tracking-event-types 3.0.90 → 3.0.91

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.
@@ -138,6 +138,8 @@ export interface AdClickInfo {
138
138
  ttpCollectedAt?: string;
139
139
  kx?: string;
140
140
  kxCollectedAt?: string;
141
+ klaviyoCid?: string;
142
+ klaviyoCidCollectedAt?: string;
141
143
  sendlaneCid?: string;
142
144
  sendlaneCidCollectedAt?: string;
143
145
  omnisendCid?: string;
@@ -138,6 +138,8 @@ export interface AdClickInfo {
138
138
  ttpCollectedAt?: string;
139
139
  kx?: string;
140
140
  kxCollectedAt?: string;
141
+ klaviyoCid?: string;
142
+ klaviyoCidCollectedAt?: string;
141
143
  sendlaneCid?: string;
142
144
  sendlaneCidCollectedAt?: string;
143
145
  omnisendCid?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "3.0.90",
3
+ "version": "3.0.91",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"