@types/amplitude-js
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -14,51 +14,51 @@ // Type definitions for Amplitude SDK 8.0 | ||
export interface Config { | ||
apiEndpoint?: string; | ||
batchEvents?: boolean; | ||
cookieExpiration?: number; | ||
cookieForceUpgrade?: boolean; | ||
cookieName?: string; | ||
userId?: string; | ||
deferInitialization?: boolean; | ||
deviceId?: string; | ||
deviceIdFromUrlParam?: boolean; | ||
disableCookies?: boolean; | ||
domain?: string; | ||
eventUploadPeriodMillis?: number; | ||
eventUploadThreshold?: number; | ||
forceHttps?: boolean; | ||
includeFbclid?: boolean; | ||
includeGclid?: boolean; | ||
includeReferrer?: boolean; | ||
includeUtm?: boolean; | ||
language?: string; | ||
logLevel?: 'DISABLE' | 'ERROR' | 'WARN' | 'INFO'; | ||
optOut?: boolean; | ||
onError?: () => void; | ||
platform?: string; | ||
sameSiteCookie?: 'Lax' | 'Strict' | 'None'; | ||
saveEvents?: boolean; | ||
savedMaxCount?: number; | ||
saveParamsReferrerOncePerSession?: boolean; | ||
secureCookie?: boolean; | ||
sessionTimeout?: number; | ||
apiEndpoint?: string | undefined; | ||
batchEvents?: boolean | undefined; | ||
cookieExpiration?: number | undefined; | ||
cookieForceUpgrade?: boolean | undefined; | ||
cookieName?: string | undefined; | ||
userId?: string | undefined; | ||
deferInitialization?: boolean | undefined; | ||
deviceId?: string | undefined; | ||
deviceIdFromUrlParam?: boolean | undefined; | ||
disableCookies?: boolean | undefined; | ||
domain?: string | undefined; | ||
eventUploadPeriodMillis?: number | undefined; | ||
eventUploadThreshold?: number | undefined; | ||
forceHttps?: boolean | undefined; | ||
includeFbclid?: boolean | undefined; | ||
includeGclid?: boolean | undefined; | ||
includeReferrer?: boolean | undefined; | ||
includeUtm?: boolean | undefined; | ||
language?: string | undefined; | ||
logLevel?: 'DISABLE' | 'ERROR' | 'WARN' | 'INFO' | undefined; | ||
optOut?: boolean | undefined; | ||
onError?: (() => void) | undefined; | ||
platform?: string | undefined; | ||
sameSiteCookie?: 'Lax' | 'Strict' | 'None' | undefined; | ||
saveEvents?: boolean | undefined; | ||
savedMaxCount?: number | undefined; | ||
saveParamsReferrerOncePerSession?: boolean | undefined; | ||
secureCookie?: boolean | undefined; | ||
sessionTimeout?: number | undefined; | ||
trackingOptions?: { | ||
city?: boolean; | ||
country?: boolean; | ||
carrier?: boolean; | ||
device_manufacturer?: boolean; | ||
device_model?: boolean; | ||
dma?: boolean; | ||
ip_address?: boolean; | ||
language?: boolean; | ||
os_name?: boolean; | ||
os_version?: boolean; | ||
platform?: boolean; | ||
region?: boolean; | ||
version_name?: boolean; | ||
}; | ||
unsetParamsReferrerOnNewSession?: boolean; | ||
unsentKey?: string; | ||
unsentIdentifyKey?: string; | ||
uploadBatchSize?: number; | ||
useNativeDeviceInfo?: boolean; | ||
city?: boolean | undefined; | ||
country?: boolean | undefined; | ||
carrier?: boolean | undefined; | ||
device_manufacturer?: boolean | undefined; | ||
device_model?: boolean | undefined; | ||
dma?: boolean | undefined; | ||
ip_address?: boolean | undefined; | ||
language?: boolean | undefined; | ||
os_name?: boolean | undefined; | ||
os_version?: boolean | undefined; | ||
platform?: boolean | undefined; | ||
region?: boolean | undefined; | ||
version_name?: boolean | undefined; | ||
} | undefined; | ||
unsetParamsReferrerOnNewSession?: boolean | undefined; | ||
unsentKey?: string | undefined; | ||
unsentIdentifyKey?: string | undefined; | ||
uploadBatchSize?: number | undefined; | ||
useNativeDeviceInfo?: boolean | undefined; | ||
} | ||
@@ -65,0 +65,0 @@ |
{ | ||
"name": "@types/amplitude-js", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "TypeScript definitions for Amplitude SDK", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/amplitude-js", | ||
"license": "MIT", | ||
@@ -32,4 +33,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "339c5cf3548e59abee3bcdc8758b5891edea7da7d851e26999dc69efefc68757", | ||
"typeScriptVersion": "3.5" | ||
"typesPublisherContentHash": "ac67133162573df93246a43668ed38f92c17aa1b4394b5bb65796b30474b58b2", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 11 May 2021 07:31:26 GMT | ||
* Last updated: Tue, 06 Jul 2021 18:05:31 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `amplitude` |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
10848
0