From 208a53739d986eb250a905a33c26c03debbb303b Mon Sep 17 00:00:00 2001 From: sayam-nasir Date: Mon, 2 Sep 2024 17:53:44 +0500 Subject: [PATCH] component.json output labels fixes (#171) * component.json output labels fixes * updated version 2.0.0->2.0.1 * updated version on the change log --- src/appmixer/google/gmail/ListAttachments/component.json | 2 +- src/appmixer/google/gmail/RemoveLabelFromEmail/component.json | 4 ++-- src/appmixer/google/gmail/ReplyToEmail/component.json | 4 ++-- src/appmixer/google/gmail/bundle.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/appmixer/google/gmail/ListAttachments/component.json b/src/appmixer/google/gmail/ListAttachments/component.json index 5a05af0cb..d64b3e1de 100644 --- a/src/appmixer/google/gmail/ListAttachments/component.json +++ b/src/appmixer/google/gmail/ListAttachments/component.json @@ -58,7 +58,7 @@ { "name": "out", "options": [ - { "label": "attachments", "value": "attachments", + { "label": "Attachments", "value": "attachments", "schema": { "type": "array", "items": { "type": "object", "properties": { diff --git a/src/appmixer/google/gmail/RemoveLabelFromEmail/component.json b/src/appmixer/google/gmail/RemoveLabelFromEmail/component.json index 172250467..7277567e0 100644 --- a/src/appmixer/google/gmail/RemoveLabelFromEmail/component.json +++ b/src/appmixer/google/gmail/RemoveLabelFromEmail/component.json @@ -85,8 +85,8 @@ { "name": "out", "options": [ - { "label": "id", "value": "id" }, - { "label": "threadId", "value": "threadId" } + { "label": "Email ID", "value": "id" }, + { "label": "Thread ID", "value": "threadId" } ] } ], diff --git a/src/appmixer/google/gmail/ReplyToEmail/component.json b/src/appmixer/google/gmail/ReplyToEmail/component.json index e8eda424a..4d89b8cd5 100644 --- a/src/appmixer/google/gmail/ReplyToEmail/component.json +++ b/src/appmixer/google/gmail/ReplyToEmail/component.json @@ -187,8 +187,8 @@ { "name": "out", "options": [ - { "label": "id", "value": "id" }, - { "label": "threadId", "value": "threadId" } + { "label": "Email ID", "value": "id" }, + { "label": "Thread ID", "value": "threadId" } ] } ], diff --git a/src/appmixer/google/gmail/bundle.json b/src/appmixer/google/gmail/bundle.json index eb6164a3d..9ba806527 100644 --- a/src/appmixer/google/gmail/bundle.json +++ b/src/appmixer/google/gmail/bundle.json @@ -1,6 +1,6 @@ { "name": "appmixer.google.gmail", - "version": "2.0.0", + "version": "2.0.1", "changelog": { "1.0.0": [ "Initial version" @@ -27,7 +27,7 @@ "Added attachments in outPorts of GetEmail and NewEmail.", "Added 'GetAttachment' component." ], - "2.0.0": [ + "2.0.1": [ "NewEmail Trigger - Added support for input of labels", "NewAttachment Trigger - Added support for labels input, filter Emails based on selected filters and fetch their attachments", "AddLabelsToEmail Action - Input of list of first 20 emails added",