algolia / algoliasearch-client-javascript

⚡️ A fully-featured and blazing-fast JavaScript API client to interact with Algolia.

Home Page:https://www.algolia.com/doc/api-client/javascript/getting-started/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing property "abTestID" in search response TypeScript types

anjakunkel opened this issue · comments

I would like to report a missing field in your TypeScript type definitions:
According to https://www.algolia.com/doc/api-reference/api-parameters/getRankingInfo/?client=javascript, I expect a field abTestID to be part of the SearchResponse type.

When looking into the JSON response of the request, the "abTestID" field is present and contains correct data. The only part missing is that is not in your TypeScript type definitions, yet.