xero-ruby 1.2.0 → 2.1.1
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 +181 -72
- data/build_notes.md +52 -0
- data/docs/accounting/Account.md +1 -1
- data/docs/accounting/AccountingApi.md +23 -11
- data/docs/accounting/AccountsPayable.md +2 -2
- data/docs/accounting/AccountsReceivable.md +2 -2
- data/docs/accounting/Allocation.md +1 -1
- data/docs/accounting/Attachment.md +1 -1
- data/docs/accounting/BankTransaction.md +6 -6
- data/docs/accounting/BankTransfer.md +3 -3
- data/docs/accounting/BatchPayment.md +2 -2
- data/docs/accounting/BrandingTheme.md +1 -1
- data/docs/accounting/Contact.md +2 -2
- data/docs/accounting/CreditNote.md +6 -6
- data/docs/accounting/Employee.md +1 -1
- data/docs/accounting/ExpenseClaim.md +4 -4
- data/docs/accounting/HistoryRecord.md +1 -1
- data/docs/accounting/Invoice.md +10 -10
- data/docs/accounting/Item.md +3 -3
- data/docs/accounting/Journal.md +1 -1
- data/docs/accounting/JournalLine.md +3 -3
- data/docs/accounting/LineItem.md +6 -6
- data/docs/accounting/LinkedTransaction.md +1 -1
- data/docs/accounting/ManualJournal.md +1 -1
- data/docs/accounting/ManualJournalLine.md +4 -2
- data/docs/accounting/Organisation.md +2 -2
- data/docs/accounting/Overpayment.md +6 -6
- data/docs/accounting/Payment.md +3 -3
- data/docs/accounting/Prepayment.md +6 -6
- data/docs/accounting/Purchase.md +1 -1
- data/docs/accounting/PurchaseOrder.md +6 -6
- data/docs/accounting/Quote.md +5 -5
- data/docs/accounting/Receipt.md +4 -4
- data/docs/accounting/RepeatingInvoice.md +3 -3
- data/docs/accounting/Report.md +2 -2
- data/docs/accounting/ReportWithRow.md +1 -1
- data/docs/accounting/TaxComponent.md +1 -1
- data/docs/accounting/TaxRate.md +2 -2
- data/docs/accounting/{TenNinteyNineContact.md → TenNinetyNineContact.md} +15 -15
- data/docs/accounting/User.md +1 -1
- data/docs/assets/Asset.md +3 -3
- data/docs/assets/BookDepreciationDetail.md +6 -6
- data/docs/assets/BookDepreciationSetting.md +1 -1
- data/docs/projects/Amount.md +1 -1
- data/docs/projects/ProjectCreateOrUpdate.md +1 -1
- data/lib/xero-ruby.rb +2 -2
- data/lib/xero-ruby/api/accounting_api.rb +1311 -7
- data/lib/xero-ruby/api/asset_api.rb +37 -1
- data/lib/xero-ruby/api/project_api.rb +79 -1
- data/lib/xero-ruby/api_client.rb +72 -32
- data/lib/xero-ruby/api_error.rb +1 -1
- data/lib/xero-ruby/configuration.rb +2 -5
- 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 +6 -2
- 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 -10
- 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 +8 -3
- 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 +103 -16
- data/xero-ruby.gemspec +1 -2
- metadata +5 -6
- data/Gemfile.lock +0 -68
- 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.14
|
|
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.14
|
|
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 CreditNote
|
|
18
20
|
# See Credit Note Types
|
|
19
21
|
attr_accessor :type
|
|
@@ -164,9 +166,9 @@ module XeroRuby::Accounting
|
|
|
164
166
|
:'status' => :'String',
|
|
165
167
|
:'line_amount_types' => :'LineAmountTypes',
|
|
166
168
|
:'line_items' => :'Array<LineItem>',
|
|
167
|
-
:'sub_total' => :'
|
|
168
|
-
:'total_tax' => :'
|
|
169
|
-
:'total' => :'
|
|
169
|
+
:'sub_total' => :'BigDecimal',
|
|
170
|
+
:'total_tax' => :'BigDecimal',
|
|
171
|
+
:'total' => :'BigDecimal',
|
|
170
172
|
:'updated_date_utc' => :'DateTime',
|
|
171
173
|
:'currency_code' => :'CurrencyCode',
|
|
172
174
|
:'fully_paid_on_date' => :'Date',
|
|
@@ -174,8 +176,8 @@ module XeroRuby::Accounting
|
|
|
174
176
|
:'credit_note_number' => :'String',
|
|
175
177
|
:'reference' => :'String',
|
|
176
178
|
:'sent_to_contact' => :'Boolean',
|
|
177
|
-
:'currency_rate' => :'
|
|
178
|
-
:'remaining_credit' => :'
|
|
179
|
+
:'currency_rate' => :'BigDecimal',
|
|
180
|
+
:'remaining_credit' => :'BigDecimal',
|
|
179
181
|
:'allocations' => :'Array<Allocation>',
|
|
180
182
|
:'applied_amount' => :'Float',
|
|
181
183
|
:'payments' => :'Array<Payment>',
|
|
@@ -444,6 +446,8 @@ module XeroRuby::Accounting
|
|
|
444
446
|
value.to_i
|
|
445
447
|
when :Float
|
|
446
448
|
value.to_f
|
|
449
|
+
when :BigDecimal
|
|
450
|
+
BigDecimal(value.to_s)
|
|
447
451
|
when :Boolean
|
|
448
452
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
449
453
|
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.14
|
|
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 CreditNotes
|
|
18
20
|
|
|
19
21
|
attr_accessor :credit_notes
|
|
@@ -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.14
|
|
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 Currencies
|
|
18
20
|
|
|
19
21
|
attr_accessor :currencies
|
|
@@ -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.14
|
|
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 Currency
|
|
18
20
|
|
|
19
21
|
attr_accessor :code
|
|
@@ -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.14
|
|
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.14
|
|
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 Element
|
|
18
20
|
# Array of Validation Error message
|
|
19
21
|
attr_accessor :validation_errors
|
|
@@ -200,6 +202,8 @@ module XeroRuby::Accounting
|
|
|
200
202
|
value.to_i
|
|
201
203
|
when :Float
|
|
202
204
|
value.to_f
|
|
205
|
+
when :BigDecimal
|
|
206
|
+
BigDecimal(value.to_s)
|
|
203
207
|
when :Boolean
|
|
204
208
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
205
209
|
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.14
|
|
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 Employee
|
|
18
20
|
# The Xero identifier for an employee e.g. 297c2dc5-cc47-4afd-8ec8-74990b8761e9
|
|
19
21
|
attr_accessor :employee_id
|
|
@@ -23,6 +25,7 @@ module XeroRuby::Accounting
|
|
|
23
25
|
ACTIVE = "ACTIVE".freeze
|
|
24
26
|
ARCHIVED = "ARCHIVED".freeze
|
|
25
27
|
GDPRREQUEST = "GDPRREQUEST".freeze
|
|
28
|
+
DELETED = "DELETED".freeze
|
|
26
29
|
|
|
27
30
|
# First name of an employee (max length = 255)
|
|
28
31
|
attr_accessor :first_name
|
|
@@ -160,7 +163,7 @@ module XeroRuby::Accounting
|
|
|
160
163
|
# Check to see if the all the properties in the model are valid
|
|
161
164
|
# @return true if the model is valid
|
|
162
165
|
def valid?
|
|
163
|
-
status_validator = EnumAttributeValidator.new('String', ["ACTIVE", "ARCHIVED", "GDPRREQUEST"])
|
|
166
|
+
status_validator = EnumAttributeValidator.new('String', ["ACTIVE", "ARCHIVED", "GDPRREQUEST", "DELETED"])
|
|
164
167
|
return false unless status_validator.valid?(@status)
|
|
165
168
|
return false if !@first_name.nil? && @first_name.to_s.length > 255
|
|
166
169
|
return false if !@last_name.nil? && @last_name.to_s.length > 255
|
|
@@ -170,7 +173,7 @@ module XeroRuby::Accounting
|
|
|
170
173
|
# Custom attribute writer method checking allowed values (enum).
|
|
171
174
|
# @param [Object] status Object to be assigned
|
|
172
175
|
def status=(status)
|
|
173
|
-
validator = EnumAttributeValidator.new('String', ["ACTIVE", "ARCHIVED", "GDPRREQUEST"])
|
|
176
|
+
validator = EnumAttributeValidator.new('String', ["ACTIVE", "ARCHIVED", "GDPRREQUEST", "DELETED"])
|
|
174
177
|
unless validator.valid?(status)
|
|
175
178
|
fail ArgumentError, "invalid value for \"status\", must be one of #{validator.allowable_values}."
|
|
176
179
|
end
|
|
@@ -267,6 +270,8 @@ module XeroRuby::Accounting
|
|
|
267
270
|
value.to_i
|
|
268
271
|
when :Float
|
|
269
272
|
value.to_f
|
|
273
|
+
when :BigDecimal
|
|
274
|
+
BigDecimal(value.to_s)
|
|
270
275
|
when :Boolean
|
|
271
276
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
272
277
|
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.14
|
|
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 Employees
|
|
18
20
|
|
|
19
21
|
attr_accessor :employees
|
|
@@ -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.14
|
|
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 Error
|
|
18
20
|
# Exception number
|
|
19
21
|
attr_accessor :error_number
|
|
@@ -160,6 +162,8 @@ module XeroRuby::Accounting
|
|
|
160
162
|
value.to_i
|
|
161
163
|
when :Float
|
|
162
164
|
value.to_f
|
|
165
|
+
when :BigDecimal
|
|
166
|
+
BigDecimal(value.to_s)
|
|
163
167
|
when :Boolean
|
|
164
168
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
165
169
|
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.14
|
|
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 ExpenseClaim
|
|
18
20
|
# Xero generated unique identifier for an expense claim
|
|
19
21
|
attr_accessor :expense_claim_id
|
|
@@ -105,9 +107,9 @@ module XeroRuby::Accounting
|
|
|
105
107
|
:'user' => :'User',
|
|
106
108
|
:'receipts' => :'Array<Receipt>',
|
|
107
109
|
:'updated_date_utc' => :'DateTime',
|
|
108
|
-
:'total' => :'
|
|
109
|
-
:'amount_due' => :'
|
|
110
|
-
:'amount_paid' => :'
|
|
110
|
+
:'total' => :'BigDecimal',
|
|
111
|
+
:'amount_due' => :'BigDecimal',
|
|
112
|
+
:'amount_paid' => :'BigDecimal',
|
|
111
113
|
:'payment_due_date' => :'Date',
|
|
112
114
|
:'reporting_date' => :'Date',
|
|
113
115
|
:'receipt_id' => :'String'
|
|
@@ -281,6 +283,8 @@ module XeroRuby::Accounting
|
|
|
281
283
|
value.to_i
|
|
282
284
|
when :Float
|
|
283
285
|
value.to_f
|
|
286
|
+
when :BigDecimal
|
|
287
|
+
BigDecimal(value.to_s)
|
|
284
288
|
when :Boolean
|
|
285
289
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
286
290
|
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.14
|
|
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 ExpenseClaims
|
|
18
20
|
|
|
19
21
|
attr_accessor :expense_claims
|
|
@@ -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.14
|
|
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 ExternalLink
|
|
18
20
|
# See External link types
|
|
19
21
|
attr_accessor :link_type
|
|
@@ -187,6 +189,8 @@ module XeroRuby::Accounting
|
|
|
187
189
|
value.to_i
|
|
188
190
|
when :Float
|
|
189
191
|
value.to_f
|
|
192
|
+
when :BigDecimal
|
|
193
|
+
BigDecimal(value.to_s)
|
|
190
194
|
when :Boolean
|
|
191
195
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
192
196
|
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.14
|
|
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 HistoryRecord
|
|
18
20
|
# details
|
|
19
21
|
attr_accessor :details
|
|
@@ -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.14
|
|
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 HistoryRecords
|
|
18
20
|
|
|
19
21
|
attr_accessor :history_records
|
|
@@ -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.14
|
|
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 Invoice
|
|
18
20
|
# See Invoice Types
|
|
19
21
|
attr_accessor :type
|
|
@@ -223,26 +225,26 @@ module XeroRuby::Accounting
|
|
|
223
225
|
:'branding_theme_id' => :'String',
|
|
224
226
|
:'url' => :'String',
|
|
225
227
|
:'currency_code' => :'CurrencyCode',
|
|
226
|
-
:'currency_rate' => :'
|
|
228
|
+
:'currency_rate' => :'BigDecimal',
|
|
227
229
|
:'status' => :'String',
|
|
228
230
|
:'sent_to_contact' => :'Boolean',
|
|
229
231
|
:'expected_payment_date' => :'Date',
|
|
230
232
|
:'planned_payment_date' => :'Date',
|
|
231
|
-
:'cis_deduction' => :'
|
|
232
|
-
:'sub_total' => :'
|
|
233
|
-
:'total_tax' => :'
|
|
234
|
-
:'total' => :'
|
|
235
|
-
:'total_discount' => :'
|
|
233
|
+
:'cis_deduction' => :'BigDecimal',
|
|
234
|
+
:'sub_total' => :'BigDecimal',
|
|
235
|
+
:'total_tax' => :'BigDecimal',
|
|
236
|
+
:'total' => :'BigDecimal',
|
|
237
|
+
:'total_discount' => :'BigDecimal',
|
|
236
238
|
:'invoice_id' => :'String',
|
|
237
239
|
:'has_attachments' => :'Boolean',
|
|
238
240
|
:'is_discounted' => :'Boolean',
|
|
239
241
|
:'payments' => :'Array<Payment>',
|
|
240
242
|
:'prepayments' => :'Array<Prepayment>',
|
|
241
243
|
:'overpayments' => :'Array<Overpayment>',
|
|
242
|
-
:'amount_due' => :'
|
|
243
|
-
:'amount_paid' => :'
|
|
244
|
+
:'amount_due' => :'BigDecimal',
|
|
245
|
+
:'amount_paid' => :'BigDecimal',
|
|
244
246
|
:'fully_paid_on_date' => :'Date',
|
|
245
|
-
:'amount_credited' => :'
|
|
247
|
+
:'amount_credited' => :'BigDecimal',
|
|
246
248
|
:'updated_date_utc' => :'DateTime',
|
|
247
249
|
:'credit_notes' => :'Array<CreditNote>',
|
|
248
250
|
:'attachments' => :'Array<Attachment>',
|
|
@@ -608,6 +610,8 @@ module XeroRuby::Accounting
|
|
|
608
610
|
value.to_i
|
|
609
611
|
when :Float
|
|
610
612
|
value.to_f
|
|
613
|
+
when :BigDecimal
|
|
614
|
+
BigDecimal(value.to_s)
|
|
611
615
|
when :Boolean
|
|
612
616
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
613
617
|
true
|