mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
update "lite" version too
This commit is contained in:
Vendored
+8
@@ -7,6 +7,7 @@
|
||||
// Claas Brüggemann <https://github.com/ClaasBrueggemann>
|
||||
// Kai Eichinger <https://github.com/keichinger>
|
||||
// Nery Ortez <https://github.com/neryortez>
|
||||
// Antoine Rousseau <https://github.com/antoinerousseau>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
@@ -534,9 +535,16 @@ declare namespace algoliasearch {
|
||||
userData?: string | object;
|
||||
|
||||
/**
|
||||
* Controls how facet values are sorted.
|
||||
* https://www.algolia.com/doc/api-reference/api-parameters/sortFacetValuesBy/
|
||||
*/
|
||||
sortFacetValuesBy?: 'count' | 'alpha';
|
||||
/**
|
||||
* Sets the languages to be used by language-specific settings and functionalities
|
||||
* such as ignorePlurals, removeStopWords, and CJK word-detection.
|
||||
* https://www.algolia.com/doc/api-reference/api-parameters/queryLanguages/
|
||||
*/
|
||||
queryLanguages?: string[];
|
||||
}
|
||||
|
||||
namespace SearchForFacetValues {
|
||||
|
||||
Reference in New Issue
Block a user