From 02b288b61a99dae1bbc7d3b37c67ab30317651cb Mon Sep 17 00:00:00 2001 From: Rett Behrens Date: Thu, 16 Feb 2023 13:22:27 -0700 Subject: [PATCH] generates xero-python 1.23.0 from OAS 2.36.0 --- docs/v1/accounting/index.html | 2 +- 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/accounting/api/accounting_api.py | 2 +- 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 | 83 +++++++- xero_python/file/docs/FilesApi.md | 68 +++++- xero_python/finance/api/finance_api.py | 2 +- xero_python/identity/api/identity_api.py | 2 +- xero_python/payrollau/__init__.py | 2 + xero_python/payrollau/api/payroll_au_api.py | 2 +- .../payrollau/docs/LeaveApplication.md | 1 + .../payrollau/docs/LeaveEarningsLine.md | 1 + xero_python/payrollau/docs/OpeningBalances.md | 1 + .../payrollau/docs/PaidLeaveEarningsLine.md | 14 ++ xero_python/payrollau/docs/PayOutType.md | 9 + xero_python/payrollau/models/__init__.py | 2 + .../payrollau/models/leave_application.py | 27 +++ .../payrollau/models/leave_earnings_line.py | 32 ++- .../payrollau/models/opening_balances.py | 27 +++ .../models/paid_leave_earnings_line.py | 195 ++++++++++++++++++ xero_python/payrollau/models/pay_out_type.py | 28 +++ 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 +- 35 files changed, 508 insertions(+), 26 deletions(-) create mode 100644 xero_python/payrollau/docs/PaidLeaveEarningsLine.md create mode 100644 xero_python/payrollau/docs/PayOutType.md create mode 100644 xero_python/payrollau/models/paid_leave_earnings_line.py create mode 100644 xero_python/payrollau/models/pay_out_type.py diff --git a/docs/v1/accounting/index.html b/docs/v1/accounting/index.html index 0f256415..9e5deb5a 100644 --- a/docs/v1/accounting/index.html +++ b/docs/v1/accounting/index.html @@ -6008,7 +6008,7 @@