AvaTax-REST-V2-JS-SDK icon indicating copy to clipboard operation
AvaTax-REST-V2-JS-SDK copied to clipboard

Sales Tax API SDK for Javascript / Node and AvaTax REST

Results 30 AvaTax-REST-V2-JS-SDK issues
Sort by recently updated
recently updated
newest added

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...

dependencies

#### 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)

Update for 24.8.0

24.8.0

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...

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...