From 42533fe157c1d760fcaff15aee0294f915fa4bed Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 22 Oct 2025 02:51:55 +0000 Subject: [PATCH] [XAPI-1200] Fix build scripts (#389) * [XAPI-1200] Handle output folder deletion in main script * [XAPI-1200] Use locally built docker image * [XAPI-1200] Check java installed and using correct version * [XAPI-1200] Rename docker file no longer just used for docs * [XAPI-1200] Added docker to run post generation checks in code-gen repo * [XAPI-1200] Update repository Now matches what is in upstream after manual change previously * [XAPI-1200] Do python processing with uv with pinned package versions * [XAPI-1200] Remove flake8 It's not doing anything right now, and we should move to ruff in the future anyway * [XAPI-1200] Newline fix * [XAPI-1200] Check java versions 11-21 * [XAPI-1200] Remove flake8 and other pip/python installing This is handled with uv now * [XAPI-1200] Run tests in uv * [XAPI-1200] Access host from inside container * [XAPI-1200] Use uv directly instead of docker --------- Co-authored-by: Ryan McCarthy --- docs/v1/accounting/index.html | 5 + docs/v1/payroll-nz/index.html | 193 ------------------ docs/v1/payroll-uk/index.html | 193 ------------------ 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 +- 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 | 8 +- .../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 | 2 +- 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 +- 567 files changed, 2255 insertions(+), 2921 deletions(-) diff --git a/docs/v1/accounting/index.html b/docs/v1/accounting/index.html index e4b7d458..493a1326 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" diff --git a/docs/v1/payroll-nz/index.html b/docs/v1/payroll-nz/index.html index 5de0a2a6..7edc97b2 100644 --- a/docs/v1/payroll-nz/index.html +++ b/docs/v1/payroll-nz/index.html @@ -4296,9 +4296,6 @@
  • updateEmployeeTax
  • -
  • - updatePayRun -
  • updatePaySlipLineItems
  • @@ -15022,196 +15019,6 @@

    Parameters

    } }, "required" : true -} - - - - -
    -
    -
    -
    -

    updatePayRun

    -

    Updates a pay run

    -
    -
    -
    -

    -

    -

    -
    -
    /PayRuns/{PayRunID}
    -

    -

    Usage and SDK Samples

    -

    - -
    - -
    -
    # configure api_client for use with xero-python sdk client
    -api_client = ApiClient(
    -    Configuration(
    -        debug=false,
    -        oauth2_token=OAuth2Token(
    -            client_id="YOUR_CLIENT_ID", client_secret="YOUR_CLIENT_SECRET"
    -        ),
    -    ),
    -    pool_threads=1,
    -)
    -
    -api_client.set_oauth2_token("YOUR_ACCESS_TOKEN")
    -
    -def accounting_update_pay_run():
    -    api_instance = PayrollNzApi(api_client)
    -    xero_tenant_id = 'xeroTenantId_example'
    -    pay_run_id = '38400000-8cf0-11bd-b23e-10b96e4ef00d'
    -    idempotency_key = 'KEY_VALUE'
    -    start_date = dateutil.parser.parse('2020-10-28T00:00:00Z')
    -    payment_date = dateutil.parser.parse('2020-10-30T00:00:00Z')
    -
    -    pay_run_calendar = PayRunCalendar(
    -        calendar_type = calendar_type.WEEKLY,
    -        period_start_date = start_date,
    -        payment_date = payment_date)
    -    
    -    try:
    -        api_response = api_instance.update_pay_run(xero_tenant_id, pay_run_id, payRun, idempotency_key)
    -        print(api_response)
    -    except AccountingBadRequestException as e:
    -        print("Exception when calling PayrollNzApi->updatePayRun: %s\n" % e)
    -
    -
    -

    Scopes

    - - - - - - - -
    payroll.payrunsGrant read-write access to payroll payruns
    -

    Parameters

    -
    Path parameters
    - - - - - - - - - -
    NameDescription
    PayRunID* - - -
    -
    -
    - - UUID - - - (uuid) - - -
    -Identifier for the pay run -
    -
    -
    - Required -
    -
    -
    -
    -
    Header parameters
    - - - - - - - - - - - - - -
    NameDescription
    Xero-Tenant-Id* - - -
    -
    -
    - - String - - -
    -Xero identifier for Tenant -
    -
    -
    - Required -
    -
    -
    -
    Idempotency-Key - - -
    -
    -
    - - String - - -
    -This allows you to safely retry requests without the risk of duplicate processing. 128 character max. -
    -
    -
    -
    -
    -
    Body parameters
    - - - - - - - -
    NameDescription
    payRun * -
    -
    - - PayRun - -
    - -
    -
    -
    - Required -
    -
    -
    diff --git a/docs/v1/payroll-uk/index.html b/docs/v1/payroll-uk/index.html index d837394a..834a0c49 100644 --- a/docs/v1/payroll-uk/index.html +++ b/docs/v1/payroll-uk/index.html @@ -3806,9 +3806,6 @@
  • updateEmployeeSalaryAndWage
  • -
  • - updatePayRun -
  • updateTimesheetLine
  • @@ -14283,196 +14280,6 @@

    Parameters

    } }, "required" : true -} - - -
    -
    -
    -
    -
    -
    -

    updatePayRun

    -

    Updates a specific pay run

    -
    -
    -
    -

    -

    -

    -
    -
    /PayRuns/{PayRunID}
    -

    -

    Usage and SDK Samples

    -

    - -
    - -
    -
    # configure api_client for use with xero-python sdk client
    -api_client = ApiClient(
    -    Configuration(
    -        debug=false,
    -        oauth2_token=OAuth2Token(
    -            client_id="YOUR_CLIENT_ID", client_secret="YOUR_CLIENT_SECRET"
    -        ),
    -    ),
    -    pool_threads=1,
    -)
    -
    -api_client.set_oauth2_token("YOUR_ACCESS_TOKEN")
    -
    -def accounting_update_pay_run():
    -    api_instance = PayrollUkApi(api_client)
    -    xero_tenant_id = 'xeroTenantId_example'
    -    pay_run_id = '38400000-8cf0-11bd-b23e-10b96e4ef00d'
    -    idempotency_key = 'KEY_VALUE'
    -    start_date = dateutil.parser.parse('2020-10-28T00:00:00Z')
    -    payment_date = dateutil.parser.parse('2020-10-30T00:00:00Z')
    -
    -    pay_run_calendar = PayRunCalendar(
    -        calendar_type = calendar_type.WEEKLY,
    -        period_start_date = start_date,
    -        payment_date = payment_date)
    -    
    -    try:
    -        api_response = api_instance.update_pay_run(xero_tenant_id, pay_run_id, payRun, idempotency_key)
    -        print(api_response)
    -    except AccountingBadRequestException as e:
    -        print("Exception when calling PayrollUkApi->updatePayRun: %s\n" % e)
    -
    -
    -

    Scopes

    - - - - - - - -
    payroll.payrunsGrant read-write access to payroll payruns
    -

    Parameters

    -
    Path parameters
    - - - - - - - - - -
    NameDescription
    PayRunID* - - -
    -
    -
    - - UUID - - - (uuid) - - -
    -Identifier for the pay run -
    -
    -
    - Required -
    -
    -
    -
    -
    Header parameters
    - - - - - - - - - - - - - -
    NameDescription
    Xero-Tenant-Id* - - -
    -
    -
    - - String - - -
    -Xero identifier for Tenant -
    -
    -
    - Required -
    -
    -
    -
    Idempotency-Key - - -
    -
    -
    - - String - - -
    -This allows you to safely retry requests without the risk of duplicate processing. 128 character max. -
    -
    -
    -
    -
    -
    Body parameters
    - - - - - - - -
    NameDescription
    payRun * -
    -
    - - PayRun - -
    - -
    -
    -
    - Required -
    -
    -
    diff --git a/xero_python/accounting/__init__.py b/xero_python/accounting/__init__.py index 905399cb..39a7f094 100644 --- a/xero_python/accounting/__init__.py +++ b/xero_python/accounting/__init__.py @@ -3,12 +3,12 @@ # flake8: noqa """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 195f0d12..f85c17f7 100644 --- a/xero_python/accounting/api/accounting_api.py +++ b/xero_python/accounting/api/accounting_api.py @@ -21,7 +21,7 @@ """ """ - OpenAPI spec version: 9.1.0 + OpenAPI spec version: 9.1.1 """ diff --git a/xero_python/accounting/docs/Contact.md b/xero_python/accounting/docs/Contact.md index 11bece92..fc887ed5 100644 --- a/xero_python/accounting/docs/Contact.md +++ b/xero_python/accounting/docs/Contact.md @@ -16,6 +16,7 @@ Name | Type | Description | Notes **contact_persons** | [**list[ContactPerson]**](ContactPerson.md) | See contact persons | [optional] **bank_account_details** | **str** | Bank account number of contact | [optional] **tax_number** | **str** | 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) | [optional] +**tax_number_type** | **str** | Identifier of the regional type of tax number, such as US, UK, or other regional tax identifiers | [optional] **accounts_receivable_tax_type** | **str** | The tax type from TaxRates | [optional] **accounts_payable_tax_type** | **str** | The tax type from TaxRates | [optional] **addresses** | [**list[Address]**](Address.md) | Store certain address types for a contact – see address types | [optional] diff --git a/xero_python/accounting/models/__init__.py b/xero_python/accounting/models/__init__.py index d61fe4c6..45be42ef 100644 --- a/xero_python/accounting/models/__init__.py +++ b/xero_python/accounting/models/__init__.py @@ -2,12 +2,12 @@ # flake8: noqa """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 e8fe11c1..9304f3db 100644 --- a/xero_python/accounting/models/account.py +++ b/xero_python/accounting/models/account.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 b02a1a02..14c31565 100644 --- a/xero_python/accounting/models/account_type.py +++ b/xero_python/accounting/models/account_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 4760a7da..dc0aaac8 100644 --- a/xero_python/accounting/models/accounts.py +++ b/xero_python/accounting/models/accounts.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 38a3283f..02ff86e0 100644 --- a/xero_python/accounting/models/accounts_payable.py +++ b/xero_python/accounting/models/accounts_payable.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 16c9da8a..c805a11f 100644 --- a/xero_python/accounting/models/accounts_receivable.py +++ b/xero_python/accounting/models/accounts_receivable.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/action.py b/xero_python/accounting/models/action.py index e6d2e9b4..b8cc6ccb 100644 --- a/xero_python/accounting/models/action.py +++ b/xero_python/accounting/models/action.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/actions.py b/xero_python/accounting/models/actions.py index 03cbc5fe..b5761dbd 100644 --- a/xero_python/accounting/models/actions.py +++ b/xero_python/accounting/models/actions.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 29eb30c4..301ea029 100644 --- a/xero_python/accounting/models/address.py +++ b/xero_python/accounting/models/address.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/address_for_organisation.py b/xero_python/accounting/models/address_for_organisation.py index 02096169..7cfd2699 100644 --- a/xero_python/accounting/models/address_for_organisation.py +++ b/xero_python/accounting/models/address_for_organisation.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 47c9c1a7..aed149e2 100644 --- a/xero_python/accounting/models/allocation.py +++ b/xero_python/accounting/models/allocation.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 8af6bcac..cec2ff3a 100644 --- a/xero_python/accounting/models/allocations.py +++ b/xero_python/accounting/models/allocations.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 36f982ae..6949b967 100644 --- a/xero_python/accounting/models/attachment.py +++ b/xero_python/accounting/models/attachment.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/attachments.py b/xero_python/accounting/models/attachments.py index e920289c..d64b48c6 100644 --- a/xero_python/accounting/models/attachments.py +++ b/xero_python/accounting/models/attachments.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/balance_details.py b/xero_python/accounting/models/balance_details.py index 028d43ef..2a91e677 100644 --- a/xero_python/accounting/models/balance_details.py +++ b/xero_python/accounting/models/balance_details.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d881b5ee..e2d34a4d 100644 --- a/xero_python/accounting/models/balances.py +++ b/xero_python/accounting/models/balances.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 b0a1c45f..c32b8922 100644 --- a/xero_python/accounting/models/bank_transaction.py +++ b/xero_python/accounting/models/bank_transaction.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 81f7e787..0a3d949d 100644 --- a/xero_python/accounting/models/bank_transactions.py +++ b/xero_python/accounting/models/bank_transactions.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 ff1fe8e5..1ab4a1ef 100644 --- a/xero_python/accounting/models/bank_transfer.py +++ b/xero_python/accounting/models/bank_transfer.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d711bed9..f707853b 100644 --- a/xero_python/accounting/models/bank_transfers.py +++ b/xero_python/accounting/models/bank_transfers.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 35ad7b61..8c37817b 100644 --- a/xero_python/accounting/models/batch_payment.py +++ b/xero_python/accounting/models/batch_payment.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/batch_payment_delete.py b/xero_python/accounting/models/batch_payment_delete.py index 1fbe31ef..96ecbd61 100644 --- a/xero_python/accounting/models/batch_payment_delete.py +++ b/xero_python/accounting/models/batch_payment_delete.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/batch_payment_delete_by_url_param.py b/xero_python/accounting/models/batch_payment_delete_by_url_param.py index 59e12cc7..3a5ebeb6 100644 --- a/xero_python/accounting/models/batch_payment_delete_by_url_param.py +++ b/xero_python/accounting/models/batch_payment_delete_by_url_param.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 26ede767..0bf18b4d 100644 --- a/xero_python/accounting/models/batch_payment_details.py +++ b/xero_python/accounting/models/batch_payment_details.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 6bf51304..92d525d4 100644 --- a/xero_python/accounting/models/batch_payments.py +++ b/xero_python/accounting/models/batch_payments.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 e061e8d0..5f350f41 100644 --- a/xero_python/accounting/models/bill.py +++ b/xero_python/accounting/models/bill.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 aed92601..2ed4cb08 100644 --- a/xero_python/accounting/models/branding_theme.py +++ b/xero_python/accounting/models/branding_theme.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 70b20a1f..3fcb6063 100644 --- a/xero_python/accounting/models/branding_themes.py +++ b/xero_python/accounting/models/branding_themes.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/budget.py b/xero_python/accounting/models/budget.py index d1c1db28..3cc5d61a 100644 --- a/xero_python/accounting/models/budget.py +++ b/xero_python/accounting/models/budget.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/budget_balance.py b/xero_python/accounting/models/budget_balance.py index e139a42b..7537de9f 100644 --- a/xero_python/accounting/models/budget_balance.py +++ b/xero_python/accounting/models/budget_balance.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/budget_line.py b/xero_python/accounting/models/budget_line.py index 0c311919..6df261db 100644 --- a/xero_python/accounting/models/budget_line.py +++ b/xero_python/accounting/models/budget_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/budgets.py b/xero_python/accounting/models/budgets.py index f42d49dc..c9b62827 100644 --- a/xero_python/accounting/models/budgets.py +++ b/xero_python/accounting/models/budgets.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 e0dfafd9..cee742cd 100644 --- a/xero_python/accounting/models/cis_org_setting.py +++ b/xero_python/accounting/models/cis_org_setting.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/cis_org_settings.py b/xero_python/accounting/models/cis_org_settings.py index fd731399..c10eebeb 100644 --- a/xero_python/accounting/models/cis_org_settings.py +++ b/xero_python/accounting/models/cis_org_settings.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 8783c1ea..51ea3b32 100644 --- a/xero_python/accounting/models/cis_setting.py +++ b/xero_python/accounting/models/cis_setting.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 46e0e6e3..8099e4dd 100644 --- a/xero_python/accounting/models/cis_settings.py +++ b/xero_python/accounting/models/cis_settings.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 c42fcf73..93415060 100644 --- a/xero_python/accounting/models/contact.py +++ b/xero_python/accounting/models/contact.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ @@ -43,6 +43,7 @@ class Contact(BaseModel): "contact_persons": "list[ContactPerson]", "bank_account_details": "str", "tax_number": "str", + "tax_number_type": "str", "accounts_receivable_tax_type": "str", "accounts_payable_tax_type": "str", "addresses": "list[Address]", @@ -88,6 +89,7 @@ class Contact(BaseModel): "contact_persons": "ContactPersons", "bank_account_details": "BankAccountDetails", "tax_number": "TaxNumber", + "tax_number_type": "TaxNumberType", "accounts_receivable_tax_type": "AccountsReceivableTaxType", "accounts_payable_tax_type": "AccountsPayableTaxType", "addresses": "Addresses", @@ -134,6 +136,7 @@ def __init__( contact_persons=None, bank_account_details=None, tax_number=None, + tax_number_type=None, accounts_receivable_tax_type=None, accounts_payable_tax_type=None, addresses=None, @@ -179,6 +182,7 @@ def __init__( self._contact_persons = None self._bank_account_details = None self._tax_number = None + self._tax_number_type = None self._accounts_receivable_tax_type = None self._accounts_payable_tax_type = None self._addresses = None @@ -236,6 +240,8 @@ def __init__( self.bank_account_details = bank_account_details if tax_number is not None: self.tax_number = tax_number + if tax_number_type is not None: + self.tax_number_type = tax_number_type if accounts_receivable_tax_type is not None: self.accounts_receivable_tax_type = accounts_receivable_tax_type if accounts_payable_tax_type is not None: @@ -643,6 +649,38 @@ def tax_number(self, tax_number): self._tax_number = tax_number + @property + def tax_number_type(self): + """Gets the tax_number_type of this Contact. # noqa: E501 + + Identifier of the regional type of tax number, such as US, UK, or other regional tax identifiers # noqa: E501 + + :return: The tax_number_type of this Contact. # noqa: E501 + :rtype: str + """ + return self._tax_number_type + + @tax_number_type.setter + def tax_number_type(self, tax_number_type): + """Sets the tax_number_type of this Contact. + + Identifier of the regional type of tax number, such as US, UK, or other regional tax identifiers # noqa: E501 + + :param tax_number_type: The tax_number_type of this Contact. # noqa: E501 + :type: str + """ + allowed_values = ["SSN", "EIN", "ITIN", "ATIN", "None"] # noqa: E501 + + if tax_number_type: + if tax_number_type not in allowed_values: + raise ValueError( + "Invalid value for `tax_number_type` ({0}), must be one of {1}".format( # noqa: E501 + tax_number_type, allowed_values + ) + ) + + self._tax_number_type = tax_number_type + @property def accounts_receivable_tax_type(self): """Gets the accounts_receivable_tax_type of this Contact. # noqa: E501 diff --git a/xero_python/accounting/models/contact_group.py b/xero_python/accounting/models/contact_group.py index 9cd69113..a8b6e56e 100644 --- a/xero_python/accounting/models/contact_group.py +++ b/xero_python/accounting/models/contact_group.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 bce51bcd..86941a0c 100644 --- a/xero_python/accounting/models/contact_groups.py +++ b/xero_python/accounting/models/contact_groups.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 c15cc088..a4579ce0 100644 --- a/xero_python/accounting/models/contact_person.py +++ b/xero_python/accounting/models/contact_person.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 afe9e404..654a6128 100644 --- a/xero_python/accounting/models/contacts.py +++ b/xero_python/accounting/models/contacts.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/conversion_balances.py b/xero_python/accounting/models/conversion_balances.py index 25c218a8..6980d7b1 100644 --- a/xero_python/accounting/models/conversion_balances.py +++ b/xero_python/accounting/models/conversion_balances.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/conversion_date.py b/xero_python/accounting/models/conversion_date.py index dd2ed01a..d12cdd87 100644 --- a/xero_python/accounting/models/conversion_date.py +++ b/xero_python/accounting/models/conversion_date.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 92225ce1..378672e5 100644 --- a/xero_python/accounting/models/country_code.py +++ b/xero_python/accounting/models/country_code.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 f834567b..3486a047 100644 --- a/xero_python/accounting/models/credit_note.py +++ b/xero_python/accounting/models/credit_note.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 64c45687..70ae1003 100644 --- a/xero_python/accounting/models/credit_notes.py +++ b/xero_python/accounting/models/credit_notes.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 da5d13d8..ea088c0e 100644 --- a/xero_python/accounting/models/currencies.py +++ b/xero_python/accounting/models/currencies.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 b9c2b578..44b65757 100644 --- a/xero_python/accounting/models/currency.py +++ b/xero_python/accounting/models/currency.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d88b7880..c408077d 100644 --- a/xero_python/accounting/models/currency_code.py +++ b/xero_python/accounting/models/currency_code.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 03ac5c8b..e1839d63 100644 --- a/xero_python/accounting/models/element.py +++ b/xero_python/accounting/models/element.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 3dc407e8..9620048b 100644 --- a/xero_python/accounting/models/employee.py +++ b/xero_python/accounting/models/employee.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 df589850..e4d2ded2 100644 --- a/xero_python/accounting/models/employees.py +++ b/xero_python/accounting/models/employees.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 a6ade5ff..2f45e1fd 100644 --- a/xero_python/accounting/models/error.py +++ b/xero_python/accounting/models/error.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2bef393e..5b098361 100644 --- a/xero_python/accounting/models/expense_claim.py +++ b/xero_python/accounting/models/expense_claim.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 9059e32f..f22b4802 100644 --- a/xero_python/accounting/models/expense_claims.py +++ b/xero_python/accounting/models/expense_claims.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 03255533..d9407093 100644 --- a/xero_python/accounting/models/external_link.py +++ b/xero_python/accounting/models/external_link.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 ac050085..26dca8ab 100644 --- a/xero_python/accounting/models/history_record.py +++ b/xero_python/accounting/models/history_record.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 4f582690..bd89d097 100644 --- a/xero_python/accounting/models/history_records.py +++ b/xero_python/accounting/models/history_records.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/import_summary.py b/xero_python/accounting/models/import_summary.py index 9671b738..9fa3f1a3 100644 --- a/xero_python/accounting/models/import_summary.py +++ b/xero_python/accounting/models/import_summary.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/import_summary_accounts.py b/xero_python/accounting/models/import_summary_accounts.py index d5b90723..407111f6 100644 --- a/xero_python/accounting/models/import_summary_accounts.py +++ b/xero_python/accounting/models/import_summary_accounts.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/import_summary_object.py b/xero_python/accounting/models/import_summary_object.py index cf53020b..08b8a84e 100644 --- a/xero_python/accounting/models/import_summary_object.py +++ b/xero_python/accounting/models/import_summary_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/import_summary_organisation.py b/xero_python/accounting/models/import_summary_organisation.py index 4f019e37..cb9bee67 100644 --- a/xero_python/accounting/models/import_summary_organisation.py +++ b/xero_python/accounting/models/import_summary_organisation.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 7d80b156..b4a29f40 100644 --- a/xero_python/accounting/models/invoice.py +++ b/xero_python/accounting/models/invoice.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/invoice_address.py b/xero_python/accounting/models/invoice_address.py index 4174a6ca..2494673b 100644 --- a/xero_python/accounting/models/invoice_address.py +++ b/xero_python/accounting/models/invoice_address.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 367c526b..83f4930a 100644 --- a/xero_python/accounting/models/invoice_reminder.py +++ b/xero_python/accounting/models/invoice_reminder.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 981b831e..84c3bb26 100644 --- a/xero_python/accounting/models/invoice_reminders.py +++ b/xero_python/accounting/models/invoice_reminders.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 90b7b99d..0d4f27d8 100644 --- a/xero_python/accounting/models/invoices.py +++ b/xero_python/accounting/models/invoices.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 3b20fc26..04f4e775 100644 --- a/xero_python/accounting/models/item.py +++ b/xero_python/accounting/models/item.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 587a54b1..b1f87dc4 100644 --- a/xero_python/accounting/models/items.py +++ b/xero_python/accounting/models/items.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 bf78d7b5..bcb30445 100644 --- a/xero_python/accounting/models/journal.py +++ b/xero_python/accounting/models/journal.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 ed405fa6..bcaee171 100644 --- a/xero_python/accounting/models/journal_line.py +++ b/xero_python/accounting/models/journal_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 68e8fea5..d16342a4 100644 --- a/xero_python/accounting/models/journals.py +++ b/xero_python/accounting/models/journals.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 ac8f66ea..230c57ac 100644 --- a/xero_python/accounting/models/line_amount_types.py +++ b/xero_python/accounting/models/line_amount_types.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 8000f573..c2164199 100644 --- a/xero_python/accounting/models/line_item.py +++ b/xero_python/accounting/models/line_item.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/line_item_item.py b/xero_python/accounting/models/line_item_item.py index d0d8d826..09abb729 100644 --- a/xero_python/accounting/models/line_item_item.py +++ b/xero_python/accounting/models/line_item_item.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 f00e9043..fb994907 100644 --- a/xero_python/accounting/models/line_item_tracking.py +++ b/xero_python/accounting/models/line_item_tracking.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 c5ca46a1..29644d73 100644 --- a/xero_python/accounting/models/linked_transaction.py +++ b/xero_python/accounting/models/linked_transaction.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 9cc8d14b..aa9e4f28 100644 --- a/xero_python/accounting/models/linked_transactions.py +++ b/xero_python/accounting/models/linked_transactions.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 0a103d32..0684dbac 100644 --- a/xero_python/accounting/models/manual_journal.py +++ b/xero_python/accounting/models/manual_journal.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 e3adcb8f..15b64a7e 100644 --- a/xero_python/accounting/models/manual_journal_line.py +++ b/xero_python/accounting/models/manual_journal_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 b4c2c66e..8d0ac4b2 100644 --- a/xero_python/accounting/models/manual_journals.py +++ b/xero_python/accounting/models/manual_journals.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 00f786b8..da925fc5 100644 --- a/xero_python/accounting/models/online_invoice.py +++ b/xero_python/accounting/models/online_invoice.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 fa7f4f8b..a7a4217a 100644 --- a/xero_python/accounting/models/online_invoices.py +++ b/xero_python/accounting/models/online_invoices.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 8e16dc57..4f07c350 100644 --- a/xero_python/accounting/models/organisation.py +++ b/xero_python/accounting/models/organisation.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 fef4b42d..77885ed3 100644 --- a/xero_python/accounting/models/organisations.py +++ b/xero_python/accounting/models/organisations.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 0fb57edd..e96f6e56 100644 --- a/xero_python/accounting/models/overpayment.py +++ b/xero_python/accounting/models/overpayment.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 bc80ac4e..7b4c85c5 100644 --- a/xero_python/accounting/models/overpayments.py +++ b/xero_python/accounting/models/overpayments.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/pagination.py b/xero_python/accounting/models/pagination.py index c75d5507..424267d3 100644 --- a/xero_python/accounting/models/pagination.py +++ b/xero_python/accounting/models/pagination.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d9fb7e20..1bb682ea 100644 --- a/xero_python/accounting/models/payment.py +++ b/xero_python/accounting/models/payment.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 b18f5f3c..e7f48de7 100644 --- a/xero_python/accounting/models/payment_delete.py +++ b/xero_python/accounting/models/payment_delete.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 c63579a4..eb9574f7 100644 --- a/xero_python/accounting/models/payment_service.py +++ b/xero_python/accounting/models/payment_service.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 4ae75dec..84082184 100644 --- a/xero_python/accounting/models/payment_services.py +++ b/xero_python/accounting/models/payment_services.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 8ca4ca64..370db2d7 100644 --- a/xero_python/accounting/models/payment_term.py +++ b/xero_python/accounting/models/payment_term.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 7a1e4895..937113c2 100644 --- a/xero_python/accounting/models/payment_term_type.py +++ b/xero_python/accounting/models/payment_term_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 83643062..b3dd87e2 100644 --- a/xero_python/accounting/models/payments.py +++ b/xero_python/accounting/models/payments.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 54830d27..06947983 100644 --- a/xero_python/accounting/models/phone.py +++ b/xero_python/accounting/models/phone.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 1f27fa10..ea374d50 100644 --- a/xero_python/accounting/models/prepayment.py +++ b/xero_python/accounting/models/prepayment.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 54e57108..b26f49d9 100644 --- a/xero_python/accounting/models/prepayments.py +++ b/xero_python/accounting/models/prepayments.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 3b59da58..12ef033a 100644 --- a/xero_python/accounting/models/purchase.py +++ b/xero_python/accounting/models/purchase.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 18ae1ace..9afb666f 100644 --- a/xero_python/accounting/models/purchase_order.py +++ b/xero_python/accounting/models/purchase_order.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 aa617dbe..3c5b8c94 100644 --- a/xero_python/accounting/models/purchase_orders.py +++ b/xero_python/accounting/models/purchase_orders.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 13c1e7f5..60e1cf8b 100644 --- a/xero_python/accounting/models/quote.py +++ b/xero_python/accounting/models/quote.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d2d30d94..bcf85ddb 100644 --- a/xero_python/accounting/models/quote_line_amount_types.py +++ b/xero_python/accounting/models/quote_line_amount_types.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 544f5fbc..4735be62 100644 --- a/xero_python/accounting/models/quote_status_codes.py +++ b/xero_python/accounting/models/quote_status_codes.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 fefb8098..c5230081 100644 --- a/xero_python/accounting/models/quotes.py +++ b/xero_python/accounting/models/quotes.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 b5222558..77bdbafa 100644 --- a/xero_python/accounting/models/receipt.py +++ b/xero_python/accounting/models/receipt.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 6f777231..fd0a9bc4 100644 --- a/xero_python/accounting/models/receipts.py +++ b/xero_python/accounting/models/receipts.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 aa0b82c7..4e075954 100644 --- a/xero_python/accounting/models/repeating_invoice.py +++ b/xero_python/accounting/models/repeating_invoice.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 8bf075d8..af835ab0 100644 --- a/xero_python/accounting/models/repeating_invoices.py +++ b/xero_python/accounting/models/repeating_invoices.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 9a598b27..8ea2575a 100644 --- a/xero_python/accounting/models/report.py +++ b/xero_python/accounting/models/report.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 9596b5bb..8e46716a 100644 --- a/xero_python/accounting/models/report_attribute.py +++ b/xero_python/accounting/models/report_attribute.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2a261c3a..65b0f207 100644 --- a/xero_python/accounting/models/report_cell.py +++ b/xero_python/accounting/models/report_cell.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 f0463eb8..1efca96f 100644 --- a/xero_python/accounting/models/report_fields.py +++ b/xero_python/accounting/models/report_fields.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 a8fabdb4..6c40dfe3 100644 --- a/xero_python/accounting/models/report_row.py +++ b/xero_python/accounting/models/report_row.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 ddeb0065..0ed709ab 100644 --- a/xero_python/accounting/models/report_rows.py +++ b/xero_python/accounting/models/report_rows.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 27c40ee3..10f943c7 100644 --- a/xero_python/accounting/models/report_with_row.py +++ b/xero_python/accounting/models/report_with_row.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 e82c741a..d45f0f6d 100644 --- a/xero_python/accounting/models/report_with_rows.py +++ b/xero_python/accounting/models/report_with_rows.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 a2258e8e..b8221e34 100644 --- a/xero_python/accounting/models/reports.py +++ b/xero_python/accounting/models/reports.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 05d2a175..07313043 100644 --- a/xero_python/accounting/models/request_empty.py +++ b/xero_python/accounting/models/request_empty.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 ab3af3cb..6347776e 100644 --- a/xero_python/accounting/models/row_type.py +++ b/xero_python/accounting/models/row_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 deddf4b0..418a9cec 100644 --- a/xero_python/accounting/models/sales_tracking_category.py +++ b/xero_python/accounting/models/sales_tracking_category.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 12658049..19c714ee 100644 --- a/xero_python/accounting/models/schedule.py +++ b/xero_python/accounting/models/schedule.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/setup.py b/xero_python/accounting/models/setup.py index d598cff6..d11b47bc 100644 --- a/xero_python/accounting/models/setup.py +++ b/xero_python/accounting/models/setup.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tax_breakdown_component.py b/xero_python/accounting/models/tax_breakdown_component.py index 9909a3dc..67a2d8da 100644 --- a/xero_python/accounting/models/tax_breakdown_component.py +++ b/xero_python/accounting/models/tax_breakdown_component.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 1da4b857..4e924e78 100644 --- a/xero_python/accounting/models/tax_component.py +++ b/xero_python/accounting/models/tax_component.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 0934f1e7..a5e304aa 100644 --- a/xero_python/accounting/models/tax_rate.py +++ b/xero_python/accounting/models/tax_rate.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 e67d36ed..a6fa868f 100644 --- a/xero_python/accounting/models/tax_rates.py +++ b/xero_python/accounting/models/tax_rates.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 48908c62..440ffcba 100644 --- a/xero_python/accounting/models/tax_type.py +++ b/xero_python/accounting/models/tax_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 15910317..5d0db7c4 100644 --- a/xero_python/accounting/models/ten_ninety_nine_contact.py +++ b/xero_python/accounting/models/ten_ninety_nine_contact.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 ccd9f969..673b3e33 100644 --- a/xero_python/accounting/models/time_zone.py +++ b/xero_python/accounting/models/time_zone.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 b3e0c11b..baeb6251 100644 --- a/xero_python/accounting/models/tracking_categories.py +++ b/xero_python/accounting/models/tracking_categories.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 af4d61ba..161f40e3 100644 --- a/xero_python/accounting/models/tracking_category.py +++ b/xero_python/accounting/models/tracking_category.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 3d76ca94..a603f922 100644 --- a/xero_python/accounting/models/tracking_option.py +++ b/xero_python/accounting/models/tracking_option.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 3508b2d0..1b2dc609 100644 --- a/xero_python/accounting/models/tracking_options.py +++ b/xero_python/accounting/models/tracking_options.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 0e42c95d..95c0180b 100644 --- a/xero_python/accounting/models/user.py +++ b/xero_python/accounting/models/user.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 8f1acaff..41a2d5ed 100644 --- a/xero_python/accounting/models/users.py +++ b/xero_python/accounting/models/users.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 cdad4864..195a267d 100644 --- a/xero_python/accounting/models/validation_error.py +++ b/xero_python/accounting/models/validation_error.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Accounting API +Xero Accounting API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/appstore/__init__.py b/xero_python/appstore/__init__.py index b47e2dcb..a32af2fc 100644 --- a/xero_python/appstore/__init__.py +++ b/xero_python/appstore/__init__.py @@ -3,12 +3,12 @@ # flake8: noqa """ - Xero AppStore API +Xero AppStore API - These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 +These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/appstore/api/app_store_api.py b/xero_python/appstore/api/app_store_api.py index c9611e7d..4bb80e60 100644 --- a/xero_python/appstore/api/app_store_api.py +++ b/xero_python/appstore/api/app_store_api.py @@ -21,7 +21,7 @@ """ """ - OpenAPI spec version: 9.1.0 + OpenAPI spec version: 9.1.1 """ diff --git a/xero_python/appstore/models/__init__.py b/xero_python/appstore/models/__init__.py index 7ebc8cd9..04bd3cd3 100644 --- a/xero_python/appstore/models/__init__.py +++ b/xero_python/appstore/models/__init__.py @@ -2,12 +2,12 @@ # flake8: noqa """ - Xero AppStore API +Xero AppStore API - These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 +These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/appstore/models/create_usage_record.py b/xero_python/appstore/models/create_usage_record.py index 9eaad4e7..0e1d88e8 100644 --- a/xero_python/appstore/models/create_usage_record.py +++ b/xero_python/appstore/models/create_usage_record.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero AppStore API +Xero AppStore API - These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 +These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/appstore/models/plan.py b/xero_python/appstore/models/plan.py index 6cb32f44..217495c4 100644 --- a/xero_python/appstore/models/plan.py +++ b/xero_python/appstore/models/plan.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero AppStore API +Xero AppStore API - These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 +These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/appstore/models/price.py b/xero_python/appstore/models/price.py index f5b022a0..ac94923f 100644 --- a/xero_python/appstore/models/price.py +++ b/xero_python/appstore/models/price.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero AppStore API +Xero AppStore API - These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 +These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/appstore/models/problem_details.py b/xero_python/appstore/models/problem_details.py index 8530a44a..78a77c0d 100644 --- a/xero_python/appstore/models/problem_details.py +++ b/xero_python/appstore/models/problem_details.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero AppStore API +Xero AppStore API - These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 +These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/appstore/models/product.py b/xero_python/appstore/models/product.py index a52b5f77..c2732f0b 100644 --- a/xero_python/appstore/models/product.py +++ b/xero_python/appstore/models/product.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero AppStore API +Xero AppStore API - These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 +These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/appstore/models/subscription.py b/xero_python/appstore/models/subscription.py index caf0f436..affad036 100644 --- a/xero_python/appstore/models/subscription.py +++ b/xero_python/appstore/models/subscription.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero AppStore API +Xero AppStore API - These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 +These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/appstore/models/subscription_item.py b/xero_python/appstore/models/subscription_item.py index 5b979f05..9fc9f6e4 100644 --- a/xero_python/appstore/models/subscription_item.py +++ b/xero_python/appstore/models/subscription_item.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero AppStore API +Xero AppStore API - These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 +These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/appstore/models/update_usage_record.py b/xero_python/appstore/models/update_usage_record.py index 09a7a3b0..c478a346 100644 --- a/xero_python/appstore/models/update_usage_record.py +++ b/xero_python/appstore/models/update_usage_record.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero AppStore API +Xero AppStore API - These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 +These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/appstore/models/usage_record.py b/xero_python/appstore/models/usage_record.py index 5bf1ec3f..ee3b4cf1 100644 --- a/xero_python/appstore/models/usage_record.py +++ b/xero_python/appstore/models/usage_record.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero AppStore API +Xero AppStore API - These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 +These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/appstore/models/usage_records_list.py b/xero_python/appstore/models/usage_records_list.py index 81f7b62b..f4ab2822 100644 --- a/xero_python/appstore/models/usage_records_list.py +++ b/xero_python/appstore/models/usage_records_list.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero AppStore API +Xero AppStore API - These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 +These endpoints are for Xero Partners to interact with the App Store Billing platform # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 b69a585a..6f88e763 100644 --- a/xero_python/assets/__init__.py +++ b/xero_python/assets/__init__.py @@ -3,12 +3,12 @@ # flake8: noqa """ - Xero Assets API +Xero Assets API - The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 +The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 3965f816..d520ed0c 100644 --- a/xero_python/assets/api/asset_api.py +++ b/xero_python/assets/api/asset_api.py @@ -21,7 +21,7 @@ """ """ - OpenAPI spec version: 9.1.0 + OpenAPI spec version: 9.1.1 """ diff --git a/xero_python/assets/models/__init__.py b/xero_python/assets/models/__init__.py index 5cbde7cb..f624bb02 100644 --- a/xero_python/assets/models/__init__.py +++ b/xero_python/assets/models/__init__.py @@ -2,12 +2,12 @@ # flake8: noqa """ - Xero Assets API +Xero Assets API - The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 +The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 376ceca3..be9693e3 100644 --- a/xero_python/assets/models/asset.py +++ b/xero_python/assets/models/asset.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Assets API +Xero Assets API - The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 +The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 598f0a0d..d6e70542 100644 --- a/xero_python/assets/models/asset_status.py +++ b/xero_python/assets/models/asset_status.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Assets API +Xero Assets API - The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 +The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 6c0a08ff..8bb3225c 100644 --- a/xero_python/assets/models/asset_status_query_param.py +++ b/xero_python/assets/models/asset_status_query_param.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Assets API +Xero Assets API - The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 +The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d994ca83..b7dedf38 100644 --- a/xero_python/assets/models/asset_type.py +++ b/xero_python/assets/models/asset_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Assets API +Xero Assets API - The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 +The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 6ad9c906..109c60e7 100644 --- a/xero_python/assets/models/assets.py +++ b/xero_python/assets/models/assets.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Assets API +Xero Assets API - The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 +The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 1347bf19..03cba187 100644 --- a/xero_python/assets/models/book_depreciation_detail.py +++ b/xero_python/assets/models/book_depreciation_detail.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Assets API +Xero Assets API - The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 +The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 ca17f803..eaddfba2 100644 --- a/xero_python/assets/models/book_depreciation_setting.py +++ b/xero_python/assets/models/book_depreciation_setting.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Assets API +Xero Assets API - The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 +The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 91268b74..98db10ee 100644 --- a/xero_python/assets/models/error.py +++ b/xero_python/assets/models/error.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Assets API +Xero Assets API - The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 +The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 a414c562..808f366a 100644 --- a/xero_python/assets/models/field_validation_errors_element.py +++ b/xero_python/assets/models/field_validation_errors_element.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Assets API +Xero Assets API - The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 +The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 9ef45805..81a9d844 100644 --- a/xero_python/assets/models/pagination.py +++ b/xero_python/assets/models/pagination.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Assets API +Xero Assets API - The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 +The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 8b902409..4277672f 100644 --- a/xero_python/assets/models/resource_validation_errors_element.py +++ b/xero_python/assets/models/resource_validation_errors_element.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Assets API +Xero Assets API - The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 +The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 e8be8340..dc7e2bba 100644 --- a/xero_python/assets/models/setting.py +++ b/xero_python/assets/models/setting.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Assets API +Xero Assets API - The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 +The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 cbc1a485..f185e948 100644 --- a/xero_python/docs/README.md +++ b/xero_python/docs/README.md @@ -3,7 +3,7 @@ These endpoints are related to managing authentication tokens and identity for X 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: 9.1.0 +- API version: 9.1.1 - Package version: 9.1.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://developer.xero.com](https://developer.xero.com) diff --git a/xero_python/file/__init__.py b/xero_python/file/__init__.py index 813df195..a7239c99 100644 --- a/xero_python/file/__init__.py +++ b/xero_python/file/__init__.py @@ -3,12 +3,12 @@ # flake8: noqa """ - Xero Files API +Xero Files API - These endpoints are specific to Xero Files API # noqa: E501 +These endpoints are specific to Xero Files API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/file/api/files_api.py b/xero_python/file/api/files_api.py index 434c078b..e342f5dc 100644 --- a/xero_python/file/api/files_api.py +++ b/xero_python/file/api/files_api.py @@ -21,7 +21,7 @@ """ """ - OpenAPI spec version: 9.1.0 + OpenAPI spec version: 9.1.1 """ diff --git a/xero_python/file/models/__init__.py b/xero_python/file/models/__init__.py index 1e354185..404a43cc 100644 --- a/xero_python/file/models/__init__.py +++ b/xero_python/file/models/__init__.py @@ -2,12 +2,12 @@ # flake8: noqa """ - Xero Files API +Xero Files API - These endpoints are specific to Xero Files API # noqa: E501 +These endpoints are specific to Xero Files API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/file/models/association.py b/xero_python/file/models/association.py index bbc9e41a..424ea4a9 100644 --- a/xero_python/file/models/association.py +++ b/xero_python/file/models/association.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Files API +Xero Files API - These endpoints are specific to Xero Files API # noqa: E501 +These endpoints are specific to Xero Files API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/file/models/file_object.py b/xero_python/file/models/file_object.py index ca9ad17f..27048b38 100644 --- a/xero_python/file/models/file_object.py +++ b/xero_python/file/models/file_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Files API +Xero Files API - These endpoints are specific to Xero Files API # noqa: E501 +These endpoints are specific to Xero Files API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/file/models/files.py b/xero_python/file/models/files.py index 340d4b1c..85ac322f 100644 --- a/xero_python/file/models/files.py +++ b/xero_python/file/models/files.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Files API +Xero Files API - These endpoints are specific to Xero Files API # noqa: E501 +These endpoints are specific to Xero Files API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/file/models/folder.py b/xero_python/file/models/folder.py index 41305080..e166cdcd 100644 --- a/xero_python/file/models/folder.py +++ b/xero_python/file/models/folder.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Files API +Xero Files API - These endpoints are specific to Xero Files API # noqa: E501 +These endpoints are specific to Xero Files API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/file/models/folders.py b/xero_python/file/models/folders.py index 3b3b1906..dedd250e 100644 --- a/xero_python/file/models/folders.py +++ b/xero_python/file/models/folders.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Files API +Xero Files API - These endpoints are specific to Xero Files API # noqa: E501 +These endpoints are specific to Xero Files API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/file/models/object_group.py b/xero_python/file/models/object_group.py index bce4e3ed..8a5b224d 100644 --- a/xero_python/file/models/object_group.py +++ b/xero_python/file/models/object_group.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Files API +Xero Files API - These endpoints are specific to Xero Files API # noqa: E501 +These endpoints are specific to Xero Files API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/file/models/object_type.py b/xero_python/file/models/object_type.py index ad98a064..29360bcb 100644 --- a/xero_python/file/models/object_type.py +++ b/xero_python/file/models/object_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Files API +Xero Files API - These endpoints are specific to Xero Files API # noqa: E501 +These endpoints are specific to Xero Files API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/file/models/upload_object.py b/xero_python/file/models/upload_object.py index 36594e89..3a22deea 100644 --- a/xero_python/file/models/upload_object.py +++ b/xero_python/file/models/upload_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Files API +Xero Files API - These endpoints are specific to Xero Files API # noqa: E501 +These endpoints are specific to Xero Files API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/file/models/user.py b/xero_python/file/models/user.py index 12715566..d6cfda0f 100644 --- a/xero_python/file/models/user.py +++ b/xero_python/file/models/user.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Files API +Xero Files API - These endpoints are specific to Xero Files API # noqa: E501 +These endpoints are specific to Xero Files API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/__init__.py b/xero_python/finance/__init__.py index 100d946e..ba9ad6f1 100644 --- a/xero_python/finance/__init__.py +++ b/xero_python/finance/__init__.py @@ -3,12 +3,12 @@ # flake8: noqa """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/api/finance_api.py b/xero_python/finance/api/finance_api.py index c61a536a..03b6e111 100644 --- a/xero_python/finance/api/finance_api.py +++ b/xero_python/finance/api/finance_api.py @@ -21,7 +21,7 @@ """ """ - OpenAPI spec version: 9.1.0 + OpenAPI spec version: 9.1.1 """ diff --git a/xero_python/finance/models/__init__.py b/xero_python/finance/models/__init__.py index 41ea1a33..5996ef66 100644 --- a/xero_python/finance/models/__init__.py +++ b/xero_python/finance/models/__init__.py @@ -2,12 +2,12 @@ # flake8: noqa """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/account_usage.py b/xero_python/finance/models/account_usage.py index 8efa98ce..6296ac39 100644 --- a/xero_python/finance/models/account_usage.py +++ b/xero_python/finance/models/account_usage.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/account_usage_response.py b/xero_python/finance/models/account_usage_response.py index 5676ef13..245d134b 100644 --- a/xero_python/finance/models/account_usage_response.py +++ b/xero_python/finance/models/account_usage_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/balance_sheet_account_detail.py b/xero_python/finance/models/balance_sheet_account_detail.py index 659c4d18..12ee0ad9 100644 --- a/xero_python/finance/models/balance_sheet_account_detail.py +++ b/xero_python/finance/models/balance_sheet_account_detail.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/balance_sheet_account_group.py b/xero_python/finance/models/balance_sheet_account_group.py index 3ee1e701..2ac4f48d 100644 --- a/xero_python/finance/models/balance_sheet_account_group.py +++ b/xero_python/finance/models/balance_sheet_account_group.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/balance_sheet_account_type.py b/xero_python/finance/models/balance_sheet_account_type.py index 23c1aeba..1be95dd9 100644 --- a/xero_python/finance/models/balance_sheet_account_type.py +++ b/xero_python/finance/models/balance_sheet_account_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/balance_sheet_response.py b/xero_python/finance/models/balance_sheet_response.py index 1db7f757..e335930a 100644 --- a/xero_python/finance/models/balance_sheet_response.py +++ b/xero_python/finance/models/balance_sheet_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/bank_statement_accounting_response.py b/xero_python/finance/models/bank_statement_accounting_response.py index 96cc85b2..2cc4ce3a 100644 --- a/xero_python/finance/models/bank_statement_accounting_response.py +++ b/xero_python/finance/models/bank_statement_accounting_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/bank_statement_response.py b/xero_python/finance/models/bank_statement_response.py index fd21ff00..06f74f50 100644 --- a/xero_python/finance/models/bank_statement_response.py +++ b/xero_python/finance/models/bank_statement_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/bank_transaction_response.py b/xero_python/finance/models/bank_transaction_response.py index e94884bf..fbae0628 100644 --- a/xero_python/finance/models/bank_transaction_response.py +++ b/xero_python/finance/models/bank_transaction_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/cash_account_response.py b/xero_python/finance/models/cash_account_response.py index 6ee8c6e8..e9ef9042 100644 --- a/xero_python/finance/models/cash_account_response.py +++ b/xero_python/finance/models/cash_account_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/cash_balance.py b/xero_python/finance/models/cash_balance.py index 253e9c58..0ced0b21 100644 --- a/xero_python/finance/models/cash_balance.py +++ b/xero_python/finance/models/cash_balance.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/cash_validation_response.py b/xero_python/finance/models/cash_validation_response.py index a932b622..410973eb 100644 --- a/xero_python/finance/models/cash_validation_response.py +++ b/xero_python/finance/models/cash_validation_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/cashflow_account.py b/xero_python/finance/models/cashflow_account.py index 00bf4d17..eee6a2ec 100644 --- a/xero_python/finance/models/cashflow_account.py +++ b/xero_python/finance/models/cashflow_account.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/cashflow_activity.py b/xero_python/finance/models/cashflow_activity.py index f31a5575..2421bbc1 100644 --- a/xero_python/finance/models/cashflow_activity.py +++ b/xero_python/finance/models/cashflow_activity.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/cashflow_response.py b/xero_python/finance/models/cashflow_response.py index e2371ece..33f1044f 100644 --- a/xero_python/finance/models/cashflow_response.py +++ b/xero_python/finance/models/cashflow_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/cashflow_type.py b/xero_python/finance/models/cashflow_type.py index 8abba627..bf7274b5 100644 --- a/xero_python/finance/models/cashflow_type.py +++ b/xero_python/finance/models/cashflow_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/contact_detail.py b/xero_python/finance/models/contact_detail.py index 86c8b103..30552e10 100644 --- a/xero_python/finance/models/contact_detail.py +++ b/xero_python/finance/models/contact_detail.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/contact_response.py b/xero_python/finance/models/contact_response.py index 5b4ef8f4..a5bbaa3c 100644 --- a/xero_python/finance/models/contact_response.py +++ b/xero_python/finance/models/contact_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/contact_total_detail.py b/xero_python/finance/models/contact_total_detail.py index a1ac88e8..d49e6db6 100644 --- a/xero_python/finance/models/contact_total_detail.py +++ b/xero_python/finance/models/contact_total_detail.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/contact_total_other.py b/xero_python/finance/models/contact_total_other.py index c2ad5331..8de38cfe 100644 --- a/xero_python/finance/models/contact_total_other.py +++ b/xero_python/finance/models/contact_total_other.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/credit_note_response.py b/xero_python/finance/models/credit_note_response.py index a8c5cbf0..10824d3a 100644 --- a/xero_python/finance/models/credit_note_response.py +++ b/xero_python/finance/models/credit_note_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/current_statement_response.py b/xero_python/finance/models/current_statement_response.py index 5f7e6a28..919d18a7 100644 --- a/xero_python/finance/models/current_statement_response.py +++ b/xero_python/finance/models/current_statement_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/data_source_response.py b/xero_python/finance/models/data_source_response.py index 404e739a..1c78f6f4 100644 --- a/xero_python/finance/models/data_source_response.py +++ b/xero_python/finance/models/data_source_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/history_record_response.py b/xero_python/finance/models/history_record_response.py index 513e9e03..ecfc09c4 100644 --- a/xero_python/finance/models/history_record_response.py +++ b/xero_python/finance/models/history_record_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/income_by_contact_response.py b/xero_python/finance/models/income_by_contact_response.py index 5918562a..da3f59c3 100644 --- a/xero_python/finance/models/income_by_contact_response.py +++ b/xero_python/finance/models/income_by_contact_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/invoice_response.py b/xero_python/finance/models/invoice_response.py index 8224926c..0ac4697d 100644 --- a/xero_python/finance/models/invoice_response.py +++ b/xero_python/finance/models/invoice_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/line_item_response.py b/xero_python/finance/models/line_item_response.py index 93037db3..83efbf47 100644 --- a/xero_python/finance/models/line_item_response.py +++ b/xero_python/finance/models/line_item_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/lock_history_model.py b/xero_python/finance/models/lock_history_model.py index f9195bc9..90875776 100644 --- a/xero_python/finance/models/lock_history_model.py +++ b/xero_python/finance/models/lock_history_model.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/lock_history_response.py b/xero_python/finance/models/lock_history_response.py index ce7b3477..a618aa27 100644 --- a/xero_python/finance/models/lock_history_response.py +++ b/xero_python/finance/models/lock_history_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/manual_journal_total.py b/xero_python/finance/models/manual_journal_total.py index 37aaba2a..8156beac 100644 --- a/xero_python/finance/models/manual_journal_total.py +++ b/xero_python/finance/models/manual_journal_total.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/overpayment_response.py b/xero_python/finance/models/overpayment_response.py index 86dc5c53..936a9c70 100644 --- a/xero_python/finance/models/overpayment_response.py +++ b/xero_python/finance/models/overpayment_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/payment_response.py b/xero_python/finance/models/payment_response.py index d1e08441..63574228 100644 --- a/xero_python/finance/models/payment_response.py +++ b/xero_python/finance/models/payment_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/pnl_account.py b/xero_python/finance/models/pnl_account.py index b37a0288..528260ce 100644 --- a/xero_python/finance/models/pnl_account.py +++ b/xero_python/finance/models/pnl_account.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/pnl_account_class.py b/xero_python/finance/models/pnl_account_class.py index 9dc26d97..31680d78 100644 --- a/xero_python/finance/models/pnl_account_class.py +++ b/xero_python/finance/models/pnl_account_class.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/pnl_account_type.py b/xero_python/finance/models/pnl_account_type.py index f7f36048..e2a276d5 100644 --- a/xero_python/finance/models/pnl_account_type.py +++ b/xero_python/finance/models/pnl_account_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/practice_response.py b/xero_python/finance/models/practice_response.py index 4b94e178..b87fb4ab 100644 --- a/xero_python/finance/models/practice_response.py +++ b/xero_python/finance/models/practice_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/prepayment_response.py b/xero_python/finance/models/prepayment_response.py index d026b8da..26068a8b 100644 --- a/xero_python/finance/models/prepayment_response.py +++ b/xero_python/finance/models/prepayment_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/problem.py b/xero_python/finance/models/problem.py index 613c1721..4a3e2905 100644 --- a/xero_python/finance/models/problem.py +++ b/xero_python/finance/models/problem.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/problem_type.py b/xero_python/finance/models/problem_type.py index 38059de1..e946277e 100644 --- a/xero_python/finance/models/problem_type.py +++ b/xero_python/finance/models/problem_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/profit_and_loss_response.py b/xero_python/finance/models/profit_and_loss_response.py index 8169e792..b9ce5c40 100644 --- a/xero_python/finance/models/profit_and_loss_response.py +++ b/xero_python/finance/models/profit_and_loss_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/report_history_model.py b/xero_python/finance/models/report_history_model.py index f7ee8d1d..cb100537 100644 --- a/xero_python/finance/models/report_history_model.py +++ b/xero_python/finance/models/report_history_model.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/report_history_response.py b/xero_python/finance/models/report_history_response.py index 8e85616f..7672218a 100644 --- a/xero_python/finance/models/report_history_response.py +++ b/xero_python/finance/models/report_history_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/statement_balance_response.py b/xero_python/finance/models/statement_balance_response.py index 4de40c34..6399e03c 100644 --- a/xero_python/finance/models/statement_balance_response.py +++ b/xero_python/finance/models/statement_balance_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/statement_line_response.py b/xero_python/finance/models/statement_line_response.py index 34765c57..b2cbbea9 100644 --- a/xero_python/finance/models/statement_line_response.py +++ b/xero_python/finance/models/statement_line_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/statement_lines_response.py b/xero_python/finance/models/statement_lines_response.py index 2d70d6c2..8bf59235 100644 --- a/xero_python/finance/models/statement_lines_response.py +++ b/xero_python/finance/models/statement_lines_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/statement_response.py b/xero_python/finance/models/statement_response.py index d5d3e43b..8a546986 100644 --- a/xero_python/finance/models/statement_response.py +++ b/xero_python/finance/models/statement_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/total_detail.py b/xero_python/finance/models/total_detail.py index b003f826..96da3586 100644 --- a/xero_python/finance/models/total_detail.py +++ b/xero_python/finance/models/total_detail.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/total_other.py b/xero_python/finance/models/total_other.py index 6e176554..48f8fe72 100644 --- a/xero_python/finance/models/total_other.py +++ b/xero_python/finance/models/total_other.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/trial_balance_account.py b/xero_python/finance/models/trial_balance_account.py index c88cf999..7ffc4e65 100644 --- a/xero_python/finance/models/trial_balance_account.py +++ b/xero_python/finance/models/trial_balance_account.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/trial_balance_entry.py b/xero_python/finance/models/trial_balance_entry.py index 8efee179..1c426fd9 100644 --- a/xero_python/finance/models/trial_balance_entry.py +++ b/xero_python/finance/models/trial_balance_entry.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/trial_balance_movement.py b/xero_python/finance/models/trial_balance_movement.py index 36ac1577..52f7a7b8 100644 --- a/xero_python/finance/models/trial_balance_movement.py +++ b/xero_python/finance/models/trial_balance_movement.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/trial_balance_response.py b/xero_python/finance/models/trial_balance_response.py index 9dd4f301..bbd0bc64 100644 --- a/xero_python/finance/models/trial_balance_response.py +++ b/xero_python/finance/models/trial_balance_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/user_activities_response.py b/xero_python/finance/models/user_activities_response.py index 8a98e4a1..a237a6bb 100644 --- a/xero_python/finance/models/user_activities_response.py +++ b/xero_python/finance/models/user_activities_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/finance/models/user_response.py b/xero_python/finance/models/user_response.py index 517f2cf1..abab9e17 100644 --- a/xero_python/finance/models/user_response.py +++ b/xero_python/finance/models/user_response.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Finance API +Xero Finance API - The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 +The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/identity/__init__.py b/xero_python/identity/__init__.py index bbe8fed7..a0623527 100644 --- a/xero_python/identity/__init__.py +++ b/xero_python/identity/__init__.py @@ -3,12 +3,12 @@ # flake8: noqa """ - Xero OAuth 2 Identity Service API +Xero OAuth 2 Identity Service API - These endpoints are related to managing authentication tokens and identity for Xero API # noqa: E501 +These endpoints are related to managing authentication tokens and identity for Xero API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 f8ac8572..69fe86ef 100644 --- a/xero_python/identity/api/identity_api.py +++ b/xero_python/identity/api/identity_api.py @@ -21,7 +21,7 @@ """ """ - OpenAPI spec version: 9.1.0 + OpenAPI spec version: 9.1.1 """ diff --git a/xero_python/identity/models/__init__.py b/xero_python/identity/models/__init__.py index 961bbd7f..8f1106d6 100644 --- a/xero_python/identity/models/__init__.py +++ b/xero_python/identity/models/__init__.py @@ -2,12 +2,12 @@ # flake8: noqa """ - Xero OAuth 2 Identity Service API +Xero OAuth 2 Identity Service API - These endpoints are related to managing authentication tokens and identity for Xero API # noqa: E501 +These endpoints are related to managing authentication tokens and identity for Xero API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2c86aaaa..aa4a58b9 100644 --- a/xero_python/identity/models/access_token.py +++ b/xero_python/identity/models/access_token.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero OAuth 2 Identity Service API +Xero OAuth 2 Identity Service API - These endpoints are related to managing authentication tokens and identity for Xero API # noqa: E501 +These endpoints are related to managing authentication tokens and identity for Xero API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 543e6921..934ede88 100644 --- a/xero_python/identity/models/connection.py +++ b/xero_python/identity/models/connection.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero OAuth 2 Identity Service API +Xero OAuth 2 Identity Service API - These endpoints are related to managing authentication tokens and identity for Xero API # noqa: E501 +These endpoints are related to managing authentication tokens and identity for Xero API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 c7acab29..de7e9214 100644 --- a/xero_python/identity/models/refresh_token.py +++ b/xero_python/identity/models/refresh_token.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero OAuth 2 Identity Service API +Xero OAuth 2 Identity Service API - These endpoints are related to managing authentication tokens and identity for Xero API # noqa: E501 +These endpoints are related to managing authentication tokens and identity for Xero API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 e38c68b8..c5c31356 100644 --- a/xero_python/payrollau/__init__.py +++ b/xero_python/payrollau/__init__.py @@ -3,12 +3,12 @@ # flake8: noqa """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 e129c098..a6e9089b 100644 --- a/xero_python/payrollau/api/payroll_au_api.py +++ b/xero_python/payrollau/api/payroll_au_api.py @@ -21,7 +21,7 @@ """ """ - OpenAPI spec version: 9.1.0 + OpenAPI spec version: 9.1.1 """ diff --git a/xero_python/payrollau/models/__init__.py b/xero_python/payrollau/models/__init__.py index 4eb873fd..a178a22d 100644 --- a/xero_python/payrollau/models/__init__.py +++ b/xero_python/payrollau/models/__init__.py @@ -2,12 +2,12 @@ # flake8: noqa """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 eb44265b..e29fc000 100644 --- a/xero_python/payrollau/models/account.py +++ b/xero_python/payrollau/models/account.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 19d93988..4d13c734 100644 --- a/xero_python/payrollau/models/account_type.py +++ b/xero_python/payrollau/models/account_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/allowance_category.py b/xero_python/payrollau/models/allowance_category.py index a0264f1b..e28f2db5 100644 --- a/xero_python/payrollau/models/allowance_category.py +++ b/xero_python/payrollau/models/allowance_category.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 9af76362..d46c40b1 100644 --- a/xero_python/payrollau/models/allowance_type.py +++ b/xero_python/payrollau/models/allowance_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d4c9d5e6..543a7fb5 100644 --- a/xero_python/payrollau/models/api_exception.py +++ b/xero_python/payrollau/models/api_exception.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 821d29a3..99bcf196 100644 --- a/xero_python/payrollau/models/bank_account.py +++ b/xero_python/payrollau/models/bank_account.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 44bc1242..333a140e 100644 --- a/xero_python/payrollau/models/calendar_type.py +++ b/xero_python/payrollau/models/calendar_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/country_of_residence.py b/xero_python/payrollau/models/country_of_residence.py index c25c6f03..069f02e0 100644 --- a/xero_python/payrollau/models/country_of_residence.py +++ b/xero_python/payrollau/models/country_of_residence.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 9d8e7850..6e36b44c 100644 --- a/xero_python/payrollau/models/deduction_line.py +++ b/xero_python/payrollau/models/deduction_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 710f70c6..56b8b44c 100644 --- a/xero_python/payrollau/models/deduction_type.py +++ b/xero_python/payrollau/models/deduction_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 064ed497..667e35df 100644 --- a/xero_python/payrollau/models/deduction_type_calculation_type.py +++ b/xero_python/payrollau/models/deduction_type_calculation_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 09ba7a36..8ba80e68 100644 --- a/xero_python/payrollau/models/earnings_line.py +++ b/xero_python/payrollau/models/earnings_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/earnings_rate.py b/xero_python/payrollau/models/earnings_rate.py index 71a1d0f8..876eec5d 100644 --- a/xero_python/payrollau/models/earnings_rate.py +++ b/xero_python/payrollau/models/earnings_rate.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/earnings_rate_calculation_type.py b/xero_python/payrollau/models/earnings_rate_calculation_type.py index 5673f2da..58bae2ed 100644 --- a/xero_python/payrollau/models/earnings_rate_calculation_type.py +++ b/xero_python/payrollau/models/earnings_rate_calculation_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 80fe95c8..c136cceb 100644 --- a/xero_python/payrollau/models/earnings_type.py +++ b/xero_python/payrollau/models/earnings_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 c8c71991..57d352e9 100644 --- a/xero_python/payrollau/models/employee.py +++ b/xero_python/payrollau/models/employee.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 628aed98..96939d95 100644 --- a/xero_python/payrollau/models/employee_status.py +++ b/xero_python/payrollau/models/employee_status.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 0ea5f01a..bcaec799 100644 --- a/xero_python/payrollau/models/employees.py +++ b/xero_python/payrollau/models/employees.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2c712c7a..6e3e3440 100644 --- a/xero_python/payrollau/models/employment_basis.py +++ b/xero_python/payrollau/models/employment_basis.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 62bfe29b..ae7e9351 100644 --- a/xero_python/payrollau/models/employment_termination_payment_type.py +++ b/xero_python/payrollau/models/employment_termination_payment_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/employment_type.py b/xero_python/payrollau/models/employment_type.py index 112b98c6..92fccf6c 100644 --- a/xero_python/payrollau/models/employment_type.py +++ b/xero_python/payrollau/models/employment_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 f25e777b..20df7b8f 100644 --- a/xero_python/payrollau/models/entitlement_final_pay_payout_type.py +++ b/xero_python/payrollau/models/entitlement_final_pay_payout_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 1d0a43fe..7dc0bad5 100644 --- a/xero_python/payrollau/models/home_address.py +++ b/xero_python/payrollau/models/home_address.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/income_type.py b/xero_python/payrollau/models/income_type.py index 510288de..dfdac20d 100644 --- a/xero_python/payrollau/models/income_type.py +++ b/xero_python/payrollau/models/income_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 0c067d77..ce245143 100644 --- a/xero_python/payrollau/models/leave_accrual_line.py +++ b/xero_python/payrollau/models/leave_accrual_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2b7f1beb..327c3f8e 100644 --- a/xero_python/payrollau/models/leave_application.py +++ b/xero_python/payrollau/models/leave_application.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 76b072d2..426bb91e 100644 --- a/xero_python/payrollau/models/leave_applications.py +++ b/xero_python/payrollau/models/leave_applications.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 005e2628..c3a60eee 100644 --- a/xero_python/payrollau/models/leave_balance.py +++ b/xero_python/payrollau/models/leave_balance.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_category_code.py b/xero_python/payrollau/models/leave_category_code.py index d584844b..9ab4ee75 100644 --- a/xero_python/payrollau/models/leave_category_code.py +++ b/xero_python/payrollau/models/leave_category_code.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 728912e4..6fcb56fa 100644 --- a/xero_python/payrollau/models/leave_earnings_line.py +++ b/xero_python/payrollau/models/leave_earnings_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 b37e47c5..35335795 100644 --- a/xero_python/payrollau/models/leave_line.py +++ b/xero_python/payrollau/models/leave_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 4ebb355e..1f9efab8 100644 --- a/xero_python/payrollau/models/leave_line_calculation_type.py +++ b/xero_python/payrollau/models/leave_line_calculation_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 ec518109..e3cf8f3e 100644 --- a/xero_python/payrollau/models/leave_lines.py +++ b/xero_python/payrollau/models/leave_lines.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 7866ab3a..4c1c3014 100644 --- a/xero_python/payrollau/models/leave_period.py +++ b/xero_python/payrollau/models/leave_period.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 48abd5a9..84a706f9 100644 --- a/xero_python/payrollau/models/leave_period_status.py +++ b/xero_python/payrollau/models/leave_period_status.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 26ab1393..c1333ce4 100644 --- a/xero_python/payrollau/models/leave_type.py +++ b/xero_python/payrollau/models/leave_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_type_contribution_type.py b/xero_python/payrollau/models/leave_type_contribution_type.py index e80b9751..75845859 100644 --- a/xero_python/payrollau/models/leave_type_contribution_type.py +++ b/xero_python/payrollau/models/leave_type_contribution_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 af18735a..1d313a26 100644 --- a/xero_python/payrollau/models/manual_tax_type.py +++ b/xero_python/payrollau/models/manual_tax_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 0ccd5e81..ec7478b9 100644 --- a/xero_python/payrollau/models/opening_balances.py +++ b/xero_python/payrollau/models/opening_balances.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/paid_leave_earnings_line.py b/xero_python/payrollau/models/paid_leave_earnings_line.py index 725e56fb..a4002838 100644 --- a/xero_python/payrollau/models/paid_leave_earnings_line.py +++ b/xero_python/payrollau/models/paid_leave_earnings_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 b6cf5fbc..9246590a 100644 --- a/xero_python/payrollau/models/pay_item.py +++ b/xero_python/payrollau/models/pay_item.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 09fb1444..bde2f2a2 100644 --- a/xero_python/payrollau/models/pay_items.py +++ b/xero_python/payrollau/models/pay_items.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/pay_out_type.py b/xero_python/payrollau/models/pay_out_type.py index 99a95bf5..5e1db85b 100644 --- a/xero_python/payrollau/models/pay_out_type.py +++ b/xero_python/payrollau/models/pay_out_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 b4147298..09ac6a08 100644 --- a/xero_python/payrollau/models/pay_run.py +++ b/xero_python/payrollau/models/pay_run.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 c979661f..9449b2fa 100644 --- a/xero_python/payrollau/models/pay_run_status.py +++ b/xero_python/payrollau/models/pay_run_status.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 f927b517..f7336dea 100644 --- a/xero_python/payrollau/models/pay_runs.py +++ b/xero_python/payrollau/models/pay_runs.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2d418db4..4f7a7f5d 100644 --- a/xero_python/payrollau/models/pay_template.py +++ b/xero_python/payrollau/models/pay_template.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 429a0a47..803a82e5 100644 --- a/xero_python/payrollau/models/payment_frequency_type.py +++ b/xero_python/payrollau/models/payment_frequency_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 8ae75b2e..0271eafe 100644 --- a/xero_python/payrollau/models/payroll_calendar.py +++ b/xero_python/payrollau/models/payroll_calendar.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2eb58960..c8a44f72 100644 --- a/xero_python/payrollau/models/payroll_calendars.py +++ b/xero_python/payrollau/models/payroll_calendars.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2ba9e568..329f8297 100644 --- a/xero_python/payrollau/models/payslip.py +++ b/xero_python/payrollau/models/payslip.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 f47471b7..1bfbfbbc 100644 --- a/xero_python/payrollau/models/payslip_lines.py +++ b/xero_python/payrollau/models/payslip_lines.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 f69acc67..03405d00 100644 --- a/xero_python/payrollau/models/payslip_object.py +++ b/xero_python/payrollau/models/payslip_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 97dbfa4c..712dfcd2 100644 --- a/xero_python/payrollau/models/payslip_summary.py +++ b/xero_python/payrollau/models/payslip_summary.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 ee7f6744..a7b4f7f6 100644 --- a/xero_python/payrollau/models/payslips.py +++ b/xero_python/payrollau/models/payslips.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 1bc96604..4891d8b7 100644 --- a/xero_python/payrollau/models/rate_type.py +++ b/xero_python/payrollau/models/rate_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 43940ce5..4b39bd6d 100644 --- a/xero_python/payrollau/models/reimbursement_line.py +++ b/xero_python/payrollau/models/reimbursement_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 4d65d57c..b1f70e92 100644 --- a/xero_python/payrollau/models/reimbursement_lines.py +++ b/xero_python/payrollau/models/reimbursement_lines.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 a0ba6d92..f2f459d5 100644 --- a/xero_python/payrollau/models/reimbursement_type.py +++ b/xero_python/payrollau/models/reimbursement_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 a9eaa6c3..100fe4e7 100644 --- a/xero_python/payrollau/models/residency_status.py +++ b/xero_python/payrollau/models/residency_status.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/senior_marital_status.py b/xero_python/payrollau/models/senior_marital_status.py index 87dbc0b1..72ee4c9f 100644 --- a/xero_python/payrollau/models/senior_marital_status.py +++ b/xero_python/payrollau/models/senior_marital_status.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 480997f8..49dfa75a 100644 --- a/xero_python/payrollau/models/settings.py +++ b/xero_python/payrollau/models/settings.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 05bf40b0..1bf03291 100644 --- a/xero_python/payrollau/models/settings_object.py +++ b/xero_python/payrollau/models/settings_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 9c65ea23..9769d67e 100644 --- a/xero_python/payrollau/models/settings_tracking_categories.py +++ b/xero_python/payrollau/models/settings_tracking_categories.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 7e67f1b3..d6ca8237 100644 --- a/xero_python/payrollau/models/settings_tracking_categories_employee_groups.py +++ b/xero_python/payrollau/models/settings_tracking_categories_employee_groups.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 5a37b5d6..821271d3 100644 --- a/xero_python/payrollau/models/settings_tracking_categories_timesheet_categories.py +++ b/xero_python/payrollau/models/settings_tracking_categories_timesheet_categories.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 b6b7807a..cffec21e 100644 --- a/xero_python/payrollau/models/state.py +++ b/xero_python/payrollau/models/state.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 435f3a0e..1a31fc86 100644 --- a/xero_python/payrollau/models/super_fund.py +++ b/xero_python/payrollau/models/super_fund.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2a19af5c..a1db206a 100644 --- a/xero_python/payrollau/models/super_fund_product.py +++ b/xero_python/payrollau/models/super_fund_product.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 a568a9b5..d0a807ce 100644 --- a/xero_python/payrollau/models/super_fund_products.py +++ b/xero_python/payrollau/models/super_fund_products.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 71690a55..bfc10b25 100644 --- a/xero_python/payrollau/models/super_fund_type.py +++ b/xero_python/payrollau/models/super_fund_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 8696d36f..a7481a4e 100644 --- a/xero_python/payrollau/models/super_funds.py +++ b/xero_python/payrollau/models/super_funds.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 c81dcac3..2d3b3dfe 100644 --- a/xero_python/payrollau/models/super_line.py +++ b/xero_python/payrollau/models/super_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 dfd4cc94..cb461fc7 100644 --- a/xero_python/payrollau/models/super_membership.py +++ b/xero_python/payrollau/models/super_membership.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 0c376fa2..adb98d29 100644 --- a/xero_python/payrollau/models/superannuation_calculation_type.py +++ b/xero_python/payrollau/models/superannuation_calculation_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2ca054be..324f810c 100644 --- a/xero_python/payrollau/models/superannuation_contribution_type.py +++ b/xero_python/payrollau/models/superannuation_contribution_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 4537d6f6..70820047 100644 --- a/xero_python/payrollau/models/superannuation_line.py +++ b/xero_python/payrollau/models/superannuation_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 f5fb5c6a..765b0bac 100644 --- a/xero_python/payrollau/models/tax_declaration.py +++ b/xero_python/payrollau/models/tax_declaration.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 8b022601..4a3af0e1 100644 --- a/xero_python/payrollau/models/tax_line.py +++ b/xero_python/payrollau/models/tax_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/tax_scale_type.py b/xero_python/payrollau/models/tax_scale_type.py index 52a7352f..d572f28a 100644 --- a/xero_python/payrollau/models/tax_scale_type.py +++ b/xero_python/payrollau/models/tax_scale_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 df27d91d..bde86547 100644 --- a/xero_python/payrollau/models/tfn_exemption_type.py +++ b/xero_python/payrollau/models/tfn_exemption_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 b6ac10f1..a805cd5b 100644 --- a/xero_python/payrollau/models/timesheet.py +++ b/xero_python/payrollau/models/timesheet.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 652decf9..98d693c7 100644 --- a/xero_python/payrollau/models/timesheet_line.py +++ b/xero_python/payrollau/models/timesheet_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d36079d7..50b28a3c 100644 --- a/xero_python/payrollau/models/timesheet_object.py +++ b/xero_python/payrollau/models/timesheet_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 909fac8e..68b863e6 100644 --- a/xero_python/payrollau/models/timesheet_status.py +++ b/xero_python/payrollau/models/timesheet_status.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 1708bbee..151f14fc 100644 --- a/xero_python/payrollau/models/timesheets.py +++ b/xero_python/payrollau/models/timesheets.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 bffdf366..f55b3999 100644 --- a/xero_python/payrollau/models/validation_error.py +++ b/xero_python/payrollau/models/validation_error.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/work_condition.py b/xero_python/payrollau/models/work_condition.py index c59ff37e..6896222c 100644 --- a/xero_python/payrollau/models/work_condition.py +++ b/xero_python/payrollau/models/work_condition.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll AU API +Xero Payroll AU API - This is the Xero Payroll API for orgs in Australia region. # noqa: E501 +This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/__init__.py b/xero_python/payrollnz/__init__.py index f510df98..073fca58 100644 --- a/xero_python/payrollnz/__init__.py +++ b/xero_python/payrollnz/__init__.py @@ -3,12 +3,12 @@ # flake8: noqa """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/api/payroll_nz_api.py b/xero_python/payrollnz/api/payroll_nz_api.py index b69d72ee..0093ece3 100644 --- a/xero_python/payrollnz/api/payroll_nz_api.py +++ b/xero_python/payrollnz/api/payroll_nz_api.py @@ -21,7 +21,7 @@ """ """ - OpenAPI spec version: 9.1.0 + OpenAPI spec version: 9.1.1 """ @@ -5796,100 +5796,6 @@ def update_employee_tax( except exceptions.HTTPStatusException as error: raise translate_status_exception(error, self, "update_employee_tax") - def update_pay_run( - self, - xero_tenant_id, - pay_run_id, - pay_run, - idempotency_key=empty, - _return_http_data_only=True, - _preload_content=True, - _request_timeout=None, - ): - """Updates a pay run # noqa: E501 - OAuth2 scope: payroll.payruns - :param str xero_tenant_id: Xero identifier for Tenant (required) - :param str pay_run_id: Identifier for the pay run (required) - :param PayRun pay_run: (required) - :param str idempotency_key: This allows you to safely retry requests without the risk of duplicate processing. 128 character max. - :param bool _return_http_data_only: return received data only - :param bool _preload_content: load received data in models - :param bool _request_timeout: maximum wait time for response - :return: PayRunObject - """ - - # verify the required parameter 'xero_tenant_id' is set - if xero_tenant_id is None: - raise ValueError( - "Missing the required parameter `xero_tenant_id` " - "when calling `update_pay_run`" - ) - # verify the required parameter 'pay_run_id' is set - if pay_run_id is None: - raise ValueError( - "Missing the required parameter `pay_run_id` " - "when calling `update_pay_run`" - ) - # verify the required parameter 'pay_run' is set - if pay_run is None: - raise ValueError( - "Missing the required parameter `pay_run` " - "when calling `update_pay_run`" - ) - - collection_formats = {} - path_params = { - "PayRunID": pay_run_id, - } - - query_params = [] - - header_params = { - "Xero-Tenant-Id": xero_tenant_id, - } - - if idempotency_key is not empty: - header_params["Idempotency-Key"] = idempotency_key - - local_var_files = {} - form_params = [] - - body_params = pay_run - # HTTP header `Accept` - header_params["Accept"] = self.api_client.select_header_accept( - ["application/json"] - ) - - # HTTP header `Content-Type` - header_params["Content-Type"] = self.api_client.select_header_content_type( - ["application/json"] - ) - - # Authentication setting - auth_settings = ["OAuth2"] - url = self.get_resource_url("/PayRuns/{PayRunID}") - - try: - return self.api_client.call_api( - url, - "PUT", - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type="PayRunObject", - response_model_finder=self.get_model_finder(), - auth_settings=auth_settings, - _return_http_data_only=_return_http_data_only, - _preload_content=_preload_content, - _request_timeout=_request_timeout, - collection_formats=collection_formats, - ) - except exceptions.HTTPStatusException as error: - raise translate_status_exception(error, self, "update_pay_run") - def update_pay_slip_line_items( self, xero_tenant_id, diff --git a/xero_python/payrollnz/docs/PayrollNZApi.md b/xero_python/payrollnz/docs/PayrollNZApi.md index 39f294b1..75512755 100644 --- a/xero_python/payrollnz/docs/PayrollNZApi.md +++ b/xero_python/payrollnz/docs/PayrollNZApi.md @@ -73,7 +73,6 @@ Method | HTTP request | Description [**update_employee_leave**](PayrollNzApi.md#update_employee_leave) | **PUT** /Employees/{EmployeeID}/Leave/{LeaveID} | Updates leave records for a specific employee [**update_employee_salary_and_wage**](PayrollNzApi.md#update_employee_salary_and_wage) | **PUT** /Employees/{EmployeeID}/SalaryAndWages/{SalaryAndWagesID} | Updates an employee's salary and wages record [**update_employee_tax**](PayrollNzApi.md#update_employee_tax) | **POST** /Employees/{EmployeeID}/Tax | Updates the tax records for a specific employee -[**update_pay_run**](PayrollNzApi.md#update_pay_run) | **PUT** /PayRuns/{PayRunID} | Updates a pay run [**update_pay_slip_line_items**](PayrollNzApi.md#update_pay_slip_line_items) | **PUT** /PaySlips/{PaySlipID} | Creates an employee pay slip [**update_timesheet_line**](PayrollNzApi.md#update_timesheet_line) | **PUT** /Timesheets/{TimesheetID}/Lines/{TimesheetLineID} | Updates a timesheet line for a specific timesheet @@ -4551,73 +4550,6 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) -# **update_pay_run** -> PayRunObject update_pay_run(xero_tenant_id, pay_run_id, pay_run, idempotency_key=idempotency_key) - -Updates a pay run - -### Example - -* OAuth Authentication (OAuth2): -```python -from xero_python.api_client import Configuration, ApiClient -from xero_python.api_client.oauth2 import OAuth2Token -from xero_python.exceptions import ApiException -from xero_python.payrollnz import PayrollNzApi -from pprint import pprint - -# Configure OAuth2 access token for authorization: OAuth2 -# simplified version, `xero_oauth2_token` represents permanent global token storage -xero_oauth2_token = {} # set to valid xero oauth2 token dictionary -# create client configuration with client id and client secret for automatic token refresh -api_config = Configuration(oauth2_token=OAuth2Token( - client_id="YOUR_API_CLIENT_ID", client_secret="YOUR_API_CLIENT_SECRET" -)) -# configure xero-python sdk client -api_client = ApiClient( - api_config, - oauth2_token_saver=lambda x: xero_oauth2_token.update(x), - oauth2_token_getter=lambda : xero_oauth2_token -) -# create an instance of the API class -api_instance = PayrollNzApi(api_client) - -xero_tenant_id = 'xero_tenant_id_example' # str | Xero identifier for Tenant -pay_run_id = 'pay_run_id_example' # str | Identifier for the pay run -pay_run = {"paymentDate":"2019-07-01"} # PayRun | -idempotency_key = 'KEY_VALUE' # str | This allows you to safely retry requests without the risk of duplicate processing. 128 character max. (optional) -try: - # Updates a pay run - api_response = api_instance.update_pay_run(xero_tenant_id, pay_run_id, pay_run, idempotency_key=idempotency_key) - pprint(api_response) -except ApiException as e: - print("Exception when calling PayrollNzApi->update_pay_run: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **xero_tenant_id** | **str**| Xero identifier for Tenant | - **pay_run_id** | [**str**](.md)| Identifier for the pay run | - **pay_run** | [**PayRun**](PayRun.md)| | - **idempotency_key** | **str**| This allows you to safely retry requests without the risk of duplicate processing. 128 character max. | [optional] - -### Return type - -[**PayRunObject**](PayRunObject.md) - -### Authorization - -[OAuth2](../README.md#OAuth2) - -### HTTP request headers - - - **Content-Type**: application/json - - **Accept**: application/json - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - # **update_pay_slip_line_items** > PaySlipObject update_pay_slip_line_items(xero_tenant_id, pay_slip_id, pay_slip, idempotency_key=idempotency_key) diff --git a/xero_python/payrollnz/models/__init__.py b/xero_python/payrollnz/models/__init__.py index d2798463..8cfdfde3 100644 --- a/xero_python/payrollnz/models/__init__.py +++ b/xero_python/payrollnz/models/__init__.py @@ -2,12 +2,12 @@ # flake8: noqa """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/account.py b/xero_python/payrollnz/models/account.py index 52c83c46..35172e82 100644 --- a/xero_python/payrollnz/models/account.py +++ b/xero_python/payrollnz/models/account.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/accounts.py b/xero_python/payrollnz/models/accounts.py index 29f3577a..49eec8ef 100644 --- a/xero_python/payrollnz/models/accounts.py +++ b/xero_python/payrollnz/models/accounts.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/address.py b/xero_python/payrollnz/models/address.py index 6a83b184..4e6f253e 100644 --- a/xero_python/payrollnz/models/address.py +++ b/xero_python/payrollnz/models/address.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/bank_account.py b/xero_python/payrollnz/models/bank_account.py index 0db7d4ec..74a0e8ea 100644 --- a/xero_python/payrollnz/models/bank_account.py +++ b/xero_python/payrollnz/models/bank_account.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/benefit.py b/xero_python/payrollnz/models/benefit.py index a48793a8..a0d0b595 100644 --- a/xero_python/payrollnz/models/benefit.py +++ b/xero_python/payrollnz/models/benefit.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/calendar_type.py b/xero_python/payrollnz/models/calendar_type.py index ec67f5b1..b4ee6a20 100644 --- a/xero_python/payrollnz/models/calendar_type.py +++ b/xero_python/payrollnz/models/calendar_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/deduction.py b/xero_python/payrollnz/models/deduction.py index 6cf1c98c..4ff058c3 100644 --- a/xero_python/payrollnz/models/deduction.py +++ b/xero_python/payrollnz/models/deduction.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/deduction_line.py b/xero_python/payrollnz/models/deduction_line.py index c33952f4..5f8238bd 100644 --- a/xero_python/payrollnz/models/deduction_line.py +++ b/xero_python/payrollnz/models/deduction_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/deduction_object.py b/xero_python/payrollnz/models/deduction_object.py index 6f5fa475..7d87eebb 100644 --- a/xero_python/payrollnz/models/deduction_object.py +++ b/xero_python/payrollnz/models/deduction_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/deductions.py b/xero_python/payrollnz/models/deductions.py index 60ae6b03..68032c73 100644 --- a/xero_python/payrollnz/models/deductions.py +++ b/xero_python/payrollnz/models/deductions.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_line.py b/xero_python/payrollnz/models/earnings_line.py index 016bdb21..6d85a169 100644 --- a/xero_python/payrollnz/models/earnings_line.py +++ b/xero_python/payrollnz/models/earnings_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_order.py b/xero_python/payrollnz/models/earnings_order.py index 2d5318a2..12f1dd98 100644 --- a/xero_python/payrollnz/models/earnings_order.py +++ b/xero_python/payrollnz/models/earnings_order.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_order_object.py b/xero_python/payrollnz/models/earnings_order_object.py index 52977b06..a997cbfe 100644 --- a/xero_python/payrollnz/models/earnings_order_object.py +++ b/xero_python/payrollnz/models/earnings_order_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_orders.py b/xero_python/payrollnz/models/earnings_orders.py index 162bb272..72be9c6f 100644 --- a/xero_python/payrollnz/models/earnings_orders.py +++ b/xero_python/payrollnz/models/earnings_orders.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_rate.py b/xero_python/payrollnz/models/earnings_rate.py index df6dc811..70e9c98f 100644 --- a/xero_python/payrollnz/models/earnings_rate.py +++ b/xero_python/payrollnz/models/earnings_rate.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_rate_object.py b/xero_python/payrollnz/models/earnings_rate_object.py index 6b9dfa1d..9014235f 100644 --- a/xero_python/payrollnz/models/earnings_rate_object.py +++ b/xero_python/payrollnz/models/earnings_rate_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_rates.py b/xero_python/payrollnz/models/earnings_rates.py index 34066eea..23f2d90a 100644 --- a/xero_python/payrollnz/models/earnings_rates.py +++ b/xero_python/payrollnz/models/earnings_rates.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_template.py b/xero_python/payrollnz/models/earnings_template.py index 91002160..c5340b05 100644 --- a/xero_python/payrollnz/models/earnings_template.py +++ b/xero_python/payrollnz/models/earnings_template.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/earnings_template_object.py b/xero_python/payrollnz/models/earnings_template_object.py index 6fd43c54..85b68eb9 100644 --- a/xero_python/payrollnz/models/earnings_template_object.py +++ b/xero_python/payrollnz/models/earnings_template_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee.py b/xero_python/payrollnz/models/employee.py index b2376cfd..aefac4e3 100644 --- a/xero_python/payrollnz/models/employee.py +++ b/xero_python/payrollnz/models/employee.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_earnings_templates.py b/xero_python/payrollnz/models/employee_earnings_templates.py index 708c2a88..64f14ad0 100644 --- a/xero_python/payrollnz/models/employee_earnings_templates.py +++ b/xero_python/payrollnz/models/employee_earnings_templates.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave.py b/xero_python/payrollnz/models/employee_leave.py index 9f4352ad..91cb40f1 100644 --- a/xero_python/payrollnz/models/employee_leave.py +++ b/xero_python/payrollnz/models/employee_leave.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave_balance.py b/xero_python/payrollnz/models/employee_leave_balance.py index 5fc42c8b..3935bf93 100644 --- a/xero_python/payrollnz/models/employee_leave_balance.py +++ b/xero_python/payrollnz/models/employee_leave_balance.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave_balances.py b/xero_python/payrollnz/models/employee_leave_balances.py index 8ed41347..a7ca4729 100644 --- a/xero_python/payrollnz/models/employee_leave_balances.py +++ b/xero_python/payrollnz/models/employee_leave_balances.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave_object.py b/xero_python/payrollnz/models/employee_leave_object.py index 701babcc..cf6f8a99 100644 --- a/xero_python/payrollnz/models/employee_leave_object.py +++ b/xero_python/payrollnz/models/employee_leave_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave_setup.py b/xero_python/payrollnz/models/employee_leave_setup.py index aaa273a4..24e336e9 100644 --- a/xero_python/payrollnz/models/employee_leave_setup.py +++ b/xero_python/payrollnz/models/employee_leave_setup.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave_setup_object.py b/xero_python/payrollnz/models/employee_leave_setup_object.py index b502be79..06c09d34 100644 --- a/xero_python/payrollnz/models/employee_leave_setup_object.py +++ b/xero_python/payrollnz/models/employee_leave_setup_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave_type.py b/xero_python/payrollnz/models/employee_leave_type.py index 9c1276ba..db2a783e 100644 --- a/xero_python/payrollnz/models/employee_leave_type.py +++ b/xero_python/payrollnz/models/employee_leave_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave_type_object.py b/xero_python/payrollnz/models/employee_leave_type_object.py index a8e054c7..3584e609 100644 --- a/xero_python/payrollnz/models/employee_leave_type_object.py +++ b/xero_python/payrollnz/models/employee_leave_type_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leave_types.py b/xero_python/payrollnz/models/employee_leave_types.py index d0ba3fb4..6c02383f 100644 --- a/xero_python/payrollnz/models/employee_leave_types.py +++ b/xero_python/payrollnz/models/employee_leave_types.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_leaves.py b/xero_python/payrollnz/models/employee_leaves.py index 1e108a09..2301e2ca 100644 --- a/xero_python/payrollnz/models/employee_leaves.py +++ b/xero_python/payrollnz/models/employee_leaves.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_object.py b/xero_python/payrollnz/models/employee_object.py index b76d3807..526f374d 100644 --- a/xero_python/payrollnz/models/employee_object.py +++ b/xero_python/payrollnz/models/employee_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_opening_balance.py b/xero_python/payrollnz/models/employee_opening_balance.py index 8ea5313e..23873e75 100644 --- a/xero_python/payrollnz/models/employee_opening_balance.py +++ b/xero_python/payrollnz/models/employee_opening_balance.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_opening_balances_object.py b/xero_python/payrollnz/models/employee_opening_balances_object.py index 4c5ab86c..15f13195 100644 --- a/xero_python/payrollnz/models/employee_opening_balances_object.py +++ b/xero_python/payrollnz/models/employee_opening_balances_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_pay_template.py b/xero_python/payrollnz/models/employee_pay_template.py index 1da6d96f..a1f5cd5a 100644 --- a/xero_python/payrollnz/models/employee_pay_template.py +++ b/xero_python/payrollnz/models/employee_pay_template.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_pay_template_object.py b/xero_python/payrollnz/models/employee_pay_template_object.py index 25c9d1b2..9121030a 100644 --- a/xero_python/payrollnz/models/employee_pay_template_object.py +++ b/xero_python/payrollnz/models/employee_pay_template_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_pay_templates.py b/xero_python/payrollnz/models/employee_pay_templates.py index b192e4f3..2b2cc803 100644 --- a/xero_python/payrollnz/models/employee_pay_templates.py +++ b/xero_python/payrollnz/models/employee_pay_templates.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_statutory_leave_balance.py b/xero_python/payrollnz/models/employee_statutory_leave_balance.py index cdc674bf..8f789d23 100644 --- a/xero_python/payrollnz/models/employee_statutory_leave_balance.py +++ b/xero_python/payrollnz/models/employee_statutory_leave_balance.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_statutory_leave_balance_object.py b/xero_python/payrollnz/models/employee_statutory_leave_balance_object.py index 0e2ad2f3..8c4c335c 100644 --- a/xero_python/payrollnz/models/employee_statutory_leave_balance_object.py +++ b/xero_python/payrollnz/models/employee_statutory_leave_balance_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_statutory_leave_summary.py b/xero_python/payrollnz/models/employee_statutory_leave_summary.py index 6b458a05..02973d23 100644 --- a/xero_python/payrollnz/models/employee_statutory_leave_summary.py +++ b/xero_python/payrollnz/models/employee_statutory_leave_summary.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_statutory_leaves_summaries.py b/xero_python/payrollnz/models/employee_statutory_leaves_summaries.py index e77812c1..904cf1fb 100644 --- a/xero_python/payrollnz/models/employee_statutory_leaves_summaries.py +++ b/xero_python/payrollnz/models/employee_statutory_leaves_summaries.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_statutory_sick_leave.py b/xero_python/payrollnz/models/employee_statutory_sick_leave.py index d9bd8f75..87e8400a 100644 --- a/xero_python/payrollnz/models/employee_statutory_sick_leave.py +++ b/xero_python/payrollnz/models/employee_statutory_sick_leave.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_statutory_sick_leave_object.py b/xero_python/payrollnz/models/employee_statutory_sick_leave_object.py index 6326a3d3..b9c36ee8 100644 --- a/xero_python/payrollnz/models/employee_statutory_sick_leave_object.py +++ b/xero_python/payrollnz/models/employee_statutory_sick_leave_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_statutory_sick_leaves.py b/xero_python/payrollnz/models/employee_statutory_sick_leaves.py index ca9e3c9f..e7e96149 100644 --- a/xero_python/payrollnz/models/employee_statutory_sick_leaves.py +++ b/xero_python/payrollnz/models/employee_statutory_sick_leaves.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_tax.py b/xero_python/payrollnz/models/employee_tax.py index 9efd203a..e89f43fc 100644 --- a/xero_python/payrollnz/models/employee_tax.py +++ b/xero_python/payrollnz/models/employee_tax.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_tax_object.py b/xero_python/payrollnz/models/employee_tax_object.py index 38c2a2ef..ae443dc6 100644 --- a/xero_python/payrollnz/models/employee_tax_object.py +++ b/xero_python/payrollnz/models/employee_tax_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_working_pattern.py b/xero_python/payrollnz/models/employee_working_pattern.py index 90b742a4..98cfd425 100644 --- a/xero_python/payrollnz/models/employee_working_pattern.py +++ b/xero_python/payrollnz/models/employee_working_pattern.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_working_pattern_with_working_weeks.py b/xero_python/payrollnz/models/employee_working_pattern_with_working_weeks.py index c673c69f..01336b98 100644 --- a/xero_python/payrollnz/models/employee_working_pattern_with_working_weeks.py +++ b/xero_python/payrollnz/models/employee_working_pattern_with_working_weeks.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_working_pattern_with_working_weeks_object.py b/xero_python/payrollnz/models/employee_working_pattern_with_working_weeks_object.py index 4982c6df..37690ef4 100644 --- a/xero_python/payrollnz/models/employee_working_pattern_with_working_weeks_object.py +++ b/xero_python/payrollnz/models/employee_working_pattern_with_working_weeks_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_working_pattern_with_working_weeks_request.py b/xero_python/payrollnz/models/employee_working_pattern_with_working_weeks_request.py index c58be009..28728073 100644 --- a/xero_python/payrollnz/models/employee_working_pattern_with_working_weeks_request.py +++ b/xero_python/payrollnz/models/employee_working_pattern_with_working_weeks_request.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employee_working_patterns_object.py b/xero_python/payrollnz/models/employee_working_patterns_object.py index 9a3281ad..a1e57306 100644 --- a/xero_python/payrollnz/models/employee_working_patterns_object.py +++ b/xero_python/payrollnz/models/employee_working_patterns_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employees.py b/xero_python/payrollnz/models/employees.py index 8effa3d7..bb72d15b 100644 --- a/xero_python/payrollnz/models/employees.py +++ b/xero_python/payrollnz/models/employees.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employment.py b/xero_python/payrollnz/models/employment.py index 7f84f1fc..8d6aa4fd 100644 --- a/xero_python/payrollnz/models/employment.py +++ b/xero_python/payrollnz/models/employment.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/employment_object.py b/xero_python/payrollnz/models/employment_object.py index 411227ef..934d45ca 100644 --- a/xero_python/payrollnz/models/employment_object.py +++ b/xero_python/payrollnz/models/employment_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/gross_earnings_history.py b/xero_python/payrollnz/models/gross_earnings_history.py index c58915cb..2f214845 100644 --- a/xero_python/payrollnz/models/gross_earnings_history.py +++ b/xero_python/payrollnz/models/gross_earnings_history.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/invalid_field.py b/xero_python/payrollnz/models/invalid_field.py index b998c28b..f8c708e1 100644 --- a/xero_python/payrollnz/models/invalid_field.py +++ b/xero_python/payrollnz/models/invalid_field.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/leave_accrual_line.py b/xero_python/payrollnz/models/leave_accrual_line.py index b5df7895..b5d3c23e 100644 --- a/xero_python/payrollnz/models/leave_accrual_line.py +++ b/xero_python/payrollnz/models/leave_accrual_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/leave_earnings_line.py b/xero_python/payrollnz/models/leave_earnings_line.py index c2c917e4..143e674c 100644 --- a/xero_python/payrollnz/models/leave_earnings_line.py +++ b/xero_python/payrollnz/models/leave_earnings_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/leave_period.py b/xero_python/payrollnz/models/leave_period.py index bad7d274..fd2ce8e0 100644 --- a/xero_python/payrollnz/models/leave_period.py +++ b/xero_python/payrollnz/models/leave_period.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/leave_periods.py b/xero_python/payrollnz/models/leave_periods.py index c691bad8..ab9c7318 100644 --- a/xero_python/payrollnz/models/leave_periods.py +++ b/xero_python/payrollnz/models/leave_periods.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/leave_type.py b/xero_python/payrollnz/models/leave_type.py index a67af9e6..344f6939 100644 --- a/xero_python/payrollnz/models/leave_type.py +++ b/xero_python/payrollnz/models/leave_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/leave_type_object.py b/xero_python/payrollnz/models/leave_type_object.py index 40edaba2..c9058be9 100644 --- a/xero_python/payrollnz/models/leave_type_object.py +++ b/xero_python/payrollnz/models/leave_type_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/leave_types.py b/xero_python/payrollnz/models/leave_types.py index e0521dea..afb8cf6c 100644 --- a/xero_python/payrollnz/models/leave_types.py +++ b/xero_python/payrollnz/models/leave_types.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pagination.py b/xero_python/payrollnz/models/pagination.py index 581e85aa..f6b2996b 100644 --- a/xero_python/payrollnz/models/pagination.py +++ b/xero_python/payrollnz/models/pagination.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pay_run.py b/xero_python/payrollnz/models/pay_run.py index ac3720f9..7f7007d5 100644 --- a/xero_python/payrollnz/models/pay_run.py +++ b/xero_python/payrollnz/models/pay_run.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pay_run_calendar.py b/xero_python/payrollnz/models/pay_run_calendar.py index bd0901a7..ca3fe5f3 100644 --- a/xero_python/payrollnz/models/pay_run_calendar.py +++ b/xero_python/payrollnz/models/pay_run_calendar.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pay_run_calendar_object.py b/xero_python/payrollnz/models/pay_run_calendar_object.py index 0a8671fb..148cccdc 100644 --- a/xero_python/payrollnz/models/pay_run_calendar_object.py +++ b/xero_python/payrollnz/models/pay_run_calendar_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pay_run_calendars.py b/xero_python/payrollnz/models/pay_run_calendars.py index 0a5122c4..19d33f9a 100644 --- a/xero_python/payrollnz/models/pay_run_calendars.py +++ b/xero_python/payrollnz/models/pay_run_calendars.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pay_run_object.py b/xero_python/payrollnz/models/pay_run_object.py index 024747c0..724f46ee 100644 --- a/xero_python/payrollnz/models/pay_run_object.py +++ b/xero_python/payrollnz/models/pay_run_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pay_runs.py b/xero_python/payrollnz/models/pay_runs.py index 3bd6ff1a..c648fb82 100644 --- a/xero_python/payrollnz/models/pay_runs.py +++ b/xero_python/payrollnz/models/pay_runs.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pay_slip.py b/xero_python/payrollnz/models/pay_slip.py index fe62f21c..63c1ab45 100644 --- a/xero_python/payrollnz/models/pay_slip.py +++ b/xero_python/payrollnz/models/pay_slip.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pay_slip_object.py b/xero_python/payrollnz/models/pay_slip_object.py index 1ec2207f..f619cd16 100644 --- a/xero_python/payrollnz/models/pay_slip_object.py +++ b/xero_python/payrollnz/models/pay_slip_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/pay_slips.py b/xero_python/payrollnz/models/pay_slips.py index 96769906..bfbb7dd2 100644 --- a/xero_python/payrollnz/models/pay_slips.py +++ b/xero_python/payrollnz/models/pay_slips.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/payment_line.py b/xero_python/payrollnz/models/payment_line.py index 678f6d9f..02bdcd40 100644 --- a/xero_python/payrollnz/models/payment_line.py +++ b/xero_python/payrollnz/models/payment_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/payment_method.py b/xero_python/payrollnz/models/payment_method.py index 0677ccf2..67053f57 100644 --- a/xero_python/payrollnz/models/payment_method.py +++ b/xero_python/payrollnz/models/payment_method.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/payment_method_object.py b/xero_python/payrollnz/models/payment_method_object.py index ea2ad4e1..677e1769 100644 --- a/xero_python/payrollnz/models/payment_method_object.py +++ b/xero_python/payrollnz/models/payment_method_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/problem.py b/xero_python/payrollnz/models/problem.py index 33f70ad0..7f56bd75 100644 --- a/xero_python/payrollnz/models/problem.py +++ b/xero_python/payrollnz/models/problem.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/reimbursement.py b/xero_python/payrollnz/models/reimbursement.py index 27340d1e..c33eb3f9 100644 --- a/xero_python/payrollnz/models/reimbursement.py +++ b/xero_python/payrollnz/models/reimbursement.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/reimbursement_line.py b/xero_python/payrollnz/models/reimbursement_line.py index ad4c8211..192f12b9 100644 --- a/xero_python/payrollnz/models/reimbursement_line.py +++ b/xero_python/payrollnz/models/reimbursement_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/reimbursement_object.py b/xero_python/payrollnz/models/reimbursement_object.py index 2a6671f8..174af0cc 100644 --- a/xero_python/payrollnz/models/reimbursement_object.py +++ b/xero_python/payrollnz/models/reimbursement_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/reimbursements.py b/xero_python/payrollnz/models/reimbursements.py index fb6071ac..8d08955c 100644 --- a/xero_python/payrollnz/models/reimbursements.py +++ b/xero_python/payrollnz/models/reimbursements.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/salary_and_wage.py b/xero_python/payrollnz/models/salary_and_wage.py index 5259d1c1..5cd8ad7e 100644 --- a/xero_python/payrollnz/models/salary_and_wage.py +++ b/xero_python/payrollnz/models/salary_and_wage.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/salary_and_wage_object.py b/xero_python/payrollnz/models/salary_and_wage_object.py index a5c5cb47..b0db64bc 100644 --- a/xero_python/payrollnz/models/salary_and_wage_object.py +++ b/xero_python/payrollnz/models/salary_and_wage_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/salary_and_wages.py b/xero_python/payrollnz/models/salary_and_wages.py index 5fa96a54..8a17a005 100644 --- a/xero_python/payrollnz/models/salary_and_wages.py +++ b/xero_python/payrollnz/models/salary_and_wages.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/settings.py b/xero_python/payrollnz/models/settings.py index 8f766a83..2c25f846 100644 --- a/xero_python/payrollnz/models/settings.py +++ b/xero_python/payrollnz/models/settings.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/statutory_deduction.py b/xero_python/payrollnz/models/statutory_deduction.py index 24cf57b9..2da60ece 100644 --- a/xero_python/payrollnz/models/statutory_deduction.py +++ b/xero_python/payrollnz/models/statutory_deduction.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/statutory_deduction_category.py b/xero_python/payrollnz/models/statutory_deduction_category.py index 5348a355..190833b4 100644 --- a/xero_python/payrollnz/models/statutory_deduction_category.py +++ b/xero_python/payrollnz/models/statutory_deduction_category.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/statutory_deduction_line.py b/xero_python/payrollnz/models/statutory_deduction_line.py index 62a8860b..3424aff6 100644 --- a/xero_python/payrollnz/models/statutory_deduction_line.py +++ b/xero_python/payrollnz/models/statutory_deduction_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/statutory_deduction_object.py b/xero_python/payrollnz/models/statutory_deduction_object.py index 750774f2..cd5e97c1 100644 --- a/xero_python/payrollnz/models/statutory_deduction_object.py +++ b/xero_python/payrollnz/models/statutory_deduction_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/statutory_deductions.py b/xero_python/payrollnz/models/statutory_deductions.py index 745b6803..2438c83d 100644 --- a/xero_python/payrollnz/models/statutory_deductions.py +++ b/xero_python/payrollnz/models/statutory_deductions.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/superannuation_line.py b/xero_python/payrollnz/models/superannuation_line.py index 5ab61bda..ee2541f5 100644 --- a/xero_python/payrollnz/models/superannuation_line.py +++ b/xero_python/payrollnz/models/superannuation_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/superannuation_object.py b/xero_python/payrollnz/models/superannuation_object.py index 87adebb8..94ad212a 100644 --- a/xero_python/payrollnz/models/superannuation_object.py +++ b/xero_python/payrollnz/models/superannuation_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/superannuations.py b/xero_python/payrollnz/models/superannuations.py index 56294fde..074dc3e3 100644 --- a/xero_python/payrollnz/models/superannuations.py +++ b/xero_python/payrollnz/models/superannuations.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/tax_code.py b/xero_python/payrollnz/models/tax_code.py index ae2690ab..a9298684 100644 --- a/xero_python/payrollnz/models/tax_code.py +++ b/xero_python/payrollnz/models/tax_code.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/tax_line.py b/xero_python/payrollnz/models/tax_line.py index 5ef4b8fd..83eea2e5 100644 --- a/xero_python/payrollnz/models/tax_line.py +++ b/xero_python/payrollnz/models/tax_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/tax_settings.py b/xero_python/payrollnz/models/tax_settings.py index 3f192110..8856afc3 100644 --- a/xero_python/payrollnz/models/tax_settings.py +++ b/xero_python/payrollnz/models/tax_settings.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/timesheet.py b/xero_python/payrollnz/models/timesheet.py index 684fad91..c8ac30af 100644 --- a/xero_python/payrollnz/models/timesheet.py +++ b/xero_python/payrollnz/models/timesheet.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/timesheet_earnings_line.py b/xero_python/payrollnz/models/timesheet_earnings_line.py index 107ccf53..b960a2ad 100644 --- a/xero_python/payrollnz/models/timesheet_earnings_line.py +++ b/xero_python/payrollnz/models/timesheet_earnings_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/timesheet_line.py b/xero_python/payrollnz/models/timesheet_line.py index a16a47aa..b2f3dc60 100644 --- a/xero_python/payrollnz/models/timesheet_line.py +++ b/xero_python/payrollnz/models/timesheet_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/timesheet_line_object.py b/xero_python/payrollnz/models/timesheet_line_object.py index d0ec74a0..9e9e7ccb 100644 --- a/xero_python/payrollnz/models/timesheet_line_object.py +++ b/xero_python/payrollnz/models/timesheet_line_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/timesheet_object.py b/xero_python/payrollnz/models/timesheet_object.py index 6bcd3169..2866d668 100644 --- a/xero_python/payrollnz/models/timesheet_object.py +++ b/xero_python/payrollnz/models/timesheet_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/timesheets.py b/xero_python/payrollnz/models/timesheets.py index f2fc7a66..031c1dfe 100644 --- a/xero_python/payrollnz/models/timesheets.py +++ b/xero_python/payrollnz/models/timesheets.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/tracking_categories.py b/xero_python/payrollnz/models/tracking_categories.py index 2d18fe86..6789302d 100644 --- a/xero_python/payrollnz/models/tracking_categories.py +++ b/xero_python/payrollnz/models/tracking_categories.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/tracking_category.py b/xero_python/payrollnz/models/tracking_category.py index 3c353f10..61e40db0 100644 --- a/xero_python/payrollnz/models/tracking_category.py +++ b/xero_python/payrollnz/models/tracking_category.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollnz/models/working_week.py b/xero_python/payrollnz/models/working_week.py index bc047e1e..299362e9 100644 --- a/xero_python/payrollnz/models/working_week.py +++ b/xero_python/payrollnz/models/working_week.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll NZ +Xero Payroll NZ - This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 +This is the Xero Payroll API for orgs in the NZ region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2a170048..6665ea65 100644 --- a/xero_python/payrolluk/__init__.py +++ b/xero_python/payrolluk/__init__.py @@ -3,12 +3,12 @@ # flake8: noqa """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 1e27bd54..22666582 100644 --- a/xero_python/payrolluk/api/payroll_uk_api.py +++ b/xero_python/payrolluk/api/payroll_uk_api.py @@ -21,7 +21,7 @@ """ """ - OpenAPI spec version: 9.1.0 + OpenAPI spec version: 9.1.1 """ @@ -5675,100 +5675,6 @@ def update_employee_salary_and_wage( error, self, "update_employee_salary_and_wage" ) - def update_pay_run( - self, - xero_tenant_id, - pay_run_id, - pay_run, - idempotency_key=empty, - _return_http_data_only=True, - _preload_content=True, - _request_timeout=None, - ): - """Updates a specific pay run # noqa: E501 - OAuth2 scope: payroll.payruns - :param str xero_tenant_id: Xero identifier for Tenant (required) - :param str pay_run_id: Identifier for the pay run (required) - :param PayRun pay_run: (required) - :param str idempotency_key: This allows you to safely retry requests without the risk of duplicate processing. 128 character max. - :param bool _return_http_data_only: return received data only - :param bool _preload_content: load received data in models - :param bool _request_timeout: maximum wait time for response - :return: PayRunObject - """ - - # verify the required parameter 'xero_tenant_id' is set - if xero_tenant_id is None: - raise ValueError( - "Missing the required parameter `xero_tenant_id` " - "when calling `update_pay_run`" - ) - # verify the required parameter 'pay_run_id' is set - if pay_run_id is None: - raise ValueError( - "Missing the required parameter `pay_run_id` " - "when calling `update_pay_run`" - ) - # verify the required parameter 'pay_run' is set - if pay_run is None: - raise ValueError( - "Missing the required parameter `pay_run` " - "when calling `update_pay_run`" - ) - - collection_formats = {} - path_params = { - "PayRunID": pay_run_id, - } - - query_params = [] - - header_params = { - "Xero-Tenant-Id": xero_tenant_id, - } - - if idempotency_key is not empty: - header_params["Idempotency-Key"] = idempotency_key - - local_var_files = {} - form_params = [] - - body_params = pay_run - # HTTP header `Accept` - header_params["Accept"] = self.api_client.select_header_accept( - ["application/json"] - ) - - # HTTP header `Content-Type` - header_params["Content-Type"] = self.api_client.select_header_content_type( - ["application/json"] - ) - - # Authentication setting - auth_settings = ["OAuth2"] - url = self.get_resource_url("/PayRuns/{PayRunID}") - - try: - return self.api_client.call_api( - url, - "PUT", - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type="PayRunObject", - response_model_finder=self.get_model_finder(), - auth_settings=auth_settings, - _return_http_data_only=_return_http_data_only, - _preload_content=_preload_content, - _request_timeout=_request_timeout, - collection_formats=collection_formats, - ) - except exceptions.HTTPStatusException as error: - raise translate_status_exception(error, self, "update_pay_run") - def update_timesheet_line( self, xero_tenant_id, diff --git a/xero_python/payrolluk/docs/PayrollUkApi.md b/xero_python/payrolluk/docs/PayrollUkApi.md index 83c2efcb..bfaf6959 100644 --- a/xero_python/payrolluk/docs/PayrollUkApi.md +++ b/xero_python/payrolluk/docs/PayrollUkApi.md @@ -72,7 +72,6 @@ Method | HTTP request | Description [**update_employee_leave**](PayrollUkApi.md#update_employee_leave) | **PUT** /Employees/{EmployeeID}/Leave/{LeaveID} | Updates a specific employee's leave records [**update_employee_opening_balances**](PayrollUkApi.md#update_employee_opening_balances) | **PUT** /Employees/{EmployeeID}/ukopeningbalances | Updates a specific employee's opening balances [**update_employee_salary_and_wage**](PayrollUkApi.md#update_employee_salary_and_wage) | **PUT** /Employees/{EmployeeID}/SalaryAndWages/{SalaryAndWagesID} | Updates salary and wages record for a specific employee -[**update_pay_run**](PayrollUkApi.md#update_pay_run) | **PUT** /PayRuns/{PayRunID} | Updates a specific pay run [**update_timesheet_line**](PayrollUkApi.md#update_timesheet_line) | **PUT** /Timesheets/{TimesheetID}/Lines/{TimesheetLineID} | Updates a specific timesheet line for a specific timesheet @@ -4480,73 +4479,6 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) -# **update_pay_run** -> PayRunObject update_pay_run(xero_tenant_id, pay_run_id, pay_run, idempotency_key=idempotency_key) - -Updates a specific pay run - -### Example - -* OAuth Authentication (OAuth2): -```python -from xero_python.api_client import Configuration, ApiClient -from xero_python.api_client.oauth2 import OAuth2Token -from xero_python.exceptions import ApiException -from xero_python.payrolluk import PayrollUkApi -from pprint import pprint - -# Configure OAuth2 access token for authorization: OAuth2 -# simplified version, `xero_oauth2_token` represents permanent global token storage -xero_oauth2_token = {} # set to valid xero oauth2 token dictionary -# create client configuration with client id and client secret for automatic token refresh -api_config = Configuration(oauth2_token=OAuth2Token( - client_id="YOUR_API_CLIENT_ID", client_secret="YOUR_API_CLIENT_SECRET" -)) -# configure xero-python sdk client -api_client = ApiClient( - api_config, - oauth2_token_saver=lambda x: xero_oauth2_token.update(x), - oauth2_token_getter=lambda : xero_oauth2_token -) -# create an instance of the API class -api_instance = PayrollUkApi(api_client) - -xero_tenant_id = 'xero_tenant_id_example' # str | Xero identifier for Tenant -pay_run_id = 'pay_run_id_example' # str | Identifier for the pay run -pay_run = {"paymentDate":"2020-05-01"} # PayRun | -idempotency_key = 'KEY_VALUE' # str | This allows you to safely retry requests without the risk of duplicate processing. 128 character max. (optional) -try: - # Updates a specific pay run - api_response = api_instance.update_pay_run(xero_tenant_id, pay_run_id, pay_run, idempotency_key=idempotency_key) - pprint(api_response) -except ApiException as e: - print("Exception when calling PayrollUkApi->update_pay_run: %s\n" % e) -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **xero_tenant_id** | **str**| Xero identifier for Tenant | - **pay_run_id** | [**str**](.md)| Identifier for the pay run | - **pay_run** | [**PayRun**](PayRun.md)| | - **idempotency_key** | **str**| This allows you to safely retry requests without the risk of duplicate processing. 128 character max. | [optional] - -### Return type - -[**PayRunObject**](PayRunObject.md) - -### Authorization - -[OAuth2](../README.md#OAuth2) - -### HTTP request headers - - - **Content-Type**: application/json - - **Accept**: application/json - -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) - # **update_timesheet_line** > TimesheetLineObject update_timesheet_line(xero_tenant_id, timesheet_id, timesheet_line_id, timesheet_line, idempotency_key=idempotency_key) diff --git a/xero_python/payrolluk/models/__init__.py b/xero_python/payrolluk/models/__init__.py index f2954781..5ecbd5e9 100644 --- a/xero_python/payrolluk/models/__init__.py +++ b/xero_python/payrolluk/models/__init__.py @@ -2,12 +2,12 @@ # flake8: noqa """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 9d35d8a2..6a2e12e2 100644 --- a/xero_python/payrolluk/models/account.py +++ b/xero_python/payrolluk/models/account.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 6a507062..c8008ce3 100644 --- a/xero_python/payrolluk/models/accounts.py +++ b/xero_python/payrolluk/models/accounts.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 5faf7f57..6bd3ef82 100644 --- a/xero_python/payrolluk/models/address.py +++ b/xero_python/payrolluk/models/address.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 58e9f2c2..db2b6bd7 100644 --- a/xero_python/payrolluk/models/bank_account.py +++ b/xero_python/payrolluk/models/bank_account.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 bb98cc95..e4220b74 100644 --- a/xero_python/payrolluk/models/benefit.py +++ b/xero_python/payrolluk/models/benefit.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 69598972..4224eb01 100644 --- a/xero_python/payrolluk/models/benefit_line.py +++ b/xero_python/payrolluk/models/benefit_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 f5c66520..7fa0de09 100644 --- a/xero_python/payrolluk/models/benefit_object.py +++ b/xero_python/payrolluk/models/benefit_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 9b72df0b..adade269 100644 --- a/xero_python/payrolluk/models/benefits.py +++ b/xero_python/payrolluk/models/benefits.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 22c15b28..921c661e 100644 --- a/xero_python/payrolluk/models/court_order_line.py +++ b/xero_python/payrolluk/models/court_order_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 8afb6bf4..6c78d730 100644 --- a/xero_python/payrolluk/models/deduction.py +++ b/xero_python/payrolluk/models/deduction.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 b1a7c593..032dee71 100644 --- a/xero_python/payrolluk/models/deduction_line.py +++ b/xero_python/payrolluk/models/deduction_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 1361638e..9abebf9e 100644 --- a/xero_python/payrolluk/models/deduction_object.py +++ b/xero_python/payrolluk/models/deduction_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 1a0a88c6..0fd7c65a 100644 --- a/xero_python/payrolluk/models/deductions.py +++ b/xero_python/payrolluk/models/deductions.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 0f6feb71..601ab54c 100644 --- a/xero_python/payrolluk/models/earnings_line.py +++ b/xero_python/payrolluk/models/earnings_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 5faa8aad..14cca1b0 100644 --- a/xero_python/payrolluk/models/earnings_order.py +++ b/xero_python/payrolluk/models/earnings_order.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 82822abc..c65425b1 100644 --- a/xero_python/payrolluk/models/earnings_order_object.py +++ b/xero_python/payrolluk/models/earnings_order_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 4e104a76..ac696e62 100644 --- a/xero_python/payrolluk/models/earnings_orders.py +++ b/xero_python/payrolluk/models/earnings_orders.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 367ad37c..6a3d4f04 100644 --- a/xero_python/payrolluk/models/earnings_rate.py +++ b/xero_python/payrolluk/models/earnings_rate.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d469f668..782a87d2 100644 --- a/xero_python/payrolluk/models/earnings_rate_object.py +++ b/xero_python/payrolluk/models/earnings_rate_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2200b480..1bea527d 100644 --- a/xero_python/payrolluk/models/earnings_rates.py +++ b/xero_python/payrolluk/models/earnings_rates.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 12282cd0..d619e049 100644 --- a/xero_python/payrolluk/models/earnings_template.py +++ b/xero_python/payrolluk/models/earnings_template.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 3f5e0856..a72421b2 100644 --- a/xero_python/payrolluk/models/earnings_template_object.py +++ b/xero_python/payrolluk/models/earnings_template_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 efa10163..c3e011e3 100644 --- a/xero_python/payrolluk/models/employee.py +++ b/xero_python/payrolluk/models/employee.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 4d2dafc6..67213792 100644 --- a/xero_python/payrolluk/models/employee_leave.py +++ b/xero_python/payrolluk/models/employee_leave.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 9f12cd9d..bba26239 100644 --- a/xero_python/payrolluk/models/employee_leave_balance.py +++ b/xero_python/payrolluk/models/employee_leave_balance.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2ad547a2..4f5d2781 100644 --- a/xero_python/payrolluk/models/employee_leave_balances.py +++ b/xero_python/payrolluk/models/employee_leave_balances.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2db020d6..b687fefe 100644 --- a/xero_python/payrolluk/models/employee_leave_object.py +++ b/xero_python/payrolluk/models/employee_leave_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 eab78625..0333c790 100644 --- a/xero_python/payrolluk/models/employee_leave_type.py +++ b/xero_python/payrolluk/models/employee_leave_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 352b44d1..6cbd6e25 100644 --- a/xero_python/payrolluk/models/employee_leave_type_object.py +++ b/xero_python/payrolluk/models/employee_leave_type_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 72e821f5..06ad93eb 100644 --- a/xero_python/payrolluk/models/employee_leave_types.py +++ b/xero_python/payrolluk/models/employee_leave_types.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 bb546eb7..a4fe9ed2 100644 --- a/xero_python/payrolluk/models/employee_leaves.py +++ b/xero_python/payrolluk/models/employee_leaves.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d2530f9f..4d468a78 100644 --- a/xero_python/payrolluk/models/employee_object.py +++ b/xero_python/payrolluk/models/employee_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 36a8d1d3..06cd567c 100644 --- a/xero_python/payrolluk/models/employee_opening_balances.py +++ b/xero_python/payrolluk/models/employee_opening_balances.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d289daeb..741bf863 100644 --- a/xero_python/payrolluk/models/employee_opening_balances_object.py +++ b/xero_python/payrolluk/models/employee_opening_balances_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 800ae4b5..9e19c31b 100644 --- a/xero_python/payrolluk/models/employee_pay_template.py +++ b/xero_python/payrolluk/models/employee_pay_template.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 657ae88f..dc7f91db 100644 --- a/xero_python/payrolluk/models/employee_pay_template_object.py +++ b/xero_python/payrolluk/models/employee_pay_template_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 9c9867bf..897d0a21 100644 --- a/xero_python/payrolluk/models/employee_pay_templates.py +++ b/xero_python/payrolluk/models/employee_pay_templates.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 a0cb0812..dcea0cd7 100644 --- a/xero_python/payrolluk/models/employee_statutory_leave_balance.py +++ b/xero_python/payrolluk/models/employee_statutory_leave_balance.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 809f4f7d..baebddae 100644 --- a/xero_python/payrolluk/models/employee_statutory_leave_balance_object.py +++ b/xero_python/payrolluk/models/employee_statutory_leave_balance_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 4f9c809b..dcd2ecbf 100644 --- a/xero_python/payrolluk/models/employee_statutory_leave_summary.py +++ b/xero_python/payrolluk/models/employee_statutory_leave_summary.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 960dc00b..0b6f2074 100644 --- a/xero_python/payrolluk/models/employee_statutory_leaves_summaries.py +++ b/xero_python/payrolluk/models/employee_statutory_leaves_summaries.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 98306902..49e80eec 100644 --- a/xero_python/payrolluk/models/employee_statutory_sick_leave.py +++ b/xero_python/payrolluk/models/employee_statutory_sick_leave.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 9dcc9f61..66a09f05 100644 --- a/xero_python/payrolluk/models/employee_statutory_sick_leave_object.py +++ b/xero_python/payrolluk/models/employee_statutory_sick_leave_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 03deef03..bb19dcc8 100644 --- a/xero_python/payrolluk/models/employee_statutory_sick_leaves.py +++ b/xero_python/payrolluk/models/employee_statutory_sick_leaves.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 907cb863..365bbb28 100644 --- a/xero_python/payrolluk/models/employee_tax.py +++ b/xero_python/payrolluk/models/employee_tax.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 88381c48..b2891ca0 100644 --- a/xero_python/payrolluk/models/employee_tax_object.py +++ b/xero_python/payrolluk/models/employee_tax_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 6bc094f7..45905504 100644 --- a/xero_python/payrolluk/models/employees.py +++ b/xero_python/payrolluk/models/employees.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 5cf927c9..65a9d314 100644 --- a/xero_python/payrolluk/models/employment.py +++ b/xero_python/payrolluk/models/employment.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 31e839ed..4ce4ba06 100644 --- a/xero_python/payrolluk/models/employment_object.py +++ b/xero_python/payrolluk/models/employment_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 ec0371a1..1f38acad 100644 --- a/xero_python/payrolluk/models/invalid_field.py +++ b/xero_python/payrolluk/models/invalid_field.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d3216125..110b3287 100644 --- a/xero_python/payrolluk/models/leave_accrual_line.py +++ b/xero_python/payrolluk/models/leave_accrual_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d2a9e2d2..839a3f04 100644 --- a/xero_python/payrolluk/models/leave_earnings_line.py +++ b/xero_python/payrolluk/models/leave_earnings_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 725239c4..70f8cbb6 100644 --- a/xero_python/payrolluk/models/leave_period.py +++ b/xero_python/payrolluk/models/leave_period.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 00da74ff..65e8e96c 100644 --- a/xero_python/payrolluk/models/leave_periods.py +++ b/xero_python/payrolluk/models/leave_periods.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 3d2c80fb..e6b04987 100644 --- a/xero_python/payrolluk/models/leave_type.py +++ b/xero_python/payrolluk/models/leave_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d6f0f291..6626e1d2 100644 --- a/xero_python/payrolluk/models/leave_type_object.py +++ b/xero_python/payrolluk/models/leave_type_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 4a16497b..0e67ffc1 100644 --- a/xero_python/payrolluk/models/leave_types.py +++ b/xero_python/payrolluk/models/leave_types.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/ni_category.py b/xero_python/payrolluk/models/ni_category.py index 3d35a7d8..19ee6c54 100644 --- a/xero_python/payrolluk/models/ni_category.py +++ b/xero_python/payrolluk/models/ni_category.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/ni_category_letter.py b/xero_python/payrolluk/models/ni_category_letter.py index 7a3820ca..efc69725 100644 --- a/xero_python/payrolluk/models/ni_category_letter.py +++ b/xero_python/payrolluk/models/ni_category_letter.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/ni_category_one_of.py b/xero_python/payrolluk/models/ni_category_one_of.py index e30cb161..106a09e2 100644 --- a/xero_python/payrolluk/models/ni_category_one_of.py +++ b/xero_python/payrolluk/models/ni_category_one_of.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/ni_category_one_of1.py b/xero_python/payrolluk/models/ni_category_one_of1.py index 1112b756..8c61e397 100644 --- a/xero_python/payrolluk/models/ni_category_one_of1.py +++ b/xero_python/payrolluk/models/ni_category_one_of1.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d9cdc10b..f4114baa 100644 --- a/xero_python/payrolluk/models/pagination.py +++ b/xero_python/payrolluk/models/pagination.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 9f96a82c..ec73437d 100644 --- a/xero_python/payrolluk/models/pay_run.py +++ b/xero_python/payrolluk/models/pay_run.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 76d93a06..1f406a2e 100644 --- a/xero_python/payrolluk/models/pay_run_calendar.py +++ b/xero_python/payrolluk/models/pay_run_calendar.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 483a9c9a..a880ef1b 100644 --- a/xero_python/payrolluk/models/pay_run_calendar_object.py +++ b/xero_python/payrolluk/models/pay_run_calendar_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d9b39182..757447f7 100644 --- a/xero_python/payrolluk/models/pay_run_calendars.py +++ b/xero_python/payrolluk/models/pay_run_calendars.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 a64898da..f3e89e8b 100644 --- a/xero_python/payrolluk/models/pay_run_object.py +++ b/xero_python/payrolluk/models/pay_run_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 52d7b96b..fa1b099c 100644 --- a/xero_python/payrolluk/models/pay_runs.py +++ b/xero_python/payrolluk/models/pay_runs.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 781ba8e9..99d3d39c 100644 --- a/xero_python/payrolluk/models/payment_line.py +++ b/xero_python/payrolluk/models/payment_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 89a09cfb..20383ce7 100644 --- a/xero_python/payrolluk/models/payment_method.py +++ b/xero_python/payrolluk/models/payment_method.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 6d7b7a28..9b0c51f5 100644 --- a/xero_python/payrolluk/models/payment_method_object.py +++ b/xero_python/payrolluk/models/payment_method_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 cfb76a96..5cab1e20 100644 --- a/xero_python/payrolluk/models/payslip.py +++ b/xero_python/payrolluk/models/payslip.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 07a5a831..32ddf530 100644 --- a/xero_python/payrolluk/models/payslip_object.py +++ b/xero_python/payrolluk/models/payslip_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2bfe9b9b..a61c3bba 100644 --- a/xero_python/payrolluk/models/payslips.py +++ b/xero_python/payrolluk/models/payslips.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 87d8dd7c..330df9a7 100644 --- a/xero_python/payrolluk/models/problem.py +++ b/xero_python/payrolluk/models/problem.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2de7616b..09c9d321 100644 --- a/xero_python/payrolluk/models/reimbursement.py +++ b/xero_python/payrolluk/models/reimbursement.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 dac66d7b..cb39ee0d 100644 --- a/xero_python/payrolluk/models/reimbursement_line.py +++ b/xero_python/payrolluk/models/reimbursement_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 ee0bb1ca..8fdf1c65 100644 --- a/xero_python/payrolluk/models/reimbursement_object.py +++ b/xero_python/payrolluk/models/reimbursement_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 17383e1d..ea038cf7 100644 --- a/xero_python/payrolluk/models/reimbursements.py +++ b/xero_python/payrolluk/models/reimbursements.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 494e6c6f..95a3ce48 100644 --- a/xero_python/payrolluk/models/salary_and_wage.py +++ b/xero_python/payrolluk/models/salary_and_wage.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 5021e9c3..ac5c5e50 100644 --- a/xero_python/payrolluk/models/salary_and_wage_object.py +++ b/xero_python/payrolluk/models/salary_and_wage_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 3e9c5165..1d0071d7 100644 --- a/xero_python/payrolluk/models/salary_and_wages.py +++ b/xero_python/payrolluk/models/salary_and_wages.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 8788dbba..63646e51 100644 --- a/xero_python/payrolluk/models/settings.py +++ b/xero_python/payrolluk/models/settings.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 e1196d7b..ffe0ee5e 100644 --- a/xero_python/payrolluk/models/statutory_deduction.py +++ b/xero_python/payrolluk/models/statutory_deduction.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 499c95ee..b5e78974 100644 --- a/xero_python/payrolluk/models/statutory_deduction_category.py +++ b/xero_python/payrolluk/models/statutory_deduction_category.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 58a1b680..fbe23401 100644 --- a/xero_python/payrolluk/models/tax_line.py +++ b/xero_python/payrolluk/models/tax_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 ae711971..64000186 100644 --- a/xero_python/payrolluk/models/timesheet.py +++ b/xero_python/payrolluk/models/timesheet.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d016619f..301965f3 100644 --- a/xero_python/payrolluk/models/timesheet_earnings_line.py +++ b/xero_python/payrolluk/models/timesheet_earnings_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 9ab789e9..15c79a95 100644 --- a/xero_python/payrolluk/models/timesheet_line.py +++ b/xero_python/payrolluk/models/timesheet_line.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 349b5170..fd1ac776 100644 --- a/xero_python/payrolluk/models/timesheet_line_object.py +++ b/xero_python/payrolluk/models/timesheet_line_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 f8f2f3d1..147d46ef 100644 --- a/xero_python/payrolluk/models/timesheet_object.py +++ b/xero_python/payrolluk/models/timesheet_object.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2e7cef7c..a701395e 100644 --- a/xero_python/payrolluk/models/timesheets.py +++ b/xero_python/payrolluk/models/timesheets.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 91f1743c..0d5fc368 100644 --- a/xero_python/payrolluk/models/tracking_categories.py +++ b/xero_python/payrolluk/models/tracking_categories.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 00f19ad3..c5d5f448 100644 --- a/xero_python/payrolluk/models/tracking_category.py +++ b/xero_python/payrolluk/models/tracking_category.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Payroll UK +Xero Payroll UK - This is the Xero Payroll API for orgs in the UK region. # noqa: E501 +This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 022237df..c06fe940 100644 --- a/xero_python/project/__init__.py +++ b/xero_python/project/__init__.py @@ -3,12 +3,12 @@ # flake8: noqa """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 ee299cb7..2e7a0aca 100644 --- a/xero_python/project/api/project_api.py +++ b/xero_python/project/api/project_api.py @@ -21,7 +21,7 @@ """ """ - OpenAPI spec version: 9.1.0 + OpenAPI spec version: 9.1.1 """ diff --git a/xero_python/project/models/__init__.py b/xero_python/project/models/__init__.py index 44e170f1..8151657a 100644 --- a/xero_python/project/models/__init__.py +++ b/xero_python/project/models/__init__.py @@ -2,12 +2,12 @@ # flake8: noqa """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 b1953818..83866b09 100644 --- a/xero_python/project/models/amount.py +++ b/xero_python/project/models/amount.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 94e30a15..b0dcf602 100644 --- a/xero_python/project/models/charge_type.py +++ b/xero_python/project/models/charge_type.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 70fc0d27..f7641aa2 100644 --- a/xero_python/project/models/currency_code.py +++ b/xero_python/project/models/currency_code.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 d11c925a..4bdb2e34 100644 --- a/xero_python/project/models/error.py +++ b/xero_python/project/models/error.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 858f2cea..9336dacc 100644 --- a/xero_python/project/models/pagination.py +++ b/xero_python/project/models/pagination.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 59aab234..b9a727ee 100644 --- a/xero_python/project/models/project.py +++ b/xero_python/project/models/project.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 50c032d7..ebf350e8 100644 --- a/xero_python/project/models/project_create_or_update.py +++ b/xero_python/project/models/project_create_or_update.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 0e5fbaa6..d6f1318c 100644 --- a/xero_python/project/models/project_patch.py +++ b/xero_python/project/models/project_patch.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 47dc5d1f..0b573eaf 100644 --- a/xero_python/project/models/project_status.py +++ b/xero_python/project/models/project_status.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 758c9c84..2c1775e5 100644 --- a/xero_python/project/models/project_user.py +++ b/xero_python/project/models/project_user.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 c414e8e5..7c0c7f07 100644 --- a/xero_python/project/models/project_users.py +++ b/xero_python/project/models/project_users.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 c2d76485..21eead9c 100644 --- a/xero_python/project/models/projects.py +++ b/xero_python/project/models/projects.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 17e3a476..5244df2d 100644 --- a/xero_python/project/models/task.py +++ b/xero_python/project/models/task.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 253992c6..d1b77e17 100644 --- a/xero_python/project/models/task_create_or_update.py +++ b/xero_python/project/models/task_create_or_update.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 b6dd038d..4a07c612 100644 --- a/xero_python/project/models/tasks.py +++ b/xero_python/project/models/tasks.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 1147f620..cf7b6058 100644 --- a/xero_python/project/models/time_entries.py +++ b/xero_python/project/models/time_entries.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 0e37eeb8..332fb2b3 100644 --- a/xero_python/project/models/time_entry.py +++ b/xero_python/project/models/time_entry.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +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 2d78afb2..7a5b1549 100644 --- a/xero_python/project/models/time_entry_create_or_update.py +++ b/xero_python/project/models/time_entry_create_or_update.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero Projects API +Xero Projects API - This is the Xero Projects API # noqa: E501 +This is the Xero Projects API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """ diff --git a/xero_python/rest.py b/xero_python/rest.py index aea4ba26..db0e84a6 100644 --- a/xero_python/rest.py +++ b/xero_python/rest.py @@ -1,12 +1,12 @@ # coding: utf-8 """ - Xero OAuth 2 Identity Service API +Xero OAuth 2 Identity Service API - These endpoints are related to managing authentication tokens and identity for Xero API # noqa: E501 +These endpoints are related to managing authentication tokens and identity for Xero API # noqa: E501 - Contact: api@xero.com - Generated by: https://openapi-generator.tech +Contact: api@xero.com +Generated by: https://openapi-generator.tech """