Skip to content

Commit

Permalink
Merge pull request #120 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 9a88608 + a62eb0f commit 14ec535
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='Avalara',
version='21.9.0',
version='21.10.0',
url='https://github.com/avadev/AvaTax-REST-V2-Python-SDK',
package_dir={'': 'src'},
packages=['avalara'],
Expand Down
4 changes: 4 additions & 0 deletions src/client_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -3397,6 +3397,7 @@ def refresh_e_commerce_token(self, companyId, model): return requests.put
Returns edit options when modifying a filing calendar.
This API is available by invitation only.
### 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.

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

This API is available by invitation only and only available for users with Compliance access
### 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.

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

### 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.

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

### 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

0 comments on commit 14ec535

Please sign in to comment.