@adtrackify/at-tracking-event-types 3.0.70 → 3.0.72

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.
@@ -80,7 +80,7 @@ export interface KlaviyoConfiguration extends UserDestinationConfiguration {
80
80
  }
81
81
  export interface SendlaneConfiguration extends UserDestinationConfiguration {
82
82
  apiAccessToken: string;
83
- customIntegrationToken: string;
83
+ sendlaneIntegrationToken: string;
84
84
  }
85
85
  export interface OutbrainConfiguration extends UserDestinationConfiguration {
86
86
  pixelId: string;
@@ -137,6 +137,8 @@ export interface AdClickInfo {
137
137
  ttp?: string;
138
138
  kx?: string;
139
139
  kxCollectedAt?: string;
140
+ sendlaneCid?: string;
141
+ sendlaneCidCollectedAt?: string;
140
142
  }
141
143
  export interface GoogleClientInfo {
142
144
  id: string;
@@ -80,7 +80,7 @@ export interface KlaviyoConfiguration extends UserDestinationConfiguration {
80
80
  }
81
81
  export interface SendlaneConfiguration extends UserDestinationConfiguration {
82
82
  apiAccessToken: string;
83
- customIntegrationToken: string;
83
+ sendlaneIntegrationToken: string;
84
84
  }
85
85
  export interface OutbrainConfiguration extends UserDestinationConfiguration {
86
86
  pixelId: string;
@@ -137,6 +137,8 @@ export interface AdClickInfo {
137
137
  ttp?: string;
138
138
  kx?: string;
139
139
  kxCollectedAt?: string;
140
+ sendlaneCid?: string;
141
+ sendlaneCidCollectedAt?: string;
140
142
  }
141
143
  export interface GoogleClientInfo {
142
144
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "3.0.70",
3
+ "version": "3.0.72",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"