@bprotsyk/aso-core 2.1.12 → 2.1.13

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
@@ -49,7 +49,7 @@ export interface IPlatformParams {
49
49
  customCampaignData?: IAppKeitaroData;
50
50
  adjustAppId: string;
51
51
  adjustEventIds: IAdjustEventIds;
52
- proxied: boolean;
52
+ proxied?: boolean;
53
53
  }
54
54
  export interface IAdjustEventIds {
55
55
  lead: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "2.1.12",
3
+ "version": "2.1.13",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
package/src/app/app.ts CHANGED
@@ -58,7 +58,7 @@ export interface IPlatformParams {
58
58
  customCampaignData?: IAppKeitaroData,
59
59
  adjustAppId: string,
60
60
  adjustEventIds: IAdjustEventIds,
61
- proxied: boolean
61
+ proxied?: boolean
62
62
  }
63
63
 
64
64
  export interface IAdjustEventIds {