xero-ruby 3.1.0 → 3.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ffd60e2ce8ccc28aec721bb3fa1e1eb7d33ef427799a591827844643f461a920
4
- data.tar.gz: 76450e0771d835e052b18e1b766cc29e4e961f5aa5310b59e636eaef910a7220
3
+ metadata.gz: 6dfc3e5ea48302eddf9c7751abd41ad680c75b82b36687a9db625448dfeed9e8
4
+ data.tar.gz: 45ca570abdc11d4fa8110c1606256f9ee01704c0a8dca96fbe90bac220cb85cb
5
5
  SHA512:
6
- metadata.gz: 7df939becf48e628528870a3cef4264df6d37c059796ef52a80d20c1450497c324e5042adea2c3db8644000c443436a5e0517add5fd27e53c672fba45cb57366
7
- data.tar.gz: 6e151873e866dec1db63ffa24a857438dccc29e65aa126fa43e9d6978a4cb2e563f2e0feca202d88c6431d99403e06377530626d5f00815c001a31ce02072d3a
6
+ metadata.gz: eb6190b664546a7f371b96296a707b9260cffab823830aee03b7f634913ac92a143ba8dbbb2b7b7c3d66bb1e7bc5687b431e53c8059d664efb91c80f40ef30e2
7
+ data.tar.gz: 1b82804a2bb5e059e353ccbb4dd075b9d2d1ba2c2d06a6c2228d7eeeb48f39d2182837f5c955313c2095bb81d6fab4031f153e2bd92b2d231c0c9092ec026e6b
@@ -9542,8 +9542,8 @@ module XeroRuby
9542
9542
  # @option opts [Integer] :page e.g. page=1 – Up to 100 invoices will be returned in a single API call with line items shown for each invoice
9543
9543
  # @option opts [Boolean] :include_archived e.g. includeArchived=true - Invoices with a status of ARCHIVED will be included in the response
9544
9544
  # @option opts [Boolean] :created_by_my_app When set to true you'll only retrieve Invoices created by your app
9545
- # @option opts [Boolean] :summary_only Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient. (default to false)
9546
9545
  # @option opts [Integer] :unitdp e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts
9546
+ # @option opts [Boolean] :summary_only Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient. (default to false)
9547
9547
  # @return [Invoices]
9548
9548
  def get_invoices(xero_tenant_id, opts = {})
9549
9549
  data, _status_code, _headers = get_invoices_with_http_info(xero_tenant_id, opts)
@@ -9563,8 +9563,8 @@ module XeroRuby
9563
9563
  # @option opts [Integer] :page e.g. page=1 – Up to 100 invoices will be returned in a single API call with line items shown for each invoice
9564
9564
  # @option opts [Boolean] :include_archived e.g. includeArchived=true - Invoices with a status of ARCHIVED will be included in the response
9565
9565
  # @option opts [Boolean] :created_by_my_app When set to true you'll only retrieve Invoices created by your app
9566
- # @option opts [Boolean] :summary_only Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient.
9567
9566
  # @option opts [Integer] :unitdp e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts
9567
+ # @option opts [Boolean] :summary_only Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient.
9568
9568
  # @return [Array<(Invoices, Integer, Hash)>] Invoices data, response status code and response headers
9569
9569
  def get_invoices_with_http_info(xero_tenant_id, options = {})
9570
9570
  opts = options.dup
@@ -9592,8 +9592,8 @@ module XeroRuby
9592
9592
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
9593
9593
  query_params[:'includeArchived'] = opts[:'include_archived'] if !opts[:'include_archived'].nil?
9594
9594
  query_params[:'createdByMyApp'] = opts[:'created_by_my_app'] if !opts[:'created_by_my_app'].nil?
9595
- query_params[:'summaryOnly'] = opts[:'summary_only'] if !opts[:'summary_only'].nil?
9596
9595
  query_params[:'unitdp'] = opts[:'unitdp'] if !opts[:'unitdp'].nil?
9596
+ query_params[:'summaryOnly'] = opts[:'summary_only'] if !opts[:'summary_only'].nil?
9597
9597
 
9598
9598
  # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
9599
9599
  query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
@@ -7,9 +7,9 @@ Contact: api@xero.com
7
7
  Generated by: https://openapi-generator.tech
8
8
  OpenAPI Generator version: 4.3.1
9
9
 
10
- The version of the XeroOpenAPI document: 2.13.0
10
+ The version of the XeroOpenAPI document: 2.13.2
11
11
  =end
12
12
 
13
13
  module XeroRuby
14
- VERSION = '3.1.0'
14
+ VERSION = '3.1.1'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xero-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xero API Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-28 00:00:00.000000000 Z
11
+ date: 2021-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday