`wpapi.url(url).update(data)` gives me the following typescript error: `Property 'update' is private and only accessible within class 'WPRequest'.` All other HTTP Methods are declared as public so I guess that this is only a typo. The problematic line: https://github.com/WP-API/node-wpapi/blob/2cfe3ecff3b2f492224d67e0b25f5854fd5a81b8/lib/constructors/wp-request.js#L750
wpapi.url(url).update(data)gives me the following typescript error:Property 'update' is private and only accessible within class 'WPRequest'.All other HTTP Methods are declared as public so I guess that this is only a typo.
The problematic line:
node-wpapi/lib/constructors/wp-request.js
Line 750 in 2cfe3ec