4.11.0
Added small breaking fix to reports for au/nz tax, added budgets endpoints, added the rest of the docs for api sets.. some still don't have body examples but an improvement.
π¨ π¨ π¨ MINOR BREAKING CHANGE π¨ π¨ π¨
- Changes param order of
summaryOnly
for getInvoices.
*** This was not added as the last param in the spec and was the only SDK released prior to it being fixed in the OpenAPI Spec - We are moving it as the last parameter across all SDKs it is less of a breaking change. Apologies to those users that might have implemented, and have to swap position now again.
getReportBASorGSTList
->getReportsList
getReportBasOrGst
->getReportFromId
Changes using previous GST BAS reports specific endpoints to support stable future state of adding reports that are unique to an org and require a uuid to be passed. New function names:
getReportsList
getReportFromId
3) Added missing endpoints:
- GET /Budgets
- GET /Budgets/{BudgetID}
π¨ π¨ π¨ ENDπ¨ π¨ π¨
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)