From 70bda095f34a05fe3d255843267bb2a673ee05f0 Mon Sep 17 00:00:00 2001 From: Sidney Maestre Date: Fri, 11 Dec 2020 15:35:35 -0800 Subject: [PATCH] Build for OAS 2.7.0 --- README.md | 5 +- setup.py | 2 +- xero_python/__init__.py | 2 +- xero_python/accounting/__init__.py | 5 +- xero_python/accounting/api/accounting_api.py | 4 +- xero_python/accounting/docs/AccountingApi.md | 12 +- .../accounting/docs/AddressForOrganisation.md | 19 + xero_python/accounting/docs/CISOrgSetting.md | 2 +- xero_python/accounting/docs/CISSetting.md | 2 +- xero_python/accounting/docs/CreditNote.md | 3 + xero_python/accounting/docs/Invoice.md | 3 +- xero_python/accounting/docs/Organisation.md | 2 +- xero_python/accounting/models/__init__.py | 5 +- xero_python/accounting/models/account.py | 2 +- xero_python/accounting/models/account_type.py | 2 +- xero_python/accounting/models/accounts.py | 2 +- .../accounting/models/accounts_payable.py | 2 +- .../accounting/models/accounts_receivable.py | 2 +- xero_python/accounting/models/action.py | 2 +- xero_python/accounting/models/actions.py | 2 +- xero_python/accounting/models/address.py | 4 +- .../models/address_for_organisation.py | 387 ++++++++++++++++++ xero_python/accounting/models/allocation.py | 2 +- xero_python/accounting/models/allocations.py | 2 +- xero_python/accounting/models/attachment.py | 2 +- xero_python/accounting/models/attachments.py | 2 +- .../accounting/models/balance_details.py | 2 +- xero_python/accounting/models/balances.py | 2 +- .../accounting/models/bank_transaction.py | 2 +- .../accounting/models/bank_transactions.py | 2 +- .../accounting/models/bank_transfer.py | 2 +- .../accounting/models/bank_transfers.py | 2 +- .../accounting/models/batch_payment.py | 6 +- .../models/batch_payment_details.py | 2 +- .../accounting/models/batch_payments.py | 2 +- xero_python/accounting/models/bill.py | 2 +- .../accounting/models/branding_theme.py | 2 +- .../accounting/models/branding_themes.py | 2 +- .../accounting/models/cis_org_setting.py | 8 +- xero_python/accounting/models/cis_setting.py | 8 +- xero_python/accounting/models/cis_settings.py | 2 +- xero_python/accounting/models/contact.py | 2 +- .../accounting/models/contact_group.py | 2 +- .../accounting/models/contact_groups.py | 2 +- .../accounting/models/contact_person.py | 2 +- xero_python/accounting/models/contacts.py | 2 +- .../accounting/models/conversion_balances.py | 2 +- .../accounting/models/conversion_date.py | 2 +- xero_python/accounting/models/country_code.py | 2 +- xero_python/accounting/models/credit_note.py | 89 +++- xero_python/accounting/models/credit_notes.py | 2 +- xero_python/accounting/models/currencies.py | 2 +- xero_python/accounting/models/currency.py | 2 +- .../accounting/models/currency_code.py | 2 +- xero_python/accounting/models/element.py | 2 +- xero_python/accounting/models/employee.py | 2 +- xero_python/accounting/models/employees.py | 2 +- xero_python/accounting/models/error.py | 2 +- .../accounting/models/expense_claim.py | 2 +- .../accounting/models/expense_claims.py | 2 +- .../accounting/models/external_link.py | 2 +- .../accounting/models/history_record.py | 2 +- .../accounting/models/history_records.py | 2 +- .../accounting/models/import_summary.py | 2 +- .../models/import_summary_accounts.py | 2 +- .../models/import_summary_object.py | 2 +- .../models/import_summary_organisation.py | 2 +- xero_python/accounting/models/invoice.py | 40 +- .../accounting/models/invoice_reminder.py | 2 +- .../accounting/models/invoice_reminders.py | 2 +- xero_python/accounting/models/invoices.py | 2 +- xero_python/accounting/models/item.py | 2 +- xero_python/accounting/models/items.py | 2 +- xero_python/accounting/models/journal.py | 2 +- xero_python/accounting/models/journal_line.py | 2 +- xero_python/accounting/models/journals.py | 2 +- .../accounting/models/line_amount_types.py | 2 +- xero_python/accounting/models/line_item.py | 2 +- .../accounting/models/line_item_tracking.py | 2 +- .../accounting/models/linked_transaction.py | 2 +- .../accounting/models/linked_transactions.py | 2 +- .../accounting/models/manual_journal.py | 2 +- .../accounting/models/manual_journal_line.py | 2 +- .../accounting/models/manual_journals.py | 2 +- .../accounting/models/online_invoice.py | 2 +- .../accounting/models/online_invoices.py | 2 +- xero_python/accounting/models/organisation.py | 8 +- .../accounting/models/organisations.py | 2 +- xero_python/accounting/models/overpayment.py | 2 +- xero_python/accounting/models/overpayments.py | 2 +- xero_python/accounting/models/payment.py | 2 +- .../accounting/models/payment_delete.py | 2 +- .../accounting/models/payment_service.py | 2 +- .../accounting/models/payment_services.py | 2 +- xero_python/accounting/models/payment_term.py | 2 +- .../accounting/models/payment_term_type.py | 2 +- xero_python/accounting/models/payments.py | 2 +- xero_python/accounting/models/phone.py | 2 +- xero_python/accounting/models/prepayment.py | 2 +- xero_python/accounting/models/prepayments.py | 2 +- xero_python/accounting/models/purchase.py | 2 +- .../accounting/models/purchase_order.py | 2 +- .../accounting/models/purchase_orders.py | 2 +- xero_python/accounting/models/quote.py | 2 +- .../models/quote_line_amount_types.py | 2 +- .../accounting/models/quote_status_codes.py | 2 +- xero_python/accounting/models/quotes.py | 2 +- xero_python/accounting/models/receipt.py | 2 +- xero_python/accounting/models/receipts.py | 2 +- .../accounting/models/repeating_invoice.py | 2 +- .../accounting/models/repeating_invoices.py | 2 +- xero_python/accounting/models/report.py | 2 +- .../accounting/models/report_attribute.py | 2 +- xero_python/accounting/models/report_cell.py | 2 +- .../accounting/models/report_fields.py | 2 +- xero_python/accounting/models/report_row.py | 2 +- xero_python/accounting/models/report_rows.py | 2 +- .../accounting/models/report_with_row.py | 2 +- .../accounting/models/report_with_rows.py | 2 +- xero_python/accounting/models/reports.py | 2 +- .../accounting/models/request_empty.py | 2 +- xero_python/accounting/models/row_type.py | 2 +- .../models/sales_tracking_category.py | 2 +- xero_python/accounting/models/schedule.py | 2 +- xero_python/accounting/models/setup.py | 2 +- .../accounting/models/tax_component.py | 2 +- xero_python/accounting/models/tax_rate.py | 2 +- xero_python/accounting/models/tax_rates.py | 2 +- xero_python/accounting/models/tax_type.py | 2 +- .../models/ten_ninety_nine_contact.py | 2 +- xero_python/accounting/models/time_zone.py | 2 +- .../accounting/models/tracking_categories.py | 2 +- .../accounting/models/tracking_category.py | 2 +- .../accounting/models/tracking_option.py | 2 +- .../accounting/models/tracking_options.py | 2 +- xero_python/accounting/models/user.py | 2 +- xero_python/accounting/models/users.py | 2 +- .../accounting/models/validation_error.py | 2 +- xero_python/assets/__init__.py | 2 +- xero_python/assets/api/asset_api.py | 2 +- xero_python/assets/docs/Asset.md | 1 + xero_python/assets/models/__init__.py | 2 +- xero_python/assets/models/asset.py | 31 +- xero_python/assets/models/asset_status.py | 2 +- .../assets/models/asset_status_query_param.py | 2 +- xero_python/assets/models/asset_type.py | 2 +- xero_python/assets/models/assets.py | 2 +- .../assets/models/book_depreciation_detail.py | 2 +- .../models/book_depreciation_setting.py | 2 +- xero_python/assets/models/error.py | 2 +- .../models/field_validation_errors_element.py | 2 +- xero_python/assets/models/pagination.py | 2 +- .../resource_validation_errors_element.py | 2 +- xero_python/assets/models/setting.py | 2 +- xero_python/docs/README.md | 4 +- xero_python/identity/__init__.py | 2 +- xero_python/identity/api/identity_api.py | 2 +- xero_python/identity/models/__init__.py | 2 +- xero_python/identity/models/access_token.py | 2 +- xero_python/identity/models/connection.py | 2 +- xero_python/identity/models/refresh_token.py | 2 +- xero_python/payrollau/__init__.py | 2 +- xero_python/payrollau/api/payroll_au_api.py | 2 +- xero_python/payrollau/models/__init__.py | 2 +- xero_python/payrollau/models/account.py | 2 +- xero_python/payrollau/models/account_type.py | 2 +- .../payrollau/models/allowance_type.py | 2 +- xero_python/payrollau/models/api_exception.py | 2 +- xero_python/payrollau/models/bank_account.py | 2 +- xero_python/payrollau/models/calendar_type.py | 2 +- .../payrollau/models/deduction_line.py | 2 +- .../payrollau/models/deduction_type.py | 2 +- .../models/deduction_type_calculation_type.py | 2 +- xero_python/payrollau/models/earnings_line.py | 2 +- xero_python/payrollau/models/earnings_rate.py | 2 +- .../models/earnings_rate_calculation_type.py | 2 +- xero_python/payrollau/models/earnings_type.py | 2 +- xero_python/payrollau/models/employee.py | 2 +- .../payrollau/models/employee_status.py | 2 +- xero_python/payrollau/models/employees.py | 2 +- .../payrollau/models/employment_basis.py | 2 +- .../employment_termination_payment_type.py | 2 +- .../entitlement_final_pay_payout_type.py | 2 +- xero_python/payrollau/models/home_address.py | 2 +- .../payrollau/models/leave_accrual_line.py | 2 +- .../payrollau/models/leave_application.py | 2 +- .../payrollau/models/leave_applications.py | 2 +- xero_python/payrollau/models/leave_balance.py | 2 +- .../payrollau/models/leave_earnings_line.py | 2 +- xero_python/payrollau/models/leave_line.py | 2 +- .../models/leave_line_calculation_type.py | 2 +- xero_python/payrollau/models/leave_lines.py | 2 +- xero_python/payrollau/models/leave_period.py | 2 +- .../payrollau/models/leave_period_status.py | 2 +- xero_python/payrollau/models/leave_type.py | 2 +- .../models/leave_type_contribution_type.py | 2 +- .../payrollau/models/manual_tax_type.py | 2 +- .../payrollau/models/opening_balances.py | 2 +- xero_python/payrollau/models/pay_item.py | 2 +- xero_python/payrollau/models/pay_items.py | 2 +- xero_python/payrollau/models/pay_run.py | 2 +- .../payrollau/models/pay_run_status.py | 2 +- xero_python/payrollau/models/pay_runs.py | 2 +- xero_python/payrollau/models/pay_template.py | 2 +- .../models/payment_frequency_type.py | 2 +- .../payrollau/models/payroll_calendar.py | 2 +- .../payrollau/models/payroll_calendars.py | 2 +- xero_python/payrollau/models/payslip.py | 2 +- xero_python/payrollau/models/payslip_lines.py | 2 +- .../payrollau/models/payslip_object.py | 2 +- .../payrollau/models/payslip_summary.py | 2 +- xero_python/payrollau/models/payslips.py | 2 +- xero_python/payrollau/models/rate_type.py | 2 +- .../payrollau/models/reimbursement_line.py | 2 +- .../payrollau/models/reimbursement_lines.py | 2 +- .../payrollau/models/reimbursement_type.py | 2 +- .../payrollau/models/residency_status.py | 2 +- xero_python/payrollau/models/settings.py | 2 +- .../payrollau/models/settings_object.py | 2 +- .../models/settings_tracking_categories.py | 2 +- ...ngs_tracking_categories_employee_groups.py | 2 +- ...racking_categories_timesheet_categories.py | 2 +- xero_python/payrollau/models/state.py | 2 +- xero_python/payrollau/models/super_fund.py | 2 +- .../payrollau/models/super_fund_product.py | 2 +- .../payrollau/models/super_fund_products.py | 2 +- .../payrollau/models/super_fund_type.py | 2 +- xero_python/payrollau/models/super_funds.py | 2 +- xero_python/payrollau/models/super_line.py | 2 +- .../payrollau/models/super_membership.py | 2 +- .../models/superannuation_calculation_type.py | 2 +- .../superannuation_contribution_type.py | 2 +- .../payrollau/models/superannuation_line.py | 2 +- .../payrollau/models/tax_declaration.py | 2 +- xero_python/payrollau/models/tax_line.py | 2 +- .../payrollau/models/tfn_exemption_type.py | 2 +- xero_python/payrollau/models/timesheet.py | 2 +- .../payrollau/models/timesheet_line.py | 2 +- .../payrollau/models/timesheet_object.py | 2 +- .../payrollau/models/timesheet_status.py | 2 +- xero_python/payrollau/models/timesheets.py | 2 +- .../payrollau/models/validation_error.py | 2 +- xero_python/payrollnz/__init__.py | 3 +- xero_python/payrollnz/api/payroll_nz_api.py | 2 +- xero_python/payrollnz/docs/CalendarType.md | 9 + xero_python/payrollnz/docs/PayRun.md | 2 +- xero_python/payrollnz/docs/PayRunCalendar.md | 2 +- xero_python/payrollnz/docs/TaxSettings.md | 2 +- xero_python/payrollnz/models/__init__.py | 3 +- xero_python/payrollnz/models/account.py | 2 +- xero_python/payrollnz/models/accounts.py | 2 +- xero_python/payrollnz/models/address.py | 2 +- xero_python/payrollnz/models/bank_account.py | 2 +- xero_python/payrollnz/models/benefit.py | 2 +- xero_python/payrollnz/models/calendar_type.py | 34 ++ xero_python/payrollnz/models/deduction.py | 2 +- .../payrollnz/models/deduction_line.py | 2 +- .../payrollnz/models/deduction_object.py | 2 +- xero_python/payrollnz/models/deductions.py | 2 +- xero_python/payrollnz/models/earnings_line.py | 2 +- .../payrollnz/models/earnings_order.py | 2 +- .../payrollnz/models/earnings_order_object.py | 2 +- .../payrollnz/models/earnings_orders.py | 2 +- xero_python/payrollnz/models/earnings_rate.py | 2 +- .../payrollnz/models/earnings_rate_object.py | 2 +- .../payrollnz/models/earnings_rates.py | 2 +- .../payrollnz/models/earnings_template.py | 2 +- .../models/earnings_template_object.py | 2 +- xero_python/payrollnz/models/employee.py | 2 +- .../models/employee_earnings_templates.py | 2 +- .../payrollnz/models/employee_leave.py | 2 +- .../models/employee_leave_balance.py | 2 +- .../models/employee_leave_balances.py | 2 +- .../payrollnz/models/employee_leave_object.py | 2 +- .../payrollnz/models/employee_leave_setup.py | 2 +- .../models/employee_leave_setup_object.py | 2 +- .../payrollnz/models/employee_leave_type.py | 2 +- .../models/employee_leave_type_object.py | 2 +- .../payrollnz/models/employee_leave_types.py | 2 +- .../payrollnz/models/employee_leaves.py | 2 +- .../payrollnz/models/employee_object.py | 2 +- .../models/employee_opening_balance.py | 2 +- .../employee_opening_balances_object.py | 2 +- .../payrollnz/models/employee_pay_template.py | 2 +- .../models/employee_pay_template_object.py | 2 +- .../models/employee_pay_templates.py | 2 +- .../employee_statutory_leave_balance.py | 2 +- ...employee_statutory_leave_balance_object.py | 2 +- .../employee_statutory_leave_summary.py | 2 +- .../employee_statutory_leaves_summaries.py | 2 +- .../models/employee_statutory_sick_leave.py | 2 +- .../employee_statutory_sick_leave_object.py | 2 +- .../models/employee_statutory_sick_leaves.py | 2 +- xero_python/payrollnz/models/employee_tax.py | 2 +- .../payrollnz/models/employee_tax_object.py | 2 +- xero_python/payrollnz/models/employees.py | 2 +- xero_python/payrollnz/models/employment.py | 2 +- .../payrollnz/models/employment_object.py | 2 +- .../models/gross_earnings_history.py | 2 +- xero_python/payrollnz/models/invalid_field.py | 2 +- .../payrollnz/models/leave_accrual_line.py | 2 +- .../payrollnz/models/leave_earnings_line.py | 2 +- xero_python/payrollnz/models/leave_period.py | 2 +- xero_python/payrollnz/models/leave_periods.py | 2 +- xero_python/payrollnz/models/leave_type.py | 2 +- .../payrollnz/models/leave_type_object.py | 2 +- xero_python/payrollnz/models/leave_types.py | 2 +- xero_python/payrollnz/models/pagination.py | 2 +- xero_python/payrollnz/models/pay_run.py | 25 +- .../payrollnz/models/pay_run_calendar.py | 25 +- .../models/pay_run_calendar_object.py | 2 +- .../payrollnz/models/pay_run_calendars.py | 2 +- .../payrollnz/models/pay_run_object.py | 2 +- xero_python/payrollnz/models/pay_runs.py | 2 +- xero_python/payrollnz/models/pay_slip.py | 2 +- .../payrollnz/models/pay_slip_object.py | 2 +- xero_python/payrollnz/models/pay_slips.py | 2 +- xero_python/payrollnz/models/payment_line.py | 2 +- .../payrollnz/models/payment_method.py | 2 +- .../payrollnz/models/payment_method_object.py | 2 +- xero_python/payrollnz/models/problem.py | 2 +- xero_python/payrollnz/models/reimbursement.py | 2 +- .../payrollnz/models/reimbursement_line.py | 2 +- .../payrollnz/models/reimbursement_object.py | 2 +- .../payrollnz/models/reimbursements.py | 2 +- .../payrollnz/models/salary_and_wage.py | 2 +- .../models/salary_and_wage_object.py | 2 +- .../payrollnz/models/salary_and_wages.py | 2 +- xero_python/payrollnz/models/settings.py | 2 +- .../payrollnz/models/statutory_deduction.py | 2 +- .../models/statutory_deduction_category.py | 2 +- .../models/statutory_deduction_line.py | 2 +- .../models/statutory_deduction_object.py | 2 +- .../payrollnz/models/statutory_deductions.py | 2 +- .../payrollnz/models/superannuation_line.py | 2 +- .../payrollnz/models/superannuation_object.py | 2 +- .../payrollnz/models/superannuations.py | 2 +- xero_python/payrollnz/models/tax_code.py | 2 +- xero_python/payrollnz/models/tax_line.py | 2 +- xero_python/payrollnz/models/tax_settings.py | 8 +- xero_python/payrollnz/models/timesheet.py | 2 +- .../models/timesheet_earnings_line.py | 2 +- .../payrollnz/models/timesheet_line.py | 2 +- .../payrollnz/models/timesheet_line_object.py | 2 +- .../payrollnz/models/timesheet_object.py | 2 +- xero_python/payrollnz/models/timesheets.py | 2 +- .../payrollnz/models/tracking_categories.py | 2 +- .../payrollnz/models/tracking_category.py | 2 +- xero_python/payrolluk/__init__.py | 2 +- xero_python/payrolluk/api/payroll_uk_api.py | 2 +- xero_python/payrolluk/models/__init__.py | 2 +- xero_python/payrolluk/models/account.py | 2 +- xero_python/payrolluk/models/accounts.py | 2 +- xero_python/payrolluk/models/address.py | 2 +- xero_python/payrolluk/models/bank_account.py | 2 +- xero_python/payrolluk/models/benefit.py | 2 +- xero_python/payrolluk/models/benefit_line.py | 2 +- .../payrolluk/models/benefit_object.py | 2 +- xero_python/payrolluk/models/benefits.py | 2 +- .../payrolluk/models/court_order_line.py | 2 +- xero_python/payrolluk/models/deduction.py | 2 +- .../payrolluk/models/deduction_line.py | 2 +- .../payrolluk/models/deduction_object.py | 2 +- xero_python/payrolluk/models/deductions.py | 2 +- xero_python/payrolluk/models/earnings_line.py | 2 +- .../payrolluk/models/earnings_order.py | 2 +- .../payrolluk/models/earnings_order_object.py | 2 +- .../payrolluk/models/earnings_orders.py | 2 +- xero_python/payrolluk/models/earnings_rate.py | 2 +- .../payrolluk/models/earnings_rate_object.py | 2 +- .../payrolluk/models/earnings_rates.py | 2 +- .../payrolluk/models/earnings_template.py | 2 +- .../models/earnings_template_object.py | 2 +- xero_python/payrolluk/models/employee.py | 2 +- .../payrolluk/models/employee_leave.py | 2 +- .../models/employee_leave_balance.py | 2 +- .../models/employee_leave_balances.py | 2 +- .../payrolluk/models/employee_leave_object.py | 2 +- .../payrolluk/models/employee_leave_type.py | 2 +- .../models/employee_leave_type_object.py | 2 +- .../payrolluk/models/employee_leave_types.py | 2 +- .../payrolluk/models/employee_leaves.py | 2 +- .../payrolluk/models/employee_object.py | 2 +- .../models/employee_opening_balances.py | 2 +- .../employee_opening_balances_object.py | 2 +- .../payrolluk/models/employee_pay_template.py | 2 +- .../models/employee_pay_template_object.py | 2 +- .../models/employee_pay_templates.py | 2 +- .../employee_statutory_leave_balance.py | 2 +- ...employee_statutory_leave_balance_object.py | 2 +- .../employee_statutory_leave_summary.py | 2 +- .../employee_statutory_leaves_summaries.py | 2 +- .../models/employee_statutory_sick_leave.py | 2 +- .../employee_statutory_sick_leave_object.py | 2 +- .../models/employee_statutory_sick_leaves.py | 2 +- xero_python/payrolluk/models/employee_tax.py | 2 +- .../payrolluk/models/employee_tax_object.py | 2 +- xero_python/payrolluk/models/employees.py | 2 +- xero_python/payrolluk/models/employment.py | 2 +- .../payrolluk/models/employment_object.py | 2 +- xero_python/payrolluk/models/invalid_field.py | 2 +- .../payrolluk/models/leave_accrual_line.py | 2 +- .../payrolluk/models/leave_earnings_line.py | 2 +- xero_python/payrolluk/models/leave_period.py | 2 +- xero_python/payrolluk/models/leave_periods.py | 2 +- xero_python/payrolluk/models/leave_type.py | 2 +- .../payrolluk/models/leave_type_object.py | 2 +- xero_python/payrolluk/models/leave_types.py | 2 +- xero_python/payrolluk/models/pagination.py | 2 +- xero_python/payrolluk/models/pay_run.py | 2 +- .../payrolluk/models/pay_run_calendar.py | 2 +- .../models/pay_run_calendar_object.py | 2 +- .../payrolluk/models/pay_run_calendars.py | 2 +- .../payrolluk/models/pay_run_object.py | 2 +- xero_python/payrolluk/models/pay_runs.py | 2 +- xero_python/payrolluk/models/payment_line.py | 2 +- .../payrolluk/models/payment_method.py | 2 +- .../payrolluk/models/payment_method_object.py | 2 +- xero_python/payrolluk/models/payslip.py | 2 +- .../payrolluk/models/payslip_object.py | 2 +- xero_python/payrolluk/models/payslips.py | 2 +- xero_python/payrolluk/models/problem.py | 2 +- xero_python/payrolluk/models/reimbursement.py | 2 +- .../payrolluk/models/reimbursement_line.py | 2 +- .../payrolluk/models/reimbursement_object.py | 2 +- .../payrolluk/models/reimbursements.py | 2 +- .../payrolluk/models/salary_and_wage.py | 2 +- .../models/salary_and_wage_object.py | 2 +- .../payrolluk/models/salary_and_wages.py | 2 +- xero_python/payrolluk/models/settings.py | 2 +- .../payrolluk/models/statutory_deduction.py | 2 +- .../models/statutory_deduction_category.py | 2 +- xero_python/payrolluk/models/tax_line.py | 2 +- xero_python/payrolluk/models/timesheet.py | 2 +- .../models/timesheet_earnings_line.py | 2 +- .../payrolluk/models/timesheet_line.py | 2 +- .../payrolluk/models/timesheet_line_object.py | 2 +- .../payrolluk/models/timesheet_object.py | 2 +- xero_python/payrolluk/models/timesheets.py | 2 +- .../payrolluk/models/tracking_categories.py | 2 +- .../payrolluk/models/tracking_category.py | 2 +- xero_python/project/__init__.py | 2 +- xero_python/project/api/project_api.py | 2 +- xero_python/project/models/__init__.py | 2 +- xero_python/project/models/amount.py | 2 +- xero_python/project/models/charge_type.py | 2 +- xero_python/project/models/currency_code.py | 2 +- xero_python/project/models/error.py | 2 +- xero_python/project/models/pagination.py | 2 +- xero_python/project/models/project.py | 2 +- .../models/project_create_or_update.py | 2 +- xero_python/project/models/project_patch.py | 2 +- xero_python/project/models/project_status.py | 2 +- xero_python/project/models/project_user.py | 2 +- xero_python/project/models/project_users.py | 2 +- xero_python/project/models/projects.py | 2 +- xero_python/project/models/task.py | 2 +- .../project/models/task_create_or_update.py | 2 +- xero_python/project/models/tasks.py | 2 +- xero_python/project/models/time_entries.py | 2 +- xero_python/project/models/time_entry.py | 2 +- .../models/time_entry_create_or_update.py | 2 +- xero_python/rest.py | 2 +- 463 files changed, 1096 insertions(+), 527 deletions(-) create mode 100644 xero_python/accounting/docs/AddressForOrganisation.md create mode 100644 xero_python/accounting/models/address_for_organisation.py create mode 100644 xero_python/payrollnz/docs/CalendarType.md create mode 100644 xero_python/payrollnz/models/calendar_type.py diff --git a/README.md b/README.md index 15ef044b..aa8a8819 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,14 @@ Official python SDK for Xero API generated by OpenAPI spec for oAuth 2 * Class based interface for Xero API endpoints. * Model classes used to represent API data. * Currently Supported API sets: + * [Accounting API](https://developer.xero.com/documentation/api/api-overview) * [Assets API](https://developer.xero.com/documentation/assets-api/overview) * [Projects API](https://developer.xero.com/documentation/projects/overview-projects) * [AU Payroll API](https://developer.xero.com/documentation/payroll-api/overview) * [UK Payroll API](https://developer.xero.com/documentation/payroll-api-uk/overview) + * [NZ Payroll API](https://developer.xero.com/documentation/payroll-api-nz/overview) + * Error handling for ease of use. ## Starter Project @@ -95,8 +98,6 @@ We've created [xero-python-outh2-app](https://github.com/XeroAPI/xero-python-oau * settings * tracking categories - - ## Credits * This package was created with diff --git a/setup.py b/setup.py index 7f360a0a..c524c5f4 100644 --- a/setup.py +++ b/setup.py @@ -48,5 +48,5 @@ def read_file(filename): keywords="xero python sdk API oAuth", name="xero_python", packages=find_packages(include=["xero_python", "xero_python.*"]), - version="1.1.0", + version="1.2.0", ) diff --git a/xero_python/__init__.py b/xero_python/__init__.py index adc124ea..d57a2bf7 100644 --- a/xero_python/__init__.py +++ b/xero_python/__init__.py @@ -2,4 +2,4 @@ __author__ = """Xero Developer API""" __email__ = "api@xero.com" -__version__ = "1.1.0" +__version__ = "1.2.0" diff --git a/xero_python/accounting/__init__.py b/xero_python/accounting/__init__.py index 79979586..1c06a0b4 100644 --- a/xero_python/accounting/__init__.py +++ b/xero_python/accounting/__init__.py @@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -26,6 +26,9 @@ from xero_python.accounting.models.action import Action from xero_python.accounting.models.actions import Actions from xero_python.accounting.models.address import Address +from xero_python.accounting.models.address_for_organisation import ( + AddressForOrganisation, +) from xero_python.accounting.models.allocation import Allocation from xero_python.accounting.models.allocations import Allocations from xero_python.accounting.models.attachment import Attachment diff --git a/xero_python/accounting/api/accounting_api.py b/xero_python/accounting/api/accounting_api.py index c01e5b4a..af4d3a57 100644 --- a/xero_python/accounting/api/accounting_api.py +++ b/xero_python/accounting/api/accounting_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -14938,7 +14938,7 @@ def get_report_balance_sheet( """Allows you to retrieve report for BalanceSheet # noqa: E501 OAuth2 scope: accounting.reports.read :param str xero_tenant_id: Xero identifier for Tenant (required) - :param str date: The date of the Balance Sheet report + :param date date: The date of the Balance Sheet report :param int periods: The number of periods for the Balance Sheet report :param str timeframe: The period size to compare to (MONTH, QUARTER, YEAR) :param str tracking_option_id1: The tracking option 1 for the Balance Sheet report diff --git a/xero_python/accounting/docs/AccountingApi.md b/xero_python/accounting/docs/AccountingApi.md index cef57e48..91758d72 100644 --- a/xero_python/accounting/docs/AccountingApi.md +++ b/xero_python/accounting/docs/AccountingApi.md @@ -8292,11 +8292,11 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **xero_tenant_id** | **str**| Xero identifier for Tenant | **page** | **int**| Up to 100 linked transactions will be returned in a single API call. Use the page parameter to specify the page to be returned e.g. page=1. | [optional] - **linked_transaction_id** | **str**| The Xero identifier for an Linked Transaction | [optional] - **source_transaction_id** | **str**| Filter by the SourceTransactionID. Get the linked transactions created from a particular ACCPAY invoice | [optional] - **contact_id** | **str**| Filter by the ContactID. Get all the linked transactions that have been assigned to a particular customer. | [optional] + **linked_transaction_id** | [**str**](.md)| The Xero identifier for an Linked Transaction | [optional] + **source_transaction_id** | [**str**](.md)| Filter by the SourceTransactionID. Get the linked transactions created from a particular ACCPAY invoice | [optional] + **contact_id** | [**str**](.md)| Filter by the ContactID. Get all the linked transactions that have been assigned to a particular customer. | [optional] **status** | **str**| Filter by the combination of ContactID and Status. Get the linked transactions associaed to a customer and with a status | [optional] - **target_transaction_id** | **str**| Filter by the TargetTransactionID. Get all the linked transactions allocated to a particular ACCREC invoice | [optional] + **target_transaction_id** | [**str**](.md)| Filter by the TargetTransactionID. Get all the linked transactions allocated to a particular ACCREC invoice | [optional] ### Return type @@ -11668,7 +11668,7 @@ api_client = ApiClient( api_instance = AccountingApi(api_client) xero_tenant_id = 'YOUR_XERO_TENANT_ID' # str | Xero identifier for Tenant -date = '2019-11-01' # str | The date of the Balance Sheet report (optional) +date = '2019-11-01' # date | The date of the Balance Sheet report (optional) periods = 3 # int | The number of periods for the Balance Sheet report (optional) timeframe = 'MONTH' # str | The period size to compare to (MONTH, QUARTER, YEAR) (optional) tracking_option_id1 = '00000000-0000-0000-000-000000000000' # str | The tracking option 1 for the Balance Sheet report (optional) @@ -11688,7 +11688,7 @@ except ApiException as e: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **xero_tenant_id** | **str**| Xero identifier for Tenant | - **date** | **str**| The date of the Balance Sheet report | [optional] + **date** | **date**| The date of the Balance Sheet report | [optional] **periods** | **int**| The number of periods for the Balance Sheet report | [optional] **timeframe** | **str**| The period size to compare to (MONTH, QUARTER, YEAR) | [optional] **tracking_option_id1** | **str**| The tracking option 1 for the Balance Sheet report | [optional] diff --git a/xero_python/accounting/docs/AddressForOrganisation.md b/xero_python/accounting/docs/AddressForOrganisation.md new file mode 100644 index 00000000..84702bfe --- /dev/null +++ b/xero_python/accounting/docs/AddressForOrganisation.md @@ -0,0 +1,19 @@ +# AddressForOrganisation + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**address_type** | **str** | define the type of address | [optional] +**address_line1** | **str** | max length = 500 | [optional] +**address_line2** | **str** | max length = 500 | [optional] +**address_line3** | **str** | max length = 500 | [optional] +**address_line4** | **str** | max length = 500 | [optional] +**city** | **str** | max length = 255 | [optional] +**region** | **str** | max length = 255 | [optional] +**postal_code** | **str** | max length = 50 | [optional] +**country** | **str** | max length = 50, [A-Z], [a-z] only | [optional] +**attention_to** | **str** | max length = 255 | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/xero_python/accounting/docs/CISOrgSetting.md b/xero_python/accounting/docs/CISOrgSetting.md index d8472d54..182f56ef 100644 --- a/xero_python/accounting/docs/CISOrgSetting.md +++ b/xero_python/accounting/docs/CISOrgSetting.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cis_contractor_enabled** | **bool** | true or false - Boolean that describes if the organisation is a CIS Contractor | [optional] **cis_sub_contractor_enabled** | **bool** | true or false - Boolean that describes if the organisation is a CIS SubContractor | [optional] -**rate** | **int** | CIS Deduction rate for the organisation | [optional] +**rate** | **float** | CIS Deduction rate for the organisation | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/xero_python/accounting/docs/CISSetting.md b/xero_python/accounting/docs/CISSetting.md index 974b7fa6..2470bbcb 100644 --- a/xero_python/accounting/docs/CISSetting.md +++ b/xero_python/accounting/docs/CISSetting.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cis_enabled** | **bool** | Boolean that describes if the contact is a CIS Subcontractor | [optional] -**rate** | **int** | CIS Deduction rate for the contact if he is a subcontractor. If the contact is not CISEnabled, then the rate is not returned | [optional] +**rate** | **float** | CIS Deduction rate for the contact if he is a subcontractor. If the contact is not CISEnabled, then the rate is not returned | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/xero_python/accounting/docs/CreditNote.md b/xero_python/accounting/docs/CreditNote.md index 40f289eb..5126f005 100644 --- a/xero_python/accounting/docs/CreditNote.md +++ b/xero_python/accounting/docs/CreditNote.md @@ -6,12 +6,15 @@ Name | Type | Description | Notes **type** | **str** | See Credit Note Types | [optional] **contact** | [**Contact**](Contact.md) | | [optional] **date** | **date** | The date the credit note is issued YYYY-MM-DD. If the Date element is not specified then it will default to the current date based on the timezone setting of the organisation | [optional] +**due_date** | **date** | Date invoice is due – YYYY-MM-DD | [optional] **status** | **str** | See Credit Note Status Codes | [optional] **line_amount_types** | [**LineAmountTypes**](LineAmountTypes.md) | | [optional] **line_items** | [**list[LineItem]**](LineItem.md) | See Invoice Line Items | [optional] **sub_total** | **float** | The subtotal of the credit note excluding taxes | [optional] **total_tax** | **float** | The total tax on the credit note | [optional] **total** | **float** | The total of the Credit Note(subtotal + total tax) | [optional] +**cis_deduction** | **float** | CIS deduction for UK contractors | [optional] +**cis_rate** | **float** | CIS Deduction rate for the organisation | [optional] **updated_date_utc** | **datetime** | UTC timestamp of last update to the credit note | [optional] **currency_code** | [**CurrencyCode**](CurrencyCode.md) | | [optional] **fully_paid_on_date** | **date** | Date when credit note was fully paid(UTC format) | [optional] diff --git a/xero_python/accounting/docs/Invoice.md b/xero_python/accounting/docs/Invoice.md index ce290551..021d8428 100644 --- a/xero_python/accounting/docs/Invoice.md +++ b/xero_python/accounting/docs/Invoice.md @@ -10,7 +10,7 @@ Name | Type | Description | Notes **due_date** | **date** | Date invoice is due – YYYY-MM-DD | [optional] **line_amount_types** | [**LineAmountTypes**](LineAmountTypes.md) | | [optional] **invoice_number** | **str** | ACCREC – Unique alpha numeric code identifying invoice (when missing will auto-generate from your Organisation Invoice Settings) (max length = 255) | [optional] -**reference** | **str** | ACCREC only – additional reference number (max length = 255) | [optional] +**reference** | **str** | ACCREC only – additional reference number | [optional] **branding_theme_id** | **str** | See BrandingThemes | [optional] **url** | **str** | URL link to a source document – shown as “Go to [appName]” in the Xero app | [optional] **currency_code** | [**CurrencyCode**](CurrencyCode.md) | | [optional] @@ -20,6 +20,7 @@ Name | Type | Description | Notes **expected_payment_date** | **date** | Shown on sales invoices (Accounts Receivable) when this has been set | [optional] **planned_payment_date** | **date** | Shown on bills (Accounts Payable) when this has been set | [optional] **cis_deduction** | **float** | CIS deduction for UK contractors | [optional] +**cis_rate** | **float** | CIS Deduction rate for the organisation | [optional] **sub_total** | **float** | Total of invoice excluding taxes | [optional] **total_tax** | **float** | Total tax on invoice | [optional] **total** | **float** | Total of Invoice tax inclusive (i.e. SubTotal + TotalTax). This will be ignored if it doesn’t equal the sum of the LineAmounts | [optional] diff --git a/xero_python/accounting/docs/Organisation.md b/xero_python/accounting/docs/Organisation.md index 45c87196..667caf48 100644 --- a/xero_python/accounting/docs/Organisation.md +++ b/xero_python/accounting/docs/Organisation.md @@ -32,7 +32,7 @@ Name | Type | Description | Notes **_class** | **str** | Organisation Classes describe which plan the Xero organisation is on (e.g. DEMO, TRIAL, PREMIUM) | [optional] **edition** | **str** | BUSINESS or PARTNER. Partner edition organisations are sold exclusively through accounting partners and have restricted functionality (e.g. no access to invoicing) | [optional] **line_of_business** | **str** | Description of business type as defined in Organisation settings | [optional] -**addresses** | [**list[Address]**](Address.md) | Address details for organisation – see Addresses | [optional] +**addresses** | [**list[AddressForOrganisation]**](AddressForOrganisation.md) | Address details for organisation – see Addresses | [optional] **phones** | [**list[Phone]**](Phone.md) | Phones details for organisation – see Phones | [optional] **external_links** | [**list[ExternalLink]**](ExternalLink.md) | Organisation profile links for popular services such as Facebook,Twitter, GooglePlus and LinkedIn. You can also add link to your website here. Shown if Organisation settings is updated in Xero. See ExternalLinks below | [optional] **payment_terms** | [**PaymentTerm**](PaymentTerm.md) | | [optional] diff --git a/xero_python/accounting/models/__init__.py b/xero_python/accounting/models/__init__.py index 0372ae54..94ab7112 100644 --- a/xero_python/accounting/models/__init__.py +++ b/xero_python/accounting/models/__init__.py @@ -6,7 +6,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -21,6 +21,9 @@ from xero_python.accounting.models.action import Action from xero_python.accounting.models.actions import Actions from xero_python.accounting.models.address import Address +from xero_python.accounting.models.address_for_organisation import ( + AddressForOrganisation, +) from xero_python.accounting.models.allocation import Allocation from xero_python.accounting.models.allocations import Allocations from xero_python.accounting.models.attachment import Attachment diff --git a/xero_python/accounting/models/account.py b/xero_python/accounting/models/account.py index 54ca6dd5..a616c4b6 100644 --- a/xero_python/accounting/models/account.py +++ b/xero_python/accounting/models/account.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/account_type.py b/xero_python/accounting/models/account_type.py index 4e2938a9..4f1cfada 100644 --- a/xero_python/accounting/models/account_type.py +++ b/xero_python/accounting/models/account_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/accounts.py b/xero_python/accounting/models/accounts.py index 35a605ae..67df5da2 100644 --- a/xero_python/accounting/models/accounts.py +++ b/xero_python/accounting/models/accounts.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/accounts_payable.py b/xero_python/accounting/models/accounts_payable.py index 9b0bf770..44d9f6b8 100644 --- a/xero_python/accounting/models/accounts_payable.py +++ b/xero_python/accounting/models/accounts_payable.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/accounts_receivable.py b/xero_python/accounting/models/accounts_receivable.py index 72727889..d8252404 100644 --- a/xero_python/accounting/models/accounts_receivable.py +++ b/xero_python/accounting/models/accounts_receivable.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/action.py b/xero_python/accounting/models/action.py index b1b8a482..b3ed90cc 100644 --- a/xero_python/accounting/models/action.py +++ b/xero_python/accounting/models/action.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/actions.py b/xero_python/accounting/models/actions.py index e13eaea0..8f49b059 100644 --- a/xero_python/accounting/models/actions.py +++ b/xero_python/accounting/models/actions.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/address.py b/xero_python/accounting/models/address.py index 885a8163..ac5c071b 100644 --- a/xero_python/accounting/models/address.py +++ b/xero_python/accounting/models/address.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -124,7 +124,7 @@ def address_type(self, address_type): :param address_type: The address_type of this Address. # noqa: E501 :type: str """ - allowed_values = ["POBOX", "STREET", "DELIVERY", "None"] # noqa: E501 + allowed_values = ["POBOX", "STREET", "None"] # noqa: E501 if address_type not in allowed_values: raise ValueError( "Invalid value for `address_type` ({0}), must be one of {1}".format( # noqa: E501 diff --git a/xero_python/accounting/models/address_for_organisation.py b/xero_python/accounting/models/address_for_organisation.py new file mode 100644 index 00000000..c2cafb4f --- /dev/null +++ b/xero_python/accounting/models/address_for_organisation.py @@ -0,0 +1,387 @@ +# coding: utf-8 + +""" + Accounting API + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 + + OpenAPI spec version: 2.7.0 + Contact: api@xero.com + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 + +from xero_python.models import BaseModel + + +class AddressForOrganisation(BaseModel): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + """ + + """ + Attributes: + openapi_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + openapi_types = { + "address_type": "str", + "address_line1": "str", + "address_line2": "str", + "address_line3": "str", + "address_line4": "str", + "city": "str", + "region": "str", + "postal_code": "str", + "country": "str", + "attention_to": "str", + } + + attribute_map = { + "address_type": "AddressType", + "address_line1": "AddressLine1", + "address_line2": "AddressLine2", + "address_line3": "AddressLine3", + "address_line4": "AddressLine4", + "city": "City", + "region": "Region", + "postal_code": "PostalCode", + "country": "Country", + "attention_to": "AttentionTo", + } + + def __init__( + self, + address_type=None, + address_line1=None, + address_line2=None, + address_line3=None, + address_line4=None, + city=None, + region=None, + postal_code=None, + country=None, + attention_to=None, + ): # noqa: E501 + """AddressForOrganisation - a model defined in OpenAPI""" # noqa: E501 + + self._address_type = None + self._address_line1 = None + self._address_line2 = None + self._address_line3 = None + self._address_line4 = None + self._city = None + self._region = None + self._postal_code = None + self._country = None + self._attention_to = None + self.discriminator = None + + if address_type is not None: + self.address_type = address_type + if address_line1 is not None: + self.address_line1 = address_line1 + if address_line2 is not None: + self.address_line2 = address_line2 + if address_line3 is not None: + self.address_line3 = address_line3 + if address_line4 is not None: + self.address_line4 = address_line4 + if city is not None: + self.city = city + if region is not None: + self.region = region + if postal_code is not None: + self.postal_code = postal_code + if country is not None: + self.country = country + if attention_to is not None: + self.attention_to = attention_to + + @property + def address_type(self): + """Gets the address_type of this AddressForOrganisation. # noqa: E501 + + define the type of address # noqa: E501 + + :return: The address_type of this AddressForOrganisation. # noqa: E501 + :rtype: str + """ + return self._address_type + + @address_type.setter + def address_type(self, address_type): + """Sets the address_type of this AddressForOrganisation. + + define the type of address # noqa: E501 + + :param address_type: The address_type of this AddressForOrganisation. # noqa: E501 + :type: str + """ + allowed_values = ["POBOX", "STREET", "DELIVERY", "None"] # noqa: E501 + if address_type not in allowed_values: + raise ValueError( + "Invalid value for `address_type` ({0}), must be one of {1}".format( # noqa: E501 + address_type, allowed_values + ) + ) + + self._address_type = address_type + + @property + def address_line1(self): + """Gets the address_line1 of this AddressForOrganisation. # noqa: E501 + + max length = 500 # noqa: E501 + + :return: The address_line1 of this AddressForOrganisation. # noqa: E501 + :rtype: str + """ + return self._address_line1 + + @address_line1.setter + def address_line1(self, address_line1): + """Sets the address_line1 of this AddressForOrganisation. + + max length = 500 # noqa: E501 + + :param address_line1: The address_line1 of this AddressForOrganisation. # noqa: E501 + :type: str + """ + if address_line1 is not None and len(address_line1) > 500: + raise ValueError( + "Invalid value for `address_line1`, " + "length must be less than or equal to `500`" + ) # noqa: E501 + + self._address_line1 = address_line1 + + @property + def address_line2(self): + """Gets the address_line2 of this AddressForOrganisation. # noqa: E501 + + max length = 500 # noqa: E501 + + :return: The address_line2 of this AddressForOrganisation. # noqa: E501 + :rtype: str + """ + return self._address_line2 + + @address_line2.setter + def address_line2(self, address_line2): + """Sets the address_line2 of this AddressForOrganisation. + + max length = 500 # noqa: E501 + + :param address_line2: The address_line2 of this AddressForOrganisation. # noqa: E501 + :type: str + """ + if address_line2 is not None and len(address_line2) > 500: + raise ValueError( + "Invalid value for `address_line2`, " + "length must be less than or equal to `500`" + ) # noqa: E501 + + self._address_line2 = address_line2 + + @property + def address_line3(self): + """Gets the address_line3 of this AddressForOrganisation. # noqa: E501 + + max length = 500 # noqa: E501 + + :return: The address_line3 of this AddressForOrganisation. # noqa: E501 + :rtype: str + """ + return self._address_line3 + + @address_line3.setter + def address_line3(self, address_line3): + """Sets the address_line3 of this AddressForOrganisation. + + max length = 500 # noqa: E501 + + :param address_line3: The address_line3 of this AddressForOrganisation. # noqa: E501 + :type: str + """ + if address_line3 is not None and len(address_line3) > 500: + raise ValueError( + "Invalid value for `address_line3`, " + "length must be less than or equal to `500`" + ) # noqa: E501 + + self._address_line3 = address_line3 + + @property + def address_line4(self): + """Gets the address_line4 of this AddressForOrganisation. # noqa: E501 + + max length = 500 # noqa: E501 + + :return: The address_line4 of this AddressForOrganisation. # noqa: E501 + :rtype: str + """ + return self._address_line4 + + @address_line4.setter + def address_line4(self, address_line4): + """Sets the address_line4 of this AddressForOrganisation. + + max length = 500 # noqa: E501 + + :param address_line4: The address_line4 of this AddressForOrganisation. # noqa: E501 + :type: str + """ + if address_line4 is not None and len(address_line4) > 500: + raise ValueError( + "Invalid value for `address_line4`, " + "length must be less than or equal to `500`" + ) # noqa: E501 + + self._address_line4 = address_line4 + + @property + def city(self): + """Gets the city of this AddressForOrganisation. # noqa: E501 + + max length = 255 # noqa: E501 + + :return: The city of this AddressForOrganisation. # noqa: E501 + :rtype: str + """ + return self._city + + @city.setter + def city(self, city): + """Sets the city of this AddressForOrganisation. + + max length = 255 # noqa: E501 + + :param city: The city of this AddressForOrganisation. # noqa: E501 + :type: str + """ + if city is not None and len(city) > 255: + raise ValueError( + "Invalid value for `city`, " + "length must be less than or equal to `255`" + ) # noqa: E501 + + self._city = city + + @property + def region(self): + """Gets the region of this AddressForOrganisation. # noqa: E501 + + max length = 255 # noqa: E501 + + :return: The region of this AddressForOrganisation. # noqa: E501 + :rtype: str + """ + return self._region + + @region.setter + def region(self, region): + """Sets the region of this AddressForOrganisation. + + max length = 255 # noqa: E501 + + :param region: The region of this AddressForOrganisation. # noqa: E501 + :type: str + """ + if region is not None and len(region) > 255: + raise ValueError( + "Invalid value for `region`, " + "length must be less than or equal to `255`" + ) # noqa: E501 + + self._region = region + + @property + def postal_code(self): + """Gets the postal_code of this AddressForOrganisation. # noqa: E501 + + max length = 50 # noqa: E501 + + :return: The postal_code of this AddressForOrganisation. # noqa: E501 + :rtype: str + """ + return self._postal_code + + @postal_code.setter + def postal_code(self, postal_code): + """Sets the postal_code of this AddressForOrganisation. + + max length = 50 # noqa: E501 + + :param postal_code: The postal_code of this AddressForOrganisation. # noqa: E501 + :type: str + """ + if postal_code is not None and len(postal_code) > 50: + raise ValueError( + "Invalid value for `postal_code`, " + "length must be less than or equal to `50`" + ) # noqa: E501 + + self._postal_code = postal_code + + @property + def country(self): + """Gets the country of this AddressForOrganisation. # noqa: E501 + + max length = 50, [A-Z], [a-z] only # noqa: E501 + + :return: The country of this AddressForOrganisation. # noqa: E501 + :rtype: str + """ + return self._country + + @country.setter + def country(self, country): + """Sets the country of this AddressForOrganisation. + + max length = 50, [A-Z], [a-z] only # noqa: E501 + + :param country: The country of this AddressForOrganisation. # noqa: E501 + :type: str + """ + if country is not None and len(country) > 50: + raise ValueError( + "Invalid value for `country`, " + "length must be less than or equal to `50`" + ) # noqa: E501 + + self._country = country + + @property + def attention_to(self): + """Gets the attention_to of this AddressForOrganisation. # noqa: E501 + + max length = 255 # noqa: E501 + + :return: The attention_to of this AddressForOrganisation. # noqa: E501 + :rtype: str + """ + return self._attention_to + + @attention_to.setter + def attention_to(self, attention_to): + """Sets the attention_to of this AddressForOrganisation. + + max length = 255 # noqa: E501 + + :param attention_to: The attention_to of this AddressForOrganisation. # noqa: E501 + :type: str + """ + if attention_to is not None and len(attention_to) > 255: + raise ValueError( + "Invalid value for `attention_to`, " + "length must be less than or equal to `255`" + ) # noqa: E501 + + self._attention_to = attention_to diff --git a/xero_python/accounting/models/allocation.py b/xero_python/accounting/models/allocation.py index 53d20e0b..52413d24 100644 --- a/xero_python/accounting/models/allocation.py +++ b/xero_python/accounting/models/allocation.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/allocations.py b/xero_python/accounting/models/allocations.py index 420d7768..3cda2f99 100644 --- a/xero_python/accounting/models/allocations.py +++ b/xero_python/accounting/models/allocations.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/attachment.py b/xero_python/accounting/models/attachment.py index 49dfa2c6..a9ba747e 100644 --- a/xero_python/accounting/models/attachment.py +++ b/xero_python/accounting/models/attachment.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/attachments.py b/xero_python/accounting/models/attachments.py index 690a2890..ae4ae986 100644 --- a/xero_python/accounting/models/attachments.py +++ b/xero_python/accounting/models/attachments.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/balance_details.py b/xero_python/accounting/models/balance_details.py index bd9e8c98..d98f0c8d 100644 --- a/xero_python/accounting/models/balance_details.py +++ b/xero_python/accounting/models/balance_details.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/balances.py b/xero_python/accounting/models/balances.py index 8e1f7a14..4182fb09 100644 --- a/xero_python/accounting/models/balances.py +++ b/xero_python/accounting/models/balances.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/bank_transaction.py b/xero_python/accounting/models/bank_transaction.py index e4ee6729..e3a68a07 100644 --- a/xero_python/accounting/models/bank_transaction.py +++ b/xero_python/accounting/models/bank_transaction.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/bank_transactions.py b/xero_python/accounting/models/bank_transactions.py index 84af633c..73c260c0 100644 --- a/xero_python/accounting/models/bank_transactions.py +++ b/xero_python/accounting/models/bank_transactions.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/bank_transfer.py b/xero_python/accounting/models/bank_transfer.py index 5ba910b3..e008c410 100644 --- a/xero_python/accounting/models/bank_transfer.py +++ b/xero_python/accounting/models/bank_transfer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/bank_transfers.py b/xero_python/accounting/models/bank_transfers.py index 32d36e77..7bbd66df 100644 --- a/xero_python/accounting/models/bank_transfers.py +++ b/xero_python/accounting/models/bank_transfers.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/batch_payment.py b/xero_python/accounting/models/batch_payment.py index 619df7a5..748f604b 100644 --- a/xero_python/accounting/models/batch_payment.py +++ b/xero_python/accounting/models/batch_payment.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -181,10 +181,10 @@ def reference(self, reference): :param reference: The reference of this BatchPayment. # noqa: E501 :type: str """ - if reference is not None and len(reference) > 12: + if reference is not None and len(reference) > 255: raise ValueError( "Invalid value for `reference`, " - "length must be less than or equal to `12`" + "length must be less than or equal to `255`" ) # noqa: E501 self._reference = reference diff --git a/xero_python/accounting/models/batch_payment_details.py b/xero_python/accounting/models/batch_payment_details.py index 1d927fbd..1bc29188 100644 --- a/xero_python/accounting/models/batch_payment_details.py +++ b/xero_python/accounting/models/batch_payment_details.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/batch_payments.py b/xero_python/accounting/models/batch_payments.py index f1cde104..6e6959fd 100644 --- a/xero_python/accounting/models/batch_payments.py +++ b/xero_python/accounting/models/batch_payments.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/bill.py b/xero_python/accounting/models/bill.py index 257c9b01..e4d79b44 100644 --- a/xero_python/accounting/models/bill.py +++ b/xero_python/accounting/models/bill.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/branding_theme.py b/xero_python/accounting/models/branding_theme.py index e7b023b4..fba911ac 100644 --- a/xero_python/accounting/models/branding_theme.py +++ b/xero_python/accounting/models/branding_theme.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/branding_themes.py b/xero_python/accounting/models/branding_themes.py index eb7499e5..4306fa16 100644 --- a/xero_python/accounting/models/branding_themes.py +++ b/xero_python/accounting/models/branding_themes.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/cis_org_setting.py b/xero_python/accounting/models/cis_org_setting.py index 97e2fb36..9ece6f50 100644 --- a/xero_python/accounting/models/cis_org_setting.py +++ b/xero_python/accounting/models/cis_org_setting.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -33,7 +33,7 @@ class CISOrgSetting(BaseModel): openapi_types = { "cis_contractor_enabled": "bool", "cis_sub_contractor_enabled": "bool", - "rate": "int", + "rate": "float", } attribute_map = { @@ -112,7 +112,7 @@ def rate(self): CIS Deduction rate for the organisation # noqa: E501 :return: The rate of this CISOrgSetting. # noqa: E501 - :rtype: int + :rtype: float """ return self._rate @@ -123,7 +123,7 @@ def rate(self, rate): CIS Deduction rate for the organisation # noqa: E501 :param rate: The rate of this CISOrgSetting. # noqa: E501 - :type: int + :type: float """ self._rate = rate diff --git a/xero_python/accounting/models/cis_setting.py b/xero_python/accounting/models/cis_setting.py index 384e757d..46a3b8c6 100644 --- a/xero_python/accounting/models/cis_setting.py +++ b/xero_python/accounting/models/cis_setting.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -30,7 +30,7 @@ class CISSetting(BaseModel): attribute_map (dict): The key is attribute name and the value is json key in definition. """ - openapi_types = {"cis_enabled": "bool", "rate": "int"} + openapi_types = {"cis_enabled": "bool", "rate": "float"} attribute_map = {"cis_enabled": "CISEnabled", "rate": "Rate"} @@ -76,7 +76,7 @@ def rate(self): CIS Deduction rate for the contact if he is a subcontractor. If the contact is not CISEnabled, then the rate is not returned # noqa: E501 :return: The rate of this CISSetting. # noqa: E501 - :rtype: int + :rtype: float """ return self._rate @@ -87,7 +87,7 @@ def rate(self, rate): CIS Deduction rate for the contact if he is a subcontractor. If the contact is not CISEnabled, then the rate is not returned # noqa: E501 :param rate: The rate of this CISSetting. # noqa: E501 - :type: int + :type: float """ self._rate = rate diff --git a/xero_python/accounting/models/cis_settings.py b/xero_python/accounting/models/cis_settings.py index e661e986..d77602c2 100644 --- a/xero_python/accounting/models/cis_settings.py +++ b/xero_python/accounting/models/cis_settings.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/contact.py b/xero_python/accounting/models/contact.py index 7e623be2..cdb36fb6 100644 --- a/xero_python/accounting/models/contact.py +++ b/xero_python/accounting/models/contact.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/contact_group.py b/xero_python/accounting/models/contact_group.py index 11eca0c3..0759fb3f 100644 --- a/xero_python/accounting/models/contact_group.py +++ b/xero_python/accounting/models/contact_group.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/contact_groups.py b/xero_python/accounting/models/contact_groups.py index 648a7033..385a1c40 100644 --- a/xero_python/accounting/models/contact_groups.py +++ b/xero_python/accounting/models/contact_groups.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/contact_person.py b/xero_python/accounting/models/contact_person.py index a02e4f22..1885601b 100644 --- a/xero_python/accounting/models/contact_person.py +++ b/xero_python/accounting/models/contact_person.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/contacts.py b/xero_python/accounting/models/contacts.py index 45b6468a..bc4549d9 100644 --- a/xero_python/accounting/models/contacts.py +++ b/xero_python/accounting/models/contacts.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/conversion_balances.py b/xero_python/accounting/models/conversion_balances.py index 76b2da88..4ba72afb 100644 --- a/xero_python/accounting/models/conversion_balances.py +++ b/xero_python/accounting/models/conversion_balances.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/conversion_date.py b/xero_python/accounting/models/conversion_date.py index 9affe6e4..12275250 100644 --- a/xero_python/accounting/models/conversion_date.py +++ b/xero_python/accounting/models/conversion_date.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/country_code.py b/xero_python/accounting/models/country_code.py index 2c3e6c1f..528d7ac8 100644 --- a/xero_python/accounting/models/country_code.py +++ b/xero_python/accounting/models/country_code.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/credit_note.py b/xero_python/accounting/models/credit_note.py index 9b67eb77..28b12280 100644 --- a/xero_python/accounting/models/credit_note.py +++ b/xero_python/accounting/models/credit_note.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -34,12 +34,15 @@ class CreditNote(BaseModel): "type": "str", "contact": "Contact", "date": "date[ms-format]", + "due_date": "date[ms-format]", "status": "str", "line_amount_types": "LineAmountTypes", "line_items": "list[LineItem]", "sub_total": "float", "total_tax": "float", "total": "float", + "cis_deduction": "float", + "cis_rate": "float", "updated_date_utc": "datetime[ms-format]", "currency_code": "CurrencyCode", "fully_paid_on_date": "date[ms-format]", @@ -63,12 +66,15 @@ class CreditNote(BaseModel): "type": "Type", "contact": "Contact", "date": "Date", + "due_date": "DueDate", "status": "Status", "line_amount_types": "LineAmountTypes", "line_items": "LineItems", "sub_total": "SubTotal", "total_tax": "TotalTax", "total": "Total", + "cis_deduction": "CISDeduction", + "cis_rate": "CISRate", "updated_date_utc": "UpdatedDateUTC", "currency_code": "CurrencyCode", "fully_paid_on_date": "FullyPaidOnDate", @@ -93,12 +99,15 @@ def __init__( type=None, contact=None, date=None, + due_date=None, status=None, line_amount_types=None, line_items=None, sub_total=None, total_tax=None, total=None, + cis_deduction=None, + cis_rate=None, updated_date_utc=None, currency_code=None, fully_paid_on_date=None, @@ -122,12 +131,15 @@ def __init__( self._type = None self._contact = None self._date = None + self._due_date = None self._status = None self._line_amount_types = None self._line_items = None self._sub_total = None self._total_tax = None self._total = None + self._cis_deduction = None + self._cis_rate = None self._updated_date_utc = None self._currency_code = None self._fully_paid_on_date = None @@ -153,6 +165,8 @@ def __init__( self.contact = contact if date is not None: self.date = date + if due_date is not None: + self.due_date = due_date if status is not None: self.status = status if line_amount_types is not None: @@ -165,6 +179,10 @@ def __init__( self.total_tax = total_tax if total is not None: self.total = total + if cis_deduction is not None: + self.cis_deduction = cis_deduction + if cis_rate is not None: + self.cis_rate = cis_rate if updated_date_utc is not None: self.updated_date_utc = updated_date_utc if currency_code is not None: @@ -274,6 +292,29 @@ def date(self, date): self._date = date + @property + def due_date(self): + """Gets the due_date of this CreditNote. # noqa: E501 + + Date invoice is due – YYYY-MM-DD # noqa: E501 + + :return: The due_date of this CreditNote. # noqa: E501 + :rtype: date + """ + return self._due_date + + @due_date.setter + def due_date(self, due_date): + """Sets the due_date of this CreditNote. + + Date invoice is due – YYYY-MM-DD # noqa: E501 + + :param due_date: The due_date of this CreditNote. # noqa: E501 + :type: date + """ + + self._due_date = due_date + @property def status(self): """Gets the status of this CreditNote. # noqa: E501 @@ -425,6 +466,52 @@ def total(self, total): self._total = total + @property + def cis_deduction(self): + """Gets the cis_deduction of this CreditNote. # noqa: E501 + + CIS deduction for UK contractors # noqa: E501 + + :return: The cis_deduction of this CreditNote. # noqa: E501 + :rtype: float + """ + return self._cis_deduction + + @cis_deduction.setter + def cis_deduction(self, cis_deduction): + """Sets the cis_deduction of this CreditNote. + + CIS deduction for UK contractors # noqa: E501 + + :param cis_deduction: The cis_deduction of this CreditNote. # noqa: E501 + :type: float + """ + + self._cis_deduction = cis_deduction + + @property + def cis_rate(self): + """Gets the cis_rate of this CreditNote. # noqa: E501 + + CIS Deduction rate for the organisation # noqa: E501 + + :return: The cis_rate of this CreditNote. # noqa: E501 + :rtype: float + """ + return self._cis_rate + + @cis_rate.setter + def cis_rate(self, cis_rate): + """Sets the cis_rate of this CreditNote. + + CIS Deduction rate for the organisation # noqa: E501 + + :param cis_rate: The cis_rate of this CreditNote. # noqa: E501 + :type: float + """ + + self._cis_rate = cis_rate + @property def updated_date_utc(self): """Gets the updated_date_utc of this CreditNote. # noqa: E501 diff --git a/xero_python/accounting/models/credit_notes.py b/xero_python/accounting/models/credit_notes.py index 52fe30fe..65dec9ad 100644 --- a/xero_python/accounting/models/credit_notes.py +++ b/xero_python/accounting/models/credit_notes.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/currencies.py b/xero_python/accounting/models/currencies.py index efac6de6..aabe723a 100644 --- a/xero_python/accounting/models/currencies.py +++ b/xero_python/accounting/models/currencies.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/currency.py b/xero_python/accounting/models/currency.py index 5da3bade..0011a3a5 100644 --- a/xero_python/accounting/models/currency.py +++ b/xero_python/accounting/models/currency.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/currency_code.py b/xero_python/accounting/models/currency_code.py index 2c0c4817..006b521a 100644 --- a/xero_python/accounting/models/currency_code.py +++ b/xero_python/accounting/models/currency_code.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/element.py b/xero_python/accounting/models/element.py index 0d359608..2ed77f94 100644 --- a/xero_python/accounting/models/element.py +++ b/xero_python/accounting/models/element.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/employee.py b/xero_python/accounting/models/employee.py index fd44c953..e6379448 100644 --- a/xero_python/accounting/models/employee.py +++ b/xero_python/accounting/models/employee.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/employees.py b/xero_python/accounting/models/employees.py index 254d0354..9069827d 100644 --- a/xero_python/accounting/models/employees.py +++ b/xero_python/accounting/models/employees.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/error.py b/xero_python/accounting/models/error.py index e1186573..edde57b6 100644 --- a/xero_python/accounting/models/error.py +++ b/xero_python/accounting/models/error.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/expense_claim.py b/xero_python/accounting/models/expense_claim.py index dd5583fc..4b0612ba 100644 --- a/xero_python/accounting/models/expense_claim.py +++ b/xero_python/accounting/models/expense_claim.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/expense_claims.py b/xero_python/accounting/models/expense_claims.py index d22d2406..bc2bc819 100644 --- a/xero_python/accounting/models/expense_claims.py +++ b/xero_python/accounting/models/expense_claims.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/external_link.py b/xero_python/accounting/models/external_link.py index cc0decd0..16308bf0 100644 --- a/xero_python/accounting/models/external_link.py +++ b/xero_python/accounting/models/external_link.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/history_record.py b/xero_python/accounting/models/history_record.py index 0a8ccf3f..05ad006c 100644 --- a/xero_python/accounting/models/history_record.py +++ b/xero_python/accounting/models/history_record.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/history_records.py b/xero_python/accounting/models/history_records.py index daf04dce..7f5f748e 100644 --- a/xero_python/accounting/models/history_records.py +++ b/xero_python/accounting/models/history_records.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/import_summary.py b/xero_python/accounting/models/import_summary.py index 64f8fbdf..bfc9fc07 100644 --- a/xero_python/accounting/models/import_summary.py +++ b/xero_python/accounting/models/import_summary.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/import_summary_accounts.py b/xero_python/accounting/models/import_summary_accounts.py index 0173047b..207b1f25 100644 --- a/xero_python/accounting/models/import_summary_accounts.py +++ b/xero_python/accounting/models/import_summary_accounts.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/import_summary_object.py b/xero_python/accounting/models/import_summary_object.py index ba84a28a..b576826b 100644 --- a/xero_python/accounting/models/import_summary_object.py +++ b/xero_python/accounting/models/import_summary_object.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/import_summary_organisation.py b/xero_python/accounting/models/import_summary_organisation.py index 1428471f..5d8486bc 100644 --- a/xero_python/accounting/models/import_summary_organisation.py +++ b/xero_python/accounting/models/import_summary_organisation.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/invoice.py b/xero_python/accounting/models/invoice.py index 14b19096..364303a9 100644 --- a/xero_python/accounting/models/invoice.py +++ b/xero_python/accounting/models/invoice.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -48,6 +48,7 @@ class Invoice(BaseModel): "expected_payment_date": "date[ms-format]", "planned_payment_date": "date[ms-format]", "cis_deduction": "float", + "cis_rate": "float", "sub_total": "float", "total_tax": "float", "total": "float", @@ -90,6 +91,7 @@ class Invoice(BaseModel): "expected_payment_date": "ExpectedPaymentDate", "planned_payment_date": "PlannedPaymentDate", "cis_deduction": "CISDeduction", + "cis_rate": "CISRate", "sub_total": "SubTotal", "total_tax": "TotalTax", "total": "Total", @@ -133,6 +135,7 @@ def __init__( expected_payment_date=None, planned_payment_date=None, cis_deduction=None, + cis_rate=None, sub_total=None, total_tax=None, total=None, @@ -175,6 +178,7 @@ def __init__( self._expected_payment_date = None self._planned_payment_date = None self._cis_deduction = None + self._cis_rate = None self._sub_total = None self._total_tax = None self._total = None @@ -233,6 +237,8 @@ def __init__( self.planned_payment_date = planned_payment_date if cis_deduction is not None: self.cis_deduction = cis_deduction + if cis_rate is not None: + self.cis_rate = cis_rate if sub_total is not None: self.sub_total = sub_total if total_tax is not None: @@ -461,7 +467,7 @@ def invoice_number(self, invoice_number): def reference(self): """Gets the reference of this Invoice. # noqa: E501 - ACCREC only – additional reference number (max length = 255) # noqa: E501 + ACCREC only – additional reference number # noqa: E501 :return: The reference of this Invoice. # noqa: E501 :rtype: str @@ -472,16 +478,11 @@ def reference(self): def reference(self, reference): """Sets the reference of this Invoice. - ACCREC only – additional reference number (max length = 255) # noqa: E501 + ACCREC only – additional reference number # noqa: E501 :param reference: The reference of this Invoice. # noqa: E501 :type: str """ - if reference is not None and len(reference) > 255: - raise ValueError( - "Invalid value for `reference`, " - "length must be less than or equal to `255`" - ) # noqa: E501 self._reference = reference @@ -705,6 +706,29 @@ def cis_deduction(self, cis_deduction): self._cis_deduction = cis_deduction + @property + def cis_rate(self): + """Gets the cis_rate of this Invoice. # noqa: E501 + + CIS Deduction rate for the organisation # noqa: E501 + + :return: The cis_rate of this Invoice. # noqa: E501 + :rtype: float + """ + return self._cis_rate + + @cis_rate.setter + def cis_rate(self, cis_rate): + """Sets the cis_rate of this Invoice. + + CIS Deduction rate for the organisation # noqa: E501 + + :param cis_rate: The cis_rate of this Invoice. # noqa: E501 + :type: float + """ + + self._cis_rate = cis_rate + @property def sub_total(self): """Gets the sub_total of this Invoice. # noqa: E501 diff --git a/xero_python/accounting/models/invoice_reminder.py b/xero_python/accounting/models/invoice_reminder.py index 10b4dc92..480f7087 100644 --- a/xero_python/accounting/models/invoice_reminder.py +++ b/xero_python/accounting/models/invoice_reminder.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/invoice_reminders.py b/xero_python/accounting/models/invoice_reminders.py index 754bec15..5bdb0e43 100644 --- a/xero_python/accounting/models/invoice_reminders.py +++ b/xero_python/accounting/models/invoice_reminders.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/invoices.py b/xero_python/accounting/models/invoices.py index d81f600f..d140fc06 100644 --- a/xero_python/accounting/models/invoices.py +++ b/xero_python/accounting/models/invoices.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/item.py b/xero_python/accounting/models/item.py index 9a48a242..af617d46 100644 --- a/xero_python/accounting/models/item.py +++ b/xero_python/accounting/models/item.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/items.py b/xero_python/accounting/models/items.py index 4230c8fc..81b250c9 100644 --- a/xero_python/accounting/models/items.py +++ b/xero_python/accounting/models/items.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/journal.py b/xero_python/accounting/models/journal.py index fdb8db84..027b6339 100644 --- a/xero_python/accounting/models/journal.py +++ b/xero_python/accounting/models/journal.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/journal_line.py b/xero_python/accounting/models/journal_line.py index 85ac6a36..b80e5666 100644 --- a/xero_python/accounting/models/journal_line.py +++ b/xero_python/accounting/models/journal_line.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/journals.py b/xero_python/accounting/models/journals.py index bf315068..bdca7fe6 100644 --- a/xero_python/accounting/models/journals.py +++ b/xero_python/accounting/models/journals.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/line_amount_types.py b/xero_python/accounting/models/line_amount_types.py index f5d7674d..5e9c63fc 100644 --- a/xero_python/accounting/models/line_amount_types.py +++ b/xero_python/accounting/models/line_amount_types.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/line_item.py b/xero_python/accounting/models/line_item.py index 2a325e2e..63836538 100644 --- a/xero_python/accounting/models/line_item.py +++ b/xero_python/accounting/models/line_item.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/line_item_tracking.py b/xero_python/accounting/models/line_item_tracking.py index 23b7a9a3..c83f28cd 100644 --- a/xero_python/accounting/models/line_item_tracking.py +++ b/xero_python/accounting/models/line_item_tracking.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/linked_transaction.py b/xero_python/accounting/models/linked_transaction.py index d1d421a0..17ce4cdd 100644 --- a/xero_python/accounting/models/linked_transaction.py +++ b/xero_python/accounting/models/linked_transaction.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/linked_transactions.py b/xero_python/accounting/models/linked_transactions.py index 92b02b95..e64d32cd 100644 --- a/xero_python/accounting/models/linked_transactions.py +++ b/xero_python/accounting/models/linked_transactions.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/manual_journal.py b/xero_python/accounting/models/manual_journal.py index 8e2b9c1f..77cf1d90 100644 --- a/xero_python/accounting/models/manual_journal.py +++ b/xero_python/accounting/models/manual_journal.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/manual_journal_line.py b/xero_python/accounting/models/manual_journal_line.py index 25c663c0..9bdc06f5 100644 --- a/xero_python/accounting/models/manual_journal_line.py +++ b/xero_python/accounting/models/manual_journal_line.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/manual_journals.py b/xero_python/accounting/models/manual_journals.py index f499fe75..68d2f366 100644 --- a/xero_python/accounting/models/manual_journals.py +++ b/xero_python/accounting/models/manual_journals.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/online_invoice.py b/xero_python/accounting/models/online_invoice.py index fa369df5..8bdfa599 100644 --- a/xero_python/accounting/models/online_invoice.py +++ b/xero_python/accounting/models/online_invoice.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/online_invoices.py b/xero_python/accounting/models/online_invoices.py index f1bf4d8c..cea31f70 100644 --- a/xero_python/accounting/models/online_invoices.py +++ b/xero_python/accounting/models/online_invoices.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/organisation.py b/xero_python/accounting/models/organisation.py index 04669563..356b24fa 100644 --- a/xero_python/accounting/models/organisation.py +++ b/xero_python/accounting/models/organisation.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -60,7 +60,7 @@ class Organisation(BaseModel): "_class": "str", "edition": "str", "line_of_business": "str", - "addresses": "list[Address]", + "addresses": "list[AddressForOrganisation]", "phones": "list[Phone]", "external_links": "list[ExternalLink]", "payment_terms": "PaymentTerm", @@ -1039,7 +1039,7 @@ def addresses(self): Address details for organisation – see Addresses # noqa: E501 :return: The addresses of this Organisation. # noqa: E501 - :rtype: list[Address] + :rtype: list[AddressForOrganisation] """ return self._addresses @@ -1050,7 +1050,7 @@ def addresses(self, addresses): Address details for organisation – see Addresses # noqa: E501 :param addresses: The addresses of this Organisation. # noqa: E501 - :type: list[Address] + :type: list[AddressForOrganisation] """ self._addresses = addresses diff --git a/xero_python/accounting/models/organisations.py b/xero_python/accounting/models/organisations.py index 63c975c0..cdde90c0 100644 --- a/xero_python/accounting/models/organisations.py +++ b/xero_python/accounting/models/organisations.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/overpayment.py b/xero_python/accounting/models/overpayment.py index bcf23a02..62eb9709 100644 --- a/xero_python/accounting/models/overpayment.py +++ b/xero_python/accounting/models/overpayment.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/overpayments.py b/xero_python/accounting/models/overpayments.py index f2401aaa..e69e515c 100644 --- a/xero_python/accounting/models/overpayments.py +++ b/xero_python/accounting/models/overpayments.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/payment.py b/xero_python/accounting/models/payment.py index 5b1950e1..6f665ce3 100644 --- a/xero_python/accounting/models/payment.py +++ b/xero_python/accounting/models/payment.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/payment_delete.py b/xero_python/accounting/models/payment_delete.py index 76254fb4..9ed55c32 100644 --- a/xero_python/accounting/models/payment_delete.py +++ b/xero_python/accounting/models/payment_delete.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/payment_service.py b/xero_python/accounting/models/payment_service.py index 8758e190..186ce1bf 100644 --- a/xero_python/accounting/models/payment_service.py +++ b/xero_python/accounting/models/payment_service.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/payment_services.py b/xero_python/accounting/models/payment_services.py index ed53d40d..cf0bfe8e 100644 --- a/xero_python/accounting/models/payment_services.py +++ b/xero_python/accounting/models/payment_services.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/payment_term.py b/xero_python/accounting/models/payment_term.py index bd571e62..edaae6ec 100644 --- a/xero_python/accounting/models/payment_term.py +++ b/xero_python/accounting/models/payment_term.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/payment_term_type.py b/xero_python/accounting/models/payment_term_type.py index 5fcfb9fe..3d469c3e 100644 --- a/xero_python/accounting/models/payment_term_type.py +++ b/xero_python/accounting/models/payment_term_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/payments.py b/xero_python/accounting/models/payments.py index ed2c486f..67ae9006 100644 --- a/xero_python/accounting/models/payments.py +++ b/xero_python/accounting/models/payments.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/phone.py b/xero_python/accounting/models/phone.py index d5670f70..eeacd82a 100644 --- a/xero_python/accounting/models/phone.py +++ b/xero_python/accounting/models/phone.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/prepayment.py b/xero_python/accounting/models/prepayment.py index 7dffc50d..32092f6e 100644 --- a/xero_python/accounting/models/prepayment.py +++ b/xero_python/accounting/models/prepayment.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/prepayments.py b/xero_python/accounting/models/prepayments.py index 8f7b7375..85d07ee0 100644 --- a/xero_python/accounting/models/prepayments.py +++ b/xero_python/accounting/models/prepayments.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/purchase.py b/xero_python/accounting/models/purchase.py index c80013f6..815845d2 100644 --- a/xero_python/accounting/models/purchase.py +++ b/xero_python/accounting/models/purchase.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/purchase_order.py b/xero_python/accounting/models/purchase_order.py index 4811fc82..ed878ac2 100644 --- a/xero_python/accounting/models/purchase_order.py +++ b/xero_python/accounting/models/purchase_order.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/purchase_orders.py b/xero_python/accounting/models/purchase_orders.py index a81b9b61..9e97d12f 100644 --- a/xero_python/accounting/models/purchase_orders.py +++ b/xero_python/accounting/models/purchase_orders.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/quote.py b/xero_python/accounting/models/quote.py index 419a69a6..18ad390d 100644 --- a/xero_python/accounting/models/quote.py +++ b/xero_python/accounting/models/quote.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/quote_line_amount_types.py b/xero_python/accounting/models/quote_line_amount_types.py index f06f5301..acb6d69e 100644 --- a/xero_python/accounting/models/quote_line_amount_types.py +++ b/xero_python/accounting/models/quote_line_amount_types.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/quote_status_codes.py b/xero_python/accounting/models/quote_status_codes.py index 84b1ee17..57bb4c7b 100644 --- a/xero_python/accounting/models/quote_status_codes.py +++ b/xero_python/accounting/models/quote_status_codes.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/quotes.py b/xero_python/accounting/models/quotes.py index f46b30a3..9e37b201 100644 --- a/xero_python/accounting/models/quotes.py +++ b/xero_python/accounting/models/quotes.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/receipt.py b/xero_python/accounting/models/receipt.py index b05ce9a2..ce003953 100644 --- a/xero_python/accounting/models/receipt.py +++ b/xero_python/accounting/models/receipt.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/receipts.py b/xero_python/accounting/models/receipts.py index c5ed5566..61993c0e 100644 --- a/xero_python/accounting/models/receipts.py +++ b/xero_python/accounting/models/receipts.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/repeating_invoice.py b/xero_python/accounting/models/repeating_invoice.py index 75456ab6..064eb1a6 100644 --- a/xero_python/accounting/models/repeating_invoice.py +++ b/xero_python/accounting/models/repeating_invoice.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/repeating_invoices.py b/xero_python/accounting/models/repeating_invoices.py index 05a17cde..729b68c1 100644 --- a/xero_python/accounting/models/repeating_invoices.py +++ b/xero_python/accounting/models/repeating_invoices.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/report.py b/xero_python/accounting/models/report.py index 29276722..ebb86da4 100644 --- a/xero_python/accounting/models/report.py +++ b/xero_python/accounting/models/report.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/report_attribute.py b/xero_python/accounting/models/report_attribute.py index 401e0ef1..74231fae 100644 --- a/xero_python/accounting/models/report_attribute.py +++ b/xero_python/accounting/models/report_attribute.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/report_cell.py b/xero_python/accounting/models/report_cell.py index 029160a0..5492c0a3 100644 --- a/xero_python/accounting/models/report_cell.py +++ b/xero_python/accounting/models/report_cell.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/report_fields.py b/xero_python/accounting/models/report_fields.py index 96f67d91..ee31f589 100644 --- a/xero_python/accounting/models/report_fields.py +++ b/xero_python/accounting/models/report_fields.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/report_row.py b/xero_python/accounting/models/report_row.py index bae3c3d1..e0312542 100644 --- a/xero_python/accounting/models/report_row.py +++ b/xero_python/accounting/models/report_row.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/report_rows.py b/xero_python/accounting/models/report_rows.py index fbaca5ab..ef17bd74 100644 --- a/xero_python/accounting/models/report_rows.py +++ b/xero_python/accounting/models/report_rows.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/report_with_row.py b/xero_python/accounting/models/report_with_row.py index d49e7e85..bb24a2ea 100644 --- a/xero_python/accounting/models/report_with_row.py +++ b/xero_python/accounting/models/report_with_row.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/report_with_rows.py b/xero_python/accounting/models/report_with_rows.py index 1428bab0..2d115666 100644 --- a/xero_python/accounting/models/report_with_rows.py +++ b/xero_python/accounting/models/report_with_rows.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/reports.py b/xero_python/accounting/models/reports.py index 499c2442..24f6a2be 100644 --- a/xero_python/accounting/models/reports.py +++ b/xero_python/accounting/models/reports.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/request_empty.py b/xero_python/accounting/models/request_empty.py index dd1184f9..d9eaff46 100644 --- a/xero_python/accounting/models/request_empty.py +++ b/xero_python/accounting/models/request_empty.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/row_type.py b/xero_python/accounting/models/row_type.py index 69dcbaf9..973332db 100644 --- a/xero_python/accounting/models/row_type.py +++ b/xero_python/accounting/models/row_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/sales_tracking_category.py b/xero_python/accounting/models/sales_tracking_category.py index b2d21699..bf623291 100644 --- a/xero_python/accounting/models/sales_tracking_category.py +++ b/xero_python/accounting/models/sales_tracking_category.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/schedule.py b/xero_python/accounting/models/schedule.py index 55c66d80..c6c38490 100644 --- a/xero_python/accounting/models/schedule.py +++ b/xero_python/accounting/models/schedule.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/setup.py b/xero_python/accounting/models/setup.py index 598f6b7d..3cf09013 100644 --- a/xero_python/accounting/models/setup.py +++ b/xero_python/accounting/models/setup.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tax_component.py b/xero_python/accounting/models/tax_component.py index b922f493..2fe1f48e 100644 --- a/xero_python/accounting/models/tax_component.py +++ b/xero_python/accounting/models/tax_component.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tax_rate.py b/xero_python/accounting/models/tax_rate.py index 7b795bed..56bd8046 100644 --- a/xero_python/accounting/models/tax_rate.py +++ b/xero_python/accounting/models/tax_rate.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tax_rates.py b/xero_python/accounting/models/tax_rates.py index 008d38d0..0a29470e 100644 --- a/xero_python/accounting/models/tax_rates.py +++ b/xero_python/accounting/models/tax_rates.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tax_type.py b/xero_python/accounting/models/tax_type.py index e1df6f70..639b26e2 100644 --- a/xero_python/accounting/models/tax_type.py +++ b/xero_python/accounting/models/tax_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/ten_ninety_nine_contact.py b/xero_python/accounting/models/ten_ninety_nine_contact.py index 05a7863e..b42781db 100644 --- a/xero_python/accounting/models/ten_ninety_nine_contact.py +++ b/xero_python/accounting/models/ten_ninety_nine_contact.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/time_zone.py b/xero_python/accounting/models/time_zone.py index ee619df5..fe6e44f2 100644 --- a/xero_python/accounting/models/time_zone.py +++ b/xero_python/accounting/models/time_zone.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tracking_categories.py b/xero_python/accounting/models/tracking_categories.py index d563265e..25802692 100644 --- a/xero_python/accounting/models/tracking_categories.py +++ b/xero_python/accounting/models/tracking_categories.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tracking_category.py b/xero_python/accounting/models/tracking_category.py index bb3f9803..fd32eaf6 100644 --- a/xero_python/accounting/models/tracking_category.py +++ b/xero_python/accounting/models/tracking_category.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tracking_option.py b/xero_python/accounting/models/tracking_option.py index 2d800fe1..e634f01c 100644 --- a/xero_python/accounting/models/tracking_option.py +++ b/xero_python/accounting/models/tracking_option.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tracking_options.py b/xero_python/accounting/models/tracking_options.py index d5e3c546..e5b4bf58 100644 --- a/xero_python/accounting/models/tracking_options.py +++ b/xero_python/accounting/models/tracking_options.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/user.py b/xero_python/accounting/models/user.py index ed591982..968f17c5 100644 --- a/xero_python/accounting/models/user.py +++ b/xero_python/accounting/models/user.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/users.py b/xero_python/accounting/models/users.py index 1ed60097..13dfb74e 100644 --- a/xero_python/accounting/models/users.py +++ b/xero_python/accounting/models/users.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/validation_error.py b/xero_python/accounting/models/validation_error.py index f321ac50..9aced8f8 100644 --- a/xero_python/accounting/models/validation_error.py +++ b/xero_python/accounting/models/validation_error.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/__init__.py b/xero_python/assets/__init__.py index 8215f0ca..70e4be09 100644 --- a/xero_python/assets/__init__.py +++ b/xero_python/assets/__init__.py @@ -7,7 +7,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/api/asset_api.py b/xero_python/assets/api/asset_api.py index fcaa8127..239f9ce1 100644 --- a/xero_python/assets/api/asset_api.py +++ b/xero_python/assets/api/asset_api.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/docs/Asset.md b/xero_python/assets/docs/Asset.md index 72ddb757..728dbcfd 100644 --- a/xero_python/assets/docs/Asset.md +++ b/xero_python/assets/docs/Asset.md @@ -9,6 +9,7 @@ Name | Type | Description | Notes **asset_number** | **str** | Must be unique. | [optional] **purchase_date** | **date** | The date the asset was purchased YYYY-MM-DD | [optional] **purchase_price** | **float** | The purchase price of the asset | [optional] +**disposal_date** | **date** | The date the asset was disposed | [optional] **disposal_price** | **float** | The price the asset was disposed at | [optional] **asset_status** | [**AssetStatus**](AssetStatus.md) | | [optional] **warranty_expiry_date** | **str** | The date the asset’s warranty expires (if needed) YYYY-MM-DD | [optional] diff --git a/xero_python/assets/models/__init__.py b/xero_python/assets/models/__init__.py index da553664..a5c62032 100644 --- a/xero_python/assets/models/__init__.py +++ b/xero_python/assets/models/__init__.py @@ -6,7 +6,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/asset.py b/xero_python/assets/models/asset.py index 39214595..203abab1 100644 --- a/xero_python/assets/models/asset.py +++ b/xero_python/assets/models/asset.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -37,6 +37,7 @@ class Asset(BaseModel): "asset_number": "str", "purchase_date": "date", "purchase_price": "float", + "disposal_date": "date", "disposal_price": "float", "asset_status": "AssetStatus", "warranty_expiry_date": "str", @@ -55,6 +56,7 @@ class Asset(BaseModel): "asset_number": "assetNumber", "purchase_date": "purchaseDate", "purchase_price": "purchasePrice", + "disposal_date": "disposalDate", "disposal_price": "disposalPrice", "asset_status": "assetStatus", "warranty_expiry_date": "warrantyExpiryDate", @@ -74,6 +76,7 @@ def __init__( asset_number=None, purchase_date=None, purchase_price=None, + disposal_date=None, disposal_price=None, asset_status=None, warranty_expiry_date=None, @@ -92,6 +95,7 @@ def __init__( self._asset_number = None self._purchase_date = None self._purchase_price = None + self._disposal_date = None self._disposal_price = None self._asset_status = None self._warranty_expiry_date = None @@ -114,6 +118,8 @@ def __init__( self.purchase_date = purchase_date if purchase_price is not None: self.purchase_price = purchase_price + if disposal_date is not None: + self.disposal_date = disposal_date if disposal_price is not None: self.disposal_price = disposal_price if asset_status is not None: @@ -275,6 +281,29 @@ def purchase_price(self, purchase_price): self._purchase_price = purchase_price + @property + def disposal_date(self): + """Gets the disposal_date of this Asset. # noqa: E501 + + The date the asset was disposed # noqa: E501 + + :return: The disposal_date of this Asset. # noqa: E501 + :rtype: date + """ + return self._disposal_date + + @disposal_date.setter + def disposal_date(self, disposal_date): + """Sets the disposal_date of this Asset. + + The date the asset was disposed # noqa: E501 + + :param disposal_date: The disposal_date of this Asset. # noqa: E501 + :type: date + """ + + self._disposal_date = disposal_date + @property def disposal_price(self): """Gets the disposal_price of this Asset. # noqa: E501 diff --git a/xero_python/assets/models/asset_status.py b/xero_python/assets/models/asset_status.py index c38fab3e..88c2713a 100644 --- a/xero_python/assets/models/asset_status.py +++ b/xero_python/assets/models/asset_status.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/asset_status_query_param.py b/xero_python/assets/models/asset_status_query_param.py index 5f341106..51b362fe 100644 --- a/xero_python/assets/models/asset_status_query_param.py +++ b/xero_python/assets/models/asset_status_query_param.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/asset_type.py b/xero_python/assets/models/asset_type.py index 5809cb9e..68a3c35e 100644 --- a/xero_python/assets/models/asset_type.py +++ b/xero_python/assets/models/asset_type.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/assets.py b/xero_python/assets/models/assets.py index fad057b6..229f2bd6 100644 --- a/xero_python/assets/models/assets.py +++ b/xero_python/assets/models/assets.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/book_depreciation_detail.py b/xero_python/assets/models/book_depreciation_detail.py index 363434ae..fda17db0 100644 --- a/xero_python/assets/models/book_depreciation_detail.py +++ b/xero_python/assets/models/book_depreciation_detail.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/book_depreciation_setting.py b/xero_python/assets/models/book_depreciation_setting.py index 59390e47..e564c4fe 100644 --- a/xero_python/assets/models/book_depreciation_setting.py +++ b/xero_python/assets/models/book_depreciation_setting.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/error.py b/xero_python/assets/models/error.py index b4a66c73..f424a9f9 100644 --- a/xero_python/assets/models/error.py +++ b/xero_python/assets/models/error.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/field_validation_errors_element.py b/xero_python/assets/models/field_validation_errors_element.py index 9402b82d..6751070a 100644 --- a/xero_python/assets/models/field_validation_errors_element.py +++ b/xero_python/assets/models/field_validation_errors_element.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/pagination.py b/xero_python/assets/models/pagination.py index da1650eb..6b88f4a7 100644 --- a/xero_python/assets/models/pagination.py +++ b/xero_python/assets/models/pagination.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/resource_validation_errors_element.py b/xero_python/assets/models/resource_validation_errors_element.py index d8741def..37e8c674 100644 --- a/xero_python/assets/models/resource_validation_errors_element.py +++ b/xero_python/assets/models/resource_validation_errors_element.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/setting.py b/xero_python/assets/models/setting.py index 3cf480f5..0c697a5a 100644 --- a/xero_python/assets/models/setting.py +++ b/xero_python/assets/models/setting.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/docs/README.md b/xero_python/docs/README.md index 5d205cf3..fd398d03 100644 --- a/xero_python/docs/README.md +++ b/xero_python/docs/README.md @@ -3,8 +3,8 @@ This specifing endpoints related to managing authentication tokens and identity The `xero_python` package is automatically generated by the [XeroAPI SDK 2.0 Codegen](https://github.com/xero-github/xeroapi-sdk-codegen) project: -- API version: 2.4.4 -- Package version: 1.1.0 +- API version: 2.7.0 +- Package version: 1.2.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://developer.xero.com](https://developer.xero.com) diff --git a/xero_python/identity/__init__.py b/xero_python/identity/__init__.py index bd69524a..099317e4 100644 --- a/xero_python/identity/__init__.py +++ b/xero_python/identity/__init__.py @@ -7,7 +7,7 @@ This specifing endpoints related to managing authentication tokens and identity for Xero API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/identity/api/identity_api.py b/xero_python/identity/api/identity_api.py index ef5827ab..ea8349d3 100644 --- a/xero_python/identity/api/identity_api.py +++ b/xero_python/identity/api/identity_api.py @@ -5,7 +5,7 @@ This specifing endpoints related to managing authentication tokens and identity for Xero API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/identity/models/__init__.py b/xero_python/identity/models/__init__.py index 1394dabb..f0fc8074 100644 --- a/xero_python/identity/models/__init__.py +++ b/xero_python/identity/models/__init__.py @@ -6,7 +6,7 @@ This specifing endpoints related to managing authentication tokens and identity for Xero API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/identity/models/access_token.py b/xero_python/identity/models/access_token.py index 6602a603..a68baca2 100644 --- a/xero_python/identity/models/access_token.py +++ b/xero_python/identity/models/access_token.py @@ -5,7 +5,7 @@ This specifing endpoints related to managing authentication tokens and identity for Xero API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/identity/models/connection.py b/xero_python/identity/models/connection.py index e370cd4d..5239e2cc 100644 --- a/xero_python/identity/models/connection.py +++ b/xero_python/identity/models/connection.py @@ -5,7 +5,7 @@ This specifing endpoints related to managing authentication tokens and identity for Xero API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/identity/models/refresh_token.py b/xero_python/identity/models/refresh_token.py index a4aabcc1..adf2fc20 100644 --- a/xero_python/identity/models/refresh_token.py +++ b/xero_python/identity/models/refresh_token.py @@ -5,7 +5,7 @@ This specifing endpoints related to managing authentication tokens and identity for Xero API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/__init__.py b/xero_python/payrollau/__init__.py index 2c022189..53c26f78 100644 --- a/xero_python/payrollau/__init__.py +++ b/xero_python/payrollau/__init__.py @@ -7,7 +7,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/api/payroll_au_api.py b/xero_python/payrollau/api/payroll_au_api.py index 4d2ca86d..e7c9dd34 100644 --- a/xero_python/payrollau/api/payroll_au_api.py +++ b/xero_python/payrollau/api/payroll_au_api.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/__init__.py b/xero_python/payrollau/models/__init__.py index 7663fecf..59a7d927 100644 --- a/xero_python/payrollau/models/__init__.py +++ b/xero_python/payrollau/models/__init__.py @@ -6,7 +6,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/account.py b/xero_python/payrollau/models/account.py index 00e49f37..b435fa63 100644 --- a/xero_python/payrollau/models/account.py +++ b/xero_python/payrollau/models/account.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/account_type.py b/xero_python/payrollau/models/account_type.py index 04a61ac2..22d7f15f 100644 --- a/xero_python/payrollau/models/account_type.py +++ b/xero_python/payrollau/models/account_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/allowance_type.py b/xero_python/payrollau/models/allowance_type.py index d6bc690f..801bace0 100644 --- a/xero_python/payrollau/models/allowance_type.py +++ b/xero_python/payrollau/models/allowance_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/api_exception.py b/xero_python/payrollau/models/api_exception.py index 3f0df313..4ee36369 100644 --- a/xero_python/payrollau/models/api_exception.py +++ b/xero_python/payrollau/models/api_exception.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/bank_account.py b/xero_python/payrollau/models/bank_account.py index 9ea8a7d4..60c30c07 100644 --- a/xero_python/payrollau/models/bank_account.py +++ b/xero_python/payrollau/models/bank_account.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/calendar_type.py b/xero_python/payrollau/models/calendar_type.py index 209a3a96..80bdab76 100644 --- a/xero_python/payrollau/models/calendar_type.py +++ b/xero_python/payrollau/models/calendar_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/deduction_line.py b/xero_python/payrollau/models/deduction_line.py index 128d886e..53f714c8 100644 --- a/xero_python/payrollau/models/deduction_line.py +++ b/xero_python/payrollau/models/deduction_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/deduction_type.py b/xero_python/payrollau/models/deduction_type.py index 21006f3c..fa4f1fd7 100644 --- a/xero_python/payrollau/models/deduction_type.py +++ b/xero_python/payrollau/models/deduction_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/deduction_type_calculation_type.py b/xero_python/payrollau/models/deduction_type_calculation_type.py index 2d0e63b8..7256900a 100644 --- a/xero_python/payrollau/models/deduction_type_calculation_type.py +++ b/xero_python/payrollau/models/deduction_type_calculation_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/earnings_line.py b/xero_python/payrollau/models/earnings_line.py index 30d844e5..ec74b720 100644 --- a/xero_python/payrollau/models/earnings_line.py +++ b/xero_python/payrollau/models/earnings_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/earnings_rate.py b/xero_python/payrollau/models/earnings_rate.py index b8660f24..dcdb4bbe 100644 --- a/xero_python/payrollau/models/earnings_rate.py +++ b/xero_python/payrollau/models/earnings_rate.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/earnings_rate_calculation_type.py b/xero_python/payrollau/models/earnings_rate_calculation_type.py index b6af0434..3d4c8e81 100644 --- a/xero_python/payrollau/models/earnings_rate_calculation_type.py +++ b/xero_python/payrollau/models/earnings_rate_calculation_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/earnings_type.py b/xero_python/payrollau/models/earnings_type.py index 0700406b..00ea952c 100644 --- a/xero_python/payrollau/models/earnings_type.py +++ b/xero_python/payrollau/models/earnings_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/employee.py b/xero_python/payrollau/models/employee.py index d069034c..d088d725 100644 --- a/xero_python/payrollau/models/employee.py +++ b/xero_python/payrollau/models/employee.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/employee_status.py b/xero_python/payrollau/models/employee_status.py index f9e58008..28b7859e 100644 --- a/xero_python/payrollau/models/employee_status.py +++ b/xero_python/payrollau/models/employee_status.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/employees.py b/xero_python/payrollau/models/employees.py index cddf3c2c..9bb2d461 100644 --- a/xero_python/payrollau/models/employees.py +++ b/xero_python/payrollau/models/employees.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/employment_basis.py b/xero_python/payrollau/models/employment_basis.py index bd3a7764..d59a68d7 100644 --- a/xero_python/payrollau/models/employment_basis.py +++ b/xero_python/payrollau/models/employment_basis.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/employment_termination_payment_type.py b/xero_python/payrollau/models/employment_termination_payment_type.py index 1449e1bb..9f9d9072 100644 --- a/xero_python/payrollau/models/employment_termination_payment_type.py +++ b/xero_python/payrollau/models/employment_termination_payment_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/entitlement_final_pay_payout_type.py b/xero_python/payrollau/models/entitlement_final_pay_payout_type.py index bb89ee68..cd3c1b08 100644 --- a/xero_python/payrollau/models/entitlement_final_pay_payout_type.py +++ b/xero_python/payrollau/models/entitlement_final_pay_payout_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/home_address.py b/xero_python/payrollau/models/home_address.py index 499301be..a72df125 100644 --- a/xero_python/payrollau/models/home_address.py +++ b/xero_python/payrollau/models/home_address.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_accrual_line.py b/xero_python/payrollau/models/leave_accrual_line.py index aa45308f..aa857a89 100644 --- a/xero_python/payrollau/models/leave_accrual_line.py +++ b/xero_python/payrollau/models/leave_accrual_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_application.py b/xero_python/payrollau/models/leave_application.py index 9c2593dc..a155c3ff 100644 --- a/xero_python/payrollau/models/leave_application.py +++ b/xero_python/payrollau/models/leave_application.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_applications.py b/xero_python/payrollau/models/leave_applications.py index 9e5c6af0..123c234e 100644 --- a/xero_python/payrollau/models/leave_applications.py +++ b/xero_python/payrollau/models/leave_applications.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_balance.py b/xero_python/payrollau/models/leave_balance.py index e3444471..a5cf54d5 100644 --- a/xero_python/payrollau/models/leave_balance.py +++ b/xero_python/payrollau/models/leave_balance.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_earnings_line.py b/xero_python/payrollau/models/leave_earnings_line.py index 09265b51..0234c237 100644 --- a/xero_python/payrollau/models/leave_earnings_line.py +++ b/xero_python/payrollau/models/leave_earnings_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_line.py b/xero_python/payrollau/models/leave_line.py index de99dfbe..a8e90779 100644 --- a/xero_python/payrollau/models/leave_line.py +++ b/xero_python/payrollau/models/leave_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_line_calculation_type.py b/xero_python/payrollau/models/leave_line_calculation_type.py index 49ed775e..29dbc652 100644 --- a/xero_python/payrollau/models/leave_line_calculation_type.py +++ b/xero_python/payrollau/models/leave_line_calculation_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_lines.py b/xero_python/payrollau/models/leave_lines.py index 89b7a5ea..68d0e15f 100644 --- a/xero_python/payrollau/models/leave_lines.py +++ b/xero_python/payrollau/models/leave_lines.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_period.py b/xero_python/payrollau/models/leave_period.py index 6460f7d2..556e3a7e 100644 --- a/xero_python/payrollau/models/leave_period.py +++ b/xero_python/payrollau/models/leave_period.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_period_status.py b/xero_python/payrollau/models/leave_period_status.py index 69e355bc..b3909f1f 100644 --- a/xero_python/payrollau/models/leave_period_status.py +++ b/xero_python/payrollau/models/leave_period_status.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_type.py b/xero_python/payrollau/models/leave_type.py index 7d50a462..64e3697f 100644 --- a/xero_python/payrollau/models/leave_type.py +++ b/xero_python/payrollau/models/leave_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_type_contribution_type.py b/xero_python/payrollau/models/leave_type_contribution_type.py index 240ed629..3da6ccea 100644 --- a/xero_python/payrollau/models/leave_type_contribution_type.py +++ b/xero_python/payrollau/models/leave_type_contribution_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/manual_tax_type.py b/xero_python/payrollau/models/manual_tax_type.py index 7aea6271..3d9292c2 100644 --- a/xero_python/payrollau/models/manual_tax_type.py +++ b/xero_python/payrollau/models/manual_tax_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/opening_balances.py b/xero_python/payrollau/models/opening_balances.py index 309b46e4..0079ef7d 100644 --- a/xero_python/payrollau/models/opening_balances.py +++ b/xero_python/payrollau/models/opening_balances.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/pay_item.py b/xero_python/payrollau/models/pay_item.py index ca250e25..cf98bca9 100644 --- a/xero_python/payrollau/models/pay_item.py +++ b/xero_python/payrollau/models/pay_item.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/pay_items.py b/xero_python/payrollau/models/pay_items.py index 137fd81a..184a6982 100644 --- a/xero_python/payrollau/models/pay_items.py +++ b/xero_python/payrollau/models/pay_items.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/pay_run.py b/xero_python/payrollau/models/pay_run.py index 6cf2f41d..6b6a3972 100644 --- a/xero_python/payrollau/models/pay_run.py +++ b/xero_python/payrollau/models/pay_run.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/pay_run_status.py b/xero_python/payrollau/models/pay_run_status.py index 8bff851c..e0af23b4 100644 --- a/xero_python/payrollau/models/pay_run_status.py +++ b/xero_python/payrollau/models/pay_run_status.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/pay_runs.py b/xero_python/payrollau/models/pay_runs.py index 4781679a..64d2b153 100644 --- a/xero_python/payrollau/models/pay_runs.py +++ b/xero_python/payrollau/models/pay_runs.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/pay_template.py b/xero_python/payrollau/models/pay_template.py index fb67dd00..7ace523a 100644 --- a/xero_python/payrollau/models/pay_template.py +++ b/xero_python/payrollau/models/pay_template.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/payment_frequency_type.py b/xero_python/payrollau/models/payment_frequency_type.py index 8eb15d72..579a6478 100644 --- a/xero_python/payrollau/models/payment_frequency_type.py +++ b/xero_python/payrollau/models/payment_frequency_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/payroll_calendar.py b/xero_python/payrollau/models/payroll_calendar.py index 77232e28..7515670d 100644 --- a/xero_python/payrollau/models/payroll_calendar.py +++ b/xero_python/payrollau/models/payroll_calendar.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/payroll_calendars.py b/xero_python/payrollau/models/payroll_calendars.py index 061903de..ea4e3976 100644 --- a/xero_python/payrollau/models/payroll_calendars.py +++ b/xero_python/payrollau/models/payroll_calendars.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/payslip.py b/xero_python/payrollau/models/payslip.py index 6461fb02..1c3aaace 100644 --- a/xero_python/payrollau/models/payslip.py +++ b/xero_python/payrollau/models/payslip.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/payslip_lines.py b/xero_python/payrollau/models/payslip_lines.py index 4f0c095b..7e21112d 100644 --- a/xero_python/payrollau/models/payslip_lines.py +++ b/xero_python/payrollau/models/payslip_lines.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/payslip_object.py b/xero_python/payrollau/models/payslip_object.py index f5c4036f..571cebf5 100644 --- a/xero_python/payrollau/models/payslip_object.py +++ b/xero_python/payrollau/models/payslip_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/payslip_summary.py b/xero_python/payrollau/models/payslip_summary.py index c8da234a..3650a83a 100644 --- a/xero_python/payrollau/models/payslip_summary.py +++ b/xero_python/payrollau/models/payslip_summary.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/payslips.py b/xero_python/payrollau/models/payslips.py index 12912c17..f6c2a297 100644 --- a/xero_python/payrollau/models/payslips.py +++ b/xero_python/payrollau/models/payslips.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/rate_type.py b/xero_python/payrollau/models/rate_type.py index 38786dba..d0665d9f 100644 --- a/xero_python/payrollau/models/rate_type.py +++ b/xero_python/payrollau/models/rate_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/reimbursement_line.py b/xero_python/payrollau/models/reimbursement_line.py index 2b03248f..f8c3b19e 100644 --- a/xero_python/payrollau/models/reimbursement_line.py +++ b/xero_python/payrollau/models/reimbursement_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/reimbursement_lines.py b/xero_python/payrollau/models/reimbursement_lines.py index 62deaba0..d536e72e 100644 --- a/xero_python/payrollau/models/reimbursement_lines.py +++ b/xero_python/payrollau/models/reimbursement_lines.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/reimbursement_type.py b/xero_python/payrollau/models/reimbursement_type.py index f1555b32..7f8f96d7 100644 --- a/xero_python/payrollau/models/reimbursement_type.py +++ b/xero_python/payrollau/models/reimbursement_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/residency_status.py b/xero_python/payrollau/models/residency_status.py index 213becca..2131b42a 100644 --- a/xero_python/payrollau/models/residency_status.py +++ b/xero_python/payrollau/models/residency_status.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/settings.py b/xero_python/payrollau/models/settings.py index 58546cc8..d65207cb 100644 --- a/xero_python/payrollau/models/settings.py +++ b/xero_python/payrollau/models/settings.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/settings_object.py b/xero_python/payrollau/models/settings_object.py index 1c0e2d99..f697d4c5 100644 --- a/xero_python/payrollau/models/settings_object.py +++ b/xero_python/payrollau/models/settings_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/settings_tracking_categories.py b/xero_python/payrollau/models/settings_tracking_categories.py index 4b2376be..47e7e20a 100644 --- a/xero_python/payrollau/models/settings_tracking_categories.py +++ b/xero_python/payrollau/models/settings_tracking_categories.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/settings_tracking_categories_employee_groups.py b/xero_python/payrollau/models/settings_tracking_categories_employee_groups.py index 946f8949..caa7fb1e 100644 --- a/xero_python/payrollau/models/settings_tracking_categories_employee_groups.py +++ b/xero_python/payrollau/models/settings_tracking_categories_employee_groups.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/settings_tracking_categories_timesheet_categories.py b/xero_python/payrollau/models/settings_tracking_categories_timesheet_categories.py index 1f517bb2..e28eb12e 100644 --- a/xero_python/payrollau/models/settings_tracking_categories_timesheet_categories.py +++ b/xero_python/payrollau/models/settings_tracking_categories_timesheet_categories.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/state.py b/xero_python/payrollau/models/state.py index d8dbcc2d..ec914350 100644 --- a/xero_python/payrollau/models/state.py +++ b/xero_python/payrollau/models/state.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/super_fund.py b/xero_python/payrollau/models/super_fund.py index 3bca8a78..4cb0d44f 100644 --- a/xero_python/payrollau/models/super_fund.py +++ b/xero_python/payrollau/models/super_fund.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/super_fund_product.py b/xero_python/payrollau/models/super_fund_product.py index 60ee5406..ec382ee3 100644 --- a/xero_python/payrollau/models/super_fund_product.py +++ b/xero_python/payrollau/models/super_fund_product.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/super_fund_products.py b/xero_python/payrollau/models/super_fund_products.py index 0c13ab7e..ea861abb 100644 --- a/xero_python/payrollau/models/super_fund_products.py +++ b/xero_python/payrollau/models/super_fund_products.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/super_fund_type.py b/xero_python/payrollau/models/super_fund_type.py index e2af5a5d..71b2a4d0 100644 --- a/xero_python/payrollau/models/super_fund_type.py +++ b/xero_python/payrollau/models/super_fund_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/super_funds.py b/xero_python/payrollau/models/super_funds.py index c3573575..2df733a2 100644 --- a/xero_python/payrollau/models/super_funds.py +++ b/xero_python/payrollau/models/super_funds.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/super_line.py b/xero_python/payrollau/models/super_line.py index 1a06c7eb..c9a9600c 100644 --- a/xero_python/payrollau/models/super_line.py +++ b/xero_python/payrollau/models/super_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/super_membership.py b/xero_python/payrollau/models/super_membership.py index 195e877c..47d370b9 100644 --- a/xero_python/payrollau/models/super_membership.py +++ b/xero_python/payrollau/models/super_membership.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/superannuation_calculation_type.py b/xero_python/payrollau/models/superannuation_calculation_type.py index 51d1d407..756a16db 100644 --- a/xero_python/payrollau/models/superannuation_calculation_type.py +++ b/xero_python/payrollau/models/superannuation_calculation_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/superannuation_contribution_type.py b/xero_python/payrollau/models/superannuation_contribution_type.py index 91706819..c1be34e2 100644 --- a/xero_python/payrollau/models/superannuation_contribution_type.py +++ b/xero_python/payrollau/models/superannuation_contribution_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/superannuation_line.py b/xero_python/payrollau/models/superannuation_line.py index ecfb62a3..3035e3ec 100644 --- a/xero_python/payrollau/models/superannuation_line.py +++ b/xero_python/payrollau/models/superannuation_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/tax_declaration.py b/xero_python/payrollau/models/tax_declaration.py index 391102ba..37dcdad8 100644 --- a/xero_python/payrollau/models/tax_declaration.py +++ b/xero_python/payrollau/models/tax_declaration.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/tax_line.py b/xero_python/payrollau/models/tax_line.py index a0e6c2c1..cc286a58 100644 --- a/xero_python/payrollau/models/tax_line.py +++ b/xero_python/payrollau/models/tax_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/tfn_exemption_type.py b/xero_python/payrollau/models/tfn_exemption_type.py index 771cdd28..3358312c 100644 --- a/xero_python/payrollau/models/tfn_exemption_type.py +++ b/xero_python/payrollau/models/tfn_exemption_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/timesheet.py b/xero_python/payrollau/models/timesheet.py index bbee341b..e85ffc80 100644 --- a/xero_python/payrollau/models/timesheet.py +++ b/xero_python/payrollau/models/timesheet.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/timesheet_line.py b/xero_python/payrollau/models/timesheet_line.py index b32b5145..a5415d7d 100644 --- a/xero_python/payrollau/models/timesheet_line.py +++ b/xero_python/payrollau/models/timesheet_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/timesheet_object.py b/xero_python/payrollau/models/timesheet_object.py index 071649cd..e52569b2 100644 --- a/xero_python/payrollau/models/timesheet_object.py +++ b/xero_python/payrollau/models/timesheet_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/timesheet_status.py b/xero_python/payrollau/models/timesheet_status.py index 004deb3e..6f9e6f24 100644 --- a/xero_python/payrollau/models/timesheet_status.py +++ b/xero_python/payrollau/models/timesheet_status.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/timesheets.py b/xero_python/payrollau/models/timesheets.py index b3ed2e7e..aca436ad 100644 --- a/xero_python/payrollau/models/timesheets.py +++ b/xero_python/payrollau/models/timesheets.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/validation_error.py b/xero_python/payrollau/models/validation_error.py index ae89d420..9087c298 100644 --- a/xero_python/payrollau/models/validation_error.py +++ b/xero_python/payrollau/models/validation_error.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/__init__.py b/xero_python/payrollnz/__init__.py index 4dd3534b..2615a513 100644 --- a/xero_python/payrollnz/__init__.py +++ b/xero_python/payrollnz/__init__.py @@ -7,7 +7,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -23,6 +23,7 @@ from xero_python.payrollnz.models.address import Address from xero_python.payrollnz.models.bank_account import BankAccount from xero_python.payrollnz.models.benefit import Benefit +from xero_python.payrollnz.models.calendar_type import CalendarType from xero_python.payrollnz.models.deduction import Deduction from xero_python.payrollnz.models.deduction_line import DeductionLine from xero_python.payrollnz.models.deduction_object import DeductionObject diff --git a/xero_python/payrollnz/api/payroll_nz_api.py b/xero_python/payrollnz/api/payroll_nz_api.py index 52fac476..d94eb7f8 100644 --- a/xero_python/payrollnz/api/payroll_nz_api.py +++ b/xero_python/payrollnz/api/payroll_nz_api.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/docs/CalendarType.md b/xero_python/payrollnz/docs/CalendarType.md new file mode 100644 index 00000000..93387ad9 --- /dev/null +++ b/xero_python/payrollnz/docs/CalendarType.md @@ -0,0 +1,9 @@ +# CalendarType + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/xero_python/payrollnz/docs/PayRun.md b/xero_python/payrollnz/docs/PayRun.md index a68371ae..c2e68ac9 100644 --- a/xero_python/payrollnz/docs/PayRun.md +++ b/xero_python/payrollnz/docs/PayRun.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **total_pay** | **float** | Total pay of the pay run | [optional] **pay_run_status** | **str** | Pay run status | [optional] **pay_run_type** | **str** | Pay run type | [optional] -**calendar_type** | **str** | Calendar type of the pay run | [optional] +**calendar_type** | [**CalendarType**](CalendarType.md) | | [optional] **posted_date_time** | **date** | Posted date time of the pay run | [optional] **pay_slips** | [**list[PaySlip]**](PaySlip.md) | | [optional] diff --git a/xero_python/payrollnz/docs/PayRunCalendar.md b/xero_python/payrollnz/docs/PayRunCalendar.md index 27a88fbf..aed6d451 100644 --- a/xero_python/payrollnz/docs/PayRunCalendar.md +++ b/xero_python/payrollnz/docs/PayRunCalendar.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payroll_calendar_id** | **str** | Xero unique identifier for the payroll calendar | [optional] **name** | **str** | Name of the calendar | -**calendar_type** | **str** | Type of the calendar | +**calendar_type** | [**CalendarType**](CalendarType.md) | | **period_start_date** | **date** | Period start date of the calendar | **period_end_date** | **date** | Period end date of the calendar | [optional] **payment_date** | **date** | Payment date of the calendar | diff --git a/xero_python/payrollnz/docs/TaxSettings.md b/xero_python/payrollnz/docs/TaxSettings.md index c0da22e7..d33bcf60 100644 --- a/xero_python/payrollnz/docs/TaxSettings.md +++ b/xero_python/payrollnz/docs/TaxSettings.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**period_units** | **int** | The number of units for the period type | [optional] +**period_units** | **float** | The number of units for the period type | [optional] **period_type** | **str** | The type of period (\"weeks\" or \"months\") | [optional] **tax_code** | [**TaxCode**](TaxCode.md) | | [optional] **special_tax_rate** | **str** | Tax rate for STC and WT | [optional] diff --git a/xero_python/payrollnz/models/__init__.py b/xero_python/payrollnz/models/__init__.py index 9154cd62..c3a65a9f 100644 --- a/xero_python/payrollnz/models/__init__.py +++ b/xero_python/payrollnz/models/__init__.py @@ -6,7 +6,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -18,6 +18,7 @@ from xero_python.payrollnz.models.address import Address from xero_python.payrollnz.models.bank_account import BankAccount from xero_python.payrollnz.models.benefit import Benefit +from xero_python.payrollnz.models.calendar_type import CalendarType from xero_python.payrollnz.models.deduction import Deduction from xero_python.payrollnz.models.deduction_line import DeductionLine from xero_python.payrollnz.models.deduction_object import DeductionObject diff --git a/xero_python/payrollnz/models/account.py b/xero_python/payrollnz/models/account.py index d0aaacac..ca9ef203 100644 --- a/xero_python/payrollnz/models/account.py +++ b/xero_python/payrollnz/models/account.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/accounts.py b/xero_python/payrollnz/models/accounts.py index b8057e29..b3b31902 100644 --- a/xero_python/payrollnz/models/accounts.py +++ b/xero_python/payrollnz/models/accounts.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/address.py b/xero_python/payrollnz/models/address.py index e011b9b4..1c9f2cca 100644 --- a/xero_python/payrollnz/models/address.py +++ b/xero_python/payrollnz/models/address.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/bank_account.py b/xero_python/payrollnz/models/bank_account.py index ca77f18c..24b539e1 100644 --- a/xero_python/payrollnz/models/bank_account.py +++ b/xero_python/payrollnz/models/bank_account.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/benefit.py b/xero_python/payrollnz/models/benefit.py index cf292d21..b785755e 100644 --- a/xero_python/payrollnz/models/benefit.py +++ b/xero_python/payrollnz/models/benefit.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/calendar_type.py b/xero_python/payrollnz/models/calendar_type.py new file mode 100644 index 00000000..561d5b7d --- /dev/null +++ b/xero_python/payrollnz/models/calendar_type.py @@ -0,0 +1,34 @@ +# coding: utf-8 + +""" + Xero Payroll NZ + + This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 + + OpenAPI spec version: 2.7.0 + Contact: api@xero.com + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 + +from enum import Enum + + +class CalendarType(Enum): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + allowed enum values + """ + + WEEKLY = "Weekly" + FORTNIGHTLY = "Fortnightly" + FOURWEEKLY = "FourWeekly" + MONTHLY = "Monthly" + ANNUAL = "Annual" + QUARTERLY = "Quarterly" + TWICEMONTHLY = "TwiceMonthly" diff --git a/xero_python/payrollnz/models/deduction.py b/xero_python/payrollnz/models/deduction.py index e900306a..4243b0c4 100644 --- a/xero_python/payrollnz/models/deduction.py +++ b/xero_python/payrollnz/models/deduction.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/deduction_line.py b/xero_python/payrollnz/models/deduction_line.py index c7f0bb12..2c3db4ac 100644 --- a/xero_python/payrollnz/models/deduction_line.py +++ b/xero_python/payrollnz/models/deduction_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/deduction_object.py b/xero_python/payrollnz/models/deduction_object.py index f02f3889..98a17814 100644 --- a/xero_python/payrollnz/models/deduction_object.py +++ b/xero_python/payrollnz/models/deduction_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/deductions.py b/xero_python/payrollnz/models/deductions.py index 4f1d0a8f..c5b5f4e3 100644 --- a/xero_python/payrollnz/models/deductions.py +++ b/xero_python/payrollnz/models/deductions.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_line.py b/xero_python/payrollnz/models/earnings_line.py index 8ea181d8..e8b3cf16 100644 --- a/xero_python/payrollnz/models/earnings_line.py +++ b/xero_python/payrollnz/models/earnings_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_order.py b/xero_python/payrollnz/models/earnings_order.py index ce33ea60..3b9c6aa5 100644 --- a/xero_python/payrollnz/models/earnings_order.py +++ b/xero_python/payrollnz/models/earnings_order.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_order_object.py b/xero_python/payrollnz/models/earnings_order_object.py index 3a2fd2c4..08930256 100644 --- a/xero_python/payrollnz/models/earnings_order_object.py +++ b/xero_python/payrollnz/models/earnings_order_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_orders.py b/xero_python/payrollnz/models/earnings_orders.py index 09f60eb7..46fabfc1 100644 --- a/xero_python/payrollnz/models/earnings_orders.py +++ b/xero_python/payrollnz/models/earnings_orders.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_rate.py b/xero_python/payrollnz/models/earnings_rate.py index 617ab7a3..2b28fdc1 100644 --- a/xero_python/payrollnz/models/earnings_rate.py +++ b/xero_python/payrollnz/models/earnings_rate.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_rate_object.py b/xero_python/payrollnz/models/earnings_rate_object.py index 9d76628e..ec025e92 100644 --- a/xero_python/payrollnz/models/earnings_rate_object.py +++ b/xero_python/payrollnz/models/earnings_rate_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_rates.py b/xero_python/payrollnz/models/earnings_rates.py index d7ef4162..a2b70cb7 100644 --- a/xero_python/payrollnz/models/earnings_rates.py +++ b/xero_python/payrollnz/models/earnings_rates.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_template.py b/xero_python/payrollnz/models/earnings_template.py index 0e759ec5..6e37ec48 100644 --- a/xero_python/payrollnz/models/earnings_template.py +++ b/xero_python/payrollnz/models/earnings_template.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_template_object.py b/xero_python/payrollnz/models/earnings_template_object.py index 1e70eb49..100af2c5 100644 --- a/xero_python/payrollnz/models/earnings_template_object.py +++ b/xero_python/payrollnz/models/earnings_template_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee.py b/xero_python/payrollnz/models/employee.py index b2076222..5c5f9d1a 100644 --- a/xero_python/payrollnz/models/employee.py +++ b/xero_python/payrollnz/models/employee.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_earnings_templates.py b/xero_python/payrollnz/models/employee_earnings_templates.py index 5709d8da..7f0d23c0 100644 --- a/xero_python/payrollnz/models/employee_earnings_templates.py +++ b/xero_python/payrollnz/models/employee_earnings_templates.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave.py b/xero_python/payrollnz/models/employee_leave.py index af4a4c2d..50441589 100644 --- a/xero_python/payrollnz/models/employee_leave.py +++ b/xero_python/payrollnz/models/employee_leave.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave_balance.py b/xero_python/payrollnz/models/employee_leave_balance.py index 94563b18..c43add2f 100644 --- a/xero_python/payrollnz/models/employee_leave_balance.py +++ b/xero_python/payrollnz/models/employee_leave_balance.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave_balances.py b/xero_python/payrollnz/models/employee_leave_balances.py index a8d7524b..85409e7b 100644 --- a/xero_python/payrollnz/models/employee_leave_balances.py +++ b/xero_python/payrollnz/models/employee_leave_balances.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave_object.py b/xero_python/payrollnz/models/employee_leave_object.py index e82a1ed5..6d8a1006 100644 --- a/xero_python/payrollnz/models/employee_leave_object.py +++ b/xero_python/payrollnz/models/employee_leave_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave_setup.py b/xero_python/payrollnz/models/employee_leave_setup.py index 4fa646b7..20374351 100644 --- a/xero_python/payrollnz/models/employee_leave_setup.py +++ b/xero_python/payrollnz/models/employee_leave_setup.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave_setup_object.py b/xero_python/payrollnz/models/employee_leave_setup_object.py index 43d17e10..c7c2653c 100644 --- a/xero_python/payrollnz/models/employee_leave_setup_object.py +++ b/xero_python/payrollnz/models/employee_leave_setup_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave_type.py b/xero_python/payrollnz/models/employee_leave_type.py index 0eeafa8f..1a414661 100644 --- a/xero_python/payrollnz/models/employee_leave_type.py +++ b/xero_python/payrollnz/models/employee_leave_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave_type_object.py b/xero_python/payrollnz/models/employee_leave_type_object.py index 35f42c25..be5ee1d5 100644 --- a/xero_python/payrollnz/models/employee_leave_type_object.py +++ b/xero_python/payrollnz/models/employee_leave_type_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave_types.py b/xero_python/payrollnz/models/employee_leave_types.py index 5a51bd50..93792218 100644 --- a/xero_python/payrollnz/models/employee_leave_types.py +++ b/xero_python/payrollnz/models/employee_leave_types.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leaves.py b/xero_python/payrollnz/models/employee_leaves.py index d139918e..d9afeb8a 100644 --- a/xero_python/payrollnz/models/employee_leaves.py +++ b/xero_python/payrollnz/models/employee_leaves.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_object.py b/xero_python/payrollnz/models/employee_object.py index b8cb68e0..9e583b57 100644 --- a/xero_python/payrollnz/models/employee_object.py +++ b/xero_python/payrollnz/models/employee_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_opening_balance.py b/xero_python/payrollnz/models/employee_opening_balance.py index 2839e298..ddbeba26 100644 --- a/xero_python/payrollnz/models/employee_opening_balance.py +++ b/xero_python/payrollnz/models/employee_opening_balance.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_opening_balances_object.py b/xero_python/payrollnz/models/employee_opening_balances_object.py index 439e26b0..62697475 100644 --- a/xero_python/payrollnz/models/employee_opening_balances_object.py +++ b/xero_python/payrollnz/models/employee_opening_balances_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_pay_template.py b/xero_python/payrollnz/models/employee_pay_template.py index 377ec68b..607cbbf3 100644 --- a/xero_python/payrollnz/models/employee_pay_template.py +++ b/xero_python/payrollnz/models/employee_pay_template.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_pay_template_object.py b/xero_python/payrollnz/models/employee_pay_template_object.py index 0c444b5e..3f42764a 100644 --- a/xero_python/payrollnz/models/employee_pay_template_object.py +++ b/xero_python/payrollnz/models/employee_pay_template_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_pay_templates.py b/xero_python/payrollnz/models/employee_pay_templates.py index 650ad3aa..3bf36928 100644 --- a/xero_python/payrollnz/models/employee_pay_templates.py +++ b/xero_python/payrollnz/models/employee_pay_templates.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_statutory_leave_balance.py b/xero_python/payrollnz/models/employee_statutory_leave_balance.py index f9cc4023..9dff3592 100644 --- a/xero_python/payrollnz/models/employee_statutory_leave_balance.py +++ b/xero_python/payrollnz/models/employee_statutory_leave_balance.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_statutory_leave_balance_object.py b/xero_python/payrollnz/models/employee_statutory_leave_balance_object.py index bfd8466b..68088c43 100644 --- a/xero_python/payrollnz/models/employee_statutory_leave_balance_object.py +++ b/xero_python/payrollnz/models/employee_statutory_leave_balance_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_statutory_leave_summary.py b/xero_python/payrollnz/models/employee_statutory_leave_summary.py index 69ec30f6..cc5ba6bb 100644 --- a/xero_python/payrollnz/models/employee_statutory_leave_summary.py +++ b/xero_python/payrollnz/models/employee_statutory_leave_summary.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_statutory_leaves_summaries.py b/xero_python/payrollnz/models/employee_statutory_leaves_summaries.py index a8cf9f82..812ed04c 100644 --- a/xero_python/payrollnz/models/employee_statutory_leaves_summaries.py +++ b/xero_python/payrollnz/models/employee_statutory_leaves_summaries.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_statutory_sick_leave.py b/xero_python/payrollnz/models/employee_statutory_sick_leave.py index c138adc3..1dd8aac6 100644 --- a/xero_python/payrollnz/models/employee_statutory_sick_leave.py +++ b/xero_python/payrollnz/models/employee_statutory_sick_leave.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_statutory_sick_leave_object.py b/xero_python/payrollnz/models/employee_statutory_sick_leave_object.py index 1d6884e2..764ed69a 100644 --- a/xero_python/payrollnz/models/employee_statutory_sick_leave_object.py +++ b/xero_python/payrollnz/models/employee_statutory_sick_leave_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_statutory_sick_leaves.py b/xero_python/payrollnz/models/employee_statutory_sick_leaves.py index 31db7e83..b8f4f33b 100644 --- a/xero_python/payrollnz/models/employee_statutory_sick_leaves.py +++ b/xero_python/payrollnz/models/employee_statutory_sick_leaves.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_tax.py b/xero_python/payrollnz/models/employee_tax.py index 687f5414..79c15953 100644 --- a/xero_python/payrollnz/models/employee_tax.py +++ b/xero_python/payrollnz/models/employee_tax.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_tax_object.py b/xero_python/payrollnz/models/employee_tax_object.py index 281b6396..61105c18 100644 --- a/xero_python/payrollnz/models/employee_tax_object.py +++ b/xero_python/payrollnz/models/employee_tax_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employees.py b/xero_python/payrollnz/models/employees.py index 86a3e54f..67186d6d 100644 --- a/xero_python/payrollnz/models/employees.py +++ b/xero_python/payrollnz/models/employees.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employment.py b/xero_python/payrollnz/models/employment.py index e37aba49..3ac7c638 100644 --- a/xero_python/payrollnz/models/employment.py +++ b/xero_python/payrollnz/models/employment.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employment_object.py b/xero_python/payrollnz/models/employment_object.py index 148da0d9..4c30cebe 100644 --- a/xero_python/payrollnz/models/employment_object.py +++ b/xero_python/payrollnz/models/employment_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/gross_earnings_history.py b/xero_python/payrollnz/models/gross_earnings_history.py index 9aae146a..6fa1360e 100644 --- a/xero_python/payrollnz/models/gross_earnings_history.py +++ b/xero_python/payrollnz/models/gross_earnings_history.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/invalid_field.py b/xero_python/payrollnz/models/invalid_field.py index 61954d09..2e0dfff4 100644 --- a/xero_python/payrollnz/models/invalid_field.py +++ b/xero_python/payrollnz/models/invalid_field.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/leave_accrual_line.py b/xero_python/payrollnz/models/leave_accrual_line.py index 84b8cb56..6100ff8f 100644 --- a/xero_python/payrollnz/models/leave_accrual_line.py +++ b/xero_python/payrollnz/models/leave_accrual_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/leave_earnings_line.py b/xero_python/payrollnz/models/leave_earnings_line.py index ae87f1d4..a2e6546c 100644 --- a/xero_python/payrollnz/models/leave_earnings_line.py +++ b/xero_python/payrollnz/models/leave_earnings_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/leave_period.py b/xero_python/payrollnz/models/leave_period.py index 038d6bbf..a2f64b02 100644 --- a/xero_python/payrollnz/models/leave_period.py +++ b/xero_python/payrollnz/models/leave_period.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/leave_periods.py b/xero_python/payrollnz/models/leave_periods.py index 4d6c7170..649cecfb 100644 --- a/xero_python/payrollnz/models/leave_periods.py +++ b/xero_python/payrollnz/models/leave_periods.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/leave_type.py b/xero_python/payrollnz/models/leave_type.py index c79dede4..b2615cf5 100644 --- a/xero_python/payrollnz/models/leave_type.py +++ b/xero_python/payrollnz/models/leave_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/leave_type_object.py b/xero_python/payrollnz/models/leave_type_object.py index d048899c..31b194ca 100644 --- a/xero_python/payrollnz/models/leave_type_object.py +++ b/xero_python/payrollnz/models/leave_type_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/leave_types.py b/xero_python/payrollnz/models/leave_types.py index bb90ebe1..6a3faeac 100644 --- a/xero_python/payrollnz/models/leave_types.py +++ b/xero_python/payrollnz/models/leave_types.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pagination.py b/xero_python/payrollnz/models/pagination.py index 25a2e2fd..7c2f71aa 100644 --- a/xero_python/payrollnz/models/pagination.py +++ b/xero_python/payrollnz/models/pagination.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pay_run.py b/xero_python/payrollnz/models/pay_run.py index c46ecc29..d94fdee9 100644 --- a/xero_python/payrollnz/models/pay_run.py +++ b/xero_python/payrollnz/models/pay_run.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -40,7 +40,7 @@ class PayRun(BaseModel): "total_pay": "float", "pay_run_status": "str", "pay_run_type": "str", - "calendar_type": "str", + "calendar_type": "CalendarType", "posted_date_time": "date", "pay_slips": "list[PaySlip]", } @@ -346,10 +346,9 @@ def pay_run_type(self, pay_run_type): def calendar_type(self): """Gets the calendar_type of this PayRun. # noqa: E501 - Calendar type of the pay run # noqa: E501 :return: The calendar_type of this PayRun. # noqa: E501 - :rtype: str + :rtype: CalendarType """ return self._calendar_type @@ -357,26 +356,10 @@ def calendar_type(self): def calendar_type(self, calendar_type): """Sets the calendar_type of this PayRun. - Calendar type of the pay run # noqa: E501 :param calendar_type: The calendar_type of this PayRun. # noqa: E501 - :type: str + :type: CalendarType """ - allowed_values = [ - "Weekly", - "Fortnightly", - "FourWeekly", - "Monthly", - "Annual", - "Quarterly", - "None", - ] # noqa: E501 - if calendar_type not in allowed_values: - raise ValueError( - "Invalid value for `calendar_type` ({0}), must be one of {1}".format( # noqa: E501 - calendar_type, allowed_values - ) - ) self._calendar_type = calendar_type diff --git a/xero_python/payrollnz/models/pay_run_calendar.py b/xero_python/payrollnz/models/pay_run_calendar.py index 82d0cd35..dbb01bf6 100644 --- a/xero_python/payrollnz/models/pay_run_calendar.py +++ b/xero_python/payrollnz/models/pay_run_calendar.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -33,7 +33,7 @@ class PayRunCalendar(BaseModel): openapi_types = { "payroll_calendar_id": "str", "name": "str", - "calendar_type": "str", + "calendar_type": "CalendarType", "period_start_date": "date", "period_end_date": "date", "payment_date": "date", @@ -136,10 +136,9 @@ def name(self, name): def calendar_type(self): """Gets the calendar_type of this PayRunCalendar. # noqa: E501 - Type of the calendar # noqa: E501 :return: The calendar_type of this PayRunCalendar. # noqa: E501 - :rtype: str + :rtype: CalendarType """ return self._calendar_type @@ -147,30 +146,14 @@ def calendar_type(self): def calendar_type(self, calendar_type): """Sets the calendar_type of this PayRunCalendar. - Type of the calendar # noqa: E501 :param calendar_type: The calendar_type of this PayRunCalendar. # noqa: E501 - :type: str + :type: CalendarType """ if calendar_type is None: raise ValueError( "Invalid value for `calendar_type`, must not be `None`" ) # noqa: E501 - allowed_values = [ - "Weekly", - "Fortnightly", - "FourWeekly", - "Monthly", - "Annual", - "Quarterly", - "None", - ] # noqa: E501 - if calendar_type not in allowed_values: - raise ValueError( - "Invalid value for `calendar_type` ({0}), must be one of {1}".format( # noqa: E501 - calendar_type, allowed_values - ) - ) self._calendar_type = calendar_type diff --git a/xero_python/payrollnz/models/pay_run_calendar_object.py b/xero_python/payrollnz/models/pay_run_calendar_object.py index 7afbc1f9..694b5028 100644 --- a/xero_python/payrollnz/models/pay_run_calendar_object.py +++ b/xero_python/payrollnz/models/pay_run_calendar_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pay_run_calendars.py b/xero_python/payrollnz/models/pay_run_calendars.py index 86bb8fcf..35879725 100644 --- a/xero_python/payrollnz/models/pay_run_calendars.py +++ b/xero_python/payrollnz/models/pay_run_calendars.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pay_run_object.py b/xero_python/payrollnz/models/pay_run_object.py index 6c8ee69c..c4665c3f 100644 --- a/xero_python/payrollnz/models/pay_run_object.py +++ b/xero_python/payrollnz/models/pay_run_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pay_runs.py b/xero_python/payrollnz/models/pay_runs.py index cac38740..66047390 100644 --- a/xero_python/payrollnz/models/pay_runs.py +++ b/xero_python/payrollnz/models/pay_runs.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pay_slip.py b/xero_python/payrollnz/models/pay_slip.py index e353e85a..e7ab9689 100644 --- a/xero_python/payrollnz/models/pay_slip.py +++ b/xero_python/payrollnz/models/pay_slip.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pay_slip_object.py b/xero_python/payrollnz/models/pay_slip_object.py index 0a4155b6..a14de4e1 100644 --- a/xero_python/payrollnz/models/pay_slip_object.py +++ b/xero_python/payrollnz/models/pay_slip_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pay_slips.py b/xero_python/payrollnz/models/pay_slips.py index 98e6ad3c..5f344301 100644 --- a/xero_python/payrollnz/models/pay_slips.py +++ b/xero_python/payrollnz/models/pay_slips.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/payment_line.py b/xero_python/payrollnz/models/payment_line.py index 70585b12..43662716 100644 --- a/xero_python/payrollnz/models/payment_line.py +++ b/xero_python/payrollnz/models/payment_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/payment_method.py b/xero_python/payrollnz/models/payment_method.py index c1115fd1..15a2c9c3 100644 --- a/xero_python/payrollnz/models/payment_method.py +++ b/xero_python/payrollnz/models/payment_method.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/payment_method_object.py b/xero_python/payrollnz/models/payment_method_object.py index e7f95ebb..ef4d29f3 100644 --- a/xero_python/payrollnz/models/payment_method_object.py +++ b/xero_python/payrollnz/models/payment_method_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/problem.py b/xero_python/payrollnz/models/problem.py index 5e94b28f..53054067 100644 --- a/xero_python/payrollnz/models/problem.py +++ b/xero_python/payrollnz/models/problem.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/reimbursement.py b/xero_python/payrollnz/models/reimbursement.py index da6130df..1c20ef4b 100644 --- a/xero_python/payrollnz/models/reimbursement.py +++ b/xero_python/payrollnz/models/reimbursement.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/reimbursement_line.py b/xero_python/payrollnz/models/reimbursement_line.py index 07b72e55..3f5e800e 100644 --- a/xero_python/payrollnz/models/reimbursement_line.py +++ b/xero_python/payrollnz/models/reimbursement_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/reimbursement_object.py b/xero_python/payrollnz/models/reimbursement_object.py index 2a21cbda..c32dae0f 100644 --- a/xero_python/payrollnz/models/reimbursement_object.py +++ b/xero_python/payrollnz/models/reimbursement_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/reimbursements.py b/xero_python/payrollnz/models/reimbursements.py index f0d78715..fc6b37fd 100644 --- a/xero_python/payrollnz/models/reimbursements.py +++ b/xero_python/payrollnz/models/reimbursements.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/salary_and_wage.py b/xero_python/payrollnz/models/salary_and_wage.py index 362bce5a..6c888390 100644 --- a/xero_python/payrollnz/models/salary_and_wage.py +++ b/xero_python/payrollnz/models/salary_and_wage.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/salary_and_wage_object.py b/xero_python/payrollnz/models/salary_and_wage_object.py index 45ef1ae7..03f1a5d4 100644 --- a/xero_python/payrollnz/models/salary_and_wage_object.py +++ b/xero_python/payrollnz/models/salary_and_wage_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/salary_and_wages.py b/xero_python/payrollnz/models/salary_and_wages.py index 0fdfee66..a330bb09 100644 --- a/xero_python/payrollnz/models/salary_and_wages.py +++ b/xero_python/payrollnz/models/salary_and_wages.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/settings.py b/xero_python/payrollnz/models/settings.py index 0a0c0027..600bf8cc 100644 --- a/xero_python/payrollnz/models/settings.py +++ b/xero_python/payrollnz/models/settings.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/statutory_deduction.py b/xero_python/payrollnz/models/statutory_deduction.py index 71f5ef81..e6f43f58 100644 --- a/xero_python/payrollnz/models/statutory_deduction.py +++ b/xero_python/payrollnz/models/statutory_deduction.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/statutory_deduction_category.py b/xero_python/payrollnz/models/statutory_deduction_category.py index ebf96e5a..56763279 100644 --- a/xero_python/payrollnz/models/statutory_deduction_category.py +++ b/xero_python/payrollnz/models/statutory_deduction_category.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/statutory_deduction_line.py b/xero_python/payrollnz/models/statutory_deduction_line.py index e5eceabd..72ac3597 100644 --- a/xero_python/payrollnz/models/statutory_deduction_line.py +++ b/xero_python/payrollnz/models/statutory_deduction_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/statutory_deduction_object.py b/xero_python/payrollnz/models/statutory_deduction_object.py index cddf48c2..916252d1 100644 --- a/xero_python/payrollnz/models/statutory_deduction_object.py +++ b/xero_python/payrollnz/models/statutory_deduction_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/statutory_deductions.py b/xero_python/payrollnz/models/statutory_deductions.py index 06eee3e6..61903aa0 100644 --- a/xero_python/payrollnz/models/statutory_deductions.py +++ b/xero_python/payrollnz/models/statutory_deductions.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/superannuation_line.py b/xero_python/payrollnz/models/superannuation_line.py index 5a2909a1..f15c3637 100644 --- a/xero_python/payrollnz/models/superannuation_line.py +++ b/xero_python/payrollnz/models/superannuation_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/superannuation_object.py b/xero_python/payrollnz/models/superannuation_object.py index 0f011a12..35978226 100644 --- a/xero_python/payrollnz/models/superannuation_object.py +++ b/xero_python/payrollnz/models/superannuation_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/superannuations.py b/xero_python/payrollnz/models/superannuations.py index 68ed60f2..f1d9c688 100644 --- a/xero_python/payrollnz/models/superannuations.py +++ b/xero_python/payrollnz/models/superannuations.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/tax_code.py b/xero_python/payrollnz/models/tax_code.py index 5473f895..3e5904b3 100644 --- a/xero_python/payrollnz/models/tax_code.py +++ b/xero_python/payrollnz/models/tax_code.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/tax_line.py b/xero_python/payrollnz/models/tax_line.py index 646f2a93..10d336c9 100644 --- a/xero_python/payrollnz/models/tax_line.py +++ b/xero_python/payrollnz/models/tax_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/tax_settings.py b/xero_python/payrollnz/models/tax_settings.py index ca4d1b70..8f7cf64d 100644 --- a/xero_python/payrollnz/models/tax_settings.py +++ b/xero_python/payrollnz/models/tax_settings.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -31,7 +31,7 @@ class TaxSettings(BaseModel): and the value is json key in definition. """ openapi_types = { - "period_units": "int", + "period_units": "float", "period_type": "str", "tax_code": "TaxCode", "special_tax_rate": "str", @@ -87,7 +87,7 @@ def period_units(self): The number of units for the period type # noqa: E501 :return: The period_units of this TaxSettings. # noqa: E501 - :rtype: int + :rtype: float """ return self._period_units @@ -98,7 +98,7 @@ def period_units(self, period_units): The number of units for the period type # noqa: E501 :param period_units: The period_units of this TaxSettings. # noqa: E501 - :type: int + :type: float """ self._period_units = period_units diff --git a/xero_python/payrollnz/models/timesheet.py b/xero_python/payrollnz/models/timesheet.py index 87390095..0e690338 100644 --- a/xero_python/payrollnz/models/timesheet.py +++ b/xero_python/payrollnz/models/timesheet.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/timesheet_earnings_line.py b/xero_python/payrollnz/models/timesheet_earnings_line.py index 71a42688..91b9c441 100644 --- a/xero_python/payrollnz/models/timesheet_earnings_line.py +++ b/xero_python/payrollnz/models/timesheet_earnings_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/timesheet_line.py b/xero_python/payrollnz/models/timesheet_line.py index fd16fce4..ab1d11ca 100644 --- a/xero_python/payrollnz/models/timesheet_line.py +++ b/xero_python/payrollnz/models/timesheet_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/timesheet_line_object.py b/xero_python/payrollnz/models/timesheet_line_object.py index 616b0196..d0e14a2f 100644 --- a/xero_python/payrollnz/models/timesheet_line_object.py +++ b/xero_python/payrollnz/models/timesheet_line_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/timesheet_object.py b/xero_python/payrollnz/models/timesheet_object.py index 3fd598a0..647fe6c0 100644 --- a/xero_python/payrollnz/models/timesheet_object.py +++ b/xero_python/payrollnz/models/timesheet_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/timesheets.py b/xero_python/payrollnz/models/timesheets.py index 2a100613..90d29fd6 100644 --- a/xero_python/payrollnz/models/timesheets.py +++ b/xero_python/payrollnz/models/timesheets.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/tracking_categories.py b/xero_python/payrollnz/models/tracking_categories.py index 9a709b2b..795681a1 100644 --- a/xero_python/payrollnz/models/tracking_categories.py +++ b/xero_python/payrollnz/models/tracking_categories.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/tracking_category.py b/xero_python/payrollnz/models/tracking_category.py index bd6e3bfd..9646fac1 100644 --- a/xero_python/payrollnz/models/tracking_category.py +++ b/xero_python/payrollnz/models/tracking_category.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/__init__.py b/xero_python/payrolluk/__init__.py index 2e63df91..b7562ffe 100644 --- a/xero_python/payrolluk/__init__.py +++ b/xero_python/payrolluk/__init__.py @@ -7,7 +7,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/api/payroll_uk_api.py b/xero_python/payrolluk/api/payroll_uk_api.py index 0c5d083e..69b08c34 100644 --- a/xero_python/payrolluk/api/payroll_uk_api.py +++ b/xero_python/payrolluk/api/payroll_uk_api.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/__init__.py b/xero_python/payrolluk/models/__init__.py index 9820b00a..17bb96b7 100644 --- a/xero_python/payrolluk/models/__init__.py +++ b/xero_python/payrolluk/models/__init__.py @@ -6,7 +6,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/account.py b/xero_python/payrolluk/models/account.py index 32a46a2e..a49358ca 100644 --- a/xero_python/payrolluk/models/account.py +++ b/xero_python/payrolluk/models/account.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/accounts.py b/xero_python/payrolluk/models/accounts.py index e2b5a788..2d104008 100644 --- a/xero_python/payrolluk/models/accounts.py +++ b/xero_python/payrolluk/models/accounts.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/address.py b/xero_python/payrolluk/models/address.py index 201c31c2..9f785938 100644 --- a/xero_python/payrolluk/models/address.py +++ b/xero_python/payrolluk/models/address.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/bank_account.py b/xero_python/payrolluk/models/bank_account.py index fba10c74..638625e9 100644 --- a/xero_python/payrolluk/models/bank_account.py +++ b/xero_python/payrolluk/models/bank_account.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/benefit.py b/xero_python/payrolluk/models/benefit.py index 36da9845..ec7cef42 100644 --- a/xero_python/payrolluk/models/benefit.py +++ b/xero_python/payrolluk/models/benefit.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/benefit_line.py b/xero_python/payrolluk/models/benefit_line.py index 73b923d8..6b3ecd03 100644 --- a/xero_python/payrolluk/models/benefit_line.py +++ b/xero_python/payrolluk/models/benefit_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/benefit_object.py b/xero_python/payrolluk/models/benefit_object.py index 4f3a9bf3..4ddb82e7 100644 --- a/xero_python/payrolluk/models/benefit_object.py +++ b/xero_python/payrolluk/models/benefit_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/benefits.py b/xero_python/payrolluk/models/benefits.py index e967518c..47040c25 100644 --- a/xero_python/payrolluk/models/benefits.py +++ b/xero_python/payrolluk/models/benefits.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/court_order_line.py b/xero_python/payrolluk/models/court_order_line.py index d17f618b..52dc3fb7 100644 --- a/xero_python/payrolluk/models/court_order_line.py +++ b/xero_python/payrolluk/models/court_order_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/deduction.py b/xero_python/payrolluk/models/deduction.py index 9c683fc1..74244cc2 100644 --- a/xero_python/payrolluk/models/deduction.py +++ b/xero_python/payrolluk/models/deduction.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/deduction_line.py b/xero_python/payrolluk/models/deduction_line.py index a5b09df6..6d708fd8 100644 --- a/xero_python/payrolluk/models/deduction_line.py +++ b/xero_python/payrolluk/models/deduction_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/deduction_object.py b/xero_python/payrolluk/models/deduction_object.py index b124a714..b17233b6 100644 --- a/xero_python/payrolluk/models/deduction_object.py +++ b/xero_python/payrolluk/models/deduction_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/deductions.py b/xero_python/payrolluk/models/deductions.py index d4451d0f..604c5bfc 100644 --- a/xero_python/payrolluk/models/deductions.py +++ b/xero_python/payrolluk/models/deductions.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_line.py b/xero_python/payrolluk/models/earnings_line.py index 01de81c2..3d386bdd 100644 --- a/xero_python/payrolluk/models/earnings_line.py +++ b/xero_python/payrolluk/models/earnings_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_order.py b/xero_python/payrolluk/models/earnings_order.py index 69da6877..9f401cd3 100644 --- a/xero_python/payrolluk/models/earnings_order.py +++ b/xero_python/payrolluk/models/earnings_order.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_order_object.py b/xero_python/payrolluk/models/earnings_order_object.py index d0cc2657..01ce03c4 100644 --- a/xero_python/payrolluk/models/earnings_order_object.py +++ b/xero_python/payrolluk/models/earnings_order_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_orders.py b/xero_python/payrolluk/models/earnings_orders.py index 44327184..32d3fe29 100644 --- a/xero_python/payrolluk/models/earnings_orders.py +++ b/xero_python/payrolluk/models/earnings_orders.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_rate.py b/xero_python/payrolluk/models/earnings_rate.py index 96f7ff6b..75bdc680 100644 --- a/xero_python/payrolluk/models/earnings_rate.py +++ b/xero_python/payrolluk/models/earnings_rate.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_rate_object.py b/xero_python/payrolluk/models/earnings_rate_object.py index a002f38f..c167ced9 100644 --- a/xero_python/payrolluk/models/earnings_rate_object.py +++ b/xero_python/payrolluk/models/earnings_rate_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_rates.py b/xero_python/payrolluk/models/earnings_rates.py index ea78a0e0..33a6fc18 100644 --- a/xero_python/payrolluk/models/earnings_rates.py +++ b/xero_python/payrolluk/models/earnings_rates.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_template.py b/xero_python/payrolluk/models/earnings_template.py index 51a97212..f95ffdef 100644 --- a/xero_python/payrolluk/models/earnings_template.py +++ b/xero_python/payrolluk/models/earnings_template.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_template_object.py b/xero_python/payrolluk/models/earnings_template_object.py index d42ba21c..2e818d0d 100644 --- a/xero_python/payrolluk/models/earnings_template_object.py +++ b/xero_python/payrolluk/models/earnings_template_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee.py b/xero_python/payrolluk/models/employee.py index a2cc3631..1fab093e 100644 --- a/xero_python/payrolluk/models/employee.py +++ b/xero_python/payrolluk/models/employee.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_leave.py b/xero_python/payrolluk/models/employee_leave.py index 1c081bec..c19d4aa9 100644 --- a/xero_python/payrolluk/models/employee_leave.py +++ b/xero_python/payrolluk/models/employee_leave.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_leave_balance.py b/xero_python/payrolluk/models/employee_leave_balance.py index b387bcfb..187f79d4 100644 --- a/xero_python/payrolluk/models/employee_leave_balance.py +++ b/xero_python/payrolluk/models/employee_leave_balance.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_leave_balances.py b/xero_python/payrolluk/models/employee_leave_balances.py index cbfe7144..35217bd1 100644 --- a/xero_python/payrolluk/models/employee_leave_balances.py +++ b/xero_python/payrolluk/models/employee_leave_balances.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_leave_object.py b/xero_python/payrolluk/models/employee_leave_object.py index 16a2291f..e84b4e2c 100644 --- a/xero_python/payrolluk/models/employee_leave_object.py +++ b/xero_python/payrolluk/models/employee_leave_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_leave_type.py b/xero_python/payrolluk/models/employee_leave_type.py index ef3641ce..23e59904 100644 --- a/xero_python/payrolluk/models/employee_leave_type.py +++ b/xero_python/payrolluk/models/employee_leave_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_leave_type_object.py b/xero_python/payrolluk/models/employee_leave_type_object.py index d11d0ada..014af7cd 100644 --- a/xero_python/payrolluk/models/employee_leave_type_object.py +++ b/xero_python/payrolluk/models/employee_leave_type_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_leave_types.py b/xero_python/payrolluk/models/employee_leave_types.py index 0424f790..b65df498 100644 --- a/xero_python/payrolluk/models/employee_leave_types.py +++ b/xero_python/payrolluk/models/employee_leave_types.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_leaves.py b/xero_python/payrolluk/models/employee_leaves.py index 9a9b7a3b..d7defbaa 100644 --- a/xero_python/payrolluk/models/employee_leaves.py +++ b/xero_python/payrolluk/models/employee_leaves.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_object.py b/xero_python/payrolluk/models/employee_object.py index b4fe29b5..37f2b23a 100644 --- a/xero_python/payrolluk/models/employee_object.py +++ b/xero_python/payrolluk/models/employee_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_opening_balances.py b/xero_python/payrolluk/models/employee_opening_balances.py index bb16769b..66baaa61 100644 --- a/xero_python/payrolluk/models/employee_opening_balances.py +++ b/xero_python/payrolluk/models/employee_opening_balances.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_opening_balances_object.py b/xero_python/payrolluk/models/employee_opening_balances_object.py index 76719e0a..e44aa5f7 100644 --- a/xero_python/payrolluk/models/employee_opening_balances_object.py +++ b/xero_python/payrolluk/models/employee_opening_balances_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_pay_template.py b/xero_python/payrolluk/models/employee_pay_template.py index 487ee2ed..d65e2010 100644 --- a/xero_python/payrolluk/models/employee_pay_template.py +++ b/xero_python/payrolluk/models/employee_pay_template.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_pay_template_object.py b/xero_python/payrolluk/models/employee_pay_template_object.py index 93ec1156..d41ee9cc 100644 --- a/xero_python/payrolluk/models/employee_pay_template_object.py +++ b/xero_python/payrolluk/models/employee_pay_template_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_pay_templates.py b/xero_python/payrolluk/models/employee_pay_templates.py index cd82da7d..4b1e4d09 100644 --- a/xero_python/payrolluk/models/employee_pay_templates.py +++ b/xero_python/payrolluk/models/employee_pay_templates.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_statutory_leave_balance.py b/xero_python/payrolluk/models/employee_statutory_leave_balance.py index d09a0280..48621d74 100644 --- a/xero_python/payrolluk/models/employee_statutory_leave_balance.py +++ b/xero_python/payrolluk/models/employee_statutory_leave_balance.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_statutory_leave_balance_object.py b/xero_python/payrolluk/models/employee_statutory_leave_balance_object.py index 603eec7d..77606023 100644 --- a/xero_python/payrolluk/models/employee_statutory_leave_balance_object.py +++ b/xero_python/payrolluk/models/employee_statutory_leave_balance_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_statutory_leave_summary.py b/xero_python/payrolluk/models/employee_statutory_leave_summary.py index 08c0c8ab..c6264d87 100644 --- a/xero_python/payrolluk/models/employee_statutory_leave_summary.py +++ b/xero_python/payrolluk/models/employee_statutory_leave_summary.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_statutory_leaves_summaries.py b/xero_python/payrolluk/models/employee_statutory_leaves_summaries.py index 56d4b071..3252b8a2 100644 --- a/xero_python/payrolluk/models/employee_statutory_leaves_summaries.py +++ b/xero_python/payrolluk/models/employee_statutory_leaves_summaries.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_statutory_sick_leave.py b/xero_python/payrolluk/models/employee_statutory_sick_leave.py index 0517c13e..fdeea9c9 100644 --- a/xero_python/payrolluk/models/employee_statutory_sick_leave.py +++ b/xero_python/payrolluk/models/employee_statutory_sick_leave.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_statutory_sick_leave_object.py b/xero_python/payrolluk/models/employee_statutory_sick_leave_object.py index 78811fe8..d157c749 100644 --- a/xero_python/payrolluk/models/employee_statutory_sick_leave_object.py +++ b/xero_python/payrolluk/models/employee_statutory_sick_leave_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_statutory_sick_leaves.py b/xero_python/payrolluk/models/employee_statutory_sick_leaves.py index fd42d247..8efed23b 100644 --- a/xero_python/payrolluk/models/employee_statutory_sick_leaves.py +++ b/xero_python/payrolluk/models/employee_statutory_sick_leaves.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_tax.py b/xero_python/payrolluk/models/employee_tax.py index 3fdeb494..717fea69 100644 --- a/xero_python/payrolluk/models/employee_tax.py +++ b/xero_python/payrolluk/models/employee_tax.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_tax_object.py b/xero_python/payrolluk/models/employee_tax_object.py index 2529de02..0a4d01f1 100644 --- a/xero_python/payrolluk/models/employee_tax_object.py +++ b/xero_python/payrolluk/models/employee_tax_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employees.py b/xero_python/payrolluk/models/employees.py index 39b65281..d2f15145 100644 --- a/xero_python/payrolluk/models/employees.py +++ b/xero_python/payrolluk/models/employees.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employment.py b/xero_python/payrolluk/models/employment.py index 456dec43..39c80dd6 100644 --- a/xero_python/payrolluk/models/employment.py +++ b/xero_python/payrolluk/models/employment.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employment_object.py b/xero_python/payrolluk/models/employment_object.py index cf2f0933..c852dc32 100644 --- a/xero_python/payrolluk/models/employment_object.py +++ b/xero_python/payrolluk/models/employment_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/invalid_field.py b/xero_python/payrolluk/models/invalid_field.py index ad80d0a0..da41c768 100644 --- a/xero_python/payrolluk/models/invalid_field.py +++ b/xero_python/payrolluk/models/invalid_field.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/leave_accrual_line.py b/xero_python/payrolluk/models/leave_accrual_line.py index e140122a..afffb75d 100644 --- a/xero_python/payrolluk/models/leave_accrual_line.py +++ b/xero_python/payrolluk/models/leave_accrual_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/leave_earnings_line.py b/xero_python/payrolluk/models/leave_earnings_line.py index 4fcc1866..6ee91625 100644 --- a/xero_python/payrolluk/models/leave_earnings_line.py +++ b/xero_python/payrolluk/models/leave_earnings_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/leave_period.py b/xero_python/payrolluk/models/leave_period.py index 6320c62a..2a70c383 100644 --- a/xero_python/payrolluk/models/leave_period.py +++ b/xero_python/payrolluk/models/leave_period.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/leave_periods.py b/xero_python/payrolluk/models/leave_periods.py index dfb0def2..dcf2442d 100644 --- a/xero_python/payrolluk/models/leave_periods.py +++ b/xero_python/payrolluk/models/leave_periods.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/leave_type.py b/xero_python/payrolluk/models/leave_type.py index 88818aa7..574a4fb0 100644 --- a/xero_python/payrolluk/models/leave_type.py +++ b/xero_python/payrolluk/models/leave_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/leave_type_object.py b/xero_python/payrolluk/models/leave_type_object.py index 48c448df..6e03b96b 100644 --- a/xero_python/payrolluk/models/leave_type_object.py +++ b/xero_python/payrolluk/models/leave_type_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/leave_types.py b/xero_python/payrolluk/models/leave_types.py index 282fdb22..97587925 100644 --- a/xero_python/payrolluk/models/leave_types.py +++ b/xero_python/payrolluk/models/leave_types.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/pagination.py b/xero_python/payrolluk/models/pagination.py index 3c485d76..52d3a05e 100644 --- a/xero_python/payrolluk/models/pagination.py +++ b/xero_python/payrolluk/models/pagination.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/pay_run.py b/xero_python/payrolluk/models/pay_run.py index 2236e129..153a6738 100644 --- a/xero_python/payrolluk/models/pay_run.py +++ b/xero_python/payrolluk/models/pay_run.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/pay_run_calendar.py b/xero_python/payrolluk/models/pay_run_calendar.py index 82e9f973..bf959ad1 100644 --- a/xero_python/payrolluk/models/pay_run_calendar.py +++ b/xero_python/payrolluk/models/pay_run_calendar.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/pay_run_calendar_object.py b/xero_python/payrolluk/models/pay_run_calendar_object.py index 32979ca3..0f95f86c 100644 --- a/xero_python/payrolluk/models/pay_run_calendar_object.py +++ b/xero_python/payrolluk/models/pay_run_calendar_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/pay_run_calendars.py b/xero_python/payrolluk/models/pay_run_calendars.py index 4e6ac7df..f3cd3b8f 100644 --- a/xero_python/payrolluk/models/pay_run_calendars.py +++ b/xero_python/payrolluk/models/pay_run_calendars.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/pay_run_object.py b/xero_python/payrolluk/models/pay_run_object.py index 21a21183..f24ef22f 100644 --- a/xero_python/payrolluk/models/pay_run_object.py +++ b/xero_python/payrolluk/models/pay_run_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/pay_runs.py b/xero_python/payrolluk/models/pay_runs.py index d03cd6c0..a373e9f3 100644 --- a/xero_python/payrolluk/models/pay_runs.py +++ b/xero_python/payrolluk/models/pay_runs.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/payment_line.py b/xero_python/payrolluk/models/payment_line.py index 9453e7dc..1c8f5bcf 100644 --- a/xero_python/payrolluk/models/payment_line.py +++ b/xero_python/payrolluk/models/payment_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/payment_method.py b/xero_python/payrolluk/models/payment_method.py index 72f6c000..0817aceb 100644 --- a/xero_python/payrolluk/models/payment_method.py +++ b/xero_python/payrolluk/models/payment_method.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/payment_method_object.py b/xero_python/payrolluk/models/payment_method_object.py index 076979b7..c9879c55 100644 --- a/xero_python/payrolluk/models/payment_method_object.py +++ b/xero_python/payrolluk/models/payment_method_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/payslip.py b/xero_python/payrolluk/models/payslip.py index 3e7b950e..fc5aee5b 100644 --- a/xero_python/payrolluk/models/payslip.py +++ b/xero_python/payrolluk/models/payslip.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/payslip_object.py b/xero_python/payrolluk/models/payslip_object.py index f7f97ace..4521fbef 100644 --- a/xero_python/payrolluk/models/payslip_object.py +++ b/xero_python/payrolluk/models/payslip_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/payslips.py b/xero_python/payrolluk/models/payslips.py index 80c67d18..361272e1 100644 --- a/xero_python/payrolluk/models/payslips.py +++ b/xero_python/payrolluk/models/payslips.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/problem.py b/xero_python/payrolluk/models/problem.py index 0b23f220..b489fc68 100644 --- a/xero_python/payrolluk/models/problem.py +++ b/xero_python/payrolluk/models/problem.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/reimbursement.py b/xero_python/payrolluk/models/reimbursement.py index de472084..7c3f2604 100644 --- a/xero_python/payrolluk/models/reimbursement.py +++ b/xero_python/payrolluk/models/reimbursement.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/reimbursement_line.py b/xero_python/payrolluk/models/reimbursement_line.py index 787704a8..a75cc7ee 100644 --- a/xero_python/payrolluk/models/reimbursement_line.py +++ b/xero_python/payrolluk/models/reimbursement_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/reimbursement_object.py b/xero_python/payrolluk/models/reimbursement_object.py index 1bf11735..6f1923d2 100644 --- a/xero_python/payrolluk/models/reimbursement_object.py +++ b/xero_python/payrolluk/models/reimbursement_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/reimbursements.py b/xero_python/payrolluk/models/reimbursements.py index 5cc5a06f..126f1a81 100644 --- a/xero_python/payrolluk/models/reimbursements.py +++ b/xero_python/payrolluk/models/reimbursements.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/salary_and_wage.py b/xero_python/payrolluk/models/salary_and_wage.py index bce5a6c6..bf175152 100644 --- a/xero_python/payrolluk/models/salary_and_wage.py +++ b/xero_python/payrolluk/models/salary_and_wage.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/salary_and_wage_object.py b/xero_python/payrolluk/models/salary_and_wage_object.py index ab2d6747..bac8c6c7 100644 --- a/xero_python/payrolluk/models/salary_and_wage_object.py +++ b/xero_python/payrolluk/models/salary_and_wage_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/salary_and_wages.py b/xero_python/payrolluk/models/salary_and_wages.py index 589c9cb0..27970aa5 100644 --- a/xero_python/payrolluk/models/salary_and_wages.py +++ b/xero_python/payrolluk/models/salary_and_wages.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/settings.py b/xero_python/payrolluk/models/settings.py index e3275cc7..5024e329 100644 --- a/xero_python/payrolluk/models/settings.py +++ b/xero_python/payrolluk/models/settings.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/statutory_deduction.py b/xero_python/payrolluk/models/statutory_deduction.py index 76716ccc..7ee95690 100644 --- a/xero_python/payrolluk/models/statutory_deduction.py +++ b/xero_python/payrolluk/models/statutory_deduction.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/statutory_deduction_category.py b/xero_python/payrolluk/models/statutory_deduction_category.py index fdcbee28..61a4a838 100644 --- a/xero_python/payrolluk/models/statutory_deduction_category.py +++ b/xero_python/payrolluk/models/statutory_deduction_category.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/tax_line.py b/xero_python/payrolluk/models/tax_line.py index 4f2c032b..c5e50b58 100644 --- a/xero_python/payrolluk/models/tax_line.py +++ b/xero_python/payrolluk/models/tax_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/timesheet.py b/xero_python/payrolluk/models/timesheet.py index ab22413a..6c1a25e3 100644 --- a/xero_python/payrolluk/models/timesheet.py +++ b/xero_python/payrolluk/models/timesheet.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/timesheet_earnings_line.py b/xero_python/payrolluk/models/timesheet_earnings_line.py index 579e3324..3111c784 100644 --- a/xero_python/payrolluk/models/timesheet_earnings_line.py +++ b/xero_python/payrolluk/models/timesheet_earnings_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/timesheet_line.py b/xero_python/payrolluk/models/timesheet_line.py index 76f582e5..3710d60d 100644 --- a/xero_python/payrolluk/models/timesheet_line.py +++ b/xero_python/payrolluk/models/timesheet_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/timesheet_line_object.py b/xero_python/payrolluk/models/timesheet_line_object.py index a749ab5b..326b9a35 100644 --- a/xero_python/payrolluk/models/timesheet_line_object.py +++ b/xero_python/payrolluk/models/timesheet_line_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/timesheet_object.py b/xero_python/payrolluk/models/timesheet_object.py index 7c20bbf7..35361b5b 100644 --- a/xero_python/payrolluk/models/timesheet_object.py +++ b/xero_python/payrolluk/models/timesheet_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/timesheets.py b/xero_python/payrolluk/models/timesheets.py index d567573d..78065fc5 100644 --- a/xero_python/payrolluk/models/timesheets.py +++ b/xero_python/payrolluk/models/timesheets.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/tracking_categories.py b/xero_python/payrolluk/models/tracking_categories.py index 47059f90..18986597 100644 --- a/xero_python/payrolluk/models/tracking_categories.py +++ b/xero_python/payrolluk/models/tracking_categories.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/tracking_category.py b/xero_python/payrolluk/models/tracking_category.py index 19cd0fef..4630afea 100644 --- a/xero_python/payrolluk/models/tracking_category.py +++ b/xero_python/payrolluk/models/tracking_category.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/__init__.py b/xero_python/project/__init__.py index 0dc896ec..6a26c87b 100644 --- a/xero_python/project/__init__.py +++ b/xero_python/project/__init__.py @@ -7,7 +7,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/api/project_api.py b/xero_python/project/api/project_api.py index 7cb30225..33990ae4 100644 --- a/xero_python/project/api/project_api.py +++ b/xero_python/project/api/project_api.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/__init__.py b/xero_python/project/models/__init__.py index a542fab1..504e4911 100644 --- a/xero_python/project/models/__init__.py +++ b/xero_python/project/models/__init__.py @@ -6,7 +6,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/amount.py b/xero_python/project/models/amount.py index c2570f00..19d10262 100644 --- a/xero_python/project/models/amount.py +++ b/xero_python/project/models/amount.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/charge_type.py b/xero_python/project/models/charge_type.py index 56db827a..3e497221 100644 --- a/xero_python/project/models/charge_type.py +++ b/xero_python/project/models/charge_type.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/currency_code.py b/xero_python/project/models/currency_code.py index 7395251e..f07c92bd 100644 --- a/xero_python/project/models/currency_code.py +++ b/xero_python/project/models/currency_code.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/error.py b/xero_python/project/models/error.py index 59244ce1..f71fab8e 100644 --- a/xero_python/project/models/error.py +++ b/xero_python/project/models/error.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/pagination.py b/xero_python/project/models/pagination.py index 7c80faaa..6bc4038b 100644 --- a/xero_python/project/models/pagination.py +++ b/xero_python/project/models/pagination.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/project.py b/xero_python/project/models/project.py index 105b3bb5..34544c26 100644 --- a/xero_python/project/models/project.py +++ b/xero_python/project/models/project.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/project_create_or_update.py b/xero_python/project/models/project_create_or_update.py index 35b34b90..2f8c13dd 100644 --- a/xero_python/project/models/project_create_or_update.py +++ b/xero_python/project/models/project_create_or_update.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/project_patch.py b/xero_python/project/models/project_patch.py index fbc481b6..e56ffaf4 100644 --- a/xero_python/project/models/project_patch.py +++ b/xero_python/project/models/project_patch.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/project_status.py b/xero_python/project/models/project_status.py index bbd85e3d..1386600d 100644 --- a/xero_python/project/models/project_status.py +++ b/xero_python/project/models/project_status.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/project_user.py b/xero_python/project/models/project_user.py index 03ca4e58..bc480bc5 100644 --- a/xero_python/project/models/project_user.py +++ b/xero_python/project/models/project_user.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/project_users.py b/xero_python/project/models/project_users.py index b9c4c5b6..bb05cf1c 100644 --- a/xero_python/project/models/project_users.py +++ b/xero_python/project/models/project_users.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/projects.py b/xero_python/project/models/projects.py index dd2c4366..ab8e399e 100644 --- a/xero_python/project/models/projects.py +++ b/xero_python/project/models/projects.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/task.py b/xero_python/project/models/task.py index 3b2a9d04..31e20f4d 100644 --- a/xero_python/project/models/task.py +++ b/xero_python/project/models/task.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/task_create_or_update.py b/xero_python/project/models/task_create_or_update.py index c8c1ac40..b3b1ce60 100644 --- a/xero_python/project/models/task_create_or_update.py +++ b/xero_python/project/models/task_create_or_update.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/tasks.py b/xero_python/project/models/tasks.py index ca910da2..7c44d965 100644 --- a/xero_python/project/models/tasks.py +++ b/xero_python/project/models/tasks.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/time_entries.py b/xero_python/project/models/time_entries.py index 15654881..517d2175 100644 --- a/xero_python/project/models/time_entries.py +++ b/xero_python/project/models/time_entries.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/time_entry.py b/xero_python/project/models/time_entry.py index 8913f7e0..d346fa29 100644 --- a/xero_python/project/models/time_entry.py +++ b/xero_python/project/models/time_entry.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/time_entry_create_or_update.py b/xero_python/project/models/time_entry_create_or_update.py index 333878ef..03eb7244 100644 --- a/xero_python/project/models/time_entry_create_or_update.py +++ b/xero_python/project/models/time_entry_create_or_update.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/rest.py b/xero_python/rest.py index 47f8f8df..173eed54 100644 --- a/xero_python/rest.py +++ b/xero_python/rest.py @@ -5,7 +5,7 @@ This specifing endpoints related to managing authentication tokens and identity for Xero API # noqa: E501 - OpenAPI spec version: 2.4.4 + OpenAPI spec version: 2.7.0 Contact: api@xero.com Generated by: https://openapi-generator.tech """