From 5ad65a23e64738340c92b6c2e937326678cd599f Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 7 May 2026 01:21:43 +0000 Subject: [PATCH] Releasing 12.0.0 (OAS: 13.0.0) --- docs/v1/accounting/index.html | 699 +----------------- docs/v1/appstore/index.html | 2 +- docs/v1/assets/index.html | 2 +- docs/v1/files/index.html | 12 +- 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 | 2 +- docs/v1/projects/index.html | 2 +- setup.py | 2 +- xero_python/__init__.py | 2 +- xero_python/accounting/api/accounting_api.py | 341 +-------- xero_python/accounting/docs/AccountingApi.md | 276 ------- 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/file/docs/Association.md | 2 + xero_python/file/docs/FilesApi.md | 4 +- xero_python/file/models/association.py | 58 ++ 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/project/api/project_api.py | 2 +- 30 files changed, 133 insertions(+), 1333 deletions(-) diff --git a/docs/v1/accounting/index.html b/docs/v1/accounting/index.html index 4afa1fc4..0d51922c 100644 --- a/docs/v1/accounting/index.html +++ b/docs/v1/accounting/index.html @@ -4778,6 +4778,12 @@ "description" : "Xero generated unique identifier", "format" : "uuid" }, + "BrandingThemeID" : { + "type" : "string", + "description" : "The unique identifier of the branding template applied to a receive prepayment", + "format" : "uuid", + "readOnly" : true + }, "CurrencyRate" : { "type" : "number", "description" : "The currency rate for a multicurrency prepayment. If no rate is specified, the XE.com day rate is used", @@ -6355,7 +6361,7 @@