### Description type definitions are missing for generateSecuredApiKey. This issue was also metioned in #1548 ``` import { algoliasearch } from 'algoliasearch' const client = algoliasearch('applicationId', 'adminApiKey') const securedKey = client.generateSecuredApiKey({ parentApiKey: 'publicApiKey', restrictions: { filters: 'visible_by:public' } }) ``` ``` Property 'generateSecuredApiKey' does not exist on type 'Algoliasearch'.ts(2339) ``` ### Client Search ### Version 5.21.0 ### Relevant log output ```shell ```