Skip to content

Commit 33d3c69

Browse files
Merge pull request #112 from avadev/21.3.1
Update for 21.3.1
2 parents 5fe4205 + ae3cdf0 commit 33d3c69

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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.3.0',
12+
version='21.3.1',
1313
url='https://github.com/avadev/AvaTax-REST-V2-Python-SDK',
1414
package_dir={'': 'src'},
1515
packages=['avalara'],

src/client_methods.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,6 +1360,7 @@ def get_company_parameter_detail(self, companyId, id_): return requests.g
13601360
* `FilingRequested` - The company has requested to begin filing tax returns, but Avalara's compliance team has not yet begun filing.
13611361
* `FirstFiling` - The company has recently filing tax returns and is in a new status.
13621362
* `Active` - The company is currently active and is filing tax returns via Avalara Managed Returns.
1363+
* `Inactive` - The company is currently inactive.
13631364
### Security Policies
13641365
* 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.
13651366

0 commit comments

Comments
 (0)