Charge transactions can be filtered by fromDate and state
Charge transactions are sorted by createdAt descending
New endpoint added for reserving a Charge Point.
⚠️ Breaking change
Previously, the pagination page parameter would handle 0 and 1 equally but return an incorrect pagination meta data. Our Pagination page parameter was updated to start from 0. A page of 1 will now return the second page.
fromType and from on wallet transaction model is nullable now (e.g. for deposit transactions)
toType and to on wallet transaction model is nullable now (e.g. for withdrawal transactions)