Skip to content

4.12.0

Compare
Choose a tag to compare
@SerKnight SerKnight released this 01 Jun 23:52
· 241 commits to master since this release
d30105a

Release for recent OAS changes: https://github.com/XeroAPI/Xero-OpenAPI/releases/tag/2.13.0

🚨 🚨 🚨 MINOR BREAKING CHANGE 🚨 🚨 🚨

  1. summaryOnly?: boolean added to the getInvoices function

  2. 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 🚨 🚨 🚨

  1. Code sample docs for the 3 payroll api sets 🚀

  2. Added Budgets endpoints

getBudget(xeroTenantId: string, budgetID: string, options: {headers: {...}})
getBudgets(xeroTenantId: string, iDs?: Array[string], dateTo?: string, dateFrom?: string, options: {headers: {...}})
  1. incorporated backwards compatibility change for the token set import
    #517 thank you @ambroseus