algoliasearch-client-javascript
algoliasearch-client-javascript copied to clipboard
make Settings non-readonly
the Settings type has all its properties being readonly.
Since it is begin used in the client through the getSettings and settings methods, this readonly limitation makes its use very complicated, even for a simple workflow:
getSettings> modify 🚫 >setSettings