Skip to content

Commit 14ec535

Browse files
Merge pull request #120 from avadev/21.10.0
Update for 21.10.0
2 parents 9a88608 + a62eb0f commit 14ec535

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='Avalara',
12-
version='21.9.0',
12+
version='21.10.0',
1313
url='https://github.com/avadev/AvaTax-REST-V2-Python-SDK',
1414
package_dir={'': 'src'},
1515
packages=['avalara'],

src/client_methods.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3397,6 +3397,7 @@ def refresh_e_commerce_token(self, companyId, model): return requests.put
33973397
Returns edit options when modifying a filing calendar.
33983398
This API is available by invitation only.
33993399
### Security Policies
3400+
* This API requires openId bearer token for authentication
34003401
* 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.
34013402

34023403
:param companyId [int] The unique ID of the company that owns the filing calendar object
@@ -3411,6 +3412,7 @@ def cycle_safe_options(self, companyId, model): return requests.post('{}/
34113412

34123413
This API is available by invitation only and only available for users with Compliance access
34133414
### Security Policies
3415+
* This API requires openId bearer token for authentication
34143416
* This API requires one of the following user roles: AccountAdmin, CompanyAdmin, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPTester, FirmAdmin, FirmUser, SSTAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.
34153417

34163418
:param companyId [int] The unique ID of the company
@@ -3445,6 +3447,7 @@ def legacy_filing_calendars(self, companyId, include=None): return reques
34453447
Retrieve a filing containing the return and all its accrual returns.
34463448

34473449
### Security Policies
3450+
* This API requires openId bearer token for authentication
34483451
* This API requires one of the following user roles: AccountAdmin, CompanyAdmin, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPTester, FirmAdmin, FirmUser, SSTAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.
34493452

34503453
:param companyId [int] The ID of the company that owns these returns
@@ -3458,6 +3461,7 @@ def get_accrual_filings(self, companyId, filingReturnId): return requests
34583461
Retrieve a list of filed returns for the specified company in the year and month of a given filing period.
34593462

34603463
### Security Policies
3464+
* This API requires openId bearer token for authentication
34613465
* 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.
34623466
* This API is available by invitation only.*Exempt security roles*: ComplianceRootUser, ComplianceAdmin, ComplianceUser, TechnicalSupportAdmin, TechnicalSupportUser, CompanyUser, AccountUser, CompanyAdmin, AccountAdmin.
34633467
* 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.

0 commit comments

Comments
 (0)