@adtrackify/at-tracking-event-types 3.0.17 → 3.0.18

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.
@@ -119,6 +119,7 @@ export interface GoogleClientInfo {
119
119
  id: string;
120
120
  clientId?: string;
121
121
  clickId?: string;
122
+ sessionId?: string;
122
123
  }
123
124
  export interface CampaignInfo {
124
125
  name?: string;
@@ -119,6 +119,7 @@ export interface GoogleClientInfo {
119
119
  id: string;
120
120
  clientId?: string;
121
121
  clickId?: string;
122
+ sessionId?: string;
122
123
  }
123
124
  export interface CampaignInfo {
124
125
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "3.0.17",
3
+ "version": "3.0.18",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"