4.12.0
Release for recent OAS changes: https://github.com/XeroAPI/Xero-OpenAPI/releases/tag/2.13.0
🚨 🚨 🚨 MINOR BREAKING CHANGE 🚨 🚨 🚨
-
summaryOnly?: boolean
added to thegetInvoices
function -
Future proofing GST and BAS Reports endpoints for NZ and AU orgs, or any orgs that get introduced reports without a restful endpoint and require
/Reports/{uuid}
getReportBASorGSTList -> getReportsList
getReportBasOrGst -> getReportFromId
🚨 🚨 🚨 MINOR BREAKING CHANGE - END 🚨 🚨 🚨
-
Code sample docs for the 3 payroll api sets 🚀
-
Added Budgets endpoints
getBudget(xeroTenantId: string, budgetID: string, options: {headers: {...}})
getBudgets(xeroTenantId: string, iDs?: Array[string], dateTo?: string, dateFrom?: string, options: {headers: {...}})
- incorporated backwards compatibility change for the token set import
#517 thank you @ambroseus