xero-ruby 2.6.2 → 2.8.2
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 +47 -46
- data/lib/xero-ruby.rb +5 -3
- data/lib/xero-ruby/api/accounting_api.rb +568 -568
- data/lib/xero-ruby/api/asset_api.rb +3 -7
- data/lib/xero-ruby/api/files_api.rb +172 -69
- data/lib/xero-ruby/api/payroll_au_api.rb +63 -63
- data/lib/xero-ruby/api/payroll_nz_api.rb +171 -171
- data/lib/xero-ruby/api/payroll_uk_api.rb +177 -183
- data/lib/xero-ruby/api/project_api.rb +45 -45
- data/lib/xero-ruby/api_client.rb +25 -88
- data/lib/xero-ruby/api_error.rb +1 -1
- data/lib/xero-ruby/configuration.rb +3 -3
- data/lib/xero-ruby/models/accounting/account.rb +2 -2
- data/lib/xero-ruby/models/accounting/account_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/accounts.rb +2 -2
- data/lib/xero-ruby/models/accounting/accounts_payable.rb +2 -2
- data/lib/xero-ruby/models/accounting/accounts_receivable.rb +2 -2
- data/lib/xero-ruby/models/accounting/action.rb +2 -2
- data/lib/xero-ruby/models/accounting/actions.rb +2 -2
- data/lib/xero-ruby/models/accounting/address.rb +2 -2
- data/lib/xero-ruby/models/accounting/address_for_organisation.rb +2 -2
- data/lib/xero-ruby/models/accounting/allocation.rb +2 -2
- data/lib/xero-ruby/models/accounting/allocations.rb +2 -2
- data/lib/xero-ruby/models/accounting/attachment.rb +2 -2
- data/lib/xero-ruby/models/accounting/attachments.rb +2 -2
- data/lib/xero-ruby/models/accounting/balance_details.rb +2 -2
- data/lib/xero-ruby/models/accounting/balances.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transaction.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transactions.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transfer.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transfers.rb +2 -2
- data/lib/xero-ruby/models/accounting/batch_payment.rb +18 -6
- data/lib/xero-ruby/models/accounting/batch_payment_details.rb +2 -2
- data/lib/xero-ruby/models/accounting/batch_payments.rb +2 -2
- data/lib/xero-ruby/models/accounting/bill.rb +2 -2
- data/lib/xero-ruby/models/accounting/branding_theme.rb +2 -2
- data/lib/xero-ruby/models/accounting/branding_themes.rb +2 -2
- data/lib/xero-ruby/models/accounting/cis_org_setting.rb +2 -2
- data/lib/xero-ruby/models/{files/file_response204.rb → accounting/cis_org_settings.rb} +17 -15
- data/lib/xero-ruby/models/accounting/cis_setting.rb +2 -2
- data/lib/xero-ruby/models/accounting/cis_settings.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_group.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_groups.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_person.rb +2 -2
- data/lib/xero-ruby/models/accounting/contacts.rb +2 -2
- data/lib/xero-ruby/models/accounting/conversion_balances.rb +2 -2
- data/lib/xero-ruby/models/accounting/conversion_date.rb +2 -2
- data/lib/xero-ruby/models/accounting/country_code.rb +1 -1
- data/lib/xero-ruby/models/accounting/credit_note.rb +19 -7
- data/lib/xero-ruby/models/accounting/credit_notes.rb +2 -2
- data/lib/xero-ruby/models/accounting/currencies.rb +2 -2
- data/lib/xero-ruby/models/accounting/currency.rb +2 -2
- data/lib/xero-ruby/models/accounting/currency_code.rb +1 -1
- data/lib/xero-ruby/models/accounting/element.rb +2 -2
- data/lib/xero-ruby/models/accounting/employee.rb +2 -2
- data/lib/xero-ruby/models/accounting/employees.rb +2 -2
- data/lib/xero-ruby/models/accounting/error.rb +2 -2
- data/lib/xero-ruby/models/accounting/expense_claim.rb +2 -2
- data/lib/xero-ruby/models/accounting/expense_claims.rb +2 -2
- data/lib/xero-ruby/models/accounting/external_link.rb +2 -2
- data/lib/xero-ruby/models/accounting/history_record.rb +2 -2
- data/lib/xero-ruby/models/accounting/history_records.rb +2 -2
- data/lib/xero-ruby/models/accounting/import_summary.rb +2 -2
- data/lib/xero-ruby/models/accounting/import_summary_accounts.rb +10 -10
- data/lib/xero-ruby/models/accounting/import_summary_object.rb +2 -2
- data/lib/xero-ruby/models/accounting/import_summary_organisation.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoice.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoice_reminder.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoice_reminders.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/item.rb +2 -2
- data/lib/xero-ruby/models/accounting/items.rb +2 -2
- data/lib/xero-ruby/models/accounting/journal.rb +2 -2
- data/lib/xero-ruby/models/accounting/journal_line.rb +2 -2
- data/lib/xero-ruby/models/accounting/journals.rb +2 -2
- data/lib/xero-ruby/models/accounting/line_amount_types.rb +1 -1
- data/lib/xero-ruby/models/accounting/line_item.rb +2 -2
- data/lib/xero-ruby/models/accounting/line_item_tracking.rb +2 -2
- data/lib/xero-ruby/models/accounting/linked_transaction.rb +2 -2
- data/lib/xero-ruby/models/accounting/linked_transactions.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journal.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journal_line.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journals.rb +2 -2
- data/lib/xero-ruby/models/accounting/online_invoice.rb +2 -2
- data/lib/xero-ruby/models/accounting/online_invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/organisation.rb +2 -2
- data/lib/xero-ruby/models/accounting/organisations.rb +2 -2
- data/lib/xero-ruby/models/accounting/overpayment.rb +2 -2
- data/lib/xero-ruby/models/accounting/overpayments.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment.rb +13 -3
- data/lib/xero-ruby/models/accounting/payment_delete.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_service.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_services.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_term.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_term_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/payments.rb +2 -2
- data/lib/xero-ruby/models/accounting/phone.rb +2 -2
- data/lib/xero-ruby/models/accounting/prepayment.rb +2 -2
- data/lib/xero-ruby/models/accounting/prepayments.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase_order.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase_orders.rb +2 -2
- data/lib/xero-ruby/models/accounting/quote.rb +2 -2
- data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +1 -1
- data/lib/xero-ruby/models/accounting/quote_status_codes.rb +1 -1
- data/lib/xero-ruby/models/accounting/quotes.rb +2 -2
- data/lib/xero-ruby/models/accounting/receipt.rb +2 -2
- data/lib/xero-ruby/models/accounting/receipts.rb +2 -2
- data/lib/xero-ruby/models/accounting/repeating_invoice.rb +2 -2
- data/lib/xero-ruby/models/accounting/repeating_invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/report.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_attribute.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_cell.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_fields.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_row.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_rows.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_with_row.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_with_rows.rb +2 -2
- data/lib/xero-ruby/models/accounting/reports.rb +2 -2
- data/lib/xero-ruby/models/accounting/request_empty.rb +2 -2
- data/lib/xero-ruby/models/accounting/row_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +2 -2
- data/lib/xero-ruby/models/accounting/schedule.rb +2 -2
- data/lib/xero-ruby/models/accounting/setup.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_component.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_rate.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_rates.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/ten_ninety_nine_contact.rb +2 -2
- data/lib/xero-ruby/models/accounting/time_zone.rb +1 -1
- data/lib/xero-ruby/models/accounting/tracking_categories.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_category.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_option.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_options.rb +2 -2
- data/lib/xero-ruby/models/accounting/user.rb +2 -2
- data/lib/xero-ruby/models/accounting/users.rb +2 -2
- data/lib/xero-ruby/models/accounting/validation_error.rb +2 -2
- data/lib/xero-ruby/models/assets/asset.rb +2 -2
- data/lib/xero-ruby/models/assets/asset_status.rb +1 -1
- data/lib/xero-ruby/models/assets/asset_status_query_param.rb +1 -1
- data/lib/xero-ruby/models/assets/asset_type.rb +2 -2
- data/lib/xero-ruby/models/assets/assets.rb +2 -2
- data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +2 -2
- data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +2 -2
- data/lib/xero-ruby/models/assets/error.rb +2 -2
- data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +3 -3
- data/lib/xero-ruby/models/assets/pagination.rb +2 -2
- data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +3 -3
- data/lib/xero-ruby/models/assets/setting.rb +2 -2
- data/lib/xero-ruby/models/files/association.rb +2 -2
- data/lib/xero-ruby/models/files/file_object.rb +2 -2
- data/lib/xero-ruby/models/files/files.rb +2 -2
- data/lib/xero-ruby/models/files/folder.rb +2 -2
- data/lib/xero-ruby/models/files/folders.rb +2 -2
- data/lib/xero-ruby/models/files/object_group.rb +1 -1
- data/lib/xero-ruby/models/files/object_type.rb +1 -1
- data/lib/xero-ruby/models/files/{inline_object.rb → upload_object.rb} +20 -5
- data/lib/xero-ruby/models/files/user.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/account.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/account_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/allowance_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/api_exception.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/bank_account.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/calendar_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/deduction_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/deduction_type.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/earnings_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/earnings_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/employee.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/employee_status.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/employees.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/employment_basis.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/home_address.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_accrual_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_application.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_applications.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_balance.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_earnings_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/leave_lines.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_period.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/leave_type.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/opening_balances.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/pay_item.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/pay_items.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/pay_run.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/pay_runs.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/pay_template.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/payroll_calendar.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payroll_calendars.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payslip.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payslip_lines.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payslip_object.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payslip_summary.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payslips.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/rate_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/reimbursement_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/reimbursement_lines.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/reimbursement_type.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/residency_status.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/settings.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/settings_object.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_employee_groups.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_timesheet_categories.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/state.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/super_fund.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/super_fund_product.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/super_fund_products.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/super_funds.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/super_line.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/super_membership.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/superannuation_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/tax_declaration.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/tax_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/timesheet.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/timesheet_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/timesheet_object.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/timesheets.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/validation_error.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/account.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/accounts.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/address.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/bank_account.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/benefit.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/deduction.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/deduction_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/deduction_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/deductions.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/earnings_order.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_order_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_orders.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_rate_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_rates.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_template.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_template_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_earnings_templates.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_balance.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_balances.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_setup.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_setup_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_types.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leaves.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_opening_balance.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_opening_balances_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_pay_template.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_pay_template_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_pay_templates.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leaves_summaries.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leaves.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_tax_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employees.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employment.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employment_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/gross_earnings_history.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/invalid_field.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_accrual_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_earnings_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/leave_period.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_periods.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_type_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_types.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pagination.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_run.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendar.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendar_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendars.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_run_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_runs.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_slip_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_slips.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/payment_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/payment_method.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/payment_method_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/problem.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/reimbursement_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/reimbursement_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/reimbursements.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +4 -3
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/salary_and_wages.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/settings.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/statutory_deductions.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/superannuation_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/superannuation_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/superannuations.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/tax_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/timesheet.rb +5 -4
- data/lib/xero-ruby/models/payroll_nz/timesheet_earnings_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/timesheet_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/timesheet_line_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/timesheet_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/timesheets.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/tracking_categories.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/tracking_category.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/account.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/accounts.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/address.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/bank_account.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/benefit.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/benefit_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/benefit_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/benefits.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/court_order_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/deduction.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/deduction_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/deduction_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/deductions.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_order.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_order_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_orders.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +10 -3
- data/lib/xero-ruby/models/payroll_uk/earnings_rate_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_rates.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_template.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_template_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_balance.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_balances.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_types.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leaves.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_opening_balances.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_opening_balances_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_pay_template.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_pay_template_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_pay_templates.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leaves_summaries.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave.rb +2 -2
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leaves.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_tax.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_tax_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employees.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employment.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employment_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/invalid_field.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_accrual_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_earnings_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_period.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_periods.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_type_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_types.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pagination.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_run.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendars.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_run_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_runs.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payment_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payment_method.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payment_method_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payslip.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payslip_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payslips.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/problem.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/reimbursement.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/reimbursement_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/reimbursement_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/reimbursements.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/salary_and_wages.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/settings.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/statutory_deduction.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/tax_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/timesheet.rb +2 -2
- data/lib/xero-ruby/models/payroll_uk/timesheet_earnings_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/timesheet_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/timesheet_line_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/timesheet_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/timesheets.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/tracking_categories.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/tracking_category.rb +1 -1
- data/lib/xero-ruby/models/projects/amount.rb +1 -1
- data/lib/xero-ruby/models/projects/error.rb +1 -1
- data/lib/xero-ruby/models/projects/pagination.rb +1 -1
- data/lib/xero-ruby/models/projects/project.rb +1 -1
- data/lib/xero-ruby/models/projects/project_create_or_update.rb +1 -1
- data/lib/xero-ruby/models/projects/project_patch.rb +1 -1
- data/lib/xero-ruby/models/projects/project_user.rb +1 -1
- data/lib/xero-ruby/models/projects/project_users.rb +1 -1
- data/lib/xero-ruby/models/projects/projects.rb +1 -1
- data/lib/xero-ruby/models/projects/task.rb +1 -1
- data/lib/xero-ruby/models/projects/task_create_or_update.rb +1 -1
- data/lib/xero-ruby/models/projects/tasks.rb +1 -1
- data/lib/xero-ruby/models/projects/time_entries.rb +1 -1
- data/lib/xero-ruby/models/projects/time_entry.rb +1 -1
- data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +1 -1
- data/lib/xero-ruby/string_serialization.rb +52 -0
- data/lib/xero-ruby/version.rb +3 -3
- data/lib/xero-ruby/where.rb +65 -0
- data/spec/api_client_spec.rb +3 -3
- data/spec/api_error_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/files/models/inline_object_spec.rb +3 -3
- data/spec/helper_methods_spec.rb +4 -4
- data/spec/where_spec.rb +82 -0
- metadata +9 -7
- data/spec/files/models/file_response204_spec.rb +0 -41
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Assets API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -168,7 +168,7 @@ module XeroRuby
|
|
|
168
168
|
return data, status_code, headers
|
|
169
169
|
end
|
|
170
170
|
|
|
171
|
-
#
|
|
171
|
+
# Retrieves fixed asset by id
|
|
172
172
|
# By passing in the appropriate asset id, you can search for a specific fixed asset in the system
|
|
173
173
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
174
174
|
# @param id [String] fixed asset id for single object
|
|
@@ -179,7 +179,7 @@ module XeroRuby
|
|
|
179
179
|
data
|
|
180
180
|
end
|
|
181
181
|
|
|
182
|
-
#
|
|
182
|
+
# Retrieves fixed asset by id
|
|
183
183
|
# By passing in the appropriate asset id, you can search for a specific fixed asset in the system
|
|
184
184
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
185
185
|
# @param id [String] fixed asset id for single object
|
|
@@ -431,10 +431,6 @@ module XeroRuby
|
|
|
431
431
|
if @api_client.config.client_side_validation && opts[:'sort_direction'] && !allowable_values.include?(opts[:'sort_direction'])
|
|
432
432
|
fail ArgumentError, "invalid value for \"sort_direction\", must be one of #{allowable_values}"
|
|
433
433
|
end
|
|
434
|
-
allowable_values = ["AssetName", "AssetNumber", "Description", "AssetTypeName"]
|
|
435
|
-
if @api_client.config.client_side_validation && opts[:'filter_by'] && !allowable_values.include?(opts[:'filter_by'])
|
|
436
|
-
fail ArgumentError, "invalid value for \"filter_by\", must be one of #{allowable_values}"
|
|
437
|
-
end
|
|
438
434
|
# resource path
|
|
439
435
|
local_var_path = '/Assets'
|
|
440
436
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Files API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#These endpoints are specific to Xero Files API
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -16,7 +16,7 @@ module XeroRuby
|
|
|
16
16
|
def initialize(api_client = ApiClient.new)
|
|
17
17
|
@api_client = api_client
|
|
18
18
|
end
|
|
19
|
-
#
|
|
19
|
+
# Creates a new file association
|
|
20
20
|
# By passing in the appropriate options, you can create a new folder
|
|
21
21
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
22
22
|
# @param file_id [String] File id for single object
|
|
@@ -28,7 +28,7 @@ module XeroRuby
|
|
|
28
28
|
data
|
|
29
29
|
end
|
|
30
30
|
|
|
31
|
-
#
|
|
31
|
+
# Creates a new file association
|
|
32
32
|
# By passing in the appropriate options, you can create a new folder
|
|
33
33
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
34
34
|
# @param file_id [String] File id for single object
|
|
@@ -96,7 +96,7 @@ module XeroRuby
|
|
|
96
96
|
return data, status_code, headers
|
|
97
97
|
end
|
|
98
98
|
|
|
99
|
-
#
|
|
99
|
+
# Creates a new folder
|
|
100
100
|
# By passing in the appropriate properties, you can create a new folder
|
|
101
101
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
102
102
|
# @param [Hash] opts the optional parameters
|
|
@@ -107,7 +107,7 @@ module XeroRuby
|
|
|
107
107
|
data
|
|
108
108
|
end
|
|
109
109
|
|
|
110
|
-
#
|
|
110
|
+
# Creates a new folder
|
|
111
111
|
# By passing in the appropriate properties, you can create a new folder
|
|
112
112
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
113
113
|
# @param [Hash] opts the optional parameters
|
|
@@ -170,23 +170,23 @@ module XeroRuby
|
|
|
170
170
|
return data, status_code, headers
|
|
171
171
|
end
|
|
172
172
|
|
|
173
|
-
#
|
|
173
|
+
# Deletes a specific file
|
|
174
174
|
# Delete a specific file
|
|
175
175
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
176
176
|
# @param file_id [String] File id for single object
|
|
177
177
|
# @param [Hash] opts the optional parameters
|
|
178
|
-
# @return [
|
|
178
|
+
# @return [nil]
|
|
179
179
|
def delete_file(xero_tenant_id, file_id, opts = {})
|
|
180
|
-
|
|
181
|
-
|
|
180
|
+
delete_file_with_http_info(xero_tenant_id, file_id, opts)
|
|
181
|
+
nil
|
|
182
182
|
end
|
|
183
183
|
|
|
184
|
-
#
|
|
184
|
+
# Deletes a specific file
|
|
185
185
|
# Delete a specific file
|
|
186
186
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
187
187
|
# @param file_id [String] File id for single object
|
|
188
188
|
# @param [Hash] opts the optional parameters
|
|
189
|
-
# @return [Array<(
|
|
189
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
190
190
|
def delete_file_with_http_info(xero_tenant_id, file_id, opts = {})
|
|
191
191
|
if @api_client.config.debugging
|
|
192
192
|
@api_client.config.logger.debug 'Calling API: FilesApi.delete_file ...'
|
|
@@ -214,8 +214,6 @@ module XeroRuby
|
|
|
214
214
|
|
|
215
215
|
# header parameters
|
|
216
216
|
header_params = opts[:header_params] || {}
|
|
217
|
-
# HTTP header 'Accept' (if needed)
|
|
218
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
219
217
|
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
220
218
|
|
|
221
219
|
# form parameters
|
|
@@ -225,7 +223,7 @@ module XeroRuby
|
|
|
225
223
|
post_body = opts[:body]
|
|
226
224
|
|
|
227
225
|
# return_type
|
|
228
|
-
return_type = opts[:return_type]
|
|
226
|
+
return_type = opts[:return_type]
|
|
229
227
|
|
|
230
228
|
# auth_names
|
|
231
229
|
auth_names = opts[:auth_names] || ['OAuth2']
|
|
@@ -246,25 +244,25 @@ module XeroRuby
|
|
|
246
244
|
return data, status_code, headers
|
|
247
245
|
end
|
|
248
246
|
|
|
249
|
-
#
|
|
247
|
+
# Deletes an existing file association
|
|
250
248
|
# By passing in the appropriate options, you can create a new folder
|
|
251
249
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
252
250
|
# @param file_id [String] File id for single object
|
|
253
251
|
# @param object_id [String] Object id for single object
|
|
254
252
|
# @param [Hash] opts the optional parameters
|
|
255
|
-
# @return [
|
|
253
|
+
# @return [nil]
|
|
256
254
|
def delete_file_association(xero_tenant_id, file_id, object_id, opts = {})
|
|
257
|
-
|
|
258
|
-
|
|
255
|
+
delete_file_association_with_http_info(xero_tenant_id, file_id, object_id, opts)
|
|
256
|
+
nil
|
|
259
257
|
end
|
|
260
258
|
|
|
261
|
-
#
|
|
259
|
+
# Deletes an existing file association
|
|
262
260
|
# By passing in the appropriate options, you can create a new folder
|
|
263
261
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
264
262
|
# @param file_id [String] File id for single object
|
|
265
263
|
# @param object_id [String] Object id for single object
|
|
266
264
|
# @param [Hash] opts the optional parameters
|
|
267
|
-
# @return [Array<(
|
|
265
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
268
266
|
def delete_file_association_with_http_info(xero_tenant_id, file_id, object_id, opts = {})
|
|
269
267
|
if @api_client.config.debugging
|
|
270
268
|
@api_client.config.logger.debug 'Calling API: FilesApi.delete_file_association ...'
|
|
@@ -296,8 +294,6 @@ module XeroRuby
|
|
|
296
294
|
|
|
297
295
|
# header parameters
|
|
298
296
|
header_params = opts[:header_params] || {}
|
|
299
|
-
# HTTP header 'Accept' (if needed)
|
|
300
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
301
297
|
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
302
298
|
|
|
303
299
|
# form parameters
|
|
@@ -307,7 +303,7 @@ module XeroRuby
|
|
|
307
303
|
post_body = opts[:body]
|
|
308
304
|
|
|
309
305
|
# return_type
|
|
310
|
-
return_type = opts[:return_type]
|
|
306
|
+
return_type = opts[:return_type]
|
|
311
307
|
|
|
312
308
|
# auth_names
|
|
313
309
|
auth_names = opts[:auth_names] || ['OAuth2']
|
|
@@ -328,23 +324,23 @@ module XeroRuby
|
|
|
328
324
|
return data, status_code, headers
|
|
329
325
|
end
|
|
330
326
|
|
|
331
|
-
#
|
|
327
|
+
# Deletes a folder
|
|
332
328
|
# By passing in the appropriate ID, you can delete a folder
|
|
333
329
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
334
330
|
# @param folder_id [String] Folder id for single object
|
|
335
331
|
# @param [Hash] opts the optional parameters
|
|
336
|
-
# @return [
|
|
332
|
+
# @return [nil]
|
|
337
333
|
def delete_folder(xero_tenant_id, folder_id, opts = {})
|
|
338
|
-
|
|
339
|
-
|
|
334
|
+
delete_folder_with_http_info(xero_tenant_id, folder_id, opts)
|
|
335
|
+
nil
|
|
340
336
|
end
|
|
341
337
|
|
|
342
|
-
#
|
|
338
|
+
# Deletes a folder
|
|
343
339
|
# By passing in the appropriate ID, you can delete a folder
|
|
344
340
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
345
341
|
# @param folder_id [String] Folder id for single object
|
|
346
342
|
# @param [Hash] opts the optional parameters
|
|
347
|
-
# @return [Array<(
|
|
343
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
348
344
|
def delete_folder_with_http_info(xero_tenant_id, folder_id, opts = {})
|
|
349
345
|
if @api_client.config.debugging
|
|
350
346
|
@api_client.config.logger.debug 'Calling API: FilesApi.delete_folder ...'
|
|
@@ -372,8 +368,6 @@ module XeroRuby
|
|
|
372
368
|
|
|
373
369
|
# header parameters
|
|
374
370
|
header_params = opts[:header_params] || {}
|
|
375
|
-
# HTTP header 'Accept' (if needed)
|
|
376
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
377
371
|
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
378
372
|
|
|
379
373
|
# form parameters
|
|
@@ -383,7 +377,7 @@ module XeroRuby
|
|
|
383
377
|
post_body = opts[:body]
|
|
384
378
|
|
|
385
379
|
# return_type
|
|
386
|
-
return_type = opts[:return_type]
|
|
380
|
+
return_type = opts[:return_type]
|
|
387
381
|
|
|
388
382
|
# auth_names
|
|
389
383
|
auth_names = opts[:auth_names] || ['OAuth2']
|
|
@@ -404,7 +398,7 @@ module XeroRuby
|
|
|
404
398
|
return data, status_code, headers
|
|
405
399
|
end
|
|
406
400
|
|
|
407
|
-
#
|
|
401
|
+
# Retrieves an association object using a unique object ID
|
|
408
402
|
# By passing in the appropriate options,
|
|
409
403
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
410
404
|
# @param object_id [String] Object id for single object
|
|
@@ -415,7 +409,7 @@ module XeroRuby
|
|
|
415
409
|
data
|
|
416
410
|
end
|
|
417
411
|
|
|
418
|
-
#
|
|
412
|
+
# Retrieves an association object using a unique object ID
|
|
419
413
|
# By passing in the appropriate options,
|
|
420
414
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
421
415
|
# @param object_id [String] Object id for single object
|
|
@@ -480,7 +474,7 @@ module XeroRuby
|
|
|
480
474
|
return data, status_code, headers
|
|
481
475
|
end
|
|
482
476
|
|
|
483
|
-
#
|
|
477
|
+
# Retrieves a file by a unique file ID
|
|
484
478
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
485
479
|
# @param file_id [String] File id for single object
|
|
486
480
|
# @param [Hash] opts the optional parameters
|
|
@@ -490,7 +484,7 @@ module XeroRuby
|
|
|
490
484
|
data
|
|
491
485
|
end
|
|
492
486
|
|
|
493
|
-
#
|
|
487
|
+
# Retrieves a file by a unique file ID
|
|
494
488
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
495
489
|
# @param file_id [String] File id for single object
|
|
496
490
|
# @param [Hash] opts the optional parameters
|
|
@@ -554,7 +548,7 @@ module XeroRuby
|
|
|
554
548
|
return data, status_code, headers
|
|
555
549
|
end
|
|
556
550
|
|
|
557
|
-
#
|
|
551
|
+
# Retrieves a specific file associations
|
|
558
552
|
# By passing in the appropriate options,
|
|
559
553
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
560
554
|
# @param file_id [String] File id for single object
|
|
@@ -565,7 +559,7 @@ module XeroRuby
|
|
|
565
559
|
data
|
|
566
560
|
end
|
|
567
561
|
|
|
568
|
-
#
|
|
562
|
+
# Retrieves a specific file associations
|
|
569
563
|
# By passing in the appropriate options,
|
|
570
564
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
571
565
|
# @param file_id [String] File id for single object
|
|
@@ -630,7 +624,7 @@ module XeroRuby
|
|
|
630
624
|
return data, status_code, headers
|
|
631
625
|
end
|
|
632
626
|
|
|
633
|
-
#
|
|
627
|
+
# Retrieves the content of a specific file
|
|
634
628
|
# By passing in the appropriate options, retrieve data for specific file
|
|
635
629
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
636
630
|
# @param file_id [String] File id for single object
|
|
@@ -641,7 +635,7 @@ module XeroRuby
|
|
|
641
635
|
data
|
|
642
636
|
end
|
|
643
637
|
|
|
644
|
-
#
|
|
638
|
+
# Retrieves the content of a specific file
|
|
645
639
|
# By passing in the appropriate options, retrieve data for specific file
|
|
646
640
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
647
641
|
# @param file_id [String] File id for single object
|
|
@@ -706,7 +700,7 @@ module XeroRuby
|
|
|
706
700
|
return data, status_code, headers
|
|
707
701
|
end
|
|
708
702
|
|
|
709
|
-
#
|
|
703
|
+
# Retrieves files
|
|
710
704
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
711
705
|
# @param [Hash] opts the optional parameters
|
|
712
706
|
# @option opts [Integer] :pagesize pass an optional page size value
|
|
@@ -718,7 +712,7 @@ module XeroRuby
|
|
|
718
712
|
data
|
|
719
713
|
end
|
|
720
714
|
|
|
721
|
-
#
|
|
715
|
+
# Retrieves files
|
|
722
716
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
723
717
|
# @param [Hash] opts the optional parameters
|
|
724
718
|
# @option opts [Integer] :pagesize pass an optional page size value
|
|
@@ -795,7 +789,7 @@ module XeroRuby
|
|
|
795
789
|
return data, status_code, headers
|
|
796
790
|
end
|
|
797
791
|
|
|
798
|
-
#
|
|
792
|
+
# Retrieves specific folder by using a unique folder ID
|
|
799
793
|
# By passing in the appropriate ID, you can search for specific folder
|
|
800
794
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
801
795
|
# @param folder_id [String] Folder id for single object
|
|
@@ -806,7 +800,7 @@ module XeroRuby
|
|
|
806
800
|
data
|
|
807
801
|
end
|
|
808
802
|
|
|
809
|
-
#
|
|
803
|
+
# Retrieves specific folder by using a unique folder ID
|
|
810
804
|
# By passing in the appropriate ID, you can search for specific folder
|
|
811
805
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
812
806
|
# @param folder_id [String] Folder id for single object
|
|
@@ -871,7 +865,7 @@ module XeroRuby
|
|
|
871
865
|
return data, status_code, headers
|
|
872
866
|
end
|
|
873
867
|
|
|
874
|
-
#
|
|
868
|
+
# Retrieves folders
|
|
875
869
|
# By passing in the appropriate options, you can search for available folders
|
|
876
870
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
877
871
|
# @param [Hash] opts the optional parameters
|
|
@@ -882,7 +876,7 @@ module XeroRuby
|
|
|
882
876
|
data
|
|
883
877
|
end
|
|
884
878
|
|
|
885
|
-
#
|
|
879
|
+
# Retrieves folders
|
|
886
880
|
# By passing in the appropriate options, you can search for available folders
|
|
887
881
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
888
882
|
# @param [Hash] opts the optional parameters
|
|
@@ -948,7 +942,7 @@ module XeroRuby
|
|
|
948
942
|
return data, status_code, headers
|
|
949
943
|
end
|
|
950
944
|
|
|
951
|
-
#
|
|
945
|
+
# Retrieves inbox folder
|
|
952
946
|
# Search for the user inbox
|
|
953
947
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
954
948
|
# @param [Hash] opts the optional parameters
|
|
@@ -958,7 +952,7 @@ module XeroRuby
|
|
|
958
952
|
data
|
|
959
953
|
end
|
|
960
954
|
|
|
961
|
-
#
|
|
955
|
+
# Retrieves inbox folder
|
|
962
956
|
# Search for the user inbox
|
|
963
957
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
964
958
|
# @param [Hash] opts the optional parameters
|
|
@@ -1019,7 +1013,7 @@ module XeroRuby
|
|
|
1019
1013
|
end
|
|
1020
1014
|
|
|
1021
1015
|
# Update a file
|
|
1022
|
-
#
|
|
1016
|
+
# Updates file properties of a single file
|
|
1023
1017
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1024
1018
|
# @param file_id [String] File id for single object
|
|
1025
1019
|
# @param [Hash] opts the optional parameters
|
|
@@ -1031,7 +1025,7 @@ module XeroRuby
|
|
|
1031
1025
|
end
|
|
1032
1026
|
|
|
1033
1027
|
# Update a file
|
|
1034
|
-
#
|
|
1028
|
+
# Updates file properties of a single file
|
|
1035
1029
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1036
1030
|
# @param file_id [String] File id for single object
|
|
1037
1031
|
# @param [Hash] opts the optional parameters
|
|
@@ -1098,7 +1092,7 @@ module XeroRuby
|
|
|
1098
1092
|
return data, status_code, headers
|
|
1099
1093
|
end
|
|
1100
1094
|
|
|
1101
|
-
#
|
|
1095
|
+
# Updates an existing folder
|
|
1102
1096
|
# By passing in the appropriate ID and properties, you can update a folder
|
|
1103
1097
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1104
1098
|
# @param folder_id [String] Folder id for single object
|
|
@@ -1110,7 +1104,7 @@ module XeroRuby
|
|
|
1110
1104
|
data
|
|
1111
1105
|
end
|
|
1112
1106
|
|
|
1113
|
-
#
|
|
1107
|
+
# Updates an existing folder
|
|
1114
1108
|
# By passing in the appropriate ID and properties, you can update a folder
|
|
1115
1109
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1116
1110
|
# @param folder_id [String] Folder id for single object
|
|
@@ -1182,30 +1176,28 @@ module XeroRuby
|
|
|
1182
1176
|
return data, status_code, headers
|
|
1183
1177
|
end
|
|
1184
1178
|
|
|
1185
|
-
#
|
|
1179
|
+
# Uploads a File to the inbox
|
|
1186
1180
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1181
|
+
# @param body [String]
|
|
1182
|
+
# @param name [String] exact name of the file you are uploading
|
|
1183
|
+
# @param filename [String]
|
|
1187
1184
|
# @param [Hash] opts the optional parameters
|
|
1188
|
-
# @option opts [String] :folder_id pass an optional folder id to save file to specific folder
|
|
1189
|
-
# @option opts [String] :body
|
|
1190
|
-
# @option opts [String] :name exact name of the file you are uploading
|
|
1191
|
-
# @option opts [String] :filename
|
|
1192
1185
|
# @option opts [String] :mime_type
|
|
1193
1186
|
# @return [FileObject]
|
|
1194
|
-
def upload_file(xero_tenant_id, opts = {})
|
|
1195
|
-
data, _status_code, _headers = upload_file_with_http_info(xero_tenant_id, opts)
|
|
1187
|
+
def upload_file(xero_tenant_id, body, name, filename, opts = {})
|
|
1188
|
+
data, _status_code, _headers = upload_file_with_http_info(xero_tenant_id, body, name, filename, opts)
|
|
1196
1189
|
data
|
|
1197
1190
|
end
|
|
1198
1191
|
|
|
1199
|
-
#
|
|
1192
|
+
# Uploads a File to the inbox
|
|
1200
1193
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1194
|
+
# @param body [String]
|
|
1195
|
+
# @param name [String] exact name of the file you are uploading
|
|
1196
|
+
# @param filename [String]
|
|
1201
1197
|
# @param [Hash] opts the optional parameters
|
|
1202
|
-
# @option opts [String] :folder_id pass an optional folder id to save file to specific folder
|
|
1203
|
-
# @option opts [String] :body
|
|
1204
|
-
# @option opts [String] :name exact name of the file you are uploading
|
|
1205
|
-
# @option opts [String] :filename
|
|
1206
1198
|
# @option opts [String] :mime_type
|
|
1207
1199
|
# @return [Array<(FileObject, Integer, Hash)>] FileObject data, response status code and response headers
|
|
1208
|
-
def upload_file_with_http_info(xero_tenant_id, opts = {})
|
|
1200
|
+
def upload_file_with_http_info(xero_tenant_id, body, name, filename, opts = {})
|
|
1209
1201
|
if @api_client.config.debugging
|
|
1210
1202
|
@api_client.config.logger.debug 'Calling API: FilesApi.upload_file ...'
|
|
1211
1203
|
end
|
|
@@ -1213,6 +1205,18 @@ module XeroRuby
|
|
|
1213
1205
|
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1214
1206
|
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.upload_file"
|
|
1215
1207
|
end
|
|
1208
|
+
# verify the required parameter 'body' is set
|
|
1209
|
+
if @api_client.config.client_side_validation && body.nil?
|
|
1210
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FilesApi.upload_file"
|
|
1211
|
+
end
|
|
1212
|
+
# verify the required parameter 'name' is set
|
|
1213
|
+
if @api_client.config.client_side_validation && name.nil?
|
|
1214
|
+
fail ArgumentError, "Missing the required parameter 'name' when calling FilesApi.upload_file"
|
|
1215
|
+
end
|
|
1216
|
+
# verify the required parameter 'filename' is set
|
|
1217
|
+
if @api_client.config.client_side_validation && filename.nil?
|
|
1218
|
+
fail ArgumentError, "Missing the required parameter 'filename' when calling FilesApi.upload_file"
|
|
1219
|
+
end
|
|
1216
1220
|
# resource path
|
|
1217
1221
|
local_var_path = '/Files'
|
|
1218
1222
|
|
|
@@ -1221,7 +1225,6 @@ module XeroRuby
|
|
|
1221
1225
|
|
|
1222
1226
|
# query parameters
|
|
1223
1227
|
query_params = opts[:query_params] || {}
|
|
1224
|
-
query_params[:'folderId'] = opts[:'folder_id'] if !opts[:'folder_id'].nil?
|
|
1225
1228
|
|
|
1226
1229
|
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1227
1230
|
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
@@ -1237,9 +1240,9 @@ module XeroRuby
|
|
|
1237
1240
|
|
|
1238
1241
|
# form parameters
|
|
1239
1242
|
form_params = opts[:form_params] || {}
|
|
1240
|
-
form_params['body'] =
|
|
1241
|
-
form_params['name'] =
|
|
1242
|
-
form_params['filename'] =
|
|
1243
|
+
form_params['body'] = body
|
|
1244
|
+
form_params['name'] = name
|
|
1245
|
+
form_params['filename'] = filename
|
|
1243
1246
|
form_params['mimeType'] = opts[:'mime_type'] if !opts[:'mime_type'].nil?
|
|
1244
1247
|
|
|
1245
1248
|
# http body (model)
|
|
@@ -1266,5 +1269,105 @@ module XeroRuby
|
|
|
1266
1269
|
end
|
|
1267
1270
|
return data, status_code, headers
|
|
1268
1271
|
end
|
|
1272
|
+
|
|
1273
|
+
# Uploads a File to a specific folder
|
|
1274
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1275
|
+
# @param folder_id [String] pass required folder id to save file to specific folder
|
|
1276
|
+
# @param body [String]
|
|
1277
|
+
# @param name [String] exact name of the file you are uploading
|
|
1278
|
+
# @param filename [String]
|
|
1279
|
+
# @param [Hash] opts the optional parameters
|
|
1280
|
+
# @option opts [String] :mime_type
|
|
1281
|
+
# @return [FileObject]
|
|
1282
|
+
def upload_file_to_folder(xero_tenant_id, folder_id, body, name, filename, opts = {})
|
|
1283
|
+
data, _status_code, _headers = upload_file_to_folder_with_http_info(xero_tenant_id, folder_id, body, name, filename, opts)
|
|
1284
|
+
data
|
|
1285
|
+
end
|
|
1286
|
+
|
|
1287
|
+
# Uploads a File to a specific folder
|
|
1288
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1289
|
+
# @param folder_id [String] pass required folder id to save file to specific folder
|
|
1290
|
+
# @param body [String]
|
|
1291
|
+
# @param name [String] exact name of the file you are uploading
|
|
1292
|
+
# @param filename [String]
|
|
1293
|
+
# @param [Hash] opts the optional parameters
|
|
1294
|
+
# @option opts [String] :mime_type
|
|
1295
|
+
# @return [Array<(FileObject, Integer, Hash)>] FileObject data, response status code and response headers
|
|
1296
|
+
def upload_file_to_folder_with_http_info(xero_tenant_id, folder_id, body, name, filename, opts = {})
|
|
1297
|
+
if @api_client.config.debugging
|
|
1298
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.upload_file_to_folder ...'
|
|
1299
|
+
end
|
|
1300
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1301
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1302
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.upload_file_to_folder"
|
|
1303
|
+
end
|
|
1304
|
+
# verify the required parameter 'folder_id' is set
|
|
1305
|
+
if @api_client.config.client_side_validation && folder_id.nil?
|
|
1306
|
+
fail ArgumentError, "Missing the required parameter 'folder_id' when calling FilesApi.upload_file_to_folder"
|
|
1307
|
+
end
|
|
1308
|
+
# verify the required parameter 'body' is set
|
|
1309
|
+
if @api_client.config.client_side_validation && body.nil?
|
|
1310
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FilesApi.upload_file_to_folder"
|
|
1311
|
+
end
|
|
1312
|
+
# verify the required parameter 'name' is set
|
|
1313
|
+
if @api_client.config.client_side_validation && name.nil?
|
|
1314
|
+
fail ArgumentError, "Missing the required parameter 'name' when calling FilesApi.upload_file_to_folder"
|
|
1315
|
+
end
|
|
1316
|
+
# verify the required parameter 'filename' is set
|
|
1317
|
+
if @api_client.config.client_side_validation && filename.nil?
|
|
1318
|
+
fail ArgumentError, "Missing the required parameter 'filename' when calling FilesApi.upload_file_to_folder"
|
|
1319
|
+
end
|
|
1320
|
+
# resource path
|
|
1321
|
+
local_var_path = '/Files/{FolderId}'.sub('{' + 'FolderId' + '}', folder_id.to_s)
|
|
1322
|
+
|
|
1323
|
+
# camelize keys of incoming `where` opts
|
|
1324
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1325
|
+
|
|
1326
|
+
# query parameters
|
|
1327
|
+
query_params = opts[:query_params] || {}
|
|
1328
|
+
|
|
1329
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1330
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1331
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1332
|
+
|
|
1333
|
+
# header parameters
|
|
1334
|
+
header_params = opts[:header_params] || {}
|
|
1335
|
+
# HTTP header 'Accept' (if needed)
|
|
1336
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1337
|
+
# HTTP header 'Content-Type'
|
|
1338
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
|
|
1339
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
1340
|
+
|
|
1341
|
+
# form parameters
|
|
1342
|
+
form_params = opts[:form_params] || {}
|
|
1343
|
+
form_params['body'] = body
|
|
1344
|
+
form_params['name'] = name
|
|
1345
|
+
form_params['filename'] = filename
|
|
1346
|
+
form_params['mimeType'] = opts[:'mime_type'] if !opts[:'mime_type'].nil?
|
|
1347
|
+
|
|
1348
|
+
# http body (model)
|
|
1349
|
+
post_body = opts[:body]
|
|
1350
|
+
|
|
1351
|
+
# return_type
|
|
1352
|
+
return_type = opts[:return_type] || 'FileObject'
|
|
1353
|
+
|
|
1354
|
+
# auth_names
|
|
1355
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1356
|
+
|
|
1357
|
+
new_options = opts.merge(
|
|
1358
|
+
:header_params => header_params,
|
|
1359
|
+
:query_params => query_params,
|
|
1360
|
+
:form_params => form_params,
|
|
1361
|
+
:body => post_body,
|
|
1362
|
+
:auth_names => auth_names,
|
|
1363
|
+
:return_type => return_type
|
|
1364
|
+
)
|
|
1365
|
+
|
|
1366
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "FilesApi", new_options)
|
|
1367
|
+
if @api_client.config.debugging
|
|
1368
|
+
@api_client.config.logger.debug "API called: FilesApi#upload_file_to_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1369
|
+
end
|
|
1370
|
+
return data, status_code, headers
|
|
1371
|
+
end
|
|
1269
1372
|
end
|
|
1270
1373
|
end
|