Skip to content

Commit 8b6ac97

Browse files
Merge pull request #112 from avadev/21.10.0
Update for 21.10.0
2 parents fafb689 + 76edde2 commit 8b6ac97

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

lib/avatax/client/filingcalendars.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module FilingCalendars
1111
#
1212
# ### Security Policies
1313
#
14+
# * This API requires openId bearer token for authentication
1415
# * 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.
1516
# @param companyId [Integer] The unique ID of the company that owns the filing calendar object
1617
# @param model [Object] Cycle Safe Options Request
@@ -24,6 +25,7 @@ def cycle_safe_options(companyId, model) path = "/api/v2/companies/#{comp
2425
#
2526
# ### Security Policies
2627
#
28+
# * This API requires openId bearer token for authentication
2729
# * This API requires one of the following user roles: AccountAdmin, CompanyAdmin, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPTester, FirmAdmin, FirmUser, SSTAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.
2830
# @param companyId [Integer] The unique ID of the company
2931
# @param filingCalendarId [Integer] The unique ID of the filing calendar that will remove setting

lib/avatax/client/filings.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module Filings
77
#
88
# ### Security Policies
99
#
10+
# * This API requires openId bearer token for authentication
1011
# * This API requires one of the following user roles: AccountAdmin, CompanyAdmin, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPTester, FirmAdmin, FirmUser, SSTAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.
1112
# @param companyId [Integer] The ID of the company that owns these returns
1213
# @param filingReturnId [Integer] The ID of the filing return
@@ -18,6 +19,7 @@ def get_accrual_filings(companyId, filingReturnId) path = "/api/v2/compan
1819
#
1920
# ### Security Policies
2021
#
22+
# * This API requires openId bearer token for authentication
2123
# * 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.
2224
# * This API is available by invitation only.*Exempt security roles*: ComplianceRootUser, ComplianceAdmin, ComplianceUser, TechnicalSupportAdmin, TechnicalSupportUser, CompanyUser, AccountUser, CompanyAdmin, AccountAdmin.
2325
# * 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.

lib/avatax/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AvaTax
2-
VERSION = '21.9.0'.freeze unless defined?(::AvaTax::VERSION)
2+
VERSION = '21.10.0'.freeze unless defined?(::AvaTax::VERSION)
33
end

0 commit comments

Comments
 (0)