xero-ruby 2.1.2 → 2.3.1
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 +113 -56
- data/lib/xero-ruby.rb +283 -1
- data/lib/xero-ruby/api/accounting_api.rb +1343 -479
- data/lib/xero-ruby/api/asset_api.rb +25 -21
- data/lib/xero-ruby/api/files_api.rb +1271 -0
- data/lib/xero-ruby/api/payroll_au_api.rb +2254 -0
- data/lib/xero-ruby/api/payroll_nz_api.rb +5261 -0
- data/lib/xero-ruby/api/payroll_uk_api.rb +5404 -0
- data/lib/xero-ruby/api/project_api.rb +40 -29
- data/lib/xero-ruby/api_client.rb +74 -31
- data/lib/xero-ruby/api_error.rb +1 -1
- data/lib/xero-ruby/configuration.rb +9 -1
- data/lib/xero-ruby/models/accounting/account.rb +2 -3
- 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 +254 -0
- data/lib/xero-ruby/models/accounting/actions.rb +210 -0
- data/lib/xero-ruby/models/accounting/address.rb +2 -2
- data/lib/xero-ruby/models/accounting/allocation.rb +2 -2
- data/lib/xero-ruby/models/accounting/allocations.rb +2 -2
- data/lib/xero-ruby/models/accounting/attachment.rb +2 -2
- data/lib/xero-ruby/models/accounting/attachments.rb +2 -2
- data/lib/xero-ruby/models/accounting/balances.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transaction.rb +2 -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 +2 -2
- data/lib/xero-ruby/models/accounting/batch_payment_details.rb +2 -17
- data/lib/xero-ruby/models/accounting/batch_payments.rb +2 -2
- data/lib/xero-ruby/models/accounting/bill.rb +2 -2
- data/lib/xero-ruby/models/accounting/branding_theme.rb +2 -2
- data/lib/xero-ruby/models/accounting/branding_themes.rb +2 -2
- data/lib/xero-ruby/models/accounting/cis_org_setting.rb +2 -2
- data/lib/xero-ruby/models/accounting/cis_setting.rb +2 -2
- data/lib/xero-ruby/models/accounting/cis_settings.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_group.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_groups.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_person.rb +2 -2
- data/lib/xero-ruby/models/accounting/contacts.rb +2 -2
- data/lib/xero-ruby/models/accounting/country_code.rb +1 -1
- data/lib/xero-ruby/models/accounting/credit_note.rb +2 -2
- data/lib/xero-ruby/models/accounting/credit_notes.rb +2 -2
- data/lib/xero-ruby/models/accounting/currencies.rb +2 -2
- data/lib/xero-ruby/models/accounting/currency.rb +2 -2
- data/lib/xero-ruby/models/accounting/currency_code.rb +5 -3
- data/lib/xero-ruby/models/accounting/element.rb +2 -2
- data/lib/xero-ruby/models/accounting/employee.rb +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 +3 -3
- data/lib/xero-ruby/models/accounting/expense_claims.rb +2 -2
- data/lib/xero-ruby/models/accounting/external_link.rb +2 -2
- data/lib/xero-ruby/models/accounting/history_record.rb +2 -2
- data/lib/xero-ruby/models/accounting/history_records.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoice.rb +13 -3
- data/lib/xero-ruby/models/accounting/invoice_reminder.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoice_reminders.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/item.rb +2 -2
- data/lib/xero-ruby/models/accounting/items.rb +2 -2
- data/lib/xero-ruby/models/accounting/journal.rb +2 -2
- data/lib/xero-ruby/models/accounting/journal_line.rb +2 -2
- data/lib/xero-ruby/models/accounting/journals.rb +2 -2
- data/lib/xero-ruby/models/accounting/line_amount_types.rb +1 -1
- data/lib/xero-ruby/models/accounting/line_item.rb +2 -2
- data/lib/xero-ruby/models/accounting/line_item_tracking.rb +2 -2
- data/lib/xero-ruby/models/accounting/linked_transaction.rb +2 -2
- data/lib/xero-ruby/models/accounting/linked_transactions.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journal.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journal_line.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journals.rb +2 -2
- data/lib/xero-ruby/models/accounting/online_invoice.rb +2 -2
- data/lib/xero-ruby/models/accounting/online_invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/organisation.rb +2 -4
- data/lib/xero-ruby/models/accounting/organisations.rb +2 -2
- data/lib/xero-ruby/models/accounting/overpayment.rb +2 -2
- data/lib/xero-ruby/models/accounting/overpayments.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_delete.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_service.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_services.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_term.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_term_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/payments.rb +2 -2
- data/lib/xero-ruby/models/accounting/phone.rb +2 -2
- data/lib/xero-ruby/models/accounting/prepayment.rb +2 -2
- data/lib/xero-ruby/models/accounting/prepayments.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase_order.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase_orders.rb +2 -2
- data/lib/xero-ruby/models/accounting/quote.rb +2 -2
- data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +1 -1
- data/lib/xero-ruby/models/accounting/quote_status_codes.rb +1 -1
- data/lib/xero-ruby/models/accounting/quotes.rb +2 -2
- data/lib/xero-ruby/models/accounting/receipt.rb +2 -2
- data/lib/xero-ruby/models/accounting/receipts.rb +2 -2
- data/lib/xero-ruby/models/accounting/repeating_invoice.rb +2 -2
- data/lib/xero-ruby/models/accounting/repeating_invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/report.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_attribute.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_cell.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_fields.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_row.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_rows.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_with_row.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_with_rows.rb +2 -2
- data/lib/xero-ruby/models/accounting/reports.rb +2 -2
- data/lib/xero-ruby/models/accounting/request_empty.rb +2 -2
- data/lib/xero-ruby/models/accounting/row_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +2 -2
- data/lib/xero-ruby/models/accounting/schedule.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_component.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_rate.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_rates.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/ten_ninety_nine_contact.rb +2 -2
- data/lib/xero-ruby/models/accounting/time_zone.rb +2 -1
- data/lib/xero-ruby/models/accounting/tracking_categories.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_category.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_option.rb +10 -10
- data/lib/xero-ruby/models/accounting/tracking_options.rb +2 -2
- data/lib/xero-ruby/models/accounting/user.rb +2 -2
- data/lib/xero-ruby/models/accounting/users.rb +2 -2
- data/lib/xero-ruby/models/accounting/validation_error.rb +2 -2
- data/lib/xero-ruby/models/assets/asset.rb +2 -2
- data/lib/xero-ruby/models/assets/asset_status.rb +1 -1
- data/lib/xero-ruby/models/assets/asset_status_query_param.rb +1 -1
- data/lib/xero-ruby/models/assets/asset_type.rb +2 -2
- data/lib/xero-ruby/models/assets/assets.rb +2 -2
- data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +2 -2
- data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +2 -2
- data/lib/xero-ruby/models/assets/error.rb +2 -2
- data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +2 -2
- data/lib/xero-ruby/models/assets/pagination.rb +2 -2
- data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +2 -2
- data/lib/xero-ruby/models/assets/setting.rb +2 -2
- data/lib/xero-ruby/models/files/association.rb +238 -0
- data/lib/xero-ruby/models/files/file_object.rb +278 -0
- data/lib/xero-ruby/models/files/file_response204.rb +208 -0
- data/lib/xero-ruby/models/files/files.rb +240 -0
- data/lib/xero-ruby/models/files/folder.rb +248 -0
- data/lib/xero-ruby/models/files/folders.rb +210 -0
- data/lib/xero-ruby/models/files/inline_object.rb +238 -0
- data/lib/xero-ruby/models/files/object_group.rb +46 -0
- data/lib/xero-ruby/models/files/object_type.rb +68 -0
- data/lib/xero-ruby/models/files/user.rb +318 -0
- data/lib/xero-ruby/models/payroll_au/account.rb +238 -0
- data/lib/xero-ruby/models/payroll_au/account_type.rb +58 -0
- data/lib/xero-ruby/models/payroll_au/allowance_type.rb +42 -0
- data/lib/xero-ruby/models/payroll_au/api_exception.rb +229 -0
- data/lib/xero-ruby/models/payroll_au/bank_account.rb +258 -0
- data/lib/xero-ruby/models/payroll_au/calendar_type.rb +41 -0
- data/lib/xero-ruby/models/payroll_au/deduction_line.rb +258 -0
- data/lib/xero-ruby/models/payroll_au/deduction_type.rb +340 -0
- data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +38 -0
- data/lib/xero-ruby/models/payroll_au/earnings_line.rb +293 -0
- data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +398 -0
- data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +38 -0
- data/lib/xero-ruby/models/payroll_au/earnings_type.rb +44 -0
- data/lib/xero-ruby/models/payroll_au/employee.rb +571 -0
- data/lib/xero-ruby/models/payroll_au/employee_status.rb +37 -0
- data/lib/xero-ruby/models/payroll_au/employees.rb +210 -0
- data/lib/xero-ruby/models/payroll_au/employment_basis.rb +40 -0
- data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +37 -0
- data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +37 -0
- data/lib/xero-ruby/models/payroll_au/home_address.rb +263 -0
- data/lib/xero-ruby/models/payroll_au/leave_accrual_line.rb +228 -0
- data/lib/xero-ruby/models/payroll_au/leave_application.rb +302 -0
- data/lib/xero-ruby/models/payroll_au/leave_applications.rb +210 -0
- data/lib/xero-ruby/models/payroll_au/leave_balance.rb +238 -0
- data/lib/xero-ruby/models/payroll_au/leave_earnings_line.rb +228 -0
- data/lib/xero-ruby/models/payroll_au/leave_line.rb +278 -0
- data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +40 -0
- data/lib/xero-ruby/models/payroll_au/leave_lines.rb +211 -0
- data/lib/xero-ruby/models/payroll_au/leave_period.rb +238 -0
- data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +37 -0
- data/lib/xero-ruby/models/payroll_au/leave_type.rb +303 -0
- data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +39 -0
- data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +40 -0
- data/lib/xero-ruby/models/payroll_au/opening_balances.rb +278 -0
- data/lib/xero-ruby/models/payroll_au/pay_item.rb +246 -0
- data/lib/xero-ruby/models/payroll_au/pay_items.rb +208 -0
- data/lib/xero-ruby/models/payroll_au/pay_run.rb +367 -0
- data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +37 -0
- data/lib/xero-ruby/models/payroll_au/pay_runs.rb +210 -0
- data/lib/xero-ruby/models/payroll_au/pay_template.rb +258 -0
- data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +42 -0
- data/lib/xero-ruby/models/payroll_au/payroll_calendar.rb +270 -0
- data/lib/xero-ruby/models/payroll_au/payroll_calendars.rb +210 -0
- data/lib/xero-ruby/models/payroll_au/payslip.rb +404 -0
- data/lib/xero-ruby/models/payroll_au/payslip_lines.rb +294 -0
- data/lib/xero-ruby/models/payroll_au/payslip_object.rb +208 -0
- data/lib/xero-ruby/models/payroll_au/payslip_summary.rb +318 -0
- data/lib/xero-ruby/models/payroll_au/payslips.rb +210 -0
- data/lib/xero-ruby/models/payroll_au/rate_type.rb +38 -0
- data/lib/xero-ruby/models/payroll_au/reimbursement_line.rb +253 -0
- data/lib/xero-ruby/models/payroll_au/reimbursement_lines.rb +211 -0
- data/lib/xero-ruby/models/payroll_au/reimbursement_type.rb +263 -0
- data/lib/xero-ruby/models/payroll_au/residency_status.rb +38 -0
- data/lib/xero-ruby/models/payroll_au/settings.rb +230 -0
- data/lib/xero-ruby/models/payroll_au/settings_object.rb +208 -0
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories.rb +219 -0
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_employee_groups.rb +219 -0
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_timesheet_categories.rb +219 -0
- data/lib/xero-ruby/models/payroll_au/state.rb +43 -0
- data/lib/xero-ruby/models/payroll_au/super_fund.rb +335 -0
- data/lib/xero-ruby/models/payroll_au/super_fund_product.rb +238 -0
- data/lib/xero-ruby/models/payroll_au/super_fund_products.rb +210 -0
- data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +37 -0
- data/lib/xero-ruby/models/payroll_au/super_funds.rb +210 -0
- data/lib/xero-ruby/models/payroll_au/super_line.rb +278 -0
- data/lib/xero-ruby/models/payroll_au/super_membership.rb +238 -0
- data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +38 -0
- data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +39 -0
- data/lib/xero-ruby/models/payroll_au/superannuation_line.rb +288 -0
- data/lib/xero-ruby/models/payroll_au/tax_declaration.rb +358 -0
- data/lib/xero-ruby/models/payroll_au/tax_line.rb +258 -0
- data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +39 -0
- data/lib/xero-ruby/models/payroll_au/timesheet.rb +307 -0
- data/lib/xero-ruby/models/payroll_au/timesheet_line.rb +240 -0
- data/lib/xero-ruby/models/payroll_au/timesheet_object.rb +208 -0
- data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +40 -0
- data/lib/xero-ruby/models/payroll_au/timesheets.rb +210 -0
- data/lib/xero-ruby/models/payroll_au/validation_error.rb +208 -0
- data/lib/xero-ruby/models/payroll_nz/account.rb +276 -0
- data/lib/xero-ruby/models/payroll_nz/accounts.rb +210 -0
- data/lib/xero-ruby/models/payroll_nz/address.rb +273 -0
- data/lib/xero-ruby/models/payroll_nz/bank_account.rb +329 -0
- data/lib/xero-ruby/models/payroll_nz/benefit.rb +369 -0
- data/lib/xero-ruby/models/payroll_nz/deduction.rb +311 -0
- data/lib/xero-ruby/models/payroll_nz/deduction_line.rb +248 -0
- data/lib/xero-ruby/models/payroll_nz/deduction_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/deductions.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_line.rb +298 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_order.rb +255 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_order_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_orders.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +382 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_rate_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_rates.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_template.rb +258 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_template_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee.rb +374 -0
- data/lib/xero-ruby/models/payroll_nz/employee_earnings_templates.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave.rb +290 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave_balance.rb +238 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave_balances.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave_setup.rb +268 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave_setup_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +336 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave_types.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leaves.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/employee_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee_opening_balance.rb +238 -0
- data/lib/xero-ruby/models/payroll_nz/employee_opening_balances_object.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/employee_pay_template.rb +220 -0
- data/lib/xero-ruby/models/payroll_nz/employee_pay_template_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee_pay_templates.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +280 -0
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +322 -0
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leaves_summaries.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave.rb +419 -0
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leaves.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +397 -0
- data/lib/xero-ruby/models/payroll_nz/employee_tax_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employees.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/employment.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employment_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/gross_earnings_history.rb +218 -0
- data/lib/xero-ruby/models/payroll_nz/invalid_field.rb +218 -0
- data/lib/xero-ruby/models/payroll_nz/leave_accrual_line.rb +218 -0
- data/lib/xero-ruby/models/payroll_nz/leave_earnings_line.rb +298 -0
- data/lib/xero-ruby/models/payroll_nz/leave_period.rb +274 -0
- data/lib/xero-ruby/models/payroll_nz/leave_periods.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/leave_type.rb +273 -0
- data/lib/xero-ruby/models/payroll_nz/leave_type_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/leave_types.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/pagination.rb +238 -0
- data/lib/xero-ruby/models/payroll_nz/pay_run.rb +389 -0
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendar.rb +328 -0
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendar_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendars.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/pay_run_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/pay_runs.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +557 -0
- data/lib/xero-ruby/models/payroll_nz/pay_slip_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/pay_slips.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/payment_line.rb +248 -0
- data/lib/xero-ruby/models/payroll_nz/payment_method.rb +262 -0
- data/lib/xero-ruby/models/payroll_nz/payment_method_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/problem.rb +261 -0
- data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +364 -0
- data/lib/xero-ruby/models/payroll_nz/reimbursement_line.rb +248 -0
- data/lib/xero-ruby/models/payroll_nz/reimbursement_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/reimbursements.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +388 -0
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/salary_and_wages.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/settings.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction.rb +248 -0
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_category.rb +46 -0
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_line.rb +238 -0
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/statutory_deductions.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/superannuation_line.rb +258 -0
- data/lib/xero-ruby/models/payroll_nz/superannuation_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/superannuations.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/tax_code.rb +54 -0
- data/lib/xero-ruby/models/payroll_nz/tax_line.rb +248 -0
- data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +294 -0
- data/lib/xero-ruby/models/payroll_nz/timesheet.rb +347 -0
- data/lib/xero-ruby/models/payroll_nz/timesheet_earnings_line.rb +298 -0
- data/lib/xero-ruby/models/payroll_nz/timesheet_line.rb +263 -0
- data/lib/xero-ruby/models/payroll_nz/timesheet_line_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/timesheet_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/timesheets.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/tracking_categories.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/tracking_category.rb +218 -0
- data/lib/xero-ruby/models/payroll_uk/account.rb +279 -0
- data/lib/xero-ruby/models/payroll_uk/accounts.rb +210 -0
- data/lib/xero-ruby/models/payroll_uk/address.rb +263 -0
- data/lib/xero-ruby/models/payroll_uk/bank_account.rb +243 -0
- data/lib/xero-ruby/models/payroll_uk/benefit.rb +418 -0
- data/lib/xero-ruby/models/payroll_uk/benefit_line.rb +248 -0
- data/lib/xero-ruby/models/payroll_uk/benefit_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/benefits.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/court_order_line.rb +218 -0
- data/lib/xero-ruby/models/payroll_uk/deduction.rb +426 -0
- data/lib/xero-ruby/models/payroll_uk/deduction_line.rb +238 -0
- data/lib/xero-ruby/models/payroll_uk/deduction_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/deductions.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_line.rb +288 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_order.rb +255 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_order_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_orders.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +387 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_rate_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_rates.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_template.rb +258 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_template_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employee.rb +384 -0
- data/lib/xero-ruby/models/payroll_uk/employee_leave.rb +290 -0
- data/lib/xero-ruby/models/payroll_uk/employee_leave_balance.rb +238 -0
- data/lib/xero-ruby/models/payroll_uk/employee_leave_balances.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/employee_leave_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +306 -0
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employee_leave_types.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/employee_leaves.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/employee_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employee_opening_balances.rb +258 -0
- data/lib/xero-ruby/models/payroll_uk/employee_opening_balances_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employee_pay_template.rb +220 -0
- data/lib/xero-ruby/models/payroll_uk/employee_pay_template_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employee_pay_templates.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +280 -0
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +322 -0
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leaves_summaries.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave.rb +419 -0
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leaves.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/employee_tax.rb +308 -0
- data/lib/xero-ruby/models/payroll_uk/employee_tax_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employees.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/employment.rb +280 -0
- data/lib/xero-ruby/models/payroll_uk/employment_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/invalid_field.rb +218 -0
- data/lib/xero-ruby/models/payroll_uk/leave_accrual_line.rb +218 -0
- data/lib/xero-ruby/models/payroll_uk/leave_earnings_line.rb +258 -0
- data/lib/xero-ruby/models/payroll_uk/leave_period.rb +274 -0
- data/lib/xero-ruby/models/payroll_uk/leave_periods.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/leave_type.rb +293 -0
- data/lib/xero-ruby/models/payroll_uk/leave_type_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/leave_types.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/pagination.rb +238 -0
- data/lib/xero-ruby/models/payroll_uk/pay_run.rb +389 -0
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +328 -0
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendars.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/pay_run_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/pay_runs.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/payment_line.rb +248 -0
- data/lib/xero-ruby/models/payroll_uk/payment_method.rb +262 -0
- data/lib/xero-ruby/models/payroll_uk/payment_method_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/payslip.rb +525 -0
- data/lib/xero-ruby/models/payroll_uk/payslip_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/payslips.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/problem.rb +261 -0
- data/lib/xero-ruby/models/payroll_uk/reimbursement.rb +248 -0
- data/lib/xero-ruby/models/payroll_uk/reimbursement_line.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/reimbursement_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/reimbursements.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +368 -0
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/salary_and_wages.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/settings.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/statutory_deduction.rb +248 -0
- data/lib/xero-ruby/models/payroll_uk/statutory_deduction_category.rb +49 -0
- data/lib/xero-ruby/models/payroll_uk/tax_line.rb +258 -0
- data/lib/xero-ruby/models/payroll_uk/timesheet.rb +347 -0
- data/lib/xero-ruby/models/payroll_uk/timesheet_earnings_line.rb +258 -0
- data/lib/xero-ruby/models/payroll_uk/timesheet_line.rb +263 -0
- data/lib/xero-ruby/models/payroll_uk/timesheet_line_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/timesheet_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/timesheets.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/tracking_categories.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/tracking_category.rb +218 -0
- data/lib/xero-ruby/models/projects/amount.rb +2 -2
- data/lib/xero-ruby/models/projects/charge_type.rb +1 -1
- data/lib/xero-ruby/models/projects/currency_code.rb +1 -1
- data/lib/xero-ruby/models/projects/error.rb +2 -2
- data/lib/xero-ruby/models/projects/pagination.rb +2 -2
- data/lib/xero-ruby/models/projects/project.rb +2 -2
- data/lib/xero-ruby/models/projects/project_create_or_update.rb +2 -2
- data/lib/xero-ruby/models/projects/project_patch.rb +2 -2
- data/lib/xero-ruby/models/projects/project_status.rb +1 -1
- data/lib/xero-ruby/models/projects/project_user.rb +2 -2
- data/lib/xero-ruby/models/projects/project_users.rb +2 -2
- data/lib/xero-ruby/models/projects/projects.rb +2 -2
- data/lib/xero-ruby/models/projects/task.rb +2 -2
- data/lib/xero-ruby/models/projects/task_create_or_update.rb +2 -2
- data/lib/xero-ruby/models/projects/tasks.rb +2 -2
- data/lib/xero-ruby/models/projects/time_entries.rb +2 -2
- data/lib/xero-ruby/models/projects/time_entry.rb +2 -2
- data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +2 -2
- data/lib/xero-ruby/version.rb +2 -2
- data/spec/api_client_spec.rb +3 -3
- data/spec/files/api/files_api_spec.rb +249 -0
- data/spec/files/models/association_spec.rb +59 -0
- data/spec/files/models/file_object_spec.rb +83 -0
- data/spec/files/models/file_response204_spec.rb +41 -0
- data/spec/files/models/files_spec.rb +59 -0
- data/spec/files/models/folder_spec.rb +65 -0
- data/spec/files/models/folders_spec.rb +41 -0
- data/spec/files/models/inline_object_spec.rb +59 -0
- data/spec/files/models/object_group_spec.rb +35 -0
- data/spec/files/models/object_type_spec.rb +35 -0
- data/spec/files/models/user_spec.rb +81 -0
- data/spec/payroll_au/api/payroll_au_api_spec.rb +415 -0
- data/spec/payroll_au/models/account_spec.rb +59 -0
- data/spec/payroll_au/models/account_type_spec.rb +35 -0
- data/spec/payroll_au/models/allowance_type_spec.rb +35 -0
- data/spec/payroll_au/models/api_exception_spec.rb +53 -0
- data/spec/payroll_au/models/bank_account_spec.rb +71 -0
- data/spec/payroll_au/models/calendar_type_spec.rb +35 -0
- data/spec/payroll_au/models/deduction_line_spec.rb +65 -0
- data/spec/payroll_au/models/deduction_type_calculation_type_spec.rb +35 -0
- data/spec/payroll_au/models/deduction_type_spec.rb +93 -0
- data/spec/payroll_au/models/earnings_line_spec.rb +89 -0
- data/spec/payroll_au/models/earnings_rate_calculation_type_spec.rb +35 -0
- data/spec/payroll_au/models/earnings_rate_spec.rb +137 -0
- data/spec/payroll_au/models/earnings_type_spec.rb +35 -0
- data/spec/payroll_au/models/employee_spec.rb +225 -0
- data/spec/payroll_au/models/employee_status_spec.rb +35 -0
- data/spec/payroll_au/models/employees_spec.rb +41 -0
- data/spec/payroll_au/models/employment_basis_spec.rb +35 -0
- data/spec/payroll_au/models/employment_termination_payment_type_spec.rb +35 -0
- data/spec/payroll_au/models/entitlement_final_pay_payout_type_spec.rb +35 -0
- data/spec/payroll_au/models/home_address_spec.rb +71 -0
- data/spec/payroll_au/models/leave_accrual_line_spec.rb +53 -0
- data/spec/payroll_au/models/leave_application_spec.rb +95 -0
- data/spec/payroll_au/models/leave_applications_spec.rb +41 -0
- data/spec/payroll_au/models/leave_balance_spec.rb +59 -0
- data/spec/payroll_au/models/leave_earnings_line_spec.rb +53 -0
- data/spec/payroll_au/models/leave_line_calculation_type_spec.rb +35 -0
- data/spec/payroll_au/models/leave_line_spec.rb +83 -0
- data/spec/payroll_au/models/leave_lines_spec.rb +41 -0
- data/spec/payroll_au/models/leave_period_spec.rb +59 -0
- data/spec/payroll_au/models/leave_period_status_spec.rb +35 -0
- data/spec/payroll_au/models/leave_type_contribution_type_spec.rb +35 -0
- data/spec/payroll_au/models/leave_type_spec.rb +89 -0
- data/spec/payroll_au/models/manual_tax_type_spec.rb +35 -0
- data/spec/payroll_au/models/opening_balances_spec.rb +77 -0
- data/spec/payroll_au/models/pay_item_spec.rb +59 -0
- data/spec/payroll_au/models/pay_items_spec.rb +41 -0
- data/spec/payroll_au/models/pay_run_spec.rb +131 -0
- data/spec/payroll_au/models/pay_run_status_spec.rb +35 -0
- data/spec/payroll_au/models/pay_runs_spec.rb +41 -0
- data/spec/payroll_au/models/pay_template_spec.rb +65 -0
- data/spec/payroll_au/models/payment_frequency_type_spec.rb +35 -0
- data/spec/payroll_au/models/payroll_calendar_spec.rb +77 -0
- data/spec/payroll_au/models/payroll_calendars_spec.rb +41 -0
- data/spec/payroll_au/models/payslip_lines_spec.rb +83 -0
- data/spec/payroll_au/models/payslip_object_spec.rb +41 -0
- data/spec/payroll_au/models/payslip_spec.rb +149 -0
- data/spec/payroll_au/models/payslip_summary_spec.rb +107 -0
- data/spec/payroll_au/models/payslips_spec.rb +41 -0
- data/spec/payroll_au/models/rate_type_spec.rb +35 -0
- data/spec/payroll_au/models/reimbursement_line_spec.rb +59 -0
- data/spec/payroll_au/models/reimbursement_lines_spec.rb +41 -0
- data/spec/payroll_au/models/reimbursement_type_spec.rb +65 -0
- data/spec/payroll_au/models/residency_status_spec.rb +35 -0
- data/spec/payroll_au/models/settings_object_spec.rb +41 -0
- data/spec/payroll_au/models/settings_spec.rb +53 -0
- data/spec/payroll_au/models/settings_tracking_categories_employee_groups_spec.rb +47 -0
- data/spec/payroll_au/models/settings_tracking_categories_spec.rb +47 -0
- data/spec/payroll_au/models/settings_tracking_categories_timesheet_categories_spec.rb +47 -0
- data/spec/payroll_au/models/state_spec.rb +35 -0
- data/spec/payroll_au/models/super_fund_product_spec.rb +59 -0
- data/spec/payroll_au/models/super_fund_products_spec.rb +41 -0
- data/spec/payroll_au/models/super_fund_spec.rb +113 -0
- data/spec/payroll_au/models/super_fund_type_spec.rb +35 -0
- data/spec/payroll_au/models/super_funds_spec.rb +41 -0
- data/spec/payroll_au/models/super_line_spec.rb +83 -0
- data/spec/payroll_au/models/super_membership_spec.rb +53 -0
- data/spec/payroll_au/models/superannuation_calculation_type_spec.rb +35 -0
- data/spec/payroll_au/models/superannuation_contribution_type_spec.rb +35 -0
- data/spec/payroll_au/models/superannuation_line_spec.rb +89 -0
- data/spec/payroll_au/models/tax_declaration_spec.rb +131 -0
- data/spec/payroll_au/models/tax_line_spec.rb +71 -0
- data/spec/payroll_au/models/tfn_exemption_type_spec.rb +35 -0
- data/spec/payroll_au/models/timesheet_line_spec.rb +59 -0
- data/spec/payroll_au/models/timesheet_object_spec.rb +41 -0
- data/spec/payroll_au/models/timesheet_spec.rb +89 -0
- data/spec/payroll_au/models/timesheet_status_spec.rb +35 -0
- data/spec/payroll_au/models/timesheets_spec.rb +41 -0
- data/spec/payroll_au/models/validation_error_spec.rb +41 -0
- data/spec/payroll_nz/api/payroll_nz_api_spec.rb +886 -0
- data/spec/payroll_nz/models/account_spec.rb +63 -0
- data/spec/payroll_nz/models/accounts_spec.rb +41 -0
- data/spec/payroll_nz/models/address_spec.rb +71 -0
- data/spec/payroll_nz/models/bank_account_spec.rb +87 -0
- data/spec/payroll_nz/models/benefit_spec.rb +103 -0
- data/spec/payroll_nz/models/deduction_line_spec.rb +65 -0
- data/spec/payroll_nz/models/deduction_object_spec.rb +53 -0
- data/spec/payroll_nz/models/deduction_spec.rb +75 -0
- data/spec/payroll_nz/models/deductions_spec.rb +53 -0
- data/spec/payroll_nz/models/earnings_line_spec.rb +95 -0
- data/spec/payroll_nz/models/earnings_order_object_spec.rb +53 -0
- data/spec/payroll_nz/models/earnings_order_spec.rb +65 -0
- data/spec/payroll_nz/models/earnings_orders_spec.rb +53 -0
- data/spec/payroll_nz/models/earnings_rate_object_spec.rb +53 -0
- data/spec/payroll_nz/models/earnings_rate_spec.rb +103 -0
- data/spec/payroll_nz/models/earnings_rates_spec.rb +53 -0
- data/spec/payroll_nz/models/earnings_template_object_spec.rb +53 -0
- data/spec/payroll_nz/models/earnings_template_spec.rb +71 -0
- data/spec/payroll_nz/models/employee_earnings_templates_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_leave_balance_spec.rb +59 -0
- data/spec/payroll_nz/models/employee_leave_balances_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_leave_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_leave_setup_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_leave_setup_spec.rb +77 -0
- data/spec/payroll_nz/models/employee_leave_spec.rb +77 -0
- data/spec/payroll_nz/models/employee_leave_type_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_leave_type_spec.rb +99 -0
- data/spec/payroll_nz/models/employee_leave_types_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_leaves_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_opening_balance_spec.rb +59 -0
- data/spec/payroll_nz/models/employee_opening_balances_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_pay_template_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_pay_template_spec.rb +47 -0
- data/spec/payroll_nz/models/employee_pay_templates_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_spec.rb +123 -0
- data/spec/payroll_nz/models/employee_statutory_leave_balance_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_statutory_leave_balance_spec.rb +61 -0
- data/spec/payroll_nz/models/employee_statutory_leave_summary_spec.rb +85 -0
- data/spec/payroll_nz/models/employee_statutory_leaves_summaries_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_statutory_sick_leave_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_statutory_sick_leave_spec.rb +135 -0
- data/spec/payroll_nz/models/employee_statutory_sick_leaves_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_tax_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_tax_spec.rb +135 -0
- data/spec/payroll_nz/models/employees_spec.rb +53 -0
- data/spec/payroll_nz/models/employment_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employment_spec.rb +53 -0
- data/spec/payroll_nz/models/gross_earnings_history_spec.rb +47 -0
- data/spec/payroll_nz/models/invalid_field_spec.rb +47 -0
- data/spec/payroll_nz/models/leave_accrual_line_spec.rb +47 -0
- data/spec/payroll_nz/models/leave_earnings_line_spec.rb +95 -0
- data/spec/payroll_nz/models/leave_period_spec.rb +63 -0
- data/spec/payroll_nz/models/leave_periods_spec.rb +53 -0
- data/spec/payroll_nz/models/leave_type_object_spec.rb +53 -0
- data/spec/payroll_nz/models/leave_type_spec.rb +71 -0
- data/spec/payroll_nz/models/leave_types_spec.rb +53 -0
- data/spec/payroll_nz/models/pagination_spec.rb +59 -0
- data/spec/payroll_nz/models/pay_run_calendar_object_spec.rb +53 -0
- data/spec/payroll_nz/models/pay_run_calendar_spec.rb +81 -0
- data/spec/payroll_nz/models/pay_run_calendars_spec.rb +53 -0
- data/spec/payroll_nz/models/pay_run_object_spec.rb +53 -0
- data/spec/payroll_nz/models/pay_run_spec.rb +119 -0
- data/spec/payroll_nz/models/pay_runs_spec.rb +53 -0
- data/spec/payroll_nz/models/pay_slip_object_spec.rb +53 -0
- data/spec/payroll_nz/models/pay_slip_spec.rb +219 -0
- data/spec/payroll_nz/models/pay_slips_spec.rb +53 -0
- data/spec/payroll_nz/models/payment_line_spec.rb +65 -0
- data/spec/payroll_nz/models/payment_method_object_spec.rb +53 -0
- data/spec/payroll_nz/models/payment_method_spec.rb +51 -0
- data/spec/payroll_nz/models/problem_spec.rb +71 -0
- data/spec/payroll_nz/models/reimbursement_line_spec.rb +65 -0
- data/spec/payroll_nz/models/reimbursement_object_spec.rb +53 -0
- data/spec/payroll_nz/models/reimbursement_spec.rb +101 -0
- data/spec/payroll_nz/models/reimbursements_spec.rb +53 -0
- data/spec/payroll_nz/models/salary_and_wage_object_spec.rb +53 -0
- data/spec/payroll_nz/models/salary_and_wage_spec.rb +103 -0
- data/spec/payroll_nz/models/salary_and_wages_spec.rb +53 -0
- data/spec/payroll_nz/models/settings_spec.rb +53 -0
- data/spec/payroll_nz/models/statutory_deduction_category_spec.rb +35 -0
- data/spec/payroll_nz/models/statutory_deduction_line_spec.rb +59 -0
- data/spec/payroll_nz/models/statutory_deduction_object_spec.rb +53 -0
- data/spec/payroll_nz/models/statutory_deduction_spec.rb +65 -0
- data/spec/payroll_nz/models/statutory_deductions_spec.rb +53 -0
- data/spec/payroll_nz/models/superannuation_line_spec.rb +71 -0
- data/spec/payroll_nz/models/superannuation_object_spec.rb +53 -0
- data/spec/payroll_nz/models/superannuations_spec.rb +53 -0
- data/spec/payroll_nz/models/tax_code_spec.rb +35 -0
- data/spec/payroll_nz/models/tax_line_spec.rb +65 -0
- data/spec/payroll_nz/models/tax_settings_spec.rb +75 -0
- data/spec/payroll_nz/models/timesheet_earnings_line_spec.rb +95 -0
- data/spec/payroll_nz/models/timesheet_line_object_spec.rb +53 -0
- data/spec/payroll_nz/models/timesheet_line_spec.rb +65 -0
- data/spec/payroll_nz/models/timesheet_object_spec.rb +53 -0
- data/spec/payroll_nz/models/timesheet_spec.rb +93 -0
- data/spec/payroll_nz/models/timesheets_spec.rb +53 -0
- data/spec/payroll_nz/models/tracking_categories_spec.rb +53 -0
- data/spec/payroll_nz/models/tracking_category_spec.rb +47 -0
- data/spec/payroll_uk/api/payroll_uk_api_spec.rb +912 -0
- data/spec/payroll_uk/models/account_spec.rb +63 -0
- data/spec/payroll_uk/models/accounts_spec.rb +41 -0
- data/spec/payroll_uk/models/address_spec.rb +65 -0
- data/spec/payroll_uk/models/bank_account_spec.rb +53 -0
- data/spec/payroll_uk/models/benefit_line_spec.rb +65 -0
- data/spec/payroll_uk/models/benefit_object_spec.rb +53 -0
- data/spec/payroll_uk/models/benefit_spec.rb +127 -0
- data/spec/payroll_uk/models/benefits_spec.rb +53 -0
- data/spec/payroll_uk/models/court_order_line_spec.rb +47 -0
- data/spec/payroll_uk/models/deduction_line_spec.rb +59 -0
- data/spec/payroll_uk/models/deduction_object_spec.rb +53 -0
- data/spec/payroll_uk/models/deduction_spec.rb +139 -0
- data/spec/payroll_uk/models/deductions_spec.rb +53 -0
- data/spec/payroll_uk/models/earnings_line_spec.rb +89 -0
- data/spec/payroll_uk/models/earnings_order_object_spec.rb +53 -0
- data/spec/payroll_uk/models/earnings_order_spec.rb +65 -0
- data/spec/payroll_uk/models/earnings_orders_spec.rb +53 -0
- data/spec/payroll_uk/models/earnings_rate_object_spec.rb +53 -0
- data/spec/payroll_uk/models/earnings_rate_spec.rb +103 -0
- data/spec/payroll_uk/models/earnings_rates_spec.rb +53 -0
- data/spec/payroll_uk/models/earnings_template_object_spec.rb +53 -0
- data/spec/payroll_uk/models/earnings_template_spec.rb +71 -0
- data/spec/payroll_uk/models/employee_leave_balance_spec.rb +59 -0
- data/spec/payroll_uk/models/employee_leave_balances_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_leave_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_leave_spec.rb +77 -0
- data/spec/payroll_uk/models/employee_leave_type_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_leave_type_spec.rb +75 -0
- data/spec/payroll_uk/models/employee_leave_types_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_leaves_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_opening_balances_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_opening_balances_spec.rb +71 -0
- data/spec/payroll_uk/models/employee_pay_template_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_pay_template_spec.rb +47 -0
- data/spec/payroll_uk/models/employee_pay_templates_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_spec.rb +129 -0
- data/spec/payroll_uk/models/employee_statutory_leave_balance_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_statutory_leave_balance_spec.rb +61 -0
- data/spec/payroll_uk/models/employee_statutory_leave_summary_spec.rb +85 -0
- data/spec/payroll_uk/models/employee_statutory_leaves_summaries_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_statutory_sick_leave_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_statutory_sick_leave_spec.rb +135 -0
- data/spec/payroll_uk/models/employee_statutory_sick_leaves_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_tax_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_tax_spec.rb +101 -0
- data/spec/payroll_uk/models/employees_spec.rb +53 -0
- data/spec/payroll_uk/models/employment_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employment_spec.rb +63 -0
- data/spec/payroll_uk/models/invalid_field_spec.rb +47 -0
- data/spec/payroll_uk/models/leave_accrual_line_spec.rb +47 -0
- data/spec/payroll_uk/models/leave_earnings_line_spec.rb +71 -0
- data/spec/payroll_uk/models/leave_period_spec.rb +63 -0
- data/spec/payroll_uk/models/leave_periods_spec.rb +53 -0
- data/spec/payroll_uk/models/leave_type_object_spec.rb +53 -0
- data/spec/payroll_uk/models/leave_type_spec.rb +83 -0
- data/spec/payroll_uk/models/leave_types_spec.rb +53 -0
- data/spec/payroll_uk/models/pagination_spec.rb +59 -0
- data/spec/payroll_uk/models/pay_run_calendar_object_spec.rb +53 -0
- data/spec/payroll_uk/models/pay_run_calendar_spec.rb +81 -0
- data/spec/payroll_uk/models/pay_run_calendars_spec.rb +53 -0
- data/spec/payroll_uk/models/pay_run_object_spec.rb +53 -0
- data/spec/payroll_uk/models/pay_run_spec.rb +119 -0
- data/spec/payroll_uk/models/pay_runs_spec.rb +53 -0
- data/spec/payroll_uk/models/payment_line_spec.rb +65 -0
- data/spec/payroll_uk/models/payment_method_object_spec.rb +53 -0
- data/spec/payroll_uk/models/payment_method_spec.rb +51 -0
- data/spec/payroll_uk/models/payslip_object_spec.rb +53 -0
- data/spec/payroll_uk/models/payslip_spec.rb +201 -0
- data/spec/payroll_uk/models/payslips_spec.rb +53 -0
- data/spec/payroll_uk/models/problem_spec.rb +71 -0
- data/spec/payroll_uk/models/reimbursement_line_spec.rb +53 -0
- data/spec/payroll_uk/models/reimbursement_object_spec.rb +53 -0
- data/spec/payroll_uk/models/reimbursement_spec.rb +59 -0
- data/spec/payroll_uk/models/reimbursements_spec.rb +53 -0
- data/spec/payroll_uk/models/salary_and_wage_object_spec.rb +53 -0
- data/spec/payroll_uk/models/salary_and_wage_spec.rb +97 -0
- data/spec/payroll_uk/models/salary_and_wages_spec.rb +53 -0
- data/spec/payroll_uk/models/settings_spec.rb +53 -0
- data/spec/payroll_uk/models/statutory_deduction_category_spec.rb +35 -0
- data/spec/payroll_uk/models/statutory_deduction_spec.rb +65 -0
- data/spec/payroll_uk/models/tax_line_spec.rb +71 -0
- data/spec/payroll_uk/models/timesheet_earnings_line_spec.rb +71 -0
- data/spec/payroll_uk/models/timesheet_line_object_spec.rb +53 -0
- data/spec/payroll_uk/models/timesheet_line_spec.rb +65 -0
- data/spec/payroll_uk/models/timesheet_object_spec.rb +53 -0
- data/spec/payroll_uk/models/timesheet_spec.rb +93 -0
- data/spec/payroll_uk/models/timesheets_spec.rb +53 -0
- data/spec/payroll_uk/models/tracking_categories_spec.rb +53 -0
- data/spec/payroll_uk/models/tracking_category_spec.rb +47 -0
- metadata +844 -157
- data/CODE_OF_CONDUCT.md +0 -76
- data/CONTRIBUTING.md +0 -82
- data/Gemfile +0 -9
- data/LICENSE +0 -21
- data/Rakefile +0 -10
- data/build_notes.md +0 -52
- data/docs/accounting/Account.md +0 -55
- data/docs/accounting/AccountType.md +0 -16
- data/docs/accounting/AccountingApi.md +0 -15148
- data/docs/accounting/Accounts.md +0 -17
- data/docs/accounting/AccountsPayable.md +0 -19
- data/docs/accounting/AccountsReceivable.md +0 -19
- data/docs/accounting/Address.md +0 -35
- data/docs/accounting/Allocation.md +0 -31
- data/docs/accounting/Allocations.md +0 -17
- data/docs/accounting/Attachment.md +0 -27
- data/docs/accounting/Attachments.md +0 -17
- data/docs/accounting/Balances.md +0 -19
- data/docs/accounting/BankTransaction.md +0 -59
- data/docs/accounting/BankTransactions.md +0 -17
- data/docs/accounting/BankTransfer.md +0 -37
- data/docs/accounting/BankTransfers.md +0 -17
- data/docs/accounting/BatchPayment.md +0 -47
- data/docs/accounting/BatchPaymentDetails.md +0 -25
- data/docs/accounting/BatchPayments.md +0 -17
- data/docs/accounting/Bill.md +0 -19
- data/docs/accounting/BrandingTheme.md +0 -27
- data/docs/accounting/BrandingThemes.md +0 -17
- data/docs/accounting/CISOrgSetting.md +0 -21
- data/docs/accounting/CISSetting.md +0 -19
- data/docs/accounting/CISSettings.md +0 -17
- data/docs/accounting/Contact.md +0 -93
- data/docs/accounting/ContactGroup.md +0 -23
- data/docs/accounting/ContactGroups.md +0 -17
- data/docs/accounting/ContactPerson.md +0 -23
- data/docs/accounting/Contacts.md +0 -17
- data/docs/accounting/CountryCode.md +0 -16
- data/docs/accounting/CreditNote.md +0 -67
- data/docs/accounting/CreditNotes.md +0 -17
- data/docs/accounting/Currencies.md +0 -17
- data/docs/accounting/Currency.md +0 -19
- data/docs/accounting/CurrencyCode.md +0 -16
- data/docs/accounting/Element.md +0 -31
- data/docs/accounting/Employee.md +0 -31
- data/docs/accounting/Employees.md +0 -17
- data/docs/accounting/Error.md +0 -23
- data/docs/accounting/ExpenseClaim.md +0 -39
- data/docs/accounting/ExpenseClaims.md +0 -17
- data/docs/accounting/ExternalLink.md +0 -21
- data/docs/accounting/HistoryRecord.md +0 -23
- data/docs/accounting/HistoryRecords.md +0 -17
- data/docs/accounting/Invoice.md +0 -91
- data/docs/accounting/InvoiceReminder.md +0 -17
- data/docs/accounting/InvoiceReminders.md +0 -17
- data/docs/accounting/Invoices.md +0 -17
- data/docs/accounting/Item.md +0 -47
- data/docs/accounting/Items.md +0 -17
- data/docs/accounting/Journal.md +0 -31
- data/docs/accounting/JournalLine.md +0 -39
- data/docs/accounting/Journals.md +0 -17
- data/docs/accounting/LineAmountTypes.md +0 -16
- data/docs/accounting/LineItem.md +0 -41
- data/docs/accounting/LineItemTracking.md +0 -23
- data/docs/accounting/LinkedTransaction.md +0 -37
- data/docs/accounting/LinkedTransactions.md +0 -17
- data/docs/accounting/ManualJournal.md +0 -43
- data/docs/accounting/ManualJournalLine.md +0 -31
- data/docs/accounting/ManualJournals.md +0 -17
- data/docs/accounting/OnlineInvoice.md +0 -17
- data/docs/accounting/OnlineInvoices.md +0 -17
- data/docs/accounting/Organisation.md +0 -81
- data/docs/accounting/Organisations.md +0 -17
- data/docs/accounting/Overpayment.md +0 -53
- data/docs/accounting/Overpayments.md +0 -17
- data/docs/accounting/Payment.md +0 -63
- data/docs/accounting/PaymentDelete.md +0 -17
- data/docs/accounting/PaymentService.md +0 -27
- data/docs/accounting/PaymentServices.md +0 -17
- data/docs/accounting/PaymentTerm.md +0 -19
- data/docs/accounting/PaymentTermType.md +0 -16
- data/docs/accounting/Payments.md +0 -17
- data/docs/accounting/Phone.md +0 -23
- data/docs/accounting/Prepayment.md +0 -53
- data/docs/accounting/Prepayments.md +0 -17
- data/docs/accounting/Purchase.md +0 -23
- data/docs/accounting/PurchaseOrder.md +0 -71
- data/docs/accounting/PurchaseOrders.md +0 -17
- data/docs/accounting/Quote.md +0 -63
- data/docs/accounting/QuoteLineAmountTypes.md +0 -16
- data/docs/accounting/QuoteStatusCodes.md +0 -16
- data/docs/accounting/Quotes.md +0 -17
- data/docs/accounting/Receipt.md +0 -51
- data/docs/accounting/Receipts.md +0 -17
- data/docs/accounting/RepeatingInvoice.md +0 -47
- data/docs/accounting/RepeatingInvoices.md +0 -17
- data/docs/accounting/Report.md +0 -29
- data/docs/accounting/ReportAttribute.md +0 -19
- data/docs/accounting/ReportCell.md +0 -19
- data/docs/accounting/ReportFields.md +0 -21
- data/docs/accounting/ReportRow.md +0 -21
- data/docs/accounting/ReportRows.md +0 -23
- data/docs/accounting/ReportWithRow.md +0 -33
- data/docs/accounting/ReportWithRows.md +0 -17
- data/docs/accounting/Reports.md +0 -17
- data/docs/accounting/RequestEmpty.md +0 -17
- data/docs/accounting/RowType.md +0 -16
- data/docs/accounting/SalesTrackingCategory.md +0 -19
- data/docs/accounting/Schedule.md +0 -29
- data/docs/accounting/TaxComponent.md +0 -23
- data/docs/accounting/TaxRate.md +0 -39
- data/docs/accounting/TaxRates.md +0 -17
- data/docs/accounting/TaxType.md +0 -16
- data/docs/accounting/TenNinetyNineContact.md +0 -59
- data/docs/accounting/TimeZone.md +0 -16
- data/docs/accounting/TrackingCategories.md +0 -17
- data/docs/accounting/TrackingCategory.md +0 -27
- data/docs/accounting/TrackingOption.md +0 -23
- data/docs/accounting/TrackingOptions.md +0 -17
- data/docs/accounting/User.md +0 -29
- data/docs/accounting/Users.md +0 -17
- data/docs/accounting/ValidationError.md +0 -17
- data/docs/assets/Asset.md +0 -45
- data/docs/assets/AssetApi.md +0 -438
- data/docs/assets/AssetStatus.md +0 -16
- data/docs/assets/AssetStatusQueryParam.md +0 -16
- data/docs/assets/AssetType.md +0 -29
- data/docs/assets/Assets.md +0 -19
- data/docs/assets/BookDepreciationDetail.md +0 -29
- data/docs/assets/BookDepreciationSetting.md +0 -31
- data/docs/assets/Error.md +0 -25
- data/docs/assets/FieldValidationErrorsElement.md +0 -27
- data/docs/assets/Pagination.md +0 -23
- data/docs/assets/ResourceValidationErrorsElement.md +0 -25
- data/docs/assets/Setting.md +0 -31
- data/docs/projects/Amount.md +0 -19
- data/docs/projects/ChargeType.md +0 -16
- data/docs/projects/CurrencyCode.md +0 -16
- data/docs/projects/Error.md +0 -19
- data/docs/projects/Pagination.md +0 -23
- data/docs/projects/Project.md +0 -59
- data/docs/projects/ProjectApi.md +0 -979
- data/docs/projects/ProjectCreateOrUpdate.md +0 -23
- data/docs/projects/ProjectPatch.md +0 -17
- data/docs/projects/ProjectStatus.md +0 -16
- data/docs/projects/ProjectUser.md +0 -21
- data/docs/projects/ProjectUsers.md +0 -19
- data/docs/projects/Projects.md +0 -19
- data/docs/projects/Task.md +0 -45
- data/docs/projects/TaskCreateOrUpdate.md +0 -23
- data/docs/projects/Tasks.md +0 -19
- data/docs/projects/TimeEntries.md +0 -19
- data/docs/projects/TimeEntry.md +0 -33
- data/docs/projects/TimeEntryCreateOrUpdate.md +0 -25
- data/git_push.sh +0 -55
- data/xero-ruby.gemspec +0 -38
|
@@ -3,15 +3,13 @@
|
|
|
3
3
|
|
|
4
4
|
#This is the Xero Assets API
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.
|
|
6
|
+
The version of the OpenAPI document: 2.4.0
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
|
-
require 'cgi'
|
|
14
|
-
|
|
15
13
|
module XeroRuby
|
|
16
14
|
class AssetApi
|
|
17
15
|
attr_accessor :api_client
|
|
@@ -52,7 +50,8 @@ module XeroRuby
|
|
|
52
50
|
local_var_path = '/Assets'
|
|
53
51
|
|
|
54
52
|
# camelize keys of incoming `where` opts
|
|
55
|
-
opts[:'where'] = opts[:'where']
|
|
53
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
54
|
+
|
|
56
55
|
# query parameters
|
|
57
56
|
query_params = opts[:query_params] || {}
|
|
58
57
|
|
|
@@ -66,7 +65,7 @@ module XeroRuby
|
|
|
66
65
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
67
66
|
# HTTP header 'Content-Type'
|
|
68
67
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
69
|
-
header_params[:'
|
|
68
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
70
69
|
|
|
71
70
|
# form parameters
|
|
72
71
|
form_params = opts[:form_params] || {}
|
|
@@ -89,7 +88,7 @@ module XeroRuby
|
|
|
89
88
|
:return_type => return_type
|
|
90
89
|
)
|
|
91
90
|
|
|
92
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
91
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "AssetApi", new_options)
|
|
93
92
|
if @api_client.config.debugging
|
|
94
93
|
@api_client.config.logger.debug "API called: AssetApi#create_asset\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
95
94
|
end
|
|
@@ -125,7 +124,8 @@ module XeroRuby
|
|
|
125
124
|
local_var_path = '/AssetTypes'
|
|
126
125
|
|
|
127
126
|
# camelize keys of incoming `where` opts
|
|
128
|
-
opts[:'where'] = opts[:'where']
|
|
127
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
128
|
+
|
|
129
129
|
# query parameters
|
|
130
130
|
query_params = opts[:query_params] || {}
|
|
131
131
|
|
|
@@ -139,7 +139,7 @@ module XeroRuby
|
|
|
139
139
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
140
140
|
# HTTP header 'Content-Type'
|
|
141
141
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
142
|
-
header_params[:'
|
|
142
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
143
143
|
|
|
144
144
|
# form parameters
|
|
145
145
|
form_params = opts[:form_params] || {}
|
|
@@ -162,7 +162,7 @@ module XeroRuby
|
|
|
162
162
|
:return_type => return_type
|
|
163
163
|
)
|
|
164
164
|
|
|
165
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
165
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "AssetApi", new_options)
|
|
166
166
|
if @api_client.config.debugging
|
|
167
167
|
@api_client.config.logger.debug "API called: AssetApi#create_asset_type\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
168
168
|
end
|
|
@@ -202,7 +202,8 @@ module XeroRuby
|
|
|
202
202
|
local_var_path = '/Assets/{id}'.sub('{' + 'id' + '}', id.to_s)
|
|
203
203
|
|
|
204
204
|
# camelize keys of incoming `where` opts
|
|
205
|
-
opts[:'where'] = opts[:'where']
|
|
205
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
206
|
+
|
|
206
207
|
# query parameters
|
|
207
208
|
query_params = opts[:query_params] || {}
|
|
208
209
|
|
|
@@ -214,7 +215,7 @@ module XeroRuby
|
|
|
214
215
|
header_params = opts[:header_params] || {}
|
|
215
216
|
# HTTP header 'Accept' (if needed)
|
|
216
217
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
217
|
-
header_params[:'
|
|
218
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
218
219
|
|
|
219
220
|
# form parameters
|
|
220
221
|
form_params = opts[:form_params] || {}
|
|
@@ -237,7 +238,7 @@ module XeroRuby
|
|
|
237
238
|
:return_type => return_type
|
|
238
239
|
)
|
|
239
240
|
|
|
240
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
241
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "AssetApi", new_options)
|
|
241
242
|
if @api_client.config.debugging
|
|
242
243
|
@api_client.config.logger.debug "API called: AssetApi#get_asset_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
243
244
|
end
|
|
@@ -271,7 +272,8 @@ module XeroRuby
|
|
|
271
272
|
local_var_path = '/Settings'
|
|
272
273
|
|
|
273
274
|
# camelize keys of incoming `where` opts
|
|
274
|
-
opts[:'where'] = opts[:'where']
|
|
275
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
276
|
+
|
|
275
277
|
# query parameters
|
|
276
278
|
query_params = opts[:query_params] || {}
|
|
277
279
|
|
|
@@ -283,7 +285,7 @@ module XeroRuby
|
|
|
283
285
|
header_params = opts[:header_params] || {}
|
|
284
286
|
# HTTP header 'Accept' (if needed)
|
|
285
287
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
286
|
-
header_params[:'
|
|
288
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
287
289
|
|
|
288
290
|
# form parameters
|
|
289
291
|
form_params = opts[:form_params] || {}
|
|
@@ -306,7 +308,7 @@ module XeroRuby
|
|
|
306
308
|
:return_type => return_type
|
|
307
309
|
)
|
|
308
310
|
|
|
309
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
311
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "AssetApi", new_options)
|
|
310
312
|
if @api_client.config.debugging
|
|
311
313
|
@api_client.config.logger.debug "API called: AssetApi#get_asset_settings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
312
314
|
end
|
|
@@ -340,7 +342,8 @@ module XeroRuby
|
|
|
340
342
|
local_var_path = '/AssetTypes'
|
|
341
343
|
|
|
342
344
|
# camelize keys of incoming `where` opts
|
|
343
|
-
opts[:'where'] = opts[:'where']
|
|
345
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
346
|
+
|
|
344
347
|
# query parameters
|
|
345
348
|
query_params = opts[:query_params] || {}
|
|
346
349
|
|
|
@@ -352,7 +355,7 @@ module XeroRuby
|
|
|
352
355
|
header_params = opts[:header_params] || {}
|
|
353
356
|
# HTTP header 'Accept' (if needed)
|
|
354
357
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
355
|
-
header_params[:'
|
|
358
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
356
359
|
|
|
357
360
|
# form parameters
|
|
358
361
|
form_params = opts[:form_params] || {}
|
|
@@ -375,7 +378,7 @@ module XeroRuby
|
|
|
375
378
|
:return_type => return_type
|
|
376
379
|
)
|
|
377
380
|
|
|
378
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
381
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "AssetApi", new_options)
|
|
379
382
|
if @api_client.config.debugging
|
|
380
383
|
@api_client.config.logger.debug "API called: AssetApi#get_asset_types\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
381
384
|
end
|
|
@@ -437,7 +440,8 @@ module XeroRuby
|
|
|
437
440
|
local_var_path = '/Assets'
|
|
438
441
|
|
|
439
442
|
# camelize keys of incoming `where` opts
|
|
440
|
-
opts[:'where'] = opts[:'where']
|
|
443
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
444
|
+
|
|
441
445
|
# query parameters
|
|
442
446
|
query_params = opts[:query_params] || {}
|
|
443
447
|
query_params[:'status'] = status
|
|
@@ -455,7 +459,7 @@ module XeroRuby
|
|
|
455
459
|
header_params = opts[:header_params] || {}
|
|
456
460
|
# HTTP header 'Accept' (if needed)
|
|
457
461
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
458
|
-
header_params[:'
|
|
462
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
459
463
|
|
|
460
464
|
# form parameters
|
|
461
465
|
form_params = opts[:form_params] || {}
|
|
@@ -478,7 +482,7 @@ module XeroRuby
|
|
|
478
482
|
:return_type => return_type
|
|
479
483
|
)
|
|
480
484
|
|
|
481
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
485
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "AssetApi", new_options)
|
|
482
486
|
if @api_client.config.debugging
|
|
483
487
|
@api_client.config.logger.debug "API called: AssetApi#get_assets\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
484
488
|
end
|
|
@@ -0,0 +1,1271 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Xero Files API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 2.4.0
|
|
7
|
+
Contact: api@xero.com
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
module XeroRuby
|
|
14
|
+
class FilesApi
|
|
15
|
+
attr_accessor :api_client
|
|
16
|
+
|
|
17
|
+
def initialize(api_client = ApiClient.new)
|
|
18
|
+
@api_client = api_client
|
|
19
|
+
end
|
|
20
|
+
# create a new association
|
|
21
|
+
# By passing in the appropriate options, you can create a new folder
|
|
22
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
23
|
+
# @param file_id [String] File id for single object
|
|
24
|
+
# @param [Hash] opts the optional parameters
|
|
25
|
+
# @option opts [Association] :association
|
|
26
|
+
# @return [Association]
|
|
27
|
+
def create_file_association(xero_tenant_id, file_id, opts = {})
|
|
28
|
+
data, _status_code, _headers = create_file_association_with_http_info(xero_tenant_id, file_id, opts)
|
|
29
|
+
data
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
# create a new association
|
|
33
|
+
# By passing in the appropriate options, you can create a new folder
|
|
34
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
35
|
+
# @param file_id [String] File id for single object
|
|
36
|
+
# @param [Hash] opts the optional parameters
|
|
37
|
+
# @option opts [Association] :association
|
|
38
|
+
# @return [Array<(Association, Integer, Hash)>] Association data, response status code and response headers
|
|
39
|
+
def create_file_association_with_http_info(xero_tenant_id, file_id, opts = {})
|
|
40
|
+
if @api_client.config.debugging
|
|
41
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.create_file_association ...'
|
|
42
|
+
end
|
|
43
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
44
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
45
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.create_file_association"
|
|
46
|
+
end
|
|
47
|
+
# verify the required parameter 'file_id' is set
|
|
48
|
+
if @api_client.config.client_side_validation && file_id.nil?
|
|
49
|
+
fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.create_file_association"
|
|
50
|
+
end
|
|
51
|
+
# resource path
|
|
52
|
+
local_var_path = '/Files/{FileId}/Associations'.sub('{' + 'FileId' + '}', file_id.to_s)
|
|
53
|
+
|
|
54
|
+
# camelize keys of incoming `where` opts
|
|
55
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
56
|
+
|
|
57
|
+
# query parameters
|
|
58
|
+
query_params = opts[:query_params] || {}
|
|
59
|
+
|
|
60
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
61
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
62
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
63
|
+
|
|
64
|
+
# header parameters
|
|
65
|
+
header_params = opts[:header_params] || {}
|
|
66
|
+
# HTTP header 'Accept' (if needed)
|
|
67
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
68
|
+
# HTTP header 'Content-Type'
|
|
69
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
70
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
71
|
+
|
|
72
|
+
# form parameters
|
|
73
|
+
form_params = opts[:form_params] || {}
|
|
74
|
+
|
|
75
|
+
# http body (model)
|
|
76
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'association'])
|
|
77
|
+
|
|
78
|
+
# return_type
|
|
79
|
+
return_type = opts[:return_type] || 'Association'
|
|
80
|
+
|
|
81
|
+
# auth_names
|
|
82
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
83
|
+
|
|
84
|
+
new_options = opts.merge(
|
|
85
|
+
:header_params => header_params,
|
|
86
|
+
:query_params => query_params,
|
|
87
|
+
:form_params => form_params,
|
|
88
|
+
:body => post_body,
|
|
89
|
+
:auth_names => auth_names,
|
|
90
|
+
:return_type => return_type
|
|
91
|
+
)
|
|
92
|
+
|
|
93
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "FilesApi", new_options)
|
|
94
|
+
if @api_client.config.debugging
|
|
95
|
+
@api_client.config.logger.debug "API called: FilesApi#create_file_association\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
96
|
+
end
|
|
97
|
+
return data, status_code, headers
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
# create a new folder
|
|
101
|
+
# By passing in the appropriate properties, you can create a new folder
|
|
102
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
103
|
+
# @param [Hash] opts the optional parameters
|
|
104
|
+
# @option opts [Folder] :folder
|
|
105
|
+
# @return [Folder]
|
|
106
|
+
def create_folder(xero_tenant_id, opts = {})
|
|
107
|
+
data, _status_code, _headers = create_folder_with_http_info(xero_tenant_id, opts)
|
|
108
|
+
data
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
# create a new folder
|
|
112
|
+
# By passing in the appropriate properties, you can create a new folder
|
|
113
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
114
|
+
# @param [Hash] opts the optional parameters
|
|
115
|
+
# @option opts [Folder] :folder
|
|
116
|
+
# @return [Array<(Folder, Integer, Hash)>] Folder data, response status code and response headers
|
|
117
|
+
def create_folder_with_http_info(xero_tenant_id, opts = {})
|
|
118
|
+
if @api_client.config.debugging
|
|
119
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.create_folder ...'
|
|
120
|
+
end
|
|
121
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
122
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
123
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.create_folder"
|
|
124
|
+
end
|
|
125
|
+
# resource path
|
|
126
|
+
local_var_path = '/Folders'
|
|
127
|
+
|
|
128
|
+
# camelize keys of incoming `where` opts
|
|
129
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
130
|
+
|
|
131
|
+
# query parameters
|
|
132
|
+
query_params = opts[:query_params] || {}
|
|
133
|
+
|
|
134
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
135
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
136
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
137
|
+
|
|
138
|
+
# header parameters
|
|
139
|
+
header_params = opts[:header_params] || {}
|
|
140
|
+
# HTTP header 'Accept' (if needed)
|
|
141
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
142
|
+
# HTTP header 'Content-Type'
|
|
143
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
144
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
145
|
+
|
|
146
|
+
# form parameters
|
|
147
|
+
form_params = opts[:form_params] || {}
|
|
148
|
+
|
|
149
|
+
# http body (model)
|
|
150
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'folder'])
|
|
151
|
+
|
|
152
|
+
# return_type
|
|
153
|
+
return_type = opts[:return_type] || 'Folder'
|
|
154
|
+
|
|
155
|
+
# auth_names
|
|
156
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
157
|
+
|
|
158
|
+
new_options = opts.merge(
|
|
159
|
+
:header_params => header_params,
|
|
160
|
+
:query_params => query_params,
|
|
161
|
+
:form_params => form_params,
|
|
162
|
+
:body => post_body,
|
|
163
|
+
:auth_names => auth_names,
|
|
164
|
+
:return_type => return_type
|
|
165
|
+
)
|
|
166
|
+
|
|
167
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "FilesApi", new_options)
|
|
168
|
+
if @api_client.config.debugging
|
|
169
|
+
@api_client.config.logger.debug "API called: FilesApi#create_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
170
|
+
end
|
|
171
|
+
return data, status_code, headers
|
|
172
|
+
end
|
|
173
|
+
|
|
174
|
+
# delete a file
|
|
175
|
+
# Delete a specific file
|
|
176
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
177
|
+
# @param file_id [String] File id for single object
|
|
178
|
+
# @param [Hash] opts the optional parameters
|
|
179
|
+
# @return [FileResponse204]
|
|
180
|
+
def delete_file(xero_tenant_id, file_id, opts = {})
|
|
181
|
+
data, _status_code, _headers = delete_file_with_http_info(xero_tenant_id, file_id, opts)
|
|
182
|
+
data
|
|
183
|
+
end
|
|
184
|
+
|
|
185
|
+
# delete a file
|
|
186
|
+
# Delete a specific file
|
|
187
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
188
|
+
# @param file_id [String] File id for single object
|
|
189
|
+
# @param [Hash] opts the optional parameters
|
|
190
|
+
# @return [Array<(FileResponse204, Integer, Hash)>] FileResponse204 data, response status code and response headers
|
|
191
|
+
def delete_file_with_http_info(xero_tenant_id, file_id, opts = {})
|
|
192
|
+
if @api_client.config.debugging
|
|
193
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.delete_file ...'
|
|
194
|
+
end
|
|
195
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
196
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
197
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.delete_file"
|
|
198
|
+
end
|
|
199
|
+
# verify the required parameter 'file_id' is set
|
|
200
|
+
if @api_client.config.client_side_validation && file_id.nil?
|
|
201
|
+
fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.delete_file"
|
|
202
|
+
end
|
|
203
|
+
# resource path
|
|
204
|
+
local_var_path = '/Files/{FileId}'.sub('{' + 'FileId' + '}', file_id.to_s)
|
|
205
|
+
|
|
206
|
+
# camelize keys of incoming `where` opts
|
|
207
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
208
|
+
|
|
209
|
+
# query parameters
|
|
210
|
+
query_params = opts[:query_params] || {}
|
|
211
|
+
|
|
212
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
213
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
214
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
215
|
+
|
|
216
|
+
# header parameters
|
|
217
|
+
header_params = opts[:header_params] || {}
|
|
218
|
+
# HTTP header 'Accept' (if needed)
|
|
219
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
220
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
221
|
+
|
|
222
|
+
# form parameters
|
|
223
|
+
form_params = opts[:form_params] || {}
|
|
224
|
+
|
|
225
|
+
# http body (model)
|
|
226
|
+
post_body = opts[:body]
|
|
227
|
+
|
|
228
|
+
# return_type
|
|
229
|
+
return_type = opts[:return_type] || 'FileResponse204'
|
|
230
|
+
|
|
231
|
+
# auth_names
|
|
232
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
233
|
+
|
|
234
|
+
new_options = opts.merge(
|
|
235
|
+
:header_params => header_params,
|
|
236
|
+
:query_params => query_params,
|
|
237
|
+
:form_params => form_params,
|
|
238
|
+
:body => post_body,
|
|
239
|
+
:auth_names => auth_names,
|
|
240
|
+
:return_type => return_type
|
|
241
|
+
)
|
|
242
|
+
|
|
243
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, "FilesApi", new_options)
|
|
244
|
+
if @api_client.config.debugging
|
|
245
|
+
@api_client.config.logger.debug "API called: FilesApi#delete_file\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
246
|
+
end
|
|
247
|
+
return data, status_code, headers
|
|
248
|
+
end
|
|
249
|
+
|
|
250
|
+
# create a new association
|
|
251
|
+
# By passing in the appropriate options, you can create a new folder
|
|
252
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
253
|
+
# @param file_id [String] File id for single object
|
|
254
|
+
# @param object_id [String] Object id for single object
|
|
255
|
+
# @param [Hash] opts the optional parameters
|
|
256
|
+
# @return [FileResponse204]
|
|
257
|
+
def delete_file_association(xero_tenant_id, file_id, object_id, opts = {})
|
|
258
|
+
data, _status_code, _headers = delete_file_association_with_http_info(xero_tenant_id, file_id, object_id, opts)
|
|
259
|
+
data
|
|
260
|
+
end
|
|
261
|
+
|
|
262
|
+
# create a new association
|
|
263
|
+
# By passing in the appropriate options, you can create a new folder
|
|
264
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
265
|
+
# @param file_id [String] File id for single object
|
|
266
|
+
# @param object_id [String] Object id for single object
|
|
267
|
+
# @param [Hash] opts the optional parameters
|
|
268
|
+
# @return [Array<(FileResponse204, Integer, Hash)>] FileResponse204 data, response status code and response headers
|
|
269
|
+
def delete_file_association_with_http_info(xero_tenant_id, file_id, object_id, opts = {})
|
|
270
|
+
if @api_client.config.debugging
|
|
271
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.delete_file_association ...'
|
|
272
|
+
end
|
|
273
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
274
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
275
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.delete_file_association"
|
|
276
|
+
end
|
|
277
|
+
# verify the required parameter 'file_id' is set
|
|
278
|
+
if @api_client.config.client_side_validation && file_id.nil?
|
|
279
|
+
fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.delete_file_association"
|
|
280
|
+
end
|
|
281
|
+
# verify the required parameter 'object_id' is set
|
|
282
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
|
283
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling FilesApi.delete_file_association"
|
|
284
|
+
end
|
|
285
|
+
# resource path
|
|
286
|
+
local_var_path = '/Files/{FileId}/Associations/{ObjectId}'.sub('{' + 'FileId' + '}', file_id.to_s).sub('{' + 'ObjectId' + '}', object_id.to_s)
|
|
287
|
+
|
|
288
|
+
# camelize keys of incoming `where` opts
|
|
289
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
290
|
+
|
|
291
|
+
# query parameters
|
|
292
|
+
query_params = opts[:query_params] || {}
|
|
293
|
+
|
|
294
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
295
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
296
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
297
|
+
|
|
298
|
+
# header parameters
|
|
299
|
+
header_params = opts[:header_params] || {}
|
|
300
|
+
# HTTP header 'Accept' (if needed)
|
|
301
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
302
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
303
|
+
|
|
304
|
+
# form parameters
|
|
305
|
+
form_params = opts[:form_params] || {}
|
|
306
|
+
|
|
307
|
+
# http body (model)
|
|
308
|
+
post_body = opts[:body]
|
|
309
|
+
|
|
310
|
+
# return_type
|
|
311
|
+
return_type = opts[:return_type] || 'FileResponse204'
|
|
312
|
+
|
|
313
|
+
# auth_names
|
|
314
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
315
|
+
|
|
316
|
+
new_options = opts.merge(
|
|
317
|
+
:header_params => header_params,
|
|
318
|
+
:query_params => query_params,
|
|
319
|
+
:form_params => form_params,
|
|
320
|
+
:body => post_body,
|
|
321
|
+
:auth_names => auth_names,
|
|
322
|
+
:return_type => return_type
|
|
323
|
+
)
|
|
324
|
+
|
|
325
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, "FilesApi", new_options)
|
|
326
|
+
if @api_client.config.debugging
|
|
327
|
+
@api_client.config.logger.debug "API called: FilesApi#delete_file_association\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
328
|
+
end
|
|
329
|
+
return data, status_code, headers
|
|
330
|
+
end
|
|
331
|
+
|
|
332
|
+
# delete a folder
|
|
333
|
+
# By passing in the appropriate ID, you can delete a folder
|
|
334
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
335
|
+
# @param folder_id [String] Folder id for single object
|
|
336
|
+
# @param [Hash] opts the optional parameters
|
|
337
|
+
# @return [FileResponse204]
|
|
338
|
+
def delete_folder(xero_tenant_id, folder_id, opts = {})
|
|
339
|
+
data, _status_code, _headers = delete_folder_with_http_info(xero_tenant_id, folder_id, opts)
|
|
340
|
+
data
|
|
341
|
+
end
|
|
342
|
+
|
|
343
|
+
# delete a folder
|
|
344
|
+
# By passing in the appropriate ID, you can delete a folder
|
|
345
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
346
|
+
# @param folder_id [String] Folder id for single object
|
|
347
|
+
# @param [Hash] opts the optional parameters
|
|
348
|
+
# @return [Array<(FileResponse204, Integer, Hash)>] FileResponse204 data, response status code and response headers
|
|
349
|
+
def delete_folder_with_http_info(xero_tenant_id, folder_id, opts = {})
|
|
350
|
+
if @api_client.config.debugging
|
|
351
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.delete_folder ...'
|
|
352
|
+
end
|
|
353
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
354
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
355
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.delete_folder"
|
|
356
|
+
end
|
|
357
|
+
# verify the required parameter 'folder_id' is set
|
|
358
|
+
if @api_client.config.client_side_validation && folder_id.nil?
|
|
359
|
+
fail ArgumentError, "Missing the required parameter 'folder_id' when calling FilesApi.delete_folder"
|
|
360
|
+
end
|
|
361
|
+
# resource path
|
|
362
|
+
local_var_path = '/Folders/{FolderId}'.sub('{' + 'FolderId' + '}', folder_id.to_s)
|
|
363
|
+
|
|
364
|
+
# camelize keys of incoming `where` opts
|
|
365
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
366
|
+
|
|
367
|
+
# query parameters
|
|
368
|
+
query_params = opts[:query_params] || {}
|
|
369
|
+
|
|
370
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
371
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
372
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
373
|
+
|
|
374
|
+
# header parameters
|
|
375
|
+
header_params = opts[:header_params] || {}
|
|
376
|
+
# HTTP header 'Accept' (if needed)
|
|
377
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
378
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
379
|
+
|
|
380
|
+
# form parameters
|
|
381
|
+
form_params = opts[:form_params] || {}
|
|
382
|
+
|
|
383
|
+
# http body (model)
|
|
384
|
+
post_body = opts[:body]
|
|
385
|
+
|
|
386
|
+
# return_type
|
|
387
|
+
return_type = opts[:return_type] || 'FileResponse204'
|
|
388
|
+
|
|
389
|
+
# auth_names
|
|
390
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
391
|
+
|
|
392
|
+
new_options = opts.merge(
|
|
393
|
+
:header_params => header_params,
|
|
394
|
+
:query_params => query_params,
|
|
395
|
+
:form_params => form_params,
|
|
396
|
+
:body => post_body,
|
|
397
|
+
:auth_names => auth_names,
|
|
398
|
+
:return_type => return_type
|
|
399
|
+
)
|
|
400
|
+
|
|
401
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, "FilesApi", new_options)
|
|
402
|
+
if @api_client.config.debugging
|
|
403
|
+
@api_client.config.logger.debug "API called: FilesApi#delete_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
404
|
+
end
|
|
405
|
+
return data, status_code, headers
|
|
406
|
+
end
|
|
407
|
+
|
|
408
|
+
# searches files
|
|
409
|
+
# By passing in the appropriate options,
|
|
410
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
411
|
+
# @param object_id [String] Object id for single object
|
|
412
|
+
# @param [Hash] opts the optional parameters
|
|
413
|
+
# @return [Array<Association>]
|
|
414
|
+
def get_associations_by_object(xero_tenant_id, object_id, opts = {})
|
|
415
|
+
data, _status_code, _headers = get_associations_by_object_with_http_info(xero_tenant_id, object_id, opts)
|
|
416
|
+
data
|
|
417
|
+
end
|
|
418
|
+
|
|
419
|
+
# searches files
|
|
420
|
+
# By passing in the appropriate options,
|
|
421
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
422
|
+
# @param object_id [String] Object id for single object
|
|
423
|
+
# @param [Hash] opts the optional parameters
|
|
424
|
+
# @return [Array<(Array<Association>, Integer, Hash)>] Array<Association> data, response status code and response headers
|
|
425
|
+
def get_associations_by_object_with_http_info(xero_tenant_id, object_id, opts = {})
|
|
426
|
+
if @api_client.config.debugging
|
|
427
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.get_associations_by_object ...'
|
|
428
|
+
end
|
|
429
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
430
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
431
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_associations_by_object"
|
|
432
|
+
end
|
|
433
|
+
# verify the required parameter 'object_id' is set
|
|
434
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
|
435
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling FilesApi.get_associations_by_object"
|
|
436
|
+
end
|
|
437
|
+
# resource path
|
|
438
|
+
local_var_path = '/Associations/{ObjectId}'.sub('{' + 'ObjectId' + '}', object_id.to_s)
|
|
439
|
+
|
|
440
|
+
# camelize keys of incoming `where` opts
|
|
441
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
442
|
+
|
|
443
|
+
# query parameters
|
|
444
|
+
query_params = opts[:query_params] || {}
|
|
445
|
+
|
|
446
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
447
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
448
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
449
|
+
|
|
450
|
+
# header parameters
|
|
451
|
+
header_params = opts[:header_params] || {}
|
|
452
|
+
# HTTP header 'Accept' (if needed)
|
|
453
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
454
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
455
|
+
|
|
456
|
+
# form parameters
|
|
457
|
+
form_params = opts[:form_params] || {}
|
|
458
|
+
|
|
459
|
+
# http body (model)
|
|
460
|
+
post_body = opts[:body]
|
|
461
|
+
|
|
462
|
+
# return_type
|
|
463
|
+
return_type = opts[:return_type] || 'Array<Association>'
|
|
464
|
+
|
|
465
|
+
# auth_names
|
|
466
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
467
|
+
|
|
468
|
+
new_options = opts.merge(
|
|
469
|
+
:header_params => header_params,
|
|
470
|
+
:query_params => query_params,
|
|
471
|
+
:form_params => form_params,
|
|
472
|
+
:body => post_body,
|
|
473
|
+
:auth_names => auth_names,
|
|
474
|
+
:return_type => return_type
|
|
475
|
+
)
|
|
476
|
+
|
|
477
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
|
|
478
|
+
if @api_client.config.debugging
|
|
479
|
+
@api_client.config.logger.debug "API called: FilesApi#get_associations_by_object\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
480
|
+
end
|
|
481
|
+
return data, status_code, headers
|
|
482
|
+
end
|
|
483
|
+
|
|
484
|
+
# searches for file by unique id
|
|
485
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
486
|
+
# @param file_id [String] File id for single object
|
|
487
|
+
# @param [Hash] opts the optional parameters
|
|
488
|
+
# @return [FileObject]
|
|
489
|
+
def get_file(xero_tenant_id, file_id, opts = {})
|
|
490
|
+
data, _status_code, _headers = get_file_with_http_info(xero_tenant_id, file_id, opts)
|
|
491
|
+
data
|
|
492
|
+
end
|
|
493
|
+
|
|
494
|
+
# searches for file by unique id
|
|
495
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
496
|
+
# @param file_id [String] File id for single object
|
|
497
|
+
# @param [Hash] opts the optional parameters
|
|
498
|
+
# @return [Array<(FileObject, Integer, Hash)>] FileObject data, response status code and response headers
|
|
499
|
+
def get_file_with_http_info(xero_tenant_id, file_id, opts = {})
|
|
500
|
+
if @api_client.config.debugging
|
|
501
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.get_file ...'
|
|
502
|
+
end
|
|
503
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
504
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
505
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_file"
|
|
506
|
+
end
|
|
507
|
+
# verify the required parameter 'file_id' is set
|
|
508
|
+
if @api_client.config.client_side_validation && file_id.nil?
|
|
509
|
+
fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.get_file"
|
|
510
|
+
end
|
|
511
|
+
# resource path
|
|
512
|
+
local_var_path = '/Files/{FileId}'.sub('{' + 'FileId' + '}', file_id.to_s)
|
|
513
|
+
|
|
514
|
+
# camelize keys of incoming `where` opts
|
|
515
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
516
|
+
|
|
517
|
+
# query parameters
|
|
518
|
+
query_params = opts[:query_params] || {}
|
|
519
|
+
|
|
520
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
521
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
522
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
523
|
+
|
|
524
|
+
# header parameters
|
|
525
|
+
header_params = opts[:header_params] || {}
|
|
526
|
+
# HTTP header 'Accept' (if needed)
|
|
527
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
528
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
529
|
+
|
|
530
|
+
# form parameters
|
|
531
|
+
form_params = opts[:form_params] || {}
|
|
532
|
+
|
|
533
|
+
# http body (model)
|
|
534
|
+
post_body = opts[:body]
|
|
535
|
+
|
|
536
|
+
# return_type
|
|
537
|
+
return_type = opts[:return_type] || 'FileObject'
|
|
538
|
+
|
|
539
|
+
# auth_names
|
|
540
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
541
|
+
|
|
542
|
+
new_options = opts.merge(
|
|
543
|
+
:header_params => header_params,
|
|
544
|
+
:query_params => query_params,
|
|
545
|
+
:form_params => form_params,
|
|
546
|
+
:body => post_body,
|
|
547
|
+
:auth_names => auth_names,
|
|
548
|
+
:return_type => return_type
|
|
549
|
+
)
|
|
550
|
+
|
|
551
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
|
|
552
|
+
if @api_client.config.debugging
|
|
553
|
+
@api_client.config.logger.debug "API called: FilesApi#get_file\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
554
|
+
end
|
|
555
|
+
return data, status_code, headers
|
|
556
|
+
end
|
|
557
|
+
|
|
558
|
+
# searches files
|
|
559
|
+
# By passing in the appropriate options,
|
|
560
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
561
|
+
# @param file_id [String] File id for single object
|
|
562
|
+
# @param [Hash] opts the optional parameters
|
|
563
|
+
# @return [Array<Association>]
|
|
564
|
+
def get_file_associations(xero_tenant_id, file_id, opts = {})
|
|
565
|
+
data, _status_code, _headers = get_file_associations_with_http_info(xero_tenant_id, file_id, opts)
|
|
566
|
+
data
|
|
567
|
+
end
|
|
568
|
+
|
|
569
|
+
# searches files
|
|
570
|
+
# By passing in the appropriate options,
|
|
571
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
572
|
+
# @param file_id [String] File id for single object
|
|
573
|
+
# @param [Hash] opts the optional parameters
|
|
574
|
+
# @return [Array<(Array<Association>, Integer, Hash)>] Array<Association> data, response status code and response headers
|
|
575
|
+
def get_file_associations_with_http_info(xero_tenant_id, file_id, opts = {})
|
|
576
|
+
if @api_client.config.debugging
|
|
577
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.get_file_associations ...'
|
|
578
|
+
end
|
|
579
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
580
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
581
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_file_associations"
|
|
582
|
+
end
|
|
583
|
+
# verify the required parameter 'file_id' is set
|
|
584
|
+
if @api_client.config.client_side_validation && file_id.nil?
|
|
585
|
+
fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.get_file_associations"
|
|
586
|
+
end
|
|
587
|
+
# resource path
|
|
588
|
+
local_var_path = '/Files/{FileId}/Associations'.sub('{' + 'FileId' + '}', file_id.to_s)
|
|
589
|
+
|
|
590
|
+
# camelize keys of incoming `where` opts
|
|
591
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
592
|
+
|
|
593
|
+
# query parameters
|
|
594
|
+
query_params = opts[:query_params] || {}
|
|
595
|
+
|
|
596
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
597
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
598
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
599
|
+
|
|
600
|
+
# header parameters
|
|
601
|
+
header_params = opts[:header_params] || {}
|
|
602
|
+
# HTTP header 'Accept' (if needed)
|
|
603
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
604
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
605
|
+
|
|
606
|
+
# form parameters
|
|
607
|
+
form_params = opts[:form_params] || {}
|
|
608
|
+
|
|
609
|
+
# http body (model)
|
|
610
|
+
post_body = opts[:body]
|
|
611
|
+
|
|
612
|
+
# return_type
|
|
613
|
+
return_type = opts[:return_type] || 'Array<Association>'
|
|
614
|
+
|
|
615
|
+
# auth_names
|
|
616
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
617
|
+
|
|
618
|
+
new_options = opts.merge(
|
|
619
|
+
:header_params => header_params,
|
|
620
|
+
:query_params => query_params,
|
|
621
|
+
:form_params => form_params,
|
|
622
|
+
:body => post_body,
|
|
623
|
+
:auth_names => auth_names,
|
|
624
|
+
:return_type => return_type
|
|
625
|
+
)
|
|
626
|
+
|
|
627
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
|
|
628
|
+
if @api_client.config.debugging
|
|
629
|
+
@api_client.config.logger.debug "API called: FilesApi#get_file_associations\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
630
|
+
end
|
|
631
|
+
return data, status_code, headers
|
|
632
|
+
end
|
|
633
|
+
|
|
634
|
+
# searches files to retrieve the data
|
|
635
|
+
# By passing in the appropriate options, retrieve data for specific file
|
|
636
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
637
|
+
# @param file_id [String] File id for single object
|
|
638
|
+
# @param [Hash] opts the optional parameters
|
|
639
|
+
# @return [File]
|
|
640
|
+
def get_file_content(xero_tenant_id, file_id, opts = {})
|
|
641
|
+
data, _status_code, _headers = get_file_content_with_http_info(xero_tenant_id, file_id, opts)
|
|
642
|
+
data
|
|
643
|
+
end
|
|
644
|
+
|
|
645
|
+
# searches files to retrieve the data
|
|
646
|
+
# By passing in the appropriate options, retrieve data for specific file
|
|
647
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
648
|
+
# @param file_id [String] File id for single object
|
|
649
|
+
# @param [Hash] opts the optional parameters
|
|
650
|
+
# @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
|
|
651
|
+
def get_file_content_with_http_info(xero_tenant_id, file_id, opts = {})
|
|
652
|
+
if @api_client.config.debugging
|
|
653
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.get_file_content ...'
|
|
654
|
+
end
|
|
655
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
656
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
657
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_file_content"
|
|
658
|
+
end
|
|
659
|
+
# verify the required parameter 'file_id' is set
|
|
660
|
+
if @api_client.config.client_side_validation && file_id.nil?
|
|
661
|
+
fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.get_file_content"
|
|
662
|
+
end
|
|
663
|
+
# resource path
|
|
664
|
+
local_var_path = '/Files/{FileId}/Content'.sub('{' + 'FileId' + '}', file_id.to_s)
|
|
665
|
+
|
|
666
|
+
# camelize keys of incoming `where` opts
|
|
667
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
668
|
+
|
|
669
|
+
# query parameters
|
|
670
|
+
query_params = opts[:query_params] || {}
|
|
671
|
+
|
|
672
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
673
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
674
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
675
|
+
|
|
676
|
+
# header parameters
|
|
677
|
+
header_params = opts[:header_params] || {}
|
|
678
|
+
# HTTP header 'Accept' (if needed)
|
|
679
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/octet-stream'])
|
|
680
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
681
|
+
|
|
682
|
+
# form parameters
|
|
683
|
+
form_params = opts[:form_params] || {}
|
|
684
|
+
|
|
685
|
+
# http body (model)
|
|
686
|
+
post_body = opts[:body]
|
|
687
|
+
|
|
688
|
+
# return_type
|
|
689
|
+
return_type = opts[:return_type] || 'File'
|
|
690
|
+
|
|
691
|
+
# auth_names
|
|
692
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
693
|
+
|
|
694
|
+
new_options = opts.merge(
|
|
695
|
+
:header_params => header_params,
|
|
696
|
+
:query_params => query_params,
|
|
697
|
+
:form_params => form_params,
|
|
698
|
+
:body => post_body,
|
|
699
|
+
:auth_names => auth_names,
|
|
700
|
+
:return_type => return_type
|
|
701
|
+
)
|
|
702
|
+
|
|
703
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
|
|
704
|
+
if @api_client.config.debugging
|
|
705
|
+
@api_client.config.logger.debug "API called: FilesApi#get_file_content\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
706
|
+
end
|
|
707
|
+
return data, status_code, headers
|
|
708
|
+
end
|
|
709
|
+
|
|
710
|
+
# searches files
|
|
711
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
712
|
+
# @param [Hash] opts the optional parameters
|
|
713
|
+
# @option opts [Integer] :pagesize pass an optional page size value
|
|
714
|
+
# @option opts [Integer] :page number of records to skip for pagination
|
|
715
|
+
# @option opts [String] :sort values to sort by
|
|
716
|
+
# @return [Files]
|
|
717
|
+
def get_files(xero_tenant_id, opts = {})
|
|
718
|
+
data, _status_code, _headers = get_files_with_http_info(xero_tenant_id, opts)
|
|
719
|
+
data
|
|
720
|
+
end
|
|
721
|
+
|
|
722
|
+
# searches files
|
|
723
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
724
|
+
# @param [Hash] opts the optional parameters
|
|
725
|
+
# @option opts [Integer] :pagesize pass an optional page size value
|
|
726
|
+
# @option opts [Integer] :page number of records to skip for pagination
|
|
727
|
+
# @option opts [String] :sort values to sort by
|
|
728
|
+
# @return [Array<(Files, Integer, Hash)>] Files data, response status code and response headers
|
|
729
|
+
def get_files_with_http_info(xero_tenant_id, opts = {})
|
|
730
|
+
if @api_client.config.debugging
|
|
731
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.get_files ...'
|
|
732
|
+
end
|
|
733
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
734
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
735
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_files"
|
|
736
|
+
end
|
|
737
|
+
if @api_client.config.client_side_validation && !opts[:'pagesize'].nil? && opts[:'pagesize'] > 100
|
|
738
|
+
fail ArgumentError, 'invalid value for "opts[:"pagesize"]" when calling FilesApi.get_files, must be smaller than or equal to 100.'
|
|
739
|
+
end
|
|
740
|
+
|
|
741
|
+
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 1
|
|
742
|
+
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling FilesApi.get_files, must be greater than or equal to 1.'
|
|
743
|
+
end
|
|
744
|
+
|
|
745
|
+
allowable_values = ["Name", "Size", "CreatedDateUTC"]
|
|
746
|
+
if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
|
|
747
|
+
fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}"
|
|
748
|
+
end
|
|
749
|
+
# resource path
|
|
750
|
+
local_var_path = '/Files'
|
|
751
|
+
|
|
752
|
+
# camelize keys of incoming `where` opts
|
|
753
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
754
|
+
|
|
755
|
+
# query parameters
|
|
756
|
+
query_params = opts[:query_params] || {}
|
|
757
|
+
query_params[:'pagesize'] = opts[:'pagesize'] if !opts[:'pagesize'].nil?
|
|
758
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
759
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
|
760
|
+
|
|
761
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
762
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
763
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
764
|
+
|
|
765
|
+
# header parameters
|
|
766
|
+
header_params = opts[:header_params] || {}
|
|
767
|
+
# HTTP header 'Accept' (if needed)
|
|
768
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
769
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
770
|
+
|
|
771
|
+
# form parameters
|
|
772
|
+
form_params = opts[:form_params] || {}
|
|
773
|
+
|
|
774
|
+
# http body (model)
|
|
775
|
+
post_body = opts[:body]
|
|
776
|
+
|
|
777
|
+
# return_type
|
|
778
|
+
return_type = opts[:return_type] || 'Files'
|
|
779
|
+
|
|
780
|
+
# auth_names
|
|
781
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
782
|
+
|
|
783
|
+
new_options = opts.merge(
|
|
784
|
+
:header_params => header_params,
|
|
785
|
+
:query_params => query_params,
|
|
786
|
+
:form_params => form_params,
|
|
787
|
+
:body => post_body,
|
|
788
|
+
:auth_names => auth_names,
|
|
789
|
+
:return_type => return_type
|
|
790
|
+
)
|
|
791
|
+
|
|
792
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
|
|
793
|
+
if @api_client.config.debugging
|
|
794
|
+
@api_client.config.logger.debug "API called: FilesApi#get_files\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
795
|
+
end
|
|
796
|
+
return data, status_code, headers
|
|
797
|
+
end
|
|
798
|
+
|
|
799
|
+
# searches specific folder by id
|
|
800
|
+
# By passing in the appropriate ID, you can search for specific folder
|
|
801
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
802
|
+
# @param folder_id [String] Folder id for single object
|
|
803
|
+
# @param [Hash] opts the optional parameters
|
|
804
|
+
# @return [Folder]
|
|
805
|
+
def get_folder(xero_tenant_id, folder_id, opts = {})
|
|
806
|
+
data, _status_code, _headers = get_folder_with_http_info(xero_tenant_id, folder_id, opts)
|
|
807
|
+
data
|
|
808
|
+
end
|
|
809
|
+
|
|
810
|
+
# searches specific folder by id
|
|
811
|
+
# By passing in the appropriate ID, you can search for specific folder
|
|
812
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
813
|
+
# @param folder_id [String] Folder id for single object
|
|
814
|
+
# @param [Hash] opts the optional parameters
|
|
815
|
+
# @return [Array<(Folder, Integer, Hash)>] Folder data, response status code and response headers
|
|
816
|
+
def get_folder_with_http_info(xero_tenant_id, folder_id, opts = {})
|
|
817
|
+
if @api_client.config.debugging
|
|
818
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.get_folder ...'
|
|
819
|
+
end
|
|
820
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
821
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
822
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_folder"
|
|
823
|
+
end
|
|
824
|
+
# verify the required parameter 'folder_id' is set
|
|
825
|
+
if @api_client.config.client_side_validation && folder_id.nil?
|
|
826
|
+
fail ArgumentError, "Missing the required parameter 'folder_id' when calling FilesApi.get_folder"
|
|
827
|
+
end
|
|
828
|
+
# resource path
|
|
829
|
+
local_var_path = '/Folders/{FolderId}'.sub('{' + 'FolderId' + '}', folder_id.to_s)
|
|
830
|
+
|
|
831
|
+
# camelize keys of incoming `where` opts
|
|
832
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
833
|
+
|
|
834
|
+
# query parameters
|
|
835
|
+
query_params = opts[:query_params] || {}
|
|
836
|
+
|
|
837
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
838
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
839
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
840
|
+
|
|
841
|
+
# header parameters
|
|
842
|
+
header_params = opts[:header_params] || {}
|
|
843
|
+
# HTTP header 'Accept' (if needed)
|
|
844
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
845
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
846
|
+
|
|
847
|
+
# form parameters
|
|
848
|
+
form_params = opts[:form_params] || {}
|
|
849
|
+
|
|
850
|
+
# http body (model)
|
|
851
|
+
post_body = opts[:body]
|
|
852
|
+
|
|
853
|
+
# return_type
|
|
854
|
+
return_type = opts[:return_type] || 'Folder'
|
|
855
|
+
|
|
856
|
+
# auth_names
|
|
857
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
858
|
+
|
|
859
|
+
new_options = opts.merge(
|
|
860
|
+
:header_params => header_params,
|
|
861
|
+
:query_params => query_params,
|
|
862
|
+
:form_params => form_params,
|
|
863
|
+
:body => post_body,
|
|
864
|
+
:auth_names => auth_names,
|
|
865
|
+
:return_type => return_type
|
|
866
|
+
)
|
|
867
|
+
|
|
868
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
|
|
869
|
+
if @api_client.config.debugging
|
|
870
|
+
@api_client.config.logger.debug "API called: FilesApi#get_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
871
|
+
end
|
|
872
|
+
return data, status_code, headers
|
|
873
|
+
end
|
|
874
|
+
|
|
875
|
+
# searches folder
|
|
876
|
+
# By passing in the appropriate options, you can search for available folders
|
|
877
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
878
|
+
# @param [Hash] opts the optional parameters
|
|
879
|
+
# @option opts [String] :sort values to sort by
|
|
880
|
+
# @return [Array<Folder>]
|
|
881
|
+
def get_folders(xero_tenant_id, opts = {})
|
|
882
|
+
data, _status_code, _headers = get_folders_with_http_info(xero_tenant_id, opts)
|
|
883
|
+
data
|
|
884
|
+
end
|
|
885
|
+
|
|
886
|
+
# searches folder
|
|
887
|
+
# By passing in the appropriate options, you can search for available folders
|
|
888
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
889
|
+
# @param [Hash] opts the optional parameters
|
|
890
|
+
# @option opts [String] :sort values to sort by
|
|
891
|
+
# @return [Array<(Array<Folder>, Integer, Hash)>] Array<Folder> data, response status code and response headers
|
|
892
|
+
def get_folders_with_http_info(xero_tenant_id, opts = {})
|
|
893
|
+
if @api_client.config.debugging
|
|
894
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.get_folders ...'
|
|
895
|
+
end
|
|
896
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
897
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
898
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_folders"
|
|
899
|
+
end
|
|
900
|
+
allowable_values = ["Name", "Size", "CreatedDateUTC"]
|
|
901
|
+
if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
|
|
902
|
+
fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}"
|
|
903
|
+
end
|
|
904
|
+
# resource path
|
|
905
|
+
local_var_path = '/Folders'
|
|
906
|
+
|
|
907
|
+
# camelize keys of incoming `where` opts
|
|
908
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
909
|
+
|
|
910
|
+
# query parameters
|
|
911
|
+
query_params = opts[:query_params] || {}
|
|
912
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
|
913
|
+
|
|
914
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
915
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
916
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
917
|
+
|
|
918
|
+
# header parameters
|
|
919
|
+
header_params = opts[:header_params] || {}
|
|
920
|
+
# HTTP header 'Accept' (if needed)
|
|
921
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
922
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
923
|
+
|
|
924
|
+
# form parameters
|
|
925
|
+
form_params = opts[:form_params] || {}
|
|
926
|
+
|
|
927
|
+
# http body (model)
|
|
928
|
+
post_body = opts[:body]
|
|
929
|
+
|
|
930
|
+
# return_type
|
|
931
|
+
return_type = opts[:return_type] || 'Array<Folder>'
|
|
932
|
+
|
|
933
|
+
# auth_names
|
|
934
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
935
|
+
|
|
936
|
+
new_options = opts.merge(
|
|
937
|
+
:header_params => header_params,
|
|
938
|
+
:query_params => query_params,
|
|
939
|
+
:form_params => form_params,
|
|
940
|
+
:body => post_body,
|
|
941
|
+
:auth_names => auth_names,
|
|
942
|
+
:return_type => return_type
|
|
943
|
+
)
|
|
944
|
+
|
|
945
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
|
|
946
|
+
if @api_client.config.debugging
|
|
947
|
+
@api_client.config.logger.debug "API called: FilesApi#get_folders\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
948
|
+
end
|
|
949
|
+
return data, status_code, headers
|
|
950
|
+
end
|
|
951
|
+
|
|
952
|
+
# searches inbox folder
|
|
953
|
+
# Search for the user inbox
|
|
954
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
955
|
+
# @param [Hash] opts the optional parameters
|
|
956
|
+
# @return [Folder]
|
|
957
|
+
def get_inbox(xero_tenant_id, opts = {})
|
|
958
|
+
data, _status_code, _headers = get_inbox_with_http_info(xero_tenant_id, opts)
|
|
959
|
+
data
|
|
960
|
+
end
|
|
961
|
+
|
|
962
|
+
# searches inbox folder
|
|
963
|
+
# Search for the user inbox
|
|
964
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
965
|
+
# @param [Hash] opts the optional parameters
|
|
966
|
+
# @return [Array<(Folder, Integer, Hash)>] Folder data, response status code and response headers
|
|
967
|
+
def get_inbox_with_http_info(xero_tenant_id, opts = {})
|
|
968
|
+
if @api_client.config.debugging
|
|
969
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.get_inbox ...'
|
|
970
|
+
end
|
|
971
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
972
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
973
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.get_inbox"
|
|
974
|
+
end
|
|
975
|
+
# resource path
|
|
976
|
+
local_var_path = '/Inbox'
|
|
977
|
+
|
|
978
|
+
# camelize keys of incoming `where` opts
|
|
979
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
980
|
+
|
|
981
|
+
# query parameters
|
|
982
|
+
query_params = opts[:query_params] || {}
|
|
983
|
+
|
|
984
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
985
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
986
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
987
|
+
|
|
988
|
+
# header parameters
|
|
989
|
+
header_params = opts[:header_params] || {}
|
|
990
|
+
# HTTP header 'Accept' (if needed)
|
|
991
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
992
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
993
|
+
|
|
994
|
+
# form parameters
|
|
995
|
+
form_params = opts[:form_params] || {}
|
|
996
|
+
|
|
997
|
+
# http body (model)
|
|
998
|
+
post_body = opts[:body]
|
|
999
|
+
|
|
1000
|
+
# return_type
|
|
1001
|
+
return_type = opts[:return_type] || 'Folder'
|
|
1002
|
+
|
|
1003
|
+
# auth_names
|
|
1004
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1005
|
+
|
|
1006
|
+
new_options = opts.merge(
|
|
1007
|
+
:header_params => header_params,
|
|
1008
|
+
:query_params => query_params,
|
|
1009
|
+
:form_params => form_params,
|
|
1010
|
+
:body => post_body,
|
|
1011
|
+
:auth_names => auth_names,
|
|
1012
|
+
:return_type => return_type
|
|
1013
|
+
)
|
|
1014
|
+
|
|
1015
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FilesApi", new_options)
|
|
1016
|
+
if @api_client.config.debugging
|
|
1017
|
+
@api_client.config.logger.debug "API called: FilesApi#get_inbox\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1018
|
+
end
|
|
1019
|
+
return data, status_code, headers
|
|
1020
|
+
end
|
|
1021
|
+
|
|
1022
|
+
# Update a file
|
|
1023
|
+
# Update properties on a single file
|
|
1024
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1025
|
+
# @param file_id [String] File id for single object
|
|
1026
|
+
# @param [Hash] opts the optional parameters
|
|
1027
|
+
# @option opts [FileObject] :file_object
|
|
1028
|
+
# @return [FileObject]
|
|
1029
|
+
def update_file(xero_tenant_id, file_id, opts = {})
|
|
1030
|
+
data, _status_code, _headers = update_file_with_http_info(xero_tenant_id, file_id, opts)
|
|
1031
|
+
data
|
|
1032
|
+
end
|
|
1033
|
+
|
|
1034
|
+
# Update a file
|
|
1035
|
+
# Update properties on a single file
|
|
1036
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1037
|
+
# @param file_id [String] File id for single object
|
|
1038
|
+
# @param [Hash] opts the optional parameters
|
|
1039
|
+
# @option opts [FileObject] :file_object
|
|
1040
|
+
# @return [Array<(FileObject, Integer, Hash)>] FileObject data, response status code and response headers
|
|
1041
|
+
def update_file_with_http_info(xero_tenant_id, file_id, opts = {})
|
|
1042
|
+
if @api_client.config.debugging
|
|
1043
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.update_file ...'
|
|
1044
|
+
end
|
|
1045
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1046
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1047
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.update_file"
|
|
1048
|
+
end
|
|
1049
|
+
# verify the required parameter 'file_id' is set
|
|
1050
|
+
if @api_client.config.client_side_validation && file_id.nil?
|
|
1051
|
+
fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.update_file"
|
|
1052
|
+
end
|
|
1053
|
+
# resource path
|
|
1054
|
+
local_var_path = '/Files/{FileId}'.sub('{' + 'FileId' + '}', file_id.to_s)
|
|
1055
|
+
|
|
1056
|
+
# camelize keys of incoming `where` opts
|
|
1057
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1058
|
+
|
|
1059
|
+
# query parameters
|
|
1060
|
+
query_params = opts[:query_params] || {}
|
|
1061
|
+
|
|
1062
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1063
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1064
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1065
|
+
|
|
1066
|
+
# header parameters
|
|
1067
|
+
header_params = opts[:header_params] || {}
|
|
1068
|
+
# HTTP header 'Accept' (if needed)
|
|
1069
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1070
|
+
# HTTP header 'Content-Type'
|
|
1071
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
1072
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
1073
|
+
|
|
1074
|
+
# form parameters
|
|
1075
|
+
form_params = opts[:form_params] || {}
|
|
1076
|
+
|
|
1077
|
+
# http body (model)
|
|
1078
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'file_object'])
|
|
1079
|
+
|
|
1080
|
+
# return_type
|
|
1081
|
+
return_type = opts[:return_type] || 'FileObject'
|
|
1082
|
+
|
|
1083
|
+
# auth_names
|
|
1084
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1085
|
+
|
|
1086
|
+
new_options = opts.merge(
|
|
1087
|
+
:header_params => header_params,
|
|
1088
|
+
:query_params => query_params,
|
|
1089
|
+
:form_params => form_params,
|
|
1090
|
+
:body => post_body,
|
|
1091
|
+
:auth_names => auth_names,
|
|
1092
|
+
:return_type => return_type
|
|
1093
|
+
)
|
|
1094
|
+
|
|
1095
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, "FilesApi", new_options)
|
|
1096
|
+
if @api_client.config.debugging
|
|
1097
|
+
@api_client.config.logger.debug "API called: FilesApi#update_file\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1098
|
+
end
|
|
1099
|
+
return data, status_code, headers
|
|
1100
|
+
end
|
|
1101
|
+
|
|
1102
|
+
# update folder
|
|
1103
|
+
# By passing in the appropriate ID and properties, you can update a folder
|
|
1104
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1105
|
+
# @param folder_id [String] Folder id for single object
|
|
1106
|
+
# @param folder [Folder]
|
|
1107
|
+
# @param [Hash] opts the optional parameters
|
|
1108
|
+
# @return [Folder]
|
|
1109
|
+
def update_folder(xero_tenant_id, folder_id, folder, opts = {})
|
|
1110
|
+
data, _status_code, _headers = update_folder_with_http_info(xero_tenant_id, folder_id, folder, opts)
|
|
1111
|
+
data
|
|
1112
|
+
end
|
|
1113
|
+
|
|
1114
|
+
# update folder
|
|
1115
|
+
# By passing in the appropriate ID and properties, you can update a folder
|
|
1116
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1117
|
+
# @param folder_id [String] Folder id for single object
|
|
1118
|
+
# @param folder [Folder]
|
|
1119
|
+
# @param [Hash] opts the optional parameters
|
|
1120
|
+
# @return [Array<(Folder, Integer, Hash)>] Folder data, response status code and response headers
|
|
1121
|
+
def update_folder_with_http_info(xero_tenant_id, folder_id, folder, opts = {})
|
|
1122
|
+
if @api_client.config.debugging
|
|
1123
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.update_folder ...'
|
|
1124
|
+
end
|
|
1125
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1126
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1127
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.update_folder"
|
|
1128
|
+
end
|
|
1129
|
+
# verify the required parameter 'folder_id' is set
|
|
1130
|
+
if @api_client.config.client_side_validation && folder_id.nil?
|
|
1131
|
+
fail ArgumentError, "Missing the required parameter 'folder_id' when calling FilesApi.update_folder"
|
|
1132
|
+
end
|
|
1133
|
+
# verify the required parameter 'folder' is set
|
|
1134
|
+
if @api_client.config.client_side_validation && folder.nil?
|
|
1135
|
+
fail ArgumentError, "Missing the required parameter 'folder' when calling FilesApi.update_folder"
|
|
1136
|
+
end
|
|
1137
|
+
# resource path
|
|
1138
|
+
local_var_path = '/Folders/{FolderId}'.sub('{' + 'FolderId' + '}', folder_id.to_s)
|
|
1139
|
+
|
|
1140
|
+
# camelize keys of incoming `where` opts
|
|
1141
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1142
|
+
|
|
1143
|
+
# query parameters
|
|
1144
|
+
query_params = opts[:query_params] || {}
|
|
1145
|
+
|
|
1146
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1147
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1148
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1149
|
+
|
|
1150
|
+
# header parameters
|
|
1151
|
+
header_params = opts[:header_params] || {}
|
|
1152
|
+
# HTTP header 'Accept' (if needed)
|
|
1153
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1154
|
+
# HTTP header 'Content-Type'
|
|
1155
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
1156
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
1157
|
+
|
|
1158
|
+
# form parameters
|
|
1159
|
+
form_params = opts[:form_params] || {}
|
|
1160
|
+
|
|
1161
|
+
# http body (model)
|
|
1162
|
+
post_body = opts[:body] || @api_client.object_to_http_body(folder)
|
|
1163
|
+
|
|
1164
|
+
# return_type
|
|
1165
|
+
return_type = opts[:return_type] || 'Folder'
|
|
1166
|
+
|
|
1167
|
+
# auth_names
|
|
1168
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1169
|
+
|
|
1170
|
+
new_options = opts.merge(
|
|
1171
|
+
:header_params => header_params,
|
|
1172
|
+
:query_params => query_params,
|
|
1173
|
+
:form_params => form_params,
|
|
1174
|
+
:body => post_body,
|
|
1175
|
+
:auth_names => auth_names,
|
|
1176
|
+
:return_type => return_type
|
|
1177
|
+
)
|
|
1178
|
+
|
|
1179
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, "FilesApi", new_options)
|
|
1180
|
+
if @api_client.config.debugging
|
|
1181
|
+
@api_client.config.logger.debug "API called: FilesApi#update_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1182
|
+
end
|
|
1183
|
+
return data, status_code, headers
|
|
1184
|
+
end
|
|
1185
|
+
|
|
1186
|
+
# upload an File
|
|
1187
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1188
|
+
# @param [Hash] opts the optional parameters
|
|
1189
|
+
# @option opts [String] :folder_id pass an optional folder id to save file to specific folder
|
|
1190
|
+
# @option opts [String] :body
|
|
1191
|
+
# @option opts [String] :name exact name of the file you are uploading
|
|
1192
|
+
# @option opts [String] :filename
|
|
1193
|
+
# @option opts [String] :mime_type
|
|
1194
|
+
# @return [FileObject]
|
|
1195
|
+
def upload_file(xero_tenant_id, opts = {})
|
|
1196
|
+
data, _status_code, _headers = upload_file_with_http_info(xero_tenant_id, opts)
|
|
1197
|
+
data
|
|
1198
|
+
end
|
|
1199
|
+
|
|
1200
|
+
# upload an File
|
|
1201
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1202
|
+
# @param [Hash] opts the optional parameters
|
|
1203
|
+
# @option opts [String] :folder_id pass an optional folder id to save file to specific folder
|
|
1204
|
+
# @option opts [String] :body
|
|
1205
|
+
# @option opts [String] :name exact name of the file you are uploading
|
|
1206
|
+
# @option opts [String] :filename
|
|
1207
|
+
# @option opts [String] :mime_type
|
|
1208
|
+
# @return [Array<(FileObject, Integer, Hash)>] FileObject data, response status code and response headers
|
|
1209
|
+
def upload_file_with_http_info(xero_tenant_id, opts = {})
|
|
1210
|
+
if @api_client.config.debugging
|
|
1211
|
+
@api_client.config.logger.debug 'Calling API: FilesApi.upload_file ...'
|
|
1212
|
+
end
|
|
1213
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1214
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1215
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FilesApi.upload_file"
|
|
1216
|
+
end
|
|
1217
|
+
# resource path
|
|
1218
|
+
local_var_path = '/Files'
|
|
1219
|
+
|
|
1220
|
+
# camelize keys of incoming `where` opts
|
|
1221
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1222
|
+
|
|
1223
|
+
# query parameters
|
|
1224
|
+
query_params = opts[:query_params] || {}
|
|
1225
|
+
query_params[:'folderId'] = opts[:'folder_id'] if !opts[:'folder_id'].nil?
|
|
1226
|
+
|
|
1227
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1228
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1229
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1230
|
+
|
|
1231
|
+
# header parameters
|
|
1232
|
+
header_params = opts[:header_params] || {}
|
|
1233
|
+
# HTTP header 'Accept' (if needed)
|
|
1234
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1235
|
+
# HTTP header 'Content-Type'
|
|
1236
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
|
|
1237
|
+
header_params[:'xero-tenant-id'] = xero_tenant_id
|
|
1238
|
+
|
|
1239
|
+
# form parameters
|
|
1240
|
+
form_params = opts[:form_params] || {}
|
|
1241
|
+
form_params['body'] = opts[:'body'] if !opts[:'body'].nil?
|
|
1242
|
+
form_params['name'] = opts[:'name'] if !opts[:'name'].nil?
|
|
1243
|
+
form_params['filename'] = opts[:'filename'] if !opts[:'filename'].nil?
|
|
1244
|
+
form_params['mimeType'] = opts[:'mime_type'] if !opts[:'mime_type'].nil?
|
|
1245
|
+
|
|
1246
|
+
# http body (model)
|
|
1247
|
+
post_body = opts[:body]
|
|
1248
|
+
|
|
1249
|
+
# return_type
|
|
1250
|
+
return_type = opts[:return_type] || 'FileObject'
|
|
1251
|
+
|
|
1252
|
+
# auth_names
|
|
1253
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1254
|
+
|
|
1255
|
+
new_options = opts.merge(
|
|
1256
|
+
:header_params => header_params,
|
|
1257
|
+
:query_params => query_params,
|
|
1258
|
+
:form_params => form_params,
|
|
1259
|
+
:body => post_body,
|
|
1260
|
+
:auth_names => auth_names,
|
|
1261
|
+
:return_type => return_type
|
|
1262
|
+
)
|
|
1263
|
+
|
|
1264
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "FilesApi", new_options)
|
|
1265
|
+
if @api_client.config.debugging
|
|
1266
|
+
@api_client.config.logger.debug "API called: FilesApi#upload_file\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1267
|
+
end
|
|
1268
|
+
return data, status_code, headers
|
|
1269
|
+
end
|
|
1270
|
+
end
|
|
1271
|
+
end
|