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 Prepayments
|
|
18
20
|
|
|
19
21
|
attr_accessor :prepayments
|
|
@@ -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 Purchase
|
|
18
20
|
# Unit Price of the item. By default UnitPrice is rounded to two decimal places. You can use 4 decimal places by adding the unitdp=4 querystring parameter to your request.
|
|
19
21
|
attr_accessor :unit_price
|
|
@@ -40,7 +42,7 @@ module XeroRuby::Accounting
|
|
|
40
42
|
# Attribute type mapping.
|
|
41
43
|
def self.openapi_types
|
|
42
44
|
{
|
|
43
|
-
:'unit_price' => :'
|
|
45
|
+
:'unit_price' => :'BigDecimal',
|
|
44
46
|
:'account_code' => :'String',
|
|
45
47
|
:'cogs_account_code' => :'String',
|
|
46
48
|
:'tax_type' => :'String'
|
|
@@ -158,6 +160,8 @@ module XeroRuby::Accounting
|
|
|
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
|
#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 PurchaseOrder
|
|
18
20
|
|
|
19
21
|
attr_accessor :contact
|
|
@@ -180,11 +182,11 @@ module XeroRuby::Accounting
|
|
|
180
182
|
:'delivery_instructions' => :'String',
|
|
181
183
|
:'expected_arrival_date' => :'Date',
|
|
182
184
|
:'purchase_order_id' => :'String',
|
|
183
|
-
:'currency_rate' => :'
|
|
184
|
-
:'sub_total' => :'
|
|
185
|
-
:'total_tax' => :'
|
|
186
|
-
:'total' => :'
|
|
187
|
-
:'total_discount' => :'
|
|
185
|
+
:'currency_rate' => :'BigDecimal',
|
|
186
|
+
:'sub_total' => :'BigDecimal',
|
|
187
|
+
:'total_tax' => :'BigDecimal',
|
|
188
|
+
:'total' => :'BigDecimal',
|
|
189
|
+
:'total_discount' => :'BigDecimal',
|
|
188
190
|
:'has_attachments' => :'Boolean',
|
|
189
191
|
:'updated_date_utc' => :'DateTime',
|
|
190
192
|
:'status_attribute_string' => :'String',
|
|
@@ -447,6 +449,8 @@ module XeroRuby::Accounting
|
|
|
447
449
|
value.to_i
|
|
448
450
|
when :Float
|
|
449
451
|
value.to_f
|
|
452
|
+
when :BigDecimal
|
|
453
|
+
BigDecimal(value.to_s)
|
|
450
454
|
when :Boolean
|
|
451
455
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
452
456
|
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 PurchaseOrders
|
|
18
20
|
|
|
19
21
|
attr_accessor :purchase_orders
|
|
@@ -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 Quote
|
|
18
20
|
# QuoteID GUID is automatically generated and is returned after create or GET.
|
|
19
21
|
attr_accessor :quote_id
|
|
@@ -133,10 +135,10 @@ module XeroRuby::Accounting
|
|
|
133
135
|
:'status' => :'QuoteStatusCodes',
|
|
134
136
|
:'currency_code' => :'CurrencyCode',
|
|
135
137
|
:'currency_rate' => :'Float',
|
|
136
|
-
:'sub_total' => :'
|
|
137
|
-
:'total_tax' => :'
|
|
138
|
-
:'total' => :'
|
|
139
|
-
:'total_discount' => :'
|
|
138
|
+
:'sub_total' => :'BigDecimal',
|
|
139
|
+
:'total_tax' => :'BigDecimal',
|
|
140
|
+
:'total' => :'BigDecimal',
|
|
141
|
+
:'total_discount' => :'BigDecimal',
|
|
140
142
|
:'title' => :'String',
|
|
141
143
|
:'summary' => :'String',
|
|
142
144
|
:'branding_theme_id' => :'String',
|
|
@@ -437,6 +439,8 @@ module XeroRuby::Accounting
|
|
|
437
439
|
value.to_i
|
|
438
440
|
when :Float
|
|
439
441
|
value.to_f
|
|
442
|
+
when :BigDecimal
|
|
443
|
+
BigDecimal(value.to_s)
|
|
440
444
|
when :Boolean
|
|
441
445
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
442
446
|
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
|
|
@@ -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
|
|
@@ -20,6 +20,7 @@ module XeroRuby::Accounting
|
|
|
20
20
|
DECLINED = "DECLINED".freeze
|
|
21
21
|
ACCEPTED = "ACCEPTED".freeze
|
|
22
22
|
INVOICED = "INVOICED".freeze
|
|
23
|
+
DELETED = "DELETED".freeze
|
|
23
24
|
|
|
24
25
|
# Builds the enum from string
|
|
25
26
|
# @param [String] The enum value in the form of the string
|
|
@@ -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 Quotes
|
|
18
20
|
|
|
19
21
|
attr_accessor :quotes
|
|
@@ -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 Receipt
|
|
18
20
|
# Date of receipt – YYYY-MM-DD
|
|
19
21
|
attr_accessor :date
|
|
@@ -129,9 +131,9 @@ module XeroRuby::Accounting
|
|
|
129
131
|
:'user' => :'User',
|
|
130
132
|
:'reference' => :'String',
|
|
131
133
|
:'line_amount_types' => :'LineAmountTypes',
|
|
132
|
-
:'sub_total' => :'
|
|
133
|
-
:'total_tax' => :'
|
|
134
|
-
:'total' => :'
|
|
134
|
+
:'sub_total' => :'BigDecimal',
|
|
135
|
+
:'total_tax' => :'BigDecimal',
|
|
136
|
+
:'total' => :'BigDecimal',
|
|
135
137
|
:'receipt_id' => :'String',
|
|
136
138
|
:'status' => :'String',
|
|
137
139
|
:'receipt_number' => :'String',
|
|
@@ -347,6 +349,8 @@ module XeroRuby::Accounting
|
|
|
347
349
|
value.to_i
|
|
348
350
|
when :Float
|
|
349
351
|
value.to_f
|
|
352
|
+
when :BigDecimal
|
|
353
|
+
BigDecimal(value.to_s)
|
|
350
354
|
when :Boolean
|
|
351
355
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
352
356
|
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 Receipts
|
|
18
20
|
|
|
19
21
|
attr_accessor :receipts
|
|
@@ -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 RepeatingInvoice
|
|
18
20
|
# See Invoice Types
|
|
19
21
|
attr_accessor :type
|
|
@@ -124,9 +126,9 @@ module XeroRuby::Accounting
|
|
|
124
126
|
:'branding_theme_id' => :'String',
|
|
125
127
|
:'currency_code' => :'CurrencyCode',
|
|
126
128
|
:'status' => :'String',
|
|
127
|
-
:'sub_total' => :'
|
|
128
|
-
:'total_tax' => :'
|
|
129
|
-
:'total' => :'
|
|
129
|
+
:'sub_total' => :'BigDecimal',
|
|
130
|
+
:'total_tax' => :'BigDecimal',
|
|
131
|
+
:'total' => :'BigDecimal',
|
|
130
132
|
:'repeating_invoice_id' => :'String',
|
|
131
133
|
:'id' => :'String',
|
|
132
134
|
:'has_attachments' => :'Boolean',
|
|
@@ -335,6 +337,8 @@ module XeroRuby::Accounting
|
|
|
335
337
|
value.to_i
|
|
336
338
|
when :Float
|
|
337
339
|
value.to_f
|
|
340
|
+
when :BigDecimal
|
|
341
|
+
BigDecimal(value.to_s)
|
|
338
342
|
when :Boolean
|
|
339
343
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
340
344
|
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 RepeatingInvoices
|
|
18
20
|
|
|
19
21
|
attr_accessor :repeating_invoices
|
|
@@ -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 Report
|
|
18
20
|
# See Prepayment Types
|
|
19
21
|
attr_accessor :report_id
|
|
@@ -81,7 +83,7 @@ module XeroRuby::Accounting
|
|
|
81
83
|
:'report_title' => :'String',
|
|
82
84
|
:'report_date' => :'String',
|
|
83
85
|
:'updated_date_utc' => :'DateTime',
|
|
84
|
-
:'contacts' => :'Array<
|
|
86
|
+
:'contacts' => :'Array<TenNinetyNineContact>'
|
|
85
87
|
}
|
|
86
88
|
end
|
|
87
89
|
|
|
@@ -225,6 +227,8 @@ module XeroRuby::Accounting
|
|
|
225
227
|
value.to_i
|
|
226
228
|
when :Float
|
|
227
229
|
value.to_f
|
|
230
|
+
when :BigDecimal
|
|
231
|
+
BigDecimal(value.to_s)
|
|
228
232
|
when :Boolean
|
|
229
233
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
230
234
|
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 ReportAttribute
|
|
18
20
|
|
|
19
21
|
attr_accessor :id
|
|
@@ -138,6 +140,8 @@ module XeroRuby::Accounting
|
|
|
138
140
|
value.to_i
|
|
139
141
|
when :Float
|
|
140
142
|
value.to_f
|
|
143
|
+
when :BigDecimal
|
|
144
|
+
BigDecimal(value.to_s)
|
|
141
145
|
when :Boolean
|
|
142
146
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
143
147
|
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 ReportCell
|
|
18
20
|
|
|
19
21
|
attr_accessor :value
|
|
@@ -140,6 +142,8 @@ module XeroRuby::Accounting
|
|
|
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
|
#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 ReportFields
|
|
18
20
|
|
|
19
21
|
attr_accessor :field_id
|
|
@@ -148,6 +150,8 @@ module XeroRuby::Accounting
|
|
|
148
150
|
value.to_i
|
|
149
151
|
when :Float
|
|
150
152
|
value.to_f
|
|
153
|
+
when :BigDecimal
|
|
154
|
+
BigDecimal(value.to_s)
|
|
151
155
|
when :Boolean
|
|
152
156
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
153
157
|
true
|