Ajit Singh dd8d8c8289 fix(common): add params and reportProgress options to HttpClient.put() overload ()
When the response type is JSON, the `put()` overload signature did not have `reportProgress`
and  `params` options. This makes it difficult to type-check this overload.

This commit adds them to the overload signature.

Fixes 

PR Close 
2020-09-16 15:28:21 -07:00
..