xero-ruby 1.2.0 → 2.0.0
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 +4 -4
- data/README.md +26 -1
- data/build_notes.md +17 -0
- data/docs/accounting/AccountingApi.md +23 -11
- data/docs/accounting/ManualJournalLine.md +2 -0
- data/docs/accounting/Organisation.md +1 -1
- data/docs/accounting/Report.md +1 -1
- data/docs/accounting/{TenNinteyNineContact.md → TenNinetyNineContact.md} +2 -2
- data/lib/xero-ruby.rb +2 -2
- data/lib/xero-ruby/api/accounting_api.rb +21 -7
- data/lib/xero-ruby/api/asset_api.rb +1 -1
- data/lib/xero-ruby/api/project_api.rb +1 -1
- data/lib/xero-ruby/api_client.rb +66 -31
- data/lib/xero-ruby/api_error.rb +1 -1
- data/lib/xero-ruby/configuration.rb +1 -4
- data/lib/xero-ruby/models/accounting/account.rb +7 -2
- data/lib/xero-ruby/models/accounting/account_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/accounts.rb +5 -1
- data/lib/xero-ruby/models/accounting/accounts_payable.rb +7 -3
- data/lib/xero-ruby/models/accounting/accounts_receivable.rb +7 -3
- data/lib/xero-ruby/models/accounting/address.rb +5 -1
- data/lib/xero-ruby/models/accounting/allocation.rb +6 -2
- data/lib/xero-ruby/models/accounting/allocations.rb +5 -1
- data/lib/xero-ruby/models/accounting/attachment.rb +5 -1
- data/lib/xero-ruby/models/accounting/attachments.rb +5 -1
- data/lib/xero-ruby/models/accounting/balances.rb +5 -1
- data/lib/xero-ruby/models/accounting/bank_transaction.rb +9 -5
- data/lib/xero-ruby/models/accounting/bank_transactions.rb +5 -1
- data/lib/xero-ruby/models/accounting/bank_transfer.rb +7 -3
- data/lib/xero-ruby/models/accounting/bank_transfers.rb +5 -1
- data/lib/xero-ruby/models/accounting/batch_payment.rb +6 -2
- data/lib/xero-ruby/models/accounting/batch_payment_details.rb +5 -1
- data/lib/xero-ruby/models/accounting/batch_payments.rb +5 -1
- data/lib/xero-ruby/models/accounting/bill.rb +5 -1
- data/lib/xero-ruby/models/accounting/branding_theme.rb +5 -1
- data/lib/xero-ruby/models/accounting/branding_themes.rb +5 -1
- data/lib/xero-ruby/models/accounting/cis_org_setting.rb +5 -1
- data/lib/xero-ruby/models/accounting/cis_setting.rb +5 -1
- data/lib/xero-ruby/models/accounting/cis_settings.rb +5 -1
- data/lib/xero-ruby/models/accounting/contact.rb +6 -2
- data/lib/xero-ruby/models/accounting/contact_group.rb +5 -1
- data/lib/xero-ruby/models/accounting/contact_groups.rb +5 -1
- data/lib/xero-ruby/models/accounting/contact_person.rb +5 -1
- data/lib/xero-ruby/models/accounting/contacts.rb +5 -1
- data/lib/xero-ruby/models/accounting/country_code.rb +1 -1
- data/lib/xero-ruby/models/accounting/credit_note.rb +10 -6
- data/lib/xero-ruby/models/accounting/credit_notes.rb +5 -1
- data/lib/xero-ruby/models/accounting/currencies.rb +5 -1
- data/lib/xero-ruby/models/accounting/currency.rb +5 -1
- data/lib/xero-ruby/models/accounting/currency_code.rb +1 -1
- data/lib/xero-ruby/models/accounting/element.rb +5 -1
- data/lib/xero-ruby/models/accounting/employee.rb +5 -1
- data/lib/xero-ruby/models/accounting/employees.rb +5 -1
- data/lib/xero-ruby/models/accounting/error.rb +5 -1
- data/lib/xero-ruby/models/accounting/expense_claim.rb +8 -4
- data/lib/xero-ruby/models/accounting/expense_claims.rb +5 -1
- data/lib/xero-ruby/models/accounting/external_link.rb +5 -1
- data/lib/xero-ruby/models/accounting/history_record.rb +5 -1
- data/lib/xero-ruby/models/accounting/history_records.rb +5 -1
- data/lib/xero-ruby/models/accounting/invoice.rb +14 -10
- data/lib/xero-ruby/models/accounting/invoice_reminder.rb +5 -1
- data/lib/xero-ruby/models/accounting/invoice_reminders.rb +5 -1
- data/lib/xero-ruby/models/accounting/invoices.rb +5 -1
- data/lib/xero-ruby/models/accounting/item.rb +7 -3
- data/lib/xero-ruby/models/accounting/items.rb +5 -1
- data/lib/xero-ruby/models/accounting/journal.rb +5 -1
- data/lib/xero-ruby/models/accounting/journal_line.rb +8 -4
- data/lib/xero-ruby/models/accounting/journals.rb +5 -1
- data/lib/xero-ruby/models/accounting/line_amount_types.rb +1 -1
- data/lib/xero-ruby/models/accounting/line_item.rb +11 -7
- data/lib/xero-ruby/models/accounting/line_item_tracking.rb +5 -1
- data/lib/xero-ruby/models/accounting/linked_transaction.rb +5 -1
- data/lib/xero-ruby/models/accounting/linked_transactions.rb +5 -1
- data/lib/xero-ruby/models/accounting/manual_journal.rb +5 -1
- data/lib/xero-ruby/models/accounting/manual_journal_line.rb +18 -4
- data/lib/xero-ruby/models/accounting/manual_journals.rb +5 -1
- data/lib/xero-ruby/models/accounting/online_invoice.rb +5 -1
- data/lib/xero-ruby/models/accounting/online_invoices.rb +5 -1
- data/lib/xero-ruby/models/accounting/organisation.rb +33 -3
- data/lib/xero-ruby/models/accounting/organisations.rb +5 -1
- data/lib/xero-ruby/models/accounting/overpayment.rb +10 -6
- data/lib/xero-ruby/models/accounting/overpayments.rb +5 -1
- data/lib/xero-ruby/models/accounting/payment.rb +7 -3
- data/lib/xero-ruby/models/accounting/payment_delete.rb +5 -1
- data/lib/xero-ruby/models/accounting/payment_service.rb +5 -1
- data/lib/xero-ruby/models/accounting/payment_services.rb +5 -1
- data/lib/xero-ruby/models/accounting/payment_term.rb +5 -1
- data/lib/xero-ruby/models/accounting/payment_term_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/payments.rb +5 -1
- data/lib/xero-ruby/models/accounting/phone.rb +5 -1
- data/lib/xero-ruby/models/accounting/prepayment.rb +10 -6
- data/lib/xero-ruby/models/accounting/prepayments.rb +5 -1
- data/lib/xero-ruby/models/accounting/purchase.rb +6 -2
- data/lib/xero-ruby/models/accounting/purchase_order.rb +10 -6
- data/lib/xero-ruby/models/accounting/purchase_orders.rb +5 -1
- data/lib/xero-ruby/models/accounting/quote.rb +9 -5
- data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +1 -1
- data/lib/xero-ruby/models/accounting/quote_status_codes.rb +2 -1
- data/lib/xero-ruby/models/accounting/quotes.rb +5 -1
- data/lib/xero-ruby/models/accounting/receipt.rb +8 -4
- data/lib/xero-ruby/models/accounting/receipts.rb +5 -1
- data/lib/xero-ruby/models/accounting/repeating_invoice.rb +8 -4
- data/lib/xero-ruby/models/accounting/repeating_invoices.rb +5 -1
- data/lib/xero-ruby/models/accounting/report.rb +6 -2
- data/lib/xero-ruby/models/accounting/report_attribute.rb +5 -1
- data/lib/xero-ruby/models/accounting/report_cell.rb +5 -1
- data/lib/xero-ruby/models/accounting/report_fields.rb +5 -1
- data/lib/xero-ruby/models/accounting/report_row.rb +5 -1
- data/lib/xero-ruby/models/accounting/report_rows.rb +5 -1
- data/lib/xero-ruby/models/accounting/report_with_row.rb +5 -1
- data/lib/xero-ruby/models/accounting/report_with_rows.rb +5 -1
- data/lib/xero-ruby/models/accounting/reports.rb +5 -1
- data/lib/xero-ruby/models/accounting/request_empty.rb +5 -1
- data/lib/xero-ruby/models/accounting/row_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +5 -1
- data/lib/xero-ruby/models/accounting/schedule.rb +5 -1
- data/lib/xero-ruby/models/accounting/tax_component.rb +6 -2
- data/lib/xero-ruby/models/accounting/tax_rate.rb +7 -3
- data/lib/xero-ruby/models/accounting/tax_rates.rb +5 -1
- data/lib/xero-ruby/models/accounting/tax_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/{ten_nintey_nine_contact.rb → ten_ninety_nine_contact.rb} +21 -17
- data/lib/xero-ruby/models/accounting/time_zone.rb +1 -1
- data/lib/xero-ruby/models/accounting/tracking_categories.rb +5 -1
- data/lib/xero-ruby/models/accounting/tracking_category.rb +5 -1
- data/lib/xero-ruby/models/accounting/tracking_option.rb +5 -1
- data/lib/xero-ruby/models/accounting/tracking_options.rb +5 -1
- data/lib/xero-ruby/models/accounting/user.rb +5 -1
- data/lib/xero-ruby/models/accounting/users.rb +5 -1
- data/lib/xero-ruby/models/accounting/validation_error.rb +5 -1
- data/lib/xero-ruby/models/assets/asset.rb +8 -4
- data/lib/xero-ruby/models/assets/asset_status.rb +1 -1
- data/lib/xero-ruby/models/assets/asset_status_query_param.rb +1 -1
- data/lib/xero-ruby/models/assets/asset_type.rb +5 -1
- data/lib/xero-ruby/models/assets/assets.rb +5 -1
- data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +11 -7
- data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +6 -2
- data/lib/xero-ruby/models/assets/error.rb +5 -1
- data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +5 -1
- data/lib/xero-ruby/models/assets/pagination.rb +5 -1
- data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +5 -1
- data/lib/xero-ruby/models/assets/setting.rb +5 -1
- data/lib/xero-ruby/models/projects/amount.rb +6 -2
- data/lib/xero-ruby/models/projects/charge_type.rb +1 -1
- data/lib/xero-ruby/models/projects/currency_code.rb +1 -1
- data/lib/xero-ruby/models/projects/error.rb +5 -1
- data/lib/xero-ruby/models/projects/pagination.rb +5 -1
- data/lib/xero-ruby/models/projects/project.rb +5 -1
- data/lib/xero-ruby/models/projects/project_create_or_update.rb +6 -2
- data/lib/xero-ruby/models/projects/project_patch.rb +5 -1
- data/lib/xero-ruby/models/projects/project_status.rb +1 -1
- data/lib/xero-ruby/models/projects/project_user.rb +5 -1
- data/lib/xero-ruby/models/projects/project_users.rb +5 -1
- data/lib/xero-ruby/models/projects/projects.rb +5 -1
- data/lib/xero-ruby/models/projects/task.rb +5 -1
- data/lib/xero-ruby/models/projects/task_create_or_update.rb +5 -1
- data/lib/xero-ruby/models/projects/tasks.rb +5 -1
- data/lib/xero-ruby/models/projects/time_entries.rb +5 -1
- data/lib/xero-ruby/models/projects/time_entry.rb +5 -1
- data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +5 -1
- data/lib/xero-ruby/version.rb +2 -2
- data/spec/accounting/models/ten_nintey_nine_contact_spec.rb +6 -6
- data/spec/api_client_spec.rb +8 -10
- data/xero-ruby.gemspec +1 -2
- metadata +5 -5
- data/xero-ruby.gem +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.2.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -14,6 +14,8 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class TrackingOption
|
|
18
20
|
# The Xero identifier for a tracking optione.g. ae777a87-5ef3-4fa0-a4f0-d10e1f13073a
|
|
19
21
|
attr_accessor :tracking_option_id
|
|
@@ -210,6 +212,8 @@ module XeroRuby::Accounting
|
|
|
210
212
|
value.to_i
|
|
211
213
|
when :Float
|
|
212
214
|
value.to_f
|
|
215
|
+
when :BigDecimal
|
|
216
|
+
BigDecimal(value.to_s)
|
|
213
217
|
when :Boolean
|
|
214
218
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
215
219
|
true
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.2.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -14,6 +14,8 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class TrackingOptions
|
|
18
20
|
|
|
19
21
|
attr_accessor :options
|
|
@@ -130,6 +132,8 @@ module XeroRuby::Accounting
|
|
|
130
132
|
value.to_i
|
|
131
133
|
when :Float
|
|
132
134
|
value.to_f
|
|
135
|
+
when :BigDecimal
|
|
136
|
+
BigDecimal(value.to_s)
|
|
133
137
|
when :Boolean
|
|
134
138
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
135
139
|
true
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.2.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -14,6 +14,8 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class User
|
|
18
20
|
# Xero identifier
|
|
19
21
|
attr_accessor :user_id
|
|
@@ -229,6 +231,8 @@ module XeroRuby::Accounting
|
|
|
229
231
|
value.to_i
|
|
230
232
|
when :Float
|
|
231
233
|
value.to_f
|
|
234
|
+
when :BigDecimal
|
|
235
|
+
BigDecimal(value.to_s)
|
|
232
236
|
when :Boolean
|
|
233
237
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
234
238
|
true
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.2.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -14,6 +14,8 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class Users
|
|
18
20
|
|
|
19
21
|
attr_accessor :users
|
|
@@ -130,6 +132,8 @@ module XeroRuby::Accounting
|
|
|
130
132
|
value.to_i
|
|
131
133
|
when :Float
|
|
132
134
|
value.to_f
|
|
135
|
+
when :BigDecimal
|
|
136
|
+
BigDecimal(value.to_s)
|
|
133
137
|
when :Boolean
|
|
134
138
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
135
139
|
true
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.2.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -14,6 +14,8 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class ValidationError
|
|
18
20
|
# Validation error message
|
|
19
21
|
attr_accessor :message
|
|
@@ -128,6 +130,8 @@ module XeroRuby::Accounting
|
|
|
128
130
|
value.to_i
|
|
129
131
|
when :Float
|
|
130
132
|
value.to_f
|
|
133
|
+
when :BigDecimal
|
|
134
|
+
BigDecimal(value.to_s)
|
|
131
135
|
when :Boolean
|
|
132
136
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
133
137
|
true
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Xero Assets API
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.2.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -14,6 +14,8 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Assets
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class Asset
|
|
18
20
|
# The Xero-generated Id for the asset
|
|
19
21
|
attr_accessor :asset_id
|
|
@@ -89,15 +91,15 @@ module XeroRuby::Assets
|
|
|
89
91
|
:'asset_type_id' => :'String',
|
|
90
92
|
:'asset_number' => :'String',
|
|
91
93
|
:'purchase_date' => :'Date',
|
|
92
|
-
:'purchase_price' => :'
|
|
93
|
-
:'disposal_price' => :'
|
|
94
|
+
:'purchase_price' => :'BigDecimal',
|
|
95
|
+
:'disposal_price' => :'BigDecimal',
|
|
94
96
|
:'asset_status' => :'AssetStatus',
|
|
95
97
|
:'warranty_expiry_date' => :'String',
|
|
96
98
|
:'serial_number' => :'String',
|
|
97
99
|
:'book_depreciation_setting' => :'BookDepreciationSetting',
|
|
98
100
|
:'book_depreciation_detail' => :'BookDepreciationDetail',
|
|
99
101
|
:'can_rollback' => :'Boolean',
|
|
100
|
-
:'accounting_book_value' => :'
|
|
102
|
+
:'accounting_book_value' => :'BigDecimal',
|
|
101
103
|
:'is_delete_enabled_for_date' => :'Boolean'
|
|
102
104
|
}
|
|
103
105
|
end
|
|
@@ -273,6 +275,8 @@ module XeroRuby::Assets
|
|
|
273
275
|
value.to_i
|
|
274
276
|
when :Float
|
|
275
277
|
value.to_f
|
|
278
|
+
when :BigDecimal
|
|
279
|
+
BigDecimal(value.to_s)
|
|
276
280
|
when :Boolean
|
|
277
281
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
278
282
|
true
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Xero Assets API
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.2.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -14,6 +14,8 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Assets
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class AssetType
|
|
18
20
|
# Xero generated unique identifier for asset types
|
|
19
21
|
attr_accessor :asset_type_id
|
|
@@ -198,6 +200,8 @@ module XeroRuby::Assets
|
|
|
198
200
|
value.to_i
|
|
199
201
|
when :Float
|
|
200
202
|
value.to_f
|
|
203
|
+
when :BigDecimal
|
|
204
|
+
BigDecimal(value.to_s)
|
|
201
205
|
when :Boolean
|
|
202
206
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
203
207
|
true
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Xero Assets API
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.2.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -14,6 +14,8 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Assets
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class Assets
|
|
18
20
|
|
|
19
21
|
attr_accessor :pagination
|
|
@@ -140,6 +142,8 @@ module XeroRuby::Assets
|
|
|
140
142
|
value.to_i
|
|
141
143
|
when :Float
|
|
142
144
|
value.to_f
|
|
145
|
+
when :BigDecimal
|
|
146
|
+
BigDecimal(value.to_s)
|
|
143
147
|
when :Boolean
|
|
144
148
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
145
149
|
true
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Xero Assets API
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.2.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -14,6 +14,8 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Assets
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class BookDepreciationDetail
|
|
18
20
|
# When an asset is disposed, this will be the sell price minus the purchase price if a profit was made.
|
|
19
21
|
attr_accessor :current_capital_gain
|
|
@@ -52,13 +54,13 @@ module XeroRuby::Assets
|
|
|
52
54
|
# Attribute type mapping.
|
|
53
55
|
def self.openapi_types
|
|
54
56
|
{
|
|
55
|
-
:'current_capital_gain' => :'
|
|
56
|
-
:'current_gain_loss' => :'
|
|
57
|
+
:'current_capital_gain' => :'BigDecimal',
|
|
58
|
+
:'current_gain_loss' => :'BigDecimal',
|
|
57
59
|
:'depreciation_start_date' => :'Date',
|
|
58
|
-
:'cost_limit' => :'
|
|
59
|
-
:'residual_value' => :'
|
|
60
|
-
:'prior_accum_depreciation_amount' => :'
|
|
61
|
-
:'current_accum_depreciation_amount' => :'
|
|
60
|
+
:'cost_limit' => :'BigDecimal',
|
|
61
|
+
:'residual_value' => :'BigDecimal',
|
|
62
|
+
:'prior_accum_depreciation_amount' => :'BigDecimal',
|
|
63
|
+
:'current_accum_depreciation_amount' => :'BigDecimal'
|
|
62
64
|
}
|
|
63
65
|
end
|
|
64
66
|
|
|
@@ -188,6 +190,8 @@ module XeroRuby::Assets
|
|
|
188
190
|
value.to_i
|
|
189
191
|
when :Float
|
|
190
192
|
value.to_f
|
|
193
|
+
when :BigDecimal
|
|
194
|
+
BigDecimal(value.to_s)
|
|
191
195
|
when :Boolean
|
|
192
196
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
193
197
|
true
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Xero Assets API
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.2.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -14,6 +14,8 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Assets
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class BookDepreciationSetting
|
|
18
20
|
# The method of depreciation applied to this asset. See Depreciation Methods
|
|
19
21
|
attr_accessor :depreciation_method
|
|
@@ -91,7 +93,7 @@ module XeroRuby::Assets
|
|
|
91
93
|
{
|
|
92
94
|
:'depreciation_method' => :'String',
|
|
93
95
|
:'averaging_method' => :'String',
|
|
94
|
-
:'depreciation_rate' => :'
|
|
96
|
+
:'depreciation_rate' => :'BigDecimal',
|
|
95
97
|
:'effective_life_years' => :'Integer',
|
|
96
98
|
:'depreciation_calculation_method' => :'String',
|
|
97
99
|
:'depreciable_object_id' => :'String',
|
|
@@ -267,6 +269,8 @@ module XeroRuby::Assets
|
|
|
267
269
|
value.to_i
|
|
268
270
|
when :Float
|
|
269
271
|
value.to_f
|
|
272
|
+
when :BigDecimal
|
|
273
|
+
BigDecimal(value.to_s)
|
|
270
274
|
when :Boolean
|
|
271
275
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
272
276
|
true
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Xero Assets API
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.2.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -14,6 +14,8 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Assets
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class Error
|
|
18
20
|
# Array of elements of resource validation errors
|
|
19
21
|
attr_accessor :resource_validation_errors
|
|
@@ -172,6 +174,8 @@ module XeroRuby::Assets
|
|
|
172
174
|
value.to_i
|
|
173
175
|
when :Float
|
|
174
176
|
value.to_f
|
|
177
|
+
when :BigDecimal
|
|
178
|
+
BigDecimal(value.to_s)
|
|
175
179
|
when :Boolean
|
|
176
180
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
177
181
|
true
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Xero Assets API
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.2.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -14,6 +14,8 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Assets
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class FieldValidationErrorsElement
|
|
18
20
|
# The field name of the erroneous field
|
|
19
21
|
attr_accessor :field_name
|
|
@@ -178,6 +180,8 @@ module XeroRuby::Assets
|
|
|
178
180
|
value.to_i
|
|
179
181
|
when :Float
|
|
180
182
|
value.to_f
|
|
183
|
+
when :BigDecimal
|
|
184
|
+
BigDecimal(value.to_s)
|
|
181
185
|
when :Boolean
|
|
182
186
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
183
187
|
true
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Xero Assets API
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.2.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -14,6 +14,8 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Assets
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class Pagination
|
|
18
20
|
|
|
19
21
|
attr_accessor :page
|
|
@@ -158,6 +160,8 @@ module XeroRuby::Assets
|
|
|
158
160
|
value.to_i
|
|
159
161
|
when :Float
|
|
160
162
|
value.to_f
|
|
163
|
+
when :BigDecimal
|
|
164
|
+
BigDecimal(value.to_s)
|
|
161
165
|
when :Boolean
|
|
162
166
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
163
167
|
true
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Xero Assets API
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.2.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -14,6 +14,8 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Assets
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class ResourceValidationErrorsElement
|
|
18
20
|
# The field name of the erroneous field
|
|
19
21
|
attr_accessor :resource_name
|
|
@@ -168,6 +170,8 @@ module XeroRuby::Assets
|
|
|
168
170
|
value.to_i
|
|
169
171
|
when :Float
|
|
170
172
|
value.to_f
|
|
173
|
+
when :BigDecimal
|
|
174
|
+
BigDecimal(value.to_s)
|
|
171
175
|
when :Boolean
|
|
172
176
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
173
177
|
true
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Xero Assets API
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.2.
|
|
6
|
+
The version of the OpenAPI document: 2.2.11
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -14,6 +14,8 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Assets
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class Setting
|
|
18
20
|
# The prefix used for fixed asset numbers (“FA-” by default)
|
|
19
21
|
attr_accessor :asset_number_prefix
|
|
@@ -198,6 +200,8 @@ module XeroRuby::Assets
|
|
|
198
200
|
value.to_i
|
|
199
201
|
when :Float
|
|
200
202
|
value.to_f
|
|
203
|
+
when :BigDecimal
|
|
204
|
+
BigDecimal(value.to_s)
|
|
201
205
|
when :Boolean
|
|
202
206
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
203
207
|
true
|