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

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 {
@@ -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 {
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.86",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"