@bprotsyk/aso-core 2.1.74 → 2.1.75

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.
package/lib/app/app.d.ts CHANGED
@@ -69,8 +69,7 @@ export interface IPlatformParams {
69
69
  postApiKey: string;
70
70
  };
71
71
  appsflyerParams?: {
72
- devKey: string;
73
- appId?: string;
72
+ apiToken: string;
74
73
  eventIds?: Record<string, string>;
75
74
  };
76
75
  proxied?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "2.1.74",
3
+ "version": "2.1.75",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
package/src/app/app.ts CHANGED
@@ -107,8 +107,7 @@ export interface IPlatformParams {
107
107
  postApiKey: string,
108
108
  },
109
109
  appsflyerParams? :{
110
- devKey: string,
111
- appId?: string,
110
+ apiToken: string,
112
111
  eventIds?: Record<string, string>,
113
112
  },
114
113
  proxied?: boolean,