instantsearch.js 4.73.2 → 4.73.3

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.
@@ -4938,7 +4938,7 @@ declare type InitialResult = {
4938
4938
  state?: PlainSearchParameters;
4939
4939
  results?: SearchResults['_rawResults'];
4940
4940
  recommendResults?: {
4941
- params: RecommendParametersOptions['params'];
4941
+ params: NonNullable<RecommendParametersOptions['params']>;
4942
4942
  results: RecommendResults['_rawResults'];
4943
4943
  };
4944
4944
  requestParams?: SearchOptions[];
@@ -4938,7 +4938,7 @@ declare type InitialResult = {
4938
4938
  state?: PlainSearchParameters;
4939
4939
  results?: SearchResults['_rawResults'];
4940
4940
  recommendResults?: {
4941
- params: RecommendParametersOptions['params'];
4941
+ params: NonNullable<RecommendParametersOptions['params']>;
4942
4942
  results: RecommendResults['_rawResults'];
4943
4943
  };
4944
4944
  requestParams?: SearchOptions[];