From 5b35cf24ca4875aab10b639b566021c672ddd54b Mon Sep 17 00:00:00 2001 From: manishT72 <147086188+manishT72@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:50:40 +0530 Subject: [PATCH] add ultimate subplans --- docs/v1/accounting/index.html | 2 +- xero_python/accounting/models/organisation.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/v1/accounting/index.html b/docs/v1/accounting/index.html index 65c8b328..80d8a607 100644 --- a/docs/v1/accounting/index.html +++ b/docs/v1/accounting/index.html @@ -4077,7 +4077,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", "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" ] }, "Edition" : { "type" : "string", diff --git a/xero_python/accounting/models/organisation.py b/xero_python/accounting/models/organisation.py index d88f380a..bb67171f 100644 --- a/xero_python/accounting/models/organisation.py +++ b/xero_python/accounting/models/organisation.py @@ -981,6 +981,10 @@ def _class(self, _class): "NON_GST_CASHBOOK", "ULTIMATE", "LITE", + "ULTIMATE_10", + "ULTIMATE_20", + "ULTIMATE_50", + "ULTIMATE_100", "IGNITE", "GROW", "COMPREHENSIVE",