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 +4 -4
- data/lib/xero-ruby/models/accounting/credit_note.rb +1 -1
- data/lib/xero-ruby/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3af5e817f544f5628b21a3cf1c7a1c94149e2d3a1c03e3f770fc62e039a2632
|
4
|
+
data.tar.gz: 92e758c8044d47d7987ecd3fb87a604d0b23277e295aa825320950492cce060e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
#
|
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
|
data/lib/xero-ruby/version.rb
CHANGED
@@ -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.
|
10
|
+
The version of the XeroOpenAPI document: 6.2.0
|
11
11
|
=end
|
12
12
|
|
13
13
|
module XeroRuby
|
14
|
-
VERSION = '9.
|
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.
|
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-
|
11
|
+
date: 2024-08-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|