From 408a3897ace22499c92149175b5ec6d5b89e5f66 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 3 Nov 2025 22:33:50 +0000 Subject: [PATCH] chore: release new SDK versions based on update OpenAPI Spec (#397) --- docs/accounting/index.html | 11 +- docs/appstore/index.html | 2 +- docs/assets/index.html | 31 ++- docs/bankfeeds/index.html | 2 +- docs/files/index.html | 2 +- docs/finance/index.html | 2 +- docs/payroll-au/index.html | 2 +- docs/payroll-nz/index.html | 185 +----------------- docs/payroll-uk/index.html | 185 +----------------- docs/projects/index.html | 2 +- package.json | 2 +- src/gen/api/accountingApi.ts | 4 +- src/gen/api/appStoreApi.ts | 4 +- src/gen/api/assetApi.ts | 4 +- src/gen/api/bankfeedsApi.ts | 4 +- src/gen/api/filesApi.ts | 4 +- src/gen/api/financeApi.ts | 4 +- src/gen/api/payrollAUApi.ts | 4 +- src/gen/api/payrollNZApi.ts | 86 +------- src/gen/api/payrollUKApi.ts | 87 +------- src/gen/api/projectApi.ts | 4 +- src/gen/model/accounting/contact.ts | 15 ++ src/gen/model/accounting/models.ts | 1 + .../model/assets/bookDepreciationDetail.ts | 45 +++++ 24 files changed, 128 insertions(+), 564 deletions(-) diff --git a/docs/accounting/index.html b/docs/accounting/index.html index 741f401c4..4443a88a3 100644 --- a/docs/accounting/index.html +++ b/docs/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" @@ -6340,7 +6345,7 @@