Skip to content

1.19.0

Choose a tag to compare

@RettBehrens RettBehrens released this 28 Sep 23:18
· 84 commits to master since this release
b230d44

Generates Xero-Python 1.19.0 from OAS 2.30.1

Description

Accounting API

  • Adds new method for Batch Payments: get_batch_payment which takes batch_payment_id as 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 PERSONALCARERSLEAVE to PERSONALSICKCARERSLEAVE to 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_task method to return object of type Task

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)