From ea109b0b6bd6b91f71aa48a98fac7dc51a4b951a Mon Sep 17 00:00:00 2001 From: sangeet-joy_xero Date: Mon, 14 Apr 2025 12:07:19 +0530 Subject: [PATCH 1/3] Version update for - 8.1.0 | Add SIMPLE Org plan --- docs/v1/payroll-uk/index.html | 2 +- xero_python/accounting/models/organisation.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/v1/payroll-uk/index.html b/docs/v1/payroll-uk/index.html index 380facfc..344aa638 100644 --- a/docs/v1/payroll-uk/index.html +++ b/docs/v1/payroll-uk/index.html @@ -2562,7 +2562,7 @@ "type" : "string", "description" : "The employee's NI Category letter.", "example" : "I", - "enum" : [ "A", "B", "C", "D", "E", "F", "H", "I", "J", "K", "L", "M", "N", "S", "V", "X", "Z" ] + "enum" : [ "A", "B", "C", "F", "H", "I", "J", "L", "M", "S", "V", "X", "Z", "D", "E", "K", "N" ] }; defs["NICategory_oneOf"] = { "title" : "", diff --git a/xero_python/accounting/models/organisation.py b/xero_python/accounting/models/organisation.py index bb67171f..8e16dc57 100644 --- a/xero_python/accounting/models/organisation.py +++ b/xero_python/accounting/models/organisation.py @@ -988,6 +988,7 @@ def _class(self, _class): "IGNITE", "GROW", "COMPREHENSIVE", + "SIMPLE", "None", ] # noqa: E501 From 2104aec9f68d26fe6e1c1e315d8f95f354eb0c57 Mon Sep 17 00:00:00 2001 From: sangeet-joy_xero Date: Wed, 16 Apr 2025 10:22:04 +0530 Subject: [PATCH 2/3] package version update --- docs/v1/accounting/index.html | 4 ++-- 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/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/docs/README.md | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/v1/accounting/index.html b/docs/v1/accounting/index.html index 2c6ddb94..a5e158a8 100644 --- a/docs/v1/accounting/index.html +++ b/docs/v1/accounting/index.html @@ -4193,7 +4193,7 @@ "Class" : { "type" : "string", "description" : "Organisation Classes describe which plan the Xero organisation is on (e.g. DEMO, TRIAL, PREMIUM)", - "enum" : [ "DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK", "ULTIMATE", "LITE", "ULTIMATE_10", "ULTIMATE_20", "ULTIMATE_50", "ULTIMATE_100", "IGNITE", "GROW", "COMPREHENSIVE" ] + "enum" : [ "DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK", "ULTIMATE", "LITE", "ULTIMATE_10", "ULTIMATE_20", "ULTIMATE_50", "ULTIMATE_100", "IGNITE", "GROW", "COMPREHENSIVE", "SIMPLE" ] }, "Edition" : { "type" : "string", @@ -6339,7 +6339,7 @@