@financial-times/ads-permutive
Advanced tools
Comparing version 5.1.0 to 5.1.1-beta.1
@@ -19,3 +19,3 @@ { | ||
}, | ||
"version": "5.1.0" | ||
"version": "5.1.1-beta.1" | ||
} |
@@ -1,1 +0,16 @@ | ||
export {}; | ||
export declare function setup(configOptions: Object): void; | ||
interface IPageViewOptions { | ||
mappingFunc: ?Function; | ||
} | ||
export declare function trackPageView(pageViewData: Object, options: IPageViewOptions): void; | ||
export declare function trackEvent(eventName: string, trackingInfo: Object): void; | ||
export declare function identifyUser(user: { uuid: string }): void; | ||
export declare function setTargeting(): void; | ||
export declare function getViewId(): Promise<unknown>; | ||
export declare function getPermutiveId(): ?string; | ||
export declare function getSegments(): any; | ||
export declare function fromAdsApiV1ToPageView(props?: Object): PageView; | ||
export declare function fromAdsApiV2ToPageView(props?: Object): PageView; | ||
export declare function fromAdsDataToPageView(props?: Object): PageView; | ||
export declare function loadPermutiveScript(): Promise<unknown>; | ||
export declare function isInitialised(): boolean; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
29114
692
2