AvaTax-REST-V2-JS-SDK
AvaTax-REST-V2-JS-SDK copied to clipboard
Sales Tax API SDK for Javascript / Node and AvaTax REST
Update for 21.3.2
Update for 21.1.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
#### Description Handle `application/pdf`, `application/octet-stream`, and `image/jpeg` content types to fix the `downloadCertificateImage ` function. [Fixes](https://github.com/avadev/AvaTax-REST-V2-JS-SDK/issues/294)
Timeout
I am calling create transaction method with timeout of 4s, so when api is taking more than 4s an error(timeout) is thrown but promise is not fulfilled which in turn...
Version: 25.1.0 When using the client with the new `enableStrictTypeConversion` set to true or false the date types being returned on the model are strings bu the types themselves are...
## Problem I am upgrading a typescript project to specify `module` and `moduleResolution` as `"NodeNext"`, but it breaks our imports and usage of `avatax` (which follows the README), even with...
Candidate PR to address issue #297
Pagination does not seem to work as expected. Two issues I have noticed are 1.) That the typescript types expect a `FetchResult.nextLink` property, however this does not exist, only a...