@adtrackify/at-tracking-event-types 1.2.0 → 1.2.2

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.
@@ -106,6 +106,8 @@ export interface AdClickInfo {
106
106
  gclid?: string;
107
107
  gbraid?: string;
108
108
  wbraid?: string;
109
+ ttclid?: string;
110
+ ttp?: string;
109
111
  }
110
112
  export interface CampaignInfo {
111
113
  name?: string;
@@ -106,6 +106,8 @@ export interface AdClickInfo {
106
106
  gclid?: string;
107
107
  gbraid?: string;
108
108
  wbraid?: string;
109
+ ttclid?: string;
110
+ ttp?: string;
109
111
  }
110
112
  export interface CampaignInfo {
111
113
  name?: string;
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"
7
7
  ],
8
8
  "main": "./dist/cjs/index.js",
9
9
  "module": "./dist/esm/index.js",
10
- "type": "module",
11
10
  "engines": {
12
11
  "npm": ">=8.0.0 <9.0.0",
13
12
  "node": ">=16.0.0 <18.14.2"