@adtrackify/at-tracking-event-types 1.1.28 → 1.1.29

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/dist/index.d.ts CHANGED
@@ -588,6 +588,7 @@ declare module '@adtrackify/at-tracking-event-types/types/tracking-events/tracki
588
588
  mktMedium?: string;
589
589
  mktTerm?: string;
590
590
  mktContent?: string;
591
+ mktClickParam?: string;
591
592
  mktClickId?: string;
592
593
  mktClickNetwork?: string;
593
594
  isMobile?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "1.1.28",
3
+ "version": "1.1.29",
4
4
  "description": "",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",
@@ -32,6 +32,7 @@ export interface Enrichment {
32
32
  mktMedium?: string;
33
33
  mktTerm?: string;
34
34
  mktContent?: string;
35
+ mktClickParam?: string;
35
36
  mktClickId?: string;
36
37
  mktClickNetwork?: string;
37
38
  isMobile?: boolean;