@amplitude/analytics-types
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -44,3 +44,5 @@ import { LogLevel, Logger } from './logger'; | ||
} | ||
export declare type ReactNativeConfig = BrowserConfig; | ||
export declare type ReactNativeConfig = Omit<BrowserConfig, 'trackingOptions'> & { | ||
trackingOptions: ReactNativeTrackingOptions; | ||
}; | ||
export declare type NodeConfig = Config; | ||
@@ -66,2 +68,5 @@ export declare type InitOptions<T extends Config> = Partial<Config> & Omit<T, keyof Config> & { | ||
} | ||
export interface ReactNativeTrackingOptions extends TrackingOptions { | ||
adid?: boolean; | ||
} | ||
export interface AdditionalBrowserOptions { | ||
@@ -68,0 +73,0 @@ attribution?: AttributionBrowserOptions; |
{ | ||
"name": "@amplitude/analytics-types", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "", | ||
@@ -34,3 +34,3 @@ "author": "Amplitude Inc", | ||
], | ||
"gitHead": "321002ef9a539959373204c3d7b15322b0936752" | ||
"gitHead": "39c6658dd10b735e38651aedb04f8eeea7e6372e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73317
702