Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
avalara_sdk (24.12.10)
avalara_sdk (24.12.0)
faraday (~> 1.0, >= 1.0.1)

GEM
Expand Down
5 changes: 1 addition & 4 deletions lib/avalara_sdk/api/EInvoicing/V1/data_input_fields_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand All @@ -19,7 +17,7 @@ def initialize(api_client)
if (api_client.nil?)
fail ArgumentError,'api_client is nil'
end
api_client.set_sdk_version("24.12.0")
api_client.set_sdk_version("24.12.1")
@api_client = api_client
end

Expand Down Expand Up @@ -285,7 +283,6 @@ def get_data_input_fields_with_http_info(request_parameters)

# header parameters
header_params = {}
header_params[:'avalara-version'] = '1.2'
# HTTP header 'Accept' (if needed)
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
if !avalara_version.nil?
Expand Down
9 changes: 1 addition & 8 deletions lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand All @@ -19,7 +17,7 @@ def initialize(api_client)
if (api_client.nil?)
fail ArgumentError,'api_client is nil'
end
api_client.set_sdk_version("24.12.0")
api_client.set_sdk_version("24.12.1")
@api_client = api_client
end

Expand Down Expand Up @@ -272,7 +270,6 @@ def download_document_with_http_info(request_parameters)

# header parameters
header_params = {}
header_params[:'avalara-version'] = '1.2'
# HTTP header 'Accept' (if needed)
header_params['Accept'] = @api_client.select_header_accept(['application/pdf', 'application/xml', 'application/json'])
if !avalara_version.nil?
Expand Down Expand Up @@ -357,7 +354,6 @@ def fetch_documents_with_http_info(request_parameters)

# header parameters
header_params = {}
header_params[:'avalara-version'] = '1.2'
# HTTP header 'Accept' (if needed)
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
# HTTP header 'Content-Type'
Expand Down Expand Up @@ -478,7 +474,6 @@ def get_document_list_with_http_info(request_parameters)

# header parameters
header_params = {}
header_params[:'avalara-version'] = '1.2'
# HTTP header 'Accept' (if needed)
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
if !avalara_version.nil?
Expand Down Expand Up @@ -560,7 +555,6 @@ def get_document_status_with_http_info(request_parameters)

# header parameters
header_params = {}
header_params[:'avalara-version'] = '1.2'
# HTTP header 'Accept' (if needed)
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
if !avalara_version.nil?
Expand Down Expand Up @@ -648,7 +642,6 @@ def submit_document_with_http_info(request_parameters)

# header parameters
header_params = {}
header_params[:'avalara-version'] = '1.2'
# HTTP header 'Accept' (if needed)
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/xml'])
# HTTP header 'Content-Type'
Expand Down
5 changes: 1 addition & 4 deletions lib/avalara_sdk/api/EInvoicing/V1/interop_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand All @@ -19,7 +17,7 @@ def initialize(api_client)
if (api_client.nil?)
fail ArgumentError,'api_client is nil'
end
api_client.set_sdk_version("24.12.0")
api_client.set_sdk_version("24.12.1")
@api_client = api_client
end

Expand Down Expand Up @@ -292,7 +290,6 @@ def submit_interop_document_with_http_info(request_parameters)

# header parameters
header_params = {}
header_params[:'avalara-version'] = '1.2'
# HTTP header 'Accept' (if needed)
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
# HTTP header 'Content-Type'
Expand Down
6 changes: 1 addition & 5 deletions lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand All @@ -19,7 +17,7 @@ def initialize(api_client)
if (api_client.nil?)
fail ArgumentError,'api_client is nil'
end
api_client.set_sdk_version("24.12.0")
api_client.set_sdk_version("24.12.1")
@api_client = api_client
end

Expand Down Expand Up @@ -284,7 +282,6 @@ def get_mandate_data_input_fields_with_http_info(request_parameters)

# header parameters
header_params = {}
header_params[:'avalara-version'] = '1.2'
# HTTP header 'Accept' (if needed)
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
if !avalara_version.nil?
Expand Down Expand Up @@ -385,7 +382,6 @@ def get_mandates_with_http_info(request_parameters)

# header parameters
header_params = {}
header_params[:'avalara-version'] = '1.2'
# HTTP header 'Accept' (if needed)
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
if !avalara_version.nil?
Expand Down
9 changes: 1 addition & 8 deletions lib/avalara_sdk/api/EInvoicing/V1/trading_partners_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand All @@ -19,7 +17,7 @@ def initialize(api_client)
if (api_client.nil?)
fail ArgumentError,'api_client is nil'
end
api_client.set_sdk_version("24.12.0")
api_client.set_sdk_version("24.12.1")
@api_client = api_client
end

Expand Down Expand Up @@ -286,7 +284,6 @@ def batch_search_participants_with_http_info(request_parameters)

# header parameters
header_params = {}
header_params[:'avalara-version'] = '1.2'
# HTTP header 'Accept' (if needed)
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
# HTTP header 'Content-Type'
Expand Down Expand Up @@ -381,7 +378,6 @@ def download_batch_search_report_with_http_info(request_parameters)

# header parameters
header_params = {}
header_params[:'avalara-version'] = '1.2'
# HTTP header 'Accept' (if needed)
header_params['Accept'] = @api_client.select_header_accept(['text/csv', 'application/json'])
if !avalara_version.nil?
Expand Down Expand Up @@ -468,7 +464,6 @@ def get_batch_search_detail_with_http_info(request_parameters)

# header parameters
header_params = {}
header_params[:'avalara-version'] = '1.2'
# HTTP header 'Accept' (if needed)
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
if !avalara_version.nil?
Expand Down Expand Up @@ -574,7 +569,6 @@ def list_batch_searches_with_http_info(request_parameters)

# header parameters
header_params = {}
header_params[:'avalara-version'] = '1.2'
# HTTP header 'Accept' (if needed)
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
if !avalara_version.nil?
Expand Down Expand Up @@ -689,7 +683,6 @@ def search_participants_with_http_info(request_parameters)

# header parameters
header_params = {}
header_params[:'avalara-version'] = '1.2'
# HTTP header 'Accept' (if needed)
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
if !avalara_version.nil?
Expand Down
2 changes: 0 additions & 2 deletions lib/avalara_sdk/models/EInvoicing/V1/bad_download_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
2 changes: 0 additions & 2 deletions lib/avalara_sdk/models/EInvoicing/V1/bad_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
2 changes: 0 additions & 2 deletions lib/avalara_sdk/models/EInvoicing/V1/batch_search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
2 changes: 0 additions & 2 deletions lib/avalara_sdk/models/EInvoicing/V1/conditional_for_field.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
2 changes: 0 additions & 2 deletions lib/avalara_sdk/models/EInvoicing/V1/data_input_field.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
2 changes: 0 additions & 2 deletions lib/avalara_sdk/models/EInvoicing/V1/document_fetch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#An API that supports sending data for an E-Invoicing compliance use-case.

SDK Version : 24.12.0


=end

Expand Down
Loading
Loading