@adtrackify/at-tracking-event-types 3.1.85 → 3.1.87

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.
@@ -106,8 +106,8 @@ export interface GoogleAdsV2Configuration extends UserDestinationConfiguration {
106
106
  conversionId: string;
107
107
  }
108
108
  export interface YotpoConfiguration extends UserDestinationConfiguration {
109
- apiKey: string;
110
- apiSecret: string;
109
+ appKey: string;
110
+ secretKey: string;
111
111
  apiAccessToken?: string;
112
112
  }
113
113
  export declare enum CustomHTMLLocation {
@@ -166,6 +166,8 @@ export interface AdClickInfo {
166
166
  sendlaneCidCollectedAt?: string;
167
167
  omnisendCid?: string;
168
168
  omnisendCidCollectedAt?: string;
169
+ yotpoWtbae?: string;
170
+ yotpoWtbaeCollectedAt?: string;
169
171
  }
170
172
  export interface GoogleClientInfo {
171
173
  id: string;
@@ -106,8 +106,8 @@ export interface GoogleAdsV2Configuration extends UserDestinationConfiguration {
106
106
  conversionId: string;
107
107
  }
108
108
  export interface YotpoConfiguration extends UserDestinationConfiguration {
109
- apiKey: string;
110
- apiSecret: string;
109
+ appKey: string;
110
+ secretKey: string;
111
111
  apiAccessToken?: string;
112
112
  }
113
113
  export declare enum CustomHTMLLocation {
@@ -166,6 +166,8 @@ export interface AdClickInfo {
166
166
  sendlaneCidCollectedAt?: string;
167
167
  omnisendCid?: string;
168
168
  omnisendCidCollectedAt?: string;
169
+ yotpoWtbae?: string;
170
+ yotpoWtbaeCollectedAt?: string;
169
171
  }
170
172
  export interface GoogleClientInfo {
171
173
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "3.1.85",
3
+ "version": "3.1.87",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"