cloudmersive-convert-api-client 2.2.4 → 2.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9e63d9393c7a9f6d86a416626bdde6f81741c460cd98cc68a0aac3db6ec4d98
4
- data.tar.gz: eb071666c12849d681577930be0b22c9af7e5a3c8580cdb17871e84738d3274c
3
+ metadata.gz: 51382a8bbaf965dc823543394e2994c9e1ffe8d10f58da92f609521a474636ff
4
+ data.tar.gz: 29bd7d56a264fdb5d7543285d30fc13358a5488d1201f4eedba231e4bffee9ae
5
5
  SHA512:
6
- metadata.gz: fbf8f6de075705c19b518bb0dd76191d488b832c88219a2d6f8f2128e36d490ead0a998fbc5ed05b290e1daa23f2cd8eb85ea4374f39ed2b945be6305d28b35b
7
- data.tar.gz: 6c3df2f663d5de0f6e5ca848c06e12d4e4b392ed3f2efc1a3dc8d47ab089792b9fe605e76765622ca1486356e45b550dfa439d5aa6417aa0111f6adab1b8e802
6
+ metadata.gz: 4c51daf63a154f1d6b0c2dce4c64c84e562b65a1e70b54039aec31c3a4651ed87cbcc1815ded5156020e051a5c2c9a771fb7d996edb01714a6e3dfeaa7b11fe3
7
+ data.tar.gz: 42afc653a97fc3ea815c639cc833401ecf8f75f666265498e9275617913f591c95a450a6c750809128a64215c3eb71c8e051aad043961781de9e208403afdfeb
data/README.md CHANGED
@@ -7,7 +7,7 @@ Convert API lets you effortlessly convert file formats and types.
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: v1
10
- - Package version: 2.2.4
10
+ - Package version: 2.2.5
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,15 +23,15 @@ gem build cloudmersive-convert-api-client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./cloudmersive-convert-api-client-2.2.4.gem
26
+ gem install ./cloudmersive-convert-api-client-2.2.5.gem
27
27
  ```
28
- (for development, run `gem install --dev ./cloudmersive-convert-api-client-2.2.4.gem` to install the development dependencies)
28
+ (for development, run `gem install --dev ./cloudmersive-convert-api-client-2.2.5.gem` to install the development dependencies)
29
29
 
30
30
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
31
31
 
32
32
  Finally add this to the Gemfile:
33
33
 
34
- gem 'cloudmersive-convert-api-client', '~> 2.2.4'
34
+ gem 'cloudmersive-convert-api-client', '~> 2.2.5'
35
35
 
36
36
  ### Install from Git
37
37
 
@@ -251,7 +251,7 @@ Name | Type | Description | Notes
251
251
 
252
252
 
253
253
  # **transform_document_docx_table_fill_in_multi**
254
- > Object transform_document_docx_table_fill_in_multi(request)
254
+ > String transform_document_docx_table_fill_in_multi(request)
255
255
 
256
256
  Fill in data in multiple tables in a Word DOCX document, return result
257
257
 
@@ -291,7 +291,7 @@ Name | Type | Description | Notes
291
291
 
292
292
  ### Return type
293
293
 
294
- **Object**
294
+ **String**
295
295
 
296
296
  ### Authorization
297
297
 
@@ -300,7 +300,7 @@ Name | Type | Description | Notes
300
300
  ### HTTP request headers
301
301
 
302
302
  - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
303
- - **Accept**: application/octet-stream
303
+ - **Accept**: application/json, text/json, application/xml, text/xml
304
304
 
305
305
 
306
306
 
@@ -269,7 +269,7 @@ module CloudmersiveConvertApiClient
269
269
  # Replace placeholder rows in multiple tables in an Office Word Document (docx) using one or more templates
270
270
  # @param request
271
271
  # @param [Hash] opts the optional parameters
272
- # @return [Object]
272
+ # @return [String]
273
273
  def transform_document_docx_table_fill_in_multi(request, opts = {})
274
274
  data, _status_code, _headers = transform_document_docx_table_fill_in_multi_with_http_info(request, opts)
275
275
  data
@@ -279,7 +279,7 @@ module CloudmersiveConvertApiClient
279
279
  # Replace placeholder rows in multiple tables in an Office Word Document (docx) using one or more templates
280
280
  # @param request
281
281
  # @param [Hash] opts the optional parameters
282
- # @return [Array<(Object, Fixnum, Hash)>] Object data, response status code and response headers
282
+ # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
283
283
  def transform_document_docx_table_fill_in_multi_with_http_info(request, opts = {})
284
284
  if @api_client.config.debugging
285
285
  @api_client.config.logger.debug 'Calling API: TransformDocumentApi.transform_document_docx_table_fill_in_multi ...'
@@ -297,7 +297,7 @@ module CloudmersiveConvertApiClient
297
297
  # header parameters
298
298
  header_params = {}
299
299
  # HTTP header 'Accept' (if needed)
300
- header_params['Accept'] = @api_client.select_header_accept(['application/octet-stream'])
300
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/json', 'application/xml', 'text/xml'])
301
301
  # HTTP header 'Content-Type'
302
302
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'text/json', 'application/xml', 'text/xml', 'application/x-www-form-urlencoded'])
303
303
 
@@ -313,7 +313,7 @@ module CloudmersiveConvertApiClient
313
313
  :form_params => form_params,
314
314
  :body => post_body,
315
315
  :auth_names => auth_names,
316
- :return_type => 'Object')
316
+ :return_type => 'String')
317
317
  if @api_client.config.debugging
318
318
  @api_client.config.logger.debug "API called: TransformDocumentApi#transform_document_docx_table_fill_in_multi\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
319
319
  end
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.14
11
11
  =end
12
12
 
13
13
  module CloudmersiveConvertApiClient
14
- VERSION = '2.2.4'
14
+ VERSION = '2.2.5'
15
15
  end
@@ -93,7 +93,7 @@ describe 'TransformDocumentApi' do
93
93
  # Replace placeholder rows in multiple tables in an Office Word Document (docx) using one or more templates
94
94
  # @param request
95
95
  # @param [Hash] opts the optional parameters
96
- # @return [Object]
96
+ # @return [String]
97
97
  describe 'transform_document_docx_table_fill_in_multi test' do
98
98
  it 'should work' do
99
99
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudmersive-convert-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.4
4
+ version: 2.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cloudmersive
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-05 00:00:00.000000000 Z
11
+ date: 2021-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus