-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #198 from avadev/21.10.0
Update for 21.10.0
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
*/ | ||
|
||
|
@@ -42,7 +42,7 @@ export default class AvaTaxClient { | |
appName + | ||
'; ' + | ||
appVersion + | ||
'; JavascriptSdk; 21.9.0; ' + | ||
'; JavascriptSdk; 21.10.0; ' + | ||
machineName; | ||
} | ||
|
||
|
@@ -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. | ||
* | ||
* | ||
|
@@ -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. | ||
* | ||
* | ||
|
@@ -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. | ||
* | ||
* | ||
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters