feat: Add publications list modal download csv (MIN-242)
Closes MIN-242
Objective:
Implement handling of publications list download csv action
What has been done:
- Ability to download all publications (if search is empty) or searched publications as csv file
- Run in sequence util that gives us ability to run async requests in chunks sequentially (its not possible to download +1500 publications related elements at once optimally)
- Data transformers for publications
- unit tests