amz-tools / amazon-sp-api

Amazon Selling Partner API Client
MIT License
237 stars 121 forks source link

Missing timeouts property in DownloadOptions interface #264

Open nabilsarder opened 9 months ago

nabilsarder commented 9 months ago

Documentation states timeouts is an optional property of the .download() options.

It is missing here: https://github.com/amz-tools/amazon-sp-api/blob/7a6a748c0345589f9b1efb79ce234d7aba14287c/lib/typings/baseTypes.ts#L38

phstc commented 4 months ago

Also, for the main options: https://github.com/amz-tools/amazon-sp-api/blob/7a6a748c0345589f9b1efb79ce234d7aba14287c/lib/typings/baseTypes.ts#L15