Skip to content

Commit

Permalink
Merge pull request #169 from avadev/24.11.2
Browse files Browse the repository at this point in the history
Update for 24.11.2
  • Loading branch information
svc-developer authored Nov 12, 2024
2 parents 734860e + c51959d commit 667f14a
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lib/avatax/client/domaincontrolverification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def create_dcv(model) path = "/api/v2/domain-control-verifications"
#
#
# Swagger Name: AvaTaxClient
# @param filter [String] A filter statement to identify specific records to retrieve. For more information on filtering, see [Filtering in REST](http://developer.avalara.com/avatax/filtering-in-rest/).<br />*Not filterable:* Id, Context, Token, Status, EmailId, CreatedOn, CreatedBy, UpdatedOn, UpdatedBy
# @param filter [String] A filter statement to identify specific records to retrieve. For more information on filtering, see [Filtering in REST](http://developer.avalara.com/avatax/filtering-in-rest/).<br />*Not filterable:* Id, Context, Token, Status, EmailId
# @return [DcvViewModel[]]
def filter_dcv(options={}) path = "/api/v2/domain-control-verifications"
get(path, options, AvaTax::VERSION) end
Expand Down
22 changes: 11 additions & 11 deletions lib/avatax/client/items.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def batch_delete_item_parameters(companyId, itemId) path = "/api/v2/compa
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# Swagger Name: AvaTaxClient
# @param companyId [Integer] The ID of the company that owns this items.
# @param model [Object] The items you wish to upload.
Expand All @@ -75,7 +75,7 @@ def bulk_upload_items(companyId, model) path = "/api/v2/companies/#{compa
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# Swagger Name: AvaTaxClient
# @param companyId [Integer] The company id.
# @param itemId [Integer] The item id.
Expand All @@ -100,7 +100,7 @@ def create_item_classifications(companyId, itemId, model) path = "/api/v2
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# Swagger Name: AvaTaxClient
# @param companyId [Integer] The ID of the company that owns this item parameter.
# @param itemId [Integer] The item id.
Expand All @@ -123,7 +123,7 @@ def create_item_parameters(companyId, itemId, model) path = "/api/v2/comp
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# Swagger Name: AvaTaxClient
# @param companyId [Integer] The ID of the company that owns this item.
# @param processRecommendationsSynchronously [Boolean] If true then Indix api will be called synchronously to get tax code recommendations.
Expand All @@ -140,7 +140,7 @@ def create_items(companyId, model, options={}) path = "/api/v2/companies/
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# Swagger Name: AvaTaxClient
# @param companyId [Integer] The ID of the company that defined these items
# @param itemId [Integer] The ID of the item as defined by the company that owns this tag.
Expand All @@ -159,7 +159,7 @@ def create_item_tags(companyId, itemId, model) path = "/api/v2/companies/
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# Swagger Name: AvaTaxClient
# @param companyId [Integer] The ID of the company that creates this request.
# @param model [Object] The request you wish to create.
Expand Down Expand Up @@ -649,7 +649,7 @@ def query_items_by_tag(companyId, tag, options={}) path = "/api/v2/compan
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# Swagger Name: AvaTaxClient
# @param companyId [Integer] The ID of the company that owns this item.
# @param model [ItemCatalogueInputModel[]] The items you want to create or update.
Expand All @@ -674,7 +674,7 @@ def sync_item_catalogue(companyId, model) path = "/api/v2/companies/#{com
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# Swagger Name: AvaTaxClient
# @param companyId [Integer] The ID of the company that owns this item.
# @param model [Object] The request object.
Expand All @@ -699,7 +699,7 @@ def sync_items(companyId, model) path = "/api/v2/companies/#{companyId}/i
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# Swagger Name: AvaTaxClient
# @param companyId [Integer] The ID of the company that this item belongs to.
# @param id [Integer] The ID of the item you wish to update
Expand All @@ -722,7 +722,7 @@ def update_item(companyId, id, model, options={}) path = "/api/v2/compani
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# Swagger Name: AvaTaxClient
# @param companyId [Integer] The company id.
# @param itemId [Integer] The item id.
Expand All @@ -744,7 +744,7 @@ def update_item_classification(companyId, itemId, id, model) path = "/api
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, BatchServiceAdmin, CompanyAdmin, CSPTester, SSTAdmin, TechnicalSupportAdmin.
# Swagger Name: AvaTaxClient
# @param companyId [Integer] The company id.
# @param itemId [Integer] The item id
Expand Down
10 changes: 5 additions & 5 deletions lib/avatax/client/multidocument.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def adjust_multi_document_transaction(code, type, model, options={}) path
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
# * This API depends on the following active services:*Required* (all): AvaTaxPro.
# Swagger Name: AvaTaxClient
# @param code [String] The transaction code for this MultiDocument transaction
Expand Down Expand Up @@ -181,7 +181,7 @@ def create_multi_document_transaction(model, options={}) path = "/api/v2/
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
# * This API depends on the following active services:*Required* (all): AvaTaxPro.
# Swagger Name: AvaTaxClient
# @param code [String] The multidocument code to retrieve
Expand Down Expand Up @@ -225,7 +225,7 @@ def get_multi_document_transaction_by_code_and_type(code, type, options={})
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
# * This API depends on the following active services:*Required* (all): AvaTaxPro.
# Swagger Name: AvaTaxClient
# @param id [Integer] The unique ID number of the MultiDocument transaction to retrieve
Expand Down Expand Up @@ -266,7 +266,7 @@ def get_multi_document_transaction_by_id(id, options={}) path = "/api/v2/
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
# * This API depends on the following active services:*Required* (all): AvaTaxPro.
# Swagger Name: AvaTaxClient
# @param filter [String] A filter statement to identify specific records to retrieve. For more information on filtering, see [Filtering in REST](http://developer.avalara.com/avatax/filtering-in-rest/).<br />*Not filterable:* documents
Expand Down Expand Up @@ -357,7 +357,7 @@ def refund_multi_document_transaction(code, type, model, options={}) path
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
# * This API depends on the following active services:*Required* (all): AvaTaxPro.
# Swagger Name: AvaTaxClient
# @param model [Object] Information from your accounting system to verify against this MultiDocument transaction as it is stored in AvaTax
Expand Down
4 changes: 2 additions & 2 deletions lib/avatax/client/reports.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Reports
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
# Swagger Name: AvaTaxClient
# @param id [Integer] The unique ID number of this report
# @return [Object]
Expand Down Expand Up @@ -97,7 +97,7 @@ def initiate_export_document_line_report(companyId, model) path = "/api/v
#
# ### Security Policies
#
# * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
# * This API requires one of the following user roles: AccountAdmin, AccountOperator, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, CSPAdmin, CSPTester, ProStoresOperator, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser.
# Swagger Name: AvaTaxClient
# @param companyId [Integer] The id of the company for which to get reports.
# @param pageKey [String] Provide a page key to retrieve the next page of results.
Expand Down
Loading

0 comments on commit 667f14a

Please sign in to comment.