@types/algoliasearch
Advanced tools
Comparing version 3.27.4 to 3.27.5
@@ -767,2 +767,7 @@ // Type definitions for algoliasearch-client-js 3.27.0 | ||
hosts?: { read?: string[]; write?: string[] }; | ||
/** | ||
* enable the experimental feature: caching requests instead of responses | ||
* see https://github.com/algolia/algoliasearch-client-javascript/pull/694 | ||
*/ | ||
_useRequestCache?: boolean | ||
} | ||
@@ -769,0 +774,0 @@ /** |
@@ -183,2 +183,7 @@ // Type definitions for algoliasearch-client-js 3.27.0 | ||
hosts?: { read?: string[]; write?: string[] }; | ||
/** | ||
* enable the experimental feature: caching requests instead of responses | ||
* see https://github.com/algolia/algoliasearch-client-javascript/pull/694 | ||
*/ | ||
_useRequestCache?: boolean | ||
} | ||
@@ -185,0 +190,0 @@ interface BrowseResponse { |
{ | ||
"name": "@types/algoliasearch", | ||
"version": "3.27.4", | ||
"version": "3.27.5", | ||
"description": "TypeScript definitions for algoliasearch-client-js", | ||
@@ -35,4 +35,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "a89ab32f0333200096dd86f090c6b6794d379851fd48297fdeb642ac5f556328", | ||
"typesPublisherContentHash": "990ff9089fe91ba9dcaad0c27759459d2d7b2dee0bd400056da3976bd7d65719", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sun, 27 May 2018 14:13:13 GMT | ||
* Last updated: Fri, 29 Jun 2018 03:18:45 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
87865
2357