@adtrackify/at-tracking-event-types 1.1.26 → 1.1.27

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
@@ -577,7 +577,7 @@ declare module '@adtrackify/at-tracking-event-types/types/tracking-events/tracki
577
577
  sessionId?: string;
578
578
  shopify?: ShopifyInfo;
579
579
  adBlockDetected?: boolean;
580
- enrichment: Enrichment;
580
+ enrichment?: Enrichment;
581
581
  }
582
582
  export interface Enrichment {
583
583
  refrMedium?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "1.1.26",
3
+ "version": "1.1.27",
4
4
  "description": "",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",
@@ -20,7 +20,7 @@ export interface TrackingEventContextProperties {
20
20
  sessionId?: string;
21
21
  shopify?: ShopifyInfo;
22
22
  adBlockDetected?: boolean;
23
- enrichment: Enrichment;
23
+ enrichment?: Enrichment;
24
24
  }
25
25
 
26
26
  export interface Enrichment {