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
|
|
@@ -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
|
|
@@ -290,12 +289,13 @@ module XeroRuby::Accounting
|
|
|
290
289
|
|
|
291
290
|
# Returns the object in the form of hash
|
|
292
291
|
# @return [Hash] Returns the object in the form of hash
|
|
293
|
-
def to_hash
|
|
292
|
+
def to_hash(downcase: true)
|
|
294
293
|
hash = {}
|
|
295
294
|
self.class.attribute_map.each_pair do |attr, param|
|
|
296
295
|
value = self.send(attr)
|
|
297
296
|
next if value.nil?
|
|
298
|
-
|
|
297
|
+
key = downcase ? attr : param
|
|
298
|
+
hash[key] = _to_hash(value)
|
|
299
299
|
end
|
|
300
300
|
hash
|
|
301
301
|
end
|
|
@@ -318,10 +318,13 @@ module XeroRuby::Accounting
|
|
|
318
318
|
end
|
|
319
319
|
end
|
|
320
320
|
|
|
321
|
-
# customized data_parser
|
|
322
321
|
def parse_date(datestring)
|
|
323
|
-
|
|
324
|
-
|
|
322
|
+
if datestring.include?('Date')
|
|
323
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
324
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
325
|
+
else # handle date 'types' for small subset of payroll API's
|
|
326
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
327
|
+
end
|
|
325
328
|
end
|
|
326
329
|
end
|
|
327
330
|
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
|
|
@@ -221,8 +220,8 @@ module XeroRuby::Accounting
|
|
|
221
220
|
# @return Array for valid properties with the reasons
|
|
222
221
|
def list_invalid_properties
|
|
223
222
|
invalid_properties = Array.new
|
|
224
|
-
if !@reference.nil? && @reference.to_s.length >
|
|
225
|
-
invalid_properties.push('invalid value for "reference", the character length must be smaller than or equal to
|
|
223
|
+
if !@reference.nil? && @reference.to_s.length > 255
|
|
224
|
+
invalid_properties.push('invalid value for "reference", the character length must be smaller than or equal to 255.')
|
|
226
225
|
end
|
|
227
226
|
|
|
228
227
|
if !@particulars.nil? && @particulars.to_s.length > 12
|
|
@@ -243,7 +242,7 @@ module XeroRuby::Accounting
|
|
|
243
242
|
# Check to see if the all the properties in the model are valid
|
|
244
243
|
# @return true if the model is valid
|
|
245
244
|
def valid?
|
|
246
|
-
return false if !@reference.nil? && @reference.to_s.length >
|
|
245
|
+
return false if !@reference.nil? && @reference.to_s.length > 255
|
|
247
246
|
return false if !@particulars.nil? && @particulars.to_s.length > 12
|
|
248
247
|
return false if !@code.nil? && @code.to_s.length > 12
|
|
249
248
|
return false if !@narrative.nil? && @narrative.to_s.length > 18
|
|
@@ -257,8 +256,8 @@ module XeroRuby::Accounting
|
|
|
257
256
|
# Custom attribute writer method with validation
|
|
258
257
|
# @param [Object] reference Value to be assigned
|
|
259
258
|
def reference=(reference)
|
|
260
|
-
if !reference.nil? && reference.to_s.length >
|
|
261
|
-
fail ArgumentError, 'invalid value for "reference", the character length must be smaller than or equal to
|
|
259
|
+
if !reference.nil? && reference.to_s.length > 255
|
|
260
|
+
fail ArgumentError, 'invalid value for "reference", the character length must be smaller than or equal to 255.'
|
|
262
261
|
end
|
|
263
262
|
|
|
264
263
|
@reference = reference
|
|
@@ -433,12 +432,13 @@ module XeroRuby::Accounting
|
|
|
433
432
|
|
|
434
433
|
# Returns the object in the form of hash
|
|
435
434
|
# @return [Hash] Returns the object in the form of hash
|
|
436
|
-
def to_hash
|
|
435
|
+
def to_hash(downcase: true)
|
|
437
436
|
hash = {}
|
|
438
437
|
self.class.attribute_map.each_pair do |attr, param|
|
|
439
438
|
value = self.send(attr)
|
|
440
439
|
next if value.nil?
|
|
441
|
-
|
|
440
|
+
key = downcase ? attr : param
|
|
441
|
+
hash[key] = _to_hash(value)
|
|
442
442
|
end
|
|
443
443
|
hash
|
|
444
444
|
end
|
|
@@ -461,10 +461,13 @@ module XeroRuby::Accounting
|
|
|
461
461
|
end
|
|
462
462
|
end
|
|
463
463
|
|
|
464
|
-
# customized data_parser
|
|
465
464
|
def parse_date(datestring)
|
|
466
|
-
|
|
467
|
-
|
|
465
|
+
if datestring.include?('Date')
|
|
466
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
467
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
468
|
+
else # handle date 'types' for small subset of payroll API's
|
|
469
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
470
|
+
end
|
|
468
471
|
end
|
|
469
472
|
end
|
|
470
473
|
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
|
|
@@ -242,12 +241,13 @@ module XeroRuby::Accounting
|
|
|
242
241
|
|
|
243
242
|
# Returns the object in the form of hash
|
|
244
243
|
# @return [Hash] Returns the object in the form of hash
|
|
245
|
-
def to_hash
|
|
244
|
+
def to_hash(downcase: true)
|
|
246
245
|
hash = {}
|
|
247
246
|
self.class.attribute_map.each_pair do |attr, param|
|
|
248
247
|
value = self.send(attr)
|
|
249
248
|
next if value.nil?
|
|
250
|
-
|
|
249
|
+
key = downcase ? attr : param
|
|
250
|
+
hash[key] = _to_hash(value)
|
|
251
251
|
end
|
|
252
252
|
hash
|
|
253
253
|
end
|
|
@@ -270,10 +270,13 @@ module XeroRuby::Accounting
|
|
|
270
270
|
end
|
|
271
271
|
end
|
|
272
272
|
|
|
273
|
-
# customized data_parser
|
|
274
273
|
def parse_date(datestring)
|
|
275
|
-
|
|
276
|
-
|
|
274
|
+
if datestring.include?('Date')
|
|
275
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
276
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
277
|
+
else # handle date 'types' for small subset of payroll API's
|
|
278
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
279
|
+
end
|
|
277
280
|
end
|
|
278
281
|
end
|
|
279
282
|
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
|
|
@@ -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
|
|
@@ -256,12 +255,13 @@ module XeroRuby::Accounting
|
|
|
256
255
|
|
|
257
256
|
# Returns the object in the form of hash
|
|
258
257
|
# @return [Hash] Returns the object in the form of hash
|
|
259
|
-
def to_hash
|
|
258
|
+
def to_hash(downcase: true)
|
|
260
259
|
hash = {}
|
|
261
260
|
self.class.attribute_map.each_pair do |attr, param|
|
|
262
261
|
value = self.send(attr)
|
|
263
262
|
next if value.nil?
|
|
264
|
-
|
|
263
|
+
key = downcase ? attr : param
|
|
264
|
+
hash[key] = _to_hash(value)
|
|
265
265
|
end
|
|
266
266
|
hash
|
|
267
267
|
end
|
|
@@ -284,10 +284,13 @@ module XeroRuby::Accounting
|
|
|
284
284
|
end
|
|
285
285
|
end
|
|
286
286
|
|
|
287
|
-
# customized data_parser
|
|
288
287
|
def parse_date(datestring)
|
|
289
|
-
|
|
290
|
-
|
|
288
|
+
if datestring.include?('Date')
|
|
289
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
290
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
291
|
+
else # handle date 'types' for small subset of payroll API's
|
|
292
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
293
|
+
end
|
|
291
294
|
end
|
|
292
295
|
end
|
|
293
296
|
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
|
|
@@ -40,7 +39,7 @@ module XeroRuby::Accounting
|
|
|
40
39
|
{
|
|
41
40
|
:'cis_contractor_enabled' => :'Boolean',
|
|
42
41
|
:'cis_sub_contractor_enabled' => :'Boolean',
|
|
43
|
-
:'rate' => :'
|
|
42
|
+
:'rate' => :'BigDecimal'
|
|
44
43
|
}
|
|
45
44
|
end
|
|
46
45
|
|
|
@@ -191,12 +190,13 @@ module XeroRuby::Accounting
|
|
|
191
190
|
|
|
192
191
|
# Returns the object in the form of hash
|
|
193
192
|
# @return [Hash] Returns the object in the form of hash
|
|
194
|
-
def to_hash
|
|
193
|
+
def to_hash(downcase: true)
|
|
195
194
|
hash = {}
|
|
196
195
|
self.class.attribute_map.each_pair do |attr, param|
|
|
197
196
|
value = self.send(attr)
|
|
198
197
|
next if value.nil?
|
|
199
|
-
|
|
198
|
+
key = downcase ? attr : param
|
|
199
|
+
hash[key] = _to_hash(value)
|
|
200
200
|
end
|
|
201
201
|
hash
|
|
202
202
|
end
|
|
@@ -219,10 +219,13 @@ module XeroRuby::Accounting
|
|
|
219
219
|
end
|
|
220
220
|
end
|
|
221
221
|
|
|
222
|
-
# customized data_parser
|
|
223
222
|
def parse_date(datestring)
|
|
224
|
-
|
|
225
|
-
|
|
223
|
+
if datestring.include?('Date')
|
|
224
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
225
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
226
|
+
else # handle date 'types' for small subset of payroll API's
|
|
227
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
228
|
+
end
|
|
226
229
|
end
|
|
227
230
|
end
|
|
228
231
|
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
|
|
@@ -35,7 +34,7 @@ module XeroRuby::Accounting
|
|
|
35
34
|
def self.openapi_types
|
|
36
35
|
{
|
|
37
36
|
:'cis_enabled' => :'Boolean',
|
|
38
|
-
:'rate' => :'
|
|
37
|
+
:'rate' => :'BigDecimal'
|
|
39
38
|
}
|
|
40
39
|
end
|
|
41
40
|
|
|
@@ -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
|