feat: add content query (MIN-61)
Objective:
Add connect search content query.
What has been done:
- Added content reducers, thunks, slice, and types files in the redux folder
- Added tests for reducers and thinks
- Added
getContentsStringWithQueryfunc with test - Added fixtures
Additionally:
- added husky config file called
pre-commit(We check now: linter, prettier, ts types and jest's tests before committing) - deleted
precommitfile with old husky config - replaced type
ZodError<TResponse>toZodErrorinuseApiQueryfile - created an apiPath file containing all APIs call
Edited by mateuszmiko