xero-ruby 2.1.0 → 2.2.4
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
#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.3.2
|
7
7
|
Contact: api@xero.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.3.1
|
@@ -252,7 +252,7 @@ module XeroRuby::Assets
|
|
252
252
|
# customized data_parser
|
253
253
|
def parse_date(datestring)
|
254
254
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
255
|
-
return Time.at(seconds_since_epoch).to_s
|
255
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
256
256
|
end
|
257
257
|
end
|
258
258
|
end
|
@@ -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.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::Assets
|
|
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
|
#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.3.2
|
7
7
|
Contact: api@xero.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.3.1
|
@@ -242,7 +242,7 @@ module XeroRuby::Assets
|
|
242
242
|
# customized data_parser
|
243
243
|
def parse_date(datestring)
|
244
244
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
245
|
-
return Time.at(seconds_since_epoch).to_s
|
245
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
246
246
|
end
|
247
247
|
end
|
248
248
|
end
|
@@ -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.3.2
|
7
7
|
Contact: api@xero.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.3.1
|
@@ -272,7 +272,7 @@ module XeroRuby::Assets
|
|
272
272
|
# customized data_parser
|
273
273
|
def parse_date(datestring)
|
274
274
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
275
|
-
return Time.at(seconds_since_epoch).to_s
|
275
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
276
276
|
end
|
277
277
|
end
|
278
278
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the Xero Projects API
|
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::Projects
|
|
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
|
#This is the Xero Projects API
|
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::Projects
|
|
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
|
#This is the Xero Projects API
|
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::Projects
|
|
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
|
#This is the Xero Projects API
|
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
|
@@ -417,7 +417,7 @@ module XeroRuby::Projects
|
|
417
417
|
# customized data_parser
|
418
418
|
def parse_date(datestring)
|
419
419
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
420
|
-
return Time.at(seconds_since_epoch).to_s
|
420
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
421
421
|
end
|
422
422
|
end
|
423
423
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the Xero Projects API
|
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
|
@@ -237,7 +237,7 @@ module XeroRuby::Projects
|
|
237
237
|
# customized data_parser
|
238
238
|
def parse_date(datestring)
|
239
239
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
240
|
-
return Time.at(seconds_since_epoch).to_s
|
240
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
241
241
|
end
|
242
242
|
end
|
243
243
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the Xero Projects API
|
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
|
@@ -207,7 +207,7 @@ module XeroRuby::Projects
|
|
207
207
|
# customized data_parser
|
208
208
|
def parse_date(datestring)
|
209
209
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
210
|
-
return Time.at(seconds_since_epoch).to_s
|
210
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
211
211
|
end
|
212
212
|
end
|
213
213
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the Xero Projects API
|
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
|
@@ -222,7 +222,7 @@ module XeroRuby::Projects
|
|
222
222
|
# customized data_parser
|
223
223
|
def parse_date(datestring)
|
224
224
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
225
|
-
return Time.at(seconds_since_epoch).to_s
|
225
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
226
226
|
end
|
227
227
|
end
|
228
228
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the Xero Projects API
|
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
|
@@ -214,7 +214,7 @@ module XeroRuby::Projects
|
|
214
214
|
# customized data_parser
|
215
215
|
def parse_date(datestring)
|
216
216
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
217
|
-
return Time.at(seconds_since_epoch).to_s
|
217
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
218
218
|
end
|
219
219
|
end
|
220
220
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the Xero Projects API
|
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
|
@@ -214,7 +214,7 @@ module XeroRuby::Projects
|
|
214
214
|
# customized data_parser
|
215
215
|
def parse_date(datestring)
|
216
216
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
217
|
-
return Time.at(seconds_since_epoch).to_s
|
217
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
218
218
|
end
|
219
219
|
end
|
220
220
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the Xero Projects API
|
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
|
@@ -379,7 +379,7 @@ module XeroRuby::Projects
|
|
379
379
|
# customized data_parser
|
380
380
|
def parse_date(datestring)
|
381
381
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
382
|
-
return Time.at(seconds_since_epoch).to_s
|
382
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
383
383
|
end
|
384
384
|
end
|
385
385
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the Xero Projects API
|
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
|
@@ -247,7 +247,7 @@ module XeroRuby::Projects
|
|
247
247
|
# customized data_parser
|
248
248
|
def parse_date(datestring)
|
249
249
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
250
|
-
return Time.at(seconds_since_epoch).to_s
|
250
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
251
251
|
end
|
252
252
|
end
|
253
253
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the Xero Projects API
|
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
|
@@ -214,7 +214,7 @@ module XeroRuby::Projects
|
|
214
214
|
# customized data_parser
|
215
215
|
def parse_date(datestring)
|
216
216
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
217
|
-
return Time.at(seconds_since_epoch).to_s
|
217
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
218
218
|
end
|
219
219
|
end
|
220
220
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the Xero Projects API
|
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
|
@@ -214,7 +214,7 @@ module XeroRuby::Projects
|
|
214
214
|
# customized data_parser
|
215
215
|
def parse_date(datestring)
|
216
216
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
217
|
-
return Time.at(seconds_since_epoch).to_s
|
217
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
218
218
|
end
|
219
219
|
end
|
220
220
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the Xero Projects API
|
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
|
@@ -318,7 +318,7 @@ module XeroRuby::Projects
|
|
318
318
|
# customized data_parser
|
319
319
|
def parse_date(datestring)
|
320
320
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
321
|
-
return Time.at(seconds_since_epoch).to_s
|
321
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
322
322
|
end
|
323
323
|
end
|
324
324
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the Xero Projects API
|
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
|
@@ -262,7 +262,7 @@ module XeroRuby::Projects
|
|
262
262
|
# customized data_parser
|
263
263
|
def parse_date(datestring)
|
264
264
|
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
265
|
-
return Time.at(seconds_since_epoch).to_s
|
265
|
+
return Time.at(seconds_since_epoch).strftime('%Y-%m-%dT%l:%M:%S%z').to_s
|
266
266
|
end
|
267
267
|
end
|
268
268
|
end
|
data/lib/xero-ruby/version.rb
CHANGED
@@ -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
|
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
module XeroRuby
|
14
|
-
VERSION = '2.
|
14
|
+
VERSION = '2.2.4'
|
15
15
|
end
|
data/xero-ruby-2.2.3.gem
ADDED
Binary file
|
data/xero-ruby.gem
ADDED
Binary file
|
data/xero-ruby.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 2.2
|
8
|
+
The version of the OpenAPI document: 2.3.2
|
9
9
|
Contact: api@xero.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
OpenAPI Generator version: 4.3.1
|
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
|
|
25
25
|
s.summary = "Accounting API Ruby Gem"
|
26
26
|
s.description = "Xero API OAuth2.0 SDK - Ruby Gem"
|
27
27
|
s.license = "Unlicense"
|
28
|
-
s.required_ruby_version = ">=
|
28
|
+
s.required_ruby_version = ">= 2.3"
|
29
29
|
|
30
30
|
s.add_runtime_dependency 'faraday', '~> 1.0.1', '>= 1.0.1'
|
31
31
|
s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xero-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Xero API Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -534,6 +534,8 @@ files:
|
|
534
534
|
- spec/projects/models/time_entry_create_or_update_spec.rb
|
535
535
|
- spec/projects/models/time_entry_spec.rb
|
536
536
|
- spec/spec_helper.rb
|
537
|
+
- xero-ruby-2.2.3.gem
|
538
|
+
- xero-ruby.gem
|
537
539
|
- xero-ruby.gemspec
|
538
540
|
homepage: https://developer.xero.com
|
539
541
|
licenses:
|
@@ -547,7 +549,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
547
549
|
requirements:
|
548
550
|
- - ">="
|
549
551
|
- !ruby/object:Gem::Version
|
550
|
-
version: '
|
552
|
+
version: '2.3'
|
551
553
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
552
554
|
requirements:
|
553
555
|
- - ">="
|