1.19.0
Generates Xero-Python 1.19.0 from OAS 2.30.1
Description
Accounting API
- Adds new method for Batch Payments:
get_batch_paymentwhich takesbatch_payment_idas a parameter - Adds missing report tax types to the enum (
CAPEXINPUT,UNDEFINED,CAPEXOUTPUT,ZEROEXPOUTPUT,GOODSIMPORT,NONEINPUT,NOTREPORTED)
AU Payroll API
- Update the LeaveCategoryCode enum value
PERSONALCARERSLEAVEtoPERSONALSICKCARERSLEAVEto match the updated value in the API. - Captures all the updates made to the AU Payroll Employees API as part of the STP 2 Initiative. A detailed description of changes can be found here in the Xero API Developer Docs.
Projects API
- Fixes
create_taskmethod to return object of typeTask
Release Notes
Types of Changes
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)