@adtrackify/at-tracking-event-types 1.1.34 → 1.1.35

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.
package/.husky/pre-push CHANGED
@@ -1,4 +1,4 @@
1
- #!/bin/sh
2
- . "$(dirname "$0")/_/husky.sh"
3
-
4
- npm run build
1
+ #!/bin/sh
2
+ . "$(dirname "$0")/_/husky.sh"
3
+
4
+ npm run build
package/dist/index.d.ts CHANGED
@@ -657,6 +657,8 @@ declare module '@adtrackify/at-tracking-event-types/types/tracking-events/tracki
657
657
  gclid?: string;
658
658
  gbraid?: string;
659
659
  wbraid?: string;
660
+ ttclid?: string;
661
+ ttp?: string;
660
662
  }
661
663
  export interface CampaignInfo {
662
664
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "1.1.34",
3
+ "version": "1.1.35",
4
4
  "description": "",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",
@@ -74,4 +74,4 @@
74
74
  "author": "",
75
75
  "license": "ISC",
76
76
  "homepage": "https://bitbucket.org/eacap/at-tracking-event-types#readme"
77
- }
77
+ }
@@ -109,6 +109,8 @@ export interface AdClickInfo {
109
109
  gclid?: string;
110
110
  gbraid?: string;
111
111
  wbraid?: string;
112
+ ttclid?: string;
113
+ ttp?: string;
112
114
  }
113
115
 
114
116
  export interface CampaignInfo {