From bccd0b05c07b019a33c699090f7a72c2bdc385a9 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 3 Nov 2025 22:35:52 +0000 Subject: [PATCH] chore: release new SDK versions based on update OpenAPI Spec (#397) --- docs/v1/accounting/index.html | 11 +- docs/v1/appstore/index.html | 2 +- docs/v1/assets/index.html | 31 ++- docs/v1/files/index.html | 2 +- docs/v1/finance/index.html | 2 +- docs/v1/payroll-au/index.html | 2 +- docs/v1/payroll-nz/index.html | 195 +----------------- docs/v1/payroll-uk/index.html | 195 +----------------- docs/v1/projects/index.html | 2 +- setup.py | 2 +- xero_python/__init__.py | 2 +- xero_python/accounting/__init__.py | 8 +- xero_python/accounting/api/accounting_api.py | 2 +- xero_python/accounting/docs/Contact.md | 1 + xero_python/accounting/models/__init__.py | 8 +- xero_python/accounting/models/account.py | 8 +- xero_python/accounting/models/account_type.py | 8 +- xero_python/accounting/models/accounts.py | 8 +- .../accounting/models/accounts_payable.py | 8 +- .../accounting/models/accounts_receivable.py | 8 +- xero_python/accounting/models/action.py | 8 +- xero_python/accounting/models/actions.py | 8 +- xero_python/accounting/models/address.py | 8 +- .../models/address_for_organisation.py | 8 +- xero_python/accounting/models/allocation.py | 8 +- xero_python/accounting/models/allocations.py | 8 +- xero_python/accounting/models/attachment.py | 8 +- xero_python/accounting/models/attachments.py | 8 +- .../accounting/models/balance_details.py | 8 +- xero_python/accounting/models/balances.py | 8 +- .../accounting/models/bank_transaction.py | 8 +- .../accounting/models/bank_transactions.py | 8 +- .../accounting/models/bank_transfer.py | 8 +- .../accounting/models/bank_transfers.py | 8 +- .../accounting/models/batch_payment.py | 8 +- .../accounting/models/batch_payment_delete.py | 8 +- .../batch_payment_delete_by_url_param.py | 8 +- .../models/batch_payment_details.py | 8 +- .../accounting/models/batch_payments.py | 8 +- xero_python/accounting/models/bill.py | 8 +- .../accounting/models/branding_theme.py | 8 +- .../accounting/models/branding_themes.py | 8 +- xero_python/accounting/models/budget.py | 8 +- .../accounting/models/budget_balance.py | 8 +- xero_python/accounting/models/budget_line.py | 8 +- xero_python/accounting/models/budgets.py | 8 +- .../accounting/models/cis_org_setting.py | 8 +- .../accounting/models/cis_org_settings.py | 8 +- xero_python/accounting/models/cis_setting.py | 8 +- xero_python/accounting/models/cis_settings.py | 8 +- xero_python/accounting/models/contact.py | 46 ++++- .../accounting/models/contact_group.py | 8 +- .../accounting/models/contact_groups.py | 8 +- .../accounting/models/contact_person.py | 8 +- xero_python/accounting/models/contacts.py | 8 +- .../accounting/models/conversion_balances.py | 8 +- .../accounting/models/conversion_date.py | 8 +- xero_python/accounting/models/country_code.py | 8 +- xero_python/accounting/models/credit_note.py | 8 +- xero_python/accounting/models/credit_notes.py | 8 +- xero_python/accounting/models/currencies.py | 8 +- xero_python/accounting/models/currency.py | 8 +- .../accounting/models/currency_code.py | 8 +- xero_python/accounting/models/element.py | 8 +- xero_python/accounting/models/employee.py | 8 +- xero_python/accounting/models/employees.py | 8 +- xero_python/accounting/models/error.py | 8 +- .../accounting/models/expense_claim.py | 8 +- .../accounting/models/expense_claims.py | 8 +- .../accounting/models/external_link.py | 8 +- .../accounting/models/history_record.py | 8 +- .../accounting/models/history_records.py | 8 +- .../accounting/models/import_summary.py | 8 +- .../models/import_summary_accounts.py | 8 +- .../models/import_summary_object.py | 8 +- .../models/import_summary_organisation.py | 8 +- xero_python/accounting/models/invoice.py | 8 +- .../accounting/models/invoice_address.py | 8 +- .../accounting/models/invoice_reminder.py | 8 +- .../accounting/models/invoice_reminders.py | 8 +- xero_python/accounting/models/invoices.py | 8 +- xero_python/accounting/models/item.py | 8 +- xero_python/accounting/models/items.py | 8 +- xero_python/accounting/models/journal.py | 8 +- xero_python/accounting/models/journal_line.py | 8 +- xero_python/accounting/models/journals.py | 8 +- .../accounting/models/line_amount_types.py | 8 +- xero_python/accounting/models/line_item.py | 8 +- .../accounting/models/line_item_item.py | 8 +- .../accounting/models/line_item_tracking.py | 8 +- .../accounting/models/linked_transaction.py | 8 +- .../accounting/models/linked_transactions.py | 8 +- .../accounting/models/manual_journal.py | 8 +- .../accounting/models/manual_journal_line.py | 8 +- .../accounting/models/manual_journals.py | 8 +- .../accounting/models/online_invoice.py | 8 +- .../accounting/models/online_invoices.py | 8 +- xero_python/accounting/models/organisation.py | 8 +- .../accounting/models/organisations.py | 8 +- xero_python/accounting/models/overpayment.py | 8 +- xero_python/accounting/models/overpayments.py | 8 +- xero_python/accounting/models/pagination.py | 8 +- xero_python/accounting/models/payment.py | 8 +- .../accounting/models/payment_delete.py | 8 +- .../accounting/models/payment_service.py | 8 +- .../accounting/models/payment_services.py | 8 +- xero_python/accounting/models/payment_term.py | 8 +- .../accounting/models/payment_term_type.py | 8 +- xero_python/accounting/models/payments.py | 8 +- xero_python/accounting/models/phone.py | 8 +- xero_python/accounting/models/prepayment.py | 8 +- xero_python/accounting/models/prepayments.py | 8 +- xero_python/accounting/models/purchase.py | 8 +- .../accounting/models/purchase_order.py | 8 +- .../accounting/models/purchase_orders.py | 8 +- xero_python/accounting/models/quote.py | 8 +- .../models/quote_line_amount_types.py | 8 +- .../accounting/models/quote_status_codes.py | 8 +- xero_python/accounting/models/quotes.py | 8 +- xero_python/accounting/models/receipt.py | 8 +- xero_python/accounting/models/receipts.py | 8 +- .../accounting/models/repeating_invoice.py | 8 +- .../accounting/models/repeating_invoices.py | 8 +- xero_python/accounting/models/report.py | 8 +- .../accounting/models/report_attribute.py | 8 +- xero_python/accounting/models/report_cell.py | 8 +- .../accounting/models/report_fields.py | 8 +- xero_python/accounting/models/report_row.py | 8 +- xero_python/accounting/models/report_rows.py | 8 +- .../accounting/models/report_with_row.py | 8 +- .../accounting/models/report_with_rows.py | 8 +- xero_python/accounting/models/reports.py | 8 +- .../accounting/models/request_empty.py | 8 +- xero_python/accounting/models/row_type.py | 8 +- .../models/sales_tracking_category.py | 8 +- xero_python/accounting/models/schedule.py | 8 +- xero_python/accounting/models/setup.py | 8 +- .../models/tax_breakdown_component.py | 8 +- .../accounting/models/tax_component.py | 8 +- xero_python/accounting/models/tax_rate.py | 8 +- xero_python/accounting/models/tax_rates.py | 8 +- xero_python/accounting/models/tax_type.py | 8 +- .../models/ten_ninety_nine_contact.py | 8 +- xero_python/accounting/models/time_zone.py | 8 +- .../accounting/models/tracking_categories.py | 8 +- .../accounting/models/tracking_category.py | 8 +- .../accounting/models/tracking_option.py | 8 +- .../accounting/models/tracking_options.py | 8 +- xero_python/accounting/models/user.py | 8 +- xero_python/accounting/models/users.py | 8 +- .../accounting/models/validation_error.py | 8 +- xero_python/appstore/__init__.py | 8 +- xero_python/appstore/api/app_store_api.py | 2 +- xero_python/appstore/models/__init__.py | 8 +- .../appstore/models/create_usage_record.py | 8 +- xero_python/appstore/models/plan.py | 8 +- xero_python/appstore/models/price.py | 8 +- .../appstore/models/problem_details.py | 8 +- xero_python/appstore/models/product.py | 8 +- xero_python/appstore/models/subscription.py | 8 +- .../appstore/models/subscription_item.py | 8 +- .../appstore/models/update_usage_record.py | 8 +- xero_python/appstore/models/usage_record.py | 8 +- .../appstore/models/usage_records_list.py | 8 +- xero_python/assets/__init__.py | 8 +- xero_python/assets/api/asset_api.py | 2 +- .../assets/docs/BookDepreciationDetail.md | 5 + xero_python/assets/models/__init__.py | 8 +- xero_python/assets/models/asset.py | 8 +- xero_python/assets/models/asset_status.py | 8 +- .../assets/models/asset_status_query_param.py | 8 +- xero_python/assets/models/asset_type.py | 8 +- xero_python/assets/models/assets.py | 8 +- .../assets/models/book_depreciation_detail.py | 153 +++++++++++++- .../models/book_depreciation_setting.py | 8 +- xero_python/assets/models/error.py | 8 +- .../models/field_validation_errors_element.py | 8 +- xero_python/assets/models/pagination.py | 8 +- .../resource_validation_errors_element.py | 8 +- xero_python/assets/models/setting.py | 8 +- xero_python/docs/README.md | 4 +- xero_python/file/__init__.py | 8 +- xero_python/file/api/files_api.py | 2 +- xero_python/file/models/__init__.py | 8 +- xero_python/file/models/association.py | 8 +- xero_python/file/models/file_object.py | 8 +- xero_python/file/models/files.py | 8 +- xero_python/file/models/folder.py | 8 +- xero_python/file/models/folders.py | 8 +- xero_python/file/models/object_group.py | 8 +- xero_python/file/models/object_type.py | 8 +- xero_python/file/models/upload_object.py | 8 +- xero_python/file/models/user.py | 8 +- xero_python/finance/__init__.py | 8 +- xero_python/finance/api/finance_api.py | 2 +- xero_python/finance/models/__init__.py | 8 +- xero_python/finance/models/account_usage.py | 8 +- .../finance/models/account_usage_response.py | 8 +- .../models/balance_sheet_account_detail.py | 8 +- .../models/balance_sheet_account_group.py | 8 +- .../models/balance_sheet_account_type.py | 8 +- .../finance/models/balance_sheet_response.py | 8 +- .../bank_statement_accounting_response.py | 8 +- .../finance/models/bank_statement_response.py | 8 +- .../models/bank_transaction_response.py | 8 +- .../finance/models/cash_account_response.py | 8 +- xero_python/finance/models/cash_balance.py | 8 +- .../models/cash_validation_response.py | 8 +- .../finance/models/cashflow_account.py | 8 +- .../finance/models/cashflow_activity.py | 8 +- .../finance/models/cashflow_response.py | 8 +- xero_python/finance/models/cashflow_type.py | 8 +- xero_python/finance/models/contact_detail.py | 8 +- .../finance/models/contact_response.py | 8 +- .../finance/models/contact_total_detail.py | 8 +- .../finance/models/contact_total_other.py | 8 +- .../finance/models/credit_note_response.py | 8 +- .../models/current_statement_response.py | 8 +- .../finance/models/data_source_response.py | 8 +- .../finance/models/history_record_response.py | 8 +- .../models/income_by_contact_response.py | 8 +- .../finance/models/invoice_response.py | 8 +- .../finance/models/line_item_response.py | 8 +- .../finance/models/lock_history_model.py | 8 +- .../finance/models/lock_history_response.py | 8 +- .../finance/models/manual_journal_total.py | 8 +- .../finance/models/overpayment_response.py | 8 +- .../finance/models/payment_response.py | 8 +- xero_python/finance/models/pnl_account.py | 8 +- .../finance/models/pnl_account_class.py | 8 +- .../finance/models/pnl_account_type.py | 8 +- .../finance/models/practice_response.py | 8 +- .../finance/models/prepayment_response.py | 8 +- xero_python/finance/models/problem.py | 8 +- xero_python/finance/models/problem_type.py | 8 +- .../models/profit_and_loss_response.py | 8 +- .../finance/models/report_history_model.py | 8 +- .../finance/models/report_history_response.py | 8 +- .../models/statement_balance_response.py | 8 +- .../finance/models/statement_line_response.py | 8 +- .../models/statement_lines_response.py | 8 +- .../finance/models/statement_response.py | 8 +- xero_python/finance/models/total_detail.py | 8 +- xero_python/finance/models/total_other.py | 8 +- .../finance/models/trial_balance_account.py | 8 +- .../finance/models/trial_balance_entry.py | 8 +- .../finance/models/trial_balance_movement.py | 8 +- .../finance/models/trial_balance_response.py | 8 +- .../models/user_activities_response.py | 8 +- xero_python/finance/models/user_response.py | 8 +- xero_python/identity/__init__.py | 8 +- xero_python/identity/api/identity_api.py | 2 +- xero_python/identity/models/__init__.py | 8 +- xero_python/identity/models/access_token.py | 8 +- xero_python/identity/models/connection.py | 8 +- xero_python/identity/models/refresh_token.py | 8 +- xero_python/payrollau/__init__.py | 8 +- xero_python/payrollau/api/payroll_au_api.py | 2 +- xero_python/payrollau/models/__init__.py | 8 +- xero_python/payrollau/models/account.py | 8 +- xero_python/payrollau/models/account_type.py | 8 +- .../payrollau/models/allowance_category.py | 8 +- .../payrollau/models/allowance_type.py | 8 +- xero_python/payrollau/models/api_exception.py | 8 +- xero_python/payrollau/models/bank_account.py | 8 +- xero_python/payrollau/models/calendar_type.py | 8 +- .../payrollau/models/country_of_residence.py | 8 +- .../payrollau/models/deduction_line.py | 8 +- .../payrollau/models/deduction_type.py | 8 +- .../models/deduction_type_calculation_type.py | 8 +- xero_python/payrollau/models/earnings_line.py | 8 +- xero_python/payrollau/models/earnings_rate.py | 8 +- .../models/earnings_rate_calculation_type.py | 8 +- xero_python/payrollau/models/earnings_type.py | 8 +- xero_python/payrollau/models/employee.py | 8 +- .../payrollau/models/employee_status.py | 8 +- xero_python/payrollau/models/employees.py | 8 +- .../payrollau/models/employment_basis.py | 8 +- .../employment_termination_payment_type.py | 8 +- .../payrollau/models/employment_type.py | 8 +- .../entitlement_final_pay_payout_type.py | 8 +- xero_python/payrollau/models/home_address.py | 8 +- xero_python/payrollau/models/income_type.py | 8 +- .../payrollau/models/leave_accrual_line.py | 8 +- .../payrollau/models/leave_application.py | 8 +- .../payrollau/models/leave_applications.py | 8 +- xero_python/payrollau/models/leave_balance.py | 8 +- .../payrollau/models/leave_category_code.py | 8 +- .../payrollau/models/leave_earnings_line.py | 8 +- xero_python/payrollau/models/leave_line.py | 8 +- .../models/leave_line_calculation_type.py | 8 +- xero_python/payrollau/models/leave_lines.py | 8 +- xero_python/payrollau/models/leave_period.py | 8 +- .../payrollau/models/leave_period_status.py | 8 +- xero_python/payrollau/models/leave_type.py | 8 +- .../models/leave_type_contribution_type.py | 8 +- .../payrollau/models/manual_tax_type.py | 8 +- .../payrollau/models/opening_balances.py | 8 +- .../models/paid_leave_earnings_line.py | 8 +- xero_python/payrollau/models/pay_item.py | 8 +- xero_python/payrollau/models/pay_items.py | 8 +- xero_python/payrollau/models/pay_out_type.py | 8 +- xero_python/payrollau/models/pay_run.py | 8 +- .../payrollau/models/pay_run_status.py | 8 +- xero_python/payrollau/models/pay_runs.py | 8 +- xero_python/payrollau/models/pay_template.py | 8 +- .../models/payment_frequency_type.py | 8 +- .../payrollau/models/payroll_calendar.py | 8 +- .../payrollau/models/payroll_calendars.py | 8 +- xero_python/payrollau/models/payslip.py | 8 +- xero_python/payrollau/models/payslip_lines.py | 8 +- .../payrollau/models/payslip_object.py | 8 +- .../payrollau/models/payslip_summary.py | 8 +- xero_python/payrollau/models/payslips.py | 8 +- xero_python/payrollau/models/rate_type.py | 8 +- .../payrollau/models/reimbursement_line.py | 8 +- .../payrollau/models/reimbursement_lines.py | 8 +- .../payrollau/models/reimbursement_type.py | 8 +- .../payrollau/models/residency_status.py | 8 +- .../payrollau/models/senior_marital_status.py | 8 +- xero_python/payrollau/models/settings.py | 8 +- .../payrollau/models/settings_object.py | 8 +- .../models/settings_tracking_categories.py | 8 +- ...ngs_tracking_categories_employee_groups.py | 8 +- ...racking_categories_timesheet_categories.py | 8 +- xero_python/payrollau/models/state.py | 8 +- xero_python/payrollau/models/super_fund.py | 8 +- .../payrollau/models/super_fund_product.py | 8 +- .../payrollau/models/super_fund_products.py | 8 +- .../payrollau/models/super_fund_type.py | 8 +- xero_python/payrollau/models/super_funds.py | 8 +- xero_python/payrollau/models/super_line.py | 8 +- .../payrollau/models/super_membership.py | 8 +- .../models/superannuation_calculation_type.py | 8 +- .../superannuation_contribution_type.py | 8 +- .../payrollau/models/superannuation_line.py | 8 +- .../payrollau/models/tax_declaration.py | 8 +- xero_python/payrollau/models/tax_line.py | 8 +- .../payrollau/models/tax_scale_type.py | 8 +- .../payrollau/models/tfn_exemption_type.py | 8 +- xero_python/payrollau/models/timesheet.py | 8 +- .../payrollau/models/timesheet_line.py | 8 +- .../payrollau/models/timesheet_object.py | 8 +- .../payrollau/models/timesheet_status.py | 8 +- xero_python/payrollau/models/timesheets.py | 8 +- .../payrollau/models/validation_error.py | 8 +- .../payrollau/models/work_condition.py | 8 +- xero_python/payrollnz/__init__.py | 8 +- xero_python/payrollnz/api/payroll_nz_api.py | 96 +-------- xero_python/payrollnz/docs/PayrollNZApi.md | 68 ------ xero_python/payrollnz/models/__init__.py | 8 +- xero_python/payrollnz/models/account.py | 8 +- xero_python/payrollnz/models/accounts.py | 8 +- xero_python/payrollnz/models/address.py | 8 +- xero_python/payrollnz/models/bank_account.py | 8 +- xero_python/payrollnz/models/benefit.py | 8 +- xero_python/payrollnz/models/calendar_type.py | 8 +- xero_python/payrollnz/models/deduction.py | 8 +- .../payrollnz/models/deduction_line.py | 8 +- .../payrollnz/models/deduction_object.py | 8 +- xero_python/payrollnz/models/deductions.py | 8 +- xero_python/payrollnz/models/earnings_line.py | 8 +- .../payrollnz/models/earnings_order.py | 8 +- .../payrollnz/models/earnings_order_object.py | 8 +- .../payrollnz/models/earnings_orders.py | 8 +- xero_python/payrollnz/models/earnings_rate.py | 8 +- .../payrollnz/models/earnings_rate_object.py | 8 +- .../payrollnz/models/earnings_rates.py | 8 +- .../payrollnz/models/earnings_template.py | 8 +- .../models/earnings_template_object.py | 8 +- xero_python/payrollnz/models/employee.py | 8 +- .../models/employee_earnings_templates.py | 8 +- .../payrollnz/models/employee_leave.py | 8 +- .../models/employee_leave_balance.py | 8 +- .../models/employee_leave_balances.py | 8 +- .../payrollnz/models/employee_leave_object.py | 8 +- .../payrollnz/models/employee_leave_setup.py | 8 +- .../models/employee_leave_setup_object.py | 8 +- .../payrollnz/models/employee_leave_type.py | 8 +- .../models/employee_leave_type_object.py | 8 +- .../payrollnz/models/employee_leave_types.py | 8 +- .../payrollnz/models/employee_leaves.py | 8 +- .../payrollnz/models/employee_object.py | 8 +- .../models/employee_opening_balance.py | 8 +- .../employee_opening_balances_object.py | 8 +- .../payrollnz/models/employee_pay_template.py | 8 +- .../models/employee_pay_template_object.py | 8 +- .../models/employee_pay_templates.py | 8 +- .../employee_statutory_leave_balance.py | 8 +- ...employee_statutory_leave_balance_object.py | 8 +- .../employee_statutory_leave_summary.py | 8 +- .../employee_statutory_leaves_summaries.py | 8 +- .../models/employee_statutory_sick_leave.py | 8 +- .../employee_statutory_sick_leave_object.py | 8 +- .../models/employee_statutory_sick_leaves.py | 8 +- xero_python/payrollnz/models/employee_tax.py | 8 +- .../payrollnz/models/employee_tax_object.py | 8 +- .../models/employee_working_pattern.py | 8 +- ...oyee_working_pattern_with_working_weeks.py | 8 +- ...rking_pattern_with_working_weeks_object.py | 8 +- ...king_pattern_with_working_weeks_request.py | 8 +- .../employee_working_patterns_object.py | 8 +- xero_python/payrollnz/models/employees.py | 8 +- xero_python/payrollnz/models/employment.py | 8 +- .../payrollnz/models/employment_object.py | 8 +- .../models/gross_earnings_history.py | 8 +- xero_python/payrollnz/models/invalid_field.py | 8 +- .../payrollnz/models/leave_accrual_line.py | 8 +- .../payrollnz/models/leave_earnings_line.py | 8 +- xero_python/payrollnz/models/leave_period.py | 8 +- xero_python/payrollnz/models/leave_periods.py | 8 +- xero_python/payrollnz/models/leave_type.py | 8 +- .../payrollnz/models/leave_type_object.py | 8 +- xero_python/payrollnz/models/leave_types.py | 8 +- xero_python/payrollnz/models/pagination.py | 8 +- xero_python/payrollnz/models/pay_run.py | 8 +- .../payrollnz/models/pay_run_calendar.py | 8 +- .../models/pay_run_calendar_object.py | 8 +- .../payrollnz/models/pay_run_calendars.py | 8 +- .../payrollnz/models/pay_run_object.py | 8 +- xero_python/payrollnz/models/pay_runs.py | 8 +- xero_python/payrollnz/models/pay_slip.py | 8 +- .../payrollnz/models/pay_slip_object.py | 8 +- xero_python/payrollnz/models/pay_slips.py | 8 +- xero_python/payrollnz/models/payment_line.py | 8 +- .../payrollnz/models/payment_method.py | 8 +- .../payrollnz/models/payment_method_object.py | 8 +- xero_python/payrollnz/models/problem.py | 8 +- xero_python/payrollnz/models/reimbursement.py | 8 +- .../payrollnz/models/reimbursement_line.py | 8 +- .../payrollnz/models/reimbursement_object.py | 8 +- .../payrollnz/models/reimbursements.py | 8 +- .../payrollnz/models/salary_and_wage.py | 8 +- .../models/salary_and_wage_object.py | 8 +- .../payrollnz/models/salary_and_wages.py | 8 +- xero_python/payrollnz/models/settings.py | 8 +- .../payrollnz/models/statutory_deduction.py | 8 +- .../models/statutory_deduction_category.py | 8 +- .../models/statutory_deduction_line.py | 8 +- .../models/statutory_deduction_object.py | 8 +- .../payrollnz/models/statutory_deductions.py | 8 +- .../payrollnz/models/superannuation_line.py | 8 +- .../payrollnz/models/superannuation_object.py | 8 +- .../payrollnz/models/superannuations.py | 8 +- xero_python/payrollnz/models/tax_code.py | 8 +- xero_python/payrollnz/models/tax_line.py | 8 +- xero_python/payrollnz/models/tax_settings.py | 8 +- xero_python/payrollnz/models/timesheet.py | 8 +- .../models/timesheet_earnings_line.py | 8 +- .../payrollnz/models/timesheet_line.py | 8 +- .../payrollnz/models/timesheet_line_object.py | 8 +- .../payrollnz/models/timesheet_object.py | 8 +- xero_python/payrollnz/models/timesheets.py | 8 +- .../payrollnz/models/tracking_categories.py | 8 +- .../payrollnz/models/tracking_category.py | 8 +- xero_python/payrollnz/models/working_week.py | 8 +- xero_python/payrolluk/__init__.py | 8 +- xero_python/payrolluk/api/payroll_uk_api.py | 96 +-------- xero_python/payrolluk/docs/PayrollUkApi.md | 68 ------ xero_python/payrolluk/models/__init__.py | 8 +- xero_python/payrolluk/models/account.py | 8 +- xero_python/payrolluk/models/accounts.py | 8 +- xero_python/payrolluk/models/address.py | 8 +- xero_python/payrolluk/models/bank_account.py | 8 +- xero_python/payrolluk/models/benefit.py | 8 +- xero_python/payrolluk/models/benefit_line.py | 8 +- .../payrolluk/models/benefit_object.py | 8 +- xero_python/payrolluk/models/benefits.py | 8 +- .../payrolluk/models/court_order_line.py | 8 +- xero_python/payrolluk/models/deduction.py | 8 +- .../payrolluk/models/deduction_line.py | 8 +- .../payrolluk/models/deduction_object.py | 8 +- xero_python/payrolluk/models/deductions.py | 8 +- xero_python/payrolluk/models/earnings_line.py | 8 +- .../payrolluk/models/earnings_order.py | 8 +- .../payrolluk/models/earnings_order_object.py | 8 +- .../payrolluk/models/earnings_orders.py | 8 +- xero_python/payrolluk/models/earnings_rate.py | 8 +- .../payrolluk/models/earnings_rate_object.py | 8 +- .../payrolluk/models/earnings_rates.py | 8 +- .../payrolluk/models/earnings_template.py | 8 +- .../models/earnings_template_object.py | 8 +- xero_python/payrolluk/models/employee.py | 8 +- .../payrolluk/models/employee_leave.py | 8 +- .../models/employee_leave_balance.py | 8 +- .../models/employee_leave_balances.py | 8 +- .../payrolluk/models/employee_leave_object.py | 8 +- .../payrolluk/models/employee_leave_type.py | 8 +- .../models/employee_leave_type_object.py | 8 +- .../payrolluk/models/employee_leave_types.py | 8 +- .../payrolluk/models/employee_leaves.py | 8 +- .../payrolluk/models/employee_object.py | 8 +- .../models/employee_opening_balances.py | 8 +- .../employee_opening_balances_object.py | 8 +- .../payrolluk/models/employee_pay_template.py | 8 +- .../models/employee_pay_template_object.py | 8 +- .../models/employee_pay_templates.py | 8 +- .../employee_statutory_leave_balance.py | 8 +- ...employee_statutory_leave_balance_object.py | 8 +- .../employee_statutory_leave_summary.py | 8 +- .../employee_statutory_leaves_summaries.py | 8 +- .../models/employee_statutory_sick_leave.py | 8 +- .../employee_statutory_sick_leave_object.py | 8 +- .../models/employee_statutory_sick_leaves.py | 8 +- xero_python/payrolluk/models/employee_tax.py | 8 +- .../payrolluk/models/employee_tax_object.py | 8 +- xero_python/payrolluk/models/employees.py | 8 +- xero_python/payrolluk/models/employment.py | 8 +- .../payrolluk/models/employment_object.py | 8 +- xero_python/payrolluk/models/invalid_field.py | 8 +- .../payrolluk/models/leave_accrual_line.py | 8 +- .../payrolluk/models/leave_earnings_line.py | 8 +- xero_python/payrolluk/models/leave_period.py | 8 +- xero_python/payrolluk/models/leave_periods.py | 8 +- xero_python/payrolluk/models/leave_type.py | 8 +- .../payrolluk/models/leave_type_object.py | 8 +- xero_python/payrolluk/models/leave_types.py | 8 +- xero_python/payrolluk/models/ni_category.py | 8 +- .../payrolluk/models/ni_category_letter.py | 8 +- .../payrolluk/models/ni_category_one_of.py | 8 +- .../payrolluk/models/ni_category_one_of1.py | 8 +- xero_python/payrolluk/models/pagination.py | 8 +- xero_python/payrolluk/models/pay_run.py | 8 +- .../payrolluk/models/pay_run_calendar.py | 8 +- .../models/pay_run_calendar_object.py | 8 +- .../payrolluk/models/pay_run_calendars.py | 8 +- .../payrolluk/models/pay_run_object.py | 8 +- xero_python/payrolluk/models/pay_runs.py | 8 +- xero_python/payrolluk/models/payment_line.py | 8 +- .../payrolluk/models/payment_method.py | 8 +- .../payrolluk/models/payment_method_object.py | 8 +- xero_python/payrolluk/models/payslip.py | 8 +- .../payrolluk/models/payslip_object.py | 8 +- xero_python/payrolluk/models/payslips.py | 8 +- xero_python/payrolluk/models/problem.py | 8 +- xero_python/payrolluk/models/reimbursement.py | 8 +- .../payrolluk/models/reimbursement_line.py | 8 +- .../payrolluk/models/reimbursement_object.py | 8 +- .../payrolluk/models/reimbursements.py | 8 +- .../payrolluk/models/salary_and_wage.py | 8 +- .../models/salary_and_wage_object.py | 8 +- .../payrolluk/models/salary_and_wages.py | 8 +- xero_python/payrolluk/models/settings.py | 8 +- .../payrolluk/models/statutory_deduction.py | 8 +- .../models/statutory_deduction_category.py | 8 +- xero_python/payrolluk/models/tax_line.py | 8 +- xero_python/payrolluk/models/timesheet.py | 8 +- .../models/timesheet_earnings_line.py | 8 +- .../payrolluk/models/timesheet_line.py | 8 +- .../payrolluk/models/timesheet_line_object.py | 8 +- .../payrolluk/models/timesheet_object.py | 8 +- xero_python/payrolluk/models/timesheets.py | 8 +- .../payrolluk/models/tracking_categories.py | 8 +- .../payrolluk/models/tracking_category.py | 8 +- xero_python/project/__init__.py | 8 +- xero_python/project/api/project_api.py | 2 +- xero_python/project/models/__init__.py | 8 +- xero_python/project/models/amount.py | 8 +- xero_python/project/models/charge_type.py | 8 +- xero_python/project/models/currency_code.py | 8 +- xero_python/project/models/error.py | 8 +- xero_python/project/models/pagination.py | 8 +- xero_python/project/models/project.py | 8 +- .../models/project_create_or_update.py | 8 +- xero_python/project/models/project_patch.py | 8 +- xero_python/project/models/project_status.py | 8 +- xero_python/project/models/project_user.py | 8 +- xero_python/project/models/project_users.py | 8 +- xero_python/project/models/projects.py | 8 +- xero_python/project/models/task.py | 8 +- .../project/models/task_create_or_update.py | 8 +- xero_python/project/models/tasks.py | 8 +- xero_python/project/models/time_entries.py | 8 +- xero_python/project/models/time_entry.py | 8 +- .../models/time_entry_create_or_update.py | 8 +- xero_python/rest.py | 8 +- 576 files changed, 2448 insertions(+), 2935 deletions(-) diff --git a/docs/v1/accounting/index.html b/docs/v1/accounting/index.html index e4b7d458..fa9b5e62 100644 --- a/docs/v1/accounting/index.html +++ b/docs/v1/accounting/index.html @@ -2104,6 +2104,11 @@ "type" : "string", "description" : "Tax number of contact – this is also known as the ABN (Australia), GST Number (New Zealand), VAT Number (UK) or Tax ID Number (US and global) in the Xero UI depending on which regionalized version of Xero you are using (max length = 50)" }, + "TaxNumberType" : { + "type" : "string", + "description" : "Identifier of the regional type of tax number, such as US, UK, or other regional tax identifiers", + "enum" : [ "SSN", "EIN", "ITIN", "ATIN" ] + }, "AccountsReceivableTaxType" : { "type" : "string", "description" : "The tax type from TaxRates" @@ -6339,7 +6344,7 @@