1.5.0
Build from OAS 2.10.1
https://github.com/XeroAPI/Xero-OpenAPI/releases/tag/2.10.1
Files API support added
ACCOUNTING
added validationerror to batchpayment object & remove from batchpayments
UKPAYROLL
GET Employees and GET Timesheets was not passing filter params correctly.
Get methods for Employees and Timesheets incorrectly defined params to be passed by name for querying the API. Instead it needs to be a single param called "filter" that has named params and values passed together.
Add 7 missing enums for EarningRate Type
IDENTITY
Fix integer type
For identity and accounting APIs, some OpenAPI integer properties had an invalid format. The generator was producing warnings, but falling back to a float or double.