From 0379f0f2f221b429633776cef2933d0c03a3cf1d Mon Sep 17 00:00:00 2001 From: manishT72 <147086188+manishT72@users.noreply.github.com> Date: Fri, 21 Jun 2024 17:53:16 +0530 Subject: [PATCH] build from oas 4.0.0 --- docs/v1/accounting/index.html | 4 +- docs/v1/appstore/index.html | 2 +- docs/v1/assets/index.html | 2 +- docs/v1/files/index.html | 17 +++- 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/accounting/api/accounting_api.py | 2 +- xero_python/accounting/models/organisation.py | 3 + xero_python/appstore/api/app_store_api.py | 2 +- xero_python/assets/api/asset_api.py | 2 +- xero_python/docs/README.md | 4 +- xero_python/file/api/files_api.py | 2 +- xero_python/file/docs/Association.md | 3 + xero_python/file/models/association.py | 93 ++++++++++++++++++- xero_python/finance/api/finance_api.py | 2 +- xero_python/identity/api/identity_api.py | 2 +- xero_python/payrollau/api/payroll_au_api.py | 2 +- xero_python/payrollnz/api/payroll_nz_api.py | 2 +- xero_python/payrolluk/api/payroll_uk_api.py | 2 +- xero_python/project/api/project_api.py | 2 +- 25 files changed, 137 insertions(+), 25 deletions(-) diff --git a/docs/v1/accounting/index.html b/docs/v1/accounting/index.html index 2c6e41af..bae82c09 100644 --- a/docs/v1/accounting/index.html +++ b/docs/v1/accounting/index.html @@ -4062,7 +4062,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" ] + "enum" : [ "DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK", "ULTIMATE", "LITE", "IGNITE", "GROW", "COMPREHENSIVE" ] }, "Edition" : { "type" : "string", @@ -6100,7 +6100,7 @@