Skip to content

Commit a098ad8

Browse files
author
Jonathan Wenger
committed
Update readme.
1 parent f9f48b6 commit a098ad8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const config = {
3636
timeout: 5000, // optional, default 20 min
3737
logOptions: {
3838
logEnabled: true, // toggle logging on or off, by default its off.
39-
logLevel: LogLevel.Info, // logLevel that will be used, Options are LogLevel.Error, LogLevel.Warn, LogLevel.Info, LogLevel.Debug
39+
logLevel: 3, // logLevel that will be used, Options are LogLevel.Error (0), LogLevel.Warn (1), LogLevel.Info (2), LogLevel.Debug (3)
4040
logRequestAndResponseInfo: true, // Toggle logging of the request and response bodies on and off.
4141
logger: myCustomLogger // (OPTIONAL) Custom logger can be passed in that implements the BaseLogger interface (e.g. debug, info, warn, error, and log functions) Otherwise console.log/error etc will be used by default.
4242
}
@@ -109,6 +109,9 @@ return client.resolveAddress(address)
109109

110110
Please see the [Github releases](https://github.com/avadev/AvaTax-REST-V2-JS-SDK/releases) for in-depth release notes.
111111

112+
## Typescript support
113+
As of version 22.11.0, Typescript support is included in the SDK. Models and Enums included in addition to typing for all of the API methods and parameters. The team welcomes any feedback on this feature.
114+
112115
## SDK Development
113116

114117
### Adding integration test credentials

0 commit comments

Comments
 (0)