xero-ruby 2.3.1 → 2.6.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 +29 -4
- data/lib/xero-ruby.rb +10 -1
- data/lib/xero-ruby/api/accounting_api.rb +84 -3
- data/lib/xero-ruby/api/asset_api.rb +0 -1
- data/lib/xero-ruby/api/files_api.rb +0 -1
- data/lib/xero-ruby/api/payroll_au_api.rb +0 -1
- data/lib/xero-ruby/api/payroll_nz_api.rb +0 -1
- data/lib/xero-ruby/api/payroll_uk_api.rb +0 -1
- data/lib/xero-ruby/api/project_api.rb +3 -1
- data/lib/xero-ruby/api_client.rb +34 -27
- data/lib/xero-ruby/api_error.rb +3 -3
- data/lib/xero-ruby/configuration.rb +0 -1
- data/lib/xero-ruby/models/accounting/account.rb +9 -6
- data/lib/xero-ruby/models/accounting/account_type.rb +0 -1
- data/lib/xero-ruby/models/accounting/accounts.rb +9 -6
- data/lib/xero-ruby/models/accounting/accounts_payable.rb +9 -6
- data/lib/xero-ruby/models/accounting/accounts_receivable.rb +9 -6
- data/lib/xero-ruby/models/accounting/action.rb +9 -6
- data/lib/xero-ruby/models/accounting/actions.rb +9 -6
- data/lib/xero-ruby/models/accounting/address.rb +11 -9
- data/lib/xero-ruby/models/accounting/address_for_organisation.rb +473 -0
- data/lib/xero-ruby/models/accounting/allocation.rb +9 -6
- data/lib/xero-ruby/models/accounting/allocations.rb +9 -6
- data/lib/xero-ruby/models/accounting/attachment.rb +9 -6
- data/lib/xero-ruby/models/accounting/attachments.rb +9 -6
- data/lib/xero-ruby/models/accounting/balance_details.rb +232 -0
- data/lib/xero-ruby/models/accounting/balances.rb +9 -6
- data/lib/xero-ruby/models/accounting/bank_transaction.rb +9 -6
- data/lib/xero-ruby/models/accounting/bank_transactions.rb +9 -6
- data/lib/xero-ruby/models/accounting/bank_transfer.rb +9 -6
- data/lib/xero-ruby/models/accounting/bank_transfers.rb +9 -6
- data/lib/xero-ruby/models/accounting/batch_payment.rb +14 -11
- data/lib/xero-ruby/models/accounting/batch_payment_details.rb +9 -6
- data/lib/xero-ruby/models/accounting/batch_payments.rb +9 -6
- data/lib/xero-ruby/models/accounting/bill.rb +9 -6
- data/lib/xero-ruby/models/accounting/branding_theme.rb +9 -6
- data/lib/xero-ruby/models/accounting/branding_themes.rb +9 -6
- data/lib/xero-ruby/models/accounting/cis_org_setting.rb +10 -7
- data/lib/xero-ruby/models/accounting/cis_setting.rb +10 -7
- data/lib/xero-ruby/models/accounting/cis_settings.rb +9 -6
- data/lib/xero-ruby/models/accounting/contact.rb +9 -6
- data/lib/xero-ruby/models/accounting/contact_group.rb +9 -6
- data/lib/xero-ruby/models/accounting/contact_groups.rb +9 -6
- data/lib/xero-ruby/models/accounting/contact_person.rb +9 -6
- data/lib/xero-ruby/models/accounting/contacts.rb +9 -6
- data/lib/xero-ruby/models/accounting/conversion_balances.rb +234 -0
- data/lib/xero-ruby/models/accounting/conversion_date.rb +222 -0
- data/lib/xero-ruby/models/accounting/country_code.rb +0 -1
- data/lib/xero-ruby/models/accounting/credit_note.rb +40 -7
- data/lib/xero-ruby/models/accounting/credit_notes.rb +9 -6
- data/lib/xero-ruby/models/accounting/currencies.rb +9 -6
- data/lib/xero-ruby/models/accounting/currency.rb +9 -6
- data/lib/xero-ruby/models/accounting/currency_code.rb +0 -1
- data/lib/xero-ruby/models/accounting/element.rb +9 -6
- data/lib/xero-ruby/models/accounting/employee.rb +9 -6
- data/lib/xero-ruby/models/accounting/employees.rb +9 -6
- data/lib/xero-ruby/models/accounting/error.rb +9 -6
- data/lib/xero-ruby/models/accounting/expense_claim.rb +9 -6
- data/lib/xero-ruby/models/accounting/expense_claims.rb +9 -6
- data/lib/xero-ruby/models/accounting/external_link.rb +9 -6
- data/lib/xero-ruby/models/accounting/history_record.rb +9 -6
- data/lib/xero-ruby/models/accounting/history_records.rb +9 -6
- data/lib/xero-ruby/models/accounting/import_summary.rb +222 -0
- data/lib/xero-ruby/models/accounting/import_summary_accounts.rb +292 -0
- data/lib/xero-ruby/models/accounting/import_summary_object.rb +211 -0
- data/lib/xero-ruby/models/accounting/import_summary_organisation.rb +211 -0
- data/lib/xero-ruby/models/accounting/invoice.rb +21 -23
- data/lib/xero-ruby/models/accounting/invoice_reminder.rb +9 -6
- data/lib/xero-ruby/models/accounting/invoice_reminders.rb +9 -6
- data/lib/xero-ruby/models/accounting/invoices.rb +9 -6
- data/lib/xero-ruby/models/accounting/item.rb +9 -6
- data/lib/xero-ruby/models/accounting/items.rb +9 -6
- data/lib/xero-ruby/models/accounting/journal.rb +9 -6
- data/lib/xero-ruby/models/accounting/journal_line.rb +9 -6
- data/lib/xero-ruby/models/accounting/journals.rb +9 -6
- data/lib/xero-ruby/models/accounting/line_amount_types.rb +0 -1
- data/lib/xero-ruby/models/accounting/line_item.rb +9 -6
- data/lib/xero-ruby/models/accounting/line_item_tracking.rb +9 -6
- data/lib/xero-ruby/models/accounting/linked_transaction.rb +9 -6
- data/lib/xero-ruby/models/accounting/linked_transactions.rb +9 -6
- data/lib/xero-ruby/models/accounting/manual_journal.rb +9 -6
- data/lib/xero-ruby/models/accounting/manual_journal_line.rb +9 -6
- data/lib/xero-ruby/models/accounting/manual_journals.rb +9 -6
- data/lib/xero-ruby/models/accounting/online_invoice.rb +9 -6
- data/lib/xero-ruby/models/accounting/online_invoices.rb +9 -6
- data/lib/xero-ruby/models/accounting/organisation.rb +10 -7
- data/lib/xero-ruby/models/accounting/organisations.rb +9 -6
- data/lib/xero-ruby/models/accounting/overpayment.rb +9 -6
- data/lib/xero-ruby/models/accounting/overpayments.rb +9 -6
- data/lib/xero-ruby/models/accounting/payment.rb +9 -6
- data/lib/xero-ruby/models/accounting/payment_delete.rb +9 -6
- data/lib/xero-ruby/models/accounting/payment_service.rb +9 -6
- data/lib/xero-ruby/models/accounting/payment_services.rb +9 -6
- data/lib/xero-ruby/models/accounting/payment_term.rb +9 -6
- data/lib/xero-ruby/models/accounting/payment_term_type.rb +0 -1
- data/lib/xero-ruby/models/accounting/payments.rb +9 -6
- data/lib/xero-ruby/models/accounting/phone.rb +9 -6
- data/lib/xero-ruby/models/accounting/prepayment.rb +9 -6
- data/lib/xero-ruby/models/accounting/prepayments.rb +9 -6
- data/lib/xero-ruby/models/accounting/purchase.rb +9 -6
- data/lib/xero-ruby/models/accounting/purchase_order.rb +9 -6
- data/lib/xero-ruby/models/accounting/purchase_orders.rb +9 -6
- data/lib/xero-ruby/models/accounting/quote.rb +9 -6
- data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +0 -1
- data/lib/xero-ruby/models/accounting/quote_status_codes.rb +0 -1
- data/lib/xero-ruby/models/accounting/quotes.rb +9 -6
- data/lib/xero-ruby/models/accounting/receipt.rb +9 -6
- data/lib/xero-ruby/models/accounting/receipts.rb +9 -6
- data/lib/xero-ruby/models/accounting/repeating_invoice.rb +9 -6
- data/lib/xero-ruby/models/accounting/repeating_invoices.rb +9 -6
- data/lib/xero-ruby/models/accounting/report.rb +9 -6
- data/lib/xero-ruby/models/accounting/report_attribute.rb +9 -6
- data/lib/xero-ruby/models/accounting/report_cell.rb +9 -6
- data/lib/xero-ruby/models/accounting/report_fields.rb +9 -6
- data/lib/xero-ruby/models/accounting/report_row.rb +9 -6
- data/lib/xero-ruby/models/accounting/report_rows.rb +9 -6
- data/lib/xero-ruby/models/accounting/report_with_row.rb +9 -6
- data/lib/xero-ruby/models/accounting/report_with_rows.rb +9 -6
- data/lib/xero-ruby/models/accounting/reports.rb +9 -6
- data/lib/xero-ruby/models/accounting/request_empty.rb +9 -6
- data/lib/xero-ruby/models/accounting/row_type.rb +0 -1
- data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +9 -6
- data/lib/xero-ruby/models/accounting/schedule.rb +9 -6
- data/lib/xero-ruby/models/accounting/setup.rb +235 -0
- data/lib/xero-ruby/models/accounting/tax_component.rb +9 -6
- data/lib/xero-ruby/models/accounting/tax_rate.rb +9 -6
- data/lib/xero-ruby/models/accounting/tax_rates.rb +9 -6
- data/lib/xero-ruby/models/accounting/tax_type.rb +0 -1
- data/lib/xero-ruby/models/accounting/ten_ninety_nine_contact.rb +9 -6
- data/lib/xero-ruby/models/accounting/time_zone.rb +0 -1
- data/lib/xero-ruby/models/accounting/tracking_categories.rb +9 -6
- data/lib/xero-ruby/models/accounting/tracking_category.rb +9 -6
- data/lib/xero-ruby/models/accounting/tracking_option.rb +9 -6
- data/lib/xero-ruby/models/accounting/tracking_options.rb +9 -6
- data/lib/xero-ruby/models/accounting/user.rb +9 -6
- data/lib/xero-ruby/models/accounting/users.rb +9 -6
- data/lib/xero-ruby/models/accounting/validation_error.rb +9 -6
- data/lib/xero-ruby/models/assets/asset.rb +20 -7
- data/lib/xero-ruby/models/assets/asset_status.rb +0 -1
- data/lib/xero-ruby/models/assets/asset_status_query_param.rb +0 -1
- data/lib/xero-ruby/models/assets/asset_type.rb +9 -6
- data/lib/xero-ruby/models/assets/assets.rb +9 -6
- data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +9 -6
- data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +9 -6
- data/lib/xero-ruby/models/assets/error.rb +9 -6
- data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +9 -6
- data/lib/xero-ruby/models/assets/pagination.rb +9 -6
- data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +9 -6
- data/lib/xero-ruby/models/assets/setting.rb +9 -6
- data/lib/xero-ruby/models/files/association.rb +9 -6
- data/lib/xero-ruby/models/files/file_object.rb +20 -17
- data/lib/xero-ruby/models/files/file_response204.rb +9 -6
- data/lib/xero-ruby/models/files/files.rb +9 -6
- data/lib/xero-ruby/models/files/folder.rb +9 -6
- data/lib/xero-ruby/models/files/folders.rb +9 -6
- data/lib/xero-ruby/models/files/inline_object.rb +9 -6
- data/lib/xero-ruby/models/files/object_group.rb +0 -1
- data/lib/xero-ruby/models/files/object_type.rb +53 -32
- data/lib/xero-ruby/models/files/user.rb +32 -94
- data/lib/xero-ruby/models/payroll_au/account.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/account_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/allowance_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/api_exception.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/bank_account.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/calendar_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/deduction_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/deduction_type.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/earnings_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/earnings_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/employee.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/employee_status.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/employees.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/employment_basis.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/home_address.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_accrual_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_application.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_applications.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_balance.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_earnings_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/leave_lines.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_period.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/leave_type.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/opening_balances.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/pay_item.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/pay_items.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/pay_run.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/pay_runs.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/pay_template.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/payroll_calendar.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/payroll_calendars.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/payslip.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/payslip_lines.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/payslip_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/payslip_summary.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/payslips.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/rate_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/reimbursement_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/reimbursement_lines.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/reimbursement_type.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/residency_status.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/settings.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/settings_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_employee_groups.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_timesheet_categories.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/state.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/super_fund.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/super_fund_product.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/super_fund_products.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/super_funds.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/super_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/super_membership.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/superannuation_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/tax_declaration.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/tax_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/timesheet.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/timesheet_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/timesheet_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/timesheets.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/validation_error.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/account.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/accounts.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/address.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/bank_account.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/benefit.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/calendar_type.rb +41 -0
- data/lib/xero-ruby/models/payroll_nz/deduction.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/deduction_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/deduction_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/deductions.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_order.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_order_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_orders.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +22 -14
- data/lib/xero-ruby/models/payroll_nz/earnings_rate_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_rates.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_template.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_template_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_earnings_templates.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_balance.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_balances.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_setup.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_setup_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_types.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leaves.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_opening_balance.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_opening_balances_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_pay_template.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_pay_template_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_pay_templates.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leaves_summaries.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leaves.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_tax_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employees.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employment.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employment_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/gross_earnings_history.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/invalid_field.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/leave_accrual_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/leave_earnings_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/leave_period.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/leave_periods.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/leave_type.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/leave_type_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/leave_types.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/pagination.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/pay_run.rb +11 -26
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendar.rb +11 -48
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendar_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendars.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/pay_run_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/pay_runs.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/pay_slip_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/pay_slips.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/payment_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/payment_method.rb +9 -11
- data/lib/xero-ruby/models/payroll_nz/payment_method_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/problem.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/reimbursement_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/reimbursement_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/reimbursements.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +10 -12
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/salary_and_wages.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/settings.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_category.rb +0 -1
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/statutory_deductions.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/superannuation_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/superannuation_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/superannuations.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/tax_code.rb +0 -1
- data/lib/xero-ruby/models/payroll_nz/tax_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +10 -7
- data/lib/xero-ruby/models/payroll_nz/timesheet.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/timesheet_earnings_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/timesheet_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/timesheet_line_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/timesheet_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/timesheets.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/tracking_categories.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/tracking_category.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/account.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/accounts.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/address.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/bank_account.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/benefit.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/benefit_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/benefit_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/benefits.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/court_order_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/deduction.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/deduction_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/deduction_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/deductions.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_order.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_order_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_orders.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_rate_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_rates.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_template.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_template_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_balance.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_balances.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_types.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leaves.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_opening_balances.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_opening_balances_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_pay_template.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_pay_template_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_pay_templates.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leaves_summaries.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leaves.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_tax.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_tax_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employees.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employment.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employment_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/invalid_field.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/leave_accrual_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/leave_earnings_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/leave_period.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/leave_periods.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/leave_type.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/leave_type_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/leave_types.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/pagination.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/pay_run.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendars.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/pay_run_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/pay_runs.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/payment_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/payment_method.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/payment_method_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/payslip.rb +22 -7
- data/lib/xero-ruby/models/payroll_uk/payslip_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/payslips.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/problem.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/reimbursement.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/reimbursement_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/reimbursement_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/reimbursements.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/salary_and_wages.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/settings.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/statutory_deduction.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/statutory_deduction_category.rb +0 -1
- data/lib/xero-ruby/models/payroll_uk/tax_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/timesheet.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/timesheet_earnings_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/timesheet_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/timesheet_line_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/timesheet_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/timesheets.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/tracking_categories.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/tracking_category.rb +9 -6
- data/lib/xero-ruby/models/projects/amount.rb +9 -6
- data/lib/xero-ruby/models/projects/charge_type.rb +0 -1
- data/lib/xero-ruby/models/projects/currency_code.rb +0 -1
- data/lib/xero-ruby/models/projects/error.rb +9 -6
- data/lib/xero-ruby/models/projects/pagination.rb +9 -6
- data/lib/xero-ruby/models/projects/project.rb +9 -6
- data/lib/xero-ruby/models/projects/project_create_or_update.rb +9 -6
- data/lib/xero-ruby/models/projects/project_patch.rb +9 -6
- data/lib/xero-ruby/models/projects/project_status.rb +0 -1
- data/lib/xero-ruby/models/projects/project_user.rb +9 -6
- data/lib/xero-ruby/models/projects/project_users.rb +9 -6
- data/lib/xero-ruby/models/projects/projects.rb +9 -6
- data/lib/xero-ruby/models/projects/task.rb +9 -6
- data/lib/xero-ruby/models/projects/task_create_or_update.rb +9 -6
- data/lib/xero-ruby/models/projects/tasks.rb +9 -6
- data/lib/xero-ruby/models/projects/time_entries.rb +9 -6
- data/lib/xero-ruby/models/projects/time_entry.rb +9 -6
- data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +9 -6
- data/lib/xero-ruby/version.rb +2 -2
- data/spec/api_client_spec.rb +101 -13
- data/spec/api_error_spec.rb +45 -0
- data/spec/configuration_spec.rb +9 -16
- data/spec/helper_methods_spec.rb +70 -0
- metadata +19 -5
|
@@ -3,7 +3,6 @@
|
|
|
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.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -181,12 +180,13 @@ module XeroRuby::Accounting
|
|
|
181
180
|
|
|
182
181
|
# Returns the object in the form of hash
|
|
183
182
|
# @return [Hash] Returns the object in the form of hash
|
|
184
|
-
def to_hash
|
|
183
|
+
def to_hash(downcase: true)
|
|
185
184
|
hash = {}
|
|
186
185
|
self.class.attribute_map.each_pair do |attr, param|
|
|
187
186
|
value = self.send(attr)
|
|
188
187
|
next if value.nil?
|
|
189
|
-
|
|
188
|
+
key = downcase ? attr : param
|
|
189
|
+
hash[key] = _to_hash(value)
|
|
190
190
|
end
|
|
191
191
|
hash
|
|
192
192
|
end
|
|
@@ -209,10 +209,13 @@ module XeroRuby::Accounting
|
|
|
209
209
|
end
|
|
210
210
|
end
|
|
211
211
|
|
|
212
|
-
# customized data_parser
|
|
213
212
|
def parse_date(datestring)
|
|
214
|
-
|
|
215
|
-
|
|
213
|
+
if datestring.include?('Date')
|
|
214
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
215
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
216
|
+
else # handle date 'types' for small subset of payroll API's
|
|
217
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
218
|
+
end
|
|
216
219
|
end
|
|
217
220
|
end
|
|
218
221
|
end
|
|
@@ -3,7 +3,6 @@
|
|
|
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.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -243,12 +242,13 @@ module XeroRuby::Accounting
|
|
|
243
242
|
|
|
244
243
|
# Returns the object in the form of hash
|
|
245
244
|
# @return [Hash] Returns the object in the form of hash
|
|
246
|
-
def to_hash
|
|
245
|
+
def to_hash(downcase: true)
|
|
247
246
|
hash = {}
|
|
248
247
|
self.class.attribute_map.each_pair do |attr, param|
|
|
249
248
|
value = self.send(attr)
|
|
250
249
|
next if value.nil?
|
|
251
|
-
|
|
250
|
+
key = downcase ? attr : param
|
|
251
|
+
hash[key] = _to_hash(value)
|
|
252
252
|
end
|
|
253
253
|
hash
|
|
254
254
|
end
|
|
@@ -271,10 +271,13 @@ module XeroRuby::Accounting
|
|
|
271
271
|
end
|
|
272
272
|
end
|
|
273
273
|
|
|
274
|
-
# customized data_parser
|
|
275
274
|
def parse_date(datestring)
|
|
276
|
-
|
|
277
|
-
|
|
275
|
+
if datestring.include?('Date')
|
|
276
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
277
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
278
|
+
else # handle date 'types' for small subset of payroll API's
|
|
279
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
280
|
+
end
|
|
278
281
|
end
|
|
279
282
|
end
|
|
280
283
|
end
|
|
@@ -3,7 +3,6 @@
|
|
|
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.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -311,12 +310,13 @@ module XeroRuby::Accounting
|
|
|
311
310
|
|
|
312
311
|
# Returns the object in the form of hash
|
|
313
312
|
# @return [Hash] Returns the object in the form of hash
|
|
314
|
-
def to_hash
|
|
313
|
+
def to_hash(downcase: true)
|
|
315
314
|
hash = {}
|
|
316
315
|
self.class.attribute_map.each_pair do |attr, param|
|
|
317
316
|
value = self.send(attr)
|
|
318
317
|
next if value.nil?
|
|
319
|
-
|
|
318
|
+
key = downcase ? attr : param
|
|
319
|
+
hash[key] = _to_hash(value)
|
|
320
320
|
end
|
|
321
321
|
hash
|
|
322
322
|
end
|
|
@@ -339,10 +339,13 @@ module XeroRuby::Accounting
|
|
|
339
339
|
end
|
|
340
340
|
end
|
|
341
341
|
|
|
342
|
-
# customized data_parser
|
|
343
342
|
def parse_date(datestring)
|
|
344
|
-
|
|
345
|
-
|
|
343
|
+
if datestring.include?('Date')
|
|
344
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
345
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
346
|
+
else # handle date 'types' for small subset of payroll API's
|
|
347
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
348
|
+
end
|
|
346
349
|
end
|
|
347
350
|
end
|
|
348
351
|
end
|
|
@@ -3,7 +3,6 @@
|
|
|
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.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -173,12 +172,13 @@ module XeroRuby::Accounting
|
|
|
173
172
|
|
|
174
173
|
# Returns the object in the form of hash
|
|
175
174
|
# @return [Hash] Returns the object in the form of hash
|
|
176
|
-
def to_hash
|
|
175
|
+
def to_hash(downcase: true)
|
|
177
176
|
hash = {}
|
|
178
177
|
self.class.attribute_map.each_pair do |attr, param|
|
|
179
178
|
value = self.send(attr)
|
|
180
179
|
next if value.nil?
|
|
181
|
-
|
|
180
|
+
key = downcase ? attr : param
|
|
181
|
+
hash[key] = _to_hash(value)
|
|
182
182
|
end
|
|
183
183
|
hash
|
|
184
184
|
end
|
|
@@ -201,10 +201,13 @@ module XeroRuby::Accounting
|
|
|
201
201
|
end
|
|
202
202
|
end
|
|
203
203
|
|
|
204
|
-
# customized data_parser
|
|
205
204
|
def parse_date(datestring)
|
|
206
|
-
|
|
207
|
-
|
|
205
|
+
if datestring.include?('Date')
|
|
206
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
208
|
+
else # handle date 'types' for small subset of payroll API's
|
|
209
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
210
|
+
end
|
|
208
211
|
end
|
|
209
212
|
end
|
|
210
213
|
end
|
|
@@ -3,7 +3,6 @@
|
|
|
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.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -203,12 +202,13 @@ module XeroRuby::Accounting
|
|
|
203
202
|
|
|
204
203
|
# Returns the object in the form of hash
|
|
205
204
|
# @return [Hash] Returns the object in the form of hash
|
|
206
|
-
def to_hash
|
|
205
|
+
def to_hash(downcase: true)
|
|
207
206
|
hash = {}
|
|
208
207
|
self.class.attribute_map.each_pair do |attr, param|
|
|
209
208
|
value = self.send(attr)
|
|
210
209
|
next if value.nil?
|
|
211
|
-
|
|
210
|
+
key = downcase ? attr : param
|
|
211
|
+
hash[key] = _to_hash(value)
|
|
212
212
|
end
|
|
213
213
|
hash
|
|
214
214
|
end
|
|
@@ -231,10 +231,13 @@ module XeroRuby::Accounting
|
|
|
231
231
|
end
|
|
232
232
|
end
|
|
233
233
|
|
|
234
|
-
# customized data_parser
|
|
235
234
|
def parse_date(datestring)
|
|
236
|
-
|
|
237
|
-
|
|
235
|
+
if datestring.include?('Date')
|
|
236
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
237
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
238
|
+
else # handle date 'types' for small subset of payroll API's
|
|
239
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
240
|
+
end
|
|
238
241
|
end
|
|
239
242
|
end
|
|
240
243
|
end
|
|
@@ -3,7 +3,6 @@
|
|
|
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.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -324,12 +323,13 @@ module XeroRuby::Accounting
|
|
|
324
323
|
|
|
325
324
|
# Returns the object in the form of hash
|
|
326
325
|
# @return [Hash] Returns the object in the form of hash
|
|
327
|
-
def to_hash
|
|
326
|
+
def to_hash(downcase: true)
|
|
328
327
|
hash = {}
|
|
329
328
|
self.class.attribute_map.each_pair do |attr, param|
|
|
330
329
|
value = self.send(attr)
|
|
331
330
|
next if value.nil?
|
|
332
|
-
|
|
331
|
+
key = downcase ? attr : param
|
|
332
|
+
hash[key] = _to_hash(value)
|
|
333
333
|
end
|
|
334
334
|
hash
|
|
335
335
|
end
|
|
@@ -352,10 +352,13 @@ module XeroRuby::Accounting
|
|
|
352
352
|
end
|
|
353
353
|
end
|
|
354
354
|
|
|
355
|
-
# customized data_parser
|
|
356
355
|
def parse_date(datestring)
|
|
357
|
-
|
|
358
|
-
|
|
356
|
+
if datestring.include?('Date')
|
|
357
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
358
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
359
|
+
else # handle date 'types' for small subset of payroll API's
|
|
360
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
361
|
+
end
|
|
359
362
|
end
|
|
360
363
|
end
|
|
361
364
|
end
|
|
@@ -3,7 +3,6 @@
|
|
|
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.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -173,12 +172,13 @@ module XeroRuby::Accounting
|
|
|
173
172
|
|
|
174
173
|
# Returns the object in the form of hash
|
|
175
174
|
# @return [Hash] Returns the object in the form of hash
|
|
176
|
-
def to_hash
|
|
175
|
+
def to_hash(downcase: true)
|
|
177
176
|
hash = {}
|
|
178
177
|
self.class.attribute_map.each_pair do |attr, param|
|
|
179
178
|
value = self.send(attr)
|
|
180
179
|
next if value.nil?
|
|
181
|
-
|
|
180
|
+
key = downcase ? attr : param
|
|
181
|
+
hash[key] = _to_hash(value)
|
|
182
182
|
end
|
|
183
183
|
hash
|
|
184
184
|
end
|
|
@@ -201,10 +201,13 @@ module XeroRuby::Accounting
|
|
|
201
201
|
end
|
|
202
202
|
end
|
|
203
203
|
|
|
204
|
-
# customized data_parser
|
|
205
204
|
def parse_date(datestring)
|
|
206
|
-
|
|
207
|
-
|
|
205
|
+
if datestring.include?('Date')
|
|
206
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
208
|
+
else # handle date 'types' for small subset of payroll API's
|
|
209
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
210
|
+
end
|
|
208
211
|
end
|
|
209
212
|
end
|
|
210
213
|
end
|
|
@@ -3,7 +3,6 @@
|
|
|
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.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -230,12 +229,13 @@ module XeroRuby::Accounting
|
|
|
230
229
|
|
|
231
230
|
# Returns the object in the form of hash
|
|
232
231
|
# @return [Hash] Returns the object in the form of hash
|
|
233
|
-
def to_hash
|
|
232
|
+
def to_hash(downcase: true)
|
|
234
233
|
hash = {}
|
|
235
234
|
self.class.attribute_map.each_pair do |attr, param|
|
|
236
235
|
value = self.send(attr)
|
|
237
236
|
next if value.nil?
|
|
238
|
-
|
|
237
|
+
key = downcase ? attr : param
|
|
238
|
+
hash[key] = _to_hash(value)
|
|
239
239
|
end
|
|
240
240
|
hash
|
|
241
241
|
end
|
|
@@ -258,10 +258,13 @@ module XeroRuby::Accounting
|
|
|
258
258
|
end
|
|
259
259
|
end
|
|
260
260
|
|
|
261
|
-
# customized data_parser
|
|
262
261
|
def parse_date(datestring)
|
|
263
|
-
|
|
264
|
-
|
|
262
|
+
if datestring.include?('Date')
|
|
263
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
264
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
265
|
+
else # handle date 'types' for small subset of payroll API's
|
|
266
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
267
|
+
end
|
|
265
268
|
end
|
|
266
269
|
end
|
|
267
270
|
end
|
|
@@ -3,7 +3,6 @@
|
|
|
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.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -201,12 +200,13 @@ module XeroRuby::Accounting
|
|
|
201
200
|
|
|
202
201
|
# Returns the object in the form of hash
|
|
203
202
|
# @return [Hash] Returns the object in the form of hash
|
|
204
|
-
def to_hash
|
|
203
|
+
def to_hash(downcase: true)
|
|
205
204
|
hash = {}
|
|
206
205
|
self.class.attribute_map.each_pair do |attr, param|
|
|
207
206
|
value = self.send(attr)
|
|
208
207
|
next if value.nil?
|
|
209
|
-
|
|
208
|
+
key = downcase ? attr : param
|
|
209
|
+
hash[key] = _to_hash(value)
|
|
210
210
|
end
|
|
211
211
|
hash
|
|
212
212
|
end
|
|
@@ -229,10 +229,13 @@ module XeroRuby::Accounting
|
|
|
229
229
|
end
|
|
230
230
|
end
|
|
231
231
|
|
|
232
|
-
# customized data_parser
|
|
233
232
|
def parse_date(datestring)
|
|
234
|
-
|
|
235
|
-
|
|
233
|
+
if datestring.include?('Date')
|
|
234
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
235
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
236
|
+
else # handle date 'types' for small subset of payroll API's
|
|
237
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
238
|
+
end
|
|
236
239
|
end
|
|
237
240
|
end
|
|
238
241
|
end
|
|
@@ -3,7 +3,6 @@
|
|
|
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.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -173,12 +172,13 @@ module XeroRuby::Accounting
|
|
|
173
172
|
|
|
174
173
|
# Returns the object in the form of hash
|
|
175
174
|
# @return [Hash] Returns the object in the form of hash
|
|
176
|
-
def to_hash
|
|
175
|
+
def to_hash(downcase: true)
|
|
177
176
|
hash = {}
|
|
178
177
|
self.class.attribute_map.each_pair do |attr, param|
|
|
179
178
|
value = self.send(attr)
|
|
180
179
|
next if value.nil?
|
|
181
|
-
|
|
180
|
+
key = downcase ? attr : param
|
|
181
|
+
hash[key] = _to_hash(value)
|
|
182
182
|
end
|
|
183
183
|
hash
|
|
184
184
|
end
|
|
@@ -201,10 +201,13 @@ module XeroRuby::Accounting
|
|
|
201
201
|
end
|
|
202
202
|
end
|
|
203
203
|
|
|
204
|
-
# customized data_parser
|
|
205
204
|
def parse_date(datestring)
|
|
206
|
-
|
|
207
|
-
|
|
205
|
+
if datestring.include?('Date')
|
|
206
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
208
|
+
else # handle date 'types' for small subset of payroll API's
|
|
209
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
210
|
+
end
|
|
208
211
|
end
|
|
209
212
|
end
|
|
210
213
|
end
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Accounting API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
|
|
6
|
+
Contact: api@xero.com
|
|
7
|
+
Generated by: https://openapi-generator.tech
|
|
8
|
+
OpenAPI Generator version: 4.3.1
|
|
9
|
+
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require 'time'
|
|
13
|
+
require 'date'
|
|
14
|
+
|
|
15
|
+
module XeroRuby::Accounting
|
|
16
|
+
# A summary of the import from setup endpoint
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
19
|
+
class ImportSummary
|
|
20
|
+
|
|
21
|
+
attr_accessor :accounts
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
attr_accessor :organisation
|
|
25
|
+
|
|
26
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
27
|
+
def self.attribute_map
|
|
28
|
+
{
|
|
29
|
+
:'accounts' => :'Accounts',
|
|
30
|
+
:'organisation' => :'Organisation'
|
|
31
|
+
}
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
# Attribute type mapping.
|
|
35
|
+
def self.openapi_types
|
|
36
|
+
{
|
|
37
|
+
:'accounts' => :'ImportSummaryAccounts',
|
|
38
|
+
:'organisation' => :'ImportSummaryOrganisation'
|
|
39
|
+
}
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
# Initializes the object
|
|
43
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
44
|
+
def initialize(attributes = {})
|
|
45
|
+
if (!attributes.is_a?(Hash))
|
|
46
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Accounting::ImportSummary` initialize method"
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
50
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
51
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
|
52
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Accounting::ImportSummary`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
53
|
+
end
|
|
54
|
+
h[k.to_sym] = v
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
if attributes.key?(:'accounts')
|
|
58
|
+
self.accounts = attributes[:'accounts']
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
if attributes.key?(:'organisation')
|
|
62
|
+
self.organisation = attributes[:'organisation']
|
|
63
|
+
end
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
67
|
+
# @return Array for valid properties with the reasons
|
|
68
|
+
def list_invalid_properties
|
|
69
|
+
invalid_properties = Array.new
|
|
70
|
+
invalid_properties
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
# Check to see if the all the properties in the model are valid
|
|
74
|
+
# @return true if the model is valid
|
|
75
|
+
def valid?
|
|
76
|
+
true
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
# Checks equality by comparing each attribute.
|
|
80
|
+
# @param [Object] Object to be compared
|
|
81
|
+
def ==(o)
|
|
82
|
+
return true if self.equal?(o)
|
|
83
|
+
self.class == o.class &&
|
|
84
|
+
accounts == o.accounts &&
|
|
85
|
+
organisation == o.organisation
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
# @see the `==` method
|
|
89
|
+
# @param [Object] Object to be compared
|
|
90
|
+
def eql?(o)
|
|
91
|
+
self == o
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
# Calculates hash code according to all attributes.
|
|
95
|
+
# @return [Integer] Hash code
|
|
96
|
+
def hash
|
|
97
|
+
[accounts, organisation].hash
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
# Builds the object from hash
|
|
101
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
102
|
+
# @return [Object] Returns the model itself
|
|
103
|
+
def self.build_from_hash(attributes)
|
|
104
|
+
new.build_from_hash(attributes)
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
# Builds the object from hash
|
|
108
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
109
|
+
# @return [Object] Returns the model itself
|
|
110
|
+
def build_from_hash(attributes)
|
|
111
|
+
return nil unless attributes.is_a?(Hash)
|
|
112
|
+
self.class.openapi_types.each_pair do |key, type|
|
|
113
|
+
if type =~ /\AArray<(.*)>/i
|
|
114
|
+
# check to ensure the input is an array given that the attribute
|
|
115
|
+
# is documented as an array but the input is not
|
|
116
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
117
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
118
|
+
end
|
|
119
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
120
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
121
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
|
122
|
+
end
|
|
123
|
+
|
|
124
|
+
self
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
# Deserializes the data based on type
|
|
128
|
+
# @param string type Data type
|
|
129
|
+
# @param string value Value to be deserialized
|
|
130
|
+
# @return [Object] Deserialized data
|
|
131
|
+
def _deserialize(type, value)
|
|
132
|
+
case type.to_sym
|
|
133
|
+
when :DateTime
|
|
134
|
+
DateTime.parse(parse_date(value))
|
|
135
|
+
when :Date
|
|
136
|
+
Date.parse(parse_date(value))
|
|
137
|
+
when :String
|
|
138
|
+
value.to_s
|
|
139
|
+
when :Integer
|
|
140
|
+
value.to_i
|
|
141
|
+
when :Float
|
|
142
|
+
value.to_f
|
|
143
|
+
when :BigDecimal
|
|
144
|
+
BigDecimal(value.to_s)
|
|
145
|
+
when :Boolean
|
|
146
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
147
|
+
true
|
|
148
|
+
else
|
|
149
|
+
false
|
|
150
|
+
end
|
|
151
|
+
when :Object
|
|
152
|
+
# generic object (usually a Hash), return directly
|
|
153
|
+
value
|
|
154
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
155
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
156
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
157
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
158
|
+
k_type = Regexp.last_match[:k_type]
|
|
159
|
+
v_type = Regexp.last_match[:v_type]
|
|
160
|
+
{}.tap do |hash|
|
|
161
|
+
value.each do |k, v|
|
|
162
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
163
|
+
end
|
|
164
|
+
end
|
|
165
|
+
else # model
|
|
166
|
+
XeroRuby::Accounting.const_get(type).build_from_hash(value)
|
|
167
|
+
end
|
|
168
|
+
end
|
|
169
|
+
|
|
170
|
+
# Returns the string representation of the object
|
|
171
|
+
# @return [String] String presentation of the object
|
|
172
|
+
def to_s
|
|
173
|
+
to_hash.to_s
|
|
174
|
+
end
|
|
175
|
+
|
|
176
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
177
|
+
# @return [Hash] Returns the object in the form of hash
|
|
178
|
+
def to_body
|
|
179
|
+
to_hash
|
|
180
|
+
end
|
|
181
|
+
|
|
182
|
+
# Returns the object in the form of hash
|
|
183
|
+
# @return [Hash] Returns the object in the form of hash
|
|
184
|
+
def to_hash(downcase: true)
|
|
185
|
+
hash = {}
|
|
186
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
187
|
+
value = self.send(attr)
|
|
188
|
+
next if value.nil?
|
|
189
|
+
key = downcase ? attr : param
|
|
190
|
+
hash[key] = _to_hash(value)
|
|
191
|
+
end
|
|
192
|
+
hash
|
|
193
|
+
end
|
|
194
|
+
|
|
195
|
+
# Outputs non-array value in the form of hash
|
|
196
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
197
|
+
# @param [Object] value Any valid value
|
|
198
|
+
# @return [Hash] Returns the value in the form of hash
|
|
199
|
+
def _to_hash(value)
|
|
200
|
+
if value.is_a?(Array)
|
|
201
|
+
value.compact.map { |v| _to_hash(v) }
|
|
202
|
+
elsif value.is_a?(Hash)
|
|
203
|
+
{}.tap do |hash|
|
|
204
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
205
|
+
end
|
|
206
|
+
elsif value.respond_to? :to_hash
|
|
207
|
+
value.to_hash
|
|
208
|
+
else
|
|
209
|
+
value
|
|
210
|
+
end
|
|
211
|
+
end
|
|
212
|
+
|
|
213
|
+
def parse_date(datestring)
|
|
214
|
+
if datestring.include?('Date')
|
|
215
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
216
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
217
|
+
else # handle date 'types' for small subset of payroll API's
|
|
218
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
219
|
+
end
|
|
220
|
+
end
|
|
221
|
+
end
|
|
222
|
+
end
|