Skip to content

v0.133.0

Compare
Choose a tag to compare
@danielafeitosa danielafeitosa released this 12 Jul 18:06
· 93 commits to develop since this release
471dfa5
  • ➕ Added new mutations:
    • ExtractText: get text from images using Alegre Bot. The input field is id which is the item's GraphQL ID and the mutation returns the project_media (item)
  • ➕ New mutations to add a single file to a metadata field and to delete a single file from it:
    • AddFilesToTask: add one or more files as response of a task or metadata. The input field is id which is the task or metadata GraphQL ID and the files should be sent as form data. The return field is the task
    • RemoveFilesFromTask: remove files from task or metadata's response. The input_field is id, the task of metadata GrapqhQL ID and filenames the name of the files that should be removed. The return field is the task
  • TeamBotInstallation type: add field alegre_settings to set/get settings from Alegre Bot
  • Smooch Bot integration with Turn.io