@adtrackify/at-tracking-event-types 3.0.27 → 3.0.28

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.
@@ -129,6 +129,7 @@ export interface AdClickInfo {
129
129
  wbraid?: string;
130
130
  ttclid?: string;
131
131
  ttp?: string;
132
+ kx?: string;
132
133
  }
133
134
  export interface GoogleClientInfo {
134
135
  id: string;
@@ -129,6 +129,7 @@ export interface AdClickInfo {
129
129
  wbraid?: string;
130
130
  ttclid?: string;
131
131
  ttp?: string;
132
+ kx?: string;
132
133
  }
133
134
  export interface GoogleClientInfo {
134
135
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "3.0.27",
3
+ "version": "3.0.28",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"