From 80c18e42ba568b04b4928c5bc4807bc33127d371 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 27 Jan 2026 03:52:28 +0000 Subject: [PATCH] [PETOSS-891] Release OpenAPI Specification 10.1.0 (#404) --- docs/v1/accounting/index.html | 30 +++++++++- docs/v1/appstore/index.html | 2 +- docs/v1/assets/index.html | 2 +- docs/v1/files/index.html | 2 +- docs/v1/finance/index.html | 2 +- docs/v1/payroll-au/index.html | 2 +- docs/v1/payroll-nz/index.html | 32 ++-------- docs/v1/payroll-uk/index.html | 2 +- docs/v1/projects/index.html | 2 +- setup.py | 2 +- xero_python/__init__.py | 2 +- xero_python/accounting/api/accounting_api.py | 11 +++- xero_python/accounting/docs/AccountingApi.md | 6 +- xero_python/accounting/docs/Overpayment.md | 1 + xero_python/accounting/models/overpayment.py | 29 +++++++++ xero_python/appstore/api/app_store_api.py | 2 +- xero_python/assets/api/asset_api.py | 2 +- xero_python/docs/README.md | 4 +- xero_python/file/api/files_api.py | 2 +- xero_python/finance/api/finance_api.py | 2 +- xero_python/identity/api/identity_api.py | 2 +- xero_python/payrollau/api/payroll_au_api.py | 2 +- xero_python/payrollnz/api/payroll_nz_api.py | 2 +- .../payrollnz/docs/EmployeeLeaveSetup.md | 2 - .../payrollnz/docs/EmployeeLeaveType.md | 3 +- xero_python/payrollnz/docs/PayrollNZApi.md | 4 +- .../payrollnz/models/employee_leave_setup.py | 60 ------------------- .../payrollnz/models/employee_leave_type.py | 35 +---------- xero_python/payrolluk/api/payroll_uk_api.py | 2 +- xero_python/project/api/project_api.py | 2 +- 30 files changed, 101 insertions(+), 152 deletions(-) diff --git a/docs/v1/accounting/index.html b/docs/v1/accounting/index.html index dd5cb3c4..af968792 100644 --- a/docs/v1/accounting/index.html +++ b/docs/v1/accounting/index.html @@ -4357,6 +4357,11 @@ "example" : false, "default" : false }, + "Reference" : { + "type" : "string", + "description" : "An optional description for Overpayment", + "example" : "Ref for payment" + }, "Attachments" : { "type" : "array", "description" : "See Attachments", @@ -6344,7 +6349,7 @@