From 7aa759d31621186de1c9fcbd600d6f15b6f2de73 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 2 Apr 2026 00:33:58 +0000 Subject: [PATCH] Releasing 11.0.0 (OAS: 12.0.0) --- 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-v2/index.html | 2 +- docs/v1/payroll-au/index.html | 2 +- docs/v1/payroll-nz/index.html | 2 +- docs/v1/payroll-uk/index.html | 6 ++-- 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/Prepayment.md | 1 + xero_python/accounting/models/prepayment.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 +- .../payrollauv2/api/payroll_au_v2_api.py | 2 +- xero_python/payrollnz/api/payroll_nz_api.py | 2 +- xero_python/payrolluk/api/payroll_uk_api.py | 2 +- xero_python/payrolluk/models/earnings_rate.py | 1 + .../employee_statutory_leave_summary.py | 1 + xero_python/project/api/project_api.py | 2 +- 29 files changed, 98 insertions(+), 31 deletions(-) diff --git a/docs/v1/accounting/index.html b/docs/v1/accounting/index.html index c6415660..d11bf35b 100644 --- a/docs/v1/accounting/index.html +++ b/docs/v1/accounting/index.html @@ -4758,6 +4758,11 @@ "description" : "Returns Invoice number field. Reference field isn't available.", "readOnly" : true }, + "InvoiceNumber" : { + "type" : "string", + "description" : "Returns Invoice number for prepayment receive document only.", + "readOnly" : true + }, "UpdatedDateUTC" : { "type" : "string", "description" : "UTC timestamp of last update to the prepayment", @@ -6350,7 +6355,7 @@