@adtrackify/at-tracking-event-types 4.30.0 → 4.31.0

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.
@@ -45,10 +45,3 @@ export interface RealtimeIngressMessage {
45
45
  refrMedium?: string;
46
46
  refrTerm?: string;
47
47
  }
48
- export interface SessionCommerceState {
49
- maxFunnelStage: number;
50
- hasPurchase: boolean;
51
- conversionValue: number;
52
- conversionCurrency?: string;
53
- commerceEventCount: number;
54
- }
@@ -196,6 +196,7 @@ export interface CampaignInfo {
196
196
  content?: string;
197
197
  }
198
198
  export interface PageInfo {
199
+ host?: string;
199
200
  path?: string;
200
201
  referrer?: string;
201
202
  search?: string;
@@ -45,10 +45,3 @@ export interface RealtimeIngressMessage {
45
45
  refrMedium?: string;
46
46
  refrTerm?: string;
47
47
  }
48
- export interface SessionCommerceState {
49
- maxFunnelStage: number;
50
- hasPurchase: boolean;
51
- conversionValue: number;
52
- conversionCurrency?: string;
53
- commerceEventCount: number;
54
- }
@@ -196,6 +196,7 @@ export interface CampaignInfo {
196
196
  content?: string;
197
197
  }
198
198
  export interface PageInfo {
199
+ host?: string;
199
200
  path?: string;
200
201
  referrer?: string;
201
202
  search?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "4.30.0",
3
+ "version": "4.31.0",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"