xero-ruby 2.1.0 → 2.2.4
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 +22 -9
- data/build_notes.md +25 -6
- data/docs/accounting/Account.md +1 -1
- data/docs/accounting/AccountingApi.md +4 -1
- data/docs/accounting/AccountsPayable.md +2 -2
- data/docs/accounting/AccountsReceivable.md +2 -2
- data/docs/accounting/Allocation.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 +12 -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 +2 -2
- data/docs/accounting/Organisation.md +1 -1
- 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 +1 -1
- data/docs/accounting/ReportWithRow.md +1 -1
- data/docs/accounting/TaxComponent.md +1 -1
- data/docs/accounting/TaxRate.md +2 -2
- data/docs/accounting/TenNinetyNineContact.md +13 -13
- data/docs/accounting/TrackingOption.md +3 -3
- data/docs/accounting/User.md +1 -1
- data/docs/assets/Asset.md +3 -3
- data/docs/assets/AssetApi.md +6 -6
- 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 +1 -1
- data/lib/xero-ruby/api/accounting_api.rb +434 -216
- data/lib/xero-ruby/api/asset_api.rb +19 -13
- data/lib/xero-ruby/api/project_api.rb +27 -14
- data/lib/xero-ruby/api_client.rb +34 -1
- data/lib/xero-ruby/api_error.rb +1 -1
- data/lib/xero-ruby/configuration.rb +2 -2
- data/lib/xero-ruby/models/accounting/account.rb +2 -18
- data/lib/xero-ruby/models/accounting/account_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/accounts.rb +2 -2
- data/lib/xero-ruby/models/accounting/accounts_payable.rb +2 -2
- data/lib/xero-ruby/models/accounting/accounts_receivable.rb +2 -2
- data/lib/xero-ruby/models/accounting/address.rb +2 -2
- data/lib/xero-ruby/models/accounting/allocation.rb +2 -2
- data/lib/xero-ruby/models/accounting/allocations.rb +2 -2
- data/lib/xero-ruby/models/accounting/attachment.rb +2 -2
- data/lib/xero-ruby/models/accounting/attachments.rb +2 -2
- data/lib/xero-ruby/models/accounting/balances.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transaction.rb +2 -7
- data/lib/xero-ruby/models/accounting/bank_transactions.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transfer.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transfers.rb +2 -2
- data/lib/xero-ruby/models/accounting/batch_payment.rb +2 -17
- data/lib/xero-ruby/models/accounting/batch_payment_details.rb +2 -2
- data/lib/xero-ruby/models/accounting/batch_payments.rb +2 -2
- data/lib/xero-ruby/models/accounting/bill.rb +2 -2
- data/lib/xero-ruby/models/accounting/branding_theme.rb +2 -2
- data/lib/xero-ruby/models/accounting/branding_themes.rb +2 -2
- data/lib/xero-ruby/models/accounting/cis_org_setting.rb +2 -2
- data/lib/xero-ruby/models/accounting/cis_setting.rb +2 -2
- data/lib/xero-ruby/models/accounting/cis_settings.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_group.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_groups.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_person.rb +2 -2
- data/lib/xero-ruby/models/accounting/contacts.rb +2 -2
- data/lib/xero-ruby/models/accounting/country_code.rb +1 -1
- data/lib/xero-ruby/models/accounting/credit_note.rb +2 -2
- data/lib/xero-ruby/models/accounting/credit_notes.rb +2 -2
- data/lib/xero-ruby/models/accounting/currencies.rb +2 -2
- data/lib/xero-ruby/models/accounting/currency.rb +2 -2
- data/lib/xero-ruby/models/accounting/currency_code.rb +5 -3
- data/lib/xero-ruby/models/accounting/element.rb +2 -2
- data/lib/xero-ruby/models/accounting/employee.rb +5 -4
- data/lib/xero-ruby/models/accounting/employees.rb +2 -2
- data/lib/xero-ruby/models/accounting/error.rb +2 -2
- data/lib/xero-ruby/models/accounting/expense_claim.rb +2 -2
- data/lib/xero-ruby/models/accounting/expense_claims.rb +2 -2
- data/lib/xero-ruby/models/accounting/external_link.rb +2 -2
- data/lib/xero-ruby/models/accounting/history_record.rb +2 -2
- data/lib/xero-ruby/models/accounting/history_records.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoice.rb +13 -3
- data/lib/xero-ruby/models/accounting/invoice_reminder.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoice_reminders.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/item.rb +2 -2
- data/lib/xero-ruby/models/accounting/items.rb +2 -2
- data/lib/xero-ruby/models/accounting/journal.rb +2 -2
- data/lib/xero-ruby/models/accounting/journal_line.rb +2 -2
- data/lib/xero-ruby/models/accounting/journals.rb +2 -2
- data/lib/xero-ruby/models/accounting/line_amount_types.rb +1 -1
- data/lib/xero-ruby/models/accounting/line_item.rb +2 -2
- data/lib/xero-ruby/models/accounting/line_item_tracking.rb +2 -2
- data/lib/xero-ruby/models/accounting/linked_transaction.rb +2 -2
- data/lib/xero-ruby/models/accounting/linked_transactions.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journal.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journal_line.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journals.rb +2 -2
- data/lib/xero-ruby/models/accounting/online_invoice.rb +2 -2
- data/lib/xero-ruby/models/accounting/online_invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/organisation.rb +2 -4
- data/lib/xero-ruby/models/accounting/organisations.rb +2 -2
- data/lib/xero-ruby/models/accounting/overpayment.rb +2 -2
- data/lib/xero-ruby/models/accounting/overpayments.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_delete.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_service.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_services.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_term.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_term_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/payments.rb +2 -2
- data/lib/xero-ruby/models/accounting/phone.rb +2 -2
- data/lib/xero-ruby/models/accounting/prepayment.rb +2 -2
- data/lib/xero-ruby/models/accounting/prepayments.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase_order.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase_orders.rb +2 -2
- data/lib/xero-ruby/models/accounting/quote.rb +2 -2
- data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +1 -1
- data/lib/xero-ruby/models/accounting/quote_status_codes.rb +1 -1
- data/lib/xero-ruby/models/accounting/quotes.rb +2 -2
- data/lib/xero-ruby/models/accounting/receipt.rb +2 -2
- data/lib/xero-ruby/models/accounting/receipts.rb +2 -2
- data/lib/xero-ruby/models/accounting/repeating_invoice.rb +2 -2
- data/lib/xero-ruby/models/accounting/repeating_invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/report.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_attribute.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_cell.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_fields.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_row.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_rows.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_with_row.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_with_rows.rb +2 -2
- data/lib/xero-ruby/models/accounting/reports.rb +2 -2
- data/lib/xero-ruby/models/accounting/request_empty.rb +2 -2
- data/lib/xero-ruby/models/accounting/row_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +2 -2
- data/lib/xero-ruby/models/accounting/schedule.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_component.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_rate.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_rates.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/ten_ninety_nine_contact.rb +2 -2
- data/lib/xero-ruby/models/accounting/time_zone.rb +2 -1
- data/lib/xero-ruby/models/accounting/tracking_categories.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_category.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_option.rb +10 -10
- data/lib/xero-ruby/models/accounting/tracking_options.rb +2 -2
- data/lib/xero-ruby/models/accounting/user.rb +2 -2
- data/lib/xero-ruby/models/accounting/users.rb +2 -2
- data/lib/xero-ruby/models/accounting/validation_error.rb +2 -2
- data/lib/xero-ruby/models/assets/asset.rb +2 -2
- 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 +2 -2
- data/lib/xero-ruby/models/assets/assets.rb +2 -2
- data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +2 -2
- data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +2 -2
- data/lib/xero-ruby/models/assets/error.rb +2 -2
- data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +2 -2
- data/lib/xero-ruby/models/assets/pagination.rb +2 -2
- data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +2 -2
- data/lib/xero-ruby/models/assets/setting.rb +2 -2
- data/lib/xero-ruby/models/projects/amount.rb +2 -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 +2 -2
- data/lib/xero-ruby/models/projects/pagination.rb +2 -2
- data/lib/xero-ruby/models/projects/project.rb +2 -2
- data/lib/xero-ruby/models/projects/project_create_or_update.rb +2 -2
- data/lib/xero-ruby/models/projects/project_patch.rb +2 -2
- data/lib/xero-ruby/models/projects/project_status.rb +1 -1
- data/lib/xero-ruby/models/projects/project_user.rb +2 -2
- data/lib/xero-ruby/models/projects/project_users.rb +2 -2
- data/lib/xero-ruby/models/projects/projects.rb +2 -2
- data/lib/xero-ruby/models/projects/task.rb +2 -2
- data/lib/xero-ruby/models/projects/task_create_or_update.rb +2 -2
- data/lib/xero-ruby/models/projects/tasks.rb +2 -2
- data/lib/xero-ruby/models/projects/time_entries.rb +2 -2
- data/lib/xero-ruby/models/projects/time_entry.rb +2 -2
- data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +2 -2
- data/lib/xero-ruby/version.rb +2 -2
- data/xero-ruby-2.2.3.gem +0 -0
- data/xero-ruby.gem +0 -0
- data/xero-ruby.gemspec +2 -2
- metadata +5 -3
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -232,7 +232,7 @@ module XeroRuby::Accounting
|
|
|
232
232
|
# customized data_parser
|
|
233
233
|
def parse_date(datestring)
|
|
234
234
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
235
|
-
return Time.at(seconds_since_epoch).to_s
|
|
235
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
236
236
|
end
|
|
237
237
|
end
|
|
238
238
|
end
|
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -204,7 +204,7 @@ module XeroRuby::Accounting
|
|
|
204
204
|
# customized data_parser
|
|
205
205
|
def parse_date(datestring)
|
|
206
206
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
-
return Time.at(seconds_since_epoch).to_s
|
|
207
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
208
208
|
end
|
|
209
209
|
end
|
|
210
210
|
end
|
|
@@ -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.3.2
|
|
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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -518,7 +518,7 @@ module XeroRuby::Accounting
|
|
|
518
518
|
# customized data_parser
|
|
519
519
|
def parse_date(datestring)
|
|
520
520
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
521
|
-
return Time.at(seconds_since_epoch).to_s
|
|
521
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
522
522
|
end
|
|
523
523
|
end
|
|
524
524
|
end
|
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -204,7 +204,7 @@ module XeroRuby::Accounting
|
|
|
204
204
|
# customized data_parser
|
|
205
205
|
def parse_date(datestring)
|
|
206
206
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
-
return Time.at(seconds_since_epoch).to_s
|
|
207
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
208
208
|
end
|
|
209
209
|
end
|
|
210
210
|
end
|
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -204,7 +204,7 @@ module XeroRuby::Accounting
|
|
|
204
204
|
# customized data_parser
|
|
205
205
|
def parse_date(datestring)
|
|
206
206
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
-
return Time.at(seconds_since_epoch).to_s
|
|
207
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
208
208
|
end
|
|
209
209
|
end
|
|
210
210
|
end
|
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -212,7 +212,7 @@ module XeroRuby::Accounting
|
|
|
212
212
|
# customized data_parser
|
|
213
213
|
def parse_date(datestring)
|
|
214
214
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
215
|
-
return Time.at(seconds_since_epoch).to_s
|
|
215
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
216
216
|
end
|
|
217
217
|
end
|
|
218
218
|
end
|
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -39,6 +39,7 @@ module XeroRuby::Accounting
|
|
|
39
39
|
BTN = "BTN".freeze
|
|
40
40
|
BWP = "BWP".freeze
|
|
41
41
|
BYN = "BYN".freeze
|
|
42
|
+
BYR = "BYR".freeze
|
|
42
43
|
BZD = "BZD".freeze
|
|
43
44
|
CAD = "CAD".freeze
|
|
44
45
|
CDF = "CDF".freeze
|
|
@@ -100,6 +101,7 @@ module XeroRuby::Accounting
|
|
|
100
101
|
LKR = "LKR".freeze
|
|
101
102
|
LRD = "LRD".freeze
|
|
102
103
|
LSL = "LSL".freeze
|
|
104
|
+
LTL = "LTL".freeze
|
|
103
105
|
LYD = "LYD".freeze
|
|
104
106
|
MAD = "MAD".freeze
|
|
105
107
|
MDL = "MDL".freeze
|
|
@@ -154,7 +156,7 @@ module XeroRuby::Accounting
|
|
|
154
156
|
TMT = "TMT".freeze
|
|
155
157
|
TND = "TND".freeze
|
|
156
158
|
TOP = "TOP".freeze
|
|
157
|
-
|
|
159
|
+
TRY = "TRY".freeze
|
|
158
160
|
TTD = "TTD".freeze
|
|
159
161
|
TVD = "TVD".freeze
|
|
160
162
|
TWD = "TWD".freeze
|
|
@@ -178,7 +180,7 @@ module XeroRuby::Accounting
|
|
|
178
180
|
ZMW = "ZMW".freeze
|
|
179
181
|
ZMK = "ZMK".freeze
|
|
180
182
|
ZWD = "ZWD".freeze
|
|
181
|
-
|
|
183
|
+
EMPTY = "".freeze
|
|
182
184
|
|
|
183
185
|
# Builds the enum from string
|
|
184
186
|
# @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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -274,7 +274,7 @@ module XeroRuby::Accounting
|
|
|
274
274
|
# customized data_parser
|
|
275
275
|
def parse_date(datestring)
|
|
276
276
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
277
|
-
return Time.at(seconds_since_epoch).to_s
|
|
277
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
278
278
|
end
|
|
279
279
|
end
|
|
280
280
|
end
|
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -25,6 +25,7 @@ module XeroRuby::Accounting
|
|
|
25
25
|
ACTIVE = "ACTIVE".freeze
|
|
26
26
|
ARCHIVED = "ARCHIVED".freeze
|
|
27
27
|
GDPRREQUEST = "GDPRREQUEST".freeze
|
|
28
|
+
DELETED = "DELETED".freeze
|
|
28
29
|
|
|
29
30
|
# First name of an employee (max length = 255)
|
|
30
31
|
attr_accessor :first_name
|
|
@@ -162,7 +163,7 @@ module XeroRuby::Accounting
|
|
|
162
163
|
# Check to see if the all the properties in the model are valid
|
|
163
164
|
# @return true if the model is valid
|
|
164
165
|
def valid?
|
|
165
|
-
status_validator = EnumAttributeValidator.new('String', ["ACTIVE", "ARCHIVED", "GDPRREQUEST"])
|
|
166
|
+
status_validator = EnumAttributeValidator.new('String', ["ACTIVE", "ARCHIVED", "GDPRREQUEST", "DELETED"])
|
|
166
167
|
return false unless status_validator.valid?(@status)
|
|
167
168
|
return false if !@first_name.nil? && @first_name.to_s.length > 255
|
|
168
169
|
return false if !@last_name.nil? && @last_name.to_s.length > 255
|
|
@@ -172,7 +173,7 @@ module XeroRuby::Accounting
|
|
|
172
173
|
# Custom attribute writer method checking allowed values (enum).
|
|
173
174
|
# @param [Object] status Object to be assigned
|
|
174
175
|
def status=(status)
|
|
175
|
-
validator = EnumAttributeValidator.new('String', ["ACTIVE", "ARCHIVED", "GDPRREQUEST"])
|
|
176
|
+
validator = EnumAttributeValidator.new('String', ["ACTIVE", "ARCHIVED", "GDPRREQUEST", "DELETED"])
|
|
176
177
|
unless validator.valid?(status)
|
|
177
178
|
fail ArgumentError, "invalid value for \"status\", must be one of #{validator.allowable_values}."
|
|
178
179
|
end
|
|
@@ -341,7 +342,7 @@ module XeroRuby::Accounting
|
|
|
341
342
|
# customized data_parser
|
|
342
343
|
def parse_date(datestring)
|
|
343
344
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
344
|
-
return Time.at(seconds_since_epoch).to_s
|
|
345
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
345
346
|
end
|
|
346
347
|
end
|
|
347
348
|
end
|
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -204,7 +204,7 @@ module XeroRuby::Accounting
|
|
|
204
204
|
# customized data_parser
|
|
205
205
|
def parse_date(datestring)
|
|
206
206
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
-
return Time.at(seconds_since_epoch).to_s
|
|
207
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
208
208
|
end
|
|
209
209
|
end
|
|
210
210
|
end
|
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -234,7 +234,7 @@ module XeroRuby::Accounting
|
|
|
234
234
|
# customized data_parser
|
|
235
235
|
def parse_date(datestring)
|
|
236
236
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
237
|
-
return Time.at(seconds_since_epoch).to_s
|
|
237
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
238
238
|
end
|
|
239
239
|
end
|
|
240
240
|
end
|
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -355,7 +355,7 @@ module XeroRuby::Accounting
|
|
|
355
355
|
# customized data_parser
|
|
356
356
|
def parse_date(datestring)
|
|
357
357
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
358
|
-
return Time.at(seconds_since_epoch).to_s
|
|
358
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
359
359
|
end
|
|
360
360
|
end
|
|
361
361
|
end
|
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -204,7 +204,7 @@ module XeroRuby::Accounting
|
|
|
204
204
|
# customized data_parser
|
|
205
205
|
def parse_date(datestring)
|
|
206
206
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
-
return Time.at(seconds_since_epoch).to_s
|
|
207
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
208
208
|
end
|
|
209
209
|
end
|
|
210
210
|
end
|
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -261,7 +261,7 @@ module XeroRuby::Accounting
|
|
|
261
261
|
# customized data_parser
|
|
262
262
|
def parse_date(datestring)
|
|
263
263
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
264
|
-
return Time.at(seconds_since_epoch).to_s
|
|
264
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
265
265
|
end
|
|
266
266
|
end
|
|
267
267
|
end
|
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -232,7 +232,7 @@ module XeroRuby::Accounting
|
|
|
232
232
|
# customized data_parser
|
|
233
233
|
def parse_date(datestring)
|
|
234
234
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
235
|
-
return Time.at(seconds_since_epoch).to_s
|
|
235
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
236
236
|
end
|
|
237
237
|
end
|
|
238
238
|
end
|
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -204,7 +204,7 @@ module XeroRuby::Accounting
|
|
|
204
204
|
# customized data_parser
|
|
205
205
|
def parse_date(datestring)
|
|
206
206
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
-
return Time.at(seconds_since_epoch).to_s
|
|
207
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
208
208
|
end
|
|
209
209
|
end
|
|
210
210
|
end
|
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -97,6 +97,9 @@ module XeroRuby::Accounting
|
|
|
97
97
|
# Xero generated unique identifier for invoice
|
|
98
98
|
attr_accessor :invoice_id
|
|
99
99
|
|
|
100
|
+
# Xero generated unique identifier for repeating invoices
|
|
101
|
+
attr_accessor :repeating_invoice_id
|
|
102
|
+
|
|
100
103
|
# boolean to indicate if an invoice has an attachment
|
|
101
104
|
attr_accessor :has_attachments
|
|
102
105
|
|
|
@@ -192,6 +195,7 @@ module XeroRuby::Accounting
|
|
|
192
195
|
:'total' => :'Total',
|
|
193
196
|
:'total_discount' => :'TotalDiscount',
|
|
194
197
|
:'invoice_id' => :'InvoiceID',
|
|
198
|
+
:'repeating_invoice_id' => :'RepeatingInvoiceID',
|
|
195
199
|
:'has_attachments' => :'HasAttachments',
|
|
196
200
|
:'is_discounted' => :'IsDiscounted',
|
|
197
201
|
:'payments' => :'Payments',
|
|
@@ -236,6 +240,7 @@ module XeroRuby::Accounting
|
|
|
236
240
|
:'total' => :'BigDecimal',
|
|
237
241
|
:'total_discount' => :'BigDecimal',
|
|
238
242
|
:'invoice_id' => :'String',
|
|
243
|
+
:'repeating_invoice_id' => :'String',
|
|
239
244
|
:'has_attachments' => :'Boolean',
|
|
240
245
|
:'is_discounted' => :'Boolean',
|
|
241
246
|
:'payments' => :'Array<Payment>',
|
|
@@ -360,6 +365,10 @@ module XeroRuby::Accounting
|
|
|
360
365
|
self.invoice_id = attributes[:'invoice_id']
|
|
361
366
|
end
|
|
362
367
|
|
|
368
|
+
if attributes.key?(:'repeating_invoice_id')
|
|
369
|
+
self.repeating_invoice_id = attributes[:'repeating_invoice_id']
|
|
370
|
+
end
|
|
371
|
+
|
|
363
372
|
if attributes.key?(:'has_attachments')
|
|
364
373
|
self.has_attachments = attributes[:'has_attachments']
|
|
365
374
|
else
|
|
@@ -537,6 +546,7 @@ module XeroRuby::Accounting
|
|
|
537
546
|
total == o.total &&
|
|
538
547
|
total_discount == o.total_discount &&
|
|
539
548
|
invoice_id == o.invoice_id &&
|
|
549
|
+
repeating_invoice_id == o.repeating_invoice_id &&
|
|
540
550
|
has_attachments == o.has_attachments &&
|
|
541
551
|
is_discounted == o.is_discounted &&
|
|
542
552
|
payments == o.payments &&
|
|
@@ -564,7 +574,7 @@ module XeroRuby::Accounting
|
|
|
564
574
|
# Calculates hash code according to all attributes.
|
|
565
575
|
# @return [Integer] Hash code
|
|
566
576
|
def hash
|
|
567
|
-
[type, contact, line_items, date, due_date, line_amount_types, invoice_number, reference, branding_theme_id, url, currency_code, currency_rate, status, sent_to_contact, expected_payment_date, planned_payment_date, cis_deduction, sub_total, total_tax, total, total_discount, invoice_id, has_attachments, is_discounted, payments, prepayments, overpayments, amount_due, amount_paid, fully_paid_on_date, amount_credited, updated_date_utc, credit_notes, attachments, has_errors, status_attribute_string, validation_errors, warnings].hash
|
|
577
|
+
[type, contact, line_items, date, due_date, line_amount_types, invoice_number, reference, branding_theme_id, url, currency_code, currency_rate, status, sent_to_contact, expected_payment_date, planned_payment_date, cis_deduction, sub_total, total_tax, total, total_discount, invoice_id, repeating_invoice_id, has_attachments, is_discounted, payments, prepayments, overpayments, amount_due, amount_paid, fully_paid_on_date, amount_credited, updated_date_utc, credit_notes, attachments, has_errors, status_attribute_string, validation_errors, warnings].hash
|
|
568
578
|
end
|
|
569
579
|
|
|
570
580
|
# Builds the object from hash
|
|
@@ -682,7 +692,7 @@ module XeroRuby::Accounting
|
|
|
682
692
|
# customized data_parser
|
|
683
693
|
def parse_date(datestring)
|
|
684
694
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
685
|
-
return Time.at(seconds_since_epoch).to_s
|
|
695
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
686
696
|
end
|
|
687
697
|
end
|
|
688
698
|
end
|
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -202,7 +202,7 @@ module XeroRuby::Accounting
|
|
|
202
202
|
# customized data_parser
|
|
203
203
|
def parse_date(datestring)
|
|
204
204
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
205
|
-
return Time.at(seconds_since_epoch).to_s
|
|
205
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
206
206
|
end
|
|
207
207
|
end
|
|
208
208
|
end
|
|
@@ -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.3.2
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -204,7 +204,7 @@ module XeroRuby::Accounting
|
|
|
204
204
|
# customized data_parser
|
|
205
205
|
def parse_date(datestring)
|
|
206
206
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
-
return Time.at(seconds_since_epoch).to_s
|
|
207
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
|
208
208
|
end
|
|
209
209
|
end
|
|
210
210
|
end
|