@types/amplitude-js
Advanced tools
Comparing version 5.11.0 to 6.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for Amplitude SDK 5.11 | ||
// Type definitions for Amplitude SDK 6.0 | ||
// Project: https://github.com/amplitude/Amplitude-Javascript | ||
@@ -17,6 +17,9 @@ // Definitions by: Arvydas Sidorenko <https://github.com/Asido> | ||
cookieExpiration?: number; | ||
cookieForceUpgrade?: boolean; | ||
cookieName?: string; | ||
userId?: string; | ||
deferInitialization?: boolean; | ||
deviceId?: string; | ||
deviceIdFromUrlParam?: boolean; | ||
disableCookies?: boolean; | ||
domain?: string; | ||
@@ -34,2 +37,3 @@ eventUploadPeriodMillis?: number; | ||
platform?: string; | ||
sameSiteCookie?: 'Lax' | 'Strict' | 'None'; | ||
saveEvents?: boolean; | ||
@@ -40,4 +44,2 @@ savedMaxCount?: number; | ||
sessionTimeout?: number; | ||
sameSiteCookie?: 'Lax' | 'Strict' | 'None'; | ||
useNativeDeviceInfo?: boolean; | ||
trackingOptions?: { | ||
@@ -62,2 +64,3 @@ city?: boolean; | ||
uploadBatchSize?: number; | ||
useNativeDeviceInfo?: boolean; | ||
} | ||
@@ -64,0 +67,0 @@ |
{ | ||
"name": "@types/amplitude-js", | ||
"version": "5.11.0", | ||
"version": "6.0.0", | ||
"description": "TypeScript definitions for Amplitude SDK", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "b863f11247473ea3556aa8cd2b6c3ef2b149743c904c4eccb06cae11a9151298", | ||
"typeScriptVersion": "2.9" | ||
"typesPublisherContentHash": "c7f312c07b385b9551e58880e8cca08025200e783c2a743c62bfa09ec9399b2d", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 04 May 2020 23:40:47 GMT | ||
* Last updated: Wed, 30 Sep 2020 20:34:58 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `amplitude` |
10033
179