From 21dae55c680de641b3faef922a3471547c2de2a1 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 3 Jun 2026 23:05:29 +0000 Subject: [PATCH] Releasing 14.0.0 (OAS: 16.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 | 2 +- docs/v1/finance/index.html | 2 +- docs/v1/payroll-au-v2/index.html | 2 +- docs/v1/payroll-au/index.html | 13 +- 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/docs/BudgetLines.md | 13 - .../docs/GetBankTransactionsResponse.md | 15 - .../accounting/docs/GetContactsResponse.md | 15 - .../accounting/docs/GetCreditNotesResponse.md | 15 - .../accounting/docs/GetInvoicesResponse.md | 15 - .../docs/GetManualJournalsResponse.md | 15 - .../docs/GetOverpaymentsResponse.md | 15 - .../accounting/docs/GetPaymentsResponse.md | 15 - .../accounting/docs/GetPrepaymentsResponse.md | 15 - .../docs/GetPurchaseOrdersResponse.md | 15 - xero_python/accounting/docs/PageInfo.md | 13 - .../accounting/docs/TenNinteyNineContact.md | 31 - xero_python/accounting/models/budget_lines.py | 161 ----- .../models/get_bank_transactions_response.py | 206 ------ .../models/get_contacts_response.py | 206 ------ .../models/get_credit_notes_response.py | 206 ------ .../models/get_invoices_response.py | 206 ------ .../models/get_manual_journals_response.py | 206 ------ .../models/get_overpayments_response.py | 206 ------ .../models/get_payments_response.py | 206 ------ .../models/get_prepayments_response.py | 206 ------ .../models/get_purchase_orders_response.py | 206 ------ xero_python/accounting/models/organisation.py | 1 + xero_python/accounting/models/page_info.py | 148 ---- .../models/ten_nintey_nine_contact.py | 683 ------------------ 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/InlineObject.md | 13 - xero_python/file/docs/InlineObject1.md | 13 - xero_python/file/models/inline_object.py | 150 ---- xero_python/file/models/inline_object1.py | 150 ---- xero_python/finance/api/finance_api.py | 2 +- xero_python/finance/docs/AccountUsage.md | 22 - .../finance/docs/AccountUsageResponse.md | 13 - .../finance/docs/HistoryRecordResponse.md | 14 - xero_python/finance/docs/LockHistoryModel.md | 12 - .../finance/docs/LockHistoryResponse.md | 12 - xero_python/finance/docs/PracticeResponse.md | 14 - .../finance/docs/ReportHistoryModel.md | 12 - .../finance/docs/ReportHistoryResponse.md | 12 - .../finance/docs/UserActivitiesResponse.md | 12 - xero_python/finance/docs/UserResponse.md | 21 - xero_python/finance/models/account_usage.py | 421 ----------- .../finance/models/account_usage_response.py | 154 ---- .../finance/models/history_record_response.py | 184 ----- .../finance/models/lock_history_model.py | 128 ---- .../finance/models/lock_history_response.py | 126 ---- .../finance/models/practice_response.py | 189 ----- .../finance/models/report_history_model.py | 128 ---- .../finance/models/report_history_response.py | 124 ---- .../models/user_activities_response.py | 124 ---- xero_python/finance/models/user_response.py | 388 ---------- xero_python/identity/api/identity_api.py | 2 +- xero_python/payrollau/api/payroll_au_api.py | 2 +- xero_python/payrollau/docs/EarningsRate.md | 2 +- xero_python/payrollau/docs/LeaveLine.md | 2 +- xero_python/payrollau/docs/LeaveType.md | 2 +- xero_python/payrollau/docs/TaxDeclaration.md | 2 +- xero_python/payrollau/models/earnings_rate.py | 11 +- xero_python/payrollau/models/leave_line.py | 11 +- xero_python/payrollau/models/leave_type.py | 11 +- .../payrollau/models/tax_declaration.py | 4 +- .../payrollauv2/api/payroll_au_v2_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 +- 81 files changed, 61 insertions(+), 5522 deletions(-) delete mode 100644 xero_python/accounting/docs/BudgetLines.md delete mode 100644 xero_python/accounting/docs/GetBankTransactionsResponse.md delete mode 100644 xero_python/accounting/docs/GetContactsResponse.md delete mode 100644 xero_python/accounting/docs/GetCreditNotesResponse.md delete mode 100644 xero_python/accounting/docs/GetInvoicesResponse.md delete mode 100644 xero_python/accounting/docs/GetManualJournalsResponse.md delete mode 100644 xero_python/accounting/docs/GetOverpaymentsResponse.md delete mode 100644 xero_python/accounting/docs/GetPaymentsResponse.md delete mode 100644 xero_python/accounting/docs/GetPrepaymentsResponse.md delete mode 100644 xero_python/accounting/docs/GetPurchaseOrdersResponse.md delete mode 100644 xero_python/accounting/docs/PageInfo.md delete mode 100644 xero_python/accounting/docs/TenNinteyNineContact.md delete mode 100644 xero_python/accounting/models/budget_lines.py delete mode 100644 xero_python/accounting/models/get_bank_transactions_response.py delete mode 100644 xero_python/accounting/models/get_contacts_response.py delete mode 100644 xero_python/accounting/models/get_credit_notes_response.py delete mode 100644 xero_python/accounting/models/get_invoices_response.py delete mode 100644 xero_python/accounting/models/get_manual_journals_response.py delete mode 100644 xero_python/accounting/models/get_overpayments_response.py delete mode 100644 xero_python/accounting/models/get_payments_response.py delete mode 100644 xero_python/accounting/models/get_prepayments_response.py delete mode 100644 xero_python/accounting/models/get_purchase_orders_response.py delete mode 100644 xero_python/accounting/models/page_info.py delete mode 100644 xero_python/accounting/models/ten_nintey_nine_contact.py delete mode 100644 xero_python/file/docs/InlineObject.md delete mode 100644 xero_python/file/docs/InlineObject1.md delete mode 100644 xero_python/file/models/inline_object.py delete mode 100644 xero_python/file/models/inline_object1.py delete mode 100644 xero_python/finance/docs/AccountUsage.md delete mode 100644 xero_python/finance/docs/AccountUsageResponse.md delete mode 100644 xero_python/finance/docs/HistoryRecordResponse.md delete mode 100644 xero_python/finance/docs/LockHistoryModel.md delete mode 100644 xero_python/finance/docs/LockHistoryResponse.md delete mode 100644 xero_python/finance/docs/PracticeResponse.md delete mode 100644 xero_python/finance/docs/ReportHistoryModel.md delete mode 100644 xero_python/finance/docs/ReportHistoryResponse.md delete mode 100644 xero_python/finance/docs/UserActivitiesResponse.md delete mode 100644 xero_python/finance/docs/UserResponse.md delete mode 100644 xero_python/finance/models/account_usage.py delete mode 100644 xero_python/finance/models/account_usage_response.py delete mode 100644 xero_python/finance/models/history_record_response.py delete mode 100644 xero_python/finance/models/lock_history_model.py delete mode 100644 xero_python/finance/models/lock_history_response.py delete mode 100644 xero_python/finance/models/practice_response.py delete mode 100644 xero_python/finance/models/report_history_model.py delete mode 100644 xero_python/finance/models/report_history_response.py delete mode 100644 xero_python/finance/models/user_activities_response.py delete mode 100644 xero_python/finance/models/user_response.py diff --git a/docs/v1/accounting/index.html b/docs/v1/accounting/index.html index 93054b14..83505ec5 100644 --- a/docs/v1/accounting/index.html +++ b/docs/v1/accounting/index.html @@ -4198,7 +4198,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", "SIMPLE", "BASICLITE" ] + "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", "BASICLITE", "ULTRA" ] }, "Edition" : { "type" : "string", @@ -6361,7 +6361,7 @@