@types/algoliasearch
Advanced tools
Comparing version 3.34.8 to 3.34.9
@@ -1,2 +0,2 @@ | ||
// Type definitions for algoliasearch-client-js 3.30.1 | ||
// Type definitions for algoliasearch-client-js 3.35 | ||
// Project: https://github.com/algolia/algoliasearch-client-js | ||
@@ -92,3 +92,3 @@ // Definitions by: Baptiste Coquelle <https://github.com/cbaptiste> | ||
* Gets a specific object | ||
* https://github.com/algolia/algoliasearch-client-js#find-by-ids---getobjects | ||
* https://algolia.com/doc/api-reference/api-methods/get-objects/#retrieve-only-one-object | ||
*/ | ||
@@ -98,3 +98,3 @@ getObject(objectID: string, cb: (err: Error, res: {}) => void): void; | ||
* Gets specific attributes from an object | ||
* https://github.com/algolia/algoliasearch-client-js#find-by-ids---getobjects | ||
* https://algolia.com/doc/api-reference/api-methods/get-objects/#retrieve-only-one-object | ||
*/ | ||
@@ -107,2 +107,7 @@ getObject( | ||
/** | ||
* Gets specific attributes from an object | ||
* https://algolia.com/doc/api-reference/api-methods/get-objects/#retrieve-only-one-object | ||
*/ | ||
getObject<T>(objectID: string, attributes?: string[]): Promise<T>; | ||
/** | ||
* Gets a list of objects | ||
@@ -109,0 +114,0 @@ * https://github.com/algolia/algoliasearch-client-js#find-by-ids---getobjects |
{ | ||
"name": "@types/algoliasearch", | ||
"version": "3.34.8", | ||
"version": "3.34.9", | ||
"description": "TypeScript definitions for algoliasearch-client-javascript", | ||
@@ -82,4 +82,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "3bf575ef8f20c5d39dc21b4ac3bec89d93e63417482f0827433644417d597a5a", | ||
"typesPublisherContentHash": "e4216a70f136002ec55c85342445222bf00853c92b7d15d3c5e79208fc85b831", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 10 Jan 2020 23:57:59 GMT | ||
* Last updated: Mon, 20 Jan 2020 21:12:21 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `algoliasearch` |
78969
2303