:label: Add or update types
* Added `ResultFieldSchema` and `DispatchCallOutSchema` schemas. They will be used to standardize the return of API calls and modules.
* Created `messages.py` to hold all text messages generated by daschat.
* Added the `department` field to the `MessageSchema` schema. In the future it will allow to register in the log who wrote the message sent to the contact.
* Changed max size of `agent_id`, `agent_name` fields in the `MessageSchema` schema.