fun listDiff(versionFrom: Int, versionTo: Int): List<BookingInfo>
Returns list of item changes between two versions. Since we don't have delete and edit methods, it returns only newly created bookings
versionFrom
- version from included
versionTo
- version to included
Return
list of items to be added, edited or deleted (actually, only created)