Skip to content

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 25 Oct 19:05
· 45 commits to main since this release

0.13.0 (2021-10-25)

🏷️ 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.