apps-sdk 1.0.144 → 1.0.145

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apps-sdk",
3
- "version": "1.0.144",
3
+ "version": "1.0.145",
4
4
  "description": "Apps SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/types/index.d.ts CHANGED
@@ -167,7 +167,7 @@ declare module 'apps-sdk' {
167
167
  export class AdJust {
168
168
  sdkVersion: string | null;
169
169
  attribution: object;
170
- initialize(initialize: string): Promise<void>;
170
+ initialize(adjustToken?: string): Promise<void>;
171
171
  updateAttributionInfo(): void;
172
172
  getAttributionData(): Promise<any>;
173
173
  sendAttributionData(attribution: any): Promise<void>;