Archit Garg

Results 3 issues of Archit Garg

There are no types available for this module, 1. which makes it little gunky to work with. 2. throws error in typescript strict mode. (though it can be fixed with...

This works fine - ```js this.client.lead.search({ 'name': 'Person's name here' }); ``` This doesn't seem to do actual search! - ```js this.client.contact.search({ 'name': 'Person's name here' }); ```

Fixes: https://github.com/gauge-sh/tach/issues/124 1. This PR updates the code to use glob paths instead of regex patterns for the exclude property. 2. Documentation has been updated accordingly.