From dce95d4e644b4c4d4bde5f2ba7feff2ff1d2f59e Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 3 Nov 2025 22:36:06 +0000 Subject: [PATCH] chore: release new SDK versions based on update OpenAPI Spec (#397) --- docs/v4/accounting/index.html | 17 +- docs/v4/appstore/index.html | 2 +- docs/v4/assets/index.html | 31 ++- docs/v4/files/index.html | 2 +- docs/v4/finance/index.html | 2 +- docs/v4/payroll-au/index.html | 2 +- docs/v4/payroll-nz/index.html | 198 +------------ docs/v4/payroll-uk/index.html | 198 +------------ pom.xml | 2 +- .../com/xero/api/client/AccountingApi.java | 4 +- .../java/com/xero/api/client/AppStoreApi.java | 4 +- .../java/com/xero/api/client/AssetApi.java | 4 +- .../com/xero/api/client/BankFeedsApi.java | 4 +- .../java/com/xero/api/client/FilesApi.java | 4 +- .../java/com/xero/api/client/FinanceApi.java | 4 +- .../java/com/xero/api/client/IdentityApi.java | 4 +- .../com/xero/api/client/PayrollAuApi.java | 4 +- .../com/xero/api/client/PayrollNzApi.java | 118 +------- .../com/xero/api/client/PayrollUkApi.java | 119 +------- .../java/com/xero/api/client/ProjectApi.java | 4 +- .../com/xero/models/accounting/Contact.java | 107 +++++++ .../models/assets/BookDepreciationDetail.java | 262 +++++++++++++++++- 22 files changed, 442 insertions(+), 654 deletions(-) diff --git a/docs/v4/accounting/index.html b/docs/v4/accounting/index.html index dc7b5947..0d3f94a8 100644 --- a/docs/v4/accounting/index.html +++ b/docs/v4/accounting/index.html @@ -2102,6 +2102,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" @@ -6335,7 +6340,7 @@