@types/algoliasearch
Advanced tools
Comparing version 3.27.3 to 3.27.4
@@ -11,5 +11,5 @@ // Type definitions for algoliasearch-client-js 3.27.0 | ||
declare namespace algoliasearch { | ||
/* | ||
Interface for the algolia client object | ||
*/ | ||
/** | ||
* Interface for the algolia client object | ||
*/ | ||
interface Client { | ||
@@ -506,48 +506,2 @@ /** | ||
interface AlgoliaResponse { | ||
/** | ||
* Contains all the hits matching the query | ||
* https://github.com/algolia/algoliasearch-client-js#response-format | ||
*/ | ||
hits: any[]; | ||
/** | ||
* Current page | ||
* https://github.com/algolia/algoliasearch-client-js#response-format | ||
*/ | ||
page: number; | ||
/** | ||
* Number of total hits matching the query | ||
* https://github.com/algolia/algoliasearch-client-js#response-format | ||
*/ | ||
nbHits: number; | ||
/** | ||
* Number of pages | ||
* https://github.com/algolia/algoliasearch-client-js#response-format | ||
*/ | ||
nbPage: number; | ||
/** | ||
* Number of hits per pages | ||
* https://github.com/algolia/algoliasearch-client-js#response-format | ||
*/ | ||
hitsPerPage: number; | ||
/** | ||
* Engine processing time (excluding network transfer) | ||
* https://github.com/algolia/algoliasearch-client-js#response-format | ||
*/ | ||
processingTimeMS: number; | ||
/** | ||
* Query used to perform the search | ||
* https://github.com/algolia/algoliasearch-client-js#response-format | ||
*/ | ||
query: string; | ||
/** | ||
* GET parameters used to perform the search | ||
* https://github.com/algolia/algoliasearch-client-js#response-format | ||
*/ | ||
params: string; | ||
facets: { | ||
[facetName: string]: { [facetValue: string]: number }; | ||
}; | ||
} | ||
namespace SearchForFacetValues { | ||
@@ -554,0 +508,0 @@ interface Parameters extends QueryParameters { |
{ | ||
"name": "@types/algoliasearch", | ||
"version": "3.27.3", | ||
"version": "3.27.4", | ||
"description": "TypeScript definitions for algoliasearch-client-js", | ||
@@ -31,8 +31,8 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4d8c596e0395daca7da50f52b09cb1d612cb4c10ee64b8c690acdb9cab595717", | ||
"typesPublisherContentHash": "a89ab32f0333200096dd86f090c6b6794d379851fd48297fdeb642ac5f556328", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/algoliasearch | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/algoliasearch | ||
Additional Details | ||
* Last updated: Sat, 19 May 2018 00:15:19 GMT | ||
* Last updated: Sun, 27 May 2018 14:13:13 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87457
2347