@types/amplitude-js
Advanced tools
Comparing version 5.8.0 to 5.8.1
@@ -66,7 +66,7 @@ // Type definitions for Amplitude SDK 5.8 | ||
/** Prepend a value or values to a user property */ | ||
prepend(key: string, value: number | string | any[] | object): Identify; | ||
prepend(key: string, value: boolean | number | string | any[] | object): Identify; | ||
/** Sets the value of a given user property */ | ||
set(key: string, value: number | string | any[] | object): Identify; | ||
set(key: string, value: boolean | number | string | any[] | object): Identify; | ||
/** Sets the value of a given user property only once */ | ||
setOnce(key: string, value: number | string | any[] | object): Identify; | ||
setOnce(key: string, value: boolean | number | string | any[] | object): Identify; | ||
/** Unset and remove a user property */ | ||
@@ -73,0 +73,0 @@ unset(key: string): Identify; |
{ | ||
"name": "@types/amplitude-js", | ||
"version": "5.8.0", | ||
"version": "5.8.1", | ||
"description": "TypeScript definitions for Amplitude SDK", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "6dc4c8170a1430f51a8038f8fb1a8c9750a59d027f65366f4cade0385dcb891a", | ||
"typesPublisherContentHash": "bdd43f0545caceae86d46b31dffe71756c207a55a4d7001356a77e363b8a9b34", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 06 Feb 2020 17:08:18 GMT | ||
* Last updated: Mon, 27 Apr 2020 15:34:02 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: `amplitude` | ||
# Credits | ||
These definitions were written by Arvydas Sidorenko (https://github.com/Asido), Dan Manastireanu (https://github.com/danmana), and Kimmo Hintikka (https://github.com/HintikkaKimmo). | ||
These definitions were written by [Arvydas Sidorenko](https://github.com/Asido), [Dan Manastireanu](https://github.com/danmana), and [Kimmo Hintikka](https://github.com/HintikkaKimmo). |
Sorry, the diff of this file is not supported yet
9886