Skip to content

Commit

Permalink
Merge pull request #198 from avadev/21.10.0
Browse files Browse the repository at this point in the history
Update for 21.10.0
  • Loading branch information
svc-developer authored Oct 26, 2021
2 parents 263ee20 + 29a5b6f commit 3850255
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions lib/AvaTaxClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Ted Spence <[email protected]>
* @copyright 2004-2018 Avalara, Inc.
* @license https://www.apache.org/licenses/LICENSE-2.0
* @version 21.9.0
* @version 21.10.0
* @link https://github.com/avadev/AvaTax-REST-V2-JS-SDK
*/

Expand Down Expand Up @@ -42,7 +42,7 @@ export default class AvaTaxClient {
appName +
'; ' +
appVersion +
'; JavascriptSdk; 21.9.0; ' +
'; JavascriptSdk; 21.10.0; ' +
machineName;
}

Expand Down Expand Up @@ -5483,6 +5483,7 @@ export default class AvaTaxClient {
*
* ### Security Policies
*
* * This API requires openId bearer token for authentication
* * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.
*
*
Expand All @@ -5505,6 +5506,7 @@ export default class AvaTaxClient {
*
* ### Security Policies
*
* * This API requires openId bearer token for authentication
* * This API requires one of the following user roles: AccountAdmin, CompanyAdmin, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPTester, FirmAdmin, FirmUser, SSTAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.
*
*
Expand Down Expand Up @@ -5561,6 +5563,7 @@ export default class AvaTaxClient {
*
* ### Security Policies
*
* * This API requires openId bearer token for authentication
* * This API requires one of the following user roles: AccountAdmin, CompanyAdmin, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPTester, FirmAdmin, FirmUser, SSTAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.
*
*
Expand All @@ -5581,6 +5584,7 @@ export default class AvaTaxClient {
*
* ### Security Policies
*
* * This API requires openId bearer token for authentication
* * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, ProStoresOperator, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.
* * This API is available by invitation only.*Exempt security roles*: ComplianceRootUser, ComplianceAdmin, ComplianceUser, TechnicalSupportAdmin, TechnicalSupportUser, CompanyUser, AccountUser, CompanyAdmin, AccountAdmin.
* * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avatax",
"version": "21.9.0",
"version": "21.10.0",
"description": "AvaTax v2 SDK for languages using JavaScript",
"main": "index.js",
"homepage": "https://github.com/avadev/AvaTax-REST-V2-JS-SDK",
Expand Down

0 comments on commit 3850255

Please sign in to comment.