diff --git a/lib/AvaTaxClient.js b/lib/AvaTaxClient.js index 8d2faae9..e285b422 100644 --- a/lib/AvaTaxClient.js +++ b/lib/AvaTaxClient.js @@ -10,7 +10,7 @@ * @author Ted Spence * @copyright 2004-2018 Avalara, Inc. * @license https://www.apache.org/licenses/LICENSE-2.0 - * @version 21.3.0 + * @version 21.3.1 * @link https://github.com/avadev/AvaTax-REST-V2-JS-SDK */ @@ -43,7 +43,7 @@ export default class AvaTaxClient { appName + '; ' + appVersion + - '; JavascriptSdk; 21.3.0; ' + + '; JavascriptSdk; 21.3.1; ' + machineName; } @@ -2166,6 +2166,7 @@ export default class AvaTaxClient { * * `FilingRequested` - The company has requested to begin filing tax returns, but Avalara's compliance team has not yet begun filing. * * `FirstFiling` - The company has recently filing tax returns and is in a new status. * * `Active` - The company is currently active and is filing tax returns via Avalara Managed Returns. + * * `Inactive` - The company is currently inactive. * * ### Security Policies * diff --git a/package.json b/package.json index e8bb79b0..37920d93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "avatax", - "version": "21.3.0", + "version": "21.3.1", "description": "AvaTax v2 SDK for languages using JavaScript", "main": "index.js", "homepage": "https://github.com/avadev/AvaTax-REST-V2-JS-SDK",