xero-ruby 9.1.0 → 9.2.0

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: b5cea31dc5f734a38373693bed82c5598029105edde9f559abe4c0de476b6366
4
- data.tar.gz: 53ac2c9bebabc20d027d92bc0c0413cb9e8084e8fa97e7c436800171abd7d219
3
+ metadata.gz: b3af5e817f544f5628b21a3cf1c7a1c94149e2d3a1c03e3f770fc62e039a2632
4
+ data.tar.gz: 92e758c8044d47d7987ecd3fb87a604d0b23277e295aa825320950492cce060e
5
5
  SHA512:
6
- metadata.gz: 7d0c022507703485caf76b9e937fcf3f90f71f88e8273770519b3bfdf87d962d15b1aa2ff8eca4cdf346c4f9333e65b9be86f934742c48679fbc838c85f71ef5
7
- data.tar.gz: c34ecc936d2efa3c3f80d155549bcaf6225bdaa5bdd5851d156ebcca705234bc520f4891f680a5d162646248c23dbd5ac00d37d3db51232e315cba3dc95564f5
6
+ metadata.gz: ef980573452d741d92d166e1af1469f0bca3e6e8a03fceaf9783ffc88af8614ff2c0ad0d55db61a11badea2949bced2eb25b25caaf6691c015482bb7ebd09307
7
+ data.tar.gz: 17da4e2fbfc82ead1e8743e4a23c82be15986c77c4758e0dbb3f74514d99c2871850536c12c95a6e5ef6eee95482ed565057d206d54c0d3b0a0df9d2facb431d
@@ -78,7 +78,7 @@ module XeroRuby::Accounting
78
78
  # ACCRECCREDIT only – additional reference number
79
79
  attr_accessor :reference
80
80
 
81
- # boolean to indicate if a credit note has been sent to a contact via the Xero app (currently read only)
81
+ # Boolean to set whether the credit note in the Xero app should be marked as “sent”. This can be set only on credit notes that have been approved
82
82
  attr_accessor :sent_to_contact
83
83
 
84
84
  # The currency rate for a multicurrency invoice. If no rate is specified, the XE.com day rate is used
@@ -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: 6.1.1
10
+ The version of the XeroOpenAPI document: 6.2.0
11
11
  =end
12
12
 
13
13
  module XeroRuby
14
- VERSION = '9.1.0'
14
+ VERSION = '9.2.0'
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: 9.1.0
4
+ version: 9.2.0
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: 2024-08-05 00:00:00.000000000 Z
11
+ date: 2024-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday