algoliasearch 5.0.0-alpha.54 → 5.0.0-alpha.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/builds/browser.ts +1 -1
  2. package/builds/models.ts +1 -1
  3. package/builds/node.ts +1 -1
  4. package/dist/algoliasearch.cjs.js +9 -9
  5. package/dist/algoliasearch.esm.browser.js +9 -9
  6. package/dist/algoliasearch.esm.node.js +9 -9
  7. package/dist/algoliasearch.umd.js +2 -2
  8. package/dist/builds/browser.d.ts +1 -1
  9. package/dist/builds/node.d.ts +1 -1
  10. package/dist/client-abtesting/src/abtestingClient.d.ts +1 -1
  11. package/dist/client-analytics/src/analyticsClient.d.ts +1 -1
  12. package/dist/client-personalization/src/personalizationClient.d.ts +1 -1
  13. package/dist/client-search/src/searchClient.d.ts +1 -1
  14. package/dist/lite/lite.cjs.js +3 -3
  15. package/dist/lite/lite.esm.browser.js +3 -3
  16. package/dist/lite/lite.esm.node.js +3 -3
  17. package/dist/lite/lite.umd.js +2 -2
  18. package/dist/lite/src/liteClient.d.ts +1 -1
  19. package/lite/builds/browser.ts +1 -1
  20. package/lite/builds/node.ts +1 -1
  21. package/lite/model/acl.ts +1 -1
  22. package/lite/model/action.ts +1 -1
  23. package/lite/model/addApiKeyResponse.ts +1 -1
  24. package/lite/model/advancedSyntaxFeatures.ts +1 -1
  25. package/lite/model/alternativesAsExact.ts +1 -1
  26. package/lite/model/anchoring.ts +1 -1
  27. package/lite/model/apiKey.ts +1 -1
  28. package/lite/model/aroundRadius.ts +1 -1
  29. package/lite/model/aroundRadiusAll.ts +1 -1
  30. package/lite/model/attributeToUpdate.ts +1 -1
  31. package/lite/model/automaticFacetFilter.ts +1 -1
  32. package/lite/model/automaticFacetFilters.ts +1 -1
  33. package/lite/model/baseGetApiKeyResponse.ts +1 -1
  34. package/lite/model/baseIndexSettings.ts +1 -1
  35. package/lite/model/baseSearchParams.ts +1 -1
  36. package/lite/model/baseSearchParamsWithoutQuery.ts +1 -1
  37. package/lite/model/baseSearchResponse.ts +1 -1
  38. package/lite/model/browseParams.ts +1 -1
  39. package/lite/model/browseParamsObject.ts +1 -1
  40. package/lite/model/browseResponse.ts +1 -1
  41. package/lite/model/builtInOperation.ts +1 -1
  42. package/lite/model/builtInOperationType.ts +1 -1
  43. package/lite/model/clientMethodProps.ts +1 -1
  44. package/lite/model/condition.ts +1 -1
  45. package/lite/model/consequence.ts +1 -1
  46. package/lite/model/consequenceHide.ts +1 -1
  47. package/lite/model/consequenceParams.ts +1 -1
  48. package/lite/model/consequenceQuery.ts +1 -1
  49. package/lite/model/consequenceQueryObject.ts +1 -1
  50. package/lite/model/cursor.ts +1 -1
  51. package/lite/model/deleteByParams.ts +1 -1
  52. package/lite/model/dictionaryAction.ts +1 -1
  53. package/lite/model/dictionaryEntry.ts +1 -1
  54. package/lite/model/dictionaryEntryState.ts +1 -1
  55. package/lite/model/dictionaryLanguage.ts +1 -1
  56. package/lite/model/dictionaryType.ts +1 -1
  57. package/lite/model/distinct.ts +1 -1
  58. package/lite/model/edit.ts +1 -1
  59. package/lite/model/editType.ts +1 -1
  60. package/lite/model/errorBase.ts +1 -1
  61. package/lite/model/exactOnSingleWordQuery.ts +1 -1
  62. package/lite/model/facetFilters.ts +1 -1
  63. package/lite/model/facetOrdering.ts +1 -1
  64. package/lite/model/facets.ts +1 -1
  65. package/lite/model/facetsStats.ts +1 -1
  66. package/lite/model/fetchedIndex.ts +1 -1
  67. package/lite/model/getApiKeyResponse.ts +1 -1
  68. package/lite/model/highlightResult.ts +1 -1
  69. package/lite/model/highlightResultOption.ts +1 -1
  70. package/lite/model/hit.ts +1 -1
  71. package/lite/model/ignorePlurals.ts +1 -1
  72. package/lite/model/index.ts +1 -1
  73. package/lite/model/indexSettings.ts +1 -1
  74. package/lite/model/indexSettingsAsSearchParams.ts +1 -1
  75. package/lite/model/languages.ts +1 -1
  76. package/lite/model/listIndicesResponse.ts +1 -1
  77. package/lite/model/logType.ts +1 -1
  78. package/lite/model/matchLevel.ts +1 -1
  79. package/lite/model/matchedGeoLocation.ts +1 -1
  80. package/lite/model/mixedSearchFilters.ts +1 -1
  81. package/lite/model/numericFilters.ts +1 -1
  82. package/lite/model/operationType.ts +1 -1
  83. package/lite/model/optionalFilters.ts +1 -1
  84. package/lite/model/params.ts +1 -1
  85. package/lite/model/personalization.ts +1 -1
  86. package/lite/model/promote.ts +1 -1
  87. package/lite/model/promoteObjectID.ts +1 -1
  88. package/lite/model/promoteObjectIDs.ts +1 -1
  89. package/lite/model/queryType.ts +1 -1
  90. package/lite/model/rankingInfo.ts +1 -1
  91. package/lite/model/reRankingApplyFilter.ts +1 -1
  92. package/lite/model/removeStopWords.ts +1 -1
  93. package/lite/model/removeWordsIfNoResults.ts +1 -1
  94. package/lite/model/renderingContent.ts +1 -1
  95. package/lite/model/rule.ts +1 -1
  96. package/lite/model/scopeType.ts +1 -1
  97. package/lite/model/searchForFacets.ts +1 -1
  98. package/lite/model/searchForFacetsOptions.ts +1 -1
  99. package/lite/model/searchForHits.ts +1 -1
  100. package/lite/model/searchForHitsOptions.ts +1 -1
  101. package/lite/model/searchHits.ts +1 -1
  102. package/lite/model/searchMethodParams.ts +1 -1
  103. package/lite/model/searchParams.ts +1 -1
  104. package/lite/model/searchParamsObject.ts +1 -1
  105. package/lite/model/searchParamsQuery.ts +1 -1
  106. package/lite/model/searchParamsString.ts +1 -1
  107. package/lite/model/searchQuery.ts +1 -1
  108. package/lite/model/searchResponse.ts +1 -1
  109. package/lite/model/searchResponses.ts +1 -1
  110. package/lite/model/searchStrategy.ts +1 -1
  111. package/lite/model/searchSynonymsResponse.ts +1 -1
  112. package/lite/model/searchTypeDefault.ts +1 -1
  113. package/lite/model/searchTypeFacet.ts +1 -1
  114. package/lite/model/snippetResult.ts +1 -1
  115. package/lite/model/snippetResultOption.ts +1 -1
  116. package/lite/model/sortRemainingBy.ts +1 -1
  117. package/lite/model/source.ts +1 -1
  118. package/lite/model/standardEntries.ts +1 -1
  119. package/lite/model/synonymHit.ts +1 -1
  120. package/lite/model/synonymType.ts +1 -1
  121. package/lite/model/tagFilters.ts +1 -1
  122. package/lite/model/taskStatus.ts +1 -1
  123. package/lite/model/timeRange.ts +1 -1
  124. package/lite/model/typoTolerance.ts +1 -1
  125. package/lite/model/typoToleranceEnum.ts +1 -1
  126. package/lite/model/updatedRuleResponse.ts +1 -1
  127. package/lite/model/userId.ts +1 -1
  128. package/lite/model/value.ts +1 -1
  129. package/lite/src/liteClient.ts +2 -2
  130. package/package.json +10 -10
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Single objectID to promote as hits.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Multiple objectIDs to promote as hits.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Controls if and how query words are interpreted as prefixes.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { MatchedGeoLocation } from './matchedGeoLocation';
4
4
  import type { Personalization } from './personalization';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { MixedSearchFilters } from './mixedSearchFilters';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Removes stop (common) words from the query before executing it. RemoveStopWords is used in conjunction with the queryLanguages setting. List: language ISO codes for which ignoring plurals should be enabled. This list will override any values that you may have set in queryLanguages. True: enables the stop word functionality, ensuring that stop words are removed from consideration in a search. The languages supported here are either every language, or those set by queryLanguages. False: disables stop word functionality, allowing stop words to be taken into account in a search.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Selects a strategy to remove words from the query when it doesn\'t match any hits.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { FacetOrdering } from './facetOrdering';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { Condition } from './condition';
4
4
  import type { Consequence } from './consequence';
@@ -1,3 +1,3 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type ScopeType = 'rules' | 'settings' | 'synonyms';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { SearchForFacetsOptions } from './searchForFacetsOptions';
4
4
  import type { SearchParams } from './searchParams';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { SearchTypeFacet } from './searchTypeFacet';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { SearchForHitsOptions } from './searchForHitsOptions';
4
4
  import type { SearchParams } from './searchParams';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { SearchTypeDefault } from './searchTypeDefault';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { Hit } from './hit';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { SearchQuery } from './searchQuery';
4
4
  import type { SearchStrategy } from './searchStrategy';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { SearchParamsObject } from './searchParamsObject';
4
4
  import type { SearchParamsString } from './searchParamsString';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { BaseSearchParams } from './baseSearchParams';
4
4
  import type { IndexSettingsAsSearchParams } from './indexSettingsAsSearchParams';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type SearchParamsQuery = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type SearchParamsString = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { SearchForFacets } from './searchForFacets';
4
4
  import type { SearchForHits } from './searchForHits';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { BaseSearchResponse } from './baseSearchResponse';
4
4
  import type { SearchHits } from './searchHits';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { SearchResponse } from './searchResponse';
4
4
 
@@ -1,3 +1,3 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type SearchStrategy = 'none' | 'stopIfEnoughMatches';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { SynonymHit } from './synonymHit';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Perform a search query with `default`, will search for facet values if `facet` is given.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Perform a search query with `default`, will search for facet values if `facet` is given.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { SnippetResultOption } from './snippetResultOption';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { MatchLevel } from './matchLevel';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * How to display the remaining items. - `count`: facet count (descending). - `alpha`: alphabetical (ascending). - `hidden`: show only pinned values.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * The source.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Map of language ISO code supported by the dictionary (e.g., \"en\" for English) to a boolean value.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { SynonymType } from './synonymType';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Type of the synonym object.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { MixedSearchFilters } from './mixedSearchFilters';
4
4
 
@@ -1,3 +1,3 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type TaskStatus = 'notPublished' | 'published';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type TimeRange = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { TypoToleranceEnum } from './typoToleranceEnum';
4
4
 
@@ -1,3 +1,3 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type TypoToleranceEnum = 'min' | 'strict';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type UpdatedRuleResponse = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * A userID.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { SortRemainingBy } from './sortRemainingBy';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import {
4
4
  createAuth,
@@ -22,7 +22,7 @@ import type {
22
22
  import type { SearchMethodParams } from '../model/searchMethodParams';
23
23
  import type { SearchResponses } from '../model/searchResponses';
24
24
 
25
- export const apiClientVersion = '5.0.0-alpha.54';
25
+ export const apiClientVersion = '5.0.0-alpha.55';
26
26
 
27
27
  function getDefaultHosts(appId: string): Host[] {
28
28
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "algoliasearch",
3
- "version": "5.0.0-alpha.54",
3
+ "version": "5.0.0-alpha.55",
4
4
  "description": "A fully-featured and blazing-fast JavaScript API client to interact with Algolia API.",
5
5
  "repository": "algolia/algoliasearch-client-javascript",
6
6
  "license": "MIT",
@@ -59,21 +59,21 @@
59
59
  "test": "jest"
60
60
  },
61
61
  "dependencies": {
62
- "@algolia/client-abtesting": "5.0.0-alpha.54",
63
- "@algolia/client-analytics": "5.0.0-alpha.54",
64
- "@algolia/client-common": "5.0.0-alpha.54",
65
- "@algolia/client-personalization": "5.0.0-alpha.54",
66
- "@algolia/client-search": "5.0.0-alpha.54",
67
- "@algolia/requester-browser-xhr": "5.0.0-alpha.54",
68
- "@algolia/requester-node-http": "5.0.0-alpha.54"
62
+ "@algolia/client-abtesting": "5.0.0-alpha.55",
63
+ "@algolia/client-analytics": "5.0.0-alpha.55",
64
+ "@algolia/client-common": "5.0.0-alpha.55",
65
+ "@algolia/client-personalization": "5.0.0-alpha.55",
66
+ "@algolia/client-search": "5.0.0-alpha.55",
67
+ "@algolia/requester-browser-xhr": "5.0.0-alpha.55",
68
+ "@algolia/requester-node-http": "5.0.0-alpha.55"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@types/jest": "29.5.0",
72
- "@types/node": "18.15.3",
72
+ "@types/node": "18.15.11",
73
73
  "jest": "29.5.0",
74
74
  "rollup": "2.79.1",
75
75
  "ts-jest": "29.0.5",
76
- "typescript": "5.0.2"
76
+ "typescript": "5.0.3"
77
77
  },
78
78
  "engines": {
79
79
  "node": ">= 14.0.0"