From 636599d36b79a5a62b19c1da49bf4be140f8fe80 Mon Sep 17 00:00:00 2001 From: simoncowie Date: Fri, 17 Apr 2026 22:30:17 +1200 Subject: [PATCH] fix: fixed the OrganisationType with possible values --- xero_accounting.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/xero_accounting.yaml b/xero_accounting.yaml index 736ba4305..8d9867174 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -23035,6 +23035,14 @@ components: - SOLE_TRADER - SUPERANNUATION_FUND - TRUST + - PERSONAL + - SINGLEMEMBERLLC + - CCORPORATIONLLC + - PARTNERSHIPLLC + - SCORPORATIONLLC + - LLC + - NOTLLC + - UNSPECIFIED BaseCurrency: $ref: "#/components/schemas/CurrencyCode" type: string @@ -23133,6 +23141,14 @@ components: - SOLE_TRADER - SUPERANNUATION_FUND - TRUST + - PERSONAL + - SINGLEMEMBERLLC + - CCORPORATIONLLC + - PARTNERSHIPLLC + - SCORPORATIONLLC + - LLC + - NOTLLC + - UNSPECIFIED ShortCode: description: A unique identifier for the organisation. Potential uses. type: string