From f7e0b87472783b172143724fb28007984a586dfe Mon Sep 17 00:00:00 2001 From: SidneyAllen Date: Fri, 14 Aug 2020 16:25:27 -0700 Subject: [PATCH] Build from OAS version 2.1.12 Fix calculationType being required for EarningLines on AU Payroll. --- setup.py | 2 +- xero_python/__init__.py | 2 +- xero_python/accounting/__init__.py | 2 +- xero_python/accounting/api/accounting_api.py | 2 +- xero_python/accounting/docs/Attachment.md | 2 +- xero_python/accounting/models/__init__.py | 2 +- xero_python/accounting/models/account.py | 2 +- xero_python/accounting/models/account_type.py | 2 +- xero_python/accounting/models/accounts.py | 2 +- xero_python/accounting/models/accounts_payable.py | 2 +- xero_python/accounting/models/accounts_receivable.py | 2 +- xero_python/accounting/models/address.py | 2 +- xero_python/accounting/models/allocation.py | 2 +- xero_python/accounting/models/allocations.py | 2 +- xero_python/accounting/models/attachment.py | 8 ++++---- xero_python/accounting/models/attachments.py | 2 +- xero_python/accounting/models/balances.py | 2 +- xero_python/accounting/models/bank_transaction.py | 2 +- xero_python/accounting/models/bank_transactions.py | 2 +- xero_python/accounting/models/bank_transfer.py | 2 +- xero_python/accounting/models/bank_transfers.py | 2 +- xero_python/accounting/models/batch_payment.py | 2 +- xero_python/accounting/models/batch_payment_details.py | 2 +- xero_python/accounting/models/batch_payments.py | 2 +- xero_python/accounting/models/bill.py | 2 +- xero_python/accounting/models/branding_theme.py | 2 +- xero_python/accounting/models/branding_themes.py | 2 +- xero_python/accounting/models/cis_org_setting.py | 2 +- xero_python/accounting/models/cis_setting.py | 2 +- xero_python/accounting/models/cis_settings.py | 2 +- xero_python/accounting/models/contact.py | 2 +- xero_python/accounting/models/contact_group.py | 2 +- xero_python/accounting/models/contact_groups.py | 2 +- xero_python/accounting/models/contact_person.py | 2 +- xero_python/accounting/models/contacts.py | 2 +- xero_python/accounting/models/country_code.py | 2 +- xero_python/accounting/models/credit_note.py | 2 +- xero_python/accounting/models/credit_notes.py | 2 +- xero_python/accounting/models/currencies.py | 2 +- xero_python/accounting/models/currency.py | 2 +- xero_python/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 +- xero_python/accounting/models/expense_claim.py | 2 +- xero_python/accounting/models/expense_claims.py | 2 +- xero_python/accounting/models/external_link.py | 2 +- xero_python/accounting/models/history_record.py | 2 +- xero_python/accounting/models/history_records.py | 2 +- xero_python/accounting/models/invoice.py | 2 +- xero_python/accounting/models/invoice_reminder.py | 2 +- xero_python/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 +- xero_python/accounting/models/line_amount_types.py | 2 +- xero_python/accounting/models/line_item.py | 2 +- xero_python/accounting/models/line_item_tracking.py | 2 +- xero_python/accounting/models/linked_transaction.py | 2 +- xero_python/accounting/models/linked_transactions.py | 2 +- xero_python/accounting/models/manual_journal.py | 2 +- xero_python/accounting/models/manual_journal_line.py | 2 +- xero_python/accounting/models/manual_journals.py | 2 +- xero_python/accounting/models/online_invoice.py | 2 +- xero_python/accounting/models/online_invoices.py | 2 +- xero_python/accounting/models/organisation.py | 2 +- xero_python/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 +- xero_python/accounting/models/payment_delete.py | 2 +- xero_python/accounting/models/payment_service.py | 2 +- xero_python/accounting/models/payment_services.py | 2 +- xero_python/accounting/models/payment_term.py | 2 +- xero_python/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 +- xero_python/accounting/models/purchase_order.py | 2 +- xero_python/accounting/models/purchase_orders.py | 2 +- xero_python/accounting/models/quote.py | 2 +- xero_python/accounting/models/quote_line_amount_types.py | 2 +- xero_python/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 +- xero_python/accounting/models/repeating_invoice.py | 2 +- xero_python/accounting/models/repeating_invoices.py | 2 +- xero_python/accounting/models/report.py | 2 +- xero_python/accounting/models/report_attribute.py | 2 +- xero_python/accounting/models/report_cell.py | 2 +- xero_python/accounting/models/report_fields.py | 2 +- xero_python/accounting/models/report_row.py | 2 +- xero_python/accounting/models/report_rows.py | 2 +- xero_python/accounting/models/report_with_row.py | 2 +- xero_python/accounting/models/report_with_rows.py | 2 +- xero_python/accounting/models/reports.py | 2 +- xero_python/accounting/models/request_empty.py | 2 +- xero_python/accounting/models/row_type.py | 2 +- xero_python/accounting/models/sales_tracking_category.py | 2 +- xero_python/accounting/models/schedule.py | 2 +- xero_python/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 +- xero_python/accounting/models/ten_ninety_nine_contact.py | 2 +- xero_python/accounting/models/time_zone.py | 2 +- xero_python/accounting/models/tracking_categories.py | 2 +- xero_python/accounting/models/tracking_category.py | 2 +- xero_python/accounting/models/tracking_option.py | 2 +- xero_python/accounting/models/tracking_options.py | 2 +- xero_python/accounting/models/user.py | 2 +- xero_python/accounting/models/users.py | 2 +- xero_python/accounting/models/validation_error.py | 2 +- xero_python/assets/__init__.py | 2 +- xero_python/assets/api/asset_api.py | 2 +- xero_python/assets/models/__init__.py | 2 +- xero_python/assets/models/asset.py | 2 +- xero_python/assets/models/asset_status.py | 2 +- xero_python/assets/models/asset_status_query_param.py | 2 +- xero_python/assets/models/asset_type.py | 2 +- xero_python/assets/models/assets.py | 2 +- xero_python/assets/models/book_depreciation_detail.py | 2 +- xero_python/assets/models/book_depreciation_setting.py | 2 +- xero_python/assets/models/error.py | 2 +- .../assets/models/field_validation_errors_element.py | 2 +- xero_python/assets/models/pagination.py | 2 +- .../assets/models/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/docs/EarningsLine.md | 2 +- xero_python/payrollau/docs/EarningsRate.md | 2 +- xero_python/payrollau/docs/LeaveType.md | 2 +- xero_python/payrollau/models/__init__.py | 2 +- xero_python/payrollau/models/account.py | 2 +- xero_python/payrollau/models/account_type.py | 2 +- xero_python/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 +- xero_python/payrollau/models/deduction_line.py | 2 +- xero_python/payrollau/models/deduction_type.py | 2 +- .../payrollau/models/deduction_type_calculation_type.py | 2 +- xero_python/payrollau/models/earnings_line.py | 9 +++------ xero_python/payrollau/models/earnings_rate.py | 8 ++++---- .../payrollau/models/earnings_rate_calculation_type.py | 2 +- xero_python/payrollau/models/earnings_type.py | 2 +- xero_python/payrollau/models/employee.py | 2 +- xero_python/payrollau/models/employee_status.py | 2 +- xero_python/payrollau/models/employees.py | 2 +- xero_python/payrollau/models/employment_basis.py | 2 +- .../models/employment_termination_payment_type.py | 2 +- .../models/entitlement_final_pay_payout_type.py | 2 +- xero_python/payrollau/models/home_address.py | 2 +- xero_python/payrollau/models/leave_accrual_line.py | 2 +- xero_python/payrollau/models/leave_application.py | 2 +- xero_python/payrollau/models/leave_applications.py | 2 +- xero_python/payrollau/models/leave_balance.py | 2 +- xero_python/payrollau/models/leave_earnings_line.py | 2 +- xero_python/payrollau/models/leave_line.py | 2 +- .../payrollau/models/leave_line_calculation_type.py | 2 +- xero_python/payrollau/models/leave_lines.py | 2 +- xero_python/payrollau/models/leave_period.py | 2 +- xero_python/payrollau/models/leave_period_status.py | 2 +- xero_python/payrollau/models/leave_type.py | 8 ++++---- .../payrollau/models/leave_type_contribution_type.py | 2 +- xero_python/payrollau/models/manual_tax_type.py | 2 +- xero_python/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 +- xero_python/payrollau/models/pay_run_status.py | 2 +- xero_python/payrollau/models/pay_runs.py | 2 +- xero_python/payrollau/models/pay_template.py | 2 +- xero_python/payrollau/models/payment_frequency_type.py | 2 +- xero_python/payrollau/models/payroll_calendar.py | 2 +- xero_python/payrollau/models/payroll_calendars.py | 2 +- xero_python/payrollau/models/payslip.py | 2 +- xero_python/payrollau/models/payslip_lines.py | 2 +- xero_python/payrollau/models/payslip_object.py | 2 +- xero_python/payrollau/models/payslip_summary.py | 2 +- xero_python/payrollau/models/payslips.py | 2 +- xero_python/payrollau/models/rate_type.py | 2 +- xero_python/payrollau/models/reimbursement_line.py | 2 +- xero_python/payrollau/models/reimbursement_lines.py | 2 +- xero_python/payrollau/models/reimbursement_type.py | 2 +- xero_python/payrollau/models/residency_status.py | 2 +- xero_python/payrollau/models/settings.py | 2 +- xero_python/payrollau/models/settings_object.py | 2 +- .../payrollau/models/settings_tracking_categories.py | 2 +- .../settings_tracking_categories_employee_groups.py | 2 +- .../settings_tracking_categories_timesheet_categories.py | 2 +- xero_python/payrollau/models/state.py | 2 +- xero_python/payrollau/models/super_fund.py | 2 +- xero_python/payrollau/models/super_fund_product.py | 2 +- xero_python/payrollau/models/super_fund_products.py | 2 +- xero_python/payrollau/models/super_fund_type.py | 2 +- xero_python/payrollau/models/super_funds.py | 2 +- xero_python/payrollau/models/super_line.py | 2 +- xero_python/payrollau/models/super_membership.py | 2 +- .../payrollau/models/superannuation_calculation_type.py | 2 +- .../payrollau/models/superannuation_contribution_type.py | 2 +- xero_python/payrollau/models/superannuation_line.py | 2 +- xero_python/payrollau/models/tax_declaration.py | 2 +- xero_python/payrollau/models/tax_line.py | 2 +- xero_python/payrollau/models/tfn_exemption_type.py | 2 +- xero_python/payrollau/models/timesheet.py | 2 +- xero_python/payrollau/models/timesheet_line.py | 2 +- xero_python/payrollau/models/timesheet_object.py | 2 +- xero_python/payrollau/models/timesheet_status.py | 2 +- xero_python/payrollau/models/timesheets.py | 2 +- xero_python/payrollau/models/validation_error.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 +- xero_python/payrolluk/models/benefit_object.py | 2 +- xero_python/payrolluk/models/benefits.py | 2 +- xero_python/payrolluk/models/court_order_line.py | 2 +- xero_python/payrolluk/models/deduction.py | 2 +- xero_python/payrolluk/models/deduction_line.py | 2 +- xero_python/payrolluk/models/deduction_object.py | 2 +- xero_python/payrolluk/models/deductions.py | 2 +- xero_python/payrolluk/models/earnings_line.py | 2 +- xero_python/payrolluk/models/earnings_order.py | 2 +- xero_python/payrolluk/models/earnings_order_object.py | 2 +- xero_python/payrolluk/models/earnings_orders.py | 2 +- xero_python/payrolluk/models/earnings_rate.py | 2 +- xero_python/payrolluk/models/earnings_rate_object.py | 2 +- xero_python/payrolluk/models/earnings_rates.py | 2 +- xero_python/payrolluk/models/earnings_template.py | 2 +- xero_python/payrolluk/models/earnings_template_object.py | 2 +- xero_python/payrolluk/models/employee.py | 2 +- xero_python/payrolluk/models/employee_leave.py | 2 +- xero_python/payrolluk/models/employee_leave_balance.py | 2 +- xero_python/payrolluk/models/employee_leave_balances.py | 2 +- xero_python/payrolluk/models/employee_leave_object.py | 2 +- xero_python/payrolluk/models/employee_leave_type.py | 2 +- .../payrolluk/models/employee_leave_type_object.py | 2 +- xero_python/payrolluk/models/employee_leave_types.py | 2 +- xero_python/payrolluk/models/employee_leaves.py | 2 +- xero_python/payrolluk/models/employee_object.py | 2 +- .../payrolluk/models/employee_opening_balances.py | 2 +- .../payrolluk/models/employee_opening_balances_object.py | 2 +- xero_python/payrolluk/models/employee_pay_template.py | 2 +- .../payrolluk/models/employee_pay_template_object.py | 2 +- xero_python/payrolluk/models/employee_pay_templates.py | 2 +- .../payrolluk/models/employee_statutory_leave_balance.py | 2 +- .../models/employee_statutory_leave_balance_object.py | 2 +- .../payrolluk/models/employee_statutory_leave_summary.py | 2 +- .../models/employee_statutory_leaves_summaries.py | 2 +- .../payrolluk/models/employee_statutory_sick_leave.py | 2 +- .../models/employee_statutory_sick_leave_object.py | 2 +- .../payrolluk/models/employee_statutory_sick_leaves.py | 2 +- xero_python/payrolluk/models/employee_tax.py | 2 +- xero_python/payrolluk/models/employee_tax_object.py | 2 +- xero_python/payrolluk/models/employees.py | 2 +- xero_python/payrolluk/models/employment.py | 2 +- xero_python/payrolluk/models/employment_object.py | 2 +- xero_python/payrolluk/models/invalid_field.py | 2 +- xero_python/payrolluk/models/leave_accrual_line.py | 2 +- xero_python/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 +- xero_python/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 +- xero_python/payrolluk/models/pay_run_calendar.py | 2 +- xero_python/payrolluk/models/pay_run_calendar_object.py | 2 +- xero_python/payrolluk/models/pay_run_calendars.py | 2 +- xero_python/payrolluk/models/pay_run_object.py | 2 +- xero_python/payrolluk/models/pay_runs.py | 2 +- xero_python/payrolluk/models/payment_line.py | 2 +- xero_python/payrolluk/models/payment_method.py | 2 +- xero_python/payrolluk/models/payment_method_object.py | 2 +- xero_python/payrolluk/models/payslip.py | 2 +- xero_python/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 +- xero_python/payrolluk/models/reimbursement_line.py | 2 +- xero_python/payrolluk/models/reimbursement_object.py | 2 +- xero_python/payrolluk/models/reimbursements.py | 2 +- xero_python/payrolluk/models/salary_and_wage.py | 2 +- xero_python/payrolluk/models/salary_and_wage_object.py | 2 +- xero_python/payrolluk/models/salary_and_wages.py | 2 +- xero_python/payrolluk/models/settings.py | 2 +- xero_python/payrolluk/models/statutory_deduction.py | 2 +- .../payrolluk/models/statutory_deduction_category.py | 2 +- xero_python/payrolluk/models/tax_line.py | 2 +- xero_python/payrolluk/models/timesheet.py | 2 +- xero_python/payrolluk/models/timesheet_earnings_line.py | 2 +- xero_python/payrolluk/models/timesheet_line.py | 2 +- xero_python/payrolluk/models/timesheet_line_object.py | 2 +- xero_python/payrolluk/models/timesheet_object.py | 2 +- xero_python/payrolluk/models/timesheets.py | 2 +- xero_python/payrolluk/models/tracking_categories.py | 2 +- xero_python/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 +- xero_python/project/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 +- xero_python/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 +- .../project/models/time_entry_create_or_update.py | 2 +- xero_python/rest.py | 2 +- 341 files changed, 353 insertions(+), 356 deletions(-) diff --git a/setup.py b/setup.py index 6b3352cb..52f13001 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.0.6", + version="1.0.7", ) diff --git a/xero_python/__init__.py b/xero_python/__init__.py index 172ef01d..d6de660c 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.0.6" +__version__ = "1.0.7" diff --git a/xero_python/accounting/__init__.py b/xero_python/accounting/__init__.py index 34b021f9..dc9dd956 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/api/accounting_api.py b/xero_python/accounting/api/accounting_api.py index 04c5c8b6..db9f2543 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/docs/Attachment.md b/xero_python/accounting/docs/Attachment.md index 29cb04f0..20d7bb54 100644 --- a/xero_python/accounting/docs/Attachment.md +++ b/xero_python/accounting/docs/Attachment.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes **file_name** | **str** | Name of the file | [optional] **url** | **str** | URL to the file on xero.com | [optional] **mime_type** | **str** | Type of file | [optional] -**content_length** | **float** | Length of the file content | [optional] +**content_length** | **int** | Length of the file content | [optional] **include_online** | **bool** | Include the file with the online invoice | [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/models/__init__.py b/xero_python/accounting/models/__init__.py index ab17e611..674a8daf 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/account.py b/xero_python/accounting/models/account.py index b8968c3c..7e7abd89 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.2.11 + OpenAPI spec version: 2.2.12 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 4aad77ce..c2d2d14d 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.2.11 + OpenAPI spec version: 2.2.12 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 9c145c12..37a4789d 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.2.11 + OpenAPI spec version: 2.2.12 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 4d5e0fa4..3521bec3 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.2.11 + OpenAPI spec version: 2.2.12 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 eff9e825..fb77a830 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.2.11 + OpenAPI spec version: 2.2.12 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 41448d6f..fbdf1419 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/allocation.py b/xero_python/accounting/models/allocation.py index 70a7d73d..440abe4f 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.2.11 + OpenAPI spec version: 2.2.12 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 88244d97..99aa837c 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.2.11 + OpenAPI spec version: 2.2.12 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 c63fc1e6..6f6a3f08 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -35,7 +35,7 @@ class Attachment(BaseModel): "file_name": "str", "url": "str", "mime_type": "str", - "content_length": "float", + "content_length": "int", "include_online": "bool", } @@ -179,7 +179,7 @@ def content_length(self): Length of the file content # noqa: E501 :return: The content_length of this Attachment. # noqa: E501 - :rtype: float + :rtype: int """ return self._content_length @@ -190,7 +190,7 @@ def content_length(self, content_length): Length of the file content # noqa: E501 :param content_length: The content_length of this Attachment. # noqa: E501 - :type: float + :type: int """ self._content_length = content_length diff --git a/xero_python/accounting/models/attachments.py b/xero_python/accounting/models/attachments.py index 63c0af68..18b0d653 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.2.11 + OpenAPI spec version: 2.2.12 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 70a58f65..b95d4610 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.2.11 + OpenAPI spec version: 2.2.12 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 60cda820..fc080570 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.2.11 + OpenAPI spec version: 2.2.12 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 f2aa55fe..0bd2a851 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.2.11 + OpenAPI spec version: 2.2.12 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 34cc4cf0..34307a72 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.2.11 + OpenAPI spec version: 2.2.12 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 96b8d6ea..e925c669 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.2.11 + OpenAPI spec version: 2.2.12 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 b07ff24f..bb2823ed 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/batch_payment_details.py b/xero_python/accounting/models/batch_payment_details.py index 9d57554d..a954f5b4 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.2.11 + OpenAPI spec version: 2.2.12 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 04708874..1260fe10 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.2.11 + OpenAPI spec version: 2.2.12 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 ee313918..564a2536 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.2.11 + OpenAPI spec version: 2.2.12 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 dda543a4..d1e462f6 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.2.11 + OpenAPI spec version: 2.2.12 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 e871a419..9a43af81 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.2.11 + OpenAPI spec version: 2.2.12 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 0f6ebc25..2dc09580 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/cis_setting.py b/xero_python/accounting/models/cis_setting.py index 82339c59..4fc26998 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/cis_settings.py b/xero_python/accounting/models/cis_settings.py index 3ec23dc1..ac861fe6 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.2.11 + OpenAPI spec version: 2.2.12 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 2640d4e9..14bdd808 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.2.11 + OpenAPI spec version: 2.2.12 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 fe6b5ddd..18352da5 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.2.11 + OpenAPI spec version: 2.2.12 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 ae036454..b800124b 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.2.11 + OpenAPI spec version: 2.2.12 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 9326fa01..6809b9dc 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.2.11 + OpenAPI spec version: 2.2.12 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 219d1fd5..731c870a 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.2.11 + OpenAPI spec version: 2.2.12 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 0dc4a078..ab3f6ee9 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.2.11 + OpenAPI spec version: 2.2.12 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 4894dfef..2b56f2b4 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/credit_notes.py b/xero_python/accounting/models/credit_notes.py index eec77b18..f2deb0bc 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.2.11 + OpenAPI spec version: 2.2.12 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 189764d5..ca2b971b 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.2.11 + OpenAPI spec version: 2.2.12 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 1ec54cbb..680e6f21 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.2.11 + OpenAPI spec version: 2.2.12 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 0fa09635..be1031b1 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.2.11 + OpenAPI spec version: 2.2.12 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 7dc149bf..4e7936dd 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.2.11 + OpenAPI spec version: 2.2.12 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 2253d46e..3a423a36 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.2.11 + OpenAPI spec version: 2.2.12 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 df5c5264..831021e0 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.2.11 + OpenAPI spec version: 2.2.12 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 bf1de348..74e7d1fe 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.2.11 + OpenAPI spec version: 2.2.12 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 4197ec11..2a49b2d8 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.2.11 + OpenAPI spec version: 2.2.12 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 6db2f0c4..f615452f 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.2.11 + OpenAPI spec version: 2.2.12 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 6f0d85f0..2d8268ba 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.2.11 + OpenAPI spec version: 2.2.12 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 f762b1ec..65eaf209 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.2.11 + OpenAPI spec version: 2.2.12 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 e0f89ebe..2e51fd88 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.2.11 + OpenAPI spec version: 2.2.12 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 97d0e08d..7a50ca4b 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/invoice_reminder.py b/xero_python/accounting/models/invoice_reminder.py index e9ff2fca..0a8cf589 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.2.11 + OpenAPI spec version: 2.2.12 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 bae3f004..0fed7d7d 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.2.11 + OpenAPI spec version: 2.2.12 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 38f117a8..c851b26e 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.2.11 + OpenAPI spec version: 2.2.12 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 f1845a18..9830b1b2 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.2.11 + OpenAPI spec version: 2.2.12 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 849d71e5..f23a3bb0 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.2.11 + OpenAPI spec version: 2.2.12 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 89c1f452..c7992ae8 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.2.11 + OpenAPI spec version: 2.2.12 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 807ad232..95ff3bd4 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.2.11 + OpenAPI spec version: 2.2.12 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 b43aea21..5c72b770 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.2.11 + OpenAPI spec version: 2.2.12 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 6fc950e0..96958506 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.2.11 + OpenAPI spec version: 2.2.12 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 0f3a7c12..9664e8d4 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.2.11 + OpenAPI spec version: 2.2.12 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 26a5b5cc..30ee76bf 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.2.11 + OpenAPI spec version: 2.2.12 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 d60f79e5..bc4dae3c 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.2.11 + OpenAPI spec version: 2.2.12 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 6f8f9062..7bc015f9 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.2.11 + OpenAPI spec version: 2.2.12 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 50f384b9..85bfd80b 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.2.11 + OpenAPI spec version: 2.2.12 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 0b7ea0bf..40c62235 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.2.11 + OpenAPI spec version: 2.2.12 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 2301e42e..d86e9635 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.2.11 + OpenAPI spec version: 2.2.12 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 c34c5a78..2968395d 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.2.11 + OpenAPI spec version: 2.2.12 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 0b889584..58a8d349 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.2.11 + OpenAPI spec version: 2.2.12 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 b5ca2a51..a0b658f2 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/organisations.py b/xero_python/accounting/models/organisations.py index 3acc767b..82955d8f 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.2.11 + OpenAPI spec version: 2.2.12 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 ef7ffc1c..3c32328b 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.2.11 + OpenAPI spec version: 2.2.12 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 e794fe55..143f11f1 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.2.11 + OpenAPI spec version: 2.2.12 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 4e6d02e8..2c200724 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.2.11 + OpenAPI spec version: 2.2.12 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 364b36a5..45749929 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.2.11 + OpenAPI spec version: 2.2.12 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 d7d4455b..f63a2309 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.2.11 + OpenAPI spec version: 2.2.12 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 d0531c56..26e1f262 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.2.11 + OpenAPI spec version: 2.2.12 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 52d660ae..ceb8325a 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.2.11 + OpenAPI spec version: 2.2.12 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 aa01ff9a..69b98e06 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.2.11 + OpenAPI spec version: 2.2.12 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 b7162a03..ce5542b5 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.2.11 + OpenAPI spec version: 2.2.12 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 a9167497..51e89152 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.2.11 + OpenAPI spec version: 2.2.12 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 4ff1ab87..962db694 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.2.11 + OpenAPI spec version: 2.2.12 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 d0234466..258a49a3 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.2.11 + OpenAPI spec version: 2.2.12 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 5abe896c..5db421dd 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.2.11 + OpenAPI spec version: 2.2.12 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 e83e89ca..86f10062 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.2.11 + OpenAPI spec version: 2.2.12 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 15419c8f..ef1145bf 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.2.11 + OpenAPI spec version: 2.2.12 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 af172070..05bdbb61 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.2.11 + OpenAPI spec version: 2.2.12 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 574504f5..e87814dd 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.2.11 + OpenAPI spec version: 2.2.12 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 d74449d0..fbe59f71 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.2.11 + OpenAPI spec version: 2.2.12 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 c22f7756..583dc8e7 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.2.11 + OpenAPI spec version: 2.2.12 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 dd4b866a..979d1147 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.2.11 + OpenAPI spec version: 2.2.12 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 e62e4597..77785a4a 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.2.11 + OpenAPI spec version: 2.2.12 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 48c6aa19..f6ceee3c 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.2.11 + OpenAPI spec version: 2.2.12 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 2c442e50..36fe56ef 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.2.11 + OpenAPI spec version: 2.2.12 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 e92977f7..6132229f 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.2.11 + OpenAPI spec version: 2.2.12 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 8dd2df4b..0584af63 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.2.11 + OpenAPI spec version: 2.2.12 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 5ce1e184..4547e83b 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.2.11 + OpenAPI spec version: 2.2.12 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 53bfc076..5a585f50 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.2.11 + OpenAPI spec version: 2.2.12 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 aea8e18e..0a4a68f0 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.2.11 + OpenAPI spec version: 2.2.12 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 592bb0cf..1de6d72e 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.2.11 + OpenAPI spec version: 2.2.12 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 e942ad87..95e91231 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.2.11 + OpenAPI spec version: 2.2.12 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 66187bb1..9aec3336 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.2.11 + OpenAPI spec version: 2.2.12 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 ccec0cf6..7e990168 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.2.11 + OpenAPI spec version: 2.2.12 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 94fe05ef..dcabb763 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.2.11 + OpenAPI spec version: 2.2.12 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 4c411d77..412f4a41 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.2.11 + OpenAPI spec version: 2.2.12 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 17bd240b..02e8e18b 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.2.11 + OpenAPI spec version: 2.2.12 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 b24242f6..cf80c876 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.2.11 + OpenAPI spec version: 2.2.12 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 6ee98d1d..66c2293f 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.2.11 + OpenAPI spec version: 2.2.12 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 79f586b2..c155c205 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.2.11 + OpenAPI spec version: 2.2.12 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 7fda2078..a80a57e9 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.2.11 + OpenAPI spec version: 2.2.12 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 a8ca594e..e661f68b 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.2.11 + OpenAPI spec version: 2.2.12 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 ae88d879..56b35c54 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.2.11 + OpenAPI spec version: 2.2.12 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 9b696e2b..4112a639 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.2.11 + OpenAPI spec version: 2.2.12 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 42e5cc6c..855e5d14 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.2.11 + OpenAPI spec version: 2.2.12 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 60a95ac2..3db3a3c1 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.2.11 + OpenAPI spec version: 2.2.12 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 8155eecc..c6ba3a1b 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.2.11 + OpenAPI spec version: 2.2.12 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 e387d30d..36884bf1 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.2.11 + OpenAPI spec version: 2.2.12 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 d9d72550..181e0b8a 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.2.11 + OpenAPI spec version: 2.2.12 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 52ac25fc..34f1a06a 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.2.11 + OpenAPI spec version: 2.2.12 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 6e665543..a298fd91 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.2.11 + OpenAPI spec version: 2.2.12 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 2ce63493..89f8688d 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.2.11 + OpenAPI spec version: 2.2.12 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 b7a33357..5801dd96 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/__init__.py b/xero_python/assets/models/__init__.py index 3ae473b1..6fb80f83 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.2.11 + OpenAPI spec version: 2.2.12 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 edf6cac5..5fe407ef 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/asset_status.py b/xero_python/assets/models/asset_status.py index acfd082a..694d4998 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.2.11 + OpenAPI spec version: 2.2.12 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 3b0d275a..f54cada9 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.2.11 + OpenAPI spec version: 2.2.12 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 f88270aa..bcc7cb0d 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.2.11 + OpenAPI spec version: 2.2.12 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 68b1845b..350e01a1 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.2.11 + OpenAPI spec version: 2.2.12 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 4951ad29..76cabca6 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.2.11 + OpenAPI spec version: 2.2.12 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 ba17dac5..0f00179a 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.2.11 + OpenAPI spec version: 2.2.12 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 9503ebe5..5deec7e8 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.2.11 + OpenAPI spec version: 2.2.12 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 c1f3ab6a..1d47bc33 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.2.11 + OpenAPI spec version: 2.2.12 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 8322183f..9ff75793 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.2.11 + OpenAPI spec version: 2.2.12 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 3f53a35c..53634f4a 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.2.11 + OpenAPI spec version: 2.2.12 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 13d5cbd5..ef235b05 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.2.11 + OpenAPI spec version: 2.2.12 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 705c43cc..940067a5 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.2.11 -- Package version: 1.0.6 +- API version: 2.2.12 +- Package version: 1.0.7 - 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 011643f6..e5c793f3 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.2.11 + OpenAPI spec version: 2.2.12 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 4ec73bda..9a13af46 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.2.11 + OpenAPI spec version: 2.2.12 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 a103cc8d..a3c9acb6 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.2.11 + OpenAPI spec version: 2.2.12 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 e0e9d61c..ded04e34 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.2.11 + OpenAPI spec version: 2.2.12 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 7e29e2c4..b01fd959 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.2.11 + OpenAPI spec version: 2.2.12 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 7dbf5227..2e728203 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.2.11 + OpenAPI spec version: 2.2.12 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 9e98756b..720262c8 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.2.11 + OpenAPI spec version: 2.2.12 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 66e70558..3249557f 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/docs/EarningsLine.md b/xero_python/payrollau/docs/EarningsLine.md index ca5fa325..294bd316 100644 --- a/xero_python/payrollau/docs/EarningsLine.md +++ b/xero_python/payrollau/docs/EarningsLine.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **earnings_rate_id** | **str** | Xero unique id for earnings rate | -**calculation_type** | [**EarningsRateCalculationType**](EarningsRateCalculationType.md) | | +**calculation_type** | [**EarningsRateCalculationType**](EarningsRateCalculationType.md) | | [optional] **annual_salary** | **float** | Annual salary for earnings line | [optional] **number_of_units_per_week** | **float** | number of units for earning line | [optional] **rate_per_unit** | **float** | Rate per unit of the EarningsLine. | [optional] diff --git a/xero_python/payrollau/docs/EarningsRate.md b/xero_python/payrollau/docs/EarningsRate.md index e9b67a64..522d772f 100644 --- a/xero_python/payrollau/docs/EarningsRate.md +++ b/xero_python/payrollau/docs/EarningsRate.md @@ -14,7 +14,7 @@ Name | Type | Description | Notes **rate_type** | [**RateType**](RateType.md) | | [optional] **rate_per_unit** | **str** | Default rate per unit (optional). Only applicable if RateType is RATEPERUNIT. | [optional] **multiplier** | **float** | This is the multiplier used to calculate the rate per unit, based on the employee’s ordinary earnings rate. For example, for time and a half enter 1.5. Only applicable if RateType is MULTIPLE | [optional] -**accrue_leave** | **float** | Indicates that this earnings rate should accrue leave. Only applicable if RateType is MULTIPLE | [optional] +**accrue_leave** | **bool** | Indicates that this earnings rate should accrue leave. Only applicable if RateType is MULTIPLE | [optional] **amount** | **float** | Optional Amount for FIXEDAMOUNT RateType EarningsRate | [optional] **employment_termination_payment_type** | [**EmploymentTerminationPaymentType**](EmploymentTerminationPaymentType.md) | | [optional] **updated_date_utc** | **datetime** | Last modified timestamp | [optional] diff --git a/xero_python/payrollau/docs/LeaveType.md b/xero_python/payrollau/docs/LeaveType.md index 1ae0be4b..8d620a06 100644 --- a/xero_python/payrollau/docs/LeaveType.md +++ b/xero_python/payrollau/docs/LeaveType.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes **type_of_units** | **str** | The type of units by which leave entitlements are normally tracked. These are typically the same as the type of units used for the employee’s ordinary earnings rate | [optional] **leave_type_id** | **str** | Xero identifier | [optional] **normal_entitlement** | **float** | The number of units the employee is entitled to each year | [optional] -**leave_loading_rate** | **int** | Enter an amount here if your organisation pays an additional percentage on top of ordinary earnings when your employees take leave (typically 17.5%) | [optional] +**leave_loading_rate** | **float** | Enter an amount here if your organisation pays an additional percentage on top of ordinary earnings when your employees take leave (typically 17.5%) | [optional] **updated_date_utc** | **datetime** | Last modified timestamp | [optional] **is_paid_leave** | **bool** | Set this to indicate that an employee will be paid when taking this type of leave | [optional] **show_on_payslip** | **bool** | Set this if you want a balance for this leave type to be shown on your employee’s payslips | [optional] diff --git a/xero_python/payrollau/models/__init__.py b/xero_python/payrollau/models/__init__.py index 111af8e7..2dc064d3 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.2.11 + OpenAPI spec version: 2.2.12 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 ae7878ed..c4430f41 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.2.11 + OpenAPI spec version: 2.2.12 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 fd1f7b89..07da0ade 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.2.11 + OpenAPI spec version: 2.2.12 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 51dd0dfb..9fa6a3ca 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.2.11 + OpenAPI spec version: 2.2.12 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 8e951756..aadb8061 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.2.11 + OpenAPI spec version: 2.2.12 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 c9b29b62..3d2026ac 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.2.11 + OpenAPI spec version: 2.2.12 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 112e58e9..e3d7f260 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.2.11 + OpenAPI spec version: 2.2.12 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 6aea9f0b..343f4fc0 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.2.11 + OpenAPI spec version: 2.2.12 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 5f3b991e..99cf2055 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.2.11 + OpenAPI spec version: 2.2.12 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 5b461358..21eede3c 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.2.11 + OpenAPI spec version: 2.2.12 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 fe630c8c..2549b1d1 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -80,7 +80,8 @@ def __init__( self.discriminator = None self.earnings_rate_id = earnings_rate_id - self.calculation_type = calculation_type + if calculation_type is not None: + self.calculation_type = calculation_type if annual_salary is not None: self.annual_salary = annual_salary if number_of_units_per_week is not None: @@ -141,10 +142,6 @@ def calculation_type(self, calculation_type): :param calculation_type: The calculation_type of this EarningsLine. # noqa: E501 :type: EarningsRateCalculationType """ - if calculation_type is None: - raise ValueError( - "Invalid value for `calculation_type`, must not be `None`" - ) # noqa: E501 self._calculation_type = calculation_type diff --git a/xero_python/payrollau/models/earnings_rate.py b/xero_python/payrollau/models/earnings_rate.py index eb9452f4..17616e2f 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -42,7 +42,7 @@ class EarningsRate(BaseModel): "rate_type": "RateType", "rate_per_unit": "str", "multiplier": "float", - "accrue_leave": "float", + "accrue_leave": "bool", "amount": "float", "employment_termination_payment_type": "EmploymentTerminationPaymentType", "updated_date_utc": "datetime[ms-format]", @@ -414,7 +414,7 @@ def accrue_leave(self): Indicates that this earnings rate should accrue leave. Only applicable if RateType is MULTIPLE # noqa: E501 :return: The accrue_leave of this EarningsRate. # noqa: E501 - :rtype: float + :rtype: bool """ return self._accrue_leave @@ -425,7 +425,7 @@ def accrue_leave(self, accrue_leave): Indicates that this earnings rate should accrue leave. Only applicable if RateType is MULTIPLE # noqa: E501 :param accrue_leave: The accrue_leave of this EarningsRate. # noqa: E501 - :type: float + :type: bool """ self._accrue_leave = accrue_leave diff --git a/xero_python/payrollau/models/earnings_rate_calculation_type.py b/xero_python/payrollau/models/earnings_rate_calculation_type.py index 5672ccbc..7d8367b2 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.2.11 + OpenAPI spec version: 2.2.12 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 9702cf90..6d70f8ba 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.2.11 + OpenAPI spec version: 2.2.12 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 2822164b..6703a1de 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.2.11 + OpenAPI spec version: 2.2.12 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 45dcc06d..f10ab677 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.2.11 + OpenAPI spec version: 2.2.12 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 13adc1ce..980398b6 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.2.11 + OpenAPI spec version: 2.2.12 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 881c4be2..a94b8432 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.2.11 + OpenAPI spec version: 2.2.12 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 9cc727f1..17f2e138 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.2.11 + OpenAPI spec version: 2.2.12 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 11d70229..8057d57c 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.2.11 + OpenAPI spec version: 2.2.12 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 5ed073ae..1a6ab61e 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.2.11 + OpenAPI spec version: 2.2.12 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 a2a8035d..ebf09ca2 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.2.11 + OpenAPI spec version: 2.2.12 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 fb593f4c..f28859b5 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.2.11 + OpenAPI spec version: 2.2.12 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 0108c1ae..d2adbe69 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.2.11 + OpenAPI spec version: 2.2.12 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 62acfaab..bc37de73 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.2.11 + OpenAPI spec version: 2.2.12 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 b2c1e7bf..28ef7142 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.2.11 + OpenAPI spec version: 2.2.12 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 0cf03b1a..dfcc947b 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.2.11 + OpenAPI spec version: 2.2.12 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 4719fe8a..0cfe9233 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.2.11 + OpenAPI spec version: 2.2.12 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 0f4ac351..8635ce68 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.2.11 + OpenAPI spec version: 2.2.12 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 bce3698c..2f4938f4 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.2.11 + OpenAPI spec version: 2.2.12 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 36769ed6..7e515d71 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.2.11 + OpenAPI spec version: 2.2.12 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 84380130..c21aa23d 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -35,7 +35,7 @@ class LeaveType(BaseModel): "type_of_units": "str", "leave_type_id": "str", "normal_entitlement": "float", - "leave_loading_rate": "int", + "leave_loading_rate": "float", "updated_date_utc": "datetime[ms-format]", "is_paid_leave": "bool", "show_on_payslip": "bool", @@ -202,7 +202,7 @@ def leave_loading_rate(self): Enter an amount here if your organisation pays an additional percentage on top of ordinary earnings when your employees take leave (typically 17.5%) # noqa: E501 :return: The leave_loading_rate of this LeaveType. # noqa: E501 - :rtype: int + :rtype: float """ return self._leave_loading_rate @@ -213,7 +213,7 @@ def leave_loading_rate(self, leave_loading_rate): Enter an amount here if your organisation pays an additional percentage on top of ordinary earnings when your employees take leave (typically 17.5%) # noqa: E501 :param leave_loading_rate: The leave_loading_rate of this LeaveType. # noqa: E501 - :type: int + :type: float """ self._leave_loading_rate = leave_loading_rate diff --git a/xero_python/payrollau/models/leave_type_contribution_type.py b/xero_python/payrollau/models/leave_type_contribution_type.py index 8ae797c6..4a6c8811 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.2.11 + OpenAPI spec version: 2.2.12 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 be2b8cb1..336c9ff8 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.2.11 + OpenAPI spec version: 2.2.12 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 4cf4fccc..246b5f6f 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.2.11 + OpenAPI spec version: 2.2.12 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 c35eb720..6b0d432d 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.2.11 + OpenAPI spec version: 2.2.12 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 f6451758..b132b71c 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.2.11 + OpenAPI spec version: 2.2.12 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 fe134390..38d10e13 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.2.11 + OpenAPI spec version: 2.2.12 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 212f68c5..16179370 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.2.11 + OpenAPI spec version: 2.2.12 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 bf7b81db..bdf9b59a 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.2.11 + OpenAPI spec version: 2.2.12 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 b46bb0a5..b5720d70 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.2.11 + OpenAPI spec version: 2.2.12 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 cfc917ca..e48f2fde 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.2.11 + OpenAPI spec version: 2.2.12 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 9fcd819e..cf198308 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.2.11 + OpenAPI spec version: 2.2.12 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 76004977..e1ccb852 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.2.11 + OpenAPI spec version: 2.2.12 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 a7c36a32..821e51d1 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.2.11 + OpenAPI spec version: 2.2.12 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 68042103..30cc38a3 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.2.11 + OpenAPI spec version: 2.2.12 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 88e6165a..d9d388c4 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.2.11 + OpenAPI spec version: 2.2.12 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 9b028c85..c1f1d006 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.2.11 + OpenAPI spec version: 2.2.12 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 2d13e94f..43982ede 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.2.11 + OpenAPI spec version: 2.2.12 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 64830250..7435e99d 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.2.11 + OpenAPI spec version: 2.2.12 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 9b99d3ce..9706f401 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.2.11 + OpenAPI spec version: 2.2.12 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 f04079b6..e5301255 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.2.11 + OpenAPI spec version: 2.2.12 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 fe077b76..d0f89a34 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.2.11 + OpenAPI spec version: 2.2.12 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 23f39e37..3fca29ca 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.2.11 + OpenAPI spec version: 2.2.12 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 a5e97ff5..7ad51369 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.2.11 + OpenAPI spec version: 2.2.12 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 d9791fb4..a9368044 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.2.11 + OpenAPI spec version: 2.2.12 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 18f3000c..8a2ce269 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.2.11 + OpenAPI spec version: 2.2.12 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 62d18af3..285fd215 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.2.11 + OpenAPI spec version: 2.2.12 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 63da76d9..a73c0c4c 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.2.11 + OpenAPI spec version: 2.2.12 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 0e0cf888..9ff879fd 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.2.11 + OpenAPI spec version: 2.2.12 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 f9ce331a..c6c412e0 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.2.11 + OpenAPI spec version: 2.2.12 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 265c5f44..0458a95e 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.2.11 + OpenAPI spec version: 2.2.12 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 8823e25f..feec0ebb 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.2.11 + OpenAPI spec version: 2.2.12 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 5d22cf94..c9c05ed3 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.2.11 + OpenAPI spec version: 2.2.12 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 7a06f9fb..9016d91d 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.2.11 + OpenAPI spec version: 2.2.12 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 a8092fe2..7122d3f9 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.2.11 + OpenAPI spec version: 2.2.12 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 f42b3358..1b460ed6 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.2.11 + OpenAPI spec version: 2.2.12 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 ad878d0a..512bf7fb 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.2.11 + OpenAPI spec version: 2.2.12 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 ae88c6f1..3043dbd0 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.2.11 + OpenAPI spec version: 2.2.12 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 0eb4a539..b6ca0ab8 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.2.11 + OpenAPI spec version: 2.2.12 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 1fbf5105..64254d69 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.2.11 + OpenAPI spec version: 2.2.12 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 c60770ba..ffd5e5ae 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.2.11 + OpenAPI spec version: 2.2.12 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 51245e21..8c40fce9 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.2.11 + OpenAPI spec version: 2.2.12 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 0a06cbea..9bbc8253 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.2.11 + OpenAPI spec version: 2.2.12 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 13935a15..46c3867f 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.2.11 + OpenAPI spec version: 2.2.12 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 a31424ec..6182bb60 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.2.11 + OpenAPI spec version: 2.2.12 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 b61a8817..5a2cccc6 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.2.11 + OpenAPI spec version: 2.2.12 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 caf9da86..e8af6f93 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.2.11 + OpenAPI spec version: 2.2.12 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 43ac5d52..6996c547 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.2.11 + OpenAPI spec version: 2.2.12 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 405787f8..0cdf1cff 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.2.11 + OpenAPI spec version: 2.2.12 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 05198218..8ba49a13 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.2.11 + OpenAPI spec version: 2.2.12 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 15781d13..a06bcbb2 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.2.11 + OpenAPI spec version: 2.2.12 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 126190c6..10a60f44 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.2.11 + OpenAPI spec version: 2.2.12 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 7d252481..8c3267b2 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.2.11 + OpenAPI spec version: 2.2.12 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 01acd5e2..1d99f3bd 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.2.11 + OpenAPI spec version: 2.2.12 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 2494c57f..cad9fb76 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.2.11 + OpenAPI spec version: 2.2.12 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 a4d17af8..35072142 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.2.11 + OpenAPI spec version: 2.2.12 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 e331e86a..136299f7 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.2.11 + OpenAPI spec version: 2.2.12 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 2b98b79e..f6ef82b9 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.2.11 + OpenAPI spec version: 2.2.12 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 ef6394d1..0cff5758 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.2.11 + OpenAPI spec version: 2.2.12 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 e4b78bf8..ba5ad390 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.2.11 + OpenAPI spec version: 2.2.12 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 0b7223a2..67962e09 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.2.11 + OpenAPI spec version: 2.2.12 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 7ca569e2..885de299 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.2.11 + OpenAPI spec version: 2.2.12 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 ddc12e56..32c74355 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.2.11 + OpenAPI spec version: 2.2.12 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 708b04bb..abd0036c 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.2.11 + OpenAPI spec version: 2.2.12 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 0817639f..570ce388 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.2.11 + OpenAPI spec version: 2.2.12 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 d12c4092..1954325d 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.2.11 + OpenAPI spec version: 2.2.12 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 ecf6fb6f..1ebc1e21 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.2.11 + OpenAPI spec version: 2.2.12 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 49806d4d..66f5690f 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.2.11 + OpenAPI spec version: 2.2.12 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 054a72b7..9a098779 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.2.11 + OpenAPI spec version: 2.2.12 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 14633b7f..a1df910d 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.2.11 + OpenAPI spec version: 2.2.12 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 4f365839..95e6e11e 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.2.11 + OpenAPI spec version: 2.2.12 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 dcabdbaf..1749f308 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.2.11 + OpenAPI spec version: 2.2.12 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 1e653dbd..faf01bfe 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.2.11 + OpenAPI spec version: 2.2.12 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 442052bf..77e30fc9 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.2.11 + OpenAPI spec version: 2.2.12 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 796d1703..153813cb 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.2.11 + OpenAPI spec version: 2.2.12 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 4448ce08..4bd4b5b4 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.2.11 + OpenAPI spec version: 2.2.12 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 1cabd805..c34ad4be 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.2.11 + OpenAPI spec version: 2.2.12 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 738050aa..6c3d96a8 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.2.11 + OpenAPI spec version: 2.2.12 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 c967087c..88a4f409 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.2.11 + OpenAPI spec version: 2.2.12 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 2e824277..5f99260c 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.2.11 + OpenAPI spec version: 2.2.12 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 7ac6c90c..4e4539e1 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.2.11 + OpenAPI spec version: 2.2.12 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 3070feb0..de38e098 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.2.11 + OpenAPI spec version: 2.2.12 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 16797e75..ef05d2d1 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.2.11 + OpenAPI spec version: 2.2.12 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 623b91c2..2570d4a7 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.2.11 + OpenAPI spec version: 2.2.12 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 67b479f6..3a7ad83c 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.2.11 + OpenAPI spec version: 2.2.12 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 dd42e2b6..cc2ca1f2 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.2.11 + OpenAPI spec version: 2.2.12 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 ae531063..567cc0c8 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.2.11 + OpenAPI spec version: 2.2.12 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 2b280cec..9e7b663c 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.2.11 + OpenAPI spec version: 2.2.12 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 255dd4da..fea3c976 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.2.11 + OpenAPI spec version: 2.2.12 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 71c76b10..38815e65 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.2.11 + OpenAPI spec version: 2.2.12 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 7f950efd..e0430551 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.2.11 + OpenAPI spec version: 2.2.12 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 11de91a7..2e85da3f 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.2.11 + OpenAPI spec version: 2.2.12 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 a305d345..424aaec9 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.2.11 + OpenAPI spec version: 2.2.12 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 50d34928..a8bcd97e 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.2.11 + OpenAPI spec version: 2.2.12 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 dac99945..2e243cc8 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.2.11 + OpenAPI spec version: 2.2.12 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 11e03eb1..4dae75bb 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.2.11 + OpenAPI spec version: 2.2.12 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 e2e24020..6ae240de 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.2.11 + OpenAPI spec version: 2.2.12 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 efb6f9bd..082c45f7 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.2.11 + OpenAPI spec version: 2.2.12 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 2e9405d5..d961ffd1 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.2.11 + OpenAPI spec version: 2.2.12 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 d4e4be4b..4cad744d 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.2.11 + OpenAPI spec version: 2.2.12 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 b811bbd2..d36ffa80 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.2.11 + OpenAPI spec version: 2.2.12 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 6b2d922d..7f0fa47c 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.2.11 + OpenAPI spec version: 2.2.12 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 038776a0..3e45c157 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.2.11 + OpenAPI spec version: 2.2.12 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 5dc20cd0..2d451ee8 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.2.11 + OpenAPI spec version: 2.2.12 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 212de942..9b1d9171 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.2.11 + OpenAPI spec version: 2.2.12 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 0a8916ed..f0df1e1b 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.2.11 + OpenAPI spec version: 2.2.12 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 9b1b631c..63fc111d 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.2.11 + OpenAPI spec version: 2.2.12 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 390ead6d..12f1a330 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.2.11 + OpenAPI spec version: 2.2.12 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 adc0528b..6bd7f256 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.2.11 + OpenAPI spec version: 2.2.12 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 0618f71e..5fc876d9 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.2.11 + OpenAPI spec version: 2.2.12 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 9b137ede..214c3448 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.2.11 + OpenAPI spec version: 2.2.12 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 d81da667..5b5ad0c1 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.2.11 + OpenAPI spec version: 2.2.12 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 05cc0d89..c3bc9863 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.2.11 + OpenAPI spec version: 2.2.12 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 4d30dc5f..13e7f871 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.2.11 + OpenAPI spec version: 2.2.12 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 e97e77d9..7ec8efa5 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.2.11 + OpenAPI spec version: 2.2.12 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 734eff9c..361c0ace 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.2.11 + OpenAPI spec version: 2.2.12 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 5e8ef0c1..2d14c87e 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.2.11 + OpenAPI spec version: 2.2.12 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 64130ad5..61c03206 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.2.11 + OpenAPI spec version: 2.2.12 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 355fea9a..c111cad8 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.2.11 + OpenAPI spec version: 2.2.12 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 a3b6aef4..089fa481 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.2.11 + OpenAPI spec version: 2.2.12 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 5e0da8ec..d4ca32af 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.2.11 + OpenAPI spec version: 2.2.12 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 c8037720..10616b1e 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.2.11 + OpenAPI spec version: 2.2.12 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 fc5ef041..e4484ab1 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.2.11 + OpenAPI spec version: 2.2.12 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 d37e5fd3..6116046a 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.2.11 + OpenAPI spec version: 2.2.12 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 96ffaa11..fe8002e1 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.2.11 + OpenAPI spec version: 2.2.12 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 e4de7f75..4b4a2d96 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.2.11 + OpenAPI spec version: 2.2.12 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 0bde80cf..64f61dd3 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.2.11 + OpenAPI spec version: 2.2.12 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 208e52c2..c2f0dd09 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.2.11 + OpenAPI spec version: 2.2.12 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 1722bf26..7390198b 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.2.11 + OpenAPI spec version: 2.2.12 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 2b813c19..3e3d2842 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.2.11 + OpenAPI spec version: 2.2.12 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 740d34ca..ecb63980 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.2.11 + OpenAPI spec version: 2.2.12 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 c0ca33ec..1da63d22 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.2.11 + OpenAPI spec version: 2.2.12 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 45481fdb..019eaf7d 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.2.11 + OpenAPI spec version: 2.2.12 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 ca83ad4d..e500f5c3 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.2.11 + OpenAPI spec version: 2.2.12 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 c1cfb614..c01f6e9b 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.2.11 + OpenAPI spec version: 2.2.12 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 20d6742f..b30cd4b7 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.2.11 + OpenAPI spec version: 2.2.12 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 76408e81..f6a90f56 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.2.11 + OpenAPI spec version: 2.2.12 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 54a7b70e..e6a29c7b 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.2.11 + OpenAPI spec version: 2.2.12 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 f7d62c25..d274b54c 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.2.11 + OpenAPI spec version: 2.2.12 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 4131d19f..852f5387 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.2.11 + OpenAPI spec version: 2.2.12 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 8b373cb3..577531f1 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.2.11 + OpenAPI spec version: 2.2.12 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 5ea39dd4..c9df2bba 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.2.11 + OpenAPI spec version: 2.2.12 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 4397f2e1..879ae909 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.2.11 + OpenAPI spec version: 2.2.12 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 381aaf7e..7f6c2523 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.2.11 + OpenAPI spec version: 2.2.12 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 17b5e19b..ce360b93 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.2.11 + OpenAPI spec version: 2.2.12 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 e30da079..f38d3883 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.2.11 + OpenAPI spec version: 2.2.12 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 cb483051..5a7d5a55 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.2.11 + OpenAPI spec version: 2.2.12 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 390ab6c3..101e6417 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.2.11 + OpenAPI spec version: 2.2.12 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 47959a57..99848fb0 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.2.11 + OpenAPI spec version: 2.2.12 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 ebb5c082..f9c274a4 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.2.11 + OpenAPI spec version: 2.2.12 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 8175453e..7d24b2aa 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.2.11 + OpenAPI spec version: 2.2.12 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 708318a2..2083e994 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.2.11 + OpenAPI spec version: 2.2.12 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 53d6630d..f72c88b3 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.2.11 + OpenAPI spec version: 2.2.12 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 9484cd36..88368475 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.2.11 + OpenAPI spec version: 2.2.12 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 edf8e5b6..9b6d4974 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.2.11 + OpenAPI spec version: 2.2.12 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 783a20c1..3d95a900 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.2.11 + OpenAPI spec version: 2.2.12 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 335b20b4..107153e5 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.2.11 + OpenAPI spec version: 2.2.12 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 1752b6ff..014f2d2a 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.2.11 + OpenAPI spec version: 2.2.12 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 51f6e8bd..d35230ba 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.2.11 + OpenAPI spec version: 2.2.12 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 ba590f39..4bf14805 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.2.11 + OpenAPI spec version: 2.2.12 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 385a7922..4e4ed274 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.2.11 + OpenAPI spec version: 2.2.12 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 c9db4956..bd296216 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/rest.py b/xero_python/rest.py index 221d1d95..8ea875b4 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.2.11 + OpenAPI spec version: 2.2.12 Contact: api@xero.com Generated by: https://openapi-generator.tech """