22.11.0
AvaTax API enhancements:
- Enhancements to the Create CertExpressInvites API
- Fixed issue with Top and Skip for the ListNexusByTaxTypeGroup API
- Fixed bug with Customer APIs when special characters are in the customerCode
- Added include credit transaction details option to the GetTaxFilings API
SDK Enhancements
- Added Typescript support to the SDK. Resolves #222 , #138 . #137 , #124
- Added HTTP Request and Response info logging capability to the JS SDK. Please see documentation in the readme for configuration options to see directions on usage.
Typescript Release (Additional Details)
What is happening?
You asked and we listened. Based on developer and partner feedback, we are happy to announce that we are releasing JavaScript SDK 22.11.0 on Thursday, November 3, 2022.
Key enhancements:
- 22.11.0 is a TypeScript version of the AvaTax SDK that includes full support for models and enums
- JavaScript and TypeScript developers will get IntelliSense from any IDE that supports type files
- Developers will now be able to navigate directly to the model definitions in the IDE and see exactly what is required / optional (instead of having to refer to external documentation)
- Documentation has been added for each method in the SDK that describes what the API does and other information
- TypeScript developers will be able to use types in their project to define the models and gain all benefits associated with using types
- The new version of the SDK is backwards compatible, so existing developers can take advantage of these new and useful features without having to make any changes to their code base